:root {
    --blue: #002a5b;
    --indigo: #00aeda;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #ea6d1f;
    --yellow: #ffc107;
    --green: #adc22a;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #002a5b;
    --secondary: #00aeda;
    --success: #adc22a;
    --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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #f8f9fa
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #002a5b;
    background-color: transparent
}

a,
a:hover {
    text-decoration: none
}

a:hover {
    color: #00070f
}

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-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.03125rem
}

.h2,
h2 {
    font-size: 1.625rem
}

.h3,
h3 {
    font-size: 1.42188rem
}

.h4,
h4 {
    font-size: 1.21875rem
}

.h5,
h5 {
    font-size: 1.01562rem
}

.h6,
h6 {
    font-size: .8125rem
}

.lead {
    font-size: 1.01562rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.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 {
    margin-bottom: 1rem;
    font-size: 1.01562rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014\A0"
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media(min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        order: -1
    }
    .order-sm-last {
        order: 13
    }
    .order-sm-0 {
        order: 0
    }
    .order-sm-1 {
        order: 1
    }
    .order-sm-2 {
        order: 2
    }
    .order-sm-3 {
        order: 3
    }
    .order-sm-4 {
        order: 4
    }
    .order-sm-5 {
        order: 5
    }
    .order-sm-6 {
        order: 6
    }
    .order-sm-7 {
        order: 7
    }
    .order-sm-8 {
        order: 8
    }
    .order-sm-9 {
        order: 9
    }
    .order-sm-10 {
        order: 10
    }
    .order-sm-11 {
        order: 11
    }
    .order-sm-12 {
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        order: -1
    }
    .order-md-last {
        order: 13
    }
    .order-md-0 {
        order: 0
    }
    .order-md-1 {
        order: 1
    }
    .order-md-2 {
        order: 2
    }
    .order-md-3 {
        order: 3
    }
    .order-md-4 {
        order: 4
    }
    .order-md-5 {
        order: 5
    }
    .order-md-6 {
        order: 6
    }
    .order-md-7 {
        order: 7
    }
    .order-md-8 {
        order: 8
    }
    .order-md-9 {
        order: 9
    }
    .order-md-10 {
        order: 10
    }
    .order-md-11 {
        order: 11
    }
    .order-md-12 {
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        order: -1
    }
    .order-lg-last {
        order: 13
    }
    .order-lg-0 {
        order: 0
    }
    .order-lg-1 {
        order: 1
    }
    .order-lg-2 {
        order: 2
    }
    .order-lg-3 {
        order: 3
    }
    .order-lg-4 {
        order: 4
    }
    .order-lg-5 {
        order: 5
    }
    .order-lg-6 {
        order: 6
    }
    .order-lg-7 {
        order: 7
    }
    .order-lg-8 {
        order: 8
    }
    .order-lg-9 {
        order: 9
    }
    .order-lg-10 {
        order: 10
    }
    .order-lg-11 {
        order: 11
    }
    .order-lg-12 {
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        order: -1
    }
    .order-xl-last {
        order: 13
    }
    .order-xl-0 {
        order: 0
    }
    .order-xl-1 {
        order: 1
    }
    .order-xl-2 {
        order: 2
    }
    .order-xl-3 {
        order: 3
    }
    .order-xl-4 {
        order: 4
    }
    .order-xl-5 {
        order: 5
    }
    .order-xl-6 {
        order: 6
    }
    .order-xl-7 {
        order: 7
    }
    .order-xl-8 {
        order: 8
    }
    .order-xl-9 {
        order: 9
    }
    .order-xl-10 {
        order: 10
    }
    .order-xl-11 {
        order: 11
    }
    .order-xl-12 {
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,
.table th {
    padding: .25rem;
    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-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 {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8c3d1
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7a90aa
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #a9b6c7
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #b8e8f5
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #7ad5ec
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #a2e1f2
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #e8eec3
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #d4df90
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #e0e8af
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.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-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.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-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e
}

.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-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.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-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.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: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}

@media(max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media(max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media(max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media(max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #00aeda;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(233, 236, 239, .25)
}

.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.01562rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .71094rem;
    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
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .71094rem;
    line-height: 1.5
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.01562rem;
    line-height: 1.5
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    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
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #adc22a
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .71094rem;
    line-height: 1.5;
    color: #212529;
    background-color: rgba(173, 194, 42, .9)
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #adc22a;
    padding-right: calc(1.5em + .75rem);
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyNhZGMyMmEnIGQ9J00yLjMgNi43M0wuNiA0LjUzYy0uNC0xLjA0LjQ2LTEuNCAxLjEtLjhsMS4xIDEuNCAzLjQtMy44Yy42LS42MyAxLjYtLjI3IDEuMi43bC00IDQuNmMtLjQzLjUtLjguNC0xLjEuMXonLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 100% calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #adc22a;
    box-shadow: 0 0 0 .2rem rgba(173, 194, 42, .25)
}

.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #adc22a;
    padding-right: calc((3em + 2.25rem)/4 + 1.75rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23adc22a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #adc22a;
    box-shadow: 0 0 0 .2rem rgba(173, 194, 42, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #adc22a
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #adc22a
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #adc22a
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    border-color: #c3d748;
    background-color: #c3d748
}

.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 .2rem rgba(173, 194, 42, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #adc22a
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #adc22a;
    box-shadow: 0 0 0 .2rem rgba(173, 194, 42, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .71094rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9)
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNkYzM1NDUnIHZpZXdCb3g9Jy0yIC0yIDcgNyc+PHBhdGggc3Ryb2tlPScjZGMzNTQ1JyBkPSdNMCAwbDMgM20wLTNMMCAzJy8+PGNpcmNsZSByPScuNScvPjxjaXJjbGUgY3g9JzMnIHI9Jy41Jy8+PGNpcmNsZSBjeT0nMycgcj0nLjUnLz48Y2lyY2xlIGN4PSczJyBjeT0nMycgcj0nLjUnLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 100% calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc((3em + 2.25rem)/4 + 1.75rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #dc3545
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    border-color: #e4606d;
    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 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media(min-width:576px) {
    .form-inline label {
        justify-content: center
    }
    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }
    .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: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(233, 236, 239, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #002a5b;
    border-color: #002a5b
}

.btn-primary:hover {
    color: #fff;
    background-color: #001835;
    border-color: #001228
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 74, 116, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #002a5b;
    border-color: #002a5b
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #001228;
    border-color: #000d1b
}

.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(38, 74, 116, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #00aeda;
    border-color: #00aeda
}

.btn-secondary:hover {
    color: #fff;
    background-color: #008fb4;
    border-color: #0085a7
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 186, 224, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #00aeda;
    border-color: #00aeda
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #0085a7;
    border-color: #007b9a
}

.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(38, 186, 224, .5)
}

.btn-success {
    color: #212529;
    background-color: #002a5b;
    border-color: #002a5b
}

.btn-success:hover {
    color: #fff;
    background-color: #91a323;
    border-color: #889821
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(152, 170, 42, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #212529;
    background-color: #adc22a;
    border-color: #adc22a
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #889821;
    border-color: #7e8e1f
}

.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(152, 170, 42, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #002a5b;
    border-color: #002a5b
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #002a5b;
    border-color: #002a5b
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 42, 91, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #002a5b;
    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: #002a5b;
    border-color: #002a5b
}

.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, 42, 91, .5)
}

.btn-outline-secondary {
    color: #00aeda;
    border-color: #00aeda
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #00aeda;
    border-color: #00aeda
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 174, 218, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #00aeda;
    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: #00aeda;
    border-color: #00aeda
}

.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(0, 174, 218, .5)
}

.btn-outline-success {
    color: #adc22a;
    border-color: #adc22a
}

.btn-outline-success:hover {
    color: #212529;
    background-color: #adc22a;
    border-color: #adc22a
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(173, 194, 42, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #adc22a;
    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: #212529;
    background-color: #adc22a;
    border-color: #adc22a
}

.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(173, 194, 42, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #002a5b;
    text-decoration: none
}

.btn-link:hover {
    color: #00070f;
    text-decoration: none
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: none;
    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.01562rem;
    line-height: 1.5;
    border-radius: 0
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .71094rem;
    line-height: 1.5;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    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;
    font-size: .8125rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media(min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media(min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media(min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media(min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 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
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #002a5b;
    text-decoration: none;
    background-color: #e9ecef
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .71094rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-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 {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.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,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group-append,
.input-group-prepend {
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.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.01562rem;
    line-height: 1.5
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.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: .71094rem;
    line-height: 1.5
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.21875rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #002a5b;
    border-color: #e9ecef;
    background-color: #e9ecef
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(233, 236, 239, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #00aeda
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #002a5b;
    background-color: #fff;
    border-color: #fff
}

.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;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .10938rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMwMDJBNUInIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNmwyLjk3NCAyLjk5TDggMi4xOTN6Jy8+PC9zdmc+)
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    border-color: #e9ecef;
    background-color: #e9ecef
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDQnPjxwYXRoIHN0cm9rZT0nIzAwMkE1QicgZD0nTTAgMmg0Jy8+PC9zdmc+)
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 42, 91, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(0, 42, 91, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjMDAyQTVCJy8+PC9zdmc+)
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 42, 91, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.10938rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 42, 91, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0;
    appearance: none
}

.custom-select:focus {
    border-color: #00aeda;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(233, 236, 239, .25)
}

.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 {
    display: none
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .71094rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.01562rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #00aeda;
    box-shadow: 0 0 0 .2rem rgba(233, 236, 239, .25)
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #f8f9fa, 0 0 0 .2rem rgba(233, 236, 239, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f8f9fa, 0 0 0 .2rem rgba(233, 236, 239, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #f8f9fa, 0 0 0 .2rem rgba(233, 236, 239, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #e9ecef;
    border: 0;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #fff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #e9ecef;
    border: 0;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #fff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #e9ecef;
    border: 0;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #fff
}

.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
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .3rem .4rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent
}

.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: #f8f9fa;
    border-color: #dee2e6 #dee2e6 #f8f9fa
}

.nav-tabs .dropdown-menu {
    margin-top: -1px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #002a5b;
    background-color: #e9ecef
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .14766rem;
    padding-bottom: .14766rem;
    margin-right: 1rem;
    font-size: 1.01562rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .3rem;
    padding-bottom: .3rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.01562rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media(max-width:575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media(max-width:767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media(max-width:991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media(max-width:1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.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, .5)
}

.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, .9)
}

.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=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDAsMCwwLDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+)
}

.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: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .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: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDI1NSwyNTUsMjU1LDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+)
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .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;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 2px solid rgba(0, 0, 0, .125)
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    color: #000;
    background-color: #fff;
    /* border-bottom: 1px solid rgba(0, 0, 0, .125) */
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%
}

.card-deck {
    display: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media(min-width:576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: flex;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media(min-width:576px) {
    .card-group {
        flex-flow: row wrap
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media(min-width:576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:first-of-type,
.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0
}

.accordion>.card .card-header {
    margin-bottom: -1px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    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: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #002a5b;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #00070f;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(233, 236, 239, .25)
}

.page-item:first-child .page-link {
    margin-left: 0
}

.page-item.active .page-link {
    z-index: 1;
    color: #002a5b;
    background-color: #e9ecef;
    border-color: #e9ecef
}

.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.01562rem;
    line-height: 1.5
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .71094rem;
    line-height: 1.5
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em
}

.badge-primary {
    color: #fff;
    background-color: #002a5b
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #001228
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 42, 91, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #00aeda
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #0085a7
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 174, 218, .5)
}

.badge-success {
    color: #212529;
    background-color: #adc22a
}

a.badge-success:focus,
a.badge-success:hover {
    color: #212529;
    background-color: #889821
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(173, 194, 42, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef
}

@media(min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3.71875rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #00162f;
    background-color: #ccd4de;
    border-color: #b8c3d1
}

.alert-primary hr {
    border-top-color: #a9b6c7
}

.alert-primary .alert-link {
    color: #000
}

.alert-secondary {
    color: #005a71;
    background-color: #cceff8;
    border-color: #b8e8f5
}

.alert-secondary hr {
    border-top-color: #a2e1f2
}

.alert-secondary .alert-link {
    color: #00313e
}

.alert-success {
    color: #5a6516;
    background-color: #eff3d4;
    border-color: #e8eec3
}

.alert-success hr {
    border-top-color: #e0e8af
}

.alert-success .alert-link {
    color: #353b0d
}

.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
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .60938rem;
    background-color: #e9ecef
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #002a5b;
    transition: width .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:last-child {
    margin-bottom: 0
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #002a5b;
    background-color: #e9ecef;
    border-color: #e9ecef
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0
}

@media(min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }
    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }
    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0
    }
}

@media(min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }
    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }
    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0
    }
}

@media(min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }
    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }
    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0
    }
}

@media(min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }
    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }
    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0
    }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #00162f;
    background-color: #b8c3d1
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #00162f;
    background-color: #a9b6c7
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #00162f;
    border-color: #00162f
}

.list-group-item-secondary {
    color: #005a71;
    background-color: #b8e8f5
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #005a71;
    background-color: #a2e1f2
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #005a71;
    border-color: #005a71
}

.list-group-item-success {
    color: #5a6516;
    background-color: #e8eec3
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #5a6516;
    background-color: #e0e8af
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #5a6516;
    border-color: #5a6516
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.21875rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    backdrop-filter: blur(10px);
    opacity: 0
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem)
    }
    .modal-sm {
        max-width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media(min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .71094rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    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
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .71094rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2)
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem + -1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 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-width: .5rem .5rem 0;
    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);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 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-width: .5rem .5rem .5rem 0;
    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)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.bs-popover-bottom>.arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    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
}

.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);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-left>.arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: .8125rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media(prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media(prefers-reduced-motion:reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.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: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J001LjI1IDBsLTQgNCA0IDQgMS41LTEuNUw0LjI1IDRsMi41LTIuNUw1LjI1IDB6Jy8+PC9zdmc+)
}

.carousel-control-next-icon {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J00yLjc1IDBsLTEuNSAxLjVMMy43NSA0bC0yLjUgMi41TDIuNzUgOGw0LTQtNC00eicvPjwvc3ZnPg==)
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid;
    border-right: .25em solid transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #002a5b !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #001228 !important
}

.bg-secondary {
    background-color: #00aeda !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #0085a7 !important
}

.bg-success {
    background-color: #adc22a !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #889821 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #002a5b !important
}

.border-secondary {
    border-color: #00aeda !important
}

.border-success {
    border-color: #adc22a !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-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media(min-width:576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: flex !important
    }
    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: flex !important
    }
    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: flex !important
    }
    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive 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.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media(min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }
    .flex-sm-column {
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        justify-content: center !important
    }
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        justify-content: space-around !important
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
    .align-items-sm-end {
        align-items: flex-end !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
    .align-items-sm-baseline {
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        align-items: stretch !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-between {
        align-content: space-between !important
    }
    .align-content-sm-around {
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-start {
        align-self: flex-start !important
    }
    .align-self-sm-end {
        align-self: flex-end !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media(min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }
    .flex-md-column {
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        justify-content: center !important
    }
    .justify-content-md-between {
        justify-content: space-between !important
    }
    .justify-content-md-around {
        justify-content: space-around !important
    }
    .align-items-md-start {
        align-items: flex-start !important
    }
    .align-items-md-end {
        align-items: flex-end !important
    }
    .align-items-md-center {
        align-items: center !important
    }
    .align-items-md-baseline {
        align-items: baseline !important
    }
    .align-items-md-stretch {
        align-items: stretch !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-between {
        align-content: space-between !important
    }
    .align-content-md-around {
        align-content: space-around !important
    }
    .align-content-md-stretch {
        align-content: stretch !important
    }
    .align-self-md-auto {
        align-self: auto !important
    }
    .align-self-md-start {
        align-self: flex-start !important
    }
    .align-self-md-end {
        align-self: flex-end !important
    }
    .align-self-md-center {
        align-self: center !important
    }
    .align-self-md-baseline {
        align-self: baseline !important
    }
    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media(min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }
    .flex-lg-column {
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        justify-content: center !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        justify-content: space-around !important
    }
    .align-items-lg-start {
        align-items: flex-start !important
    }
    .align-items-lg-end {
        align-items: flex-end !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
    .align-items-lg-baseline {
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        align-items: stretch !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-between {
        align-content: space-between !important
    }
    .align-content-lg-around {
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-start {
        align-self: flex-start !important
    }
    .align-self-lg-end {
        align-self: flex-end !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media(min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-column {
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        justify-content: center !important
    }
    .justify-content-xl-between {
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        justify-content: space-around !important
    }
    .align-items-xl-start {
        align-items: flex-start !important
    }
    .align-items-xl-end {
        align-items: flex-end !important
    }
    .align-items-xl-center {
        align-items: center !important
    }
    .align-items-xl-baseline {
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        align-items: stretch !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-between {
        align-content: space-between !important
    }
    .align-content-xl-around {
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    .align-self-xl-auto {
        align-self: auto !important
    }
    .align-self-xl-start {
        align-self: flex-start !important
    }
    .align-self-xl-end {
        align-self: flex-end !important
    }
    .align-self-xl-center {
        align-self: center !important
    }
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media(min-width:576px) {
    .float-sm-left {
        float: left !important
    }
    .float-sm-right {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
}

@media(min-width:768px) {
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
}

@media(min-width:992px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
}

@media(min-width:1200px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports(position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable: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
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.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-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media(min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .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-n1 {
        margin: -.25rem !important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }
    .m-sm-n2 {
        margin: -.5rem !important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }
    .m-sm-n3 {
        margin: -1rem !important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }
    .m-sm-n4 {
        margin: -1.5rem !important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }
    .m-sm-n5 {
        margin: -3rem !important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media(min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .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: 5rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-n1 {
        margin: -.25rem !important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }
    .m-md-n2 {
        margin: -.5rem !important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }
    .m-md-n3 {
        margin: -1rem !important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }
    .m-md-n4 {
        margin: -1.5rem !important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }
    .m-md-n5 {
        margin: -3rem !important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media(min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .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-n1 {
        margin: -.25rem !important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }
    .m-lg-n2 {
        margin: -.5rem !important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }
    .m-lg-n3 {
        margin: -1rem !important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }
    .m-lg-n4 {
        margin: -1.5rem !important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }
    .m-lg-n5 {
        margin: -3rem !important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media(min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .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-n1 {
        margin: -.25rem !important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }
    .m-xl-n2 {
        margin: -.5rem !important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }
    .m-xl-n3 {
        margin: -1rem !important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }
    .m-xl-n4 {
        margin: -1.5rem !important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xl-n5 {
        margin: -3rem !important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media(min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width:768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media(min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #002a5b !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #00070f !important
}

.text-secondary {
    color: #00aeda !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #00718e !important
}

.text-success {
    color: #adc22a !important
}

a.text-success:focus,
a.text-success:hover {
    color: #75831c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !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: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap !important
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    .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
    }
}

.bg-default-img {
    background: url(https://bahrainsciencecentre.com/wp-content/uploads/2019/09/Online-Jobs.jpg) no-repeat;
    background-size: 100% 100%;
    background-size: cover;
    height: 330px;
}

.bg-employer-zone {
    background: url(../images/default_pp/emp_banner2.jpg) no-repeat;
    min-height: 100%;
    min-width: 100%;
    background-size: cover;
    background-position: 50%
}

.card-body-h {
    position: relative
}

.card-profile-block {
    position: absolute;
    top: -80px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 99px;
    height: 100px;
    margin: 0;
    border: 1px solid #6c757d
}

.full-z-index {
    z-index: 999
}

.banner-gradient {
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .88) 97%, rgba(0, 0, 0, .88) 100%);
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .88) 97%, rgba(0, 0, 0, .88));
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .88) 97%, rgba(0, 0, 0, .88));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#e0000000", GradientType=0);
    position: absolute;
    top: -80px;
    width: 100%;
    left: 15px;
    min-height: 80px
}

.footer-arc {
    position: relative;
    width: 75px;
    display: block;
    background-color: #343a40;
    height: 60px;
    border-radius: 50%;
    bottom: 20px
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 15%;
    right: 20px;
    z-index: 2000;
    display: none
}

.absolute-dropdown {
    bottom: 4px;
    color: #a6a6a6;
    position: absolute;
    right: 6px;
    text-align: center
}

.zoom {
    box-shadow: 0 4px 6px rgba(0, 0, 0, .35);
    height: auto;
    position: absolute;
    width: 100%;
    z-index: 10;
    background-color: #fff
}

.hj-row:nth-child(odd) {
    background-color: #f5f5f5
}

@media screen and (max-width:575px) {
    #custom-login {
        left: -50px
    }
    #custom-signup {
        right: -99px
    }
    #search-button,
    .nav-link {
        padding-right: 5px !important;
        padding-left: 5px !important
    }
}

.fixed-width-300 {
    z-index: 10000;
    width: 300px !important
}

.logo-position {
    position: absolute;
    top: 160px;
    left: 40%
}

.logo-position-modal {
    position: absolute;
    top: 100px;
    left: 36%
}

.logo-position-modal-box {
    position: absolute;
    top: 100px;
    left: 90px
}

.notify {
    position: fixed;
    z-index: 99999999;
    width: 300px;
    right: 10px;
    bottom: 10px
}

.max-h-0 {
    max-height: 0
}

.no-display {
    display: none !important
}

.ui.corner.badge {
    margin: 0;
    padding: 0;
    text-align: center;
    border-color: #e8e8e8;
    width: 4em;
    height: 4em;
    z-index: 1
}

.ui.corner.badge,
.ui.corner.badge:after {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: border-color .1s ease;
    transition: border-color .1s ease;
    background-color: transparent !important
}

.ui.corner.badge:after {
    content: "";
    z-index: -1;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-top: 0 solid transparent;
    border-right: 4em inherit;
    border-bottom: 4em solid transparent
}

.ui.corner.badge .icon {
    cursor: default;
    position: relative;
    top: .64285714em;
    left: .78571429em;
    font-size: 1.14285714em;
    margin: 0
}

.ui.left.corner.badge,
.ui.left.corner.badge:after {
    right: auto;
    left: 0
}

.ui.left.corner.badge:after {
    border-color: transparent;
    border-style: solid;
    border-width: 4em 4em 0 0
}

.ui.left.corner.badge .icon {
    left: -.78571429em
}

.ui.right.corner.badge,
.ui.right.corner.badge:after {
    right: 0;
    left: auto
}

.ui.right.corner.badge:after {
    border-color: transparent;
    border-style: solid;
    border-width: 4em 0 0 4em
}

.ui.right.corner.badge .icon {
    right: 0
}

.ui.segment>.ui.corner.badge {
    top: -1px;
    right: -1px
}

.ui.segment>.ui.left.corner.badge {
    right: auto;
    left: -1px
}

.search-page-banner-image {
    background-image: url(../images/search/header-bg.jpg);
    max-width: 100%;
    height: auto
}

.payment-page-banner-image {
    background-image: url(../images/payment/payment-bg.png);
    min-height: 100%;
    min-width: 100%;
    background-size: cover;
    background-position: 50%
}

.thick-border {
    width: 25%;
    border: 3px solid #efefef
}

#client-carousel>.carousel-indicators {
    bottom: -50px
}

#main-slide-out {
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 11
}

.bg-dgray-o {
    background-color: rgba(51, 47, 47, .4)
}

.br-theme-fontawesome-stars .br-widget a:after {
    content: "\2605" !important;
    font-size: 1.2rem
}

.img-grey:hover {
    filter: none !important
}

.img-grey {
    filter: gray !important;
    -webkit-filter: grayscale(1) !important
}

.bg-info-light {
    background: #f2faff
}

.border-bottom-info {
    border-bottom: 3px solid #00aeda;
    width: 80px
}

.border-right-info {
    border-right: 3px solid #00aeda
}

.hover-shadow:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, .2)
}

.animate-push:hover {
    animation: push .7s linear 1
}

@keyframes push {
    50% {
        transform: scale(.9)
    }
}

html {
    scroll-behavior: smooth
}

.cursor-pointer {
    cursor: pointer !important
}

.border-bottom-3-purple,
.nav-header:hover {
    background-color: #efefef;
    border-bottom: 3px solid #7a8cb0
}

.no-display-soft {
    display: none
}

.wishlist-icon {
    line-height: inherit
}

.media-img {
    height: 100px;
    width: 100px;
    object-fit: scale-down
}

.media-img-tender {
    height: 80px;
    width: 80px;
    object-fit: scale-down
}

.height-overflow-x {
    height: auto;
    overflow-x: hidden
}

.width-max-content {
    width: max-content
}

.tender-background {
    background-image: url(../images/tender/landing.png);
    background-size: cover;
    min-height: 200px
}

.tender:hover {
    opacity: .6
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 70px
}

.navbar {
    padding-left: 0;
    padding-right: 0
}

.navbar-expand-md>.container,
.navbar-expand-md>.container-fluid,
.navbar-expand-sm>.container,
.navbar-expand-sm>.container-fluid {
    padding-left: 15px;
    padding-right: 15px
}

.circular-indicator {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 1px solid grey;
    padding-top: 2px;
    color: grey;
    margin: auto;
    z-index: 100
}

.active-indicator {
    border-color: orange !important;
    background-color: orange !important;
    color: #fff;
    z-index: 100
}

.complete-indicator {
    border-color: #3bb54a;
    background-color: #3bb54a;
    color: #fff;
    z-index: 100
}

.step {
    font-size: 10px;
    color: grey;
    text-align: center;
    margin-top: -5px
}

.rounded-icon {
    border-radius: 50%;
    color: #fff;
    font-size: 16px
}

.asteriskField {
    padding-left: 5px;
    color: red
}

.height-3 {
    height: 3px
}

.brand-bg-dark {
    background-color: #4a4a4a;
    color: #999
}

.app-link {
    background-color: #f1f1f1;
    color: #999
}

.image-fit {
    object-fit: scale-down
}

.fixed-title {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10
}

.z-index-9 {
    z-index: 9
}

.top-90 {
    top: -90px !important
}

.banner-image-height,
.banner-video-height {
    height: 250px;
    object-fit: fill
}

@media only screen and (max-width:600px) {
    .banner-image-height {
        height: 150px;
        object-fit: fill
    }
}

#contact_location {
    background-image: url(../images/contact/merojob_location.png);
    background-repeat: no-repeat;
    background-size: cover
}

#contact_location,
.map-section {
    height: 360px;
    width: 100%
}

.map-info-card {
    width: 320px;
    margin-top: -300px;
    margin-right: 20%
}

.w-200 {
    width: 200px !important
}

.w-124 {
    width: 124px !important
}

.btn-success {
    color: #fff !important
}

.close-notice {
    position: absolute;
    top: -10px;
    right: -10px;
    height: 30px;
    width: 30px;
    color: #fff;
    border-radius: 50%;
    float: right;
    font-size: 1.21875rem;
    font-weight: 700;
    line-height: 1
}

#notice-modal img {
    width: 100%
}

#notice-modal iframe {
    width: 100%;
    height: 400px
}

.font-90 {
    font-size: 90% !important
}

@media screen and (min-width:768px) {
    .service-carousel-next {
        right: -70px !important
    }
    .service-carousel-next,
    .service-carousel-prev {
        top: 100px !important;
        opacity: inherit;
        width: 5%;
        z-index: 0
    }
    .service-carousel-prev {
        left: -70px !important
    }
}

.training-banner-gradient {
    background: linear-gradient(308.1deg, #071664 31.53%, #2eb2ba 96.78%);
    opacity: .9;
    border-radius: 60px 0 0 0
}

.img-border-info {
    border: 5px solid rgba(0, 174, 218, .45) !important
}

.representativeCard {
    position: absolute;
    right: 8px
}

@media screen and (max-width:575px) {
    .representativeCard {
        position: relative;
        right: 0
    }
}

height-120 {
    min-height: 120px
}

.line {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid grey;
    line-height: .1em;
    margin: 20px 0
}

.line span {
    background: #fff;
    padding: 0 10px
}

.banner-img {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%
}

.js-login {
    background-image: url(../images/jobseeker/login.png)
}

.js-register {
    background-image: url(../images/jobseeker/register.png)
}

.js-initial {
    background-image: url(../images/jobseeker/banner.png)
}

.close-modal {
    float: right;
    font-size: 1.22rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.swatch-blue {
    background-color: #002a5b
}

.swatch-indigo {
    background-color: #00aeda
}

.swatch-purple {
    background-color: #6f42c1
}

.swatch-pink {
    background-color: #e83e8c
}

.swatch-red {
    background-color: #dc3545
}

.swatch-orange {
    background-color: #ea6d1f
}

.swatch-yellow {
    background-color: #ffc107
}

.swatch-green {
    background-color: #adc22a
}

.swatch-teal {
    background-color: #20c997
}

.swatch-cyan {
    background-color: #17a2b8
}

.swatch-white {
    background-color: #fff
}

.swatch-gray {
    background-color: #6c757d
}

.swatch-gray-dark {
    background-color: #343a40
}

.swatch-primary {
    background-color: #002a5b
}

.swatch-secondary {
    background-color: #00aeda
}

.swatch-success {
    background-color: #adc22a
}

.swatch-info {
    background-color: #17a2b8
}

.swatch-warning {
    background-color: #ffc107
}

.swatch-danger {
    background-color: #dc3545
}

.swatch-light {
    background-color: #f8f9fa
}

.swatch-dark {
    background-color: #343a40
}

.swatch-100 {
    background-color: #f8f9fa
}

.swatch-200 {
    background-color: #e9ecef
}

.swatch-300 {
    background-color: #dee2e6
}

.swatch-400 {
    background-color: #ced4da
}

.swatch-500 {
    background-color: #adb5bd
}

.swatch-600 {
    background-color: #6c757d
}

.swatch-700 {
    background-color: #495057
}

.swatch-800 {
    background-color: #343a40
}

.swatch-900 {
    background-color: #212529
}

.editr {
    border: 1px solid #e4e4e4;
    width: 100%
}

.editr--toolbar {
    background: #f6f6f6;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    display: flex;
    height: 32px
}

.editr--toolbar a {
    display: inline-block;
    width: 8vw;
    max-width: 32px;
    height: 32px;
    color: #333;
    fill: #333;
    cursor: pointer;
    text-align: center;
    line-height: 1
}

.editr--toolbar a:hover {
    background: rgba(0, 0, 0, .1)
}

.editr--toolbar a:active {
    background: rgba(0, 0, 0, .2)
}

.editr--toolbar a svg {
    width: 16px;
    height: 16px;
    margin: 8px auto
}

.editr--toolbar a svg path {
    fill: inherit
}

.editr--toolbar a.vw-btn-separator {
    width: 1px;
    margin: 0 8px
}

.editr--toolbar a.vw-btn-separator:hover {
    background: initial;
    cursor: default
}

.editr--toolbar a.vw-btn-separator i.vw-separator {
    border-left: 1px solid rgba(0, 0, 0, .1);
    height: 100%;
    position: absolute;
    width: 1px
}

.editr--toolbar .dashboard {
    width: 100%;
    position: absolute;
    top: 32px;
    left: 0;
    text-align: left;
    padding: 8px 16px;
    background: hsla(0, 0%, 100%, .95);
    border: 1px solid #f6f6f6
}

.editr--content {
    min-height: 150px;
    padding: 12px 8px 16px;
    line-height: 1.33;
    font-family: inherit;
    color: inherit;
    overflow-y: auto
}

.editr--content[contenteditable=true]:empty:before {
    content: attr(placeholder);
    color: rgba(0, 0, 0, .3);
    display: block
}

.editr--content img {
    max-width: 100%
}

.editr--content table {
    width: 100%;
    border-collapse: collapse
}

.editr--content table th {
    text-align: left
}

.editr--content table td,
.editr--content table th {
    border: 1px solid #ddd;
    padding: 2px
}

.editr--content:focus {
    outline: 0
}

.editr--content ol li,
.editr--content ul li {
    list-style-position: inside
}

@media screen and (max-width:320px) {
    .editr--toolbar a {
        margin: 0 2px
    }
    .editr--toolbar a.vw-btn-separator {
        display: none
    }
}

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.ad-address p{
    display: inline-block;
    margin:0px;
}
.Ad_item{
    padding: 10px;
    border: 1px solid #e9ecef;
    border-radius: 11px;
    margin: 10px;
    position: relative;
}
.featured-tag{
  padding: 2px;
    position: absolute;
    top: 7%;
    height: 32px;
    color: #000;
    font-weight: 500;
    background: #ffce32;
    left: 10%;
    border-radius: 5px;
}
.banner-section{
    margin-top: 20px;
}
.seller-info{
    background: #fff;

}
.seller-name img{
    width: 20%;
    display: inline-block;
    margin-left: 10px;
    margin-top: -20px;
}
.seller-content{
    display: inline-block;
    margin-top: 15px;
}
.seller-content  p{
    margin: 0px;
    font-weight: bold;
}
.seller-phone p{
    font-weight: bold;
    text-align: center;
    margin: 0;
    font-size: 20px;
}


html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0;
    overflow-x: hidden;
    padding: 0 !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflowaf: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.html);
    src: url(../fonts/glyphicons-halflings-regulard41d.html?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.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-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-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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .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 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .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 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .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 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a,
.mega-dropdown-ul>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.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: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-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-image: -o-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-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);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-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-image: -o-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-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)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-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-image: -o-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-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)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-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-image: -o-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-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)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-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-image: -o-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-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)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.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-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

/* .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto
} */
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    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;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

select.bs-select-hidden,
select.selectpicker {
    display: none !important
}

.bootstrap-select {
    width: 220px\9
}

.bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1
}

.bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none
}

.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2
}

.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none
}

.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
    float: right
}

.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
    cursor: not-allowed
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
    outline: 0 !important
}

.bootstrap-select.btn-group.bs-container {
    position: absolute
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, .2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, .2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before {
    display: block
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

.colorpicker-saturation {
    float: left;
    width: 100px;
    height: 100px;
    cursor: crosshair;
    background-image: url("../img/bootstrap-colorpicker/saturation.png")
}

.colorpicker-saturation i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    margin: -4px 0 0 -4px;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.colorpicker-saturation i b {
    display: block;
    width: 5px;
    height: 5px;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.colorpicker-hue,
.colorpicker-alpha {
    float: left;
    width: 15px;
    height: 100px;
    margin-bottom: 4px;
    margin-left: 4px;
    cursor: row-resize
}

.colorpicker-hue i,
.colorpicker-alpha i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    margin-top: -1px;
    background: #000;
    border-top: 1px solid #fff
}

.colorpicker-hue {
    background-image: url("../img/bootstrap-colorpicker/hue.png")
}

.colorpicker-alpha {
    display: none;
    background-image: url("../img/bootstrap-colorpicker/alpha.png")
}

.colorpicker-saturation,
.colorpicker-hue,
.colorpicker-alpha {
    background-size: contain
}

.colorpicker {
    top: 0;
    left: 0;
    z-index: 2500;
    min-width: 130px;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1
}

.colorpicker:before,
.colorpicker:after {
    display: table;
    line-height: 0;
    content: ""
}

.colorpicker:after {
    clear: both
}

.colorpicker:before {
    position: absolute;
    top: -7px;
    left: 6px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''
}

.colorpicker:after {
    position: absolute;
    top: -6px;
    left: 7px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: ''
}

.colorpicker div {
    position: relative
}

.colorpicker.colorpicker-with-alpha {
    min-width: 140px
}

.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
    display: block
}

.colorpicker-color {
    height: 10px;
    margin-top: 5px;
    clear: both;
    background-image: url("../img/bootstrap-colorpicker/alpha.png");
    background-position: 0 100%
}

.colorpicker-color div {
    height: 10px
}

.colorpicker-selectors {
    display: none;
    height: 10px;
    margin-top: 5px;
    clear: both
}

.colorpicker-selectors i {
    float: left;
    width: 10px;
    height: 10px;
    cursor: pointer
}

.colorpicker-selectors i+i {
    margin-left: 3px
}

.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-top;
    cursor: pointer
}

.colorpicker.colorpicker-inline {
    position: relative;
    z-index: auto;
    display: inline-block;
    float: none
}

.colorpicker.colorpicker-horizontal {
    width: 110px;
    height: auto;
    min-width: 110px
}

.colorpicker.colorpicker-horizontal .colorpicker-saturation {
    margin-bottom: 4px
}

.colorpicker.colorpicker-horizontal .colorpicker-color {
    width: 100px
}

.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
    float: left;
    width: 100px;
    height: 15px;
    margin-bottom: 4px;
    margin-left: 0;
    cursor: col-resize
}

.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.colorpicker.colorpicker-horizontal .colorpicker-alpha i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 15px;
    margin-top: 0;
    background: #fff;
    border: 0
}

.colorpicker.colorpicker-horizontal .colorpicker-hue {
    background-image: url("../img/bootstrap-colorpicker/hue-horizontal.png")
}

.colorpicker.colorpicker-horizontal .colorpicker-alpha {
    background-image: url("../img/bootstrap-colorpicker/alpha-horizontal.png")
}

.colorpicker.colorpicker-hidden {
    display: none
}

.colorpicker.colorpicker-visible {
    display: block
}

.colorpicker-inline.colorpicker-visible {
    display: inline-block
}

.colorpicker-right:before {
    right: 6px;
    left: auto
}

.colorpicker-right:after {
    right: 7px;
    left: auto
}

.colorpicker-no-arrow:before {
    border-right: 0;
    border-left: 0
}

.colorpicker-no-arrow:after {
    border-right: 0;
    border-left: 0
}

.primary-color {
    background: #DA3743;
}

main.main {
    background: white;
}

body:not(.boxed) .container.container-palette {
    width: inherit;
    max-width: inherit;
    min-width: inherit;
    padding-left: 0;
    padding-right: 0;
}

body.boxed .container.container-palette .container {
    padding: 0;
    width: inherit;
    max-width: inherit;
    min-width: inherit;
    width: 100%;
}

body.boxed .section-profile {
    margin-top: 0;
}

body.boxed .owl-slider-content .item {
    width: 1170px;
}

body.boxed .container.container-palette .owl-slider-content .container {
    padding: 0 15px;
}

@media (max-width: 1199px) {
    body.boxed .owl-slider-content .item {
        width: 970px;
    }
}

@media (max-width: 991px) {
    body.boxed .owl-slider-content .item {
        width: 750px;
    }
}

@media (max-width: 767px) {
    body.boxed .owl-slider-content .item {
        width: 100%;
    }
}

body {
    font-family: 'Nunito';
    font-size: 14px;
    color: #353535;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}

.btn,
.form-control,
input,
textarea,
.bootstrap-select .dropdown-menu,
.bootstrap-select button {
    border-radius: 2px;
}

input,
textarea,
.bootstrap-select .dropdown-menu,
.bootstrap-select button {
    background: #FFF;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.bootstrap-select button {
    height: 100%;
}

.bootstrap-select .dropdown-menu {
    padding: 0;
    border: 0;
}

.bootstrap-select option[hidden] {
    color: #999FA2;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: -100%;
    margin-top: 0;
    margin-left: 1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0;
    padding: 0;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #FFF;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    right: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-menu>li>a:focus {
    outline: 0;
}

.bootstrap-select .dropdown-menu>li>a {
    padding: 10px 10px;
    font-size: 15px;
    color: #252525;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option i {
    margin-bottom: 10px;
}

.bootstrap-select .dropdown-menu>li>a:hover .glyphicon {
    color: #da3743;
}

.bootstrap-select .dropdown-toggle .filter-option .glyphicon,
.bootstrap-select .dropdown-menu>li>a .glyphicon {
    margin-right: 16px;
    font-size: 25px;
    top: 0px;
}

.bootstrap-select .dropdown-toggle .filter-option .glyphicon {
    top: 3px;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    font-size: 15px;
    vertical-align: top;
    padding: 5px 0px;
}

.btn-custom {
    padding: 0 50px;
    line-height: 52px;
    border: 0;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.btn-custom.btn-icon {
    font-size: 36px;
    padding: 0 15px;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn {
    box-shadow: none;
}

.btn-wide {
    width: 100%;
    line-height: 18px;
    padding: 17px 0;
    white-space: normal;
}

.btn-custom-secondary {
    background: rgba(0, 0, 0, 0.8);
}

body .btn-custom-secondary i {
    color: #FFF;
    margin-right: 5px;
}

.btn-custom-secondary:hover {
    background: #C5434D;
}

.btn.btn-custom.focus,
.btn.btn-custom:focus,
.btn.btn-custom:hover {
    color: #FFF;
    text-decoration: none;
}

.btn-custom-primary {
    background: #375BB3;
}

.btn-custom-primary:hover {
    background: #4776e5;
}

.btn-custom-s {
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    padding: 8px 12px;
    color: #6E6E6E;
    font-size: 13px;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.btn-custom-s.btn-custom-secondary {
    color: #FFF;
}

.btn-custom-default:hover {
    background: #EAEAEA;
    color: #000;
}

.btn-custom-grey {
    background: #B9B9B9;
}

.btn-custom-grey {
    background: #B9B9B9;
}

.btn-custom-grey:hover {
    background: #909090;
}

.btn-custom-default {
    background: #F3F3F3;
}

.btn-custom-default {
    background: #F3F3F3;
}

.btn-special-primary {
    border: 2px solid #DA3743;
    color: #DA3743;
    padding: 4px 16px;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
    margin: 0 3px;
}

.btn-special-primary:hover {
    border: 2px solid #C5434D;
    background: #C5434D;
    color: white;
}

.btn-special-primary.fill {
    background: #DA3743;
    border: 2px solid #DA3743;
    color: white;
}

.btn-special-primary.fill:hover {
    background: #C5434D;
    border: 2px solid #C5434D;
}

.btn-custom-s i {
    margin-right: 5px;
    color: #000;
}

.local-form .form-group .control-label {
    margin-bottom: 10px;
    font-size: 16px;
}

.section-s {
    padding-top: 40px;
    padding-bottom: 15px;
}

.section-picks,
.section-category,
.section-blog {
    padding-bottom: 70px;
}

.section-title {
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 35px;
}

.section-title:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -49px;
    border-bottom: 1px dashed #B2B2B2;
    width: 98px;
}

.section-title.no-underline:after {
    display: none;
}

.section-title .subtitle,
.section-title .title {
    display: block;
    margin-bottom: 11px;
}

.section-title .title {
    font-size: 32px;
    font-weight: bold;
    color: #252525;
    line-height: 1;
}

.section-title.slim .title {
    font-size: 20px;
}

.section-title.middle .title {
    font-size: 22px;
}

.section-title .subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #7B7B7B;
}

.section-title.middle .subtitle {
    font-size: 14px;
}

.section-title.box-v {
    margin-bottom: 0;
}

.section-title.box-v:after {
    display: none;
}

.section-title.text-left {
    text-align: left;
}

.icon-star-ratings:after {
    bottom: -30px;
    content: '\f006 \f006 \f006 \f006 \f006';
    color: #da3743;
    letter-spacing: 2px;
    left: 0;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-0:after {
    bottom: -30px;
    content: '\f006 \f006 \f006 \f006 \f006';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-0-5:after {
    bottom: -30px;
    content: '\f123 \f006 \f006 \f006 \f006';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-1:after {
    bottom: -30px;
    content: '\f005 \f006 \f006 \f006 \f006';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-1-5:after {
    bottom: -30px;
    content: '\f005 \f123 \f006 \f006 \f006';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-2:after {
    bottom: -30px;
    content: '\f005 \f005 \f006 \f006 \f006';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-2-5:after {
    bottom: -30px;
    content: '\f005 \f005 \f123 \f006 \f006';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-3:after {
    bottom: -30px;
    content: '\f005 \f005 \f005 \f006 \f006';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-3-5:after {
    bottom: -30px;
    content: '\f005 \f005 \f005 \f123 \f006';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-4:after {
    bottom: -30px;
    content: '\f005 \f005 \f005 \f005 \f006';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-4-5:after {
    bottom: -30px;
    content: '\f005 \f005 \f005 \f005 \f123';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-5:after {
    bottom: -30px;
    content: '\f005 \f005 \f005 \f005 \f005';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

body .zebra-childs .section:nth-child(2n) {
    background: #F5F5F5;
}

body .slim-sections .section:not(:first-child):not(:last-child) {
    padding-top: 50px;
    padding-bottom: 50px;
}

body .slim-sections .section:last-child {
    padding-top: 50px;
}

body .slim-sections .section:first-child {
    padding-bottom: 50px;
}

.image-cover {
    position: relative;
}

img.image-cover,
.image-cover img {
    height: 100%;
    object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -moz-object-fit: cover;
    width: 100%;
}

.nopaddingrow>*[class*='col'] {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

textarea.form-control::-moz-placeholder {
    color: #555;
}

textarea.form-control::-webkit-input-placeholder {
    color: #555;
}

textarea.form-control::placeholder {
    color: #555;
}

textarea.form-control::-ms-input-placeholder {
    color: #555;
}

input.form-control::-moz-placeholder {
    color: #555;
}

input.form-control::-webkit-input-placeholder {
    color: #555;
}

input.form-control::placeholder {
    color: #555;
}

input.form-control::-ms-input-placeholder {
    color: #555;
}

.section-search-area input.form-control::-moz-placeholder {
    color: #999fa2;
    font-size: 15px;
}

.section-search-area input.form-control::-webkit-input-placeholder {
    color: #999fa2;
    font-size: 15px;
}

.section-search-area input.form-control::placeholder {
    color: #999fa2;
    font-size: 15px;
}

.section-search-area input.form-control::-ms-input-placeholder {
    color: #999fa2;
    font-size: 15px;
}

.top-bar input.form-control::-moz-placeholder {
    color: #999fa2;
    font-size: 15px;
}

.top-bar input.form-control::-webkit-input-placeholder {
    color: #999fa2;
    font-size: 15px;
}

.top-bar input.form-control::placeholder {
    color: #999fa2;
    font-size: 15px;
}

.top-bar input.form-control::-ms-input-placeholder {
    color: #999fa2;
    font-size: 15px;
}

.header {
    position: relative;
}

.header .map-bg {
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
}

.top-bar {
    border-bottom: 1px solid #EBEBEB;
    padding: 21.5px 0;
    padding-top: 6.5px;
    background: white;
}

.top-bar>div>div>* {
    padding-top: 15px;
}

body:not(.boxed) .top-bar.container.container-palette {
    width: 100%;
}

body.boxed .widget-recentproperties .filters-box,
body.boxed .boxed-wide {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.top-bar.overflow {
    padding: 15px 0;
    position: absolute;
    background: transparent;
}

.top-bar.top-bar-white {
    border-bottom: none;
}

.top-bar.top-bar-color {
    padding: 30px 0;
    background: rgba(0, 0, 0, 0.8);
    padding-top: 15px;
    z-index: 1000;
}

.top-bar .container-top {
    padding: 0 30px;
}

body .top-bar .container.container-palette {
    padding-left: 15px;
    padding-right: 15px;
}

.top-bar.t-overflow {
    position: absolute;
    z-index: 25;
    background: transparent;
}

body.boxed .top-bar.t-overflow {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.top-bar.fill {
    position: fixed;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    background: rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.35);
}

.top-bar .logo a {
    color: #DA3743;
    font-size: 20px;
    font-family: "Nunito Black", 'Nunito';
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    padding-top: 4px;
    display: block;
}

.top-bar.top-bar-white .logo a {
    color: #FFF;
}

.top-bar .nav-items {
    padding: 0;
    margin: 0;
    list-style: none;
}

.top-bar .nav-items {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    margin-left: -5.5px;
    margin-right: -5.5px;
}

.top-bar .nav-items>li {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    outline: none;
}

body:not(.navigation-open) .top-bar .nav-items>li>.dropdown-menu {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    -ms-transform: scale(0.98);
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}

body:not(.navigation-open) .top-bar .nav-items>li.open>.dropdown-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media(min-width: 768px) {
    body:not(.navigation-open) .top-bar .nav-items>li:hover>.dropdown-menu {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.top-bar .nav-items>li>a {
    display: block;
    color: #4C4C4C;
    margin-left: 5.5px;
    margin-right: 5.5px;
    text-decoration: none;
}

.top-bar .nav-items>li>a:not(.btn) {
    display: block;
    padding: 7px 0;
    margin-left: 20.5px;
    margin-right: 5.5px;
    text-decoration: none;
    position: relative;
}

.top-bar .nav-items>li>a {
    margin-left: 5.5px;
    margin-right: 5.5px;
}

.top-bar .nav-items>li.active>a {
    background: transparent;
}

.top-bar .nav-items>li a span {
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.top-bar .nav-items>li.open>a>span,
.top-bar .nav-items>li>a:hover>span {
    color: #da3743;
}

.top-bar .nav-items>li>a.btn {
    padding: 5px 20px;
}

.top-bar .nav-items>li>a.btn.btn-custom-default {
    border: 2px solid rgba(0, 0, 0, 0.24);
    background: transparent;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.top-bar .nav-items>li>a.btn.btn-custom-default:hover {
    background: #514949;
    border: 2px solid #514949;
}

.top-bar .nav-items>li>a.btn.btn-custom-primary {
    border: 2px solid #375BB3;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.top-bar .nav-items>li>a.btn.btn-custom-primary:hover {
    border: 2px solid #4776e5;
}

.default-menu .dropdown-menu {
    padding: 0;
    border: 0;
    border-radius: 3px !important;
    box-shadow: 0px 3px 15px 0px rgba(1, 1, 1, 0.11);
    -webkit-box-shadow: 0px 3px 15px 0px rgba(1, 1, 1, 0.11);
    margin-top: 4px !important;
}

.dropdown-menu {
    border-radius: 3px;
}

.default-menu .dropdown-menu>li>a {
    padding: 6px 20px;
}

.mega-dropdown-ul>ul>li>a {
    padding: 6px 0px;
}

.default-menu>li>a:focus,
.default-menu>li>a:hover,
.default-menu .dropdown-menu>.active>a,
.default-menu .dropdown-menu>li>a:focus,
.default-menu .dropdown-menu>li>a:hover,
.default-menu>li.open>a,
.default-menu>li.open>a:focus,
.default-menu>li.open>a:hover,
.default-menu>li>a:hover {
    color: initial;
    background-color: transparent;
}

.default-menu .dropdown li,
.default-menu .dropdown a {
    display: block;
}

.default-menu .dropdown-menu>li>a,
.mega-dropdown-ul>ul>li>a {
    transition: all .15s;
    -webkit-transition: all .15s;
}

.default-menu .dropdown-menu>li.active>a,
.default-menu .dropdown-menu>li>a:hover {
    color: #da3743;
}

.affix.top-bar .default-menu .dropdown-menu>li.active>a {
    background: #da3743
}

.top-bar-btns:after {
    content: '';
    clear: both;
    display: table;
}

.top-bar-btns {
    float: right;
    margin-left: 40px;
}

.navbar-toggle .icon-bar {
    background-color: #CCC;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}

.nav>li {
    z-index: 5;
}

.top-bar .nav-items li a.btn.btn-custom-default:hover {
    color: white;
}

.top-bar .nav-items li a.btn.btn-custom-primary {
    color: white;
}

.top-bar .btn,
.top-bar .default-menu>li>a {
    font-weight: 600;
}

.top-bar.top-bar-white .default-menu>li>a {
    color: white;
}

.top-bar.top-bar-color .default-menu>li>a .caret {
    color: inherit;
}

.top-bar.top-bar-white .nav-items li a.btn {
    color: white;
}

.top-bar.affix .nav-items li a.btn.btn-custom-default:hover {
    background: #514949;
}

.top-bar.top-bar-color .nav-items li a.btn.btn-custom-default {
    border: 2px solid #514949;
}

.top-bar.top-bar-color .nav-items li a.btn.btn-custom-default:hover {
    background: rgba(81, 73, 73, 0.21);
}

.top-bar.top-bar-color .nav-items li a.btn.btn-custom-default {
    border: 2px solid #FFF;
}

.top-bar.top-bar-white .nav-items li a.btn.btn-custom-primary:hover,
.top-bar.top-bar-color .nav-items li a.btn.btn-custom-primary {
    color: #FFF;
}

.top-bar.t-overflow .nav-items.default-menu {
    margin-right: 20px;
}


.lang-menu-mobile,
.navigation-wrapper .logo {
    display: none;
}

.navigation-wrapper.navigation-middle .navbar-toggle>*,
.navigation-wrapper.navigation-middle .information-box {
    display: none;
}

@media (max-width: 1160px) and (min-width: 992px) {
    .navigation-wrapper.navigation-middle .nav.default-menu>li {
        display: none;
    }

    .navigation-wrapper.navigation-middle .navbar-toggle {
        display: inline-block;
        font-size: 30px;
        line-height: 1;
        color: #000;
        padding: 0 15px;
        margin: 0;
        margin: 0 5px;
        margin-right: 10px;
        border-radius: 0;
        transition: all 0.15s;
        -webkit-transition: all 0.15s;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li a .caret,
    .navigation-wrapper.navigation-middle .navbar-toggle>* {
        display: none;
    }

    .top-bar.top-bar-color .navigation-wrapper.navigation-middle .navbar-toggle {
        color: #FFF;
    }

    .navigation-wrapper.navigation-middle .navbar-toggle:after {
        content: '\f397';
        display: inline-block;
        font-family: 'Ionicons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-toggle,
    .navigation-open .navigation-wrapper.navigation-middle .navbar-toggle>*,
    .navigation-wrapper.navigation-middle .information-box {
        display: none;
    }

    .navigation-open {
        overflow: hidden;
    }

    .navigation-open .navigation-wrapper.navigation-middle .information-box {
        display: block;
    }

    .navigation-open:after {
        content: '';
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.48);
        z-index: 120;
    }

    .navigation-open .navigation-wrapper.navigation-middle {
        text-align: left;
        padding: 15px 15px;
        padding-right: 20px;
    }

    .navigation-open .navigation-wrapper.navigation-middle {
        left: 0;
        display: flex;
        align-content: center;
        align-items: center;
    }

    .navigation-open .top-bar.t-overflow {
        z-index: 1000;
    }

    .navigation-open .navigation-wrapper.navigation-middle .default-menu.navbar-nav.nav ul.dropdown-menu {
        background: rgb(39, 39, 39);
        top: 0;
        left: 100%;
    }

    .navigation-open .navigation-wrapper.navigation-middle .default-menu.navbar-nav.nav li:last-child ul.dropdown-menu {
        bottom: -75px;
        left: 100%;
        top: initial;
    }

    .navigation-open .top-bar .navigation-wrapper.navigation-middle .nav-items.default-menu li.open a,
    .navigation-open .top-bar .navigation-wrapper.navigation-middle .nav-items.default-menu li a {
        color: #FFF;
    }

    .navigation-open .navigation-wrapper.navigation-middle {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        height: 100%;
        min-height: 100vh;
        z-index: 1000;
        padding: 15px 25px;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        background: rgba(34, 34, 34, 0.95);
        transform: perspective(1000px) rotateX(0deg) scale(1) skewX(0deg) skewY(0deg) rotateY(0deg);
        -webkit-transform: perspective(1000px) rotateX(0deg) scale(1) skewX(0deg) skewY(0deg) rotateY(0deg);
    }

    .navigation-open .navigation-wrapper.navigation-middle .logo {
        display: none;
    }

    .navigation-open .navigation-wrapper.navigation-middle .logo a {
        font-size: 32px;
        font-weight: bold;
        color: #252525;
        line-height: 1;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav {
        box-shadow: none;
        background: transparent;
        padding-right: 50px;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li {
        text-align: left;
        float: none;
        display: block;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav>li>a {
        text-transform: uppercase;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li a {
        font-size: 20px;
        position: relative;
        line-height: 24px;
        padding: 10px 30px 10px 0;
    }

    .navigation-open .top-bar.t-overflow .nav-items li>a::after {
        display: none;
    }

    .navigation-open .navigation-wrapper.navigation-middle .default-menu.navbar-nav .dropdown.dropdown-submenu>a:after,
    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav.nav-items>li>a:after {
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
        content: '';
        height: 1px;
        background: rgb(255, 255, 255);
        width: 0;
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
        border: 0;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav.nav-items li.dropdown-submenu>a:hover:after,
    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav.nav-items li.open a:after,
    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav.nav-items li a:hover:after {
        width: 100%;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li a:focus,
    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li.open a,
    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li a:hover {
        font-size: 20px;
        position: relative;
        background: transparent;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li a .caret {
        width: 41px;
        height: 41px;
        position: absolute;
        right: -12px;
        top: 0;
        cursor: pointer;
        color: #444;
        border: 0;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li a .caret:before {
        position: absolute;
        width: 17px;
        height: 1px;
        background: currentColor;
        left: 12px;
        top: 20px;
        content: '';
        -webkit-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li a .caret:after {
        position: absolute;
        width: 1px;
        height: 17px;
        background: currentColor;
        left: 20px;
        top: 12px;
        content: '';
        -webkit-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li.open>a .caret:after {
        height: 0;
        top: 20px;
    }

    .navigation-open .navigation-wrapper.navigation-middle .default-menu.navbar-nav .dropdown-menu {
        padding-left: 15px;
    }

    .navigation-open .navigation-wrapper.navigation-middle .default-menu.navbar-nav .dropdown-menu li a {
        background: transparent !important;
        ;
    }

    .navigation-open .navigation-wrapper.navigation-middle .default-menu.navbar-nav .dropdown-menu>li a {
        background: transparent;
        opacity: 0.6;
        color: #F7F7F7 !important;
        transition: all 0.15s;
        -webkit-transition: all 0.15s;
        font-size: 16px;
        line-height: 18px;
        padding: 10px 30px 10px 0;
    }

    .navigation-open .affix-menu.affix.top-bar .default-menu .dropdown-menu>li.dropdown-submenu:hover>a,
    .navigation-open .navigation-wrapper.navigation-middle .affix-menu.affix.top-bar .default-menu .dropdown-menu>li>a:hover,
    .navigation-open .navigation-wrapper.navigation-middle .affix-menu.affix.top-bar .default-menu .dropdown-menu>li>a:hover,
    .navigation-open .navigation-wrapper.navigation-middle .default-menu.navbar-nav.nav .dropdown-menu li.active>a,
    .navigation-open .navigation-wrapper.navigation-middle .default-menu.navbar-nav.nav .dropdown-menu li>a:hover {
        background: transparent;
        opacity: 1;
        color: #FFF !important;
    }

    .navigation-open .navigation-wrapper.navigation-middle .button-close {
        width: 46px;
        height: 46px;
        background: #151515;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
    }

    .navigation-open .navigation-wrapper.navigation-middle .button-close:before,
    .navigation-open .navigation-wrapper.navigation-middle .button-close:after {
        width: 14px;
        height: 2px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -1px 0 0 -7px;
        content: '';
        background: #FFF;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
    }

    .navigation-open .navigation-wrapper.navigation-middle .button-close:after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .navigation-open .top-bar .navigation-wrapper.navigation-middle .logo a {
        color: #000;
    }

    .navigation-open .navigation-wrapper.navigation-middle .lang-menu-mobile {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-left: -15px;
        margin-right: -20px;
        margin-top: 10px;
        border-top: 3px solid #EEE;
        padding-top: 5px;
    }

    .navigation-open .navigation-wrapper.navigation-middle .lang-menu-mobile a {
        padding: 5px 15px;
        display: block;
        color: #252525 !important;
    }

    .navigation-open .navigation-wrapper.navigation-middle .lang-menu-mobile a:hover {
        text-decoration: none;
        background: #F3F3F3;
    }

    .navigation-open .navigation-wrapper.navigation-middle .lang-menu-mobile a img {
        margin-bottom: 2px;
        margin-right: 4px;
    }

    .navigation-open .navigation-wrapper.navigation-middle .infiormation-box {
        color: rgba(255, 255, 255, 0.7);
    }

    .navigation-open .navigation-wrapper.navigation-middle .information-box {
        color: white;
        max-width: 350px;
    }

    .navigation-open .navigation-wrapper.navigation-middle .f-box {
        margin-bottom: 30px;
    }

    .navigation-open .navigation-wrapper.navigation-middle .f-box a {
        color: white;
    }

    .navigation-wrapper.navigation-middle .f-box .title {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .top-bar.affix-menu.affix .navigation-wrapper.navigation-middle .navbar-toggle {
        display: none;
    }

    .top-bar.affix-menu.affix .navigation-wrapper.navigation-middle .nav.default-menu>li {
        display: inline-block;
    }
}

@media (min-width: 768px) {}

@media (max-width: 767px) {
    .lang-menu-mobile {
        display: block;
    }

    .top-bar-btns {
        float: none;
    }

    .top-bar-btns .nav-items {
        float: left;
    }

    .top-bar-btns .navbar-toggle {
        float: right;
        padding: 0;
    }

    .default-menu {
        overflow: hidden;
        background: #382F2F;
        padding: 0;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        z-index: 555555;
        text-align: center;
    }

    .default-menu.nav-items li a:not(.btn) {
        margin: 0;
    }

    .default-menu.navbar-nav>li>.dropdown-menu {
        text-align: center;
    }

    .top-bar .nav-items.default-menu {
        overflow: hidden;
        position: relative;
        z-index: 5;
        margin-top: 10px;
    }

    .nav.default-menu>li>a:focus,
    .nav.default-menu>li>a:hover {
        background: #375BB3;
    }

    .default-menu.navbar-nav>li>.dropdown-menu {
        background: #272323;
        padding: 0;
    }

    .default-menu.nav-items li {
        display: block;
        font-size: 14px;
        vertical-align: top;
    }

    .default-menu.nav-items li.dropdown a {}

    .navigation-open:after {
        content: '';
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.48);
        z-index: 120;
    }

    .navigation-wrapper {
        text-align: left;
        padding: 15px 15px;
        padding-right: 20px;
    }

    .navigation-wrapper {
        position: fixed;
        top: 0;
        width: 274px;
        left: -274px;
        height: 100%;
        background: white;
        z-index: 1000;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .navigation-open .navigation-wrapper {
        left: 0;
    }

    .navigation-open .navigation-wrapper .navbar-toggle {
        display: none;
    }

    .navigation-open .top-bar.t-overflow {
        z-index: 1000;
    }

    .navigation-wrapper .default-menu.navbar-nav.nav ul.dropdown-menu {
        background: transparent;
    }

    .navigation-open .top-bar.top-bar-white .navigation-wrapper .default-menu.nav .open>a:hover,
    .navigation-open .top-bar.top-bar-white .navigation-wrapper .default-menu.nav .open>a:focus,
    .navigation-open .top-bar.t-overflow .navigation-wrapper .default-menu.nav .open>a,
    .navigation-open .top-bar.t-overflow .navigation-wrapper .default-menu.nav .open>a:focus,
    .navigation-open .top-bar.t-overflow .navigation-wrapper .default-menu.nav .open>a:hover .navigation-open .top-bar .navigation-wrapper .nav-items.default-menu li.open a,
    .navigation-open .top-bar .navigation-wrapper .nav-items.default-menu li a {
        color: #4C4C4C !important;
    }

    .navigation-wrapper {
        position: fixed;
        top: 0;
        width: 274px;
        left: -274px;
        height: 100%;
        min-height: 100vh;
        background: white;
        overflow: auto;
        z-index: 1000;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .navigation-wrapper .logo {
        display: block;
    }

    .navigation-wrapper .logo a {
        font-size: 32px;
        font-weight: bold;
        color: #252525;
        line-height: 1;
    }

    .navigation-wrapper .navbar-nav {
        box-shadow: none;
        background: transparent;
    }

    .navigation-wrapper .navbar-nav li {
        text-align: left;
    }

    .navigation-wrapper .navbar-nav>li>a {
        text-transform: uppercase;
    }

    .navigation-wrapper .navbar-nav li a {
        font-size: 20px;
        position: relative;
        line-height: 24px;
        padding: 10px 30px 10px 0;
    }

    .navigation-open .top-bar.top-bar-color .navigation-wrapper .nav-items>li>a:not(.btn)::after,
    .navigation-wrapper .default-menu.navbar-nav .dropdown.dropdown-submenu>a:after,
    .navigation-wrapper .navbar-nav.nav-items>li>a:after {
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
        content: '';
        height: 1px;
        background: rgb(37, 37, 37);
        width: 0;
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
        border: 0;
    }

    .navigation-open .navigation-wrapper .navbar-nav.nav-items>li.open>a:after,
    .navigation-open .navigation-wrapper .default-menu.navbar-nav .dropdown.dropdown-submenu>a:hover:after,
    .navigation-open .navigation-wrapper .navbar-nav.nav-items>li>a:hover:after,
    .navigation-open .navigation-wrapper .top-bar .nav-items>li>a:not(.btn):hover::after,
    .navigation-open .navigation-wrapper .navbar-nav.nav-items li.dropdown-submenu>a:hover:after,
    .navigation-open .navigation-wrapper .navbar-nav.nav-items li.dropdown.open>a:hover:after,
    .navigation-open .navigation-wrapper .navbar-nav.nav-items li a:hover:after {
        width: 100% !important;
    }

    .navigation-wrapper .navbar-nav li a:focus,
    .navigation-wrapper .navbar-nav li.open a,
    .navigation-wrapper .navbar-nav li a:hover {
        font-size: 20px;
        position: relative;
        background: transparent;
    }

    .navigation-wrapper .navbar-nav li a .caret {
        width: 41px;
        height: 41px;
        position: absolute;
        right: -12px;
        top: 0;
        cursor: pointer;
        color: #444;
        border: 0;
    }

    .navigation-wrapper .navbar-nav li a .caret:before {
        position: absolute;
        width: 17px;
        height: 1px;
        background: currentColor;
        left: 12px;
        top: 20px;
        content: '';
        -webkit-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
    }

    .navigation-wrapper .navbar-nav li a .caret:after {
        position: absolute;
        width: 1px;
        height: 17px;
        background: currentColor;
        left: 20px;
        top: 12px;
        content: '';
        -webkit-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
    }

    .navigation-wrapper .navbar-nav li.open>a .caret:after {
        height: 0;
        top: 20px;
    }

    .navigation-wrapper .default-menu.navbar-nav .dropdown-menu {
        padding-left: 15px;
    }

    .navigation-wrapper .default-menu.navbar-nav .dropdown-menu li a {
        background: transparent !important;
        ;
    }

    .navigation-wrapper .default-menu.navbar-nav .dropdown-menu>li a {
        background: transparent;
        opacity: 0.6;
        color: #252525 !important;
        transition: all 0.15s;
        -webkit-transition: all 0.15s;
        font-size: 16px;
        line-height: 18px;
        padding: 10px 30px 10px 0;
    }

    .navigation-open .affix-menu.affix.top-bar .default-menu .dropdown-menu>li.dropdown-submenu:hover>a,
    .navigation-wrapper .affix-menu.affix.top-bar .default-menu .dropdown-menu>li>a:hover,
    .navigation-wrapper .affix-menu.affix.top-bar .default-menu .dropdown-menu>li>a:hover,
    .navigation-open .navigation-wrapper .default-menu.navbar-nav.nav .dropdown-menu li.active>a,
    .navigation-open .navigation-wrapper .default-menu.navbar-nav.nav .dropdown-menu li>a:hover {
        background: transparent;
        opacity: 1;
        color: #252525 !important;
    }

    .navigation-wrapper .button-close {
        width: 46px;
        height: 46px;
        background: #151515;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
    }

    .navigation-wrapper .button-close:before,
    .navigation-wrapper .button-close:after {
        width: 14px;
        height: 2px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -1px 0 0 -7px;
        content: '';
        background: #FFF;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
    }

    .navigation-wrapper .button-close:after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .top-bar .navigation-wrapper .logo a {
        color: #000;
    }

    .navigation-wrapper .lang-menu-mobile {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-left: -15px;
        margin-right: -20px;
        margin-top: 10px;
        border-top: 3px solid #EEE;
        padding-top: 5px;
    }

    .navigation-wrapper .lang-menu-mobile a {
        padding: 5px 20px;
        display: block;
        color: #252525 !important;
    }

    .navigation-wrapper .lang-menu-mobile a:hover {
        text-decoration: none;
        background: #F3F3F3;
    }

    .navigation-wrapper .lang-menu-mobile a img {
        margin-bottom: 2px;
        margin-right: 4px;
    }
}

.lang-manu {
    margin-left: 20px;
}

.lang-manu .btn {
    background: transparent;
    box-shadow: none;
    padding-right: 0;
}

.lang-manu .dropdown-menu {
    border-radius: 3px;
    min-width: initial;
    padding: 0;
    -webkit-box-shadow: 0px 3px 15px 0px rgba(1, 1, 1, 0.11);
    box-shadow: 0px 3px 15px 0px rgba(1, 1, 1, 0.11);
}

.lang-manu:hover .caret,
.lang-manu.open .caret {
    color: #da3743;
}

.lang-manu .dropdown-menu a img {
    margin-right: 5px;
    margin-bottom: 5px;
}

.lang-manu .dropdown-menu {
    padding: 14px 0;
}

.lang-manu .dropdown-menu>li>a {
    padding: 6px 20px;
    background: transparent;
}

.lang-manu .dropdown-menu>li>a:hover {
    color: #da3743;
}

.lang-manu .caret {
    margin-bottom: 2px;
    margin-left: 2px;
}

.top-bar.top-bar-color:not(.affix) .lang-manu .btn {
    color: white;
}

.t-overflow:not(.affix) .lang-manu .btn {
    border: 0;
    background: transparent;
    box-shadow: none;
    color: white;
    padding-top: 10px;
}

.top-bar .local-form {
    margin: -9px 0;
    margin-left: 35px;
    font-size: 0;
}

.top-bar .local-form .form-group {
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: text-bottom;
    padding-left: 3.5px;
    padding-right: 3.5px;
}

.top-bar .local-form .bootstrap-select {
    width: 330px;
}

.top-bar .local-form input.form-control {
    width: 270px;
}

.top-bar .local-form .btn-custom.btn-icon {
    font-size: 30px;
    padding: 10px 12px;
    line-height: 1;
}

@media (max-width: 1750px) {
    .top-bar .local-form .bootstrap-select {
        width: 250px;
    }

    .top-bar .local-form input.form-control {
        width: 225px;
    }
}

@media (max-width: 1550px) {
    .top-bar .local-form .bootstrap-select {
        width: 220px;
    }

    .top-bar .local-form input.form-control {
        width: 215px;
    }
}

@media (max-width: 1510px) {
    .top-bar .local-form .bootstrap-select {
        width: 210px;
    }

    .top-bar .local-form input.form-control {
        width: 190px;
    }
}

@media (max-width: 1460px) {
    .top-bar .local-form .bootstrap-select {
        width: 150px;
    }

    .top-bar .local-form input.form-control {
        width: 120px;
    }

    .top-bar .navigation-middle .nav-items>li>a:not(.btn) {
        display: block;
        padding: 7px 0;
        margin-left: 5.5px;
        margin-right: 10.5px;
        text-decoration: none;
        position: relative;
    }

    .top-bar .local-form .btn-custom.btn-icon {
        font-size: 30px;
    }
}

@media (max-width: 1270px) {
    .top-bar .local-form {
        margin: -6px 0;
        margin-left: 25px;
    }

    .top-bar .local-form input[type='text'],
    .top-bar .local-form input[type='email'],
    .top-bar .local-form input[type='mail'],
    .top-bar .local-form input[type='password'],
    .top-bar .local-form .bootstrap-select {
        height: 44px;
    }

    .top-bar .local-form .btn-custom.btn-icon {
        padding: 7px 12px;
    }

    .top-bar .local-form .btn-custom.btn-icon i {
        font-size: 30px;
    }

    .top-bar .local-form .bootstrap-select {
        width: 120px;
    }

    .top-bar .local-form input.form-control {
        width: 125px;
    }
}

.section-search-area {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../img/bg-top.png');
    url(../img/bg-top.png) no-repeat center center;
    background-size: cover;
    padding-top: 220px;
    padding-bottom: 100px;
    position: relative;
}

/*.section-search-area.mask-dark {
    background: url(../img/mask_dark.png) no-repeat center center;
    background-size: cover;
}

.section-search-area.mask-grey {
    background: url(../img/mask_grey.png) no-repeat center center;
    background-size: cover;
}
*/
background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .5)),
url('../img/demo.jpg');

.section-search-area .body {
    max-width: 865px;
    margin: 0 auto;
}

.h-area {
    color: #FFF;
    font-family: 'Nunito';
    text-align: center;
}

.h-area .title {
    line-height: 1;
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: bold;
}

.h-area .subtitle {
    display: block;
    line-height: 1;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: lighter;
}

.section-search-area .local-form {
    padding: 30px 138px;
    padding-bottom: 15px;
}

.section-search-area .local-form form {
    font-size: 0;
}

.section-search-area .local-form form>.form-group {
    font-size: 15px;
    padding-left: 5.5px;
    padding-right: 5.5px;
}

.section-search-area .local-form form {
    margin-left: -5.5px;
    margin-right: -5.5px;
}

.section-search-area .selectpicker {
    background: white;
}

.section-search-area .form-group {
    vertical-align: top;
}

.local-form input,
.local-form textarea,
.local-form .bootstrap-select {
    border: 1px solid #E5E5E5;
}

.bootstrap-select .selectpicker-primary.btn {
    box-shadow: none;
    background: transparent;
}

.widget-search .bootstrap-select .selectpicker-primary.btn {
    background: #fff;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.local-form input[type='text'],
.local-form input[type='email'],
.local-form input[type='mail'],
.local-form input[type='password'],
.local-form .bootstrap-select {
    height: 52px;
}

.section-search-area .local-form input,
.section-search-area .local-form .bootstrap-select {
    border: none;
}

.section-search-area .form-control.bootstrap-select {
    width: 377px;
}

.top-bar .form-control.bootstrap-select .btn[title="Iâ€™m looking for..."],
.section-search-area .form-control.bootstrap-select .btn[title="Iâ€™m looking for..."] {
    color: #999fa2;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-weight: normal;
}

.section-search-area .form-control.bootstrap-select .btn {
    font-size: 15px;
    box-shadow: none;
    outline: none !important;
    padding-left: 18px;
}

.section-search-area .bootstrap-select .dropdown-menu>li>a {
    padding: 5.5px 10px;
    padding-left: 18px;
}

.top-bar .bootstrap-select .dropdown-menu>li>a {
    padding: 5.5px 10px;
}

.top-bar .bootstrap-select .dropdown-menu>li>a,
.top-bar .local-form input.form-control,
.top-bar .form-control.bootstrap-select .btn {
    padding-left: 18px;
}

.top-bar .bootstrap-select.btn-group .dropdown-toggle .filter-option i {
    margin-bottom: 0px;
    margin-top: -10px;
}

.top-bar .bootstrap-select .dropdown-toggle .filter-option .glyphicon {
    top: 5px;
}

.section-search-area .form-control.bootstrap-select .dropdown-menu {
    border-top: 1px solid #dde0e4;
    margin-top: -1px;
    border-radius: 0 0 2px 2px;
}

.section-search-area input.form-control {
    padding-left: 18px;
}

.section-search-area .tags {
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
}

.section-search-area .tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.section-search-area .tags ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
}

.section-search-area .tags a {
    color: white;
    margin-left: 16px;
    margin-right: 16px;
    font-family: 'Nunito';
    text-decoration: none;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.section-search-area .tags a i {
    font-size: 16px;
}

.section-search-area .tags a:hover {
    color: #E0D6A2;
}

.section-search-area .tags a i {
    margin-right: 10px;
}

.thumbnail.thumbnail-property {
    border-radius: 0;
    border: 1px solid #E8ECF1;
    border-radius: 2px;
    padding: 0;
}

.thumbnail.thumbnail-property .thumbnail-image {
    border-radius: 2px 2px 0 0;
    overflow: hidden;
    height: 253px;
}

.section-blog .thumbnail.thumbnail-property .thumbnail-image {
    height: 315px;
}

.thumbnail.thumbnail-property .thumbnail-image img {
    object-fit: cover;
    -webkit-object-fit: cover;
    width: 100%;
    height: 100%;
}

.thumbnail.thumbnail-property .caption {
    padding: 25px 24px;
    display: table;
    padding-top: 21px;
}

.thumbnail.thumbnail-property.b .caption {
    padding: 35px 25px;
}

.thumbnail.thumbnail-property .caption .caption-ls {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.thumbnail.thumbnail-property .caption .caption-rs {
    display: table-cell;
    vertical-align: top;
    padding-top: 4px;
}

.thumbnail.thumbnail-property .thumbnail-title a {
    color: #4285F4;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.thumbnail.thumbnail-property .thumbnail-title a:hover {
    color: #da3743;
}

.thumbnail.thumbnail-property .thumbnail-ratings {
    line-height: 1;
}

.thumbnail.thumbnail-property .thumbnail-ratings,
.thumbnail.thumbnail-property .thumbnail-title {
    margin-bottom: 7px;
}

.thumbnail.thumbnail-property .thumbnail-ratings {
    margin-bottom: 15px;
}

.thumbnail.thumbnail-property .thumbnail-ratings i {
    margin-left: 7px;
}

.thumbnail.thumbnail-property .thumbnail-ratings {
    color: #252525;
    display: block;
    font-size: 16px;
    font-weight: lighter;
}

.thumbnail.thumbnail-property .thumbnail-image a.link {
    display: block;
    height: 100%;
    width: 100%;
}

.thumbnail.thumbnail-property .type a,
.thumbnail.thumbnail-property .type {
    color: #7B7B7B;
    display: block;
    font-size: 13px;
}

.thumbnail.thumbnail-property .type a {
    display: inline;
    text-decoration: none;
    transition: all 0.55s;
    -webkit-transition: all 0.55s;
}

.thumbnail.thumbnail-property .type a:hover {
    text-decoration: underline;
}

.thumbnail.thumbnail-property .description {
    margin-top: 25px;
    line-height: 1.8;
}

.thumbnail.thumbnail-property .btn {
    margin-top: 25px;
}

.btn-marker {
    display: inline-block;
    text-align: center;
}

.btn-marker:hover,
.btn-marker:focus {
    text-decoration: none;
}

.btn-marker .box {
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    color: #da3743;
    display: block;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.btn-marker .title {
    display: block;
    color: #252525;
    font-size: 13px;
    font-weight: bolder;
}

.thumbnail.thumbnail-offers .thumbnail-image img+a,
.thumbnail.thumbnail-property .thumbnail-image img+a {
    position: absolute;
    height: 100%;
    z-index: 5;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
}

.thumbnail.thumbnail-property .thumbnail-image {
    position: relative;
    cursor: pointer;
}

.thumbnail.thumbnail-property .thumbnail-image:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border: 2px solid white;
    left: 50%;
    top: 50%;
    display: block;
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
    transform-origin: 50%;
    opacity: 0;
    transition: all 0.55s;
    -webkit-transition: all 0.55s;
}

.thumbnail.thumbnail-property .thumbnail-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background: #000;
    opacity: 0;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}

.thumbnail.thumbnail-property .thumbnail-image:hover:before {
    opacity: 0.5;
}

.thumbnail.thumbnail-property .thumbnail-image:hover:after {
    width: 120px;
    height: 120px;
    opacity: 1;
}

.thumbnail.thumbnail-property .thumbnail-image .icons a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    display: inline-block;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.55s, transform 0.75s;
    -webkit-transition: transform 0.75s, opacity 0.55s;
}

.thumbnail.thumbnail-property .thumbnail-image .icons {
    position: absolute;
    width: 90px;
    height: 90px;
    left: 50%;
    top: 50%;
    display: block;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    font-size: 0;
    text-align: center;
    z-index: 10;
}

.thumbnail.thumbnail-property .thumbnail-image .icons i {
    font-size: 25px;
    color: #FFF;
    display: inline-block;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.thumbnail.thumbnail-property .thumbnail-image .icons i:hover {
    -webkit-animation-name: wobble-vertical;
    animation-name: wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.thumbnail.thumbnail-property .thumbnail-image .icons i:hover {
    color: #5AC8FB;
}

.thumbnail.thumbnail-property .thumbnail-image .icons a:nth-child(1) {
    -webkit-transform: translate3d(-145px, -95px, 0);
    transform: translate3d(-145px, -95px, 0);
}

.thumbnail.thumbnail-property .thumbnail-image .icons a:nth-child(2) {
    -webkit-transform: translate3d(145px, -95px, 0);
    transform: translate3d(145px, -95px, 0);
}

.thumbnail.thumbnail-property .thumbnail-image .icons a:nth-child(3) {
    -webkit-transform: translate3d(-145px, 95px, 0);
    transform: translate3d(-145px, 95px, 0);
}

.thumbnail.thumbnail-property .thumbnail-image .icons a:nth-child(4) {
    -webkit-transform: translate3d(145px, 95px, 0);
    transform: translate3d(145px, 95px, 0);
}

.thumbnail.thumbnail-property .thumbnail-image:hover .icons a {
    opacity: 1;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes wobble-vertical {
    16.65% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    33.3% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    49.95% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    66.6% {
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes wobble-vertical {
    16.65% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    33.3% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    49.95% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    66.6% {
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.btn-marker {
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}

.btn-marker:hover .box {
    background: #da3743;
    color: #FFF;
}

.btn-marker:hover .title {
    color: #da3743;
}

.thumbnail.thumbnail-video {
    border-radius: 0;
    border: 1px solid #E8ECF1;
    border-radius: 2px;
    padding: 0;
}

.thumbnail.thumbnail-video .thumbnail-image {
    border-radius: 2px 2px 0 0;
    overflow: hidden;
    height: 253px;
    margin-left: -1px;
    margin-right: -1px;
}

.thumbnail.thumbnail-video .thumbnail-image iframe {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.thumbnail.thumbnail-video .caption {
    padding: 25px 25px;
    display: table;
    padding-top: 21px;
}

.thumbnail.thumbnail-video.b .caption {
    padding: 35px 25px;
}

.thumbnail.thumbnail-video .caption .caption-ls {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.thumbnail.thumbnail-video .caption .caption-rs {
    display: table-cell;
    vertical-align: top;
    padding-top: 4px;
}

.thumbnail.thumbnail-video .thumbnail-title a {
    color: #4285F4;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.thumbnail.thumbnail-video .thumbnail-title a:hover {
    color: #da3743;
}

.thumbnail.thumbnail-video .thumbnail-ratings {
    line-height: 1;
}

.thumbnail.thumbnail-video .thumbnail-ratings,
.thumbnail.thumbnail-video .thumbnail-title {
    margin-bottom: 7px;
}

.thumbnail.thumbnail-video .thumbnail-ratings {
    margin-bottom: 15px;
}

.thumbnail.thumbnail-video .thumbnail-ratings {
    color: #252525;
    display: block;
    font-size: 16px;
    font-weight: lighter;
}

.thumbnail.thumbnail-video .thumbnail-image a.link {
    display: block;
    height: 100%;
    width: 100%;
}

.thumbnail.thumbnail-video .type {
    color: #7B7B7B;
    display: block;
    font-size: 13px;
}

.thumbnail.thumbnail-video .description {
    margin-top: 25px;
    line-height: 1.8;
}

.thumbnail.thumbnail-video .btn {
    margin-top: 25px;
}

.card.card-category {
    position: relative;
}

.card.card-category {
    position: relative;
    height: 310px;
    margin-bottom: 20px;
}

.card.card-category .bottom {
    background: rgba(37, 37, 37, 0.87);
    bottom: 0;
    color: #FFF;
    left: 0;
    right: 0;
    position: absolute;
    padding: 25px 0;
    text-align: center;
}

.card.card-category .bottom a {
    color: #FFF;
    font-size: 20px;
    text-decoration: none;
}

.card.card-category .badget {
    position: absolute;
}

.card.card-category .badget.b-icon {
    left: 30px;
    top: 18px;
}

.card.card-category .badget.b-icon i {
    color: #FFF;
    font-size: 40px;
}

.card.card-category {
    overflow: hidden;
}

.card.card-category .bottom {
    bottom: initial;
    padding: 0;
    top: calc(100% - 62px);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.card.card-category:hover .bottom {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    top: 100%;
}

.card.card-category .bottom .title {
    padding: 20px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: 600;
}

.card.card-category:hover .bottom .title {
    padding: 20px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hidden-subtitle {
    padding: 10px 25px;
    background: #da3743;
}

.card.card-category .object-fit-imagediv,
.card.card-category img {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
}

.card.card-category:hover .object-fit-imagediv,
.card.card-category:hover img {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
}

.card.card-category .badget.b-icon i {
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
}

.card.card-category:hover .badget.b-icon i {
    transform: rotateY(-180deg);
    color: #da3743;
}

.card.card-category .object-fit-imagediv {
    position: relative;
}

.card.card-category .object-fit-imagediv:after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.35);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.images-gallery {
    overflow: hidden;
}

.card-gallery {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin-right: -5px;
    margin-left: -5px;
    padding: 7px;
    border: 1px solid #E8ECF1;
}

.card-gallery a:after {
    content: '';
    background: url(../img/preview.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
    -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
}

.card-gallery a:hover:after {
    opacity: 1;
}

.card-gallery a {
    display: block;
    position: relative;
    padding-bottom: 70%;
    overflow: hidden;
}

.card-gallery .object-fit-imagediv {
    position: absolute;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
    -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
}

.images-gallery .widget-styles .content-box {
    margin-bottom: -30px;
}

.pull-right-img {
    float: right;
    padding: 2px 0 15px 30px;
    max-width: 230px;
}

.pull-left-img {
    float: left;
    padding: 2px 30px 15px 0;
    max-width: 230px;
}

.pull-left-img.lg,
.pull-right-img.lg {
    max-width: 300px;
}

.reviews-carousel {
    position: relative;
}

.review {
    text-align: center;
}

.review .rating {
    margin-bottom: 20px;
}

.review .description {
    display: block;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 35px;
    max-width: 780px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.review .user-card {
    margin: 0 auto;
}

.user-card {
    font-size: 0;
}

.user-card .user-card-image,
.user-card .body {
    display: inline-block;
    vertical-align: top;
}

.user-card .user-card-image {
    width: 70px;
    height: 70px;
    border-radius: 2px;
    overflow: hidden;
}

.user-card .body {
    padding-left: 20px;
    padding-top: 12px;
    text-align: left;
}

.user-card .body .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 8px;
}

.user-card .body .contact {
    font-size: 14px;
    color: #B4B4B4;
}

.user-card .body .contact .link {
    color: #4285F4;
    font-weight: bold;
}

.reviews-carousel {
    position: relative;
}

.reviews-carousel .review {
    opacity: 0;
    box-sizing: border-box;
    width: 100%;
    float: left;
    margin-right: -100%;
    position: relative;
    display: block;
    z-index: 0;
    padding: 0 125px;
}

.reviews-carousel .review.show {
    opacity: 1;
    z-index: 2;
}

.reviews-carousel .nav-r a.nav-r-btn {
    font-size: 24px;
    color: #a6a6a6;
    display: block;
    position: absolute;
    height: 45px;
    width: 45px;
    left: 50px;
    top: 20%;
    z-index: 5;
    text-align: center;
    line-height: 49px;
}

.reviews-carousel .nav-r a.nav-r-btn:hover {
    color: #000;
}

.reviews-carousel .nav-r a.nav-r-btn.btn-right {
    left: initial;
    right: 50px;
}

.caption.caption-blog .thumbnail-title a {
    color: #252525;
    font-size: 20px;
    margin-bottom: 10px;
}

.caption .date {
    color: #7B7B7B;
    font-size: 13px;
}

.caption .date i {
    color: #da3743;
    margin-right: 10px;
}

.footer {
    background: #262424;
    color: white;
}

.footer-content {
    padding-bottom: 0;
    background-color: transparent;
}

.footer-content.section {
    padding-top: 40px;
}

.footer-content .container {
    padding-bottom: 0;
}

.footer-results>div {
    margin-bottom: 65px;
}

.footer .logo a {
    font-size: 30px;
    font-weight: 800;
    color: #FFF;
    text-decoration: none;
    line-height: 1;
    font-family: 'Nunito Black', 'Nunito';
    letter-spacing: 2px;
    text-transform: uppercase;
}

.col-top,
.col-bottom {
    padding-left: 25px;
    background-color: #353333;
    color: #fefefe;
}

.col-top li,
.col-bottom li {
    padding: 10px;
}

.col-top {
    margin-bottom: 5px;
}

.col-bottom {
    margin-top: 5px;
}

.col-top h5 {
    text-decoration: underline;
    font-weight: bold;
}

footer .title {
    padding-top: 20px;
    padding-bottom: 10px;
}

.f-box .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: underline;
}

.f-box .list-social,
.f-box .list-f {
    list-style: none;
    padding: 0;
    margin: 0;
}

.f-box .list-f li:not(:last-child) {
    margin-bottom: 15px;
}

.f-box .list-f a {
    color: #CFCFCF;
    font-size: 13px;
}

.f-box .list-social {
    margin-left: -3px;
    margin-right: -3px;
}

.list-social:after {
    content: '';
    clear: both;
    display: table;
}

.list-social li {
    display: block;
    float: left;
    font-size: 16px;
    vertical-align: top;
    margin-left: 3px;
    margin-right: 3px;
}

.list-social li a {
    color: #FFF;
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    background: #353333;
    margin-bottom: 5px;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.list-social li a:hover {
    background: #CFCFCF;
    border-radius: 100%;
    color: #262424;
}

.list-social li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.footer-content .container {
    border-bottom: 1px solid #353333;
}

.footer-bottom {
    padding: 15px 0 10px 0;
    text-align: center;
    font-size: 13px;
    color: #5E5C5C;
}

.footer-bottom .copyright {
    text-align: right;
}

.footer-bottom .footer-social {
    text-align: left;
}

body.boxed .container.container-palette .container.footer-inner-slim,
.footer-inner-slim {
    color: #767676;
    padding: 30px 15px;
    padding-bottom: 25px;
}

.footer-inner-slim .copyright {
    float: left;
    padding: 10px 0;
}

.footer-inner-slim .social {
    float: right;
}

.footer-inner-slim .list-social {
    float: right;
    margin: 0;
}

.footer-inner-slim .list-social li a {
    color: #767676;
    background: transparent;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.footer-inner-slim .list-social li a:hover {
    color: #da3743;
    background: transparent;
}

.widget-geomap {
    background: url(../img/bg-type-1.png) repeat;
}

.widget-geomap .geomap-title {
    font-size: 36px;
}

.mark-c {
    color: #DA3743;
    font-weight: 600;
}

.widget-geomap .local-form {
    padding-top: 80px;
}

.widget-geomap .geo-map {
    padding-top: 30px;
    text-align: center;
}

.widget-geomap .geo-map img {
    max-width: 100%;
}

.card.card-preview {
    position: relative;
    background: -webkit-linear-gradient(45deg, #22682A 0%, #9B4A1B 40%, #3A342A 100%);
    background: linear-gradient(45deg, #22682A 0%, #9B4A1B 40%, #3A342A 100%);
    margin-bottom: 15px;
    height: 260px;
}

.card.card-preview {
    position: relative;
    background: -webkit-linear-gradient(45deg, #22682A 0%, #9B4A1B 40%, #3A342A 100%);
    background: linear-gradient(45deg, #22682A 0%, #9B4A1B 40%, #3A342A 100%);
    margin-bottom: 15px;
    height: 260px;
}

.card.card-preview img {
    object-fit: cover;
    -webkit-object-fit: cover;
    width: 100%;
    height: 100%;
}

.card.card-preview:hover img {
    opacity: 0.4;
}

.card.card-preview .link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.34);
    z-index: 0;
}

.card.card-preview:hover .link {
    background: rgba(0, 0, 0, 0);
    z-index: 2;
}

.card.card-preview figcaption {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    right: 35px;
    left: 35px;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.card.card-preview figcaption h2 {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 10px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

.card.card-preview:hover figcaption h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.card.card-preview figcaption p {
    font-size: 0;
    font-weight: 400;
}

.card.card-preview figcaption p {
    opacity: 0;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.card.card-preview:hover figcaption p {
    opacity: 1;
    font-size: 14px;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.card.card-preview:before {
    content: '';
    position: absolute;
    border: 1px solid #FFF;
    opacity: 0;
    font-size: 14px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 1;
}

.card.card-preview:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.card.card-preview .link,
.card.card-preview:before {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.thumbnail.thumbnail-type {
    border: none;
    background: transparent;
}

.thumbnail.thumbnail-type {
    border: none;
}

.thumbnail.thumbnail-type .thumbnail-image {
    text-align: center;
    padding-bottom: 30px;
}

.thumbnail.thumbnail-type .caption .title {
    margin-bottom: 15px;
}

.thumbnail.thumbnail-type .caption .title,
.thumbnail.thumbnail-type .caption .title a {
    color: #252525;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.thumbnail.thumbnail-type .caption .title a:hover {
    color: #da3743;
}

.thumbnail.thumbnail-type .caption {
    padding: 9px 0;
}

.thumbnail.thumbnail-type .caption .description {
    color: #353535;
    font-size: 13px;
    text-align: center;
    line-height: 1.846;
}

.thumbnail.thumbnail-type .thumbnail-image .img-circle-cat:hover {
    -webkit-animation: slide-bck-center 0.45s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    -moz-animation: slide-bck-center 0.45s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    animation: slide-bck-center 0.45s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@-webkit-keyframes slide-bck-center {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    100% {
        -webkit-transform: translateZ(-400px);
        transform: translateZ(-400px);
    }
}

@keyframes slide-bck-center {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    100% {
        -webkit-transform: translateZ(-400px);
        transform: translateZ(-400px);
    }
}

.owl-carousel-property .item {
    padding-left: 15px;
    padding-right: 15px;
}

.owl-carousel-property.owl-theme .owl-pagination {
    display: none;
}

.owl-carousel-property.owl-theme .owl-controls .owl-buttons div {
    width: 34px;
    height: 34px;
    font-size: 0;
    border-radius: 3px;
    background: #E7E7E7;
    opacity: 1;
}

.owl-carousel-property.owl-theme .owl-controls .owl-buttons div:before,
.owl-carousel-property.owl-theme .owl-controls .owl-buttons div {
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.owl-carousel-property.owl-theme .owl-controls .owl-buttons div:hover {
    background: #da3743;
    color: #FFF;
}

.owl-carousel-property.owl-theme .owl-controls .owl-buttons div:before {
    display: inline-block;
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    color: #000;
    line-height: 29px;
}

.owl-carousel-property.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: '\f3d2';
}

.owl-carousel-property.owl-theme .owl-controls .owl-buttons div.owl-next:before {
    content: '\f3d3';
}

.owl-carousel-property.owl-theme .owl-controls .owl-buttons div:hover {
    background: #da3743;
}

.owl-carousel-property.owl-theme .owl-controls .owl-buttons div:hover:before {
    color: #FFF;
}

.inv-block {
    text-align: center;
    color: #FFF;
}

.inv-block .title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}

.section-location .result-container {
    margin-bottom: 50px;
}

.grid-tiles {
    display: flex;
    width: 100%;
    align-items: stretch;
    align-content: stretch;
    -webkit-flex-flow: inherit;
    justify-content: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
}

.grid-tile {
    border: 1px solid #F2F2F2;
    flex: 2 1;
    min-width: 150px;
    text-align: center;
}

.grid-tile a {
    cursor: pointer;
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
    text-decoration: none;
}

.grid-tile .preview {
    text-align: center;
}

.grid-tile .preview i {
    color: #DA3743;
    font-size: 50px;
    line-height: 71px;
}

.grid-tile .title {
    color: #252525;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.grid-tile a:hover .title {
    color: #da3743;
}

.grid-tile .preview {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

.grid-tile .preview i {
    display: inline-block;
    transform-style: preserve-3d;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1);
}

.grid-tile:hover a .preview i {
    transform: rotateY(-180deg);
}

.card.card-location {
    position: relative;
    margin-bottom: 12px;
    height: 190px;
}

.card.card-location>img {
    object-fit: cover;
    -webkit-object-fit: cover;
    width: 100%;
    height: 100%;
}

.card.card-location .description {
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 10px;
}

.card.card-location .description .title {
    font-size: 16px;
    margin-bottom: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.card.card-location .description .title a {
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
}

.card.card-location .description .title a:hover {
    color: #da3743;
}

.card.card-location .description .sub-title {
    color: #B7B7B7;
    font-size: 12px;
}

.card.card-location .budget {
    position: absolute;
}

.card.card-location .budget.budget-type {
    right: 10px;
    top: 10px;
}

.card.card-location .budget.budget-type i {
    color: #FFF;
}

.card.card-location {
    overflow: hidden;
}

.card.card-location .description.description-hidden .sub-title {
    overflow: initial;
    white-space: normal;
}

.card.card-location .description {
    transition: all 0.05s;
    -webkit-transition: all 0.05s;
}

.card.card-location:hover .description {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
}

.card.card-location .description.description-hidden {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.15s 0.1s;
    -webkit-transition: all 0.15s 0.1s;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    text-decoration: none;
}

.card.card-location:hover .description.description-hidden {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
}

.card.card-location .description.description-hidden .title,
.card.card-location .description.description-hidden .sub-title {
    overflow: initial;
    white-space: normal;
}

.thumbnail.thumbnail-property-list:after {
    content: '';
    display: table;
    clear: both;
}

.thumbnail.thumbnail-property-list {
    border: 0;
    border-bottom: 1px solid #E8ECF1;
    margin-bottom: 15px;
}

.thumbnail.thumbnail-property-list .caption {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: 150px;
}

.thumbnail.thumbnail-property-list.left .caption {
    margin-right: 0;
    margin-left: 150px;
}

.thumbnail.thumbnail-property-list .header {
    display: flex;
    margin-bottom: 15px;
}

.thumbnail.thumbnail-property-list .header .left {
    width: 65%;
}

.thumbnail.thumbnail-property-list .header .right {
    white-space: nowrap;
}
.thumbnail .right .address {
    color: #7B7B7B;
    font-size: 15px;
}

.thumbnail.thumbnail-property-list .thumbnail-image {
    float: right;
    width: 150px;
    margin-top: 35px;
}

.thumbnail.thumbnail-property-list .thumbnail-image a {
    height: 140px;
    width: 100%;
    display: block;
}

.thumbnail.thumbnail-property-list .thumbnail-image a>div {
    border-radius: 2px;
}

.thumbnail.thumbnail-property-list.left .thumbnail-image {
    float: left;
}

.thumbnail.thumbnail-property-list .options span {
    display: inline-block;
    margin-right: 15px;
}

.thumbnail.thumbnail-property-list .options span .thumbnail-ratings i {
    margin: 0 6px;
}

.thumbnail.thumbnail-property-list .list-comment {
    margin: 0;
    padding: 0;
    list-style: none;
}

.thumbnail.thumbnail-property-list .list-comment img {
    width: 35px;
    margin-right: 14px;
    margin-top: 2px;
    float: left;
}

.thumbnail.thumbnail-property-list .thumbnail-title {
    margin-top: -10px;
}

.thumbnail.thumbnail-property-list .caption {
    padding-top: 35px;
}

.thumbnail.thumbnail-property-list .list-comment p {
    font-size: 13px;
    font-family: 'Open Sans';
    line-height: 1.538;
    margin-left: 50px;
}

.thumbnail.nohover .thumbnail-image:before,
.thumbnail.nohover .thumbnail-image:after {
    display: none;
}

.thumbnail.thumbnail-property-list .thumbnail-image img {
    object-fit: cover;
    -webkit-object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 2px;
}

.thumbnail.thumbnail-property-list .thumbnail-image img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.thumbnail.thumbnail-property-list .thumbnail-image:hover img {
    opacity: .6;
    -webki-filter: contrast(1.2);
    filter: contrast(1.2);
}

.thumbnail.thumbnail-property-list .thumbnail-image {
    height: initial;
    margin-bottom: 25px;
}

.thumbnail.thumbnail-property-list:before {
    content: '1.';
    float: left;
    margin-top: 37px;
    color: #b4b4b4;
    font-weight: 600;
}

.thumbnail.thumbnail-property-list.left:before {
    display: none;
}

.widget-recentproperties .row>div:nth-child(2) .thumbnail.thumbnail-property-list:before {
    content: '2.';
}

.widget-recentproperties .row>div:nth-child(3) .thumbnail.thumbnail-property-list:before {
    content: '3.';
}

.widget-recentproperties .row>div:nth-child(4) .thumbnail.thumbnail-property-list:before {
    content: '4.';
}

.widget-recentproperties .row>div:nth-child(5) .thumbnail.thumbnail-property-list:before {
    content: '5.';
}

.widget-recentproperties .row>div:nth-child(6) .thumbnail.thumbnail-property-list:before {
    content: '6.';
}

.widget-recentproperties .row>div:nth-child(7) .thumbnail.thumbnail-property-list:before {
    content: '7.';
}

.flex-md .widget.widget-recentproperties {
    padding-bottom: 0;
}

.result-slim>div {
    padding: 0 6px;
}

.result-slim {
    margin-right: -6px;
    margin-left: -6px;
}

.section-banner-title {
    color: #B0B0B0;
    font-size: 11px;
    text-align: center;
    margin-bottom: 10px;
}

.banner {
    background: #3B3B3C;
    padding: 20px 85px;
    margin: 0 auto;
    display: flex;
    max-width: 850px;
    width: 100%;
    align-items: stretch;
    align-content: stretch;
    -webkit-flex-flow: inherit;
    justify-content: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
}

.banner .left-side {
    align-items: center;
    color: #D4C3C4;
    display: flex;
    flex: 2 1;
    font-size: 16px;
    padding: 10px 0;
}

.banner .left-side .mark-c {
    padding: 0 5px;
}

.btn.btn-banner {
    background: #9D9D9E;
    border-radius: 2px;
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 40px;
    white-space: nowrap;
    transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
}

.btn.btn-banner:hover {
    background: #DA3743;
}

.container-wide img {
    max-width: 100%;
}

.container-wide {
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    padding: 0;
    background: white;
}

@media (min-width: 992px) {
    .flex-md {
        display: flex;
    }

    .container-wide .section-search-area {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.container-wide .section-search-area {
    height: 100%;
    margin-left: -15px;
    margin-right: -15px;
}

.container-wide .left-side .section-search-area {
    margin-right: 0;
}

.container-wide .section-search-area .form-control.bootstrap-select,
.container-wide .section-search-area .form-group,
.container-wide .section-search-area .form-group input,
.container-wide .section-search-area .form-group select {
    width: 100%;
}

.container-wide .section-search-area .h-area {
    padding: 0 20px;
}

.container-wide .section-search-area .btn-custom {
    padding: 0 0;
    width: 100%;
}

.container-wide .section-search-area .row>div {
    padding: 0 5px;
}

.container-wide .section-search-area .body {
    padding: 0 65px;
}

.container-wide .card.card-preview {
    height: 190px;
}

.container-wide .card.card-preview {
    height: 190px;
}

.container-wide .card.card-preview img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
}

.container-wide .map {
    min-height: 450px;
}

.container-wmap .left-side {
    max-width: 850px;
    min-width: 700px;
    width: 100%;
}

.container-wmap .right-side {
    width: 100%;
}

#main-map-mini {
    min-height: 450px;
}

.header .title-location {
    padding: 15px 0;
    display: flex;
}

.header .title-location:after {
    content: '';
    clear: both;
    display: table;
}

.header .title-location .location {
    color: #252525;
    font-size: 15px;
    width: 100%;
}

.header .title-location .count {
    white-space: nowrap;
}

.filters-box {
    padding: 15px 0;
    padding-bottom: 10px;
    border: 1px solid #DCDCDC;
    border-left: 0;
    border-right: 0;
    background: #F3F3F3;
}

.container-wide .widget .filters-box {
    margin-left: -15px;
    margin-right: -30px;
    padding-left: 15px;
    padding-right: 15px;
}

.widget-recentproperties .filters-box {
    margin-bottom: 35px;
}

.tag {
    font-size: 13px;
    color: #6E6E6E;
    padding: 10px 12px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
    border-radius: 2px;
}

.tag:hover {
    text-decoration: none;
}

.tag.tag-default {
    background: #F3F3F3;
    border: 1px solid #DCDCDC;
}

.tag.tag-default:hover {
    background: #E4E1E1;
    color: #353535;
}

.filters .tag {
    margin-bottom: 5px;
}

.filters .picker .pc-element,
.filters .picker .pc-trigger {
    font-size: 13px;
    background: #F3F3F3;
    border: 1px solid #DCDCDC;
    border-radius: 2px;
    color: #6E6E6E;
    padding: 10px 12px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
    padding-right: 30px;
    margin-bottom: 5px;
    margin-right: 4px;
    z-index: 0;
}

.filters .picker .pc-element:hover,
.filters .picker .pc-trigge:hover {
    background: #E4E1E1;
    color: #353535;
}

.filters .picker .pc-element .pc-close,
.filters .picker .pc-trigger .pc-close {
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -11px;
    font-size: 16px;
    cursor: pointer;
    margin-right: 5px;
}

.filters .picker .pc-select .pc-element {
    color: #252525;
}

.filters .pc-select .pc-element i {
    margin-right: 8px;
}

.filters .picker .pc-select .pc-list {
    top: calc(100% - -2px);
    border: 1px solid #DCDCDC;
    padding: 6px 0;
}

.filters .picker .pc-select .pc-list li {
    background-color: transparent !important;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #565454;
    transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}

.filters .picker .pc-select .pc-list li:hover {
    color: #DA3743;
    font-weight: 600;
}

.filters .picker {
    vertical-align: top;
}

.widget-recentproperties {
    padding-bottom: 55px;
}

.widget-recentproperties .result-container {
    padding-bottom: 30px;
}

body.boxed .container.container-palette.widget-title-location .container,
.widget-title-location .container {
    padding-top: 35px;
    padding-bottom: 25px;
}

.widget-title-location .container {
    display: flex;
}

.widget-title-location .location {
    color: #252525;
    font-size: 22px;
    width: 100%;
}

.widget-title-location .count {
    font-size: 13px;
    color: #7B7B7B;
    white-space: nowrap;
}

.widget-filters .filters-box {
    padding: 25px 15px;
}

.widget-listing-title .wb {
    display: flex;
}

.widget-listing-title .wb .options {
    width: 100%;
}

.widget-listing-title .wb .actions {
    white-space: nowrap;
}

.widget-listing-title .options .type-box {
    float: left;
    width: 120px;
    height: 120px;
    background: #DFDCDC;
    text-align: center;
}

.widget-listing-title .options .type-box i {
    color: #FFF;
    font-size: 65px;
    line-height: 120px;
}

.widget-listing-title .options .options-body {
    margin-left: 120px;
    padding-left: 20px;
}

.widget-listing-title .options .options-body .title {
    color: #252525;
    font-size: 32px;
    font-weight: bold;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
    margin-bottom: 5px;
}

.widget-listing-title .options .options-body .ratings {
    color: #252525;
    font-size: 16px;
    margin-bottom: 12px;
}

.widget-listing-title .options .options-body .ratings i {
    margin-left: 5px;
}

.widget-listing-title .options .options-body .types {
    color: #7B7B7B;
}

.widget.listing-gallery {
    margin-bottom: 15px;
}

.listing-gallery img {
    max-width: 100%;
}

.listing-gallery.widget .content {
    padding-bottom: 0;
}

.listing-gallery a {
    display: block;
    height: 320px;
    margin-bottom: 15px;
}

.list-animities {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-animities li {
    display: inline-block;
    width: 33%;
    margin-bottom: 10px;
}

.list-animities li i {
    display: inline-block;
    margin-top: 1px;
    margin-right: 10px;
    vertical-align: middle;
}

.widget-animities.widget-styles .content-box {
    padding-bottom: 20px;
}

.widget.widget-styles.widget-right-map header h2 {
    font-size: 12px;
    color: #4285F4;
    padding: 4px 10px;
}

.list-reviews {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-reviews li:after {
    content: '';
    display: table;
    clear: both;
}

.list-reviews li {
    border-bottom: 1px solid #E8ECF1;
}

.list-reviews li img {
    float: left;
    max-width: 70px;
    border-radius: 2px;
}

.list-reviews .list-reviews-body {
    margin-left: 70px;
    padding-left: 20px;
}

.list-reviews .list-reviews-body .list-reviews-title h2,
.list-reviews .list-reviews-body .list-reviews-title {
    font-size: 16px;
    font-weight: 600;
}

.list-reviews .list-reviews-body .list-reviews-title {
    margin-bottom: 5px;
}

.list-reviews .list-reviews-body .raiting {
    margin-bottom: 10px;
}

.list-reviews .list-reviews-body .description {
    line-height: 1.8;
}

#property-map {
    height: 180px;
    width: 100%;
}

.list-contact ul,
.list-contact {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #9D9798;
    font-size: 13px;
}

.list-contact ul li {
    background: #F7F7F7;
    margin-bottom: 1px;
    padding: 10px 15px;
    color: #585A5A;
}

.list-contact li {
    padding: 10px 0;
    position: relative;
}

.list-contact>li:after {
    content: '';
    display: block;
    height: 1px;
    left: 25px;
    right: 0;
    position: absolute;
    top: 100%;
    background: #E8ECF1;
}

.list-contact>li.icon:not(.multi),
.list-contact>li.icon.multi>.title {
    padding-left: 25px;
}

.list-contact>li.icon.multi>.title {
    padding-bottom: 10px;
}

.list-contact>li.icon.address {
    color: #252525;
    font-weight: 600;
}

.list-contact>li.icon:before {
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    top: 11px;
    font-size: 16px;
    color: #9D9798;
}

.list-contact>li.icon.address:before {
    content: '\f041';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #DA3743;
}

.list-contact>li.icon.earth:before {
    content: '\f0ac';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.list-contact>li.icon.phone:before {
    content: '\f4b9';
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.list-contact>li.icon.clock:before {
    content: '\f3b3';
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.agent-box {
    text-align: center;
}

.agent-box .preview-image img {
    border-radius: 2px;
}

.widget-styles.agent-box .content {
    padding-bottom: 0;
}

.agent-box .title a {
    font-size: 18px;
    color: #4285F4;
}

.agent-box .title {
    margin-bottom: 10px;
}

.agent-box .btn {
    margin-top: 25px;
    font-size: 25px;
}

.location-box {
    margin-bottom: 20px;
}

.location-box:after {
    content: '';
    clear: both;
    display: table;
}

.location-box .preview-image {
    float: left;
    width: 70px;
    height: 70px;
}

.location-box .preview-image div {
    border-radius: 2px;
}

.location-box .location-box-content {
    margin-left: 70px;
    padding-left: 15px;
}

.location-box .location-box-content .title a {
    font-size: 14px;
    font-weight: 600;
    color: #4285F4;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.location-box .location-box-content .title a:hover {
    color: #da3743;
    text-decoration: none;
}

.location-box .location-box-content .ratings {
    font-size: 12px;
    color: #252525;
}

.location-box .location-box-content .types {
    font-size: 13px;
    color: #7B7B7B;
}

.location-box .location-box-content .types.date {
    margin: 5px 0;
}

.widget-other-location .widget-title.content,
.widget-other-location .widget-title.content-box {
    padding-bottom: 0;
}

.widget-other-location .content-box:after,
.widget-other-location .content:after {
    content: '';
    display: table;
    clear: both;
}

.widget-styles.widget-form .content-box {
    padding-top: 0;
}

.widget-styles.widget-form .btn {
    font-size: 13px;
    line-height: 18px;
    padding: 17px 0;
}

.widget-ads img {
    max-width: 100%;
}

.widget-top-title {
    background: #3C3C3C;
    padding: 110px 0;
    color: #FFF;
}

.widget-top-title[data-parallax='scroll'] {
    background: url(../img/bg-parallax.png) no-repeat center center;
    background-size: cover;
}

.widget-top-title .body {
    max-width: 865px;
    margin: 0 auto;
    text-align: center;
}

.widget-top-title .body .title {
    line-height: 1;
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: bold;
}

.widget-top-title .body .subtitle {
    display: block;
    line-height: 1;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: lighter;
}

.widget-top-parralax {
    background-color: transparent;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

[data-parallax='scroll'] {
    background-color: transparent;
}

.widget-top-parralax .body {
    position: relative;
    z-index: 5;
    text-align: center;
    color: #FFF;
}

.widget-top-parralax .body .title {
    line-height: 1;
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: bold;
}

.widget-top-parralax .body .subtitle {
    display: block;
    line-height: 1;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: lighter;
}

.widget-top-parralax.full-vh {
    height: 100vh;
}

.widget-top-parralax.compat-object-fit {
    position: relative;
}

.widget-top-parralax:after {
    background: url('../img/bg-parallax.png');
    background-size: cover;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
}

.widget-top-parralax.compat-object-fit .object-fit-imagediv {
    position: absolute;
    top: 0;
}

.scroll-button {
    position: absolute;
    bottom: 30px;
    width: 40px;
    height: 60px;
    left: 50%;
    margin-left: -20px;
    background: url(../img/download.png) center bottom no-repeat;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
}

.scroll-button:hover {
    background-position: center bottom 10px;
}

.scroll-button:after,
.scroll-button:before {
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.scroll-button:before {
    position: absolute;
    left: 10px;
    top: 0;
    right: 10px;
    bottom: 0;
    border-left: 1px transparent solid;
    border-bottom: 1px transparent solid;
    content: '';
}

.scroll-button:after {
    position: absolute;
    left: 10px;
    top: 0;
    right: 10px;
    bottom: 0;
    border-top: 1px transparent solid;
    border-right: 1px transparent solid;
    content: '';
}

.scroll-button:hover:after,
.scroll-button:hover:before {
    border-color: #FFF;
}

.scroll-button:hover:before {
    left: 0;
}

.scroll-button:hover:after {
    right: 0;
}

.widget-owl-slider-fullh .scroll-button {
    bottom: 100px;
}

.list-navigation {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-navigation li {
    font-size: 14px;
    margin-bottom: 10px;
}

.list-navigation li a {
    color: #252525;
}

.list-navigation li.active {
    font-weight: 600;
}

.list-navigation li.return a {
    color: #DA3743;
    font-weight: 600;
}

.list-navigation li.return a i {
    margin-right: 5px;
}

.list-navigation li a:hover {
    text-decoration: none;
}

.list-navigation li:not(.return) a:hover {
    font-weight: 600;
}

.list-categories {
    display: table;
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-categories {
    margin-bottom: 70px;
}

.list-category-item {
    display: table;
    border: 1px solid #E8ECF1;
    margin-top: -1px;
}

.list-category-item .preview,
.list-category-item .content {
    display: table-cell;
}

.list-category-item .preview,
.list-category-item .content {
    display: table-cell;
    vertical-align: top;
    padding: 35px 45px;
}

.list-category-item .preview {
    padding-right: 20px;
}

.list-category-item .content {
    padding-right: 55px;
    padding-left: 20px;
}

.list-category-item .title {
    margin-bottom: 20px;
}

.list-category-item .title,
.list-category-item .title a {
    color: #252525;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.list-category-item .title:hover,
.list-category-item .title a:hover {
    color: #da3743;
}

.list-category-item .description {
    font-family: 'Open Sans';
    font-size: 13px;
    line-height: 1.8;
}

.card.card-pricing {
    border: 1px solid #E8ECF1;
    padding: 35px 20px 45px 43px;
    margin-bottom: 25px;
}

.card.card-pricing .title {
    color: #252525;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 10px;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.card.card-pricing .price-box {
    color: #252525;
    font-size: 72px;
    font-weight: 600;
    margin-bottom: 40px;
}

.card.card-pricing .price-box sup {
    font-size: 16px;
    top: -35px;
    margin-right: 5px;
}

.card.card-pricing .price-box .notice {
    font-size: 13px;
    font-weight: 400;
    color: #7B7B7B;
}

.card.card-pricing .list-suggestions {
    margin-bottom: 30px;
}

.list-suggestions {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-suggestions li {
    margin-bottom: 10px;
    font-size: 13px;
    padding-left: 40px;
    position: relative;
}

.list-suggestions li.unchecked:before,
.list-suggestions li.checked:before {
    position: absolute;
    left: 2px;
    top: 3px;
    font-size: 13px;
}

.list-suggestions li.checked:before {
    content: '\f121';
    display: inline-block;
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.list-suggestions li.unchecked:before {
    content: '\f129';
    display: inline-block;
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.thumbnail.thumbnail-offers {
    border-radius: 0;
    border: 1px solid #E8ECF1;
    border-radius: 2px;
    padding: 0;
}

.thumbnail.thumbnail-offers .thumbnail-image {
    border-radius: 2px 2px 0 0;
    overflow: hidden;
    height: 253px;
    margin-left: -1px;
    margin-right: -1px;
    position: relative;
}

.thumbnail.thumbnail-offers .thumbnail-image img {
    object-fit: cover;
    -webkit-object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
}

.thumbnail.thumbnail-offers:hover .thumbnail-image img {
    filter: contrast(1.3);
    -webki-filter: contrast(1.3);
}

.thumbnail.thumbnail-offers .caption {
    padding: 25px 25px;
    display: table;
    padding-top: 21px;
}

.thumbnail.thumbnail-offers .caption .caption-ls {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.thumbnail.thumbnail-offers .caption .caption-rs {
    display: table-cell;
    vertical-align: top;
    padding-top: 4px;
}

.thumbnail.thumbnail-offers .thumbnail-title a {
    color: #252525;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.thumbnail.thumbnail-offers .thumbnail-title a:hover {
    color: #da3743;
}

.thumbnail.thumbnail-offers .thumbnail-title {
    margin-bottom: 15px;
}

.thumbnail.thumbnail-offers .options {
    color: #6E6E6E;
    display: block;
    font-size: 13px;
}

.thumbnail.thumbnail-offers .options {
    color: #6E6E6E;
    display: block;
    font-size: 13px;
}

.thumbnail.thumbnail-offers .options span {
    margin-right: 5px;
}

.thumbnail.thumbnail-offers .options i,
.thumbnail.thumbnail-offers .options .s-mark {
    color: #E98422;
}

.thumbnail.thumbnail-offers .budget {
    position: absolute;
}

.thumbnail.thumbnail-offers .budget.budget-type {
    position: absolute;
    top: 22px;
    left: 25px;
    font-size: 10px;
    color: #FFF;
    background: #DA3743;
    line-height: 1;
    padding: 5px;
}

.widget-search-box .form-group {
    margin: 0;
}

.form-control:focus,
.form-control {
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.widget-search .btn-group.bootstrap-select {
    width: 100% !important;
}

.widget-search {
    background: #F3F3F3;
}

.widget-search .filters-box {
    padding-bottom: 15px;
    padding-top: 30px;
}

.post-header {
    padding-top: 95px;
    padding-bottom: 45px;
}

.post-header .post-title {
    text-align: center;
    margin-bottom: 30px;
}

.post-header .post-preview {
    text-align: center;
}

.post-header .post-preview img {
    max-width: 100%;
}

.post-header .post-title .title {
    font-size: 36px;
    font-weight: bold;
    color: #252525;
    line-height: 1;
    margin-bottom: 11px;
}

.post-header .post-title .subtitle {
    font-size: 13px;
    font-weight: 400;
    color: #7B7B7B;
    display: block;
    margin-bottom: 11px;
}

.post-header .post-title .subtitle i {
    margin-right: 7px;
}

.post-header .post-title .subtitle a {
    color: #252525;
}

.post-content {
    padding-left: 150px;
    padding-right: 150px;
}

.post-body {
    color: #353535;
    font-size: 14px;
    font-family: 'Open Sans';
    padding-bottom: 75px;
}

.post-body p {
    line-height: 1.8;
}

p.note {
    font-family: 'Nunito';
    font-size: 22px;
    font-weight: 600;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
    line-height: 1.4;
}

p.note:before {
    content: 'â€œ';
    color: #da3743;
    font-size: 55px !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 18px;
    left: 0;
}

.post-social {
    display: flex;
    vertical-align: middle;
    width: 100%;
    margin-top: 30px;
    align-items: center;
}

.post-social>* {
    flex: 1 100%;
    width: 50%;
}

.post-social .hash-tags a {
    margin-right: 10px;
}

.post-social .list-social {
    text-align: right;
    margin: 0;
}

.post-social .list-social li {
    display: inline-block;
    float: none;
}

.post-social .list-social li a {
    width: 24px;
    height: 24px;
    font-size: 12px;
}

.author-card {
    background: #F5F5F5;
    padding: 50px 60px;
    text-align: center;
}

.author-card .author-logo {
    margin-bottom: 20px;
}

.author-card .name_surname a {
    font-size: 18px;
    font-weight: 600;
    color: #252525;
    text-decoration: none;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.author-card .name_surname a:hover {
    color: #da3743;
}

.author-card .name_surname {
    margin-bottom: 15px;
}

.author-card .author-body {
    color: #353535;
}

.author-card .author-body {
    color: #353535;
}

.author-card .list-social {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    padding-top: 10px;
}

.author-card .list-social li {
    display: inline-block;
    float: none;
}

.author-card .list-social li a {
    color: #A0A0A0;
    background: transparent;
    width: 30px;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.author-card .list-social li a:hover {
    color: #da3743;
}

.post-comments {
    padding-top: 70px;
}

.post-comments .post-comments-title {
    font-size: 20px;
    font-weight: 700;
    color: #252525;
    text-align: center;
    position: relative;
    padding-bottom: 24px;
}

.post-comments .post-comments-title:after {
    content: '';
    display: block;
    border-bottom: 1px dashed #C4C4C4;
    position: absolute;
    bottom: -1px;
    width: 75px;
    left: 50%;
    margin-left: -37.5px;
}

.commtens-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.commtens-list .commten-box:not(:last-child) {
    border-bottom: 1px solid #E8ECF1;
}

.commten-box {
    padding: 30px 0;
}

.commten-box:after {
    content: '';
    clear: both;
    display: table;
}

.commten-box .preview-image {
    float: left;
    width: 60px;
}

.commten-box .preview-image .img-circle {
    width: 60px;
    height: 60px;
}

.commten-box .commten-box-content {
    margin-left: 60px;
    padding-left: 30px;
}

.commten-box .header {
    display: flex;
    margin-bottom: 10px;
}

.commten-box .title {
    font-size: 16px;
    color: #252525;
    width: 100%;
    font-weight: 600;
}

.commten-box .title a {
    color: #252525;
}

.commten-box .title a {
    color: #252525;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.commten-box .title a:hover {
    color: #da3743;
    text-decoration: none;
}

.commten-box .action {
    white-space: nowrap;
}

.commten-box .action a {
    white-space: nowrap;
    font-size: 13px;
    color: #375BB3;
    font-weight: 600;
}

.commten-box .action a:hover {
    color: #da3743;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
    text-decoration: none;
}

.reply-box {
    padding-bottom: 95px;
}

.reply-box .btn {
    margin: 0 auto;
}

.reply-box .reply-title {
    font-size: 16px;
    color: #252525;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.section-profile {
    margin-top: 30px;
}

.section-profile-box {
    background: #F5F5F5;
    display: table;
    width: 100%;
}

body.boxed .section-profile {
    background: #F5F5F5;
}

.section-profile-box .content,
.section-profile-box .right-bar {
    display: table-cell;
    padding: 35px;
}

.section-profile-box .content .profile-logo,
.section-profile-box .content .profile-body {
    display: table-cell;
    vertical-align: middle;
}

.section-profile-box .content .profile-logo {
    display: table-cell;
    margin-right: 25px;
}

.section-profile-box .content,
.section-profile-box .right-bar .profile-body {
    display: table-cell;
}

.section-profile-box .content {
    width: 100%;
}

.section-profile-box .content .profile-logo,
.section-profile-box .content .profile-body {
    display: inline-block;
    vertical-align: middle;
}

.section-profile-box .content .title {
    color: #252525;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}

.section-profile-box .content .options {
    color: #252525;
    font-size: 16px;
}

.section-profile-box .content .options i {
    margin-right: 10px;
}

.section-profile-box .right-bar {
    white-space: nowrap;
    text-align: right;
}

.list-social-line {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: -10px;
    margin-right: -10px;
}

.list-social-line li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.list-social-line li a {
    color: #000;
    -webkit-transition: all 0.15s;
    text-decoration: none;
    font-size: 17px;
}

.list-social-line li a:hover {
    color: #da3743;
}

.widget-topmap {
    padding: 0;
}

.widget-topmap .map {
    height: 500px;
}

.owl-slider,
.owl-slider .owl-stage-outer,
.owl-slider .owl-stage-outer .owl-stage,
.owl-slider .owl-item,
.owl-slider .item {
    height: 100%;
}

.owl-slider-content .item {
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.owl-slider-content .item:after {
    background: url(../img/bg-parallax.png);
    background-size: cover;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
}

.owl-slider-content .item .object-fit-imagediv {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.owl-slider-content .item .caption {
    position: relative;
    width: 100%;
    text-align: center;
    color: #EFEFEF;
    z-index: 5;
}

.owl-slider-content .item .title {
    line-height: 1;
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: bold;
}

.owl-slider-content .item .subtitle {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    font-size: 18px;
}

.owl-slider-content .item .caption.anim-1 .title {
    transition: transform 1.55s ease 0.5s, opacity 0.25s ease 0.5s;
    -webkit-transition: -webkit-transform 1.55s ease 0.5s, opacity 0.25s ease 0.5s;
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}

.owl-slider-content .owl-item.active .item .caption.anim-1 .title {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.owl-slider-content .item .caption.anim-1 .subtitle {
    transition: transform 1s ease 1.5s, opacity 0.25s ease 1.5s;
    -webkit-transition: -webkit-transform 1s ease 1.5s, opacity 0.25s ease 1.5s;
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}

.owl-slider-content .owl-item.active .item .caption.anim-1 .subtitle {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.owl-slider-content .item .caption.anim-2 .title {
    transition: transform 1.55s cubic-bezier(0, 0.79, 0.81, 0.87) 0.5s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 0.5s;
    -webkit-transition: -webkit-transform 1.55s cubic-bezier(0, 0.79, 0.81, 0.87) 0.5s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 0.5s;
    opacity: 0;
    transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
}

.owl-slider-content .owl-item.active .item .caption.anim-2 .title {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.owl-slider-content .item .caption.anim-2 .subtitle {
    transition: transform 1s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s;
    opacity: 0;
    transform: translateX(80px);
    -webkit-transform: translateX(80px);
}

.owl-slider-content .owl-item.active .item .caption.anim-2 .subtitle {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.owl-slider-content .item .caption.anim-3 {
    text-align: left;
}

.owl-slider-content .item .caption.anim-3 .title {
    transition: transform 1.55s cubic-bezier(0, 0.79, 0.81, 0.87) 1s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1s;
    -webkit-transition: -webkit-transform 1.55s cubic-bezier(0, 0.79, 0.81, 0.87) 1s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1s;
    opacity: 0;
    transform: translateX(80px);
    -webkit-transform: translateX(80px);
}

.owl-slider-content .owl-item.active .item .caption.anim-3 .title {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.owl-slider-content .item .caption.anim-3 .subtitle {
    transition: transform 1s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s;
    opacity: 0;
    transform: translateX(80px);
    -webkit-transform: translateX(80px);
}

.owl-slider-content .owl-item.active .item .caption.anim-3 .subtitle {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.owl-slider-content .item .caption.anim-4 .title {
    transition: transform 1.85s cubic-bezier(0, 0.79, 0.81, 0.87) 1s, opacity 0.95s cubic-bezier(0, 0.79, 0.81, 0.87) 1s;
    -webkit-transition: transform 1.85s cubic-bezier(0, 0.79, 0.81, 0.87) 1s, opacity 0.95s cubic-bezier(0, 0.79, 0.81, 0.87) 1s;
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2);
}

.owl-slider-content .owl-item.active .item .caption.anim-4 .title {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.owl-slider-content .item .caption.anim-4 .subtitle {
    transition: transform 1s ease 2s, opacity 0.25s ease 2s;
    -webkit-transition: -webkit-transform 1s ease 2s, opacity 0.25s ease 2s;
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}

.owl-slider-content .owl-item.active .item .caption.anim-4 .subtitle {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.owl-slider-content .item .caption.anim-5 .title {
    transition: transform 1.55s ease 0.5s, opacity 0.25s ease 0.5s;
    -webkit-transition: -webkit-transform 1.55s ease 0.5s, opacity 0.25s ease 0.5s;
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
}

.owl-slider-content .owl-item.active .item .caption.anim-5 .title {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.owl-slider-content .item .caption.anim-5 .subtitle {
    transition: transform 1s ease 1.5s, opacity 0.25s ease 1.5s;
    -webkit-transition: -webkit-transform 1s ease 1.5s, opacity 0.25s ease 1.5s;
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}

.owl-slider-content .owl-item.active .item .caption.anim-5 .subtitle {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.widget-slider-owl {
    height: 500px;
    overflow: hidden;
    padding: 0;
}

.owl-dots-local .owl-dots {
    position: absolute;
    z-index: 5;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: flex;
    align-items: center;
    height: 32px;
}

.owl-dots-local .owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.owl-dots-local .owl-theme .owl-dots .owl-dot:hover span {
    background: #da3743;
}

.owl-dots-local .owl-theme .owl-dots .owl-dot.active span {
    background: #da3743;
    width: 22px;
    height: 22px;
}

.owl-nav-local .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 0;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background: transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: background 0.15s, transform 0.3s;
    -webkit-transition: background 0.15s, -webkit-transform 0.3s;
}

.owl-nav-local .owl-theme .owl-nav .owl-prev {
    left: 30px;
    transform: translateX(-150px);
    -webkit-transform: translateX(-150px);
}

.owl-nav-local .owl-theme .owl-nav .owl-next {
    right: 30px;
    transform: translateX(150px);
    -webkit-transform: translateX(150px);
}

.owl-nav-local:hover .owl-theme .owl-nav [class*='owl-'] {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.owl-nav-local .owl-theme .owl-nav [class*='owl-']:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 18px;
}

.owl-nav-local .owl-theme .owl-nav .owl-next:after {
    content: '\f125';
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 2px;
}

.owl-nav-local .owl-theme .owl-nav .owl-prev:after {
    content: '\f124';
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: -2px;
}

.owl-nav-local .owl-theme .owl-nav [class*='owl-']:hover {
    background: #da3743;
    color: #FFF;
    border-radius: 50%;
}

.widget-video-owl {
    padding: 50px 0;
    background: url(../img/bg-type-1.png) repeat;
}

.widget-video-owl.owl-dots-local .owl-dots {
    position: initial;
    transform: initial;
    -webkit-transform: initial;
    justify-content: center;
}

.widget-video-owl.owl-dots-local .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 35px;
}

.owl-carousel .item-video {
    height: 350px;
}

.widget-owl-slider-fullh {
    height: 100vh;
    overflow: hidden;
    background: #5F5F5F;
    padding: 0;
}

.owl-carousel-items.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #AFAFAF;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: transparent;
}

.owl-carousel-items.owl-theme .owl-dots .owl-dot:hover span {
    background: #da3743;
}

.owl-carousel-items.owl-theme .owl-dots .owl-dot.active span {
    background: #da3743;
}

.owl-carousel-items.owl-theme .owl-nav [class*='owl-'] {
    color: #252525;
    cursor: pointer;
    font-size: 0;
    background: #E7E7E7;
    border-radius: 2px;
    width: 30px;
    height: 34px;
    transition: background 0.15s, transform 0.3s;
    -webkit-transition: background 0.15s, -webkit-transform 0.3s;
    position: relative;
}

.owl-carousel-items.owl-theme .owl-nav [class*='owl-']:after {
    font-size: 15px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -3px;
}

.owl-carousel-items.owl-theme .owl-nav .owl-next:after {
    content: '\f125';
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.owl-carousel-items.owl-theme .owl-nav .owl-prev:after {
    content: '\f124';
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.section.widget-recentproperties {
    padding-top: 50px;
}

.section.widget-recentproperties .header .title-location .location {
    font-size: 20px;
}

.modal .modal-content {
    border-radius: 0;
    padding: 20px 20px;
}

.modal .modal-content .modal-title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #252525;
}

.modal .modal-content .modal-header {
    border: 0;
    padding: 20px 0;
    line-height: 1;
}

.modal .modal-content .modal-footer,
.modal .modal-content .modal-body {
    padding: 15px 0;
}

.modal .modal-content .bottom-actions {
    font-size: 13px;
    padding-top: 15px;
    text-align: center;
}

.modal .modal-content .bottom-actions .link {
    color: #DA3743;
}

.modal .modal-header .close {
    margin-top: -25px;
}

.modal .notice {
    text-align: center;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 70px auto;
    }
}

.panel-content.panel-group .panel-heading {
    background: #F3F3F3;
    padding: 14px 15px;
    position: relative;
}

.panel-content.panel-group .panel {
    border-radius: 0;
    border-color: #DADADA;
}

.panel-content .panel-title {
    color: inherit;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
}

.panel-content .panel {
    border-radius: 0;
    background-color: #FFF;
    border: 1px solid transparent;
    border-radius: 0;
    border-color: #DADADA;
}

.panel-content.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-content.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #DDD;
}

.panel-content .panel-body {
    padding: 15px;
}

.panel-content .panel.panel-base {
    background-color: #F1C40F;
}

.panel-content .panel .panel-heading {
    border-radius: 0;
    padding: 15px;
}

.panel-content .panel-default {
    border-color: #E0EDED;
}

.panel-content .panel-default>.panel-heading {
    border-color: #E0EDED;
    background: #FCFCFC;
}

.panel-content .panel-default>.panel-heading h2 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.panel-content .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-content.panel-group {
    margin-bottom: 0;
}

.panel-content.panel-group .panel {
    border-radius: 0;
    border-color: #DADADA;
}

.panel-content.panel-group .panel+.panel {
    margin-top: 0;
    border-top: 0;
}

.panel-content.panel-group .panel-heading {
    background: #F3F3F3;
    display: block;
    padding: 14px 15px;
    position: relative;
}

.panel-content.panel-group .panel-heading:after {
    content: '+';
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    color: #333;
}

.panel-content.panel-group .panel-heading:after {
    content: '+';
    color: #333;
    font-size: 12px;
    margin-top: -8px;
    position: absolute;
    right: 15px;
    top: 50%;
}

.panel-content.panel-group .panel-heading a {
    color: #333;
    font-weight: normal;
}

.panel-content.panel-group .panel-heading a i {
    color: #333;
    margin-right: 5px;
}

.panel-content .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-color: #DADADA;
    color: #616161;
    line-height: 1.8;
    font-size: 13px;
}

.listing_wrapper_agents .agent_unit {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
    border: 1px solid #DDE4E9;
    border-radius: 3px;
    min-height: 352px;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    padding-bottom: 50px;
}

.listing_wrapper_agents .prop_new_details_back {
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}

.listing_wrapper_agents .agent_unit img {
    border-bottom: 3px solid #1B1464 !important;
}

.listing_wrapper_agents img.wp-post-image {
    height: auto;
    max-width: 100%;
}

.listing_wrapper_agents .agent-unit-img-wrapper {
    color: #8593A9;
    overflow: hidden;
    background: #000;
    height: 190px;
}

.listing_wrapper_agents .agent-unit-img-wrapper img {
    width: 100%;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

.listing_wrapper_agents .agent_unit img {
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    width: 100%;
    display: inline-block;
    width: 100%;
    display: inline-block;
    height: 100%;
    object-fit: cover;
}

.listing_wrapper_agents .agent_unit h4 {
    padding: 0 13px;
    margin-top: 13px;
    margin-bottom: 3px;
    font-size: 18px;
}

.listing_wrapper_agents .agent_unit a {
    text-decoration: none;
}

.listing_wrapper_agents .agent_unit .agent_position {
    padding-right: 13px;
}

.listing_wrapper_agents .agent_position {
    font-size: 13px;
    margin: 0 0 9px 13px;
    color: #8F9EB6;
    line-height: 13px;
}

.listing_wrapper_agents .agent_unit_social.agent_list {
    left: 0;
    right: 0;
}

.listing_wrapper_agents .agent_unit_social {
    position: absolute;
    bottom: 0;
    height: 40px;
    font-size: 20px;
    background-color: #F0F0F0;
    width: 100%;
    padding: 5px 0 0 15px;
    left: 0;
    right: 0;
}

.listing_wrapper_agents .agent_detail {
    line-height: 22px;
    margin: 0 0 2px 13px;
    font-size: 13px;
    color: #8593A9;
}

.listing_wrapper_agents .agent_detail i {
    margin-right: 10px;
    min-width: 14px;
    display: inline-block;
}

.listing_wrapper_agents .agent_unit_social a {
    color: #D7D8DD;
    margin-right: 15px;
    transition: color 0.4s linear;
    -moz-transition: color 0.4s linear;
    -webkit-transition: color 0.4s linear;
    -o-transition: color 0.4s linear;
}

.listing_wrapper_agents .agent_unit_social a:hover {
    color: #1B1464;
}

.listing_wrapper_agents .social-wrapper {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

.listing_wrapper_agents .agent_unit:hover img {
    opacity: 0.8;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.listing_wrapper_agents .agent_unit.pr {
    padding-bottom: 40px;
}

.listing_wrapper_agents .wp-post-image-bg {
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

.widget-form-cart .widget-body {
    border-bottom: 1px solid #CCC;
}

.widget-styles.widget-form-cart .header {
    padding-left: 10px;
}

.widget-form-cart .widget-body:last-child {
    border-bottom: 0;
}

.widget-form-cart .widget-body .list-overview {
    padding: 5px 5px;
    ;
}

.select-default {
    border: 1px solid #AFAFAF;
    font-size: 14px;
}

.widget-form-cart .select-default {
    height: 38px;
    margin: 10px 0;
}

.widget-form-cart .widget-body {
    padding: 40px 15px;
}

.box-container-title {
    margin-bottom: 15px;
}

.table-cart img {
    display: inline-block;
    max-height: 60px;
}

.table-bordered.table-cart {
    border: 0;
}

.table-bordered.table-cart td,
.table-cart.table-bordered th {
    border: 1px solid #ECEEEF;
    vertical-align: middle;
}

.widget-invoice h2 {
    font-size: 25px;
    font-weight: 600;
}

.widget-invoice h1 {
    font-size: 27px;
    font-weight: 600;
}

.invoice-meta dd {
    margin-bottom: 0;
}

.widget-invoice caption {
    caption-side: top;
}

.list-overview>li,
.list-overview {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-overview>li {
    list-style: none;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
}

.list-overview>li:after {
    content: '';
    clear: both;
    display: table;
}

.list-overview>li .list-overview-value {
    float: right;
}

.list-overview>li .list-overview-option {
    font-weight: 600;
}

.table-cart tr {
    border-bottom: 1px solid #CCC;
}

.table-cart thead td:last-child {
    text-align: center;
}

.table-cart thead,
.table-cart th {
    background: #F8F8F8;
}

.widget-form-cart h3 {
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1;
}

.widget-form-cart .widget-body {
    border-bottom: 1px solid #CCC;
}

.widget-form-cart .widget-body:last-child {
    border-bottom: 0;
}

.widget-form-cart h5 {
    margin-top: 0;
}

.widget-form-cart p,
.widget-form-cart .form-group {
    margin-bottom: 0;
}

.widget-form-cart .widget-body .form-additional {
    margin-bottom: 0;
}

.widget-form-cart .widget-body .list-overview {
    padding: 0 5px;
    ;
}

.select-default {
    border: 1px solid #AFAFAF;
    font-size: 14px;
}

.widget-form-cart .select-default {
    height: 38px;
    margin: 10px 0;
}

.widget-form-cart .dropdown-menu {
    left: 0;
}

.box-container-title {
    margin-bottom: 40px;
}

.box-container-title h3,
.box-container-title h2,
.box-container-title h1 {
    margin: 0;
    line-height: 1;
}

.table-cart img {
    display: inline-block;
    max-height: 60px;
    max-width: 100%;
}

.table-bordered.table-cart {
    border: 0;
}

.table-bordered.table-cart td,
.table-cart.table-bordered th {
    border: 1px solid #ECEEEF;
    vertical-align: middle;
}

.widget-invoice h2 {
    font-size: 25px;
    font-weight: 600;
}

.widget-invoice h1 {
    font-size: 27px;
    font-weight: 600;
}

.invoice-meta dd {
    margin-bottom: 0;
}

.widget-invoice caption {
    caption-side: top;
}

.widget-property-map .form-additional {
    margin-bottom: 0;
}

#invoice {
    background: #FEFEFE;
    border: 10px solid #FFF;
    -webkit-box-shadow: 0 0 1px #888;
    -moz-box-shadow: 0 0 1px #888;
    -o-box-shadow: 0 0 1px #888;
    box-shadow: 0 0 1px #888;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 18px;
    max-width: 840px;
    margin: auto;
}

#invoice.unpaid:before,
#invoice.paid:before {
    background: #F00;
    background: rgba(187, 0, 0, 0.8);
    content: '';
    height: 10px;
    left: 0;
    position: absolute;
    right: 0;
    top: -20px;
}

#invoice.paid:before {
    background: #008000;
    background: rgba(122, 185, 0, 0.7);
}

.this-is {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0;
}

.invoice-intro p {
    font-size: 12px;
    font-style: italic;
    line-height: 1.5em;
    padding-bottom: 20px;
}

.invoice-intro.invoice-logo a img {
    max-height: 90px;
}

.invoice-intro.invoice-logo a {
    color: #DA3743;
    font-size: 30px;
    font-family: 'Nunito';
    text-decoration: none;
    font-weight: 900;
    line-height: 34px;
}

.invoice-meta {
    margin-top: 15px;
}

.invoice-meta {
    line-height: 1.5em;
    overflow: hidden;
    position: relative;
    text-align: right;
}

.invoice-meta dt {
    clear: both;
    float: left;
    font-weight: bold;
    width: 46%;
}

.invoice-meta dd {
    float: right;
    width: 46%;
    text-align: left;
}

#parties {
    overflow: hidden;
    position: relative;
}

.invoice-from,
.invoice-to,
.invoice-status {
    padding-bottom: 30px;
    text-align: left;
}

.invoice-from {
    text-align: right;
}

.unpaid .invoice-status strong,
.paid .invoice-status strong {
    background: rgba(187, 0, 0, 0.8);
    background: #F00;
    color: #FFF;
    display: block;
    font-weight: bold;
    padding: 8px;
}

.paid .invoice-status strong {
    background: #008000;
    background: rgba(122, 185, 0, 0.7);
}

.unpaid .invoice-pay ul {
    border-right: 10px solid #F00;
    border-right: 10px solid rgba(187, 0, 0, 0.8);
    padding: 12px;
}

.invoice-items,
.invoice-totals {
    padding-bottom: 30px;
    text-align: left;
}

.invoice-items table,
.invoice-totals table {
    font-size: 12px;
    width: 100%;
}

.invoice-items table thead th:last-child {
    text-align: right;
}

.invoice-items caption,
.invoice-totals caption {
    border-bottom: 1px solid #DDD;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
    padding-bottom: 4px;
    text-align: left;
}

.invoice-items thead th,
.invoice-totals thead th {
    background: #E5E5E5;
    font-weight: bold;
    padding: 6px 0;
}

.invoice-items thead tc,
.invoice-totals thead tc {
    text-align: center;
}

.invoice-items thead th:first-of-type,
.invoice-totals thead th:first-of-type {
    padding-left: 8px;
}

.invoice-items thead th:last-of-type,
.invoice-totals thead th:last-of-type {
    padding-right: 8px;
    text-align: right;
}

.invoice-items tbody tr th,
.invoice-totals tbody tr th {
    padding-left: 8px;
}

.invoice-items tbody tr td:last-of-type,
.invoice-totals tbody tr td:last-of-type {
    padding-right: 8px;
    text-align: right;
}

.invoice-items tbody tr:nth-of-type(even) th,
.invoice-totals tbody tr:nth-of-type(even) th,
.invoice-items tbody tr:nth-of-type(even) td,
.invoice-totals tbody tr:nth-of-type(even) td {
    background: #EEE;
}

.invoice-items tbody th,
.invoice-totals tbody th,
.invoice-items tbody td,
.invoice-totals tbody td {
    background: #FFF;
    padding-top: 6px;
    padding-bottom: 6px;
}

.invoice-items tbody td,
.invoice-totals tbody td {
    text-align: right;
}

.invoice-items tfoot td,
.invoice-totals tfoot td {
    background: #E5E5E5;
    font-size: 11px;
    font-weight: bold;
    padding: 6px 8px;
    text-align: right;
}

.invoice-pay {
    padding-top: 30px;
}

.invoice-pay li {
    overflow: hidden;
    padding-top: 12px;
}

.invoice-pay li:nth-of-type(even) {
    padding-top: 18px;
}

.invoice-pay .gcheckout {
    background-image: url(data:image/gif;base64,R0lGODlhdQAwAOZ/AIrQsD+G8Y+s28fa9i9lufHx8djl+HGk82qRz9pENjl85AaaWEKL+TV23fX19VaY+ujo6Eq1hfn5+aFLYIiIiDZtyb6+vj2C7a7Zvurq6kGI9Wie7zd54fjntPjMRtNvbFaFz6ampuzs7DFqwgqiXe2RP+7u7peXlw+oYjp+5+rw+TGpctS8due1sTh64pa79eTr9+fRxrfK6CZduPrx2bzT9ytkwzVz1J+33nvDn63K9jZxzZG07FyU7NQ+MbOzs8fk16rC5oKl2/WuS0yZQ7/S8PH1+zl520eF5pC39MSdK+Ll69pWTLfP9cihMLzfz0eP+kKK98yrT/X5/jd32eNkO9PZ4z2A6jh631SP6x9Vrzl84ea6OaHC9TBx2N7x6IOt7/z8/ECH80GJ9j6E7/7+/vv7+zt/6TyG9vnJQN9JPUqL7+qHb62bLzifUTmhUXyd1Ep3wH1Xhqu/3uB/djd11zFtzECI80SN+XyaOUOI9MfQ3+fn5zZ43////wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjEgNjQuMTQwOTQ5LCAyMDEwLzEyLzA3LTEwOjU3OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOkZDN0YxMTc0MDcyMDY4MTFBNzY4RkU5M0ZEREJEQkM4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjAxQUY5NDI3OTYxNTExRTE4OUM2OEU2NDRDMEU4MDVFIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjAxQUY5NDI2OTYxNTExRTE4OUM2OEU2NDRDMEU4MDVFIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUuMSBNYWNpbnRvc2giPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGRTdGMTE3NDA3MjA2ODExODhDNkE5MDJBRkRFNjVDOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGQzdGMTE3NDA3MjA2ODExQTc2OEZFOTNGRERCREJDOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAH8ALAAAAAB1ADAAAAf/gH+Cg4SFhoeIiYqLjI2Oj5CRkpOUlYQVmJmam5ydnp+goZwgFqWmp6ipqqupghUPsLGys7S1tre4ubM7Rn6+v8DBwsPEwBauDMnKy8zNzs/Q0dLMRzJl19jZ2tvc3dnHfxVR4+Tl5ufo6err7OZXCGHx8vP09fb38+Di7fz9/v9RKqjAR5CeAyBfCoYBN2KMw4cQI0qcSLGixYsSjwQxw7Gjx48gOX5BQRJDSI8/BI3QwLKly5cwY8qcSbMmzHcScurcybNnTgAkSfrcmfLPiDtIkypdyrSp06dQozYdoWKozxZq1LCh8TMoCgxWJRQdIaas2bNo06pdy7atW7V1/+aE5Zk165AOEp6QJEEiQtixAQILHhz4gOEDGwgrXsy4sePHKRA4mEyZsooBAyjXVVPFQwcHK1DwJVG5tIOiNh4HCGYkierXsGOTGQHD9OQDUPBsMOCATt0EQzznGE3iie3JqMkoX85cuS8YA3wZObLG8BoyPQyTMbxBefYDzcOLH09e+Q0ctgdAyc0ASo0Yv0t4SIOBOIDjDkIIsnGhv////fkiwAhF+GHECAf4ssEVL/iyRQ1+GJDCBQb4UcMW/w2wgQ4DvLBGf2u8MEANB1ywQRf9bTDAhxcMAKB/W4BQwIw0FmAAHngkMwYaOjCRwI9VpJGGB8TlUOOR+v3B3/+LAD4XnRFCIOgLAls06McIYPgCwhq+CLHDf1MEgcQOMvBwRYtJ1AGChhdMccMFXRgAxxUHGFABkxfYsMSRMyahIxqAfvBjAkGmwQVxEfBJY5JL4hkgMFBSkaAfCGBhJQEXwOCHAFkaQQAVYCKwwxkHFFFHDwbYUccFYMiAxQBwUChEEEdgNgKeO+CgaAHqAQqoHIMmYKgTb4yW6K6MnqHssswqKyABMvgi6ZRHdOELAWc0KEOBQYzQ7BQEHHFGFqmq6O0ZGxRhRxIDoLqDCjsYAIIdzS7bAAK72ogHoF4AOygXTjjhhrH5JjlDvfUKeAOEfsQxqRBHVOgHtllI5wf/CKMyC66y5I6gIr2kDmBHDzAIwMMITSCgwghYIHyGHTiYIPPMNA+ghxc2+OuDDwE7QcICQEdA89AGp2D00UgbLYwBBLggncQTG80w01gkDa7RHacgr9FNgDFCCioUAcINYBTRBAFJI03AEkO3LYANNkywsw8fsKCEEkAH3fbMJwgyQ9ppQxpEBV9b6QcO1xqd5aZfW412Cln3UMQABiRhxw0pNDHACC5kMYUQdgCewg0IiGD66aibvkQFNsztAx0xKNFG3gvkkDrqff8xgwK89+577wQEH7wdW/AOAgIVELBD8Lxb60cFO/zOOwG9Y0G9AkeMoH30vGvPu/U3SM+7/w1z3G4+HHK43oIISuRBOwDmm5777uLXLz4WdbjQ+wa/4NC0/QAMoPhcsLYMGPCACDzgHFznAz5kQApEoB0QEojA+bngghjMoAY3yEEX8M8I/rNDB0dIwhLaAQEUTGEGrOA6OhhQCrRbgQoNaMES2nCDNxjeDXdoQxvIYIYUZMLOEhADA+aAdhEA4vw4wMQmOvGJUIyiFKdIxSpCsQEjgIAWt8jFLkIgBh/4QAu2eMS8PcGLXMydFvrAxja68Y1wjKMc50jHOsLRDnBAox71WMYFrGCPWqSAINZox0Ia8pCI7MMM9gDIRpJxBRE4IyAF+QctNOCSmMykJjfJyU568pOToNSkF+LAh1Ka8pSoTKUqV3lKSloylLCMpSxnaQMBsPKWuLylK2fJy176sgFasEIuh0lMPrhSC8hMpjKXycxmOvOZ0IzmMglAgWpa85rYzKY2t5lNS3jzm+AMpzjHSc5ymvOc6EynOtfJzna6853wjKc850nPetrznvjMpz73yc9++vOfAA2oQAdK0IIa9KDfDAQAOw==);
    float: right;
    height: 32px;
    text-indent: -9999em;
    width: 117px;
}

.invoice-pay .acheckout {
    background-image: url(data:image/gif;base64,R0lGODlhrQAmAPcAAP///wAHNXlnSg5WnOWxKKqwz9WlJWZxqoiQvf/hk//gj0x1h9ChJDNBjW1YL/W9Kv3lpuq1KKSpxrqTO9WnM0A+YHiCsv/fjXdye//cgv7ELCpqp9CzX9qoJpu61v/afAA7c+7RiKN+HP/knJB5Of/imH5rUbunfjdzrayFHjk5Xd3EhgBHi6udiK6MQ/XbljI6d//fiMi7oXN6pZp+RREieoJtRs65imVsm7SPPWpbTO+5KQBLksyiOWJXWe23Ke/RhMKVIQAKRsadOHePiZSau+bXpEdDWf/fioiAgv/qtObNiFJLWP/psAoXZf/eh6WmucmbIryULUBFd6iEKQAMVotzSlWJuWZkfOLNl7uoglFTea6thfrBKyEpaNjMmv/GML2YQvzUafXUfIWLsqKCOu28Ohokar+sh//ilu7TkP/dg+y2Kd7FjIuRtq6oqcWYIrWOLIh/fNysMiEtdJmNfp+Sg7uqihRbnjpcZ7+rgP/cf6iHPP/GLsLU5o+FfWiWwZmfv//HMwARcHBsfNHEqaeAHdyqJuKvJ62LO8a8jN/Kj7qum4mZhERIdkU6L1VoWuayL52iwSswYis2eYaqzTlVWOSwJ6Clwz9GfQA+eDJwq+CuJsGXK8+4hBAdbBAfcz00MBxaif/KP66KNN+sJvnbjpugv5CVuf3eiuPQmi9uqWBgfDE0YhpfoV9UVX94fdemJQBCgEg/Q7+TIf/rtuCtJ7vA2URRl//ehf/HNO7v9iIyhN3f7MzQ41Zhn5mgxv/jmjRxq4hzUPK7Kv/FLMy2hURCYDx3r7HJ3+eyKPf6/LuohkRJenFgTpugwN+wO1Nbkt+uLs/d6/LWjYyPqyFko6S/2vXVgGmBf7iQKJagi/3DLJeMRr23tMm6mvTOakJ7sfbfnpeYr8zEk/bYiPvbhpmOhdGjLJOPlcbX6N7o8Yh/f/S/MOq2L5uXm6+egMmdLklaTf3chtSkJf/dhSVehJ+SfxcZNxYdVsC4sT95sM+3fwBNlgAScf///yH5BAEAAP8ALAAAAACtACYAAAj+AP8JBOAhXL+DCBMqXMiwocOHECNKnEixokWEwq5cWyawo0cP/Qa4srahZMlVKDepFMaSJYqXMGPKnEmzps2bOHPq3MlTZkuWKjehRFnSmqsB/Sp57AgSD5EvEJpIbaKkqlWrU6Ve3Wq1ltevYMOKHUu2rNmzaNOqHcuVKwQj5IhYG3DFj0cA/fBsgzCiRJq/JQKXCEa4sF/AaQIXXhxshOPHkCNLnky5suXLmDNrpszYsODGUb8QwdMvGdMB2cQlUMC6tevXr5EguUC79gXYuHPr3u0ajW81uG+gAa5AOPHWvtG04d26DZobuY0zh007i4w3UE5B8VYIeJoREBr+kV4nENkARS/m2V7Pfj07f/6ahZDd3nb8C8z81d/P/4IdUP4MAp8dtG0xCCiswAcKGlMMcuANtN1AB3zwEULbHwJS6A8sF4SwRYD+0AHhBQBOMUWAoIzYn21qMFINGagU8QwmEkhQQCHUXFBCeAMAIhAeA2RRTgayFWnkkUjK4UgIdLATwwparBCDFvMZs0KR/oACpT+yhUAlEl9GCeZ8SCKJBogZ+uMJEg06GOCBbvoDAxIhAOimgHYgAYuAfA4CCxIfaqglEnG+uUWZiCKxyDszWECGG0UEIgmNNeqjxhNpiLNAPx78M8AAqmCTQQyklmrqqacqmQsMcmhBhyP+WjoiRwx0wFOqP1hgoIU/MRgDCqzGsGqMP3KE4E8IqCa7pz+2Bmprm1v8QeEWhFAYwz3w/RGDtH7GEIIeelSbpSeeOAhDCNL6Q0gM06YLSrLwLpEODjM0+mikmFAqgT7U1BOMIgMI4ymoY+yRy8EIJ6ywwnKAAgMdKwCxxgmsKrkCKAkP4uqua2CBRS4eY4BFHY44QvHCKOcCBLi56MGKg3/k0qA/K6wqIBCrwqcyy3pwCwvCQNgZMywB/gwEfDDkAt8gOE/oT8oot/ALDvTaC6mk+eYrwx4xBLOpOp9mUfAaZJdt9tlnywHDCRl8AA8octAhxwqD1LGF2f6cILL+P2vImoGSFGNwAtwYoG042fDAoOGGa8xM9omDPB4g2fy0yScsZQc6BdlE+6MH2RSuEXrj8B1+dgYr4PDL1FUD8GiMgZwiiXZL7JEGF/0AgpTYeyTg++/ABx88O44o4HszGKhBRxIKPHwO8P7c0QYogySAQTMJIJ/AIDCo0QwddwgvfgItoEhIJg7CkgD61a8Pn+9tJnDDm6y8vKHvdiiohu9ED4KG70vbnoB8l4kAjU94jKiXAh0FAABEalKSCEQRivCNDyBhCf3YwO6wgQRdePCDIAxhCIdxDEGY0AWfaEUrhqGLYfgDGiD0Rxh0cQx/6MIMNTyGGQRxjFbowgT+NhShEHVRAQHN0AQOMgER4ePBCjBxiTb0gYCsoIswwEeJ0PhEgJwBwx8GSIm6ENAndAGiJj5xiCCchRCqwEY2OqGBAIBBJqIxAxmh4g0fWEMqDoIUVYxhFGAIpCAHSUhC9qGQg6RBKxDJyEY6UpB8ggYYiugPZ0xSQIF0oj8yCZ9JBsgFYPABfCoABiYszgthcIGASOkC+PgADEvj5CAeKUh8COGWbawCHAFACTlmAgdFGMcH9nABUYSkH6owQzGWycxmOvOZGoimNKO5TBp8ggbN7MEcmmmFbT6zGBr4pjiLQUkvtAJE/iCngJapSXY6qBivgE8KHSSgHjgxQ6v+LIYXAlQBLcqwGBliZ4DG6cxbGnSNutwlHSjRS1yg4gMfUIA9QsIDDkSgCxjNqEY3ytGOZnQOQ9joMYbRhWGE1B8T8KhKPdrKpVXgnK/oAiUxOlOZBqgLPfDnIFrBhEFUwB0vNcEEXGACLzABp5+4Ew0wujSa3nSlGbXlQW+5Syc44QxnoAMdtpCKDxSTokNQxgPGStaymvWsaB1rDiLxgBxQoK2RGAIFhjAIG0TCHzlwa1r3itYhCEAAfHhAJAL7gCFMYAJjNSxiCzuBIYyVAlYQAA0ES9gHUIAGf62sYCMrgLcmtrGfXSxfx/qIAJj2oHDMpRM+8QkmgMMcpuD+AUWlQIAd2Pa2uM2tbonB297ethU2mMAgTCANf0ijAgJwhj9aMQF/mPMT0tCtdKdLXRroILrUze5tdcAn+ORAu+DNrgNMS16qAgChqrVBO0yxCB5okAfaQEQE5kvf+tr3vmxgww/yy182OOMVVqhABRLRigggNwL+SEQEBkEDBCv4vhCOcITnoIJPOAMdEs7wfBOB4QiYcgIaDnGG44AP8pL3vAbNZT4mQAxwcIEHumOBNkpBgBrb+MY4zrEylBGBHftYGXyYhA748AkB6IAAyCWAP/igZD5cYsk5jrKUp1xjZwjoCDSg8pRpcAR/2IAJn9CymLWsjPGauLwHZaP+Dn7wAzMsgAd+GAAL4tABW9j5znjOs54RgYhL8PnPfPbHJNChAi+UwRYqEIAt/HFoRi/60HqOtKQnbecgU+gIzuADpW3BBwEcQYuDcIYtWrvpUpe6E6U982kPOot49LgbLBAYHlhABQZ04Na4zrWud12KUtii14cIdrBVMIkO6MAft1aBMzrQZVIwugPP3rW0p03tXNvgDPQM0CdUoIIj6IAJ3D7D0gTEBCl0gASfMHe1183uW1Mh1ao26CziQIBLdCAPPOgUMlhggyAY4N8AD7jAB77rWBg8FgNPuMIXzvCGB5wEYO7Tm/ApoEkIQAoAtwEpHM5xh8dCGw4o8Zn+hYAPB3Ti17GABAt89A8P8MASKYADA2ZO85rb/OY4z7nOd87znu+8DDp4qbgdpEId2CAOPk+60m1ODyo4IBQlxkcoHECFDsSCHlFQeT+mMZB+sEAehqAFHKJA9rLD4exwCILag0CLtrv97XCPu9znTve62/3ueM+73um+drWjfexlj0IQSJAHFpTmIzxggSUEYIgUOP7xjjeE5Ccvgspb/vKYz7zmN8/5znv+86APveg7P/nJQz4FJBCAJWTBg7ospeVeZ4EsZq+J2tu+9iDIve53z/ve+/73wA++8IdP/OIb//i5v73tZ294pbxeIMvwwD4uQv3qW//62M++QzL+spHne//74A+/+MdP/vKb//zoT7/6yX8LYJzfF70gfy8QsP70A+MW9c+//tWPCwohAAG4IH7AUAP+YAH/gAv0N3634A/ghwAUEoDitwsG+H0IKBC9wIAXeAD/gAAaKH6+kIDe138FuH/7t4ACAYC9gH8W6AtLUQMF8A+78A/w9w+3sAs1aIMCUYM1SIMMCIMq+Hr+gH/45ws4WIS3wIIOqIK9wIIW2AsVKBA1cAu3wAsN8A+/QH9S6IM5GIMweAANwIS+wIQdgYC+4A8smIVLqIUkqIA9iAA10AA1QH8FwAu8AIL/wAu/EH8HSH/+gAtUiAtx+A/+0ABwaIMYSIX+v/B8QSiIv4ALJriAu0CIVdgAffgPc1iHPNgAmCgQuAAM/8eAvHALuOCHBmiGF8iFvsALNWCAB0CHHciJCLALZjiKvGABt1AD/wAMVbiG4meCG1iFAPgPDVAAc+gRqegP7leB/lAAkBiMyCiMCGCCFmABsqiHHrGI/oCFDLiAZaiCvjiMxfgLBriJG2gBv1AADWCCuzB/DHiFwJCIHRGMF9gL8ziGdBiA6+iA/xCFB2CHvOh9vhiMztgAo/h6FoCLyiiFDOiM+IeAJuiHoyiGHYGNQriNDDiABuiLg1iQFfiEluiHvfALXiiMInmRuNCPHhGMGvmDJ8mEDVCS/9DVj7wgkf/4fAEZgMFYgdYIgxvIC3soiAq5gQGYjbvAC8y4kIkYfzM4kfi3iJAIDP6wC1IZhL6okzF5ALsQiBZYA7johgfQjAwoi7ywk8EoiwrJhT/Jg7ugj5dYk+F3k0Ipg5T4isLoDzWQjHwYlM54AJWojr/gDz4ZitfYlCpIiX/pCwSYiEWJi74wl//QC3RIjvsYgAtIf/3HlwLxCz7pEbeYiAN4lx7hkZfZgzVAl255mt63iN+XlaiZfgcwgSRolK05m0D4g7SpfxbgDzuZf5qYfwEBADs=);
    float: right;
    height: 38px;
    width: 173px;
    text-indent: -9999em;
}

.paid .invoice-pay ul li {
    display: none;
}

.paid .invoice-pay ul:after {
    background: #008000;
    background: rgba(122, 185, 0, 0.7);
    content: 'Paid in Full';
    color: #FFF;
    display: block;
    font-weight: bold;
    padding: 8px;
    text-align: right;
}

.invoice-notes {
    padding-bottom: 0;
    text-align: left;
}

.invoice-notes p,
.invoice-notes ul,
.invoice-notes ol,
.invoice-notes dl {
    padding-bottom: 1em;
}

.invoice-notes ul li {
    list-style: inside disc;
}

.invoice-notes ol li {
    list-style: inside decimal;
}

#footer {
    border-top: 1px solid #DDD;
    font-size: 11px;
    font-weight: bold;
}

@media (max-width: 47.9em) {
    .invoice-pay {
        text-align: center;
    }
}

@media only screen and (min-width:420px) and (max-width:869px) {
    #invoice {
        margin: 0 20px;
    }
}

@media only screen and (min-width:700px) {
    #header {
        overflow: hidden;
    }

    .invoice-intro {
        float: left;
        width: 50%;
        text-align: left;
    }

    .invoice-intro p {
        text-align: left;
    }

    .invoice-meta {
        float: right;
        width: 40%;
    }

    .invoice-meta dd {
        text-align: right;
    }

    .invoice-to,
    .invoice-from,
    .invoice-status {
        float: right;
        width: 24%;
        margin-left: 4%;
    }

    .invoice-to {
        float: left;
        margin-left: 0;
    }

    .invoice-status {
        margin-right: 0;
    }
}

@media only screen and (min-width:450px) {

    .invoice-to,
    .invoice-from {
        float: right;
        width: 45%;
    }

    .invoice-to {
        float: left;
        margin-left: 0;
    }

    .invoice-from {
        text-align: right;
    }
}

@media only screen and (max-width:449px) {

    .invoice-to,
    .invoice-from {
        text-align: center;
    }
}

@media (max-width: 700px) {
    .invoice-intro.invoice-logo {
        text-align: center;
        margin-bottom: 40px;
    }
}

.invoice-totals table {
    float: right;
    width: 50%;
}

.vcard a {
    display: block;
}

.widget-invoice .invoice-intro.invoice-logo a {
    display: inline-block;
    font-size: 24px;
    line-height: 55px;
    padding-left: 15px;
    vertical-align: top;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1199px) {
    .row-flex>[class*='col-lg']:not([class*='col-md']):not([class*='col-sm']):not([class*='col-xs']) {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .row-flex>[class*='col-md']:not([class*='col-sm']):not([class*='col-xs']) {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .row-flex>[class*='col-sm']:not([class*='col-xs']) {
        width: 100%;
    }
}

.row-flex>[class*='col-xs'] {
    width: 100%;
}

ul.categories.list-menu {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

ul.categories.list-menu .dropdown-item {
    white-space: initial;
}

ul.categories>li {
    border-bottom: 1px solid #EEE;
    position: relative;
}

ul.categories>li:last-child {
    border: 0;
}

ul.categories>li>a {
    display: block;
    padding: 12px 5px;
}

ul.categories>li a {
    color: rgb(102, 102, 102);
}

ul.categories>li>a.active,
ul.categories>li>a:hover {
    font-weight: 600;
    text-decoration: none;
}

ul.categories>li>a i {
    color: #999;
    display: inline-block;
    font-style: normal;
    font-size: 11px;
    padding-right: 5px;
    vertical-align: middle;
}

ul.categories>li>a:hover i {
    color: #FFF;
}

ul.categories>li>ul {
    background: #FCFCFC;
    margin: 0;
    padding: 0;
}

ul.categories>li>ul>li {
    border-top: 1px solid #E0EDED;
}

ul.categories>li>ul>li>a {
    display: block;
    padding: 5px 25px;
}

.highlight {
    background-color: #F7F7F9;
    margin-top: 10px;
    padding: 1rem;
}

.CodeMirror {
    border: 1px solid #EEE;
    height: 300px;
    margin-top: 10px;
}

body .CodeMirror pre {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: normal;
}

.components-descrition {
    margin: 15px 0;
}

.CodeMirror-code pre>span {
    margin-left: -120px;
}

.CodeMirror pre {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    letter-spacing: normal;
}

.file_content {
    max-height: 350px !important;
    width: 100%;
}

.rating-action {
    display: inline-block;
    color: #da3743;
    cursor: pointer;
}

.rating-action i {
    display: inline-block;
    cursor: pointer;
    font-size: 0;
}

.rating-action i:before {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
}

.bb-alert.label.label-important {
    font-size: 1.2em;
    margin-bottom: 0;
    padding: 1em 1.3em;
    border-radius: 0;
    position: fixed;
    left: 50%;
    top: 10%;
    background: red;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.bd-example ul#icons {
    margin: 0;
    padding-left: 5px;
    max-width: 700px;
    width: 100%;
    list-style: none;
    text-align: left;
    font-size: 1px;
}

.bd-example ul#icons li {
    position: relative;
    z-index: 0;
    display: inline-block;
    padding: 22px;
    width: 80px;
    border-radius: 4px;
    list-style: none;
    text-align: center;
    font-weight: normal;
    font-size: 32px;
    cursor: pointer;
}

.bd-example ul#icons li:hover {
    color: #4F8EF7;
}

.CodeMirror {
    margin-top: 10px;
}

.label-important {
    background-color: #B94A48;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th,
body .footable.table>tbody>tr>td,
td,
body table td {
    vertical-align: middle;
}

.footable .dropdown-menu {
    right: initial;
}

.pagination {
    margin: 10px 0;
}

.pagination>li a:focus,
.pagination>li span:focus,
.pagination>li a,
.pagination>li span {
    padding: 8px 12px;
    border-radius: 2px !important;
    background: transparent;
    color: #555;
    text-decoration: none;
    border: 1px solid #EEE;
    font-size: 12px;
    font-weight: 600;
    margin-right: 3px;
    line-height: 1;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
    text-decoration: none;
    outline: 0;
}

.pagination>li a:hover,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #da3743;
    border: 1px solid #da3743;
    background: transparent;
}

.pagination.pagination-theme>li a:focus,
.pagination.pagination-theme>li span:focus,
.pagination.pagination-theme>li a,
.pagination.pagination-theme>li span {
    color: #4285F4;
    border: 0;
    font-size: 13px;
    padding: 10px 10px;
}

.pagination.pagination-theme>li a:hover,
.pagination.pagination-theme>.active>a,
.pagination.pagination-theme>.active>a:focus,
.pagination.pagination-theme>.active>a:hover,
.pagination.pagination-theme>.active>span,
.pagination.pagination-theme>.active>span:focus,
.pagination.pagination-theme>.active>span:hover {
    color: #252525;
    border: 0;
    background: transparent;
    border-radius: 0 !important;
    background: transparent;
    box-shadow: 0 2px 0 0 #da3743;
    -webki-box-shadow: 0 2px 0 0 #da3743;
}

.compat-object-fit {
    background-size: cover;
    background-position: 50% 50%;
}

.compat-object-fit>img {
    display: none !important;
}

.compat-object-fit .object-fit-imagediv {
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    width: 100%;
}

.img-circle-cat-fill {
    display: inline-block;
    width: 140px;
    height: 140px;
    background: #E5E5E5;
    border-radius: 50%;
    position: relative;
    line-height: 140px;
    text-align: center;
}

.img-circle-cat-fill:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 50%;
    background-color: #5C5C5C;
    opacity: 0;
    z-index: 101;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.img-circle-cat-fill:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.1;
}

.img-circle-cat {
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #E5E5E5;
    border-radius: 50%;
    position: relative;
    line-height: 90px;
    text-align: center;
    margin: 15px 15px;
}

.img-circle-cat-fill img,
.img-circle-cat img {
    display: inline !important;
}

.img-circle-cat:before {
    content: '';
    position: absolute;
    right: -15px;
    left: -15px;
    top: -15px;
    bottom: -15px;
    border: 2px solid #EDEDED;
    border-radius: 50%;
}

.img-circle-cat:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 50%;
    background-color: #5C5C5C;
    opacity: 0;
    z-index: 101;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.img-circle-cat:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.1;
}

.img-circle {
    display: inline-block;
    overflow: hidden;
    width: 170px;
    height: 170px;
    border-radius: 50%;
}

.img-circle img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -moz-object-fit: cover;
}

.pos-center {
    margin: 0 auto;
    display: inline-block;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/demo/loader-64x/Preloader_7.gif) center no-repeat #FFF;
}

.bg-first {
    background: #FFF;
}

.bg-third {
    background: #393939;
}

.bg-f {
    background: #f4f3f4;
}

.bg-mask {
    background: url(../img/bg-parallax.png) center no-repeat;
}

.affix-menu.affix-menu-m21 {
    position: fixed;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.affix-menu.affix-menu-m21 .lang-manu .btn {
    color: white;
}

.affix-menu.affix {
    position: static;
}

.sticky-wrapper {
    display: block;
}

.sticky-wrapper {
    display: block;
}

.affix-menu.affix {
    position: fixed;
}

.affix {
    z-index: 99999;
    top: 0;
    -webkit-transition: top 0.15s ease-in-out;
    transition: top 0.15s ease-in-out;
}

.affix-menu.affix.top-bar {
    background-color: #FFF;
    border-bottom: 1px solid #CACACA;
}

.affix-menu.affix.top-bar {
    padding: 15px 0;
    padding-top: 0;
}

body.boxed .affix-menu.affix-menu-m21>.container,
.top-bar>.container {
    padding: 0 15px !important;
}

body:not(.boxed) .affix-menu.affix.top-bar {
    width: 100%;
}

body.boxed .affix-menu.affix-menu-m21,
body.boxed .affix-menu.affix.top-bar {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.affix-menu.affix.top-bar:not(.affix-menu-m21) .nav-items li a.btn.btn-custom-default,
.affix-menu.affix.top-bar:not(.affix-menu-m21) .default-menu.nav .open>a,
.affix-menu.affix.top-bar:not(.affix-menu-m21) .default-menu.nav .open>a:focus,
.affix-menu.affix.top-bar:not(.affix-menu-m21) .default-menu.nav .open>a:hover,
.affix-menu.affix.top-bar:not(.affix-menu-m21) .nav-items li a:not(.btn),
.affix-menu.affix.top-bar:not(.affix-menu-m21) .logo a {
    color: #000;
}

.affix-menu.affix.top-bar:not(.affix-menu-m21) .nav-items .dropdown-menu li.active>a,
.affix-menu.affix.top-bar:not(.affix-menu-m21) .nav-items li a.btn.btn-custom-default:hover,
.affix-menu.affix.top-bar .nav-items li a.btn.btn-custom-default:hover {
    color: #222;
}

.affix-menu.affix.top-bar .nav-items li a.btn:hover {
    color: #FFF;
}

.affix-menu.affix.top-bar .default-menu.navbar-nav>li .dropdown-menu {
    background-color: #FFF;
}

.affix-menu-m21.affix.top-bar .default-menu .dropdown-menu>li>a {
    color: #000;
}

.affix-menu.affix.top-bar .default-menu .dropdown-menu>li.dropdown-submenu.active>a,
.affix-menu.affix.top-bar .default-menu .dropdown-menu>li.dropdown-submenu:hover>a,
.affix-menu.affix.top-bar .default-menu .dropdown-menu>li>a:hover {
    color: white !important;
    background: #da3743;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.affix-menu.affix.top-bar .default-menu .dropdown-menu>li>a::after {
    display: none;
}

.top-bar.top-bar-color .nav-items li a.btn.btn-custom-default {
    border: 2px solid #464646;
}

.affix-menu.affix.top-bar.top-bar-color .nav-items li a.btn.btn-custom-default:hover {
    background: rgba(255, 255, 255, 0.3);
}

.top-bar.overflow:not(.affix) .nav-items>li>a.btn.btn-custom-default,
.top-bar.top-bar-color:not(.affix) .nav-items li a.btn.btn-custom-default {
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.top-bar.overflow:not(.affix) .nav-items>li>a.btn.btn-custom-default:hover,
.top-bar.top-bar-color:not(.affix) .nav-items li a.btn.btn-custom-default:hover {
    border: 2px solid rgba(255, 255, 255, 1);
    background: transparent;
}

.top-bar.top-bar-color:not(.affix) .nav-items li a.btn.btn-custom-primary {
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.top-bar.top-bar-color:not(.affix) .nav-items li a.btn.btn-custom-primary:hover {
    border: 2px solid rgba(255, 255, 255, 1);
}

/*.affix-menu.affix.top-bar .local-form {
  display: none;
}*/

@media (min-width: 768px) {
    .affix-menu.affix.top-bar .nav-items li a:not(.btn)::after {
        bottom: -15px;
    }
}

@media (max-width: 767px) {
    .affix-menu.affix.top-bar .nav-items.default-menu>li>a {
        color: #FFF;
    }

    body.boxed .affix-menu.affix-menu-m21,
    body.boxed .affix-menu.affix.top-bar {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        width: 100%;
    }
}

.affix-menu.affix-menu-m21.affix.top-bar {
    background: #222;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-bottom: 0;
}

.row-s {
    margin-left: -3px;
    margin-right: -3px;
}

.row-s:after {
    content: '';
    display: table;
    clear: both;
}

.row-s>div {
    padding-left: 3px;
    padding-right: 3px;
}

@media (max-width: 991px) {
    .swap-md-down {
        display: flex;
        flex-flow: row wrap;
        flex-direction: row;
        justify-content: center;
    }

    .swap-md-down .swap-top {
        order: 1;
        width: 100%;
    }

    .swap-md-down .swap-bottom {
        order: 2;
    }
}

.widget-styles .caption-title.t-left,
.widget .widget-title.t-left,
.widget-styles .header.t-left h2,
.t-left {
    text-align: left;
}

.sidebar {
    padding-top: 35px;
}

.widget-styles {
    border: 1px solid #E8ECF1;
    border-radius: 2px;
}

.widget,
.widget-styles {
    margin-bottom: 30px;
}

.widget-styles .body {
    padding: 10px;
}

.widget-styles .b {
    background: #E8ECF1;
}

.widget-styles .caption-title:not(.b),
.widget-styles .header:not(.b) {
    border-bottom: 4px solid #E8ECF1;
}

.widget-styles .caption-title h2,
.widget-styles .caption-title,
.widget .widget-title,
.widget-styles .header h2,
.widget-styles .header {
    font-size: 24px;
    font-weight: 700;
    color: #252525;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.widget-styles .caption-title,
.widget-styles .header,
.widget-styles .header {
    padding: 4px 30px;
}

.widget-styles .content,
.widget .content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.widget-styles .content-box,
.widget .content-box {
    padding: 30px;
}

.widget .header.link {
    padding: 8px 30px;
}

.widget .header.link h2 {
    font-size: 12px;
    color: #4285F4;
}

.widget .header.link a {
    font-size: 12px;
    color: #4285F4;
    text-decoration: none;
}

.full-width img,
.full-width {
    height: initial !important;
}

@media (max-width: 767px) {

    .full-width-xs img,
    .full-width-xs {
        height: initial !important;
    }
}

@media (max-width: 991px) {

    .full-width-xs img,
    .full-width-sm {
        height: initial !important;
    }
}

@media (max-width: 1199px) {

    .full-width-md img,
    .full-width-md {
        height: initial !important;
    }
}

.footable-filtering .input-group-btn .btn.btn-primary {
    display: none;
}

.bg-tr {
    background: transparent;
}

.bg-default {
    background: white;
}

.CodeMirror {
    border: 1px solid #EEE;
    height: 300px;
    margin-top: 10px;
}

body .CodeMirror pre {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: normal;
}

.components-descrition {
    margin: 15px 0;
}

.CodeMirror-code pre>span {
    margin-left: -120px;
}

.CodeMirror pre {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    letter-spacing: normal;
}

#mapsAddress {
    position: relative;
    overflow: hidden;
    height: 500px;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.section.widget-top-map {
    padding: 0;
}

.contact-map#property-map {
    height: 250px;
}

.container-wide .section-search-area .btn-custom.btn-i {
    font-size: 30px;
    line-height: 1;
    padding: 10px 0;
}

.container-wide .flex-md .map {}

@media (min-width: 992px) {
    .fullscreen-top-md {
        position: fixed;
        z-index: 5;
    }

    .fullscreen-map-md .map {
        overflow: hidden;
        height: calc(100vh - 95px);
        position: fixed !important;
        right: 0;
        top: 95px;
    }

    body.boxed .fullscreen-top-md {
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
    }

    body.rtl .fullscreen-map-md .map {
        right: initial !important;
    }
}

@media(max-width: 991px) {
    .fullscreen-map-md .map {
        height: 350px !important;
        position: relative;
        right: 0 !important;
        width: initial !important;
        left: 0 !important;
        top: 0 !important;
        margin-left: -15px;
        margin-right: -15px;
    }

    .fullscreen-inner-md {
        padding-top: 0 !important;
    }
}

@media(min-width: 1380px) {
    .wrap-side .top-bar .container-top {
        padding: 0 55px;
    }

    .wrap-side .left-side {
        padding-left: 55px;
        padding-right: 50px;
    }

    .wrap-side .container-wide .widget .filters-box {
        margin-left: -55px;
        margin-right: -50px;
        padding-left: 55px;
        padding-right: 50px;
    }
}

.map img[src="http://maps.gstatic.com/mapfiles/api-3/images/google4.png"] {
    display: none;
}

.section-main>.container {
    padding-top: 35px;
}

.thumbnail.thumbnail-property-list .list-comment img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    object-position: top center;
    -webkit-object-fit: cover;
    -webkit-object-position: top center;
}

.color-mask {
    position: relative;
}

.color-mask:after {
    content: '';
    position: absolute;
    background: #DA3743;
    opacity: 0.902;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
}

.mask-parallax {
    position: relative;
}

.mask-parallax:after {
    content: '';
    position: absolute;
    background: url(../img/bg-parallax.png) no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 0;
}

.mask-parallax>* {
    position: relative;
    z-index: 1;
}

.section-banner2 .inv-block {
    max-width: 600px;
    margin: 0 auto;
}

.section-banner2 .header i {
    font-size: 72px;
}

.section-banner2 .header {
    padding-bottom: 15px;
}

.section-banner2 .title {
    font-size: 32px;
    font-weight: bold;
}

.section-banner2 .description {
    font-size: 16px;
    font-weight: light;
}

.header-options {
    padding-bottom: 30px;
}

.header-options:after {
    content: '';
    clear: both;
    display: table;
}

.header-options .h-title {
    float: left;
}

.header-options .h-title .title {
    font-size: 32px;
}

.header-options .options {
    float: right;
    font-size: 13px;
}

.header-options .options .list-info {
    margin-left: 20px;
    margin-left: 20px;
    padding: 7px 0;
    display: inline-block;
    vertical-align: top;
}

.bootstrap-select button {
    border: 0;
}

.section.p90_65,
.p90_65 {
    padding-top: 90px;
    padding-bottom: 65px;
}

.section.p95_65,
.p95_65 {
    padding-top: 95px;
    padding-bottom: 65px;
}

.section.p85,
.p85 {
    padding-top: 85px;
    padding-bottom: 85px;
}

.section.p100_80,
.p100_80 {
    padding-top: 100px;
    padding-bottom: 80px;
}

.section.pb20,
.pb20 {
    padding-bottom: 20px;
}

.section.ps15-15,
.ps15-15 {
    padding-right: 30px;
    padding-left: 20px;
}

@media(min-width: 992px) {

    .section.ps15-15-md-up,
    .ps15-15-md-up {
        padding-right: 30px;
        padding-left: 20px;
    }
}

.m30 {
    margin-bottom: 30px;
}

.search-tabs {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.search-tabs:after {
    content: '';
    clear: both;
    display: table;
}

.search-tabs li {
    float: left;
}

.search-tabs li.active .btn-special-primary {
    background: #DA3743;
    border: 2px solid #DA3743;
    color: white;
}

.search-tabs li.active .btn-special-primary:hover {
    background: #C5434D;
    border: 2px solid #C5434D;
}

.gm-style .gm-style-cc,
.property-map img[src="http://maps.gstatic.com/mapfiles/api-3/images/google4.png"] {
    display: none;
}

.btn.btn-basic {
    background: #929292;
    color: white;
}

.btn.btn-basic:hover {
    background: #606060;
}

.flex-md {
    background: #fff;
}

@media (min-width: 1140px) and (max-width: 1350px) {
    .top-bar .local-form {}
}

@media (min-width: 992px) and (max-width: 1199px) {
    .location-box .preview-image {
        float: none;
        width: 100%;
        height: 70px;
        display: block;
    }

    .location-box .location-box-content {
        margin-left: 0;
        padding-left: 0;
    }

    .post-content {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 991px) {
    .top-bar .container-top {
        padding: 0 15px;
    }

    .container-wide .left-side .section-search-area {
        margin-right: -15px;
    }

    .container-wmap .left-side {
        max-width: initial;
        min-width: initial;
    }

    .top-bar .local-form {
        margin: -6px 0;
        margin-left: 25px;
    }

    .top-bar .local-form input[type='text'],
    .top-bar .local-form input[type='email'],
    .top-bar .local-form input[type='mail'],
    .top-bar .local-form input[type='password'],
    .top-bar .local-form .bootstrap-select {
        height: 44px;
    }

    .top-bar .local-form .btn-custom.btn-icon {
        line-height: 1;
        font-size: 30px;
        padding: 6px 12px;
    }

    .top-bar .local-form .btn-custom.btn-icon i {
        font-size: 30px;
        padding: 0 10px;
    }

    .affix-menu.affix.top-bar .top-bar-btns {}

    .section-search-area .local-form .form-group {
        width: 50%;
    }

    .container-wide .section-search-area .local-form .form-group {
        width: 100%;
    }

    .section-search-area input.form-control,
    .section-search-area .form-control.bootstrap-select {
        width: 100%;
    }

    .section-search-area .local-form .form-group.form-group-btns {
        text-align: center;
        width: 100%;
    }

    .reviews-carousel .review {
        opacity: 0;
        box-sizing: border-box;
        width: 100%;
        float: left;
        margin-right: -100%;
        position: relative;
        display: block;
        z-index: 0;
        padding: 0 60px;
    }

    .reviews-carousel .nav-r a.nav-r-btn {
        left: 0;
    }

    .reviews-carousel .nav-r a.nav-r-btn.btn-right {
        right: 0;
    }

    .container-wide .map {
        width: 100%;
    }

    .section-category .right-side {
        padding-right: 15px;
    }

    .widget-slider-owl {
        height: 450px;
    }

    .post-content {
        padding-left: 50px;
        padding-right: 50px;
    }

    .flex-md .widget.widget-recentproperties {
        padding-bottom: 0;
    }

    .widget-listing-title .wb .actions {
        white-space: normal;
    }

    .widget-listing-title .wb .actions .btn-custom-s {
        margin-bottom: 5px;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-bar.affix-menu.affix .top-bar-btns .nav-items {
        display: none;
    }

    .top-bar .navigation-wrapper {
        display: block;
        text-align: left;
        float: none !important;
        width: 100%;
        margin-top: 35px;
    }

    .top-bar .navigation-wrapper .default-menu {
        margin-top: 20px;
    }

    .top-bar.affix-menu.affix .logo {
        display: none;
    }

    .top-bar.affix-menu.affix .navigation-wrapper,
    .top-bar.affix-menu.affix .default-menu {
        margin-top: 0;
    }

    .location-box .preview-image {
        float: none;
        width: 100%;
        height: 70px;
        display: block;
    }

    .location-box .location-box-content {
        margin-left: 0;
        padding-left: 0;
    }

    .widget-styles .content-box,
    .widget .content-box {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .default-menu .dropdown-menu {
        padding: 0 0;
    }

    .pull-left-img,
    .pull-right-img {
        display: block;
        float: none;
        margin: 0 auto;
        padding: 0 0 15px 0;
        max-width: 100%;
    }

    .pull-left-img.lg,
    .pull-right-img.lg {
        max-width: 100%;
    }

    .widget-filters .filters-box {
        padding: 25px 0;
    }

    .btn-custom-secondary {
        width: 100%;
    }

    .location-box {
        text-align: center;
    }

    .location-box {
        text-align: center;
        width: 50%;
        float: left;
    }

    body.boxed .top-bar.t-overflow {
        left: initial;
        transform: initial;
        -webkit-transform: initial;
        width: 100%;
    }

    .list-animities {
        text-align: center;
    }

    .list-animities li {
        width: initial;
        padding: 0 10px;
    }

    .location-box .preview-image {
        display: block;
        margin: 0px auto 10px;
        width: 100%;
        height: 150px;
        float: none;
        padding: 0 15px;
    }

    .location-box .location-box-content {
        margin-left: 0;
        padding-left: 0;
    }

    .container-wide .widget .filters-box {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .pagination {
        margin: 10px auto;
        display: block;
        text-align: center;
    }

    .pagination>li {
        display: inline-block;
    }

    .top-bar .local-form {
        display: none;
    }

    .widget-listing-title .options .type-box {
        display: none;
    }

    .widget-listing-title .options .options-body {
        margin-right: 0;
        padding-right: 0;
        width: 100%;
        text-align: center;
    }

    .widget-styles .caption-title.t-left,
    .widget .widget-title.t-left,
    .widget-styles .header.t-left h2,
    .t-left {
        text-align: center;
    }

    .list-social,
    .footer {
        text-align: center;
    }

    .list-social li {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .top-bar .logo a {
        margin-bottom: 35px;
        display: inline-block;
    }

    .lang-manu {
        display: none;
    }

    .top-bar .nav-items,
    .top-bar .nav-items li a,
    .top-bar .top-bar-btns,
    .top-bar:not(.top-bar-white) .top-bar-btns {
        margin-left: 0;
    }

    .navbar-toggle {
        margin-right: 0;
    }

    .top-bar.top-bar-color .top-bar-btns li:not(:last-child) a {
        margin-right: 10px;
    }

    .widget-slider-owl {
        height: 350px;
    }

    .widget-listing-title .wb {
        display: block;
    }

    .widget-listing-title .wb .options {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .widget-listing-title .options .options-body {
        margin-left: 0;
    }

    .widget-listing-title .wb .actions {
        padding-top: 25px;
        text-align: center;
    }

    .widget.widget-ads {
        text-align: center;
    }

    .owl-theme .owl-nav {
        display: none;
    }

    .post-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-inner-slim .social,
    .footer-inner-slim .copyright {
        float: none;
        text-align: center;
    }

    .footer-inner-slim .list-social {
        float: none;
        margin: 0;
        padding: 0;
    }

    .top-bar-btns .nav-items {
        display: none;
    }

    .top-bar .logo a {
        margin-bottom: 0;
    }

    .thumbnail.thumbnail-property-list .thumbnail-image a {
        height: initial;
    }

    .thumbnail.thumbnail-property-list .thumbnail-image img {
        object-fit: initial;
        -webkit-object-fit: initial;
        height: initial;
    }

    .container-wide .section-search-area .body {
        padding: 0 35px;
    }

    .container-wide .section-search-area .h-area {
        padding: 0 10px;
    }

    .table.table-cart input {
        width: 100%;
    }

    .section-profile-box {
        display: block;
    }

    .section-profile-box .content .profile-logo,
    .section-profile-box .content .profile-body,
    .section-profile-box .content,
    .section-profile-box .right-bar {
        display: block;
        text-align: center;
    }

    .section-profile-box .list-social-line {
        text-align: center;
    }

    .section-profile-box .content .profile-logo {
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
    }

    .section-profile-box .content {
        padding-bottom: 0;
    }

    .thumbnail.thumbnail-property-list .header .left {
        width: 100%;
    }

    .thumbnail.thumbnail-property-list .header .right {
        white-space: normal;
        text-align: right;
    }

    .thumbnail.thumbnail-property-list .list-comment p {
        margin-left: 0;
    }

    .banner {
        padding: 20px 55px;
    }

    .header-options .options,
    .header-options .h-title {
        float: none;
    }

    .header-options .h-title {
        padding-bottom: 20px;
    }

    .header-options .options {
        margin-left: -3px;
    }

    .header-options .options:after {
        content: '';
        clear: both;
        display: table;
    }

    .header-options .btn {
        float: left;
    }

    .header-options .options .list-info {
        float: right;
        padding: 6px 0;
    }
}

@media (max-width:540px) {
    .header-options .h-title .title {
        text-align: center;
    }

    .header-options .h-title {
        padding-bottom: 30px;
    }

    .banner,
    .banner .right-side,
    .banner .left-side {
        display: block;
        width: 100%;
        text-align: center;
    }

    .location-box {
        width: 100%;
        float: none;
    }

    .section-search-area .local-form .form-group {
        width: 100%;
    }

    .list-category-item {
        display: block;
        padding: 35px 30px;
    }

    .list-category-item .preview,
    .list-category-item .content {
        display: block;
        text-align: center;
        padding: 0;
    }

    .list-category-item .preview {
        margin-bottom: 35px;
    }

    .widget-slider-owl {
        height: 250px;
    }

    .thumbnail.thumbnail-property-list .caption {
        display: block;
        padding-right: 0;
        margin-right: 0;
        padding: 25px 0;
    }

    .thumbnail.thumbnail-property-list .thumbnail-image {
        float: none;
        width: initial;
        margin-top: 0;
        margin-bottom: 0;
    }

    .thumbnail.thumbnail-property-list:before {
        display: none;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {}

@media screen and (max-width:1140px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {}

@media screen and (max-width:768px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {}

.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-backface-visibility: hidden
}

.blueimp-gallery>.slides>.slide>.slide-content {
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 1
}

.blueimp-gallery {
    position: fixed;
    z-index: 9999;
    overflow: hidden;
    background: #000;
    background: rgba(0, 0, 0, .9);
    opacity: 0;
    display: none;
    direction: ltr;
    -ms-touch-action: none
}

.blueimp-gallery-carousel {
    position: relative;
    z-index: auto;
    height: 432px;
    max-width: 768px;
    margin: 1em auto;
    box-shadow: 0 0 10px #000
}

.blueimp-gallery-display {
    display: block;
    opacity: 1
}

.blueimp-gallery>.slides {
    position: relative;
    height: 100%;
    overflow: hidden
}

.blueimp-gallery>.slides>.slide {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
    -moz-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
    -ms-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
    -o-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
    transition-timing-function: cubic-bezier(0.645, .045, .355, 1)
}

.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    -ms-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear
}

.blueimp-gallery>.slides>.slide-loading {
    background: url(../img/loading.gif) center no-repeat;
    background-size: 64px 64px
}

.blueimp-gallery>.slides>.slide-loading>.slide-content {
    opacity: 0
}

.blueimp-gallery>.slides>.slide-error {
    background: url(../img/error.png) center no-repeat
}

.blueimp-gallery>.slides>.slide-error>.slide-content {
    display: none
}

.blueimp-gallery>.prev,
.blueimp-gallery>.next {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -23px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 2px #000;
    text-align: center;
    background: #222;
    background: rgba(0, 0, 0, .5);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: .5;
    cursor: pointer;
    display: none
}

.blueimp-gallery>.next {
    left: auto;
    right: 15px
}

.blueimp-gallery>.close,
.blueimp-gallery>.title {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0 40px 0 0;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    opacity: .8;
    display: none
}

.blueimp-gallery>.close {
    padding: 15px;
    right: 15px;
    left: auto;
    margin: -15px;
    font-size: 30px;
    text-decoration: none;
    cursor: pointer
}

.blueimp-gallery>.play-pause {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 15px;
    height: 15px;
    background: url(../img/play-pause.png) 0 0 no-repeat;
    cursor: pointer;
    opacity: .5;
    display: none
}

.blueimp-gallery-playing>.play-pause {
    background-position: -15px 0
}

.blueimp-gallery-controls>.prev,
.blueimp-gallery-controls>.next,
.blueimp-gallery-controls>.close,
.blueimp-gallery-controls>.title,
.blueimp-gallery-controls>.play-pause {
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.blueimp-gallery-single>.prev,
.blueimp-gallery-left>.prev,
.blueimp-gallery-single>.next,
.blueimp-gallery-right>.next,
.blueimp-gallery-single>.play-pause {
    display: none
}

.blueimp-gallery>.slides>.slide>.slide-content,
.blueimp-gallery>.prev,
.blueimp-gallery>.next,
.blueimp-gallery>.close,
.blueimp-gallery>.play-pause {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body:last-child .blueimp-gallery>.slides>.slide-error {
    background-image: url(../img/error.svg)
}

body:last-child .blueimp-gallery>.play-pause {
    width: 20px;
    height: 20px;
    background-size: 40px 20px;
    background-image: url(../img/play-pause.svg)
}

body:last-child .blueimp-gallery-playing>.play-pause {
    background-position: -20px 0
}

@media (max-width:767px) {
    .blueimp-gallery-carousel {
        height: 270px;
        max-width: 480px
    }
}

*+html .blueimp-gallery>.slides>.slide {
    min-height: 300px
}

*+html .blueimp-gallery>.slides>.slide>.slide-content {
    position: relative
}

.blueimp-gallery>.indicator {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 15px;
    left: 15px;
    margin: 0 40px;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 10px;
    display: none
}

.blueimp-gallery>.indicator>li {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 6px 3px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid transparent;
    background: #ccc;
    background: rgba(255, 255, 255, .25) center no-repeat;
    border-radius: 5px;
    box-shadow: 0 0 2px #000;
    opacity: .5;
    cursor: pointer
}

.blueimp-gallery>.indicator>.active {
    background-color: #fff;
    border-color: #fff;
    opacity: .8
}

.blueimp-gallery-controls>.indicator {
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.blueimp-gallery-single>.indicator {
    display: none
}

.blueimp-gallery>.indicator {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

*+html .blueimp-gallery>.indicator>li {
    display: inline
}

.blueimp-gallery>.slides>.slide>.video-content>video,
.blueimp-gallery>.slides>.slide>.video-content>img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 1;
    -moz-backface-visibility: hidden
}

.blueimp-gallery>.slides>.slide>.video-content>iframe {
    width: 100%;
    height: 100%;
    border: 0;
    position: absolute;
    top: 100%;
    left: 0
}

.blueimp-gallery>.slides>.slide>.video-playing>iframe {
    top: 0
}

.blueimp-gallery>.slides>.slide>.video-content>a {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: -64px auto 0;
    width: 128px;
    height: 128px;
    background: url(../img/video-play.png) center no-repeat;
    opacity: .8;
    cursor: pointer
}

.blueimp-gallery>.slides>.slide>.video-playing>a,
.blueimp-gallery>.slides>.slide>.video-playing>img {
    display: none
}

.blueimp-gallery>.slides>.slide>.video-content>video {
    display: none
}

.blueimp-gallery>.slides>.slide>.video-playing>video {
    display: block
}

.blueimp-gallery>.slides>.slide>.video-loading>a {
    background: url(../img/loading.gif) center no-repeat;
    background-size: 64px 64px
}

body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a {
    background-image: url(../img/video-play.svg)
}

*+html .blueimp-gallery>.slides>.slide>.video-content {
    height: 100%
}

*+html .blueimp-gallery>.slides>.slide>.video-content>a {
    left: 50%;
    margin-left: -64px
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -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 img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .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%
}

.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: 0.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;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.hinge {
    animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: .75s;
}

@keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}

@keyframes flash {

    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    animation-name: flash;
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    animation-name: pulse;
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, .95, 1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    animation-name: rubberBand;
}

@keyframes shake {

    from,
    to {
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    animation-name: shake;
}

@keyframes headShake {
    0% {
        transform: translateX(0);
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        transform: translateX(0);
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake;
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    animation-name: tada;
}

@keyframes wobble {
    from {
        transform: none;
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        transform: none;
    }
}

.wobble {
    animation-name: wobble;
}

@keyframes jello {

    from,
    11.1%,
    to {
        transform: none;
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    animation-name: jello;
    transform-origin: center;
}

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    animation-name: bounceIn;
}

@keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }

    75% {
        transform: translate3d(0, -10px, 0);
    }

    90% {
        transform: translate3d(0, 5px, 0);
    }

    to {
        transform: none;
    }
}

.bounceInDown {
    animation-name: bounceInDown;
}

@keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }

    75% {
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        transform: translate3d(5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInLeft {
    animation-name: bounceInLeft;
}

@keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        transform: translate3d(10px, 0, 0);
    }

    90% {
        transform: translate3d(-5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInRight {
    animation-name: bounceInRight;
}

@keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    75% {
        transform: translate3d(0, 10px, 0);
    }

    90% {
        transform: translate3d(0, -5px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9);
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    animation-name: bounceOut;
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    animation-name: bounceOutUp;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in;
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@keyframes flipOutX {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1;
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    animation-name: hinge;
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }

    50% {
        transform: rotate(-10deg);
    }

    70% {
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.jackInTheBox {
    animation-name: jackInTheBox;
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.rollIn {
    animation-name: rollIn;
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    animation-name: rollOut;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInDown {
    animation-name: zoomInDown;
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInRight {
    animation-name: zoomInRight;
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInUp {
    animation-name: zoomInUp;
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    animation-name: zoomOut;
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutDown {
    animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}

.zoomOutRight {
    animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutUp {
    animation-name: zoomOutUp;
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    animation-name: slideInUp;
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    animation-name: slideOutDown;
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    animation-name: slideOutRight;
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    animation-name: slideOutUp;
}

.picker {
    display: inline-block;
    vertical-align: middle
}

.picker .pc-element,
.picker .pc-trigger {
    display: inline-block;
    color: #666;
    position: relative;
    z-index: 10;
    border: 1px solid #666;
    border-radius: 2px;
    word-wrap: break-word;
    cursor: default;
    background-color: #fff;
    margin-right: 7px;
    margin-bottom: 5px;
    padding: 0 24px 0 6px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.picker .pc-element .pc-close,
.picker .pc-trigger .pc-close {
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -10px;
    font-size: 16px;
    cursor: pointer
}

.picker .pc-element .pc-close:after,
.picker .pc-trigger .pc-close:after {
    content: '\2716'
}

.picker .pc-element:hover,
.picker .pc-trigger:hover {
    background-color: #666;
    color: #fff
}

.picker .pc-select {
    position: relative;
    display: inline-block;
    min-width: 165px;
    max-width: 200px
}

.picker .pc-select .pc-trigger {
    cursor: pointer;
    margin-right: 0;
    width: 100%
}

.picker .pc-select .pc-list {
    position: absolute;
    text-align: left;
    left: 0;
    top: calc(100% - 6px);
    width: 100%;
    border: 1px solid #666;
    z-index: 9;
    background-color: #fff
}

.picker .pc-select .pc-list input[type=search] {
    width: 100%;
    outline: 0;
    color: #666;
    border: none;
    position: relative;
    background-color: #DDD;
    border-bottom: 2px solid #666;
    padding-left: 8px
}

.picker .pc-select .pc-list ul {
    margin: 0;
    padding: 0;
    max-height: 400px;
    overflow-y: auto
}

.picker .pc-select .pc-list li {
    display: block;
    list-style: none;
    padding: 0 0 0 8px;
    cursor: pointer;
    color: #666;
    word-wrap: break-word
}

.picker .pc-select .pc-list li:nth-child(even) {
    background-color: #f2f2f2
}

.picker .pc-select .pc-list li:hover {
    background-color: #666;
    color: #fff
}

.picker .pc-select .pc-list li.not-found {
    font-style: italic;
    text-align: center;
    cursor: default
}

.picker .pc-select .pc-list li .searched {
    font-weight: 700
}

.picker .pc-select .pc-trigger {
    margin-bottom: 5px
}

.infoBox {
    width: initial !important;
}

.infobox-big {
    width: 350px;
    top: 15px !important;
    left: 0 !important;
    background-color: #FFF;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid rgba(72, 181, 233, 0.6);
    border-radius: 2px 2px 10px 10px;
}

.infobox-big .thumbnail {
    margin-bottom: 0;
}

.infobox-big .thumbnail-property .property-image {
    height: 180px;
}

.infobox-big:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #FFF;
    left: 25%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.infobox-big:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
    border-top: 20px solid #48B5E9;
    left: 25%;
    top: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.infobox2 {
    width: 170px;
    background: white;
    position: relative;
    padding: 5px 5px;
    text-align: center;
}

.infoBox>img {
    position: absolute !important;
    right: -15px;
    top: -15px;
    cursor: pointer;
    z-index: 10;
    width: 27px;
    height: 27px;
    z-index: 10000;
    cursor: pointer;
    border: 7px solid rgb(72, 181, 233);
    border-radius: 13px;
    box-shadow: rgb(57, 144, 185) 0 0 5px;
    background: #FFF;
}

.infoBox>img:after {
    position: absolute !important;
    right: -15px;
    top: -15px;
    cursor: pointer;
    z-index: 10;
    width: 13px;
    height: 13px;
    z-index: 10000;
    cursor: pointer;
    border: 7px solid rgb(72, 181, 233);
    border-radius: 13px;
    box-shadow: rgba(0, 0, 0, 0.65) 0 0 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.65) 0 0 5px;
}

.google_marker {
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.google_marker:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    box-shadow: -3px 0 5px 0 rgba(0, 0, 0, 0.3);
    display: block;
    transition: all 0.2s ease-in-out;
    border-radius: 50% 50% 0 50%;
    background: #DA3743;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}

.google_marker img {
    position: absolute;
    z-index: 2;
    max-width: 20px;
    max-height: 22px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.cluster img {
    display: none !important;
}

.cluster div {
    font-size: 18px !important;
    font-weight: 400 !important;
    width: 40px !important;
    line-height: 44px !important;
}

.cluster div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    display: block;
    transition: all 0.2s ease-in-out;
    border-radius: 50% 50% 0 50%;
    box-shadow: inset 0 0 0 3px rgb(255, 255, 255), 0 0 5px 0 rgba(37, 37, 37, 0.48);
    -webkit-box-shadow: inset 0 0 0 3px rgb(255, 255, 255), 0 0 5px 0 rgba(37, 37, 37, 0.48);
    background: #DA3743;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    z-index: -1;
}

.infobox-big .container {
    margin-bottom: 10px;
}

.infobox-big .title {
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    background-color: #48B5E9;
    color: white;
    margin: 0;
    border-radius: 2px 2px 0 0;
}

.infobox-big .title a {
    color: white;
}

.infobox-big .content {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin-right: 1px;
    padding: 15px 5px 20px 15px;
    max-height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 13px;
}

.infobox-big .content img {
    float: right;
    margin: 0 5px 5px 10px;
    max-width: 85px;
}

.infobox-big .subtitle {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
}

.infobox-big .iw-bottom-gradient {
    position: absolute;
    width: 326px;
    height: 15px;
    bottom: 12px;
    right: 18px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.infobox {
    border: 2px solid #DA3743;
    border-radius: 5px;
    padding: 27px;
    display: table;
    background: white;
    width: 330px;
    position: relative;
}

.infobox .preview-image,
.infobox .content {
    display: table-cell;
    vertical-align: middle;
}

.infobox .preview-image {
    width: 70px;
}

.infobox .content {
    width: 100%;
    padding-left: 20px;
}

.infobox .preview-image img {
    max-width: 70px;
}

.infobox .content .title {
    margin-bottom: 5px;
}

.infobox .content .thumbnail-ratings {
    margin-bottom: 10px;
}

.infobox .content .title a {
    color: #4285F4;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.infobox .content .title a:hover {
    color: #da3743;
}

.infobox .content .type {
    color: #7B7B7B;
    font-size: 13px;
}

.infobox:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 13px solid #FFF;
    left: 50%;
    top: calc(100% - 2px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.infobox:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid transparent !important;
    border-right: 12px solid transparent !important;
    border-top: 14px solid #48B5E9;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.infobox.infobox-mini.infobox-property {
    display: block;
    width: 150px;
    height: initial;
    text-align: center;
    padding: 10px 5px;
}

.infobox.infobox-mini {
    display: block;
    width: 150px;
    height: 130px;
    text-align: center;
    padding: 10px 5px;
}

.infobox.infobox-mini .preview-image {
    width: 100%;
    display: block;
}

.infobox.infobox-mini .content {
    padding: 0;
    padding-top: 10px;
    width: 100%;
    display: block;
}

.infobox.infobox-mini .preview-image img {
    max-width: initial;
    max-height: 55px;
}

.infobox.infobox-mini .title a {
    font-size: 14px;
    font-weight: 400;
}

.infobox.infobox-mini .content .title {
    margin-bottom: 5px;
}

.infoBox>img,
.infobox-big,
.infobox:before,
.infobox-big:before {
    border-color: #DA3743;
}

.infobox-big .title {
    background-color: #DA3743;
}

.colorpicker {
    z-index: 99999;
}

.CodeMirror {
    font-family: monospace;
    height: 300px;
    color: black;
}

.CodeMirror-lines {
    padding: 4px 0;
}

.CodeMirror pre {
    padding: 0 4px;
}

.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
    background-color: white;
}

.CodeMirror-gutters {
    border-right: 1px solid #ddd;
    background-color: #f7f7f7;
    white-space: nowrap;
}

.CodeMirror-linenumbers {}

.CodeMirror-linenumber {
    padding: 0 3px 0 5px;
    min-width: 20px;
    text-align: right;
    color: #999;
    white-space: nowrap;
}

.CodeMirror-guttermarker {
    color: black;
}

.CodeMirror-guttermarker-subtle {
    color: #999;
}

.CodeMirror div.CodeMirror-cursor {
    border-left: 1px solid black;
}

.CodeMirror div.CodeMirror-secondarycursor {
    border-left: 1px solid silver;
}

.CodeMirror.cm-fat-cursor div.CodeMirror-cursor {
    width: auto;
    border: 0;
    background: #7e7;
}

.CodeMirror.cm-fat-cursor div.CodeMirror-cursors {
    z-index: 1;
}

.cm-animate-fat-cursor {
    width: auto;
    border: 0;
    -webkit-animation: blink 1.06s steps(1) infinite;
    -moz-animation: blink 1.06s steps(1) infinite;
    animation: blink 1.06s steps(1) infinite;
}

@-moz-keyframes blink {
    0% {
        background: #7e7;
    }

    50% {
        background: none;
    }

    100% {
        background: #7e7;
    }
}

@-webkit-keyframes blink {
    0% {
        background: #7e7;
    }

    50% {
        background: none;
    }

    100% {
        background: #7e7;
    }
}

@keyframes blink {
    0% {
        background: #7e7;
    }

    50% {
        background: none;
    }

    100% {
        background: #7e7;
    }
}

div.CodeMirror-overwrite div.CodeMirror-cursor {}

.cm-tab {
    display: inline-block;
    text-decoration: inherit;
}

.CodeMirror-ruler {
    border-left: 1px solid #ccc;
    position: absolute;
}

.cm-s-default .cm-header {
    color: blue;
}

.cm-s-default .cm-quote {
    color: #090;
}

.cm-negative {
    color: #d44;
}

.cm-positive {
    color: #292;
}

.cm-header,
.cm-strong {
    font-weight: bold;
}

.cm-em {
    font-style: italic;
}

.cm-link {
    text-decoration: underline;
}

.cm-strikethrough {
    text-decoration: line-through;
}

.cm-s-default .cm-keyword {
    color: #708;
}

.cm-s-default .cm-atom {
    color: #219;
}

.cm-s-default .cm-number {
    color: #164;
}

.cm-s-default .cm-def {
    color: #00f;
}

.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {}

.cm-s-default .cm-variable-2 {
    color: #05a;
}

.cm-s-default .cm-variable-3 {
    color: #085;
}

.cm-s-default .cm-comment {
    color: #a50;
}

.cm-s-default .cm-string {
    color: #a11;
}

.cm-s-default .cm-string-2 {
    color: #f50;
}

.cm-s-default .cm-meta {
    color: #555;
}

.cm-s-default .cm-qualifier {
    color: #555;
}

.cm-s-default .cm-builtin {
    color: #30a;
}

.cm-s-default .cm-bracket {
    color: #997;
}

.cm-s-default .cm-tag {
    color: #170;
}

.cm-s-default .cm-attribute {
    color: #00c;
}

.cm-s-default .cm-hr {
    color: #999;
}

.cm-s-default .cm-link {
    color: #00c;
}

.cm-s-default .cm-error {
    color: #f00;
}

.cm-invalidchar {
    color: #f00;
}

.CodeMirror-composing {
    border-bottom: 2px solid;
}

div.CodeMirror span.CodeMirror-matchingbracket {
    color: #0f0;
}

div.CodeMirror span.CodeMirror-nonmatchingbracket {
    color: #f22;
}

.CodeMirror-matchingtag {
    background: rgba(255, 150, 0, .3);
}

.CodeMirror-activeline-background {
    background: #e8f2ff;
}

.CodeMirror {
    position: relative;
    overflow: hidden;
    background: white;
}

.CodeMirror-scroll {
    overflow: scroll !important;
    margin-bottom: -30px;
    margin-right: -30px;
    padding-bottom: 30px;
    height: 100%;
    outline: none;
    position: relative;
}

.CodeMirror-sizer {
    position: relative;
    border-right: 30px solid transparent;
}

.CodeMirror-vscrollbar,
.CodeMirror-hscrollbar,
.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
    position: absolute;
    z-index: 6;
    display: none;
}

.CodeMirror-vscrollbar {
    right: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

.CodeMirror-hscrollbar {
    bottom: 0;
    left: 0;
    overflow-y: hidden;
    overflow-x: scroll;
}

.CodeMirror-scrollbar-filler {
    right: 0;
    bottom: 0;
}

.CodeMirror-gutter-filler {
    left: 0;
    bottom: 0;
}

.CodeMirror-gutters {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.CodeMirror-gutter {
    white-space: normal;
    height: 100%;
    display: inline-block;
    margin-bottom: -30px;
    *zoom: 1;
    *display: inline;
}

.CodeMirror-gutter-wrapper {
    position: absolute;
    z-index: 4;
    height: 100%;
}

.CodeMirror-gutter-elt {
    position: absolute;
    cursor: default;
    z-index: 4;
}

.CodeMirror-gutter-wrapper {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.CodeMirror-lines {
    cursor: text;
    min-height: 1px;
}

.CodeMirror pre {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-width: 0;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    white-space: pre;
    word-wrap: normal;
    line-height: inherit;
    color: inherit;
    z-index: 2;
    position: relative;
    overflow: visible;
    -webkit-tap-highlight-color: transparent;
}

.CodeMirror-wrap pre {
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: normal;
}

.CodeMirror-linebackground {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.CodeMirror-linewidget {
    position: relative;
    z-index: 2;
    overflow: auto;
}

.CodeMirror-widget {}

.CodeMirror-code {
    outline: none;
}

.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.CodeMirror-measure {
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.CodeMirror-measure pre {
    position: static;
}

.CodeMirror div.CodeMirror-cursor {
    position: absolute;
    border-right: none;
    width: 0;
}

div.CodeMirror-cursors {
    visibility: hidden;
    position: relative;
    z-index: 3;
}

.CodeMirror-focused div.CodeMirror-cursors {
    visibility: visible;
}

.CodeMirror-selected {
    background: #d9d9d9;
}

.CodeMirror-focused .CodeMirror-selected {
    background: #d7d4f0;
}

.CodeMirror-crosshair {
    cursor: crosshair;
}

.CodeMirror ::selection {
    background: #d7d4f0;
}

.CodeMirror ::-moz-selection {
    background: #d7d4f0;
}

.cm-searching {
    background: #ffa;
    background: rgba(255, 255, 0, .4);
}

.CodeMirror span {
    *vertical-align: text-bottom;
}

.cm-force-border {
    padding-right: .1px;
}

@media print {
    .CodeMirror div.CodeMirror-cursors {
        visibility: hidden;
    }
}

.cm-tab-wrap-hack:after {
    content: '';
}

span.CodeMirror-selectedtext {
    background: none;
}

#map-geo-tooltip {
    position: fixed;
    z-index: 999999;
    color: white;
    padding: 5px 15px;
    background: #565656;
    border: 2px solid #000;
    border-radius: 3px;
}

#svgmap {
    max-width: 100%;
}

.mega-dropdown {
    position: absolute;
    top: 100%;
    left: -350px !important;
    z-index: 1000;
    display: none;
    float: left;
    width: 800px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.mega-dropdown .mega-dropdown-ul ul {
    padding: 0 !important;
}

.cat-1 i {
    padding-right: 10px;
}

.cat-1 {
    border-bottom: 1px solid #ccc;
}

.mega-dropdown {
    padding: 50px !important;
}

.mega-dropdown-ul>ul>li>a:hover {
    color: #da3743;
    text-decoration: none;
}

.mega-dropdown-ul p {
    color: #da3743;
}

.mega-dropdown-ul p:hover i {
    color: #4776E5;
}

.mega-dropdown-ul p:hover {
    color: #4776E5;
    text-decoration: none !important;
}

.imageininner img {
    width: 100%;
    position: relative;
}

.inner-image .imageintext {
    position: absolute;
    bottom: 50px;
    left: 33%;
    overflow: hidden;
    transition: 1.2s;
    transform: translateX(265px);
}

.inner-image:hover .imageintext {
    transform: translateX(0px);
}

.inner-image .imageintext-1 a {
    color: #fff;
}

.inner-image .imageintext a {
    color: #fff;
}

.imageininner {
    position: relative;
    overflow: hidden;
}

.imageininner:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.8s;
    transform: translateX(265px);
}

.inner-image:hover .imageininner:after {
    transform: translateX(0px);
}

.mt-1 {
    margin-top: 20px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 70px;
}

/* lost*/
#lost {
    position: relative;
}

.fixed_link a {
    position: absolute;
    transition: 0.3s;
    text-decoration: none;
    color: #fff;
    background: #1F476C;
    padding: 20px 0 20px 20px;
    width: 200px;
    z-index: 99;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.fixed_link .demand {
    top: 50%;
    right: -10%;
}

.fixed_link .resume {
    top: 62%;
    right: -10%;
}

.fixed_link a:hover {
    right: 0;
}

.mr-3 {
    margin-right: 15px;
}

.report-search {
    margin-top: 20px;
    padding-bottom: 50px;
}

.report-search .search-report {
    width: 50%;
    margin: auto;
}

.report-search .icon {
    padding: 20px;
}

.report-search .icon:hover {}

/*catagories*/
.category-block {
    box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.09);
    padding: 20px 25px;
    border-radius: 3px;
    margin-bottom: 25px;
}

.category-block .header {
    margin-bottom: 20px;
    border-bottom: 3px solid #F4F7F9;
    text-align: center;
}

.category-block .category-list li a {
    display: block;
    color: #777;
    font-size: 13px;
}

.category-block .header .icon-bg-1 {
    background: #ccdb38;
    box-shadow: 0 0 0px 4px rgba(204, 219, 56, 0.35);
}

.category-block .header .icon-bg-2 {
    background: #a676b8;
    box-shadow: 0 0 0px 4px rgba(166, 118, 184, 0.35);
}

.category-block .header .icon-bg-3 {
    background: #fe7e17;
    box-shadow: 0 0 0px 4px rgba(254, 126, 23, 0.35);
}

.category-block .header .icon-bg-4 {
    background: #EC3A56;
    box-shadow: 0 0 0px 4px rgba(236, 58, 86, 0.35);
}

.category-block .header .icon-bg-5 {
    background: #1DBFFF;
    box-shadow: 0 0 0px 4px rgba(29, 191, 255, 0.35);
}

.category-block .header .icon-bg-6 {
    background: #02d3a4;
    box-shadow: 0 0 0px 4px rgba(2, 211, 164, 0.35);
}

.category-block .header .icon-bg-7 {
    background: #bc02d3;
    box-shadow: 0 0 0px 4px rgba(188, 2, 211, 0.35);
}

.category-block .header .icon-bg-8 {
    background: #025fd3;
    box-shadow: 0 0 0px 4px rgba(2, 95, 211, 0.35);
}

.category-block .header i {
    margin-right: 6px;
    color: #fff;
    font-size: 13px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 6px;
    border-radius: 40px;
}

.category-block .category-list li {
    display: block;
    font-size: 14px;
    border-bottom: 1px solid #F4F7F9;
    padding: 10px 0;
}

.category-block .category-list li a span {
    float: right;
    font-size: 10px;
    background: #F4F7F9;
    border-radius: 10px;
    padding: 3px 8px;
    color: #84919B;
}

/* owl carousel */
.owl-nav {
    position: absolute;
    top: 30%;
    width: 100%
}

.owl-nav .owl-prev

/*span*/
    {
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 33px;
    background: rgba(0, 0, 0, 0.9);
    padding: 0 20px;
    display: none;
    transition: 0.8s ease;
}

.owl-carousel:hover .owl-prev

/* span */
    {
    display: block;
}

.owl-nav .owl-next

/* span */
    {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 33px;
    background: rgba(0, 0, 0, 0.9);
    padding: 0 20px;
    display: none;
    transition: 0.8s ease;
}

.owl-carousel:hover .owl-next

/* span */
    {
    display: block;
}

/* ad */
#featured-ad {
    background-color: #f5f5f5;
}

#top-destination {
    padding-bottom: 40px;
}

/*  */
.caption-blog p {
    padding-top: 10px
}

.footer-results .logo p {
    padding-top: 20px;
}

/*Satish*/
.tab {
    border: transparent;
    margin: auto;
    display: block;
    text-align: center;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    border: 0.5px solid rgba(255, 255, 255, 0.2);
    outline: none;
    cursor: pointer;
    padding: 8px 16px;
    transition: 0.3s;
    font-size: 17px;
    color: #fff;
    display: inline-block;
    text-align: center;
}

@media(min-width:991px) {
    .mega-search .tab button {
        width: calc(100%/7);
    }

    .tabs-single-page .tab button {
        width: calc(100%/9);
    }
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #fff;
    color: #222 !important;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #fff;
    color: #222 !important;
}

/* Style the tab content */
.mega-search {
    color: #fff;
}

.mega-search .tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
    margin: auto;
    text-align: center;
    color: #fff;
}

.btn-search-submit {
    padding: 6px;
    background: yellow;
    text-align: center;
    color: #222;
    width: 100%;
}

.mega-search .tabcontent h2 {
    padding: 20px 0;
    font-weight: 700;
}

.mega-search .tabcontent .form-control {
    width: calc(100%/1) !important;
}

/*======Range Slider=========*/
/* .range-slider { margin: 60px 0 0 0%; } */
.range-slider {
    width: 100%;
    margin-top: -1px;
    position: relative;
}

.p-slider {
    margin-top: 8px !important;
}

.range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - (0px)) !important;
    height: 10px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
}

.range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.range-slider__range::-webkit-slider-thumb:hover {
    background: #1abc9c;
}

.range-slider__range:active::-webkit-slider-thumb {
    background: #1abc9c;
}

.range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.range-slider__range::-moz-range-thumb:hover {
    background: #1abc9c;
}

.range-slider__range:active::-moz-range-thumb {
    background: #1abc9c;
}

.range-slider__range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 4px #1abc9c;
    box-shadow: 0 0 0 1px #fff, 0 0 0 4px #1abc9c;
    width: 15px !important;
    height: 15px !important;
}

.range-slider__value {
    display: block;
    position: relative;
    width: 150px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #2c3e50;
    padding: 0px 7px;
    margin: 5px auto 0 auto;
}

.range-slider__value:after {
    position: absolute;
    top: -10px;
    left: 45%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #2c3e50;
    border-left: 5px solid transparent;
    content: '';
}

::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}

/*======Range Slider=========*/
.btn-viewmore {
    float: right;
    background: #FCF332;
    color: #222;
    padding: 5px 50px;
    margin-top: 20px;
}

.section-padding {
    padding-top: 80px !important;
    padding-bottom: 80px !important
}

.section-bg {
    background: #F5F5F5 !important;
}

/*================*/
span.label-mega {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

/* .p-range{
  margin-top: 8px;
} */
/*=========Check Box=========*/
.mega-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.mega-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.mega-check:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.mega-check input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.mega-check input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.mega-check .checkmark:after {
    left: 6px;
    top: 2.5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*==============List and Grid===========*/
.glyphicon { margin-right:5px; }
.thumbnail
{
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
    transition: 0.5s ease-in-out !important
}
.item.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover
{
    background: #428bca;
}

.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
}
.item.list-group-item .caption
{
    padding: 9px 9px 0px 9px;
}
.item.list-group-item:nth-of-type(odd)
{
    background: #eeeeee;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item img
{
    float: left;
    width: 300px;
    transition: 0.5s ease-in-out !important
}
.item.list-group-item:after
{
    clear: both;
    transition: 0.5s ease-in-out !important
}
.list-group-item-text
{
    margin: 15px 0 0 0;
    display: none;
}
.list-group-item .list-group-item-text{
    display: block !important;
}
.grid-group-item .list-group-item-text{
    display: none ;
}
.list-group-item .right .address{
    text-align: right;
    margin-top: -15px;
}
.grid-group-item .right .address{
    margin-top: 10px !important;
}
.right .address{
    margin-top: 10px;
}
.list-no li {
    list-style: none;
    list-style-position: inside !important;
    padding: 8px 0;
    
}
.list-no li a{
    color: #777;
    text-align: left !important;
}

.list-no {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: auto;
    display: block;
}

.category1 {
    margin: 20px 0 30px 0;
    padding-bottom: 10px;
}

.category1 h4 {
    padding: 20px 0 10px 20px ;
    font-weight: 600;
}
.category1 h4 i{
    margin-right: 10px;
    padding: 12px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
}

@media (min-width:991px) {
    footer .list-no {
        margin-left: -40px;
    }

    .tabs-single-page {
        margin-bottom: 30px;
        margin-top: -20px;
    }
}

.tabs-single-page {
    box-shadow: 3px 3px 3px #ddd;
    background: #f7f8f9;
}

.tabs-single-page button {
    height: 50px;
    color: #222;
    display: inline-block;
    font-size: 15px;
}

.tabs-single-page button::after {
    display: block;
    content: '';
    border-bottom: solid 3px #da3743;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    margin-top: 15px;
}

.tabs-single-page button:hover {
    color: #da3743 !important;
}

.tabs-single-page button.active {
    color: #da3743 !important;
}

.tabs-single-page button:hover::after {
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

.tabs-single-page .active::after {
    display: block;
    content: '';
    border-bottom: solid 3px #da3743;
    transform: scaleX(1);
    transition: transform 250ms ease-in-out;
    margin-top: 15px;
}

.btn-claim {
    width: 80%;
    background: #da3743;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 10px;
    margin: 10px auto;
}

.btn-claim:hover {
    color: #fff;
}

/* ==================Single Gallery====================== */
.column {
  float: left;
  width: 48%;
  margin: 1%;
}

/* The Modal (background) */
#gallery .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  z-index: 99999999999;
}

/* Modal Content */
#gallery .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* ==================Single Gallery End====================== */




/* ==================Single Services====================== */
.text{
  color: #222;
  text-align: center;
}


.folded-corner:hover .text{
  visibility: visible;
  color: #fff;
}
.Services-tab{
  margin-top:20px;
  

}

/*
  nav link items
*/
.folded-corner{
  padding: 25px 25px;
  position: relative;
  font-size: 90%;
  text-decoration: none;
  color: #999; 
  background: transparent;
  transition: all ease .5s;
  border: 1px solid #111;
}
.folded-corner:hover{
  background-color: #da3743;
}

/*
  paper fold corner
*/

.folded-corner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0px 0px 0;
  border-color: #ddd #000;
  transition: all ease .3s;
}

/*
  on li hover make paper fold larger
*/
.folded-corner:hover:before {
  background-color: #D00003;
  border-width: 0 50px 50px 0;
  border-color: #eee #000;
  
}

.service_tab_1{
  background-color: #fff;
}
.service_tab_1:hover .fa-icon-image{
    color: #fff;
    transform: rotate(360deg) scale(1.5);
}
.fa-icon-image{
  color: #da3743;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-size-adjust: none;
  font-stretch: normal;
  -moz-font-feature-settings: normal;
  -moz-font-language-override: normal;
  text-rendering: auto;
  transition: all .65s linear 0s;
  text-align: center;
  transition: all 1s cubic-bezier(.99,.82,.11,1.41);
}


/* ==================Single Services End====================== */

/* ===================Single Events=========================== */

#events .label-info{
    background: #da3743;
}
/* ===================Single Events End=========================== */
.red-bg{
    background: #ff4040;
}
.yellow-bg{
    background: #f2c805;
}
.blue-bg{
    background: #00aeff;
}
.brown-bg{
    background: #f2c805;
}
.green-bg{
    background: #4dc64a;
}
.purple-bg{
    background: #d969f9;
}
.advance-search{
    display: none;
}
/* Back To Top */
.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
   box-shadow: inset  0 0 0 2px rgba(0,0,0,0.5);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background: #fff;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: 'typicons';
    content: '\e024';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: var(--grey);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
    opacity: 0;
}
.progress-wrap::before {
    position: absolute;
    font-family: 'typicons';
    content: '\e024';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
   color: ;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
    opacity: 1;
}
.progress-wrap svg path { 
    fill: none; 
}
.progress-wrap svg.progress-circle path {
    stroke: var(--grey);
    stroke-width: 4;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.mt5{
    margin-top: 5px 
}
.btn-seemore{
    background: #DA3C43;
    color: #fff;
    padding: 5px 25px; 
    text-align: center;
    display: block;
    width: 20%;
    transition: 0.5s;
    border: 1px solid transparent;
    float: right;
}
.btn-seemore:hover{
    color: #DA3C43;
    background: #fff;
    border: 1px solid #DA3C43;
}
.btn-gridbtn{
    background: #da3743 !important;
    color: #fff !important;
    padding: 5.5px 10px !important
}
.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown,.dropdown-tab {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color:#fff;
  min-width: 750px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1
}
.dropdown-c {
  display: none;
  position: absolute;
  background-color:#fff;
  min-width: 50px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1
}
@media(min-width: 991px){
    .dropdown-content{
        position: absolute;
        right: 0px;
        margin-top: 1.5rem;
          z-index: 999
    }
    .dropdown-c{
        position: absolute;
        right: 100px;
    }
}

.dropdown-content a,.dropdown-c a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}


.dropdown a:hover {background-color: #ddd;}

.show {display: block;}
a ul.gridbtn-list li{
    display: inline-block;
    font-size: 1.5rem;
    padding: 10px 15px;
    text-align: left
}
a ul.gridbtn-list li i{
    font-size: 2rem
}

.dropdown-content .col-md-4{
    border: 1px solid #222;
    padding: 0 !important
}
.mx-auto{
    margin: 0 auto;
    display: block;
}


html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0;
    overflow-x: hidden;
    padding: 0 !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflowaf: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.html);
    src: url(../fonts/glyphicons-halflings-regulard41d.html?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.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-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-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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .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 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .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 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .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 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a,
.mega-dropdown-ul>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.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: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-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-image: -o-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-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);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-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-image: -o-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-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)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-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-image: -o-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-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)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-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-image: -o-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-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)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-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-image: -o-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-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)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.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-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

/* .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto
} */
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    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;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

select.bs-select-hidden,
select.selectpicker {
    display: none !important
}

.bootstrap-select {
    width: 220px\9
}

.bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1
}

.bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none
}

.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2
}

.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none
}

.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
    float: right
}

.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
    cursor: not-allowed
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
    outline: 0 !important
}

.bootstrap-select.btn-group.bs-container {
    position: absolute
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, .2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, .2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before {
    display: block
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

.colorpicker-saturation {
    float: left;
    width: 100px;
    height: 100px;
    cursor: crosshair;
    background-image: url("../img/bootstrap-colorpicker/saturation.png")
}

.colorpicker-saturation i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    margin: -4px 0 0 -4px;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.colorpicker-saturation i b {
    display: block;
    width: 5px;
    height: 5px;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.colorpicker-hue,
.colorpicker-alpha {
    float: left;
    width: 15px;
    height: 100px;
    margin-bottom: 4px;
    margin-left: 4px;
    cursor: row-resize
}

.colorpicker-hue i,
.colorpicker-alpha i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    margin-top: -1px;
    background: #000;
    border-top: 1px solid #fff
}

.colorpicker-hue {
    background-image: url("../img/bootstrap-colorpicker/hue.png")
}

.colorpicker-alpha {
    display: none;
    background-image: url("../img/bootstrap-colorpicker/alpha.png")
}

.colorpicker-saturation,
.colorpicker-hue,
.colorpicker-alpha {
    background-size: contain
}

.colorpicker {
    top: 0;
    left: 0;
    z-index: 2500;
    min-width: 130px;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1
}

.colorpicker:before,
.colorpicker:after {
    display: table;
    line-height: 0;
    content: ""
}

.colorpicker:after {
    clear: both
}

.colorpicker:before {
    position: absolute;
    top: -7px;
    left: 6px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''
}

.colorpicker:after {
    position: absolute;
    top: -6px;
    left: 7px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: ''
}

.colorpicker div {
    position: relative
}

.colorpicker.colorpicker-with-alpha {
    min-width: 140px
}

.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
    display: block
}

.colorpicker-color {
    height: 10px;
    margin-top: 5px;
    clear: both;
    background-image: url("../img/bootstrap-colorpicker/alpha.png");
    background-position: 0 100%
}

.colorpicker-color div {
    height: 10px
}

.colorpicker-selectors {
    display: none;
    height: 10px;
    margin-top: 5px;
    clear: both
}

.colorpicker-selectors i {
    float: left;
    width: 10px;
    height: 10px;
    cursor: pointer
}

.colorpicker-selectors i+i {
    margin-left: 3px
}

.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-top;
    cursor: pointer
}

.colorpicker.colorpicker-inline {
    position: relative;
    z-index: auto;
    display: inline-block;
    float: none
}

.colorpicker.colorpicker-horizontal {
    width: 110px;
    height: auto;
    min-width: 110px
}

.colorpicker.colorpicker-horizontal .colorpicker-saturation {
    margin-bottom: 4px
}

.colorpicker.colorpicker-horizontal .colorpicker-color {
    width: 100px
}

.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
    float: left;
    width: 100px;
    height: 15px;
    margin-bottom: 4px;
    margin-left: 0;
    cursor: col-resize
}

.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.colorpicker.colorpicker-horizontal .colorpicker-alpha i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 15px;
    margin-top: 0;
    background: #fff;
    border: 0
}

.colorpicker.colorpicker-horizontal .colorpicker-hue {
    background-image: url("../img/bootstrap-colorpicker/hue-horizontal.png")
}

.colorpicker.colorpicker-horizontal .colorpicker-alpha {
    background-image: url("../img/bootstrap-colorpicker/alpha-horizontal.png")
}

.colorpicker.colorpicker-hidden {
    display: none
}

.colorpicker.colorpicker-visible {
    display: block
}

.colorpicker-inline.colorpicker-visible {
    display: inline-block
}

.colorpicker-right:before {
    right: 6px;
    left: auto
}

.colorpicker-right:after {
    right: 7px;
    left: auto
}

.colorpicker-no-arrow:before {
    border-right: 0;
    border-left: 0
}

.colorpicker-no-arrow:after {
    border-right: 0;
    border-left: 0
}

.primary-color {
    background: #DA3743;
}

main.main {
    background: white;
}

body:not(.boxed) .container.container-palette {
    width: inherit;
    max-width: inherit;
    min-width: inherit;
    padding-left: 0;
    padding-right: 0;
}

body.boxed .container.container-palette .container {
    padding: 0;
    width: inherit;
    max-width: inherit;
    min-width: inherit;
    width: 100%;
}

body.boxed .section-profile {
    margin-top: 0;
}

body.boxed .owl-slider-content .item {
    width: 1170px;
}

body.boxed .container.container-palette .owl-slider-content .container {
    padding: 0 15px;
}

@media (max-width: 1199px) {
    body.boxed .owl-slider-content .item {
        width: 970px;
    }
}

@media (max-width: 991px) {
    body.boxed .owl-slider-content .item {
        width: 750px;
    }
}

@media (max-width: 767px) {
    body.boxed .owl-slider-content .item {
        width: 100%;
    }
}

body {
    font-family: 'Nunito';
    font-size: 14px;
    color: #353535;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}

.btn,
.form-control,
input,
textarea,
.bootstrap-select .dropdown-menu,
.bootstrap-select button {
    border-radius: 2px;
}

input,
textarea,
.bootstrap-select .dropdown-menu,
.bootstrap-select button {
    background: #FFF;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.bootstrap-select button {
    height: 100%;
}

.bootstrap-select .dropdown-menu {
    padding: 0;
    border: 0;
}

.bootstrap-select option[hidden] {
    color: #999FA2;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: -100%;
    margin-top: 0;
    margin-left: 1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0;
    padding: 0;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #FFF;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    right: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-menu>li>a:focus {
    outline: 0;
}

.bootstrap-select .dropdown-menu>li>a {
    padding: 10px 10px;
    font-size: 15px;
    color: #252525;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option i {
    margin-bottom: 10px;
}

.bootstrap-select .dropdown-menu>li>a:hover .glyphicon {
    color: #da3743;
}

.bootstrap-select .dropdown-toggle .filter-option .glyphicon,
.bootstrap-select .dropdown-menu>li>a .glyphicon {
    margin-right: 16px;
    font-size: 25px;
    top: 0px;
}

.bootstrap-select .dropdown-toggle .filter-option .glyphicon {
    top: 3px;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    font-size: 15px;
    vertical-align: top;
    padding: 5px 0px;
}

.btn-custom {
    padding: 0 50px;
    line-height: 52px;
    border: 0;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.btn-custom.btn-icon {
    font-size: 36px;
    padding: 0 15px;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn {
    box-shadow: none;
}

.btn-wide {
    width: 100%;
    line-height: 18px;
    padding: 17px 0;
    white-space: normal;
}

.btn-custom-secondary {
    background: rgba(0, 0, 0, 0.8);
}

body .btn-custom-secondary i {
    color: #FFF;
    margin-right: 5px;
}

.btn-custom-secondary:hover {
    background: #C5434D;
}

.btn.btn-custom.focus,
.btn.btn-custom:focus,
.btn.btn-custom:hover {
    color: #FFF;
    text-decoration: none;
}

.btn-custom-primary {
    background: #375BB3;
}

.btn-custom-primary:hover {
    background: #4776e5;
}

.btn-custom-s {
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    padding: 8px 12px;
    color: #6E6E6E;
    font-size: 13px;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.btn-custom-s.btn-custom-secondary {
    color: #FFF;
}

.btn-custom-default:hover {
    background: #EAEAEA;
    color: #000;
}

.btn-custom-grey {
    background: #B9B9B9;
}

.btn-custom-grey {
    background: #B9B9B9;
}

.btn-custom-grey:hover {
    background: #909090;
}

.btn-custom-default {
    background: #F3F3F3;
}

.btn-custom-default {
    background: #F3F3F3;
}

.btn-special-primary {
    border: 2px solid #DA3743;
    color: #DA3743;
    padding: 4px 16px;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
    margin: 0 3px;
}

.btn-special-primary:hover {
    border: 2px solid #C5434D;
    background: #C5434D;
    color: white;
}

.btn-special-primary.fill {
    background: #DA3743;
    border: 2px solid #DA3743;
    color: white;
}

.btn-special-primary.fill:hover {
    background: #C5434D;
    border: 2px solid #C5434D;
}

.btn-custom-s i {
    margin-right: 5px;
    color: #000;
}

.local-form .form-group .control-label {
    margin-bottom: 10px;
    font-size: 16px;
}

.section-s {
    padding-top: 40px;
    padding-bottom: 15px;
}

.section-picks,
.section-category,
.section-blog {
    padding-bottom: 70px;
}

.section-title {
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 35px;
}

.section-title:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -49px;
    border-bottom: 1px dashed #B2B2B2;
    width: 98px;
}

.section-title.no-underline:after {
    display: none;
}

.section-title .subtitle,
.section-title .title {
    display: block;
    margin-bottom: 11px;
}

.section-title .title {
    font-size: 32px;
    font-weight: bold;
    color: #252525;
    line-height: 1;
}

.section-title.slim .title {
    font-size: 20px;
}

.section-title.middle .title {
    font-size: 22px;
}

.section-title .subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #7B7B7B;
}

.section-title.middle .subtitle {
    font-size: 14px;
}

.section-title.box-v {
    margin-bottom: 0;
}

.section-title.box-v:after {
    display: none;
}

.section-title.text-left {
    text-align: left;
}

.icon-star-ratings:after {
    bottom: -30px;
    content: '\f006 \f006 \f006 \f006 \f006';
    color: #da3743;
    letter-spacing: 2px;
    left: 0;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-0:after {
    bottom: -30px;
    content: '\f006 \f006 \f006 \f006 \f006';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-0-5:after {
    bottom: -30px;
    content: '\f123 \f006 \f006 \f006 \f006';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-1:after {
    bottom: -30px;
    content: '\f005 \f006 \f006 \f006 \f006';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-1-5:after {
    bottom: -30px;
    content: '\f005 \f123 \f006 \f006 \f006';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-2:after {
    bottom: -30px;
    content: '\f005 \f005 \f006 \f006 \f006';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-2-5:after {
    bottom: -30px;
    content: '\f005 \f005 \f123 \f006 \f006';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-3:after {
    bottom: -30px;
    content: '\f005 \f005 \f005 \f006 \f006';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-3-5:after {
    bottom: -30px;
    content: '\f005 \f005 \f005 \f123 \f006';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-4:after {
    bottom: -30px;
    content: '\f005 \f005 \f005 \f005 \f006';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-4-5:after {
    bottom: -30px;
    content: '\f005 \f005 \f005 \f005 \f123';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.icon-star-ratings-5:after {
    bottom: -30px;
    content: '\f005 \f005 \f005 \f005 \f005';
    color: #da3743;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    left: 0;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

body .zebra-childs .section:nth-child(2n) {
    background: #F5F5F5;
}

body .slim-sections .section:not(:first-child):not(:last-child) {
    padding-top: 50px;
    padding-bottom: 50px;
}

body .slim-sections .section:last-child {
    padding-top: 50px;
}

body .slim-sections .section:first-child {
    padding-bottom: 50px;
}

.image-cover {
    position: relative;
}

img.image-cover,
.image-cover img {
    height: 100%;
    object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -moz-object-fit: cover;
    width: 100%;
}

.nopaddingrow>*[class*='col'] {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

textarea.form-control::-moz-placeholder {
    color: #555;
}

textarea.form-control::-webkit-input-placeholder {
    color: #555;
}

textarea.form-control::placeholder {
    color: #555;
}

textarea.form-control::-ms-input-placeholder {
    color: #555;
}

input.form-control::-moz-placeholder {
    color: #555;
}

input.form-control::-webkit-input-placeholder {
    color: #555;
}

input.form-control::placeholder {
    color: #555;
}

input.form-control::-ms-input-placeholder {
    color: #555;
}

.section-search-area input.form-control::-moz-placeholder {
    color: #999fa2;
    font-size: 15px;
}

.section-search-area input.form-control::-webkit-input-placeholder {
    color: #999fa2;
    font-size: 15px;
}

.section-search-area input.form-control::placeholder {
    color: #999fa2;
    font-size: 15px;
}

.section-search-area input.form-control::-ms-input-placeholder {
    color: #999fa2;
    font-size: 15px;
}

.top-bar input.form-control::-moz-placeholder {
    color: #999fa2;
    font-size: 15px;
}

.top-bar input.form-control::-webkit-input-placeholder {
    color: #999fa2;
    font-size: 15px;
}

.top-bar input.form-control::placeholder {
    color: #999fa2;
    font-size: 15px;
}

.top-bar input.form-control::-ms-input-placeholder {
    color: #999fa2;
    font-size: 15px;
}

.header {
    position: relative;
}

.header .map-bg {
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
}

.top-bar {
    border-bottom: 1px solid #EBEBEB;
    padding: 21.5px 0;
    padding-top: 6.5px;
    background: white;
}

.top-bar>div>div>* {
    padding-top: 15px;
}

body:not(.boxed) .top-bar.container.container-palette {
    width: 100%;
}

body.boxed .widget-recentproperties .filters-box,
body.boxed .boxed-wide {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.top-bar.overflow {
    padding: 15px 0;
    position: absolute;
    background: transparent;
}

.top-bar.top-bar-white {
    border-bottom: none;
}

.top-bar.top-bar-color {
    padding: 30px 0;
    background: rgba(0, 0, 0, 0.8);
    padding-top: 15px;
    z-index: 1000;
}

.top-bar .container-top {
    padding: 0 30px;
}

body .top-bar .container.container-palette {
    padding-left: 15px;
    padding-right: 15px;
}

.top-bar.t-overflow {
    position: absolute;
    z-index: 25;
    background: transparent;
}

body.boxed .top-bar.t-overflow {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.top-bar.fill {
    position: fixed;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    background: rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.35);
}

.top-bar .logo a {
    color: #DA3743;
    font-size: 20px;
    font-family: "Nunito Black", 'Nunito';
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    padding-top: 4px;
    display: block;
}

.top-bar.top-bar-white .logo a {
    color: #FFF;
}

.top-bar .nav-items {
    padding: 0;
    margin: 0;
    list-style: none;
}

.top-bar .nav-items {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    margin-left: -5.5px;
    margin-right: -5.5px;
}

.top-bar .nav-items>li {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    outline: none;
}

body:not(.navigation-open) .top-bar .nav-items>li>.dropdown-menu {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    -ms-transform: scale(0.98);
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}

body:not(.navigation-open) .top-bar .nav-items>li.open>.dropdown-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media(min-width: 768px) {
    body:not(.navigation-open) .top-bar .nav-items>li:hover>.dropdown-menu {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.top-bar .nav-items>li>a {
    display: block;
    color: #4C4C4C;
    margin-left: 5.5px;
    margin-right: 5.5px;
    text-decoration: none;
}

.top-bar .nav-items>li>a:not(.btn) {
    display: block;
    padding: 7px 0;
    margin-left: 20.5px;
    margin-right: 5.5px;
    text-decoration: none;
    position: relative;
}

.top-bar .nav-items>li>a {
    margin-left: 5.5px;
    margin-right: 5.5px;
}

.top-bar .nav-items>li.active>a {
    background: transparent;
}

.top-bar .nav-items>li a span {
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.top-bar .nav-items>li.open>a>span,
.top-bar .nav-items>li>a:hover>span {
    color: #da3743;
}

.top-bar .nav-items>li>a.btn {
    padding: 5px 20px;
}

.top-bar .nav-items>li>a.btn.btn-custom-default {
    border: 2px solid rgba(0, 0, 0, 0.24);
    background: transparent;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.top-bar .nav-items>li>a.btn.btn-custom-default:hover {
    background: #514949;
    border: 2px solid #514949;
}

.top-bar .nav-items>li>a.btn.btn-custom-primary {
    border: 2px solid #375BB3;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.top-bar .nav-items>li>a.btn.btn-custom-primary:hover {
    border: 2px solid #4776e5;
}

.default-menu .dropdown-menu {
    padding: 0;
    border: 0;
    border-radius: 3px !important;
    box-shadow: 0px 3px 15px 0px rgba(1, 1, 1, 0.11);
    -webkit-box-shadow: 0px 3px 15px 0px rgba(1, 1, 1, 0.11);
    margin-top: 4px !important;
}

.dropdown-menu {
    border-radius: 3px;
}

.default-menu .dropdown-menu>li>a {
    padding: 6px 20px;
}

.mega-dropdown-ul>ul>li>a {
    padding: 6px 0px;
}

.default-menu>li>a:focus,
.default-menu>li>a:hover,
.default-menu .dropdown-menu>.active>a,
.default-menu .dropdown-menu>li>a:focus,
.default-menu .dropdown-menu>li>a:hover,
.default-menu>li.open>a,
.default-menu>li.open>a:focus,
.default-menu>li.open>a:hover,
.default-menu>li>a:hover {
    color: initial;
    background-color: transparent;
}

.default-menu .dropdown li,
.default-menu .dropdown a {
    display: block;
}

.default-menu .dropdown-menu>li>a,
.mega-dropdown-ul>ul>li>a {
    transition: all .15s;
    -webkit-transition: all .15s;
}

.default-menu .dropdown-menu>li.active>a,
.default-menu .dropdown-menu>li>a:hover {
    color: #da3743;
}

.affix.top-bar .default-menu .dropdown-menu>li.active>a {
    background: #da3743
}

.top-bar-btns:after {
    content: '';
    clear: both;
    display: table;
}

.top-bar-btns {
    float: right;
    margin-left: 40px;
}

.navbar-toggle .icon-bar {
    background-color: #CCC;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}

.nav>li {
    z-index: 5;
}

.top-bar .nav-items li a.btn.btn-custom-default:hover {
    color: white;
}

.top-bar .nav-items li a.btn.btn-custom-primary {
    color: white;
}

.top-bar .btn,
.top-bar .default-menu>li>a {
    font-weight: 600;
}

.top-bar.top-bar-white .default-menu>li>a {
    color: white;
}

.top-bar.top-bar-color .default-menu>li>a .caret {
    color: inherit;
}

.top-bar.top-bar-white .nav-items li a.btn {
    color: white;
}

.top-bar.affix .nav-items li a.btn.btn-custom-default:hover {
    background: #514949;
}

.top-bar.top-bar-color .nav-items li a.btn.btn-custom-default {
    border: 2px solid #514949;
}

.top-bar.top-bar-color .nav-items li a.btn.btn-custom-default:hover {
    background: rgba(81, 73, 73, 0.21);
}

.top-bar.top-bar-color .nav-items li a.btn.btn-custom-default {
    border: 2px solid #FFF;
}

.top-bar.top-bar-white .nav-items li a.btn.btn-custom-primary:hover,
.top-bar.top-bar-color .nav-items li a.btn.btn-custom-primary {
    color: #FFF;
}

.top-bar.t-overflow .nav-items.default-menu {
    margin-right: 20px;
}


.lang-menu-mobile,
.navigation-wrapper .logo {
    display: none;
}

.navigation-wrapper.navigation-middle .navbar-toggle>*,
.navigation-wrapper.navigation-middle .information-box {
    display: none;
}

@media (max-width: 1160px) and (min-width: 992px) {
    .navigation-wrapper.navigation-middle .nav.default-menu>li {
        display: none;
    }

    .navigation-wrapper.navigation-middle .navbar-toggle {
        display: inline-block;
        font-size: 30px;
        line-height: 1;
        color: #000;
        padding: 0 15px;
        margin: 0;
        margin: 0 5px;
        margin-right: 10px;
        border-radius: 0;
        transition: all 0.15s;
        -webkit-transition: all 0.15s;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li a .caret,
    .navigation-wrapper.navigation-middle .navbar-toggle>* {
        display: none;
    }

    .top-bar.top-bar-color .navigation-wrapper.navigation-middle .navbar-toggle {
        color: #FFF;
    }

    .navigation-wrapper.navigation-middle .navbar-toggle:after {
        content: '\f397';
        display: inline-block;
        font-family: 'Ionicons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-toggle,
    .navigation-open .navigation-wrapper.navigation-middle .navbar-toggle>*,
    .navigation-wrapper.navigation-middle .information-box {
        display: none;
    }

    .navigation-open {
        overflow: hidden;
    }

    .navigation-open .navigation-wrapper.navigation-middle .information-box {
        display: block;
    }

    .navigation-open:after {
        content: '';
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.48);
        z-index: 120;
    }

    .navigation-open .navigation-wrapper.navigation-middle {
        text-align: left;
        padding: 15px 15px;
        padding-right: 20px;
    }

    .navigation-open .navigation-wrapper.navigation-middle {
        left: 0;
        display: flex;
        align-content: center;
        align-items: center;
    }

    .navigation-open .top-bar.t-overflow {
        z-index: 1000;
    }

    .navigation-open .navigation-wrapper.navigation-middle .default-menu.navbar-nav.nav ul.dropdown-menu {
        background: rgb(39, 39, 39);
        top: 0;
        left: 100%;
    }

    .navigation-open .navigation-wrapper.navigation-middle .default-menu.navbar-nav.nav li:last-child ul.dropdown-menu {
        bottom: -75px;
        left: 100%;
        top: initial;
    }

    .navigation-open .top-bar .navigation-wrapper.navigation-middle .nav-items.default-menu li.open a,
    .navigation-open .top-bar .navigation-wrapper.navigation-middle .nav-items.default-menu li a {
        color: #FFF;
    }

    .navigation-open .navigation-wrapper.navigation-middle {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        height: 100%;
        min-height: 100vh;
        z-index: 1000;
        padding: 15px 25px;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        background: rgba(34, 34, 34, 0.95);
        transform: perspective(1000px) rotateX(0deg) scale(1) skewX(0deg) skewY(0deg) rotateY(0deg);
        -webkit-transform: perspective(1000px) rotateX(0deg) scale(1) skewX(0deg) skewY(0deg) rotateY(0deg);
    }

    .navigation-open .navigation-wrapper.navigation-middle .logo {
        display: none;
    }

    .navigation-open .navigation-wrapper.navigation-middle .logo a {
        font-size: 32px;
        font-weight: bold;
        color: #252525;
        line-height: 1;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav {
        box-shadow: none;
        background: transparent;
        padding-right: 50px;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li {
        text-align: left;
        float: none;
        display: block;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav>li>a {
        text-transform: uppercase;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li a {
        font-size: 20px;
        position: relative;
        line-height: 24px;
        padding: 10px 30px 10px 0;
    }

    .navigation-open .top-bar.t-overflow .nav-items li>a::after {
        display: none;
    }

    .navigation-open .navigation-wrapper.navigation-middle .default-menu.navbar-nav .dropdown.dropdown-submenu>a:after,
    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav.nav-items>li>a:after {
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
        content: '';
        height: 1px;
        background: rgb(255, 255, 255);
        width: 0;
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
        border: 0;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav.nav-items li.dropdown-submenu>a:hover:after,
    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav.nav-items li.open a:after,
    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav.nav-items li a:hover:after {
        width: 100%;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li a:focus,
    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li.open a,
    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li a:hover {
        font-size: 20px;
        position: relative;
        background: transparent;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li a .caret {
        width: 41px;
        height: 41px;
        position: absolute;
        right: -12px;
        top: 0;
        cursor: pointer;
        color: #444;
        border: 0;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li a .caret:before {
        position: absolute;
        width: 17px;
        height: 1px;
        background: currentColor;
        left: 12px;
        top: 20px;
        content: '';
        -webkit-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li a .caret:after {
        position: absolute;
        width: 1px;
        height: 17px;
        background: currentColor;
        left: 20px;
        top: 12px;
        content: '';
        -webkit-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
    }

    .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li.open>a .caret:after {
        height: 0;
        top: 20px;
    }

    .navigation-open .navigation-wrapper.navigation-middle .default-menu.navbar-nav .dropdown-menu {
        padding-left: 15px;
    }

    .navigation-open .navigation-wrapper.navigation-middle .default-menu.navbar-nav .dropdown-menu li a {
        background: transparent !important;
        ;
    }

    .navigation-open .navigation-wrapper.navigation-middle .default-menu.navbar-nav .dropdown-menu>li a {
        background: transparent;
        opacity: 0.6;
        color: #F7F7F7 !important;
        transition: all 0.15s;
        -webkit-transition: all 0.15s;
        font-size: 16px;
        line-height: 18px;
        padding: 10px 30px 10px 0;
    }

    .navigation-open .affix-menu.affix.top-bar .default-menu .dropdown-menu>li.dropdown-submenu:hover>a,
    .navigation-open .navigation-wrapper.navigation-middle .affix-menu.affix.top-bar .default-menu .dropdown-menu>li>a:hover,
    .navigation-open .navigation-wrapper.navigation-middle .affix-menu.affix.top-bar .default-menu .dropdown-menu>li>a:hover,
    .navigation-open .navigation-wrapper.navigation-middle .default-menu.navbar-nav.nav .dropdown-menu li.active>a,
    .navigation-open .navigation-wrapper.navigation-middle .default-menu.navbar-nav.nav .dropdown-menu li>a:hover {
        background: transparent;
        opacity: 1;
        color: #FFF !important;
    }

    .navigation-open .navigation-wrapper.navigation-middle .button-close {
        width: 46px;
        height: 46px;
        background: #151515;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
    }

    .navigation-open .navigation-wrapper.navigation-middle .button-close:before,
    .navigation-open .navigation-wrapper.navigation-middle .button-close:after {
        width: 14px;
        height: 2px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -1px 0 0 -7px;
        content: '';
        background: #FFF;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
    }

    .navigation-open .navigation-wrapper.navigation-middle .button-close:after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .navigation-open .top-bar .navigation-wrapper.navigation-middle .logo a {
        color: #000;
    }

    .navigation-open .navigation-wrapper.navigation-middle .lang-menu-mobile {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-left: -15px;
        margin-right: -20px;
        margin-top: 10px;
        border-top: 3px solid #EEE;
        padding-top: 5px;
    }

    .navigation-open .navigation-wrapper.navigation-middle .lang-menu-mobile a {
        padding: 5px 15px;
        display: block;
        color: #252525 !important;
    }

    .navigation-open .navigation-wrapper.navigation-middle .lang-menu-mobile a:hover {
        text-decoration: none;
        background: #F3F3F3;
    }

    .navigation-open .navigation-wrapper.navigation-middle .lang-menu-mobile a img {
        margin-bottom: 2px;
        margin-right: 4px;
    }

    .navigation-open .navigation-wrapper.navigation-middle .infiormation-box {
        color: rgba(255, 255, 255, 0.7);
    }

    .navigation-open .navigation-wrapper.navigation-middle .information-box {
        color: white;
        max-width: 350px;
    }

    .navigation-open .navigation-wrapper.navigation-middle .f-box {
        margin-bottom: 30px;
    }

    .navigation-open .navigation-wrapper.navigation-middle .f-box a {
        color: white;
    }

    .navigation-wrapper.navigation-middle .f-box .title {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .top-bar.affix-menu.affix .navigation-wrapper.navigation-middle .navbar-toggle {
        display: none;
    }

    .top-bar.affix-menu.affix .navigation-wrapper.navigation-middle .nav.default-menu>li {
        display: inline-block;
    }
}

@media (min-width: 768px) {}

@media (max-width: 767px) {
    .lang-menu-mobile {
        display: block;
    }

    .top-bar-btns {
        float: none;
    }

    .top-bar-btns .nav-items {
        float: left;
    }

    .top-bar-btns .navbar-toggle {
        float: right;
        padding: 0;
    }

    .default-menu {
        overflow: hidden;
        background: #382F2F;
        padding: 0;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        z-index: 555555;
        text-align: center;
    }

    .default-menu.nav-items li a:not(.btn) {
        margin: 0;
    }

    .default-menu.navbar-nav>li>.dropdown-menu {
        text-align: center;
    }

    .top-bar .nav-items.default-menu {
        overflow: hidden;
        position: relative;
        z-index: 5;
        margin-top: 10px;
    }

    .nav.default-menu>li>a:focus,
    .nav.default-menu>li>a:hover {
        background: #375BB3;
    }

    .default-menu.navbar-nav>li>.dropdown-menu {
        background: #272323;
        padding: 0;
    }

    .default-menu.nav-items li {
        display: block;
        font-size: 14px;
        vertical-align: top;
    }

    .default-menu.nav-items li.dropdown a {}

    .navigation-open:after {
        content: '';
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.48);
        z-index: 120;
    }

    .navigation-wrapper {
        text-align: left;
        padding: 15px 15px;
        padding-right: 20px;
    }

    .navigation-wrapper {
        position: fixed;
        top: 0;
        width: 274px;
        left: -274px;
        height: 100%;
        background: white;
        z-index: 1000;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .navigation-open .navigation-wrapper {
        left: 0;
    }

    .navigation-open .navigation-wrapper .navbar-toggle {
        display: none;
    }

    .navigation-open .top-bar.t-overflow {
        z-index: 1000;
    }

    .navigation-wrapper .default-menu.navbar-nav.nav ul.dropdown-menu {
        background: transparent;
    }

    .navigation-open .top-bar.top-bar-white .navigation-wrapper .default-menu.nav .open>a:hover,
    .navigation-open .top-bar.top-bar-white .navigation-wrapper .default-menu.nav .open>a:focus,
    .navigation-open .top-bar.t-overflow .navigation-wrapper .default-menu.nav .open>a,
    .navigation-open .top-bar.t-overflow .navigation-wrapper .default-menu.nav .open>a:focus,
    .navigation-open .top-bar.t-overflow .navigation-wrapper .default-menu.nav .open>a:hover .navigation-open .top-bar .navigation-wrapper .nav-items.default-menu li.open a,
    .navigation-open .top-bar .navigation-wrapper .nav-items.default-menu li a {
        color: #4C4C4C !important;
    }

    .navigation-wrapper {
        position: fixed;
        top: 0;
        width: 274px;
        left: -274px;
        height: 100%;
        min-height: 100vh;
        background: white;
        overflow: auto;
        z-index: 1000;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .navigation-wrapper .logo {
        display: block;
    }

    .navigation-wrapper .logo a {
        font-size: 32px;
        font-weight: bold;
        color: #252525;
        line-height: 1;
    }

    .navigation-wrapper .navbar-nav {
        box-shadow: none;
        background: transparent;
    }

    .navigation-wrapper .navbar-nav li {
        text-align: left;
    }

    .navigation-wrapper .navbar-nav>li>a {
        text-transform: uppercase;
    }

    .navigation-wrapper .navbar-nav li a {
        font-size: 20px;
        position: relative;
        line-height: 24px;
        padding: 10px 30px 10px 0;
    }

    .navigation-open .top-bar.top-bar-color .navigation-wrapper .nav-items>li>a:not(.btn)::after,
    .navigation-wrapper .default-menu.navbar-nav .dropdown.dropdown-submenu>a:after,
    .navigation-wrapper .navbar-nav.nav-items>li>a:after {
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
        content: '';
        height: 1px;
        background: rgb(37, 37, 37);
        width: 0;
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
        border: 0;
    }

    .navigation-open .navigation-wrapper .navbar-nav.nav-items>li.open>a:after,
    .navigation-open .navigation-wrapper .default-menu.navbar-nav .dropdown.dropdown-submenu>a:hover:after,
    .navigation-open .navigation-wrapper .navbar-nav.nav-items>li>a:hover:after,
    .navigation-open .navigation-wrapper .top-bar .nav-items>li>a:not(.btn):hover::after,
    .navigation-open .navigation-wrapper .navbar-nav.nav-items li.dropdown-submenu>a:hover:after,
    .navigation-open .navigation-wrapper .navbar-nav.nav-items li.dropdown.open>a:hover:after,
    .navigation-open .navigation-wrapper .navbar-nav.nav-items li a:hover:after {
        width: 100% !important;
    }

    .navigation-wrapper .navbar-nav li a:focus,
    .navigation-wrapper .navbar-nav li.open a,
    .navigation-wrapper .navbar-nav li a:hover {
        font-size: 20px;
        position: relative;
        background: transparent;
    }

    .navigation-wrapper .navbar-nav li a .caret {
        width: 41px;
        height: 41px;
        position: absolute;
        right: -12px;
        top: 0;
        cursor: pointer;
        color: #444;
        border: 0;
    }

    .navigation-wrapper .navbar-nav li a .caret:before {
        position: absolute;
        width: 17px;
        height: 1px;
        background: currentColor;
        left: 12px;
        top: 20px;
        content: '';
        -webkit-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
    }

    .navigation-wrapper .navbar-nav li a .caret:after {
        position: absolute;
        width: 1px;
        height: 17px;
        background: currentColor;
        left: 20px;
        top: 12px;
        content: '';
        -webkit-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
    }

    .navigation-wrapper .navbar-nav li.open>a .caret:after {
        height: 0;
        top: 20px;
    }

    .navigation-wrapper .default-menu.navbar-nav .dropdown-menu {
        padding-left: 15px;
    }

    .navigation-wrapper .default-menu.navbar-nav .dropdown-menu li a {
        background: transparent !important;
        ;
    }

    .navigation-wrapper .default-menu.navbar-nav .dropdown-menu>li a {
        background: transparent;
        opacity: 0.6;
        color: #252525 !important;
        transition: all 0.15s;
        -webkit-transition: all 0.15s;
        font-size: 16px;
        line-height: 18px;
        padding: 10px 30px 10px 0;
    }

    .navigation-open .affix-menu.affix.top-bar .default-menu .dropdown-menu>li.dropdown-submenu:hover>a,
    .navigation-wrapper .affix-menu.affix.top-bar .default-menu .dropdown-menu>li>a:hover,
    .navigation-wrapper .affix-menu.affix.top-bar .default-menu .dropdown-menu>li>a:hover,
    .navigation-open .navigation-wrapper .default-menu.navbar-nav.nav .dropdown-menu li.active>a,
    .navigation-open .navigation-wrapper .default-menu.navbar-nav.nav .dropdown-menu li>a:hover {
        background: transparent;
        opacity: 1;
        color: #252525 !important;
    }

    .navigation-wrapper .button-close {
        width: 46px;
        height: 46px;
        background: #151515;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
    }

    .navigation-wrapper .button-close:before,
    .navigation-wrapper .button-close:after {
        width: 14px;
        height: 2px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -1px 0 0 -7px;
        content: '';
        background: #FFF;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
    }

    .navigation-wrapper .button-close:after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .top-bar .navigation-wrapper .logo a {
        color: #000;
    }

    .navigation-wrapper .lang-menu-mobile {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-left: -15px;
        margin-right: -20px;
        margin-top: 10px;
        border-top: 3px solid #EEE;
        padding-top: 5px;
    }

    .navigation-wrapper .lang-menu-mobile a {
        padding: 5px 20px;
        display: block;
        color: #252525 !important;
    }

    .navigation-wrapper .lang-menu-mobile a:hover {
        text-decoration: none;
        background: #F3F3F3;
    }

    .navigation-wrapper .lang-menu-mobile a img {
        margin-bottom: 2px;
        margin-right: 4px;
    }
}

.lang-manu {
    margin-left: 20px;
}

.lang-manu .btn {
    background: transparent;
    box-shadow: none;
    padding-right: 0;
}

.lang-manu .dropdown-menu {
    border-radius: 3px;
    min-width: initial;
    padding: 0;
    -webkit-box-shadow: 0px 3px 15px 0px rgba(1, 1, 1, 0.11);
    box-shadow: 0px 3px 15px 0px rgba(1, 1, 1, 0.11);
}

.lang-manu:hover .caret,
.lang-manu.open .caret {
    color: #da3743;
}

.lang-manu .dropdown-menu a img {
    margin-right: 5px;
    margin-bottom: 5px;
}

.lang-manu .dropdown-menu {
    padding: 14px 0;
}

.lang-manu .dropdown-menu>li>a {
    padding: 6px 20px;
    background: transparent;
}

.lang-manu .dropdown-menu>li>a:hover {
    color: #da3743;
}

.lang-manu .caret {
    margin-bottom: 2px;
    margin-left: 2px;
}

.top-bar.top-bar-color:not(.affix) .lang-manu .btn {
    color: white;
}

.t-overflow:not(.affix) .lang-manu .btn {
    border: 0;
    background: transparent;
    box-shadow: none;
    color: white;
    padding-top: 10px;
}

.top-bar .local-form {
    margin: -9px 0;
    margin-left: 35px;
    font-size: 0;
}

.top-bar .local-form .form-group {
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: text-bottom;
    padding-left: 3.5px;
    padding-right: 3.5px;
}

.top-bar .local-form .bootstrap-select {
    width: 330px;
}

.top-bar .local-form input.form-control {
    width: 270px;
}

.top-bar .local-form .btn-custom.btn-icon {
    font-size: 30px;
    padding: 10px 12px;
    line-height: 1;
}

@media (max-width: 1750px) {
    .top-bar .local-form .bootstrap-select {
        width: 250px;
    }

    .top-bar .local-form input.form-control {
        width: 225px;
    }
}

@media (max-width: 1550px) {
    .top-bar .local-form .bootstrap-select {
        width: 220px;
    }

    .top-bar .local-form input.form-control {
        width: 215px;
    }
}

@media (max-width: 1510px) {
    .top-bar .local-form .bootstrap-select {
        width: 210px;
    }

    .top-bar .local-form input.form-control {
        width: 190px;
    }
}

@media (max-width: 1460px) {
    .top-bar .local-form .bootstrap-select {
        width: 150px;
    }

    .top-bar .local-form input.form-control {
        width: 120px;
    }

    .top-bar .navigation-middle .nav-items>li>a:not(.btn) {
        display: block;
        padding: 7px 0;
        margin-left: 5.5px;
        margin-right: 10.5px;
        text-decoration: none;
        position: relative;
    }

    .top-bar .local-form .btn-custom.btn-icon {
        font-size: 30px;
    }
}

@media (max-width: 1270px) {
    .top-bar .local-form {
        margin: -6px 0;
        margin-left: 25px;
    }

    .top-bar .local-form input[type='text'],
    .top-bar .local-form input[type='email'],
    .top-bar .local-form input[type='mail'],
    .top-bar .local-form input[type='password'],
    .top-bar .local-form .bootstrap-select {
        height: 44px;
    }

    .top-bar .local-form .btn-custom.btn-icon {
        padding: 7px 12px;
    }

    .top-bar .local-form .btn-custom.btn-icon i {
        font-size: 30px;
    }

    .top-bar .local-form .bootstrap-select {
        width: 120px;
    }

    .top-bar .local-form input.form-control {
        width: 125px;
    }
}

.section-search-area {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../img/bg-top.png');
    url(../img/bg-top.png) no-repeat center center;
    background-size: cover;
    padding-top: 220px;
    padding-bottom: 100px;
    position: relative;
}

/*.section-search-area.mask-dark {
    background: url(../img/mask_dark.png) no-repeat center center;
    background-size: cover;
}

.section-search-area.mask-grey {
    background: url(../img/mask_grey.png) no-repeat center center;
    background-size: cover;
}
*/
background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .5)),
url('../img/demo.jpg');

.section-search-area .body {
    max-width: 865px;
    margin: 0 auto;
}

.h-area {
    color: #FFF;
    font-family: 'Nunito';
    text-align: center;
}

.h-area .title {
    line-height: 1;
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: bold;
}

.h-area .subtitle {
    display: block;
    line-height: 1;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: lighter;
}

.section-search-area .local-form {
    padding: 30px 138px;
    padding-bottom: 15px;
}

.section-search-area .local-form form {
    font-size: 0;
}

.section-search-area .local-form form>.form-group {
    font-size: 15px;
    padding-left: 5.5px;
    padding-right: 5.5px;
}

.section-search-area .local-form form {
    margin-left: -5.5px;
    margin-right: -5.5px;
}

.section-search-area .selectpicker {
    background: white;
}

.section-search-area .form-group {
    vertical-align: top;
}

.local-form input,
.local-form textarea,
.local-form .bootstrap-select {
    border: 1px solid #E5E5E5;
}

.bootstrap-select .selectpicker-primary.btn {
    box-shadow: none;
    background: transparent;
}

.widget-search .bootstrap-select .selectpicker-primary.btn {
    background: #fff;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.local-form input[type='text'],
.local-form input[type='email'],
.local-form input[type='mail'],
.local-form input[type='password'],
.local-form .bootstrap-select {
    height: 52px;
}

.section-search-area .local-form input,
.section-search-area .local-form .bootstrap-select {
    border: none;
}

.section-search-area .form-control.bootstrap-select {
    width: 377px;
}

.top-bar .form-control.bootstrap-select .btn[title="Iâ€™m looking for..."],
.section-search-area .form-control.bootstrap-select .btn[title="Iâ€™m looking for..."] {
    color: #999fa2;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-weight: normal;
}

.section-search-area .form-control.bootstrap-select .btn {
    font-size: 15px;
    box-shadow: none;
    outline: none !important;
    padding-left: 18px;
}

.section-search-area .bootstrap-select .dropdown-menu>li>a {
    padding: 5.5px 10px;
    padding-left: 18px;
}

.top-bar .bootstrap-select .dropdown-menu>li>a {
    padding: 5.5px 10px;
}

.top-bar .bootstrap-select .dropdown-menu>li>a,
.top-bar .local-form input.form-control,
.top-bar .form-control.bootstrap-select .btn {
    padding-left: 18px;
}

.top-bar .bootstrap-select.btn-group .dropdown-toggle .filter-option i {
    margin-bottom: 0px;
    margin-top: -10px;
}

.top-bar .bootstrap-select .dropdown-toggle .filter-option .glyphicon {
    top: 5px;
}

.section-search-area .form-control.bootstrap-select .dropdown-menu {
    border-top: 1px solid #dde0e4;
    margin-top: -1px;
    border-radius: 0 0 2px 2px;
}

.section-search-area input.form-control {
    padding-left: 18px;
}

.section-search-area .tags {
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
}

.section-search-area .tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.section-search-area .tags ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
}

.section-search-area .tags a {
    color: white;
    margin-left: 16px;
    margin-right: 16px;
    font-family: 'Nunito';
    text-decoration: none;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.section-search-area .tags a i {
    font-size: 16px;
}

.section-search-area .tags a:hover {
    color: #E0D6A2;
}

.section-search-area .tags a i {
    margin-right: 10px;
}

.thumbnail.thumbnail-property {
    border-radius: 0;
    border: 1px solid #E8ECF1;
    border-radius: 2px;
    padding: 0;
}

.thumbnail.thumbnail-property .thumbnail-image {
    border-radius: 2px 2px 0 0;
    overflow: hidden;
    height: 253px;
}

.section-blog .thumbnail.thumbnail-property .thumbnail-image {
    height: 315px;
}

.thumbnail.thumbnail-property .thumbnail-image img {
    object-fit: cover;
    -webkit-object-fit: cover;
    width: 100%;
    height: 100%;
}

.thumbnail.thumbnail-property .caption {
    padding: 25px 24px;
    display: table;
    padding-top: 21px;
}

.thumbnail.thumbnail-property.b .caption {
    padding: 35px 25px;
}

.thumbnail.thumbnail-property .caption .caption-ls {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.thumbnail.thumbnail-property .caption .caption-rs {
    display: table-cell;
    vertical-align: top;
    padding-top: 4px;
}

.thumbnail.thumbnail-property .thumbnail-title a {
    color: #4285F4;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.thumbnail.thumbnail-property .thumbnail-title a:hover {
    color: #da3743;
}

.thumbnail.thumbnail-property .thumbnail-ratings {
    line-height: 1;
}

.thumbnail.thumbnail-property .thumbnail-ratings,
.thumbnail.thumbnail-property .thumbnail-title {
    margin-bottom: 7px;
}

.thumbnail.thumbnail-property .thumbnail-ratings {
    margin-bottom: 15px;
}

.thumbnail.thumbnail-property .thumbnail-ratings i {
    margin-left: 7px;
}

.thumbnail.thumbnail-property .thumbnail-ratings {
    color: #252525;
    display: block;
    font-size: 16px;
    font-weight: lighter;
}

.thumbnail.thumbnail-property .thumbnail-image a.link {
    display: block;
    height: 100%;
    width: 100%;
}

.thumbnail.thumbnail-property .type a,
.thumbnail.thumbnail-property .type {
    color: #7B7B7B;
    display: block;
    font-size: 13px;
}

.thumbnail.thumbnail-property .type a {
    display: inline;
    text-decoration: none;
    transition: all 0.55s;
    -webkit-transition: all 0.55s;
}

.thumbnail.thumbnail-property .type a:hover {
    text-decoration: underline;
}

.thumbnail.thumbnail-property .description {
    margin-top: 25px;
    line-height: 1.8;
}

.thumbnail.thumbnail-property .btn {
    margin-top: 25px;
}

.btn-marker {
    display: inline-block;
    text-align: center;
}

.btn-marker:hover,
.btn-marker:focus {
    text-decoration: none;
}

.btn-marker .box {
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    color: #da3743;
    display: block;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.btn-marker .title {
    display: block;
    color: #252525;
    font-size: 13px;
    font-weight: bolder;
}

.thumbnail.thumbnail-offers .thumbnail-image img+a,
.thumbnail.thumbnail-property .thumbnail-image img+a {
    position: absolute;
    height: 100%;
    z-index: 5;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
}

.thumbnail.thumbnail-property .thumbnail-image {
    position: relative;
    cursor: pointer;
}

.thumbnail.thumbnail-property .thumbnail-image:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border: 2px solid white;
    left: 50%;
    top: 50%;
    display: block;
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
    transform-origin: 50%;
    opacity: 0;
    transition: all 0.55s;
    -webkit-transition: all 0.55s;
}

.thumbnail.thumbnail-property .thumbnail-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background: #000;
    opacity: 0;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}

.thumbnail.thumbnail-property .thumbnail-image:hover:before {
    opacity: 0.5;
}

.thumbnail.thumbnail-property .thumbnail-image:hover:after {
    width: 120px;
    height: 120px;
    opacity: 1;
}

.thumbnail.thumbnail-property .thumbnail-image .icons a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    display: inline-block;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.55s, transform 0.75s;
    -webkit-transition: transform 0.75s, opacity 0.55s;
}

.thumbnail.thumbnail-property .thumbnail-image .icons {
    position: absolute;
    width: 90px;
    height: 90px;
    left: 50%;
    top: 50%;
    display: block;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    font-size: 0;
    text-align: center;
    z-index: 10;
}

.thumbnail.thumbnail-property .thumbnail-image .icons i {
    font-size: 25px;
    color: #FFF;
    display: inline-block;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.thumbnail.thumbnail-property .thumbnail-image .icons i:hover {
    -webkit-animation-name: wobble-vertical;
    animation-name: wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.thumbnail.thumbnail-property .thumbnail-image .icons i:hover {
    color: #5AC8FB;
}

.thumbnail.thumbnail-property .thumbnail-image .icons a:nth-child(1) {
    -webkit-transform: translate3d(-145px, -95px, 0);
    transform: translate3d(-145px, -95px, 0);
}

.thumbnail.thumbnail-property .thumbnail-image .icons a:nth-child(2) {
    -webkit-transform: translate3d(145px, -95px, 0);
    transform: translate3d(145px, -95px, 0);
}

.thumbnail.thumbnail-property .thumbnail-image .icons a:nth-child(3) {
    -webkit-transform: translate3d(-145px, 95px, 0);
    transform: translate3d(-145px, 95px, 0);
}

.thumbnail.thumbnail-property .thumbnail-image .icons a:nth-child(4) {
    -webkit-transform: translate3d(145px, 95px, 0);
    transform: translate3d(145px, 95px, 0);
}

.thumbnail.thumbnail-property .thumbnail-image:hover .icons a {
    opacity: 1;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes wobble-vertical {
    16.65% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    33.3% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    49.95% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    66.6% {
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes wobble-vertical {
    16.65% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    33.3% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    49.95% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    66.6% {
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.btn-marker {
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}

.btn-marker:hover .box {
    background: #da3743;
    color: #FFF;
}

.btn-marker:hover .title {
    color: #da3743;
}

.thumbnail.thumbnail-video {
    border-radius: 0;
    border: 1px solid #E8ECF1;
    border-radius: 2px;
    padding: 0;
}

.thumbnail.thumbnail-video .thumbnail-image {
    border-radius: 2px 2px 0 0;
    overflow: hidden;
    height: 253px;
    margin-left: -1px;
    margin-right: -1px;
}

.thumbnail.thumbnail-video .thumbnail-image iframe {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.thumbnail.thumbnail-video .caption {
    padding: 25px 25px;
    display: table;
    padding-top: 21px;
}

.thumbnail.thumbnail-video.b .caption {
    padding: 35px 25px;
}

.thumbnail.thumbnail-video .caption .caption-ls {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.thumbnail.thumbnail-video .caption .caption-rs {
    display: table-cell;
    vertical-align: top;
    padding-top: 4px;
}

.thumbnail.thumbnail-video .thumbnail-title a {
    color: #4285F4;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.thumbnail.thumbnail-video .thumbnail-title a:hover {
    color: #da3743;
}

.thumbnail.thumbnail-video .thumbnail-ratings {
    line-height: 1;
}

.thumbnail.thumbnail-video .thumbnail-ratings,
.thumbnail.thumbnail-video .thumbnail-title {
    margin-bottom: 7px;
}

.thumbnail.thumbnail-video .thumbnail-ratings {
    margin-bottom: 15px;
}

.thumbnail.thumbnail-video .thumbnail-ratings {
    color: #252525;
    display: block;
    font-size: 16px;
    font-weight: lighter;
}

.thumbnail.thumbnail-video .thumbnail-image a.link {
    display: block;
    height: 100%;
    width: 100%;
}

.thumbnail.thumbnail-video .type {
    color: #7B7B7B;
    display: block;
    font-size: 13px;
}

.thumbnail.thumbnail-video .description {
    margin-top: 25px;
    line-height: 1.8;
}

.thumbnail.thumbnail-video .btn {
    margin-top: 25px;
}

.card.card-category {
    position: relative;
}

.card.card-category {
    position: relative;
    height: 310px;
    margin-bottom: 20px;
}

.card.card-category .bottom {
    background: rgba(37, 37, 37, 0.87);
    bottom: 0;
    color: #FFF;
    left: 0;
    right: 0;
    position: absolute;
    padding: 25px 0;
    text-align: center;
}

.card.card-category .bottom a {
    color: #FFF;
    font-size: 20px;
    text-decoration: none;
}

.card.card-category .badget {
    position: absolute;
}

.card.card-category .badget.b-icon {
    left: 30px;
    top: 18px;
}

.card.card-category .badget.b-icon i {
    color: #FFF;
    font-size: 40px;
}

.card.card-category {
    overflow: hidden;
}

.card.card-category .bottom {
    bottom: initial;
    padding: 0;
    top: calc(100% - 62px);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.card.card-category:hover .bottom {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    top: 100%;
}

.card.card-category .bottom .title {
    padding: 20px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: 600;
}

.card.card-category:hover .bottom .title {
    padding: 20px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hidden-subtitle {
    padding: 10px 25px;
    background: #da3743;
}

.card.card-category .object-fit-imagediv,
.card.card-category img {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
}

.card.card-category:hover .object-fit-imagediv,
.card.card-category:hover img {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
}

.card.card-category .badget.b-icon i {
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
}

.card.card-category:hover .badget.b-icon i {
    transform: rotateY(-180deg);
    color: #da3743;
}

.card.card-category .object-fit-imagediv {
    position: relative;
}

.card.card-category .object-fit-imagediv:after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.35);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.images-gallery {
    overflow: hidden;
}

.card-gallery {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin-right: -5px;
    margin-left: -5px;
    padding: 7px;
    border: 1px solid #E8ECF1;
}

.card-gallery a:after {
    content: '';
    background: url(../img/preview.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
    -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
}

.card-gallery a:hover:after {
    opacity: 1;
}

.card-gallery a {
    display: block;
    position: relative;
    padding-bottom: 70%;
    overflow: hidden;
}

.card-gallery .object-fit-imagediv {
    position: absolute;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
    -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
}

.images-gallery .widget-styles .content-box {
    margin-bottom: -30px;
}

.pull-right-img {
    float: right;
    padding: 2px 0 15px 30px;
    max-width: 230px;
}

.pull-left-img {
    float: left;
    padding: 2px 30px 15px 0;
    max-width: 230px;
}

.pull-left-img.lg,
.pull-right-img.lg {
    max-width: 300px;
}

.reviews-carousel {
    position: relative;
}

.review {
    text-align: center;
}

.review .rating {
    margin-bottom: 20px;
}

.review .description {
    display: block;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 35px;
    max-width: 780px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.review .user-card {
    margin: 0 auto;
}

.user-card {
    font-size: 0;
}

.user-card .user-card-image,
.user-card .body {
    display: inline-block;
    vertical-align: top;
}

.user-card .user-card-image {
    width: 70px;
    height: 70px;
    border-radius: 2px;
    overflow: hidden;
}

.user-card .body {
    padding-left: 20px;
    padding-top: 12px;
    text-align: left;
}

.user-card .body .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 8px;
}

.user-card .body .contact {
    font-size: 14px;
    color: #B4B4B4;
}

.user-card .body .contact .link {
    color: #4285F4;
    font-weight: bold;
}

.reviews-carousel {
    position: relative;
}

.reviews-carousel .review {
    opacity: 0;
    box-sizing: border-box;
    width: 100%;
    float: left;
    margin-right: -100%;
    position: relative;
    display: block;
    z-index: 0;
    padding: 0 125px;
}

.reviews-carousel .review.show {
    opacity: 1;
    z-index: 2;
}

.reviews-carousel .nav-r a.nav-r-btn {
    font-size: 24px;
    color: #a6a6a6;
    display: block;
    position: absolute;
    height: 45px;
    width: 45px;
    left: 50px;
    top: 20%;
    z-index: 5;
    text-align: center;
    line-height: 49px;
}

.reviews-carousel .nav-r a.nav-r-btn:hover {
    color: #000;
}

.reviews-carousel .nav-r a.nav-r-btn.btn-right {
    left: initial;
    right: 50px;
}

.caption.caption-blog .thumbnail-title a {
    color: #252525;
    font-size: 20px;
    margin-bottom: 10px;
}

.caption .date {
    color: #7B7B7B;
    font-size: 13px;
}

.caption .date i {
    color: #da3743;
    margin-right: 10px;
}

.footer {
    background: #262424;
    color: white;
}

.footer-content {
    padding-bottom: 0;
    background-color: transparent;
}

.footer-content.section {
    padding-top: 40px;
}

.footer-content .container {
    padding-bottom: 0;
}

.footer-results>div {
    margin-bottom: 65px;
}

.footer .logo a {
    font-size: 30px;
    font-weight: 800;
    color: #FFF;
    text-decoration: none;
    line-height: 1;
    font-family: 'Nunito Black', 'Nunito';
    letter-spacing: 2px;
    text-transform: uppercase;
}

.col-top,
.col-bottom {
    padding-left: 25px;
    background-color: #353333;
    color: #fefefe;
}

.col-top li,
.col-bottom li {
    padding: 10px;
}

.col-top {
    margin-bottom: 5px;
}

.col-bottom {
    margin-top: 5px;
}

.col-top h5 {
    text-decoration: underline;
    font-weight: bold;
}

footer .title {
    padding-top: 20px;
    padding-bottom: 10px;
}

.f-box .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: underline;
}

.f-box .list-social,
.f-box .list-f {
    list-style: none;
    padding: 0;
    margin: 0;
}

.f-box .list-f li:not(:last-child) {
    margin-bottom: 15px;
}

.f-box .list-f a {
    color: #CFCFCF;
    font-size: 13px;
}

.f-box .list-social {
    margin-left: -3px;
    margin-right: -3px;
}

.list-social:after {
    content: '';
    clear: both;
    display: table;
}

.list-social li {
    display: block;
    float: left;
    font-size: 16px;
    vertical-align: top;
    margin-left: 3px;
    margin-right: 3px;
}

.list-social li a {
    color: #FFF;
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    background: #353333;
    margin-bottom: 5px;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.list-social li a:hover {
    background: #CFCFCF;
    border-radius: 100%;
    color: #262424;
}

.list-social li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.footer-content .container {
    border-bottom: 1px solid #353333;
}

.footer-bottom {
    padding: 15px 0 10px 0;
    text-align: center;
    font-size: 13px;
    color: #5E5C5C;
}

.footer-bottom .copyright {
    text-align: right;
}

.footer-bottom .footer-social {
    text-align: left;
}

body.boxed .container.container-palette .container.footer-inner-slim,
.footer-inner-slim {
    color: #767676;
    padding: 30px 15px;
    padding-bottom: 25px;
}

.footer-inner-slim .copyright {
    float: left;
    padding: 10px 0;
}

.footer-inner-slim .social {
    float: right;
}

.footer-inner-slim .list-social {
    float: right;
    margin: 0;
}

.footer-inner-slim .list-social li a {
    color: #767676;
    background: transparent;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.footer-inner-slim .list-social li a:hover {
    color: #da3743;
    background: transparent;
}

.widget-geomap {
    background: url(../img/bg-type-1.png) repeat;
}

.widget-geomap .geomap-title {
    font-size: 36px;
}

.mark-c {
    color: #DA3743;
    font-weight: 600;
}

.widget-geomap .local-form {
    padding-top: 80px;
}

.widget-geomap .geo-map {
    padding-top: 30px;
    text-align: center;
}

.widget-geomap .geo-map img {
    max-width: 100%;
}

.card.card-preview {
    position: relative;
    background: -webkit-linear-gradient(45deg, #22682A 0%, #9B4A1B 40%, #3A342A 100%);
    background: linear-gradient(45deg, #22682A 0%, #9B4A1B 40%, #3A342A 100%);
    margin-bottom: 15px;
    height: 260px;
}

.card.card-preview {
    position: relative;
    background: -webkit-linear-gradient(45deg, #22682A 0%, #9B4A1B 40%, #3A342A 100%);
    background: linear-gradient(45deg, #22682A 0%, #9B4A1B 40%, #3A342A 100%);
    margin-bottom: 15px;
    height: 260px;
}

.card.card-preview img {
    object-fit: cover;
    -webkit-object-fit: cover;
    width: 100%;
    height: 100%;
}

.card.card-preview:hover img {
    opacity: 0.4;
}

.card.card-preview .link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.34);
    z-index: 0;
}

.card.card-preview:hover .link {
    background: rgba(0, 0, 0, 0);
    z-index: 2;
}

.card.card-preview figcaption {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    right: 35px;
    left: 35px;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.card.card-preview figcaption h2 {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 10px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

.card.card-preview:hover figcaption h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.card.card-preview figcaption p {
    font-size: 0;
    font-weight: 400;
}

.card.card-preview figcaption p {
    opacity: 0;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.card.card-preview:hover figcaption p {
    opacity: 1;
    font-size: 14px;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.card.card-preview:before {
    content: '';
    position: absolute;
    border: 1px solid #FFF;
    opacity: 0;
    font-size: 14px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 1;
}

.card.card-preview:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.card.card-preview .link,
.card.card-preview:before {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.thumbnail.thumbnail-type {
    border: none;
    background: transparent;
}

.thumbnail.thumbnail-type {
    border: none;
}

.thumbnail.thumbnail-type .thumbnail-image {
    text-align: center;
    padding-bottom: 30px;
}

.thumbnail.thumbnail-type .caption .title {
    margin-bottom: 15px;
}

.thumbnail.thumbnail-type .caption .title,
.thumbnail.thumbnail-type .caption .title a {
    color: #252525;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.thumbnail.thumbnail-type .caption .title a:hover {
    color: #da3743;
}

.thumbnail.thumbnail-type .caption {
    padding: 9px 0;
}

.thumbnail.thumbnail-type .caption .description {
    color: #353535;
    font-size: 13px;
    text-align: center;
    line-height: 1.846;
}

.thumbnail.thumbnail-type .thumbnail-image .img-circle-cat:hover {
    -webkit-animation: slide-bck-center 0.45s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    -moz-animation: slide-bck-center 0.45s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    animation: slide-bck-center 0.45s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@-webkit-keyframes slide-bck-center {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    100% {
        -webkit-transform: translateZ(-400px);
        transform: translateZ(-400px);
    }
}

@keyframes slide-bck-center {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    100% {
        -webkit-transform: translateZ(-400px);
        transform: translateZ(-400px);
    }
}

.owl-carousel-property .item {
    padding-left: 15px;
    padding-right: 15px;
}

.owl-carousel-property.owl-theme .owl-pagination {
    display: none;
}

.owl-carousel-property.owl-theme .owl-controls .owl-buttons div {
    width: 34px;
    height: 34px;
    font-size: 0;
    border-radius: 3px;
    background: #E7E7E7;
    opacity: 1;
}

.owl-carousel-property.owl-theme .owl-controls .owl-buttons div:before,
.owl-carousel-property.owl-theme .owl-controls .owl-buttons div {
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.owl-carousel-property.owl-theme .owl-controls .owl-buttons div:hover {
    background: #da3743;
    color: #FFF;
}

.owl-carousel-property.owl-theme .owl-controls .owl-buttons div:before {
    display: inline-block;
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    color: #000;
    line-height: 29px;
}

.owl-carousel-property.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: '\f3d2';
}

.owl-carousel-property.owl-theme .owl-controls .owl-buttons div.owl-next:before {
    content: '\f3d3';
}

.owl-carousel-property.owl-theme .owl-controls .owl-buttons div:hover {
    background: #da3743;
}

.owl-carousel-property.owl-theme .owl-controls .owl-buttons div:hover:before {
    color: #FFF;
}

.inv-block {
    text-align: center;
    color: #FFF;
}

.inv-block .title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}

.section-location .result-container {
    margin-bottom: 50px;
}

.grid-tiles {
    display: flex;
    width: 100%;
    align-items: stretch;
    align-content: stretch;
    -webkit-flex-flow: inherit;
    justify-content: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
}

.grid-tile {
    border: 1px solid #F2F2F2;
    flex: 2 1;
    min-width: 150px;
    text-align: center;
}

.grid-tile a {
    cursor: pointer;
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
    text-decoration: none;
}

.grid-tile .preview {
    text-align: center;
}

.grid-tile .preview i {
    color: #DA3743;
    font-size: 50px;
    line-height: 71px;
}

.grid-tile .title {
    color: #252525;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.grid-tile a:hover .title {
    color: #da3743;
}

.grid-tile .preview {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

.grid-tile .preview i {
    display: inline-block;
    transform-style: preserve-3d;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1);
}

.grid-tile:hover a .preview i {
    transform: rotateY(-180deg);
}

.card.card-location {
    position: relative;
    margin-bottom: 12px;
    height: 190px;
}

.card.card-location>img {
    object-fit: cover;
    -webkit-object-fit: cover;
    width: 100%;
    height: 100%;
}

.card.card-location .description {
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 10px;
}

.card.card-location .description .title {
    font-size: 16px;
    margin-bottom: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.card.card-location .description .title a {
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
}

.card.card-location .description .title a:hover {
    color: #da3743;
}

.card.card-location .description .sub-title {
    color: #B7B7B7;
    font-size: 12px;
}

.card.card-location .budget {
    position: absolute;
}

.card.card-location .budget.budget-type {
    right: 10px;
    top: 10px;
}

.card.card-location .budget.budget-type i {
    color: #FFF;
}

.card.card-location {
    overflow: hidden;
}

.card.card-location .description.description-hidden .sub-title {
    overflow: initial;
    white-space: normal;
}

.card.card-location .description {
    transition: all 0.05s;
    -webkit-transition: all 0.05s;
}

.card.card-location:hover .description {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
}

.card.card-location .description.description-hidden {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.15s 0.1s;
    -webkit-transition: all 0.15s 0.1s;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    text-decoration: none;
}

.card.card-location:hover .description.description-hidden {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
}

.card.card-location .description.description-hidden .title,
.card.card-location .description.description-hidden .sub-title {
    overflow: initial;
    white-space: normal;
}

.thumbnail.thumbnail-property-list:after {
    content: '';
    display: table;
    clear: both;
}

.thumbnail.thumbnail-property-list {
    border: 0;
    border-bottom: 1px solid #E8ECF1;
    margin-bottom: 15px;
}

.thumbnail.thumbnail-property-list .caption {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: 150px;
}

.thumbnail.thumbnail-property-list.left .caption {
    margin-right: 0;
    margin-left: 150px;
}

.thumbnail.thumbnail-property-list .header {
    display: flex;
    margin-bottom: 15px;
}

.thumbnail.thumbnail-property-list .header .left {
    width: 65%;
}

.thumbnail.thumbnail-property-list .header .right {
    white-space: nowrap;
}
.thumbnail .right .address {
    color: #7B7B7B;
    font-size: 15px;
}

.thumbnail.thumbnail-property-list .thumbnail-image {
    float: right;
    width: 150px;
    margin-top: 35px;
}

.thumbnail.thumbnail-property-list .thumbnail-image a {
    height: 140px;
    width: 100%;
    display: block;
}

.thumbnail.thumbnail-property-list .thumbnail-image a>div {
    border-radius: 2px;
}

.thumbnail.thumbnail-property-list.left .thumbnail-image {
    float: left;
}

.thumbnail.thumbnail-property-list .options span {
    display: inline-block;
    margin-right: 15px;
}

.thumbnail.thumbnail-property-list .options span .thumbnail-ratings i {
    margin: 0 6px;
}

.thumbnail.thumbnail-property-list .list-comment {
    margin: 0;
    padding: 0;
    list-style: none;
}

.thumbnail.thumbnail-property-list .list-comment img {
    width: 35px;
    margin-right: 14px;
    margin-top: 2px;
    float: left;
}

.thumbnail.thumbnail-property-list .thumbnail-title {
    margin-top: -10px;
}

.thumbnail.thumbnail-property-list .caption {
    padding-top: 35px;
}

.thumbnail.thumbnail-property-list .list-comment p {
    font-size: 13px;
    font-family: 'Open Sans';
    line-height: 1.538;
    margin-left: 50px;
}

.thumbnail.nohover .thumbnail-image:before,
.thumbnail.nohover .thumbnail-image:after {
    display: none;
}

.thumbnail.thumbnail-property-list .thumbnail-image img {
    object-fit: cover;
    -webkit-object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 2px;
}

.thumbnail.thumbnail-property-list .thumbnail-image img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.thumbnail.thumbnail-property-list .thumbnail-image:hover img {
    opacity: .6;
    -webki-filter: contrast(1.2);
    filter: contrast(1.2);
}

.thumbnail.thumbnail-property-list .thumbnail-image {
    height: initial;
    margin-bottom: 25px;
}

.thumbnail.thumbnail-property-list:before {
    content: '1.';
    float: left;
    margin-top: 37px;
    color: #b4b4b4;
    font-weight: 600;
}

.thumbnail.thumbnail-property-list.left:before {
    display: none;
}

.widget-recentproperties .row>div:nth-child(2) .thumbnail.thumbnail-property-list:before {
    content: '2.';
}

.widget-recentproperties .row>div:nth-child(3) .thumbnail.thumbnail-property-list:before {
    content: '3.';
}

.widget-recentproperties .row>div:nth-child(4) .thumbnail.thumbnail-property-list:before {
    content: '4.';
}

.widget-recentproperties .row>div:nth-child(5) .thumbnail.thumbnail-property-list:before {
    content: '5.';
}

.widget-recentproperties .row>div:nth-child(6) .thumbnail.thumbnail-property-list:before {
    content: '6.';
}

.widget-recentproperties .row>div:nth-child(7) .thumbnail.thumbnail-property-list:before {
    content: '7.';
}

.flex-md .widget.widget-recentproperties {
    padding-bottom: 0;
}

.result-slim>div {
    padding: 0 6px;
}

.result-slim {
    margin-right: -6px;
    margin-left: -6px;
}

.section-banner-title {
    color: #B0B0B0;
    font-size: 11px;
    text-align: center;
    margin-bottom: 10px;
}

.banner {
    background: #3B3B3C;
    padding: 20px 85px;
    margin: 0 auto;
    display: flex;
    max-width: 850px;
    width: 100%;
    align-items: stretch;
    align-content: stretch;
    -webkit-flex-flow: inherit;
    justify-content: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: wrap;
}

.banner .left-side {
    align-items: center;
    color: #D4C3C4;
    display: flex;
    flex: 2 1;
    font-size: 16px;
    padding: 10px 0;
}

.banner .left-side .mark-c {
    padding: 0 5px;
}

.btn.btn-banner {
    background: #9D9D9E;
    border-radius: 2px;
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 40px;
    white-space: nowrap;
    transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
}

.btn.btn-banner:hover {
    background: #DA3743;
}

.container-wide img {
    max-width: 100%;
}

.container-wide {
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    padding: 0;
    background: white;
}

@media (min-width: 992px) {
    .flex-md {
        display: flex;
    }

    .container-wide .section-search-area {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.container-wide .section-search-area {
    height: 100%;
    margin-left: -15px;
    margin-right: -15px;
}

.container-wide .left-side .section-search-area {
    margin-right: 0;
}

.container-wide .section-search-area .form-control.bootstrap-select,
.container-wide .section-search-area .form-group,
.container-wide .section-search-area .form-group input,
.container-wide .section-search-area .form-group select {
    width: 100%;
}

.container-wide .section-search-area .h-area {
    padding: 0 20px;
}

.container-wide .section-search-area .btn-custom {
    padding: 0 0;
    width: 100%;
}

.container-wide .section-search-area .row>div {
    padding: 0 5px;
}

.container-wide .section-search-area .body {
    padding: 0 65px;
}

.container-wide .card.card-preview {
    height: 190px;
}

.container-wide .card.card-preview {
    height: 190px;
}

.container-wide .card.card-preview img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
}

.container-wide .map {
    min-height: 450px;
}

.container-wmap .left-side {
    max-width: 850px;
    min-width: 700px;
    width: 100%;
}

.container-wmap .right-side {
    width: 100%;
}

#main-map-mini {
    min-height: 450px;
}

.header .title-location {
    padding: 15px 0;
    display: flex;
}

.header .title-location:after {
    content: '';
    clear: both;
    display: table;
}

.header .title-location .location {
    color: #252525;
    font-size: 15px;
    width: 100%;
}

.header .title-location .count {
    white-space: nowrap;
}

.filters-box {
    padding: 15px 0;
    padding-bottom: 10px;
    border: 1px solid #DCDCDC;
    border-left: 0;
    border-right: 0;
    background: #F3F3F3;
}

.container-wide .widget .filters-box {
    margin-left: -15px;
    margin-right: -30px;
    padding-left: 15px;
    padding-right: 15px;
}

.widget-recentproperties .filters-box {
    margin-bottom: 35px;
}

.tag {
    font-size: 13px;
    color: #6E6E6E;
    padding: 10px 12px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
    border-radius: 2px;
}

.tag:hover {
    text-decoration: none;
}

.tag.tag-default {
    background: #F3F3F3;
    border: 1px solid #DCDCDC;
}

.tag.tag-default:hover {
    background: #E4E1E1;
    color: #353535;
}

.filters .tag {
    margin-bottom: 5px;
}

.filters .picker .pc-element,
.filters .picker .pc-trigger {
    font-size: 13px;
    background: #F3F3F3;
    border: 1px solid #DCDCDC;
    border-radius: 2px;
    color: #6E6E6E;
    padding: 10px 12px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
    padding-right: 30px;
    margin-bottom: 5px;
    margin-right: 4px;
    z-index: 0;
}

.filters .picker .pc-element:hover,
.filters .picker .pc-trigge:hover {
    background: #E4E1E1;
    color: #353535;
}

.filters .picker .pc-element .pc-close,
.filters .picker .pc-trigger .pc-close {
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -11px;
    font-size: 16px;
    cursor: pointer;
    margin-right: 5px;
}

.filters .picker .pc-select .pc-element {
    color: #252525;
}

.filters .pc-select .pc-element i {
    margin-right: 8px;
}

.filters .picker .pc-select .pc-list {
    top: calc(100% - -2px);
    border: 1px solid #DCDCDC;
    padding: 6px 0;
}

.filters .picker .pc-select .pc-list li {
    background-color: transparent !important;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #565454;
    transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}

.filters .picker .pc-select .pc-list li:hover {
    color: #DA3743;
    font-weight: 600;
}

.filters .picker {
    vertical-align: top;
}

.widget-recentproperties {
    padding-bottom: 55px;
}

.widget-recentproperties .result-container {
    padding-bottom: 30px;
}

body.boxed .container.container-palette.widget-title-location .container,
.widget-title-location .container {
    padding-top: 35px;
    padding-bottom: 25px;
}

.widget-title-location .container {
    display: flex;
}

.widget-title-location .location {
    color: #252525;
    font-size: 22px;
    width: 100%;
}

.widget-title-location .count {
    font-size: 13px;
    color: #7B7B7B;
    white-space: nowrap;
}

.widget-filters .filters-box {
    padding: 25px 15px;
}

.widget-listing-title .wb {
    display: flex;
}

.widget-listing-title .wb .options {
    width: 100%;
}

.widget-listing-title .wb .actions {
    white-space: nowrap;
}

.widget-listing-title .options .type-box {
    float: left;
    width: 120px;
    height: 120px;
    background: #DFDCDC;
    text-align: center;
}

.widget-listing-title .options .type-box i {
    color: #FFF;
    font-size: 65px;
    line-height: 120px;
}

.widget-listing-title .options .options-body {
    margin-left: 120px;
    padding-left: 20px;
}

.widget-listing-title .options .options-body .title {
    color: #252525;
    font-size: 32px;
    font-weight: bold;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
    margin-bottom: 5px;
}

.widget-listing-title .options .options-body .ratings {
    color: #252525;
    font-size: 16px;
    margin-bottom: 12px;
}

.widget-listing-title .options .options-body .ratings i {
    margin-left: 5px;
}

.widget-listing-title .options .options-body .types {
    color: #7B7B7B;
}

.widget.listing-gallery {
    margin-bottom: 15px;
}

.listing-gallery img {
    max-width: 100%;
}

.listing-gallery.widget .content {
    padding-bottom: 0;
}

.listing-gallery a {
    display: block;
    height: 320px;
    margin-bottom: 15px;
}

.list-animities {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-animities li {
    display: inline-block;
    width: 33%;
    margin-bottom: 10px;
}

.list-animities li i {
    display: inline-block;
    margin-top: 1px;
    margin-right: 10px;
    vertical-align: middle;
}

.widget-animities.widget-styles .content-box {
    padding-bottom: 20px;
}

.widget.widget-styles.widget-right-map header h2 {
    font-size: 12px;
    color: #4285F4;
    padding: 4px 10px;
}

.list-reviews {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-reviews li:after {
    content: '';
    display: table;
    clear: both;
}

.list-reviews li {
    border-bottom: 1px solid #E8ECF1;
}

.list-reviews li img {
    float: left;
    max-width: 70px;
    border-radius: 2px;
}

.list-reviews .list-reviews-body {
    margin-left: 70px;
    padding-left: 20px;
}

.list-reviews .list-reviews-body .list-reviews-title h2,
.list-reviews .list-reviews-body .list-reviews-title {
    font-size: 16px;
    font-weight: 600;
}

.list-reviews .list-reviews-body .list-reviews-title {
    margin-bottom: 5px;
}

.list-reviews .list-reviews-body .raiting {
    margin-bottom: 10px;
}

.list-reviews .list-reviews-body .description {
    line-height: 1.8;
}

#property-map {
    height: 180px;
    width: 100%;
}

.list-contact ul,
.list-contact {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #9D9798;
    font-size: 13px;
}

.list-contact ul li {
    background: #F7F7F7;
    margin-bottom: 1px;
    padding: 10px 15px;
    color: #585A5A;
}

.list-contact li {
    padding: 10px 0;
    position: relative;
}

.list-contact>li:after {
    content: '';
    display: block;
    height: 1px;
    left: 25px;
    right: 0;
    position: absolute;
    top: 100%;
    background: #E8ECF1;
}

.list-contact>li.icon:not(.multi),
.list-contact>li.icon.multi>.title {
    padding-left: 25px;
}

.list-contact>li.icon.multi>.title {
    padding-bottom: 10px;
}

.list-contact>li.icon.address {
    color: #252525;
    font-weight: 600;
}

.list-contact>li.icon:before {
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    top: 11px;
    font-size: 16px;
    color: #9D9798;
}

.list-contact>li.icon.address:before {
    content: '\f041';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #DA3743;
}

.list-contact>li.icon.earth:before {
    content: '\f0ac';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.list-contact>li.icon.phone:before {
    content: '\f4b9';
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.list-contact>li.icon.clock:before {
    content: '\f3b3';
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.agent-box {
    text-align: center;
}

.agent-box .preview-image img {
    border-radius: 2px;
}

.widget-styles.agent-box .content {
    padding-bottom: 0;
}

.agent-box .title a {
    font-size: 18px;
    color: #4285F4;
}

.agent-box .title {
    margin-bottom: 10px;
}

.agent-box .btn {
    margin-top: 25px;
    font-size: 25px;
}

.location-box {
    margin-bottom: 20px;
}

.location-box:after {
    content: '';
    clear: both;
    display: table;
}

.location-box .preview-image {
    float: left;
    width: 70px;
    height: 70px;
}

.location-box .preview-image div {
    border-radius: 2px;
}

.location-box .location-box-content {
    margin-left: 70px;
    padding-left: 15px;
}

.location-box .location-box-content .title a {
    font-size: 14px;
    font-weight: 600;
    color: #4285F4;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.location-box .location-box-content .title a:hover {
    color: #da3743;
    text-decoration: none;
}

.location-box .location-box-content .ratings {
    font-size: 12px;
    color: #252525;
}

.location-box .location-box-content .types {
    font-size: 13px;
    color: #7B7B7B;
}

.location-box .location-box-content .types.date {
    margin: 5px 0;
}

.widget-other-location .widget-title.content,
.widget-other-location .widget-title.content-box {
    padding-bottom: 0;
}

.widget-other-location .content-box:after,
.widget-other-location .content:after {
    content: '';
    display: table;
    clear: both;
}

.widget-styles.widget-form .content-box {
    padding-top: 0;
}

.widget-styles.widget-form .btn {
    font-size: 13px;
    line-height: 18px;
    padding: 17px 0;
}

.widget-ads img {
    max-width: 100%;
}

.widget-top-title {
    background: #3C3C3C;
    padding: 110px 0;
    color: #FFF;
}

.widget-top-title[data-parallax='scroll'] {
    background: url(../img/bg-parallax.png) no-repeat center center;
    background-size: cover;
}

.widget-top-title .body {
    max-width: 865px;
    margin: 0 auto;
    text-align: center;
}

.widget-top-title .body .title {
    line-height: 1;
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: bold;
}

.widget-top-title .body .subtitle {
    display: block;
    line-height: 1;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: lighter;
}

.widget-top-parralax {
    background-color: transparent;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

[data-parallax='scroll'] {
    background-color: transparent;
}

.widget-top-parralax .body {
    position: relative;
    z-index: 5;
    text-align: center;
    color: #FFF;
}

.widget-top-parralax .body .title {
    line-height: 1;
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: bold;
}

.widget-top-parralax .body .subtitle {
    display: block;
    line-height: 1;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: lighter;
}

.widget-top-parralax.full-vh {
    height: 100vh;
}

.widget-top-parralax.compat-object-fit {
    position: relative;
}

.widget-top-parralax:after {
    background: url('../img/bg-parallax.png');
    background-size: cover;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
}

.widget-top-parralax.compat-object-fit .object-fit-imagediv {
    position: absolute;
    top: 0;
}

.scroll-button {
    position: absolute;
    bottom: 30px;
    width: 40px;
    height: 60px;
    left: 50%;
    margin-left: -20px;
    background: url(../img/download.png) center bottom no-repeat;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
}

.scroll-button:hover {
    background-position: center bottom 10px;
}

.scroll-button:after,
.scroll-button:before {
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.scroll-button:before {
    position: absolute;
    left: 10px;
    top: 0;
    right: 10px;
    bottom: 0;
    border-left: 1px transparent solid;
    border-bottom: 1px transparent solid;
    content: '';
}

.scroll-button:after {
    position: absolute;
    left: 10px;
    top: 0;
    right: 10px;
    bottom: 0;
    border-top: 1px transparent solid;
    border-right: 1px transparent solid;
    content: '';
}

.scroll-button:hover:after,
.scroll-button:hover:before {
    border-color: #FFF;
}

.scroll-button:hover:before {
    left: 0;
}

.scroll-button:hover:after {
    right: 0;
}

.widget-owl-slider-fullh .scroll-button {
    bottom: 100px;
}

.list-navigation {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-navigation li {
    font-size: 14px;
    margin-bottom: 10px;
}

.list-navigation li a {
    color: #252525;
}

.list-navigation li.active {
    font-weight: 600;
}

.list-navigation li.return a {
    color: #DA3743;
    font-weight: 600;
}

.list-navigation li.return a i {
    margin-right: 5px;
}

.list-navigation li a:hover {
    text-decoration: none;
}

.list-navigation li:not(.return) a:hover {
    font-weight: 600;
}

.list-categories {
    display: table;
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-categories {
    margin-bottom: 70px;
}

.list-category-item {
    display: table;
    border: 1px solid #E8ECF1;
    margin-top: -1px;
}

.list-category-item .preview,
.list-category-item .content {
    display: table-cell;
}

.list-category-item .preview,
.list-category-item .content {
    display: table-cell;
    vertical-align: top;
    padding: 35px 45px;
}

.list-category-item .preview {
    padding-right: 20px;
}

.list-category-item .content {
    padding-right: 55px;
    padding-left: 20px;
}

.list-category-item .title {
    margin-bottom: 20px;
}

.list-category-item .title,
.list-category-item .title a {
    color: #252525;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.list-category-item .title:hover,
.list-category-item .title a:hover {
    color: #da3743;
}

.list-category-item .description {
    font-family: 'Open Sans';
    font-size: 13px;
    line-height: 1.8;
}

.card.card-pricing {
    border: 1px solid #E8ECF1;
    padding: 35px 20px 45px 43px;
    margin-bottom: 25px;
}

.card.card-pricing .title {
    color: #252525;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 10px;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.card.card-pricing .price-box {
    color: #252525;
    font-size: 72px;
    font-weight: 600;
    margin-bottom: 40px;
}

.card.card-pricing .price-box sup {
    font-size: 16px;
    top: -35px;
    margin-right: 5px;
}

.card.card-pricing .price-box .notice {
    font-size: 13px;
    font-weight: 400;
    color: #7B7B7B;
}

.card.card-pricing .list-suggestions {
    margin-bottom: 30px;
}

.list-suggestions {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-suggestions li {
    margin-bottom: 10px;
    font-size: 13px;
    padding-left: 40px;
    position: relative;
}

.list-suggestions li.unchecked:before,
.list-suggestions li.checked:before {
    position: absolute;
    left: 2px;
    top: 3px;
    font-size: 13px;
}

.list-suggestions li.checked:before {
    content: '\f121';
    display: inline-block;
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.list-suggestions li.unchecked:before {
    content: '\f129';
    display: inline-block;
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.thumbnail.thumbnail-offers {
    border-radius: 0;
    border: 1px solid #E8ECF1;
    border-radius: 2px;
    padding: 0;
}

.thumbnail.thumbnail-offers .thumbnail-image {
    border-radius: 2px 2px 0 0;
    overflow: hidden;
    height: 253px;
    margin-left: -1px;
    margin-right: -1px;
    position: relative;
}

.thumbnail.thumbnail-offers .thumbnail-image img {
    object-fit: cover;
    -webkit-object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
}

.thumbnail.thumbnail-offers:hover .thumbnail-image img {
    filter: contrast(1.3);
    -webki-filter: contrast(1.3);
}

.thumbnail.thumbnail-offers .caption {
    padding: 25px 25px;
    display: table;
    padding-top: 21px;
}

.thumbnail.thumbnail-offers .caption .caption-ls {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.thumbnail.thumbnail-offers .caption .caption-rs {
    display: table-cell;
    vertical-align: top;
    padding-top: 4px;
}

.thumbnail.thumbnail-offers .thumbnail-title a {
    color: #252525;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.thumbnail.thumbnail-offers .thumbnail-title a:hover {
    color: #da3743;
}

.thumbnail.thumbnail-offers .thumbnail-title {
    margin-bottom: 15px;
}

.thumbnail.thumbnail-offers .options {
    color: #6E6E6E;
    display: block;
    font-size: 13px;
}

.thumbnail.thumbnail-offers .options {
    color: #6E6E6E;
    display: block;
    font-size: 13px;
}

.thumbnail.thumbnail-offers .options span {
    margin-right: 5px;
}

.thumbnail.thumbnail-offers .options i,
.thumbnail.thumbnail-offers .options .s-mark {
    color: #E98422;
}

.thumbnail.thumbnail-offers .budget {
    position: absolute;
}

.thumbnail.thumbnail-offers .budget.budget-type {
    position: absolute;
    top: 22px;
    left: 25px;
    font-size: 10px;
    color: #FFF;
    background: #DA3743;
    line-height: 1;
    padding: 5px;
}

.widget-search-box .form-group {
    margin: 0;
}

.form-control:focus,
.form-control {
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.widget-search .btn-group.bootstrap-select {
    width: 100% !important;
}

.widget-search {
    background: #F3F3F3;
}

.widget-search .filters-box {
    padding-bottom: 15px;
    padding-top: 30px;
}

.post-header {
    padding-top: 95px;
    padding-bottom: 45px;
}

.post-header .post-title {
    text-align: center;
    margin-bottom: 30px;
}

.post-header .post-preview {
    text-align: center;
}

.post-header .post-preview img {
    max-width: 100%;
}

.post-header .post-title .title {
    font-size: 36px;
    font-weight: bold;
    color: #252525;
    line-height: 1;
    margin-bottom: 11px;
}

.post-header .post-title .subtitle {
    font-size: 13px;
    font-weight: 400;
    color: #7B7B7B;
    display: block;
    margin-bottom: 11px;
}

.post-header .post-title .subtitle i {
    margin-right: 7px;
}

.post-header .post-title .subtitle a {
    color: #252525;
}

.post-content {
    padding-left: 150px;
    padding-right: 150px;
}

.post-body {
    color: #353535;
    font-size: 14px;
    font-family: 'Open Sans';
    padding-bottom: 75px;
}

.post-body p {
    line-height: 1.8;
}

p.note {
    font-family: 'Nunito';
    font-size: 22px;
    font-weight: 600;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
    line-height: 1.4;
}

p.note:before {
    content: 'â€œ';
    color: #da3743;
    font-size: 55px !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 18px;
    left: 0;
}

.post-social {
    display: flex;
    vertical-align: middle;
    width: 100%;
    margin-top: 30px;
    align-items: center;
}

.post-social>* {
    flex: 1 100%;
    width: 50%;
}

.post-social .hash-tags a {
    margin-right: 10px;
}

.post-social .list-social {
    text-align: right;
    margin: 0;
}

.post-social .list-social li {
    display: inline-block;
    float: none;
}

.post-social .list-social li a {
    width: 24px;
    height: 24px;
    font-size: 12px;
}

.author-card {
    background: #F5F5F5;
    padding: 50px 60px;
    text-align: center;
}

.author-card .author-logo {
    margin-bottom: 20px;
}

.author-card .name_surname a {
    font-size: 18px;
    font-weight: 600;
    color: #252525;
    text-decoration: none;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.author-card .name_surname a:hover {
    color: #da3743;
}

.author-card .name_surname {
    margin-bottom: 15px;
}

.author-card .author-body {
    color: #353535;
}

.author-card .author-body {
    color: #353535;
}

.author-card .list-social {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    padding-top: 10px;
}

.author-card .list-social li {
    display: inline-block;
    float: none;
}

.author-card .list-social li a {
    color: #A0A0A0;
    background: transparent;
    width: 30px;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.author-card .list-social li a:hover {
    color: #da3743;
}

.post-comments {
    padding-top: 70px;
}

.post-comments .post-comments-title {
    font-size: 20px;
    font-weight: 700;
    color: #252525;
    text-align: center;
    position: relative;
    padding-bottom: 24px;
}

.post-comments .post-comments-title:after {
    content: '';
    display: block;
    border-bottom: 1px dashed #C4C4C4;
    position: absolute;
    bottom: -1px;
    width: 75px;
    left: 50%;
    margin-left: -37.5px;
}

.commtens-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.commtens-list .commten-box:not(:last-child) {
    border-bottom: 1px solid #E8ECF1;
}

.commten-box {
    padding: 30px 0;
}

.commten-box:after {
    content: '';
    clear: both;
    display: table;
}

.commten-box .preview-image {
    float: left;
    width: 60px;
}

.commten-box .preview-image .img-circle {
    width: 60px;
    height: 60px;
}

.commten-box .commten-box-content {
    margin-left: 60px;
    padding-left: 30px;
}

.commten-box .header {
    display: flex;
    margin-bottom: 10px;
}

.commten-box .title {
    font-size: 16px;
    color: #252525;
    width: 100%;
    font-weight: 600;
}

.commten-box .title a {
    color: #252525;
}

.commten-box .title a {
    color: #252525;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.commten-box .title a:hover {
    color: #da3743;
    text-decoration: none;
}

.commten-box .action {
    white-space: nowrap;
}

.commten-box .action a {
    white-space: nowrap;
    font-size: 13px;
    color: #375BB3;
    font-weight: 600;
}

.commten-box .action a:hover {
    color: #da3743;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
    text-decoration: none;
}

.reply-box {
    padding-bottom: 95px;
}

.reply-box .btn {
    margin: 0 auto;
}

.reply-box .reply-title {
    font-size: 16px;
    color: #252525;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.section-profile {
    margin-top: 30px;
}

.section-profile-box {
    background: #F5F5F5;
    display: table;
    width: 100%;
}

body.boxed .section-profile {
    background: #F5F5F5;
}

.section-profile-box .content,
.section-profile-box .right-bar {
    display: table-cell;
    padding: 35px;
}

.section-profile-box .content .profile-logo,
.section-profile-box .content .profile-body {
    display: table-cell;
    vertical-align: middle;
}

.section-profile-box .content .profile-logo {
    display: table-cell;
    margin-right: 25px;
}

.section-profile-box .content,
.section-profile-box .right-bar .profile-body {
    display: table-cell;
}

.section-profile-box .content {
    width: 100%;
}

.section-profile-box .content .profile-logo,
.section-profile-box .content .profile-body {
    display: inline-block;
    vertical-align: middle;
}

.section-profile-box .content .title {
    color: #252525;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}

.section-profile-box .content .options {
    color: #252525;
    font-size: 16px;
}

.section-profile-box .content .options i {
    margin-right: 10px;
}

.section-profile-box .right-bar {
    white-space: nowrap;
    text-align: right;
}

.list-social-line {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: -10px;
    margin-right: -10px;
}

.list-social-line li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.list-social-line li a {
    color: #000;
    -webkit-transition: all 0.15s;
    text-decoration: none;
    font-size: 17px;
}

.list-social-line li a:hover {
    color: #da3743;
}

.widget-topmap {
    padding: 0;
}

.widget-topmap .map {
    height: 500px;
}

.owl-slider,
.owl-slider .owl-stage-outer,
.owl-slider .owl-stage-outer .owl-stage,
.owl-slider .owl-item,
.owl-slider .item {
    height: 100%;
}

.owl-slider-content .item {
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.owl-slider-content .item:after {
    background: url(../img/bg-parallax.png);
    background-size: cover;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
}

.owl-slider-content .item .object-fit-imagediv {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.owl-slider-content .item .caption {
    position: relative;
    width: 100%;
    text-align: center;
    color: #EFEFEF;
    z-index: 5;
}

.owl-slider-content .item .title {
    line-height: 1;
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: bold;
}

.owl-slider-content .item .subtitle {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    font-size: 18px;
}

.owl-slider-content .item .caption.anim-1 .title {
    transition: transform 1.55s ease 0.5s, opacity 0.25s ease 0.5s;
    -webkit-transition: -webkit-transform 1.55s ease 0.5s, opacity 0.25s ease 0.5s;
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}

.owl-slider-content .owl-item.active .item .caption.anim-1 .title {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.owl-slider-content .item .caption.anim-1 .subtitle {
    transition: transform 1s ease 1.5s, opacity 0.25s ease 1.5s;
    -webkit-transition: -webkit-transform 1s ease 1.5s, opacity 0.25s ease 1.5s;
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}

.owl-slider-content .owl-item.active .item .caption.anim-1 .subtitle {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.owl-slider-content .item .caption.anim-2 .title {
    transition: transform 1.55s cubic-bezier(0, 0.79, 0.81, 0.87) 0.5s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 0.5s;
    -webkit-transition: -webkit-transform 1.55s cubic-bezier(0, 0.79, 0.81, 0.87) 0.5s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 0.5s;
    opacity: 0;
    transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
}

.owl-slider-content .owl-item.active .item .caption.anim-2 .title {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.owl-slider-content .item .caption.anim-2 .subtitle {
    transition: transform 1s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s;
    opacity: 0;
    transform: translateX(80px);
    -webkit-transform: translateX(80px);
}

.owl-slider-content .owl-item.active .item .caption.anim-2 .subtitle {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.owl-slider-content .item .caption.anim-3 {
    text-align: left;
}

.owl-slider-content .item .caption.anim-3 .title {
    transition: transform 1.55s cubic-bezier(0, 0.79, 0.81, 0.87) 1s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1s;
    -webkit-transition: -webkit-transform 1.55s cubic-bezier(0, 0.79, 0.81, 0.87) 1s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1s;
    opacity: 0;
    transform: translateX(80px);
    -webkit-transform: translateX(80px);
}

.owl-slider-content .owl-item.active .item .caption.anim-3 .title {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.owl-slider-content .item .caption.anim-3 .subtitle {
    transition: transform 1s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s;
    opacity: 0;
    transform: translateX(80px);
    -webkit-transform: translateX(80px);
}

.owl-slider-content .owl-item.active .item .caption.anim-3 .subtitle {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.owl-slider-content .item .caption.anim-4 .title {
    transition: transform 1.85s cubic-bezier(0, 0.79, 0.81, 0.87) 1s, opacity 0.95s cubic-bezier(0, 0.79, 0.81, 0.87) 1s;
    -webkit-transition: transform 1.85s cubic-bezier(0, 0.79, 0.81, 0.87) 1s, opacity 0.95s cubic-bezier(0, 0.79, 0.81, 0.87) 1s;
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2);
}

.owl-slider-content .owl-item.active .item .caption.anim-4 .title {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.owl-slider-content .item .caption.anim-4 .subtitle {
    transition: transform 1s ease 2s, opacity 0.25s ease 2s;
    -webkit-transition: -webkit-transform 1s ease 2s, opacity 0.25s ease 2s;
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}

.owl-slider-content .owl-item.active .item .caption.anim-4 .subtitle {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.owl-slider-content .item .caption.anim-5 .title {
    transition: transform 1.55s ease 0.5s, opacity 0.25s ease 0.5s;
    -webkit-transition: -webkit-transform 1.55s ease 0.5s, opacity 0.25s ease 0.5s;
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
}

.owl-slider-content .owl-item.active .item .caption.anim-5 .title {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.owl-slider-content .item .caption.anim-5 .subtitle {
    transition: transform 1s ease 1.5s, opacity 0.25s ease 1.5s;
    -webkit-transition: -webkit-transform 1s ease 1.5s, opacity 0.25s ease 1.5s;
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}

.owl-slider-content .owl-item.active .item .caption.anim-5 .subtitle {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.widget-slider-owl {
    height: 500px;
    overflow: hidden;
    padding: 0;
}

.owl-dots-local .owl-dots {
    position: absolute;
    z-index: 5;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: flex;
    align-items: center;
    height: 32px;
}

.owl-dots-local .owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.owl-dots-local .owl-theme .owl-dots .owl-dot:hover span {
    background: #da3743;
}

.owl-dots-local .owl-theme .owl-dots .owl-dot.active span {
    background: #da3743;
    width: 22px;
    height: 22px;
}

.owl-nav-local .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 0;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background: transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: background 0.15s, transform 0.3s;
    -webkit-transition: background 0.15s, -webkit-transform 0.3s;
}

.owl-nav-local .owl-theme .owl-nav .owl-prev {
    left: 30px;
    transform: translateX(-150px);
    -webkit-transform: translateX(-150px);
}

.owl-nav-local .owl-theme .owl-nav .owl-next {
    right: 30px;
    transform: translateX(150px);
    -webkit-transform: translateX(150px);
}

.owl-nav-local:hover .owl-theme .owl-nav [class*='owl-'] {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.owl-nav-local .owl-theme .owl-nav [class*='owl-']:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 18px;
}

.owl-nav-local .owl-theme .owl-nav .owl-next:after {
    content: '\f125';
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 2px;
}

.owl-nav-local .owl-theme .owl-nav .owl-prev:after {
    content: '\f124';
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: -2px;
}

.owl-nav-local .owl-theme .owl-nav [class*='owl-']:hover {
    background: #da3743;
    color: #FFF;
    border-radius: 50%;
}

.widget-video-owl {
    padding: 50px 0;
    background: url(../img/bg-type-1.png) repeat;
}

.widget-video-owl.owl-dots-local .owl-dots {
    position: initial;
    transform: initial;
    -webkit-transform: initial;
    justify-content: center;
}

.widget-video-owl.owl-dots-local .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 35px;
}

.owl-carousel .item-video {
    height: 350px;
}

.widget-owl-slider-fullh {
    height: 100vh;
    overflow: hidden;
    background: #5F5F5F;
    padding: 0;
}

.owl-carousel-items.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #AFAFAF;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: transparent;
}

.owl-carousel-items.owl-theme .owl-dots .owl-dot:hover span {
    background: #da3743;
}

.owl-carousel-items.owl-theme .owl-dots .owl-dot.active span {
    background: #da3743;
}

.owl-carousel-items.owl-theme .owl-nav [class*='owl-'] {
    color: #252525;
    cursor: pointer;
    font-size: 0;
    background: #E7E7E7;
    border-radius: 2px;
    width: 30px;
    height: 34px;
    transition: background 0.15s, transform 0.3s;
    -webkit-transition: background 0.15s, -webkit-transform 0.3s;
    position: relative;
}

.owl-carousel-items.owl-theme .owl-nav [class*='owl-']:after {
    font-size: 15px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -3px;
}

.owl-carousel-items.owl-theme .owl-nav .owl-next:after {
    content: '\f125';
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.owl-carousel-items.owl-theme .owl-nav .owl-prev:after {
    content: '\f124';
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.section.widget-recentproperties {
    padding-top: 50px;
}

.section.widget-recentproperties .header .title-location .location {
    font-size: 20px;
}

.modal .modal-content {
    border-radius: 0;
    padding: 20px 20px;
}

.modal .modal-content .modal-title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #252525;
}

.modal .modal-content .modal-header {
    border: 0;
    padding: 20px 0;
    line-height: 1;
}

.modal .modal-content .modal-footer,
.modal .modal-content .modal-body {
    padding: 15px 0;
}

.modal .modal-content .bottom-actions {
    font-size: 13px;
    padding-top: 15px;
    text-align: center;
}

.modal .modal-content .bottom-actions .link {
    color: #DA3743;
}

.modal .modal-header .close {
    margin-top: -25px;
}

.modal .notice {
    text-align: center;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 70px auto;
    }
}

.panel-content.panel-group .panel-heading {
    background: #F3F3F3;
    padding: 14px 15px;
    position: relative;
}

.panel-content.panel-group .panel {
    border-radius: 0;
    border-color: #DADADA;
}

.panel-content .panel-title {
    color: inherit;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
}

.panel-content .panel {
    border-radius: 0;
    background-color: #FFF;
    border: 1px solid transparent;
    border-radius: 0;
    border-color: #DADADA;
}

.panel-content.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-content.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #DDD;
}

.panel-content .panel-body {
    padding: 15px;
}

.panel-content .panel.panel-base {
    background-color: #F1C40F;
}

.panel-content .panel .panel-heading {
    border-radius: 0;
    padding: 15px;
}

.panel-content .panel-default {
    border-color: #E0EDED;
}

.panel-content .panel-default>.panel-heading {
    border-color: #E0EDED;
    background: #FCFCFC;
}

.panel-content .panel-default>.panel-heading h2 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.panel-content .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-content.panel-group {
    margin-bottom: 0;
}

.panel-content.panel-group .panel {
    border-radius: 0;
    border-color: #DADADA;
}

.panel-content.panel-group .panel+.panel {
    margin-top: 0;
    border-top: 0;
}

.panel-content.panel-group .panel-heading {
    background: #F3F3F3;
    display: block;
    padding: 14px 15px;
    position: relative;
}

.panel-content.panel-group .panel-heading:after {
    content: '+';
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    color: #333;
}

.panel-content.panel-group .panel-heading:after {
    content: '+';
    color: #333;
    font-size: 12px;
    margin-top: -8px;
    position: absolute;
    right: 15px;
    top: 50%;
}

.panel-content.panel-group .panel-heading a {
    color: #333;
    font-weight: normal;
}

.panel-content.panel-group .panel-heading a i {
    color: #333;
    margin-right: 5px;
}

.panel-content .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-color: #DADADA;
    color: #616161;
    line-height: 1.8;
    font-size: 13px;
}

.listing_wrapper_agents .agent_unit {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
    border: 1px solid #DDE4E9;
    border-radius: 3px;
    min-height: 352px;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    padding-bottom: 50px;
}

.listing_wrapper_agents .prop_new_details_back {
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}

.listing_wrapper_agents .agent_unit img {
    border-bottom: 3px solid #1B1464 !important;
}

.listing_wrapper_agents img.wp-post-image {
    height: auto;
    max-width: 100%;
}

.listing_wrapper_agents .agent-unit-img-wrapper {
    color: #8593A9;
    overflow: hidden;
    background: #000;
    height: 190px;
}

.listing_wrapper_agents .agent-unit-img-wrapper img {
    width: 100%;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

.listing_wrapper_agents .agent_unit img {
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    width: 100%;
    display: inline-block;
    width: 100%;
    display: inline-block;
    height: 100%;
    object-fit: cover;
}

.listing_wrapper_agents .agent_unit h4 {
    padding: 0 13px;
    margin-top: 13px;
    margin-bottom: 3px;
    font-size: 18px;
}

.listing_wrapper_agents .agent_unit a {
    text-decoration: none;
}

.listing_wrapper_agents .agent_unit .agent_position {
    padding-right: 13px;
}

.listing_wrapper_agents .agent_position {
    font-size: 13px;
    margin: 0 0 9px 13px;
    color: #8F9EB6;
    line-height: 13px;
}

.listing_wrapper_agents .agent_unit_social.agent_list {
    left: 0;
    right: 0;
}

.listing_wrapper_agents .agent_unit_social {
    position: absolute;
    bottom: 0;
    height: 40px;
    font-size: 20px;
    background-color: #F0F0F0;
    width: 100%;
    padding: 5px 0 0 15px;
    left: 0;
    right: 0;
}

.listing_wrapper_agents .agent_detail {
    line-height: 22px;
    margin: 0 0 2px 13px;
    font-size: 13px;
    color: #8593A9;
}

.listing_wrapper_agents .agent_detail i {
    margin-right: 10px;
    min-width: 14px;
    display: inline-block;
}

.listing_wrapper_agents .agent_unit_social a {
    color: #D7D8DD;
    margin-right: 15px;
    transition: color 0.4s linear;
    -moz-transition: color 0.4s linear;
    -webkit-transition: color 0.4s linear;
    -o-transition: color 0.4s linear;
}

.listing_wrapper_agents .agent_unit_social a:hover {
    color: #1B1464;
}

.listing_wrapper_agents .social-wrapper {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

.listing_wrapper_agents .agent_unit:hover img {
    opacity: 0.8;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.listing_wrapper_agents .agent_unit.pr {
    padding-bottom: 40px;
}

.listing_wrapper_agents .wp-post-image-bg {
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

.widget-form-cart .widget-body {
    border-bottom: 1px solid #CCC;
}

.widget-styles.widget-form-cart .header {
    padding-left: 10px;
}

.widget-form-cart .widget-body:last-child {
    border-bottom: 0;
}

.widget-form-cart .widget-body .list-overview {
    padding: 5px 5px;
    ;
}

.select-default {
    border: 1px solid #AFAFAF;
    font-size: 14px;
}

.widget-form-cart .select-default {
    height: 38px;
    margin: 10px 0;
}

.widget-form-cart .widget-body {
    padding: 40px 15px;
}

.box-container-title {
    margin-bottom: 15px;
}

.table-cart img {
    display: inline-block;
    max-height: 60px;
}

.table-bordered.table-cart {
    border: 0;
}

.table-bordered.table-cart td,
.table-cart.table-bordered th {
    border: 1px solid #ECEEEF;
    vertical-align: middle;
}

.widget-invoice h2 {
    font-size: 25px;
    font-weight: 600;
}

.widget-invoice h1 {
    font-size: 27px;
    font-weight: 600;
}

.invoice-meta dd {
    margin-bottom: 0;
}

.widget-invoice caption {
    caption-side: top;
}

.list-overview>li,
.list-overview {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-overview>li {
    list-style: none;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
}

.list-overview>li:after {
    content: '';
    clear: both;
    display: table;
}

.list-overview>li .list-overview-value {
    float: right;
}

.list-overview>li .list-overview-option {
    font-weight: 600;
}

.table-cart tr {
    border-bottom: 1px solid #CCC;
}

.table-cart thead td:last-child {
    text-align: center;
}

.table-cart thead,
.table-cart th {
    background: #F8F8F8;
}

.widget-form-cart h3 {
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1;
}

.widget-form-cart .widget-body {
    border-bottom: 1px solid #CCC;
}

.widget-form-cart .widget-body:last-child {
    border-bottom: 0;
}

.widget-form-cart h5 {
    margin-top: 0;
}

.widget-form-cart p,
.widget-form-cart .form-group {
    margin-bottom: 0;
}

.widget-form-cart .widget-body .form-additional {
    margin-bottom: 0;
}

.widget-form-cart .widget-body .list-overview {
    padding: 0 5px;
    ;
}

.select-default {
    border: 1px solid #AFAFAF;
    font-size: 14px;
}

.widget-form-cart .select-default {
    height: 38px;
    margin: 10px 0;
}

.widget-form-cart .dropdown-menu {
    left: 0;
}

.box-container-title {
    margin-bottom: 40px;
}

.box-container-title h3,
.box-container-title h2,
.box-container-title h1 {
    margin: 0;
    line-height: 1;
}

.table-cart img {
    display: inline-block;
    max-height: 60px;
    max-width: 100%;
}

.table-bordered.table-cart {
    border: 0;
}

.table-bordered.table-cart td,
.table-cart.table-bordered th {
    border: 1px solid #ECEEEF;
    vertical-align: middle;
}

.widget-invoice h2 {
    font-size: 25px;
    font-weight: 600;
}

.widget-invoice h1 {
    font-size: 27px;
    font-weight: 600;
}

.invoice-meta dd {
    margin-bottom: 0;
}

.widget-invoice caption {
    caption-side: top;
}

.widget-property-map .form-additional {
    margin-bottom: 0;
}

#invoice {
    background: #FEFEFE;
    border: 10px solid #FFF;
    -webkit-box-shadow: 0 0 1px #888;
    -moz-box-shadow: 0 0 1px #888;
    -o-box-shadow: 0 0 1px #888;
    box-shadow: 0 0 1px #888;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 18px;
    max-width: 840px;
    margin: auto;
}

#invoice.unpaid:before,
#invoice.paid:before {
    background: #F00;
    background: rgba(187, 0, 0, 0.8);
    content: '';
    height: 10px;
    left: 0;
    position: absolute;
    right: 0;
    top: -20px;
}

#invoice.paid:before {
    background: #008000;
    background: rgba(122, 185, 0, 0.7);
}

.this-is {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0;
}

.invoice-intro p {
    font-size: 12px;
    font-style: italic;
    line-height: 1.5em;
    padding-bottom: 20px;
}

.invoice-intro.invoice-logo a img {
    max-height: 90px;
}

.invoice-intro.invoice-logo a {
    color: #DA3743;
    font-size: 30px;
    font-family: 'Nunito';
    text-decoration: none;
    font-weight: 900;
    line-height: 34px;
}

.invoice-meta {
    margin-top: 15px;
}

.invoice-meta {
    line-height: 1.5em;
    overflow: hidden;
    position: relative;
    text-align: right;
}

.invoice-meta dt {
    clear: both;
    float: left;
    font-weight: bold;
    width: 46%;
}

.invoice-meta dd {
    float: right;
    width: 46%;
    text-align: left;
}

#parties {
    overflow: hidden;
    position: relative;
}

.invoice-from,
.invoice-to,
.invoice-status {
    padding-bottom: 30px;
    text-align: left;
}

.invoice-from {
    text-align: right;
}

.unpaid .invoice-status strong,
.paid .invoice-status strong {
    background: rgba(187, 0, 0, 0.8);
    background: #F00;
    color: #FFF;
    display: block;
    font-weight: bold;
    padding: 8px;
}

.paid .invoice-status strong {
    background: #008000;
    background: rgba(122, 185, 0, 0.7);
}

.unpaid .invoice-pay ul {
    border-right: 10px solid #F00;
    border-right: 10px solid rgba(187, 0, 0, 0.8);
    padding: 12px;
}

.invoice-items,
.invoice-totals {
    padding-bottom: 30px;
    text-align: left;
}

.invoice-items table,
.invoice-totals table {
    font-size: 12px;
    width: 100%;
}

.invoice-items table thead th:last-child {
    text-align: right;
}

.invoice-items caption,
.invoice-totals caption {
    border-bottom: 1px solid #DDD;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
    padding-bottom: 4px;
    text-align: left;
}

.invoice-items thead th,
.invoice-totals thead th {
    background: #E5E5E5;
    font-weight: bold;
    padding: 6px 0;
}

.invoice-items thead tc,
.invoice-totals thead tc {
    text-align: center;
}

.invoice-items thead th:first-of-type,
.invoice-totals thead th:first-of-type {
    padding-left: 8px;
}

.invoice-items thead th:last-of-type,
.invoice-totals thead th:last-of-type {
    padding-right: 8px;
    text-align: right;
}

.invoice-items tbody tr th,
.invoice-totals tbody tr th {
    padding-left: 8px;
}

.invoice-items tbody tr td:last-of-type,
.invoice-totals tbody tr td:last-of-type {
    padding-right: 8px;
    text-align: right;
}

.invoice-items tbody tr:nth-of-type(even) th,
.invoice-totals tbody tr:nth-of-type(even) th,
.invoice-items tbody tr:nth-of-type(even) td,
.invoice-totals tbody tr:nth-of-type(even) td {
    background: #EEE;
}

.invoice-items tbody th,
.invoice-totals tbody th,
.invoice-items tbody td,
.invoice-totals tbody td {
    background: #FFF;
    padding-top: 6px;
    padding-bottom: 6px;
}

.invoice-items tbody td,
.invoice-totals tbody td {
    text-align: right;
}

.invoice-items tfoot td,
.invoice-totals tfoot td {
    background: #E5E5E5;
    font-size: 11px;
    font-weight: bold;
    padding: 6px 8px;
    text-align: right;
}

.invoice-pay {
    padding-top: 30px;
}

.invoice-pay li {
    overflow: hidden;
    padding-top: 12px;
}

.invoice-pay li:nth-of-type(even) {
    padding-top: 18px;
}

.invoice-pay .gcheckout {
    background-image: url(data:image/gif;base64,R0lGODlhdQAwAOZ/AIrQsD+G8Y+s28fa9i9lufHx8djl+HGk82qRz9pENjl85AaaWEKL+TV23fX19VaY+ujo6Eq1hfn5+aFLYIiIiDZtyb6+vj2C7a7Zvurq6kGI9Wie7zd54fjntPjMRtNvbFaFz6ampuzs7DFqwgqiXe2RP+7u7peXlw+oYjp+5+rw+TGpctS8due1sTh64pa79eTr9+fRxrfK6CZduPrx2bzT9ytkwzVz1J+33nvDn63K9jZxzZG07FyU7NQ+MbOzs8fk16rC5oKl2/WuS0yZQ7/S8PH1+zl520eF5pC39MSdK+Ll69pWTLfP9cihMLzfz0eP+kKK98yrT/X5/jd32eNkO9PZ4z2A6jh631SP6x9Vrzl84ea6OaHC9TBx2N7x6IOt7/z8/ECH80GJ9j6E7/7+/vv7+zt/6TyG9vnJQN9JPUqL7+qHb62bLzifUTmhUXyd1Ep3wH1Xhqu/3uB/djd11zFtzECI80SN+XyaOUOI9MfQ3+fn5zZ43////wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjEgNjQuMTQwOTQ5LCAyMDEwLzEyLzA3LTEwOjU3OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOkZDN0YxMTc0MDcyMDY4MTFBNzY4RkU5M0ZEREJEQkM4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjAxQUY5NDI3OTYxNTExRTE4OUM2OEU2NDRDMEU4MDVFIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjAxQUY5NDI2OTYxNTExRTE4OUM2OEU2NDRDMEU4MDVFIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUuMSBNYWNpbnRvc2giPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGRTdGMTE3NDA3MjA2ODExODhDNkE5MDJBRkRFNjVDOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGQzdGMTE3NDA3MjA2ODExQTc2OEZFOTNGRERCREJDOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAH8ALAAAAAB1ADAAAAf/gH+Cg4SFhoeIiYqLjI2Oj5CRkpOUlYQVmJmam5ydnp+goZwgFqWmp6ipqqupghUPsLGys7S1tre4ubM7Rn6+v8DBwsPEwBauDMnKy8zNzs/Q0dLMRzJl19jZ2tvc3dnHfxVR4+Tl5ufo6err7OZXCGHx8vP09fb38+Di7fz9/v9RKqjAR5CeAyBfCoYBN2KMw4cQI0qcSLGixYsSjwQxw7Gjx48gOX5BQRJDSI8/BI3QwLKly5cwY8qcSbMmzHcScurcybNnTgAkSfrcmfLPiDtIkypdyrSp06dQozYdoWKozxZq1LCh8TMoCgxWJRQdIaas2bNo06pdy7atW7V1/+aE5Zk165AOEp6QJEEiQtixAQILHhz4gOEDGwgrXsy4sePHKRA4mEyZsooBAyjXVVPFQwcHK1DwJVG5tIOiNh4HCGYkierXsGOTGQHD9OQDUPBsMOCATt0EQzznGE3iie3JqMkoX85cuS8YA3wZObLG8BoyPQyTMbxBefYDzcOLH09e+Q0ctgdAyc0ASo0Yv0t4SIOBOIDjDkIIsnGhv////fkiwAhF+GHECAf4ssEVL/iyRQ1+GJDCBQb4UcMW/w2wgQ4DvLBGf2u8MEANB1ywQRf9bTDAhxcMAKB/W4BQwIw0FmAAHngkMwYaOjCRwI9VpJGGB8TlUOOR+v3B3/+LAD4XnRFCIOgLAls06McIYPgCwhq+CLHDf1MEgcQOMvBwRYtJ1AGChhdMccMFXRgAxxUHGFABkxfYsMSRMyahIxqAfvBjAkGmwQVxEfBJY5JL4hkgMFBSkaAfCGBhJQEXwOCHAFkaQQAVYCKwwxkHFFFHDwbYUccFYMiAxQBwUChEEEdgNgKeO+CgaAHqAQqoHIMmYKgTb4yW6K6MnqHssswqKyABMvgi6ZRHdOELAWc0KEOBQYzQ7BQEHHFGFqmq6O0ZGxRhRxIDoLqDCjsYAIIdzS7bAAK72ogHoF4AOygXTjjhhrH5JjlDvfUKeAOEfsQxqRBHVOgHtllI5wf/CKMyC66y5I6gIr2kDmBHDzAIwMMITSCgwghYIHyGHTiYIPPMNA+ghxc2+OuDDwE7QcICQEdA89AGp2D00UgbLYwBBLggncQTG80w01gkDa7RHacgr9FNgDFCCioUAcINYBTRBAFJI03AEkO3LYANNkywsw8fsKCEEkAH3fbMJwgyQ9ppQxpEBV9b6QcO1xqd5aZfW412Cln3UMQABiRhxw0pNDHACC5kMYUQdgCewg0IiGD66aibvkQFNsztAx0xKNFG3gvkkDrqff8xgwK89+577wQEH7wdW/AOAgIVELBD8Lxb60cFO/zOOwG9Y0G9AkeMoH30vGvPu/U3SM+7/w1z3G4+HHK43oIISuRBOwDmm5777uLXLz4WdbjQ+wa/4NC0/QAMoPhcsLYMGPCACDzgHFznAz5kQApEoB0QEojA+bngghjMoAY3yEEX8M8I/rNDB0dIwhLaAQEUTGEGrOA6OhhQCrRbgQoNaMES2nCDNxjeDXdoQxvIYIYUZMLOEhADA+aAdhEA4vw4wMQmOvGJUIyiFKdIxSpCsQEjgIAWt8jFLkIgBh/4QAu2eMS8PcGLXMydFvrAxja68Y1wjKMc50jHOsLRDnBAox71WMYFrGCPWqSAINZox0Ia8pCI7MMM9gDIRpJxBRE4IyAF+QctNOCSmMykJjfJyU568pOToNSkF+LAh1Ka8pSoTKUqV3lKSloylLCMpSxnaQMBsPKWuLylK2fJy176sgFasEIuh0lMPrhSC8hMpjKXycxmOvOZ0IzmMglAgWpa85rYzKY2t5lNS3jzm+AMpzjHSc5ymvOc6EynOtfJzna6853wjKc850nPetrznvjMpz73yc9++vOfAA2oQAdK0IIa9KDfDAQAOw==);
    float: right;
    height: 32px;
    text-indent: -9999em;
    width: 117px;
}

.invoice-pay .acheckout {
    background-image: url(data:image/gif;base64,R0lGODlhrQAmAPcAAP///wAHNXlnSg5WnOWxKKqwz9WlJWZxqoiQvf/hk//gj0x1h9ChJDNBjW1YL/W9Kv3lpuq1KKSpxrqTO9WnM0A+YHiCsv/fjXdye//cgv7ELCpqp9CzX9qoJpu61v/afAA7c+7RiKN+HP/knJB5Of/imH5rUbunfjdzrayFHjk5Xd3EhgBHi6udiK6MQ/XbljI6d//fiMi7oXN6pZp+RREieoJtRs65imVsm7SPPWpbTO+5KQBLksyiOWJXWe23Ke/RhMKVIQAKRsadOHePiZSau+bXpEdDWf/fioiAgv/qtObNiFJLWP/psAoXZf/eh6WmucmbIryULUBFd6iEKQAMVotzSlWJuWZkfOLNl7uoglFTea6thfrBKyEpaNjMmv/GML2YQvzUafXUfIWLsqKCOu28Ohokar+sh//ilu7TkP/dg+y2Kd7FjIuRtq6oqcWYIrWOLIh/fNysMiEtdJmNfp+Sg7uqihRbnjpcZ7+rgP/cf6iHPP/GLsLU5o+FfWiWwZmfv//HMwARcHBsfNHEqaeAHdyqJuKvJ62LO8a8jN/Kj7qum4mZhERIdkU6L1VoWuayL52iwSswYis2eYaqzTlVWOSwJ6Clwz9GfQA+eDJwq+CuJsGXK8+4hBAdbBAfcz00MBxaif/KP66KNN+sJvnbjpugv5CVuf3eiuPQmi9uqWBgfDE0YhpfoV9UVX94fdemJQBCgEg/Q7+TIf/rtuCtJ7vA2URRl//ehf/HNO7v9iIyhN3f7MzQ41Zhn5mgxv/jmjRxq4hzUPK7Kv/FLMy2hURCYDx3r7HJ3+eyKPf6/LuohkRJenFgTpugwN+wO1Nbkt+uLs/d6/LWjYyPqyFko6S/2vXVgGmBf7iQKJagi/3DLJeMRr23tMm6mvTOakJ7sfbfnpeYr8zEk/bYiPvbhpmOhdGjLJOPlcbX6N7o8Yh/f/S/MOq2L5uXm6+egMmdLklaTf3chtSkJf/dhSVehJ+SfxcZNxYdVsC4sT95sM+3fwBNlgAScf///yH5BAEAAP8ALAAAAACtACYAAAj+AP8JBOAhXL+DCBMqXMiwocOHECNKnEixokWEwq5cWyawo0cP/Qa4srahZMlVKDepFMaSJYqXMGPKnEmzps2bOHPq3MlTZkuWKjehRFnSmqsB/Sp57AgSD5EvEJpIbaKkqlWrU6Ve3Wq1ltevYMOKHUu2rNmzaNOqHcuVKwQj5IhYG3DFj0cA/fBsgzCiRJq/JQKXCEa4sF/AaQIXXhxshOPHkCNLnky5suXLmDNrpszYsODGUb8QwdMvGdMB2cQlUMC6tevXr5EguUC79gXYuHPr3u0ajW81uG+gAa5AOPHWvtG04d26DZobuY0zh007i4w3UE5B8VYIeJoREBr+kV4nENkARS/m2V7Pfj07f/6ahZDd3nb8C8z81d/P/4IdUP4MAp8dtG0xCCiswAcKGlMMcuANtN1AB3zwEULbHwJS6A8sF4SwRYD+0AHhBQBOMUWAoIzYn21qMFINGagU8QwmEkhQQCHUXFBCeAMAIhAeA2RRTgayFWnkkUjK4UgIdLATwwparBCDFvMZs0KR/oACpT+yhUAlEl9GCeZ8SCKJBogZ+uMJEg06GOCBbvoDAxIhAOimgHYgAYuAfA4CCxIfaqglEnG+uUWZiCKxyDszWECGG0UEIgmNNeqjxhNpiLNAPx78M8AAqmCTQQyklmrqqacqmQsMcmhBhyP+WjoiRwx0wFOqP1hgoIU/MRgDCqzGsGqMP3KE4E8IqCa7pz+2Bmprm1v8QeEWhFAYwz3w/RGDtH7GEIIeelSbpSeeOAhDCNL6Q0gM06YLSrLwLpEODjM0+mikmFAqgT7U1BOMIgMI4ymoY+yRy8EIJ6ywwnKAAgMdKwCxxgmsKrkCKAkP4uqua2CBRS4eY4BFHY44QvHCKOcCBLi56MGKg3/k0qA/K6wqIBCrwqcyy3pwCwvCQNgZMywB/gwEfDDkAt8gOE/oT8oot/ALDvTaC6mk+eYrwx4xBLOpOp9mUfAaZJdt9tlnywHDCRl8AA8octAhxwqD1LGF2f6cILL+P2vImoGSFGNwAtwYoG042fDAoOGGa8xM9omDPB4g2fy0yScsZQc6BdlE+6MH2RSuEXrj8B1+dgYr4PDL1FUD8GiMgZwiiXZL7JEGF/0AgpTYeyTg++/ABx88O44o4HszGKhBRxIKPHwO8P7c0QYogySAQTMJIJ/AIDCo0QwddwgvfgItoEhIJg7CkgD61a8Pn+9tJnDDm6y8vKHvdiiohu9ED4KG70vbnoB8l4kAjU94jKiXAh0FAABEalKSCEQRivCNDyBhCf3YwO6wgQRdePCDIAxhCIdxDEGY0AWfaEUrhqGLYfgDGiD0Rxh0cQx/6MIMNTyGGQRxjFbowgT+NhShEHVRAQHN0AQOMgER4ePBCjBxiTb0gYCsoIswwEeJ0PhEgJwBwx8GSIm6ENAndAGiJj5xiCCchRCqwEY2OqGBAIBBJqIxAxmh4g0fWEMqDoIUVYxhFGAIpCAHSUhC9qGQg6RBKxDJyEY6UpB8ggYYiugPZ0xSQIF0oj8yCZ9JBsgFYPABfCoABiYszgthcIGASOkC+PgADEvj5CAeKUh8COGWbawCHAFACTlmAgdFGMcH9nABUYSkH6owQzGWycxmOvOZGoimNKO5TBp8ggbN7MEcmmmFbT6zGBr4pjiLQUkvtAJE/iCngJapSXY6qBivgE8KHSSgHjgxQ6v+LIYXAlQBLcqwGBliZ4DG6cxbGnSNutwlHSjRS1yg4gMfUIA9QsIDDkSgCxjNqEY3ytGOZnQOQ9joMYbRhWGE1B8T8KhKPdrKpVXgnK/oAiUxOlOZBqgLPfDnIFrBhEFUwB0vNcEEXGACLzABp5+4Ew0wujSa3nSlGbXlQW+5Syc44QxnoAMdtpCKDxSTokNQxgPGStaymvWsaB1rDiLxgBxQoK2RGAIFhjAIG0TCHzlwa1r3itYhCEAAfHhAJAL7gCFMYAJjNSxiCzuBIYyVAlYQAA0ES9gHUIAGf62sYCMrgLcmtrGfXSxfx/qIAJj2oHDMpRM+8QkmgMMcpuD+AUWlQIAd2Pa2uM2tbonB297ethU2mMAgTCANf0ijAgJwhj9aMQF/mPMT0tCtdKdLXRroILrUze5tdcAn+ORAu+DNrgNMS16qAgChqrVBO0yxCB5okAfaQEQE5kvf+tr3vmxgww/yy182OOMVVqhABRLRigggNwL+SEQEBkEDBCv4vhCOcITnoIJPOAMdEs7wfBOB4QiYcgIaDnGG44AP8pL3vAbNZT4mQAxwcIEHumOBNkpBgBrb+MY4zrEylBGBHftYGXyYhA748AkB6IAAyCWAP/igZD5cYsk5jrKUp1xjZwjoCDSg8pRpcAR/2IAJn9CymLWsjPGauLwHZaP+Dn7wAzMsgAd+GAAL4tABW9j5znjOs54RgYhL8PnPfPbHJNChAi+UwRYqEIAt/HFoRi/60HqOtKQnbecgU+gIzuADpW3BBwEcQYuDcIYtWrvpUpe6E6U982kPOot49LgbLBAYHlhABQZ04Na4zrWud12KUtii14cIdrBVMIkO6MAft1aBMzrQZVIwugPP3rW0p03tXNvgDPQM0CdUoIIj6IAJ3D7D0gTEBCl0gASfMHe1183uW1Mh1ao26CziQIBLdCAPPOgUMlhggyAY4N8AD7jAB77rWBg8FgNPuMIXzvCGB5wEYO7Tm/ApoEkIQAoAtwEpHM5xh8dCGw4o8Zn+hYAPB3Ti17GABAt89A8P8MASKYADA2ZO85rb/OY4z7nOd87znu+8DDp4qbgdpEId2CAOPk+60m1ODyo4IBQlxkcoHECFDsSCHlFQeT+mMZB+sEAehqAFHKJA9rLD4exwCILag0CLtrv97XCPu9znTve62/3ueM+73um+drWjfexlj0IQSJAHFpTmIzxggSUEYIgUOP7xjjeE5Ccvgspb/vKYz7zmN8/5znv+86APveg7P/nJQz4FJBCAJWTBg7ospeVeZ4EsZq+J2tu+9iDIve53z/ve+/73wA++8IdP/OIb//i5v73tZ294pbxeIMvwwD4uQv3qW//62M++QzL+spHne//74A+/+MdP/vKb//zoT7/6yX8LYJzfF70gfy8QsP70A+MW9c+//tWPCwohAAG4IH7AUAP+YAH/gAv0N3634A/ghwAUEoDitwsG+H0IKBC9wIAXeAD/gAAaKH6+kIDe138FuH/7t4ACAYC9gH8W6AtLUQMF8A+78A/w9w+3sAs1aIMCUYM1SIMMCIMq+Hr+gH/45ws4WIS3wIIOqIK9wIIW2AsVKBA1cAu3wAsN8A+/QH9S6IM5GIMweAANwIS+wIQdgYC+4A8smIVLqIUkqIA9iAA10AA1QH8FwAu8AIL/wAu/EH8HSH/+gAtUiAtx+A/+0ABwaIMYSIX+v/B8QSiIv4ALJriAu0CIVdgAffgPc1iHPNgAmCgQuAAM/8eAvHALuOCHBmiGF8iFvsALNWCAB0CHHciJCLALZjiKvGABt1AD/wAMVbiG4meCG1iFAPgPDVAAc+gRqegP7leB/lAAkBiMyCiMCGCCFmABsqiHHrGI/oCFDLiAZaiCvjiMxfgLBriJG2gBv1AADWCCuzB/DHiFwJCIHRGMF9gL8ziGdBiA6+iA/xCFB2CHvOh9vhiMztgAo/h6FoCLyiiFDOiM+IeAJuiHoyiGHYGNQriNDDiABuiLg1iQFfiEluiHvfALXiiMInmRuNCPHhGMGvmDJ8mEDVCS/9DVj7wgkf/4fAEZgMFYgdYIgxvIC3soiAq5gQGYjbvAC8y4kIkYfzM4kfi3iJAIDP6wC1IZhL6okzF5ALsQiBZYA7johgfQjAwoi7ywk8EoiwrJhT/Jg7ugj5dYk+F3k0Ipg5T4isLoDzWQjHwYlM54AJWojr/gDz4ZitfYlCpIiX/pCwSYiEWJi74wl//QC3RIjvsYgAtIf/3HlwLxCz7pEbeYiAN4lx7hkZfZgzVAl255mt63iN+XlaiZfgcwgSRolK05m0D4g7SpfxbgDzuZf5qYfwEBADs=);
    float: right;
    height: 38px;
    width: 173px;
    text-indent: -9999em;
}

.paid .invoice-pay ul li {
    display: none;
}

.paid .invoice-pay ul:after {
    background: #008000;
    background: rgba(122, 185, 0, 0.7);
    content: 'Paid in Full';
    color: #FFF;
    display: block;
    font-weight: bold;
    padding: 8px;
    text-align: right;
}

.invoice-notes {
    padding-bottom: 0;
    text-align: left;
}

.invoice-notes p,
.invoice-notes ul,
.invoice-notes ol,
.invoice-notes dl {
    padding-bottom: 1em;
}

.invoice-notes ul li {
    list-style: inside disc;
}

.invoice-notes ol li {
    list-style: inside decimal;
}

#footer {
    border-top: 1px solid #DDD;
    font-size: 11px;
    font-weight: bold;
}

@media (max-width: 47.9em) {
    .invoice-pay {
        text-align: center;
    }
}

@media only screen and (min-width:420px) and (max-width:869px) {
    #invoice {
        margin: 0 20px;
    }
}

@media only screen and (min-width:700px) {
    #header {
        overflow: hidden;
    }

    .invoice-intro {
        float: left;
        width: 50%;
        text-align: left;
    }

    .invoice-intro p {
        text-align: left;
    }

    .invoice-meta {
        float: right;
        width: 40%;
    }

    .invoice-meta dd {
        text-align: right;
    }

    .invoice-to,
    .invoice-from,
    .invoice-status {
        float: right;
        width: 24%;
        margin-left: 4%;
    }

    .invoice-to {
        float: left;
        margin-left: 0;
    }

    .invoice-status {
        margin-right: 0;
    }
}

@media only screen and (min-width:450px) {

    .invoice-to,
    .invoice-from {
        float: right;
        width: 45%;
    }

    .invoice-to {
        float: left;
        margin-left: 0;
    }

    .invoice-from {
        text-align: right;
    }
}

@media only screen and (max-width:449px) {

    .invoice-to,
    .invoice-from {
        text-align: center;
    }
}

@media (max-width: 700px) {
    .invoice-intro.invoice-logo {
        text-align: center;
        margin-bottom: 40px;
    }
}

.invoice-totals table {
    float: right;
    width: 50%;
}

.vcard a {
    display: block;
}

.widget-invoice .invoice-intro.invoice-logo a {
    display: inline-block;
    font-size: 24px;
    line-height: 55px;
    padding-left: 15px;
    vertical-align: top;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1199px) {
    .row-flex>[class*='col-lg']:not([class*='col-md']):not([class*='col-sm']):not([class*='col-xs']) {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .row-flex>[class*='col-md']:not([class*='col-sm']):not([class*='col-xs']) {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .row-flex>[class*='col-sm']:not([class*='col-xs']) {
        width: 100%;
    }
}

.row-flex>[class*='col-xs'] {
    width: 100%;
}

ul.categories.list-menu {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

ul.categories.list-menu .dropdown-item {
    white-space: initial;
}

ul.categories>li {
    border-bottom: 1px solid #EEE;
    position: relative;
}

ul.categories>li:last-child {
    border: 0;
}

ul.categories>li>a {
    display: block;
    padding: 12px 5px;
}

ul.categories>li a {
    color: rgb(102, 102, 102);
}

ul.categories>li>a.active,
ul.categories>li>a:hover {
    font-weight: 600;
    text-decoration: none;
}

ul.categories>li>a i {
    color: #999;
    display: inline-block;
    font-style: normal;
    font-size: 11px;
    padding-right: 5px;
    vertical-align: middle;
}

ul.categories>li>a:hover i {
    color: #FFF;
}

ul.categories>li>ul {
    background: #FCFCFC;
    margin: 0;
    padding: 0;
}

ul.categories>li>ul>li {
    border-top: 1px solid #E0EDED;
}

ul.categories>li>ul>li>a {
    display: block;
    padding: 5px 25px;
}

.highlight {
    background-color: #F7F7F9;
    margin-top: 10px;
    padding: 1rem;
}

.CodeMirror {
    border: 1px solid #EEE;
    height: 300px;
    margin-top: 10px;
}

body .CodeMirror pre {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: normal;
}

.components-descrition {
    margin: 15px 0;
}

.CodeMirror-code pre>span {
    margin-left: -120px;
}

.CodeMirror pre {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    letter-spacing: normal;
}

.file_content {
    max-height: 350px !important;
    width: 100%;
}

.rating-action {
    display: inline-block;
    color: #da3743;
    cursor: pointer;
}

.rating-action i {
    display: inline-block;
    cursor: pointer;
    font-size: 0;
}

.rating-action i:before {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
}

.bb-alert.label.label-important {
    font-size: 1.2em;
    margin-bottom: 0;
    padding: 1em 1.3em;
    border-radius: 0;
    position: fixed;
    left: 50%;
    top: 10%;
    background: red;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.bd-example ul#icons {
    margin: 0;
    padding-left: 5px;
    max-width: 700px;
    width: 100%;
    list-style: none;
    text-align: left;
    font-size: 1px;
}

.bd-example ul#icons li {
    position: relative;
    z-index: 0;
    display: inline-block;
    padding: 22px;
    width: 80px;
    border-radius: 4px;
    list-style: none;
    text-align: center;
    font-weight: normal;
    font-size: 32px;
    cursor: pointer;
}

.bd-example ul#icons li:hover {
    color: #4F8EF7;
}

.CodeMirror {
    margin-top: 10px;
}

.label-important {
    background-color: #B94A48;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th,
body .footable.table>tbody>tr>td,
td,
body table td {
    vertical-align: middle;
}

.footable .dropdown-menu {
    right: initial;
}

.pagination {
    margin: 10px 0;
}

.pagination>li a:focus,
.pagination>li span:focus,
.pagination>li a,
.pagination>li span {
    padding: 8px 12px;
    border-radius: 2px !important;
    background: transparent;
    color: #555;
    text-decoration: none;
    border: 1px solid #EEE;
    font-size: 12px;
    font-weight: 600;
    margin-right: 3px;
    line-height: 1;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
    text-decoration: none;
    outline: 0;
}

.pagination>li a:hover,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #da3743;
    border: 1px solid #da3743;
    background: transparent;
}

.pagination.pagination-theme>li a:focus,
.pagination.pagination-theme>li span:focus,
.pagination.pagination-theme>li a,
.pagination.pagination-theme>li span {
    color: #4285F4;
    border: 0;
    font-size: 13px;
    padding: 10px 10px;
}

.pagination.pagination-theme>li a:hover,
.pagination.pagination-theme>.active>a,
.pagination.pagination-theme>.active>a:focus,
.pagination.pagination-theme>.active>a:hover,
.pagination.pagination-theme>.active>span,
.pagination.pagination-theme>.active>span:focus,
.pagination.pagination-theme>.active>span:hover {
    color: #252525;
    border: 0;
    background: transparent;
    border-radius: 0 !important;
    background: transparent;
    box-shadow: 0 2px 0 0 #da3743;
    -webki-box-shadow: 0 2px 0 0 #da3743;
}

.compat-object-fit {
    background-size: cover;
    background-position: 50% 50%;
}

.compat-object-fit>img {
    display: none !important;
}

.compat-object-fit .object-fit-imagediv {
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    width: 100%;
}

.img-circle-cat-fill {
    display: inline-block;
    width: 140px;
    height: 140px;
    background: #E5E5E5;
    border-radius: 50%;
    position: relative;
    line-height: 140px;
    text-align: center;
}

.img-circle-cat-fill:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 50%;
    background-color: #5C5C5C;
    opacity: 0;
    z-index: 101;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.img-circle-cat-fill:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.1;
}

.img-circle-cat {
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #E5E5E5;
    border-radius: 50%;
    position: relative;
    line-height: 90px;
    text-align: center;
    margin: 15px 15px;
}

.img-circle-cat-fill img,
.img-circle-cat img {
    display: inline !important;
}

.img-circle-cat:before {
    content: '';
    position: absolute;
    right: -15px;
    left: -15px;
    top: -15px;
    bottom: -15px;
    border: 2px solid #EDEDED;
    border-radius: 50%;
}

.img-circle-cat:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 50%;
    background-color: #5C5C5C;
    opacity: 0;
    z-index: 101;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.img-circle-cat:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.1;
}

.img-circle {
    display: inline-block;
    overflow: hidden;
    width: 170px;
    height: 170px;
    border-radius: 50%;
}

.img-circle img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -moz-object-fit: cover;
}

.pos-center {
    margin: 0 auto;
    display: inline-block;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/demo/loader-64x/Preloader_7.gif) center no-repeat #FFF;
}

.bg-first {
    background: #FFF;
}

.bg-third {
    background: #393939;
}

.bg-f {
    background: #f4f3f4;
}

.bg-mask {
    background: url(../img/bg-parallax.png) center no-repeat;
}

.affix-menu.affix-menu-m21 {
    position: fixed;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.affix-menu.affix-menu-m21 .lang-manu .btn {
    color: white;
}

.affix-menu.affix {
    position: static;
}

.sticky-wrapper {
    display: block;
}

.sticky-wrapper {
    display: block;
}

.affix-menu.affix {
    position: fixed;
}

.affix {
    z-index: 99999;
    top: 0;
    -webkit-transition: top 0.15s ease-in-out;
    transition: top 0.15s ease-in-out;
}

.affix-menu.affix.top-bar {
    background-color: #FFF;
    border-bottom: 1px solid #CACACA;
}

.affix-menu.affix.top-bar {
    padding: 15px 0;
    padding-top: 0;
}

body.boxed .affix-menu.affix-menu-m21>.container,
.top-bar>.container {
    padding: 0 15px !important;
}

body:not(.boxed) .affix-menu.affix.top-bar {
    width: 100%;
}

body.boxed .affix-menu.affix-menu-m21,
body.boxed .affix-menu.affix.top-bar {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.affix-menu.affix.top-bar:not(.affix-menu-m21) .nav-items li a.btn.btn-custom-default,
.affix-menu.affix.top-bar:not(.affix-menu-m21) .default-menu.nav .open>a,
.affix-menu.affix.top-bar:not(.affix-menu-m21) .default-menu.nav .open>a:focus,
.affix-menu.affix.top-bar:not(.affix-menu-m21) .default-menu.nav .open>a:hover,
.affix-menu.affix.top-bar:not(.affix-menu-m21) .nav-items li a:not(.btn),
.affix-menu.affix.top-bar:not(.affix-menu-m21) .logo a {
    color: #000;
}

.affix-menu.affix.top-bar:not(.affix-menu-m21) .nav-items .dropdown-menu li.active>a,
.affix-menu.affix.top-bar:not(.affix-menu-m21) .nav-items li a.btn.btn-custom-default:hover,
.affix-menu.affix.top-bar .nav-items li a.btn.btn-custom-default:hover {
    color: #222;
}

.affix-menu.affix.top-bar .nav-items li a.btn:hover {
    color: #FFF;
}

.affix-menu.affix.top-bar .default-menu.navbar-nav>li .dropdown-menu {
    background-color: #FFF;
}

.affix-menu-m21.affix.top-bar .default-menu .dropdown-menu>li>a {
    color: #000;
}

.affix-menu.affix.top-bar .default-menu .dropdown-menu>li.dropdown-submenu.active>a,
.affix-menu.affix.top-bar .default-menu .dropdown-menu>li.dropdown-submenu:hover>a,
.affix-menu.affix.top-bar .default-menu .dropdown-menu>li>a:hover {
    color: white !important;
    background: #da3743;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.affix-menu.affix.top-bar .default-menu .dropdown-menu>li>a::after {
    display: none;
}

.top-bar.top-bar-color .nav-items li a.btn.btn-custom-default {
    border: 2px solid #464646;
}

.affix-menu.affix.top-bar.top-bar-color .nav-items li a.btn.btn-custom-default:hover {
    background: rgba(255, 255, 255, 0.3);
}

.top-bar.overflow:not(.affix) .nav-items>li>a.btn.btn-custom-default,
.top-bar.top-bar-color:not(.affix) .nav-items li a.btn.btn-custom-default {
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.top-bar.overflow:not(.affix) .nav-items>li>a.btn.btn-custom-default:hover,
.top-bar.top-bar-color:not(.affix) .nav-items li a.btn.btn-custom-default:hover {
    border: 2px solid rgba(255, 255, 255, 1);
    background: transparent;
}

.top-bar.top-bar-color:not(.affix) .nav-items li a.btn.btn-custom-primary {
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.top-bar.top-bar-color:not(.affix) .nav-items li a.btn.btn-custom-primary:hover {
    border: 2px solid rgba(255, 255, 255, 1);
}

/*.affix-menu.affix.top-bar .local-form {
  display: none;
}*/

@media (min-width: 768px) {
    .affix-menu.affix.top-bar .nav-items li a:not(.btn)::after {
        bottom: -15px;
    }
}

@media (max-width: 767px) {
    .affix-menu.affix.top-bar .nav-items.default-menu>li>a {
        color: #FFF;
    }

    body.boxed .affix-menu.affix-menu-m21,
    body.boxed .affix-menu.affix.top-bar {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        width: 100%;
    }
}

.affix-menu.affix-menu-m21.affix.top-bar {
    background: #222;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-bottom: 0;
}

.row-s {
    margin-left: -3px;
    margin-right: -3px;
}

.row-s:after {
    content: '';
    display: table;
    clear: both;
}

.row-s>div {
    padding-left: 3px;
    padding-right: 3px;
}

@media (max-width: 991px) {
    .swap-md-down {
        display: flex;
        flex-flow: row wrap;
        flex-direction: row;
        justify-content: center;
    }

    .swap-md-down .swap-top {
        order: 1;
        width: 100%;
    }

    .swap-md-down .swap-bottom {
        order: 2;
    }
}

.widget-styles .caption-title.t-left,
.widget .widget-title.t-left,
.widget-styles .header.t-left h2,
.t-left {
    text-align: left;
}

.sidebar {
    padding-top: 35px;
}

.widget-styles {
    border: 1px solid #E8ECF1;
    border-radius: 2px;
}

.widget,
.widget-styles {
    margin-bottom: 30px;
}

.widget-styles .body {
    padding: 10px;
}

.widget-styles .b {
    background: #E8ECF1;
}

.widget-styles .caption-title:not(.b),
.widget-styles .header:not(.b) {
    border-bottom: 4px solid #E8ECF1;
}

.widget-styles .caption-title h2,
.widget-styles .caption-title,
.widget .widget-title,
.widget-styles .header h2,
.widget-styles .header {
    font-size: 24px;
    font-weight: 700;
    color: #252525;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.widget-styles .caption-title,
.widget-styles .header,
.widget-styles .header {
    padding: 4px 30px;
}

.widget-styles .content,
.widget .content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.widget-styles .content-box,
.widget .content-box {
    padding: 30px;
}

.widget .header.link {
    padding: 8px 30px;
}

.widget .header.link h2 {
    font-size: 12px;
    color: #4285F4;
}

.widget .header.link a {
    font-size: 12px;
    color: #4285F4;
    text-decoration: none;
}

.full-width img,
.full-width {
    height: initial !important;
}

@media (max-width: 767px) {

    .full-width-xs img,
    .full-width-xs {
        height: initial !important;
    }
}

@media (max-width: 991px) {

    .full-width-xs img,
    .full-width-sm {
        height: initial !important;
    }
}

@media (max-width: 1199px) {

    .full-width-md img,
    .full-width-md {
        height: initial !important;
    }
}

.footable-filtering .input-group-btn .btn.btn-primary {
    display: none;
}

.bg-tr {
    background: transparent;
}

.bg-default {
    background: white;
}

.CodeMirror {
    border: 1px solid #EEE;
    height: 300px;
    margin-top: 10px;
}

body .CodeMirror pre {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: normal;
}

.components-descrition {
    margin: 15px 0;
}

.CodeMirror-code pre>span {
    margin-left: -120px;
}

.CodeMirror pre {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    letter-spacing: normal;
}

#mapsAddress {
    position: relative;
    overflow: hidden;
    height: 500px;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.section.widget-top-map {
    padding: 0;
}

.contact-map#property-map {
    height: 250px;
}

.container-wide .section-search-area .btn-custom.btn-i {
    font-size: 30px;
    line-height: 1;
    padding: 10px 0;
}

.container-wide .flex-md .map {}

@media (min-width: 992px) {
    .fullscreen-top-md {
        position: fixed;
        z-index: 5;
    }

    .fullscreen-map-md .map {
        overflow: hidden;
        height: calc(100vh - 95px);
        position: fixed !important;
        right: 0;
        top: 95px;
    }

    body.boxed .fullscreen-top-md {
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
    }

    body.rtl .fullscreen-map-md .map {
        right: initial !important;
    }
}

@media(max-width: 991px) {
    .fullscreen-map-md .map {
        height: 350px !important;
        position: relative;
        right: 0 !important;
        width: initial !important;
        left: 0 !important;
        top: 0 !important;
        margin-left: -15px;
        margin-right: -15px;
    }

    .fullscreen-inner-md {
        padding-top: 0 !important;
    }
}

@media(min-width: 1380px) {
    .wrap-side .top-bar .container-top {
        padding: 0 55px;
    }

    .wrap-side .left-side {
        padding-left: 55px;
        padding-right: 50px;
    }

    .wrap-side .container-wide .widget .filters-box {
        margin-left: -55px;
        margin-right: -50px;
        padding-left: 55px;
        padding-right: 50px;
    }
}

.map img[src="http://maps.gstatic.com/mapfiles/api-3/images/google4.png"] {
    display: none;
}

.section-main>.container {
    padding-top: 35px;
}

.thumbnail.thumbnail-property-list .list-comment img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    object-position: top center;
    -webkit-object-fit: cover;
    -webkit-object-position: top center;
}

.color-mask {
    position: relative;
}

.color-mask:after {
    content: '';
    position: absolute;
    background: #DA3743;
    opacity: 0.902;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
}

.mask-parallax {
    position: relative;
}

.mask-parallax:after {
    content: '';
    position: absolute;
    background: url(../img/bg-parallax.png) no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 0;
}

.mask-parallax>* {
    position: relative;
    z-index: 1;
}

.section-banner2 .inv-block {
    max-width: 600px;
    margin: 0 auto;
}

.section-banner2 .header i {
    font-size: 72px;
}

.section-banner2 .header {
    padding-bottom: 15px;
}

.section-banner2 .title {
    font-size: 32px;
    font-weight: bold;
}

.section-banner2 .description {
    font-size: 16px;
    font-weight: light;
}

.header-options {
    padding-bottom: 30px;
}

.header-options:after {
    content: '';
    clear: both;
    display: table;
}

.header-options .h-title {
    float: left;
}

.header-options .h-title .title {
    font-size: 32px;
}

.header-options .options {
    float: right;
    font-size: 13px;
}

.header-options .options .list-info {
    margin-left: 20px;
    margin-left: 20px;
    padding: 7px 0;
    display: inline-block;
    vertical-align: top;
}

.bootstrap-select button {
    border: 0;
}

.section.p90_65,
.p90_65 {
    padding-top: 90px;
    padding-bottom: 65px;
}

.section.p95_65,
.p95_65 {
    padding-top: 95px;
    padding-bottom: 65px;
}

.section.p85,
.p85 {
    padding-top: 85px;
    padding-bottom: 85px;
}

.section.p100_80,
.p100_80 {
    padding-top: 100px;
    padding-bottom: 80px;
}

.section.pb20,
.pb20 {
    padding-bottom: 20px;
}

.section.ps15-15,
.ps15-15 {
    padding-right: 30px;
    padding-left: 20px;
}

@media(min-width: 992px) {

    .section.ps15-15-md-up,
    .ps15-15-md-up {
        padding-right: 30px;
        padding-left: 20px;
    }
}

.m30 {
    margin-bottom: 30px;
}

.search-tabs {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.search-tabs:after {
    content: '';
    clear: both;
    display: table;
}

.search-tabs li {
    float: left;
}

.search-tabs li.active .btn-special-primary {
    background: #DA3743;
    border: 2px solid #DA3743;
    color: white;
}

.search-tabs li.active .btn-special-primary:hover {
    background: #C5434D;
    border: 2px solid #C5434D;
}

.gm-style .gm-style-cc,
.property-map img[src="http://maps.gstatic.com/mapfiles/api-3/images/google4.png"] {
    display: none;
}

.btn.btn-basic {
    background: #929292;
    color: white;
}

.btn.btn-basic:hover {
    background: #606060;
}

.flex-md {
    background: #fff;
}

@media (min-width: 1140px) and (max-width: 1350px) {
    .top-bar .local-form {}
}

@media (min-width: 992px) and (max-width: 1199px) {
    .location-box .preview-image {
        float: none;
        width: 100%;
        height: 70px;
        display: block;
    }

    .location-box .location-box-content {
        margin-left: 0;
        padding-left: 0;
    }

    .post-content {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 991px) {
    .top-bar .container-top {
        padding: 0 15px;
    }

    .container-wide .left-side .section-search-area {
        margin-right: -15px;
    }

    .container-wmap .left-side {
        max-width: initial;
        min-width: initial;
    }

    .top-bar .local-form {
        margin: -6px 0;
        margin-left: 25px;
    }

    .top-bar .local-form input[type='text'],
    .top-bar .local-form input[type='email'],
    .top-bar .local-form input[type='mail'],
    .top-bar .local-form input[type='password'],
    .top-bar .local-form .bootstrap-select {
        height: 44px;
    }

    .top-bar .local-form .btn-custom.btn-icon {
        line-height: 1;
        font-size: 30px;
        padding: 6px 12px;
    }

    .top-bar .local-form .btn-custom.btn-icon i {
        font-size: 30px;
        padding: 0 10px;
    }

    .affix-menu.affix.top-bar .top-bar-btns {}

    .section-search-area .local-form .form-group {
        width: 50%;
    }

    .container-wide .section-search-area .local-form .form-group {
        width: 100%;
    }

    .section-search-area input.form-control,
    .section-search-area .form-control.bootstrap-select {
        width: 100%;
    }

    .section-search-area .local-form .form-group.form-group-btns {
        text-align: center;
        width: 100%;
    }

    .reviews-carousel .review {
        opacity: 0;
        box-sizing: border-box;
        width: 100%;
        float: left;
        margin-right: -100%;
        position: relative;
        display: block;
        z-index: 0;
        padding: 0 60px;
    }

    .reviews-carousel .nav-r a.nav-r-btn {
        left: 0;
    }

    .reviews-carousel .nav-r a.nav-r-btn.btn-right {
        right: 0;
    }

    .container-wide .map {
        width: 100%;
    }

    .section-category .right-side {
        padding-right: 15px;
    }

    .widget-slider-owl {
        height: 450px;
    }

    .post-content {
        padding-left: 50px;
        padding-right: 50px;
    }

    .flex-md .widget.widget-recentproperties {
        padding-bottom: 0;
    }

    .widget-listing-title .wb .actions {
        white-space: normal;
    }

    .widget-listing-title .wb .actions .btn-custom-s {
        margin-bottom: 5px;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-bar.affix-menu.affix .top-bar-btns .nav-items {
        display: none;
    }

    .top-bar .navigation-wrapper {
        display: block;
        text-align: left;
        float: none !important;
        width: 100%;
        margin-top: 35px;
    }

    .top-bar .navigation-wrapper .default-menu {
        margin-top: 20px;
    }

    .top-bar.affix-menu.affix .logo {
        display: none;
    }

    .top-bar.affix-menu.affix .navigation-wrapper,
    .top-bar.affix-menu.affix .default-menu {
        margin-top: 0;
    }

    .location-box .preview-image {
        float: none;
        width: 100%;
        height: 70px;
        display: block;
    }

    .location-box .location-box-content {
        margin-left: 0;
        padding-left: 0;
    }

    .widget-styles .content-box,
    .widget .content-box {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .default-menu .dropdown-menu {
        padding: 0 0;
    }

    .pull-left-img,
    .pull-right-img {
        display: block;
        float: none;
        margin: 0 auto;
        padding: 0 0 15px 0;
        max-width: 100%;
    }

    .pull-left-img.lg,
    .pull-right-img.lg {
        max-width: 100%;
    }

    .widget-filters .filters-box {
        padding: 25px 0;
    }

    .btn-custom-secondary {
        width: 100%;
    }

    .location-box {
        text-align: center;
    }

    .location-box {
        text-align: center;
        width: 50%;
        float: left;
    }

    body.boxed .top-bar.t-overflow {
        left: initial;
        transform: initial;
        -webkit-transform: initial;
        width: 100%;
    }

    .list-animities {
        text-align: center;
    }

    .list-animities li {
        width: initial;
        padding: 0 10px;
    }

    .location-box .preview-image {
        display: block;
        margin: 0px auto 10px;
        width: 100%;
        height: 150px;
        float: none;
        padding: 0 15px;
    }

    .location-box .location-box-content {
        margin-left: 0;
        padding-left: 0;
    }

    .container-wide .widget .filters-box {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .pagination {
        margin: 10px auto;
        display: block;
        text-align: center;
    }

    .pagination>li {
        display: inline-block;
    }

    .top-bar .local-form {
        display: none;
    }

    .widget-listing-title .options .type-box {
        display: none;
    }

    .widget-listing-title .options .options-body {
        margin-right: 0;
        padding-right: 0;
        width: 100%;
        text-align: center;
    }

    .widget-styles .caption-title.t-left,
    .widget .widget-title.t-left,
    .widget-styles .header.t-left h2,
    .t-left {
        text-align: center;
    }

    .list-social,
    .footer {
        text-align: center;
    }

    .list-social li {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .top-bar .logo a {
        margin-bottom: 35px;
        display: inline-block;
    }

    .lang-manu {
        display: none;
    }

    .top-bar .nav-items,
    .top-bar .nav-items li a,
    .top-bar .top-bar-btns,
    .top-bar:not(.top-bar-white) .top-bar-btns {
        margin-left: 0;
    }

    .navbar-toggle {
        margin-right: 0;
    }

    .top-bar.top-bar-color .top-bar-btns li:not(:last-child) a {
        margin-right: 10px;
    }

    .widget-slider-owl {
        height: 350px;
    }

    .widget-listing-title .wb {
        display: block;
    }

    .widget-listing-title .wb .options {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .widget-listing-title .options .options-body {
        margin-left: 0;
    }

    .widget-listing-title .wb .actions {
        padding-top: 25px;
        text-align: center;
    }

    .widget.widget-ads {
        text-align: center;
    }

    .owl-theme .owl-nav {
        display: none;
    }

    .post-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-inner-slim .social,
    .footer-inner-slim .copyright {
        float: none;
        text-align: center;
    }

    .footer-inner-slim .list-social {
        float: none;
        margin: 0;
        padding: 0;
    }

    .top-bar-btns .nav-items {
        display: none;
    }

    .top-bar .logo a {
        margin-bottom: 0;
    }

    .thumbnail.thumbnail-property-list .thumbnail-image a {
        height: initial;
    }

    .thumbnail.thumbnail-property-list .thumbnail-image img {
        object-fit: initial;
        -webkit-object-fit: initial;
        height: initial;
    }

    .container-wide .section-search-area .body {
        padding: 0 35px;
    }

    .container-wide .section-search-area .h-area {
        padding: 0 10px;
    }

    .table.table-cart input {
        width: 100%;
    }

    .section-profile-box {
        display: block;
    }

    .section-profile-box .content .profile-logo,
    .section-profile-box .content .profile-body,
    .section-profile-box .content,
    .section-profile-box .right-bar {
        display: block;
        text-align: center;
    }

    .section-profile-box .list-social-line {
        text-align: center;
    }

    .section-profile-box .content .profile-logo {
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
    }

    .section-profile-box .content {
        padding-bottom: 0;
    }

    .thumbnail.thumbnail-property-list .header .left {
        width: 100%;
    }

    .thumbnail.thumbnail-property-list .header .right {
        white-space: normal;
        text-align: right;
    }

    .thumbnail.thumbnail-property-list .list-comment p {
        margin-left: 0;
    }

    .banner {
        padding: 20px 55px;
    }

    .header-options .options,
    .header-options .h-title {
        float: none;
    }

    .header-options .h-title {
        padding-bottom: 20px;
    }

    .header-options .options {
        margin-left: -3px;
    }

    .header-options .options:after {
        content: '';
        clear: both;
        display: table;
    }

    .header-options .btn {
        float: left;
    }

    .header-options .options .list-info {
        float: right;
        padding: 6px 0;
    }
}

@media (max-width:540px) {
    .header-options .h-title .title {
        text-align: center;
    }

    .header-options .h-title {
        padding-bottom: 30px;
    }

    .banner,
    .banner .right-side,
    .banner .left-side {
        display: block;
        width: 100%;
        text-align: center;
    }

    .location-box {
        width: 100%;
        float: none;
    }

    .section-search-area .local-form .form-group {
        width: 100%;
    }

    .list-category-item {
        display: block;
        padding: 35px 30px;
    }

    .list-category-item .preview,
    .list-category-item .content {
        display: block;
        text-align: center;
        padding: 0;
    }

    .list-category-item .preview {
        margin-bottom: 35px;
    }

    .widget-slider-owl {
        height: 250px;
    }

    .thumbnail.thumbnail-property-list .caption {
        display: block;
        padding-right: 0;
        margin-right: 0;
        padding: 25px 0;
    }

    .thumbnail.thumbnail-property-list .thumbnail-image {
        float: none;
        width: initial;
        margin-top: 0;
        margin-bottom: 0;
    }

    .thumbnail.thumbnail-property-list:before {
        display: none;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {}

@media screen and (max-width:1140px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {}

@media screen and (max-width:768px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {}

.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-backface-visibility: hidden
}

.blueimp-gallery>.slides>.slide>.slide-content {
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 1
}

.blueimp-gallery {
    position: fixed;
    z-index: 9999;
    overflow: hidden;
    background: #000;
    background: rgba(0, 0, 0, .9);
    opacity: 0;
    display: none;
    direction: ltr;
    -ms-touch-action: none
}

.blueimp-gallery-carousel {
    position: relative;
    z-index: auto;
    height: 432px;
    max-width: 768px;
    margin: 1em auto;
    box-shadow: 0 0 10px #000
}

.blueimp-gallery-display {
    display: block;
    opacity: 1
}

.blueimp-gallery>.slides {
    position: relative;
    height: 100%;
    overflow: hidden
}

.blueimp-gallery>.slides>.slide {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
    -moz-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
    -ms-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
    -o-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
    transition-timing-function: cubic-bezier(0.645, .045, .355, 1)
}

.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    -ms-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear
}

.blueimp-gallery>.slides>.slide-loading {
    background: url(../img/loading.gif) center no-repeat;
    background-size: 64px 64px
}

.blueimp-gallery>.slides>.slide-loading>.slide-content {
    opacity: 0
}

.blueimp-gallery>.slides>.slide-error {
    background: url(../img/error.png) center no-repeat
}

.blueimp-gallery>.slides>.slide-error>.slide-content {
    display: none
}

.blueimp-gallery>.prev,
.blueimp-gallery>.next {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -23px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 2px #000;
    text-align: center;
    background: #222;
    background: rgba(0, 0, 0, .5);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: .5;
    cursor: pointer;
    display: none
}

.blueimp-gallery>.next {
    left: auto;
    right: 15px
}

.blueimp-gallery>.close,
.blueimp-gallery>.title {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0 40px 0 0;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    opacity: .8;
    display: none
}

.blueimp-gallery>.close {
    padding: 15px;
    right: 15px;
    left: auto;
    margin: -15px;
    font-size: 30px;
    text-decoration: none;
    cursor: pointer
}

.blueimp-gallery>.play-pause {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 15px;
    height: 15px;
    background: url(../img/play-pause.png) 0 0 no-repeat;
    cursor: pointer;
    opacity: .5;
    display: none
}

.blueimp-gallery-playing>.play-pause {
    background-position: -15px 0
}

.blueimp-gallery-controls>.prev,
.blueimp-gallery-controls>.next,
.blueimp-gallery-controls>.close,
.blueimp-gallery-controls>.title,
.blueimp-gallery-controls>.play-pause {
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.blueimp-gallery-single>.prev,
.blueimp-gallery-left>.prev,
.blueimp-gallery-single>.next,
.blueimp-gallery-right>.next,
.blueimp-gallery-single>.play-pause {
    display: none
}

.blueimp-gallery>.slides>.slide>.slide-content,
.blueimp-gallery>.prev,
.blueimp-gallery>.next,
.blueimp-gallery>.close,
.blueimp-gallery>.play-pause {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body:last-child .blueimp-gallery>.slides>.slide-error {
    background-image: url(../img/error.svg)
}

body:last-child .blueimp-gallery>.play-pause {
    width: 20px;
    height: 20px;
    background-size: 40px 20px;
    background-image: url(../img/play-pause.svg)
}

body:last-child .blueimp-gallery-playing>.play-pause {
    background-position: -20px 0
}

@media (max-width:767px) {
    .blueimp-gallery-carousel {
        height: 270px;
        max-width: 480px
    }
}

*+html .blueimp-gallery>.slides>.slide {
    min-height: 300px
}

*+html .blueimp-gallery>.slides>.slide>.slide-content {
    position: relative
}

.blueimp-gallery>.indicator {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 15px;
    left: 15px;
    margin: 0 40px;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 10px;
    display: none
}

.blueimp-gallery>.indicator>li {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 6px 3px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid transparent;
    background: #ccc;
    background: rgba(255, 255, 255, .25) center no-repeat;
    border-radius: 5px;
    box-shadow: 0 0 2px #000;
    opacity: .5;
    cursor: pointer
}

.blueimp-gallery>.indicator>.active {
    background-color: #fff;
    border-color: #fff;
    opacity: .8
}

.blueimp-gallery-controls>.indicator {
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.blueimp-gallery-single>.indicator {
    display: none
}

.blueimp-gallery>.indicator {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

*+html .blueimp-gallery>.indicator>li {
    display: inline
}

.blueimp-gallery>.slides>.slide>.video-content>video,
.blueimp-gallery>.slides>.slide>.video-content>img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 1;
    -moz-backface-visibility: hidden
}

.blueimp-gallery>.slides>.slide>.video-content>iframe {
    width: 100%;
    height: 100%;
    border: 0;
    position: absolute;
    top: 100%;
    left: 0
}

.blueimp-gallery>.slides>.slide>.video-playing>iframe {
    top: 0
}

.blueimp-gallery>.slides>.slide>.video-content>a {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: -64px auto 0;
    width: 128px;
    height: 128px;
    background: url(../img/video-play.png) center no-repeat;
    opacity: .8;
    cursor: pointer
}

.blueimp-gallery>.slides>.slide>.video-playing>a,
.blueimp-gallery>.slides>.slide>.video-playing>img {
    display: none
}

.blueimp-gallery>.slides>.slide>.video-content>video {
    display: none
}

.blueimp-gallery>.slides>.slide>.video-playing>video {
    display: block
}

.blueimp-gallery>.slides>.slide>.video-loading>a {
    background: url(../img/loading.gif) center no-repeat;
    background-size: 64px 64px
}

body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a {
    background-image: url(../img/video-play.svg)
}

*+html .blueimp-gallery>.slides>.slide>.video-content {
    height: 100%
}

*+html .blueimp-gallery>.slides>.slide>.video-content>a {
    left: 50%;
    margin-left: -64px
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -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 img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .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%
}

.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: 0.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;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.hinge {
    animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: .75s;
}

@keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}

@keyframes flash {

    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    animation-name: flash;
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    animation-name: pulse;
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, .95, 1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    animation-name: rubberBand;
}

@keyframes shake {

    from,
    to {
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    animation-name: shake;
}

@keyframes headShake {
    0% {
        transform: translateX(0);
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        transform: translateX(0);
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake;
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    animation-name: tada;
}

@keyframes wobble {
    from {
        transform: none;
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        transform: none;
    }
}

.wobble {
    animation-name: wobble;
}

@keyframes jello {

    from,
    11.1%,
    to {
        transform: none;
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    animation-name: jello;
    transform-origin: center;
}

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    animation-name: bounceIn;
}

@keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }

    75% {
        transform: translate3d(0, -10px, 0);
    }

    90% {
        transform: translate3d(0, 5px, 0);
    }

    to {
        transform: none;
    }
}

.bounceInDown {
    animation-name: bounceInDown;
}

@keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }

    75% {
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        transform: translate3d(5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInLeft {
    animation-name: bounceInLeft;
}

@keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        transform: translate3d(10px, 0, 0);
    }

    90% {
        transform: translate3d(-5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInRight {
    animation-name: bounceInRight;
}

@keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    75% {
        transform: translate3d(0, 10px, 0);
    }

    90% {
        transform: translate3d(0, -5px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9);
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    animation-name: bounceOut;
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    animation-name: bounceOutUp;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in;
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@keyframes flipOutX {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1;
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    animation-name: hinge;
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }

    50% {
        transform: rotate(-10deg);
    }

    70% {
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.jackInTheBox {
    animation-name: jackInTheBox;
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.rollIn {
    animation-name: rollIn;
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    animation-name: rollOut;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInDown {
    animation-name: zoomInDown;
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInRight {
    animation-name: zoomInRight;
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInUp {
    animation-name: zoomInUp;
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    animation-name: zoomOut;
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutDown {
    animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}

.zoomOutRight {
    animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutUp {
    animation-name: zoomOutUp;
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    animation-name: slideInUp;
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    animation-name: slideOutDown;
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    animation-name: slideOutRight;
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    animation-name: slideOutUp;
}

.picker {
    display: inline-block;
    vertical-align: middle
}

.picker .pc-element,
.picker .pc-trigger {
    display: inline-block;
    color: #666;
    position: relative;
    z-index: 10;
    border: 1px solid #666;
    border-radius: 2px;
    word-wrap: break-word;
    cursor: default;
    background-color: #fff;
    margin-right: 7px;
    margin-bottom: 5px;
    padding: 0 24px 0 6px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.picker .pc-element .pc-close,
.picker .pc-trigger .pc-close {
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -10px;
    font-size: 16px;
    cursor: pointer
}

.picker .pc-element .pc-close:after,
.picker .pc-trigger .pc-close:after {
    content: '\2716'
}

.picker .pc-element:hover,
.picker .pc-trigger:hover {
    background-color: #666;
    color: #fff
}

.picker .pc-select {
    position: relative;
    display: inline-block;
    min-width: 165px;
    max-width: 200px
}

.picker .pc-select .pc-trigger {
    cursor: pointer;
    margin-right: 0;
    width: 100%
}

.picker .pc-select .pc-list {
    position: absolute;
    text-align: left;
    left: 0;
    top: calc(100% - 6px);
    width: 100%;
    border: 1px solid #666;
    z-index: 9;
    background-color: #fff
}

.picker .pc-select .pc-list input[type=search] {
    width: 100%;
    outline: 0;
    color: #666;
    border: none;
    position: relative;
    background-color: #DDD;
    border-bottom: 2px solid #666;
    padding-left: 8px
}

.picker .pc-select .pc-list ul {
    margin: 0;
    padding: 0;
    max-height: 400px;
    overflow-y: auto
}

.picker .pc-select .pc-list li {
    display: block;
    list-style: none;
    padding: 0 0 0 8px;
    cursor: pointer;
    color: #666;
    word-wrap: break-word
}

.picker .pc-select .pc-list li:nth-child(even) {
    background-color: #f2f2f2
}

.picker .pc-select .pc-list li:hover {
    background-color: #666;
    color: #fff
}

.picker .pc-select .pc-list li.not-found {
    font-style: italic;
    text-align: center;
    cursor: default
}

.picker .pc-select .pc-list li .searched {
    font-weight: 700
}

.picker .pc-select .pc-trigger {
    margin-bottom: 5px
}

.infoBox {
    width: initial !important;
}

.infobox-big {
    width: 350px;
    top: 15px !important;
    left: 0 !important;
    background-color: #FFF;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid rgba(72, 181, 233, 0.6);
    border-radius: 2px 2px 10px 10px;
}

.infobox-big .thumbnail {
    margin-bottom: 0;
}

.infobox-big .thumbnail-property .property-image {
    height: 180px;
}

.infobox-big:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #FFF;
    left: 25%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.infobox-big:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
    border-top: 20px solid #48B5E9;
    left: 25%;
    top: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.infobox2 {
    width: 170px;
    background: white;
    position: relative;
    padding: 5px 5px;
    text-align: center;
}

.infoBox>img {
    position: absolute !important;
    right: -15px;
    top: -15px;
    cursor: pointer;
    z-index: 10;
    width: 27px;
    height: 27px;
    z-index: 10000;
    cursor: pointer;
    border: 7px solid rgb(72, 181, 233);
    border-radius: 13px;
    box-shadow: rgb(57, 144, 185) 0 0 5px;
    background: #FFF;
}

.infoBox>img:after {
    position: absolute !important;
    right: -15px;
    top: -15px;
    cursor: pointer;
    z-index: 10;
    width: 13px;
    height: 13px;
    z-index: 10000;
    cursor: pointer;
    border: 7px solid rgb(72, 181, 233);
    border-radius: 13px;
    box-shadow: rgba(0, 0, 0, 0.65) 0 0 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.65) 0 0 5px;
}

.google_marker {
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.google_marker:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    box-shadow: -3px 0 5px 0 rgba(0, 0, 0, 0.3);
    display: block;
    transition: all 0.2s ease-in-out;
    border-radius: 50% 50% 0 50%;
    background: #DA3743;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}

.google_marker img {
    position: absolute;
    z-index: 2;
    max-width: 20px;
    max-height: 22px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.cluster img {
    display: none !important;
}

.cluster div {
    font-size: 18px !important;
    font-weight: 400 !important;
    width: 40px !important;
    line-height: 44px !important;
}

.cluster div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    display: block;
    transition: all 0.2s ease-in-out;
    border-radius: 50% 50% 0 50%;
    box-shadow: inset 0 0 0 3px rgb(255, 255, 255), 0 0 5px 0 rgba(37, 37, 37, 0.48);
    -webkit-box-shadow: inset 0 0 0 3px rgb(255, 255, 255), 0 0 5px 0 rgba(37, 37, 37, 0.48);
    background: #DA3743;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    z-index: -1;
}

.infobox-big .container {
    margin-bottom: 10px;
}

.infobox-big .title {
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    background-color: #48B5E9;
    color: white;
    margin: 0;
    border-radius: 2px 2px 0 0;
}

.infobox-big .title a {
    color: white;
}

.infobox-big .content {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin-right: 1px;
    padding: 15px 5px 20px 15px;
    max-height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 13px;
}

.infobox-big .content img {
    float: right;
    margin: 0 5px 5px 10px;
    max-width: 85px;
}

.infobox-big .subtitle {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
}

.infobox-big .iw-bottom-gradient {
    position: absolute;
    width: 326px;
    height: 15px;
    bottom: 12px;
    right: 18px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.infobox {
    border: 2px solid #DA3743;
    border-radius: 5px;
    padding: 27px;
    display: table;
    background: white;
    width: 330px;
    position: relative;
}

.infobox .preview-image,
.infobox .content {
    display: table-cell;
    vertical-align: middle;
}

.infobox .preview-image {
    width: 70px;
}

.infobox .content {
    width: 100%;
    padding-left: 20px;
}

.infobox .preview-image img {
    max-width: 70px;
}

.infobox .content .title {
    margin-bottom: 5px;
}

.infobox .content .thumbnail-ratings {
    margin-bottom: 10px;
}

.infobox .content .title a {
    color: #4285F4;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.infobox .content .title a:hover {
    color: #da3743;
}

.infobox .content .type {
    color: #7B7B7B;
    font-size: 13px;
}

.infobox:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 13px solid #FFF;
    left: 50%;
    top: calc(100% - 2px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.infobox:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid transparent !important;
    border-right: 12px solid transparent !important;
    border-top: 14px solid #48B5E9;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.infobox.infobox-mini.infobox-property {
    display: block;
    width: 150px;
    height: initial;
    text-align: center;
    padding: 10px 5px;
}

.infobox.infobox-mini {
    display: block;
    width: 150px;
    height: 130px;
    text-align: center;
    padding: 10px 5px;
}

.infobox.infobox-mini .preview-image {
    width: 100%;
    display: block;
}

.infobox.infobox-mini .content {
    padding: 0;
    padding-top: 10px;
    width: 100%;
    display: block;
}

.infobox.infobox-mini .preview-image img {
    max-width: initial;
    max-height: 55px;
}

.infobox.infobox-mini .title a {
    font-size: 14px;
    font-weight: 400;
}

.infobox.infobox-mini .content .title {
    margin-bottom: 5px;
}

.infoBox>img,
.infobox-big,
.infobox:before,
.infobox-big:before {
    border-color: #DA3743;
}

.infobox-big .title {
    background-color: #DA3743;
}

.colorpicker {
    z-index: 99999;
}

.CodeMirror {
    font-family: monospace;
    height: 300px;
    color: black;
}

.CodeMirror-lines {
    padding: 4px 0;
}

.CodeMirror pre {
    padding: 0 4px;
}

.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
    background-color: white;
}

.CodeMirror-gutters {
    border-right: 1px solid #ddd;
    background-color: #f7f7f7;
    white-space: nowrap;
}

.CodeMirror-linenumbers {}

.CodeMirror-linenumber {
    padding: 0 3px 0 5px;
    min-width: 20px;
    text-align: right;
    color: #999;
    white-space: nowrap;
}

.CodeMirror-guttermarker {
    color: black;
}

.CodeMirror-guttermarker-subtle {
    color: #999;
}

.CodeMirror div.CodeMirror-cursor {
    border-left: 1px solid black;
}

.CodeMirror div.CodeMirror-secondarycursor {
    border-left: 1px solid silver;
}

.CodeMirror.cm-fat-cursor div.CodeMirror-cursor {
    width: auto;
    border: 0;
    background: #7e7;
}

.CodeMirror.cm-fat-cursor div.CodeMirror-cursors {
    z-index: 1;
}

.cm-animate-fat-cursor {
    width: auto;
    border: 0;
    -webkit-animation: blink 1.06s steps(1) infinite;
    -moz-animation: blink 1.06s steps(1) infinite;
    animation: blink 1.06s steps(1) infinite;
}

@-moz-keyframes blink {
    0% {
        background: #7e7;
    }

    50% {
        background: none;
    }

    100% {
        background: #7e7;
    }
}

@-webkit-keyframes blink {
    0% {
        background: #7e7;
    }

    50% {
        background: none;
    }

    100% {
        background: #7e7;
    }
}

@keyframes blink {
    0% {
        background: #7e7;
    }

    50% {
        background: none;
    }

    100% {
        background: #7e7;
    }
}

div.CodeMirror-overwrite div.CodeMirror-cursor {}

.cm-tab {
    display: inline-block;
    text-decoration: inherit;
}

.CodeMirror-ruler {
    border-left: 1px solid #ccc;
    position: absolute;
}

.cm-s-default .cm-header {
    color: blue;
}

.cm-s-default .cm-quote {
    color: #090;
}

.cm-negative {
    color: #d44;
}

.cm-positive {
    color: #292;
}

.cm-header,
.cm-strong {
    font-weight: bold;
}

.cm-em {
    font-style: italic;
}

.cm-link {
    text-decoration: underline;
}

.cm-strikethrough {
    text-decoration: line-through;
}

.cm-s-default .cm-keyword {
    color: #708;
}

.cm-s-default .cm-atom {
    color: #219;
}

.cm-s-default .cm-number {
    color: #164;
}

.cm-s-default .cm-def {
    color: #00f;
}

.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {}

.cm-s-default .cm-variable-2 {
    color: #05a;
}

.cm-s-default .cm-variable-3 {
    color: #085;
}

.cm-s-default .cm-comment {
    color: #a50;
}

.cm-s-default .cm-string {
    color: #a11;
}

.cm-s-default .cm-string-2 {
    color: #f50;
}

.cm-s-default .cm-meta {
    color: #555;
}

.cm-s-default .cm-qualifier {
    color: #555;
}

.cm-s-default .cm-builtin {
    color: #30a;
}

.cm-s-default .cm-bracket {
    color: #997;
}

.cm-s-default .cm-tag {
    color: #170;
}

.cm-s-default .cm-attribute {
    color: #00c;
}

.cm-s-default .cm-hr {
    color: #999;
}

.cm-s-default .cm-link {
    color: #00c;
}

.cm-s-default .cm-error {
    color: #f00;
}

.cm-invalidchar {
    color: #f00;
}

.CodeMirror-composing {
    border-bottom: 2px solid;
}

div.CodeMirror span.CodeMirror-matchingbracket {
    color: #0f0;
}

div.CodeMirror span.CodeMirror-nonmatchingbracket {
    color: #f22;
}

.CodeMirror-matchingtag {
    background: rgba(255, 150, 0, .3);
}

.CodeMirror-activeline-background {
    background: #e8f2ff;
}

.CodeMirror {
    position: relative;
    overflow: hidden;
    background: white;
}

.CodeMirror-scroll {
    overflow: scroll !important;
    margin-bottom: -30px;
    margin-right: -30px;
    padding-bottom: 30px;
    height: 100%;
    outline: none;
    position: relative;
}

.CodeMirror-sizer {
    position: relative;
    border-right: 30px solid transparent;
}

.CodeMirror-vscrollbar,
.CodeMirror-hscrollbar,
.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
    position: absolute;
    z-index: 6;
    display: none;
}

.CodeMirror-vscrollbar {
    right: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

.CodeMirror-hscrollbar {
    bottom: 0;
    left: 0;
    overflow-y: hidden;
    overflow-x: scroll;
}

.CodeMirror-scrollbar-filler {
    right: 0;
    bottom: 0;
}

.CodeMirror-gutter-filler {
    left: 0;
    bottom: 0;
}

.CodeMirror-gutters {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.CodeMirror-gutter {
    white-space: normal;
    height: 100%;
    display: inline-block;
    margin-bottom: -30px;
    *zoom: 1;
    *display: inline;
}

.CodeMirror-gutter-wrapper {
    position: absolute;
    z-index: 4;
    height: 100%;
}

.CodeMirror-gutter-elt {
    position: absolute;
    cursor: default;
    z-index: 4;
}

.CodeMirror-gutter-wrapper {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.CodeMirror-lines {
    cursor: text;
    min-height: 1px;
}

.CodeMirror pre {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-width: 0;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    white-space: pre;
    word-wrap: normal;
    line-height: inherit;
    color: inherit;
    z-index: 2;
    position: relative;
    overflow: visible;
    -webkit-tap-highlight-color: transparent;
}

.CodeMirror-wrap pre {
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: normal;
}

.CodeMirror-linebackground {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.CodeMirror-linewidget {
    position: relative;
    z-index: 2;
    overflow: auto;
}

.CodeMirror-widget {}

.CodeMirror-code {
    outline: none;
}

.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.CodeMirror-measure {
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.CodeMirror-measure pre {
    position: static;
}

.CodeMirror div.CodeMirror-cursor {
    position: absolute;
    border-right: none;
    width: 0;
}

div.CodeMirror-cursors {
    visibility: hidden;
    position: relative;
    z-index: 3;
}

.CodeMirror-focused div.CodeMirror-cursors {
    visibility: visible;
}

.CodeMirror-selected {
    background: #d9d9d9;
}

.CodeMirror-focused .CodeMirror-selected {
    background: #d7d4f0;
}

.CodeMirror-crosshair {
    cursor: crosshair;
}

.CodeMirror ::selection {
    background: #d7d4f0;
}

.CodeMirror ::-moz-selection {
    background: #d7d4f0;
}

.cm-searching {
    background: #ffa;
    background: rgba(255, 255, 0, .4);
}

.CodeMirror span {
    *vertical-align: text-bottom;
}

.cm-force-border {
    padding-right: .1px;
}

@media print {
    .CodeMirror div.CodeMirror-cursors {
        visibility: hidden;
    }
}

.cm-tab-wrap-hack:after {
    content: '';
}

span.CodeMirror-selectedtext {
    background: none;
}

#map-geo-tooltip {
    position: fixed;
    z-index: 999999;
    color: white;
    padding: 5px 15px;
    background: #565656;
    border: 2px solid #000;
    border-radius: 3px;
}

#svgmap {
    max-width: 100%;
}

.mega-dropdown {
    position: absolute;
    top: 100%;
    left: -350px !important;
    z-index: 1000;
    display: none;
    float: left;
    width: 800px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.mega-dropdown .mega-dropdown-ul ul {
    padding: 0 !important;
}

.cat-1 i {
    padding-right: 10px;
}

.cat-1 {
    border-bottom: 1px solid #ccc;
}

.mega-dropdown {
    padding: 50px !important;
}

.mega-dropdown-ul>ul>li>a:hover {
    color: #da3743;
    text-decoration: none;
}

.mega-dropdown-ul p {
    color: #da3743;
}

.mega-dropdown-ul p:hover i {
    color: #4776E5;
}

.mega-dropdown-ul p:hover {
    color: #4776E5;
    text-decoration: none !important;
}

.imageininner img {
    width: 100%;
    position: relative;
}

.inner-image .imageintext {
    position: absolute;
    bottom: 50px;
    left: 33%;
    overflow: hidden;
    transition: 1.2s;
    transform: translateX(265px);
}

.inner-image:hover .imageintext {
    transform: translateX(0px);
}

.inner-image .imageintext-1 a {
    color: #fff;
}

.inner-image .imageintext a {
    color: #fff;
}

.imageininner {
    position: relative;
    overflow: hidden;
}

.imageininner:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.8s;
    transform: translateX(265px);
}

.inner-image:hover .imageininner:after {
    transform: translateX(0px);
}

.mt-1 {
    margin-top: 20px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 70px;
}

/* lost*/
#lost {
    position: relative;
}

.fixed_link a {
    position: absolute;
    transition: 0.3s;
    text-decoration: none;
    color: #fff;
    background: #1F476C;
    padding: 20px 0 20px 20px;
    width: 200px;
    z-index: 99;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.fixed_link .demand {
    top: 50%;
    right: -10%;
}

.fixed_link .resume {
    top: 62%;
    right: -10%;
}

.fixed_link a:hover {
    right: 0;
}

.mr-3 {
    margin-right: 15px;
}

.report-search {
    margin-top: 20px;
    padding-bottom: 50px;
}

.report-search .search-report {
    width: 50%;
    margin: auto;
}

.report-search .icon {
    padding: 20px;
}

.report-search .icon:hover {}

/*catagories*/
.category-block {
    box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.09);
    padding: 20px 25px;
    border-radius: 3px;
    margin-bottom: 25px;
}

.category-block .header {
    margin-bottom: 20px;
    border-bottom: 3px solid #F4F7F9;
    text-align: center;
}

.category-block .category-list li a {
    display: block;
    color: #777;
    font-size: 13px;
}

.category-block .header .icon-bg-1 {
    background: #ccdb38;
    box-shadow: 0 0 0px 4px rgba(204, 219, 56, 0.35);
}

.category-block .header .icon-bg-2 {
    background: #a676b8;
    box-shadow: 0 0 0px 4px rgba(166, 118, 184, 0.35);
}

.category-block .header .icon-bg-3 {
    background: #fe7e17;
    box-shadow: 0 0 0px 4px rgba(254, 126, 23, 0.35);
}

.category-block .header .icon-bg-4 {
    background: #EC3A56;
    box-shadow: 0 0 0px 4px rgba(236, 58, 86, 0.35);
}

.category-block .header .icon-bg-5 {
    background: #1DBFFF;
    box-shadow: 0 0 0px 4px rgba(29, 191, 255, 0.35);
}

.category-block .header .icon-bg-6 {
    background: #02d3a4;
    box-shadow: 0 0 0px 4px rgba(2, 211, 164, 0.35);
}

.category-block .header .icon-bg-7 {
    background: #bc02d3;
    box-shadow: 0 0 0px 4px rgba(188, 2, 211, 0.35);
}

.category-block .header .icon-bg-8 {
    background: #025fd3;
    box-shadow: 0 0 0px 4px rgba(2, 95, 211, 0.35);
}

.category-block .header i {
    margin-right: 6px;
    color: #fff;
    font-size: 13px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 6px;
    border-radius: 40px;
}

.category-block .category-list li {
    display: block;
    font-size: 14px;
    border-bottom: 1px solid #F4F7F9;
    padding: 10px 0;
}

.category-block .category-list li a span {
    float: right;
    font-size: 10px;
    background: #F4F7F9;
    border-radius: 10px;
    padding: 3px 8px;
    color: #84919B;
}

/* owl carousel */
.owl-nav {
    position: absolute;
    top: 30%;
    width: 100%
}

.owl-nav .owl-prev

/*span*/
    {
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 33px;
    background: rgba(0, 0, 0, 0.9);
    padding: 0 20px;
    display: none;
    transition: 0.8s ease;
}

.owl-carousel:hover .owl-prev

/* span */
    {
    display: block;
}

.owl-nav .owl-next

/* span */
    {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 33px;
    background: rgba(0, 0, 0, 0.9);
    padding: 0 20px;
    display: none;
    transition: 0.8s ease;
}

.owl-carousel:hover .owl-next

/* span */
    {
    display: block;
}

/* ad */
#featured-ad {
    background-color: #f5f5f5;
}

#top-destination {
    padding-bottom: 40px;
}

/*  */
.caption-blog p {
    padding-top: 10px
}

.footer-results .logo p {
    padding-top: 20px;
}

/*Satish*/
.tab {
    border: transparent;
    margin: auto;
    display: block;
    text-align: center;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    border: 0.5px solid rgba(255, 255, 255, 0.2);
    outline: none;
    cursor: pointer;
    padding: 8px 16px;
    transition: 0.3s;
    font-size: 17px;
    color: #fff;
    display: inline-block;
    text-align: center;
}

@media(min-width:991px) {
    .mega-search .tab button {
        width: calc(100%/7);
    }

    .tabs-single-page .tab button {
        width: calc(100%/9);
    }
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #fff;
    color: #222 !important;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #fff;
    color: #222 !important;
}

/* Style the tab content */
.mega-search {
    color: #fff;
}

.mega-search .tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
    margin: auto;
    text-align: center;
    color: #fff;
}

.btn-search-submit {
    padding: 6px;
    background: yellow;
    text-align: center;
    color: #222;
    width: 100%;
}

.mega-search .tabcontent h2 {
    padding: 20px 0;
    font-weight: 700;
}

.mega-search .tabcontent .form-control {
    width: calc(100%/1) !important;
}

/*======Range Slider=========*/
/* .range-slider { margin: 60px 0 0 0%; } */
.range-slider {
    width: 100%;
    margin-top: -1px;
    position: relative;
}

.p-slider {
    margin-top: 8px !important;
}

.range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - (0px)) !important;
    height: 10px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
}

.range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.range-slider__range::-webkit-slider-thumb:hover {
    background: #1abc9c;
}

.range-slider__range:active::-webkit-slider-thumb {
    background: #1abc9c;
}

.range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.range-slider__range::-moz-range-thumb:hover {
    background: #1abc9c;
}

.range-slider__range:active::-moz-range-thumb {
    background: #1abc9c;
}

.range-slider__range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 4px #1abc9c;
    box-shadow: 0 0 0 1px #fff, 0 0 0 4px #1abc9c;
    width: 15px !important;
    height: 15px !important;
}

.range-slider__value {
    display: block;
    position: relative;
    width: 150px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #2c3e50;
    padding: 0px 7px;
    margin: 5px auto 0 auto;
}

.range-slider__value:after {
    position: absolute;
    top: -10px;
    left: 45%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #2c3e50;
    border-left: 5px solid transparent;
    content: '';
}

::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}

/*======Range Slider=========*/
.btn-viewmore {
    float: right;
    background: #FCF332;
    color: #222;
    padding: 5px 50px;
    margin-top: 20px;
}

.section-padding {
    padding-top: 80px !important;
    padding-bottom: 80px !important
}

.section-bg {
    background: #F5F5F5 !important;
}

/*================*/
span.label-mega {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

/* .p-range{
  margin-top: 8px;
} */
/*=========Check Box=========*/
.mega-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.mega-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.mega-check:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.mega-check input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.mega-check input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.mega-check .checkmark:after {
    left: 6px;
    top: 2.5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*==============List and Grid===========*/
.glyphicon { margin-right:5px; }
.thumbnail
{
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
    transition: 0.5s ease-in-out !important
}
.item.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover
{
    background: #428bca;
}

.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
}
.item.list-group-item .caption
{
    padding: 9px 9px 0px 9px;
}
.item.list-group-item:nth-of-type(odd)
{
    background: #eeeeee;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item img
{
    float: left;
    width: 300px;
    transition: 0.5s ease-in-out !important
}
.item.list-group-item:after
{
    clear: both;
    transition: 0.5s ease-in-out !important
}
.list-group-item-text
{
    margin: 15px 0 0 0;
    display: none;
}
.list-group-item .list-group-item-text{
    display: block !important;
}
.grid-group-item .list-group-item-text{
    display: none ;
}
.list-group-item .right .address{
    text-align: right;
    margin-top: -15px;
}
.grid-group-item .right .address{
    margin-top: 10px !important;
}
.right .address{
    margin-top: 10px;
}
.list-no li {
    list-style: none;
    list-style-position: inside !important;
    padding: 8px 0;
    
}
.list-no li a{
    color: #777;
    text-align: left !important;
}

.list-no {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: auto;
    display: block;
}

.category1 {
    margin: 20px 0 30px 0;
    padding-bottom: 10px;
}

.category1 h4 {
    padding: 20px 0 10px 20px ;
    font-weight: 600;
}
.category1 h4 i{
    margin-right: 10px;
    padding: 12px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
}

@media (min-width:991px) {
    footer .list-no {
        margin-left: -40px;
    }

    .tabs-single-page {
        margin-bottom: 30px;
        margin-top: -20px;
    }
}

.tabs-single-page {
    box-shadow: 3px 3px 3px #ddd;
    background: #f7f8f9;
}

.tabs-single-page button {
    height: 50px;
    color: #222;
    display: inline-block;
    font-size: 15px;
}

.tabs-single-page button::after {
    display: block;
    content: '';
    border-bottom: solid 3px #da3743;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    margin-top: 15px;
}

.tabs-single-page button:hover {
    color: #da3743 !important;
}

.tabs-single-page button.active {
    color: #da3743 !important;
}

.tabs-single-page button:hover::after {
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

.tabs-single-page .active::after {
    display: block;
    content: '';
    border-bottom: solid 3px #da3743;
    transform: scaleX(1);
    transition: transform 250ms ease-in-out;
    margin-top: 15px;
}

.btn-claim {
    width: 80%;
    background: #da3743;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 10px;
    margin: 10px auto;
}

.btn-claim:hover {
    color: #fff;
}

/* ==================Single Gallery====================== */
.column {
  float: left;
  width: 48%;
  margin: 1%;
}

/* The Modal (background) */
#gallery .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  z-index: 99999999999;
}

/* Modal Content */
#gallery .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* ==================Single Gallery End====================== */




/* ==================Single Services====================== */
.text{
  color: #222;
  text-align: center;
}


.folded-corner:hover .text{
  visibility: visible;
  color: #fff;
}
.Services-tab{
  margin-top:20px;
  

}

/*
  nav link items
*/
.folded-corner{
  padding: 25px 25px;
  position: relative;
  font-size: 90%;
  text-decoration: none;
  color: #999; 
  background: transparent;
  transition: all ease .5s;
  border: 1px solid #111;
}
.folded-corner:hover{
  background-color: #da3743;
}

/*
  paper fold corner
*/

.folded-corner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0px 0px 0;
  border-color: #ddd #000;
  transition: all ease .3s;
}

/*
  on li hover make paper fold larger
*/
.folded-corner:hover:before {
  background-color: #D00003;
  border-width: 0 50px 50px 0;
  border-color: #eee #000;
  
}

.service_tab_1{
  background-color: #fff;
}
.service_tab_1:hover .fa-icon-image{
    color: #fff;
    transform: rotate(360deg) scale(1.5);
}
.fa-icon-image{
  color: #da3743;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-size-adjust: none;
  font-stretch: normal;
  -moz-font-feature-settings: normal;
  -moz-font-language-override: normal;
  text-rendering: auto;
  transition: all .65s linear 0s;
  text-align: center;
  transition: all 1s cubic-bezier(.99,.82,.11,1.41);
}


/* ==================Single Services End====================== */

/* ===================Single Events=========================== */

#events .label-info{
    background: #da3743;
}
/* ===================Single Events End=========================== */
.red-bg{
    background: #ff4040;
}
.yellow-bg{
    background: #f2c805;
}
.blue-bg{
    background: #00aeff;
}
.brown-bg{
    background: #f2c805;
}
.green-bg{
    background: #4dc64a;
}
.purple-bg{
    background: #d969f9;
}
.advance-search{
    display: none;
}
/* Back To Top */
.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
   box-shadow: inset  0 0 0 2px rgba(0,0,0,0.5);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background: #fff;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: 'typicons';
    content: '\e024';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: var(--grey);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
    opacity: 0;
}
.progress-wrap::before {
    position: absolute;
    font-family: 'typicons';
    content: '\e024';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
   color: ;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
    opacity: 1;
}
.progress-wrap svg path { 
    fill: none; 
}
.progress-wrap svg.progress-circle path {
    stroke: var(--grey);
    stroke-width: 4;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.mt5{
    margin-top: 5px 
}
.btn-seemore{
    background: #DA3C43;
    color: #fff;
    padding: 5px 25px; 
    text-align: center;
    display: block;
    width: 20%;
    transition: 0.5s;
    border: 1px solid transparent;
    float: right;
}
.btn-seemore:hover{
    color: #DA3C43;
    background: #fff;
    border: 1px solid #DA3C43;
}
.btn-gridbtn{
    background: #da3743 !important;
    color: #fff !important;
    padding: 5.5px 10px !important
}
.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown,.dropdown-tab {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color:#fff;
  min-width: 750px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1
}
.dropdown-c {
  display: none;
  position: absolute;
  background-color:#fff;
  min-width: 50px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1
}
@media(min-width: 991px){
    .dropdown-content{
        position: absolute;
        right: 0px;
        margin-top: 1.5rem;
          z-index: 999
    }
    .dropdown-c{
        position: absolute;
        right: 100px;
    }
}

.dropdown-content a,.dropdown-c a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}


.dropdown a:hover {background-color: #ddd;}

.show {display: block;}
a ul.gridbtn-list li{
    display: inline-block;
    font-size: 1.5rem;
    padding: 10px 15px;
    text-align: left
}
a ul.gridbtn-list li i{
    font-size: 2rem
}

.dropdown-content .col-md-4{
    border: 1px solid #222;
    padding: 0 !important
}
.mx-auto{
    margin: 0 auto;
    display: block;
}

body, h1, h2, h3, h4, h5, h6,  input[type="text"], input[type="password"], input[type="email"],
    textarea, select, input[type="button"], input[type="submit"], button, #tiptip_content, .map-box p, .map-box div,
    .numerical-rating .rating-counter, body .menu-responsive i.menu-trigger:after
    { font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: none; }

    body {
        color: #707070;
        font-size: 15px;
        line-height: 27px;
        background-color: #fff;
    }

