﻿ 
@font-face {
    font-family: OpenSans;
    src: local('OpenSans'),url('/fonts/Open%20Sans/OpenSans.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: OpenSans_Bold;
    src: local('OpenSans-Bold'),url('/fonts/Open%20Sans/OpenSans-Bold.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto_Bold;
    src: local('Roboto-Bold'),url(/fonts/roboto/Roboto-Bold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto_Regular;
    src: local('Roboto-Regular'),url(/fonts/roboto/Roboto-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto_Bold_Condensed;
    src: local('ROBOTO-BOLDCONDENSED'),url(/fonts/roboto/ROBOTO-BOLDCONDENSED.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

body {
    font-family: OpenSans
}


.img-cover {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

[class*=t_ov] {
    display: block;
    display: -webkit-box;
    height: auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.t_ov_1 {
    -webkit-line-clamp: 1
}

.t_ov_2 {
    -webkit-line-clamp: 2
}

.t_ov_3 {
    -webkit-line-clamp: 3
}

.t_ov_4 {
    -webkit-line-clamp: 4
}

.t_ov_5 {
    -webkit-line-clamp: 5
}

.t_ov_6 {
    -webkit-line-clamp: 6
}

.t_ov_7 {
    -webkit-line-clamp: 7
}

.fade.show {
    opacity: 1
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","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%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

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,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:hover {
        color: #0056b3;
        text-decoration: underline
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0
        }

code, kbd, pre, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

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
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

    .blockquote-footer::before {
        content: "\2014 \00A0"
    }

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.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;
    border-radius: .2rem
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 100%
    }
}

@media (min-width:768px) {
    .container {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .container {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1366px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

    .table td, .table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6
    }

    .table .table {
        background-color: #fff
    }

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6
    }

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 2px
    }

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #9fcdff
    }

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf
    }

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #b1dfbb
    }

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #abdde5
    }

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #ffe8a1
    }

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #f1b0b7
    }

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
        background-color: #ececf6
    }

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: #b9bbbe
    }

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,.075)
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: rgba(0,0,0,.075)
    }

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #32383e
    }

    .table-dark.table-bordered {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255,255,255,.05)
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255,255,255,.075)
    }

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

    .table-responsive > .table-bordered {
        border: 0
    }

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple], select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d
    }

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40,167,69,.9);
    border-radius: .25rem
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #28a745
}

    .custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
    }

    .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
        display: block
    }

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-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: #28a745
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

    .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
        background-color: #71dd8a
    }

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

    .custom-file-input.is-valid ~ .custom-file-label::after, .was-validated .custom-file-input:valid ~ .custom-file-label::after {
        border-color: inherit
    }

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.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: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220,53,69,.9);
    border-radius: .25rem
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545
}

    .custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
    }

    .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
        display: block
    }

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-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 {
        background-color: #efa2a9
    }

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

    .custom-file-input.is-invalid ~ .custom-file-label::after, .was-validated .custom-file-input:invalid ~ .custom-file-label::after {
        border-color: inherit
    }

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

    .form-inline .form-check {
        width: 100%
    }

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:focus, .btn:hover {
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
        }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }

    .btn-secondary.focus, .btn-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
        }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34
    }

    .btn-success.focus, .btn-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430
    }

        .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.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(23,162,184,.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(23,162,184,.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(255,193,7,.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(255,193,7,.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(220,53,69,.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(220,53,69,.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 rgba(248,249,250,.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 rgba(248,249,250,.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(52,58,64,.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(52,58,64,.5)
        }

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
        }

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-outline-secondary.focus, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
        }

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
        }

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        box-shadow: 0 0 0 .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;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        box-shadow: 0 0 0 .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;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        box-shadow: 0 0 0 .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;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-outline-light.focus, .btn-outline-light:focus {
        box-shadow: 0 0 0 .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;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-outline-dark.focus, .btn-outline-dark:focus {
        box-shadow: 0 0 0 .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: #007bff;
    background-color: transparent
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent
    }

    .btn-link.focus, .btn-link:focus {
        text-decoration: underline;
        border-color: transparent;
        box-shadow: none
    }

    .btn-link.disabled, .btn-link:disabled {
        color: #6c757d;
        pointer-events: none
    }

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    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 screen and (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 screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    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: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    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;
    width: 0;
    height: 0;
    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;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    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: #fff;
        text-decoration: none;
        background-color: #007bff
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

        .btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
            z-index: 1
        }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
            z-index: 1
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .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 {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

    .btn-group-vertical .btn, .btn-group-vertical .btn-group {
        width: 100%
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

    .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none
    }

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

    .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0
    }

        .input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
            margin-left: -1px
        }

        .input-group > .custom-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-select:not(:last-child), .input-group > .form-control:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

    .input-group-append .btn, .input-group-prepend .btn {
        position: relative;
        z-index: 2
    }

        .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
            margin-left: -1px
        }

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .input-group-text input[type=checkbox], .input-group-text input[type=radio] {
        margin-top: 0
    }

.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 {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.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 {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        background-color: #007bff
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
    }

    .custom-control-input:active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0
}

    .custom-control-label::before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #dee2e6
    }

    .custom-control-label::after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%
    }

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(128,189,255,.5)
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef
    }

    .custom-select::-ms-expand {
        opacity: 0
    }

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

        .custom-file-input:focus ~ .custom-file-label::after {
            border-color: #80bdff
        }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse"
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 2.25rem;
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: 1px solid #ced4da;
        border-radius: 0 .25rem .25rem 0
    }

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-range:focus {
        outline: 0
    }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

    .custom-range::-moz-focus-outer {
        border: 0
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.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 screen and (prefers-reduced-motion:reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #6c757d
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

    .nav-tabs .nav-item {
        margin-bottom: -1px
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #dee2e6
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link {
    border-radius: .25rem
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #007bff
    }

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .navbar > .container, .navbar > .container-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }
}

@media (max-width:767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

    .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=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-text a {
        color: rgba(0,0,0,.9)
    }

        .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
            color: rgba(0,0,0,.9)
        }

.navbar-dark .navbar-brand {
    color: #fff
}

    .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255,255,255,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,.25)
    }

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-text a {
        color: #fff
    }

        .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
            color: #fff
        }

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-deck .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-group > .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

        .card-group > .card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0
                }

            .card-group > .card:only-child {
                border-radius: .25rem
            }

                .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
                    border-top-left-radius: .25rem;
                    border-top-right-radius: .25rem
                }

                .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
                    border-bottom-right-radius: .25rem;
                    border-bottom-left-radius: .25rem
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
                    border-radius: 0
                }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.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
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none
    }

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

    .badge-primary[href]:focus, .badge-primary[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #0062cc
    }

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

    .badge-secondary[href]:focus, .badge-secondary[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #545b62
    }

.badge-success {
    color: #fff;
    background-color: #28a745
}

    .badge-success[href]:focus, .badge-success[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1e7e34
    }

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

    .badge-info[href]:focus, .badge-info[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #117a8b
    }

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

    .badge-warning[href]:focus, .badge-warning[href]:hover {
        color: #212529;
        text-decoration: none;
        background-color: #d39e00
    }

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

    .badge-danger[href]:focus, .badge-danger[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #bd2130
    }

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

    .badge-light[href]:focus, .badge-light[href]:hover {
        color: #212529;
        text-decoration: none;
        background-color: #dae0e5
    }

.badge-dark {
    color: #fff;
    background-color: #343a40
}

    .badge-dark[href]:focus, .badge-dark[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1d2124
    }

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: .75rem 1.25rem;
        color: inherit
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

    .alert-primary hr {
        border-top-color: #9fcdff
    }

    .alert-primary .alert-link {
        color: #002752
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

    .alert-secondary hr {
        border-top-color: #c8cbcf
    }

    .alert-secondary .alert-link {
        color: #202326
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

    .alert-success hr {
        border-top-color: #b1dfbb
    }

    .alert-success .alert-link {
        color: #0b2e13
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

    .alert-info hr {
        border-top-color: #abdde5
    }

    .alert-info .alert-link {
        color: #062c33
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

    .alert-warning hr {
        border-top-color: #ffe8a1
    }

    .alert-warning .alert-link {
        color: #533f03
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

    .alert-danger hr {
        border-top-color: #f1b0b7
    }

    .alert-danger .alert-link {
        color: #491217
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .alert-light hr {
        border-top-color: #ececf6
    }

    .alert-light .alert-link {
        color: #686868
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

    .alert-dark hr {
        border-top-color: #b9bbbe
    }

    .alert-dark .alert-link {
        color: #040505
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

    .list-group-item-action:focus, .list-group-item-action:hover {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef
    }

.list-group-item {
    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:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .list-group-item:focus, .list-group-item:hover {
        z-index: 1;
        text-decoration: none
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #004085;
        background-color: #9fcdff
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #004085;
        border-color: #004085
    }

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        color: #383d41;
        background-color: #c8cbcf
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41
    }

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #155724;
        background-color: #b1dfbb
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #155724;
        border-color: #155724
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #0c5460;
        background-color: #abdde5
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #856404;
        background-color: #ffe8a1
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #721c24;
        background-color: #f1b0b7
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24
    }

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

    .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
        color: #818182;
        background-color: #ececf6
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: #1b1e21;
        background-color: #b9bbbe
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:not(:disabled):not(.disabled) {
        cursor: pointer
    }

        .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
            color: #000;
            text-decoration: none;
            opacity: .75
        }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - (.5rem * 2));
        content: ""
    }

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

        .modal-dialog-centered::before {
            height: calc(100vh - (1.75rem * 2))
        }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    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;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .popover .arrow {
        position: absolute;
        display: block;
        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) * -1)
    }

        .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
            border-width: .5rem .5rem 0
        }

        .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
            bottom: 0;
            border-top-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
            bottom: 1px;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

    .bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
        left: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
            border-width: .5rem .5rem .5rem 0
        }

        .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
            left: 0;
            border-right-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
            left: 1px;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

    .bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
        top: calc((.5rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
            border-width: 0 .5rem .5rem .5rem
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
            top: 0;
            border-bottom-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
            top: 1px;
            border-bottom-color: #fff
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

    .bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
        right: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
            border-width: .5rem 0 .5rem .5rem
        }

        .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
            right: 0;
            border-left-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
            right: 1px;
            border-left-color: #fff
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        display: block;
        transition: -webkit-transform .6s ease;
        transition: transform .6s ease;
        transition: transform .6s ease,-webkit-transform .6s ease
    }

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}

    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right, .carousel-item-next {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

    .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        opacity: 1
    }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9
    }

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(255,255,255,.5)
    }

        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ""
        }

        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ""
        }

    .carousel-indicators .active {
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@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-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
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0,0,0,.5) !important
}

.text-white-50 {
    color: rgba(255,255,255,.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@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
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #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
    }
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut
    }

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

    .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
        max-height: 0
    }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.html) 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%
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

    .fancybox-container * {
        box-sizing: border-box
    }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s,visibility 0s linear .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s,visibility 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

    .fancybox-slide:before {
        content: "";
        display: inline-block;
        height: 100%;
        margin-right: -.25em;
        vertical-align: middle;
        width: 0
    }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0
}

    .fancybox-slide--image:before {
        display: none
    }

.fancybox-slide--html {
    padding: 6px 6px 0
}

.fancybox-slide--iframe {
    padding: 44px 44px 0
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5,0,.14,1);
    animation-timing-function: cubic-bezier(.5,0,.14,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px
}

.fancybox-iframe, .fancybox-video {
    background: 0 0;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    vertical-align: top
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

    .fancybox-error p {
        color: #444;
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        padding: 0
    }

.fancybox-button {
    background: rgba(30,30,30,.6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: 0;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px
}

    .fancybox-button, .fancybox-button:link, .fancybox-button:visited {
        color: #ccc
    }

        .fancybox-button:focus, .fancybox-button:hover {
            color: #fff
        }

        .fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
            color: #888;
            cursor: default
        }

        .fancybox-button svg {
            display: block;
            overflow: visible;
            position: relative;
            shape-rendering: geometricPrecision
        }

            .fancybox-button svg path {
                fill: transparent;
                stroke: currentColor;
                stroke-linejoin: round;
                stroke-width: 3
            }

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
    fill: currentColor
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    transition: opacity .25s,visibility 0s,color .25s
}

.fancybox-navigation .fancybox-button:after {
    content: "";
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10
}

    .fancybox-close-small svg {
        fill: transparent;
        opacity: .8;
        stroke: currentColor;
        stroke-width: 1.5;
        transition: stroke .1s
    }

    .fancybox-close-small:focus {
        outline: 0
    }

    .fancybox-close-small:hover svg {
        opacity: 1
    }

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px
}

    .fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
        background: 0 0;
        color: #fff
    }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0
}

    .fancybox-caption:before {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
        background-repeat: repeat-x;
        background-size: contain;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: -25px;
        z-index: -1
    }

    .fancybox-caption:after {
        border-bottom: 1px solid hsla(0,0%,100%,.3);
        content: "";
        display: block;
        left: 44px;
        position: absolute;
        right: 44px;
        top: 0
    }

    .fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
        color: #ccc;
        text-decoration: none
    }

        .fancybox-caption a:hover {
            color: #fff;
            text-decoration: underline
        }

.fancybox-loading {
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: 0 0;
    border: 6px solid hsla(0,0%,39%,.5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5,1.5,1.5);
    transform: scale3d(1.5,1.5,1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5,.5,.5);
    transform: scale3d(.5,.5,.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
    transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
    transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
    transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);
    transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

    .fancybox-share h1 {
        color: #222;
        font-size: 35px;
        font-weight: 700;
        margin: 0 0 20px
    }

    .fancybox-share p {
        margin: 0;
        padding: 0
    }

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

    .fancybox-share__button:link, .fancybox-share__button:visited {
        color: #fff
    }

    .fancybox-share__button:hover {
        text-decoration: none
    }

.fancybox-share__button--fb {
    background: #3b5998
}

    .fancybox-share__button--fb:hover {
        background: #344e86
    }

.fancybox-share__button--pt {
    background: #bd081d
}

    .fancybox-share__button--pt:hover {
        background: #aa0719
    }

.fancybox-share__button--tw {
    background: #1da1f2
}

    .fancybox-share__button--tw:hover {
        background: #0d95e8
    }

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

    .fancybox-share__button svg path {
        fill: #fff
    }

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs > ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x > ul {
    overflow: hidden
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs > ul > li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs-loading {
    background: rgba(0,0,0,.1)
}

.fancybox-thumbs > ul > li {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

    .fancybox-thumbs > ul > li:before {
        border: 4px solid #4ea7f9;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: all .2s cubic-bezier(.25,.46,.45,.94);
        z-index: 99991
    }

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:800px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px)
    }
}
/*!
* Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    transform: rotate(90deg)
}

.fa-rotate-180 {
    transform: rotate(180deg)
}

.fa-rotate-270 {
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-haykal:before {
    content: "\f666"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-train:before {
    content: "\f238"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-water:before {
    content: "\f773"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    src: url(webfonts/fa-brands-400.eot);
    src: url(webfonts/fa-brands-400d41d.eot?#iefix) format("embedded-opentype"),url(webfonts/fa-brands-400.html) format("woff2"),url(webfonts/fa-brands-400.woff) format("woff"),url(webfonts/fa-brands-400.ttf) format("truetype"),url(webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    src: url(webfonts/fa-regular-400.eot);
    src: url(webfonts/fa-regular-400d41d.eot?#iefix) format("embedded-opentype"),url(webfonts/fa-regular-400.html) format("woff2"),url(webfonts/fa-regular-400.woff) format("woff"),url(webfonts/fa-regular-400.ttf) format("truetype"),url(webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    src: url(webfonts/fa-solid-900.eot);
    src: url(webfonts/fa-solid-900d41d.eot?#iefix) format("embedded-opentype"),url(webfonts/fa-solid-900.html) format("woff2"),url(webfonts/fa-solid-900.woff) format("woff"),url(webfonts/fa-solid-900.ttf) format("truetype"),url(webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free"
}

.fa, .fas {
    font-weight: 900
}

.drawer-open {
    overflow: hidden !important
}

.drawer-nav {
    position: fixed;
    z-index: 101;
    top: 0;
    overflow: hidden;
    width: 16.25rem;
    height: 100%;
    color: #222;
    background-color: #fff
}

.drawer-brand {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 3.75rem;
    display: block;
    padding-right: .75rem;
    padding-left: .75rem;
    text-decoration: none;
    color: #222
}

.drawer-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.drawer-menu-item {
    font-size: 1rem;
    display: block;
    padding: .75rem;
    text-decoration: none;
    color: #222
}

    .drawer-menu-item:hover {
        text-decoration: underline;
        color: #555;
        background-color: transparent
    }

.drawer-overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2)
}

.drawer-open .drawer-overlay {
    display: block
}

.drawer--top .drawer-nav {
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    -webkit-transition: top .6s cubic-bezier(.19,1,.22,1);
    transition: top .6s cubic-bezier(.19,1,.22,1)
}

.drawer--top.drawer-open .drawer-nav {
    top: 0
}

.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
    right: 0
}

.drawer--left .drawer-nav {
    left: -16.25rem;
    -webkit-transition: left .6s cubic-bezier(.19,1,.22,1);
    transition: left .6s cubic-bezier(.19,1,.22,1)
}

.drawer--left .drawer-hamburger, .drawer--left.drawer-open .drawer-nav, .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0
}

.drawer--left.drawer-open .drawer-hamburger {
    left: 16.25rem
}

.drawer--right .drawer-nav {
    right: -16.25rem;
    -webkit-transition: right .6s cubic-bezier(.19,1,.22,1);
    transition: right .6s cubic-bezier(.19,1,.22,1)
}

.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0
}

.drawer--right.drawer-open .drawer-hamburger {
    right: 16.25rem
}

.drawer-hamburger {
    outline: 0;
    position: absolute;
    z-index: 104;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 2rem;
    padding: 0;
    padding-top: 18px;
    padding-right: .75rem;
    padding-bottom: 30px;
    padding-left: .75rem;
    -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
    transition: all .6s cubic-bezier(.19,1,.22,1);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    border: 0;
    outline: 0;
    background-color: transparent
}

    .drawer-hamburger:hover {
        cursor: pointer;
        background-color: transparent
    }

.drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 10px
}

    .drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
        width: 100%;
        height: 2px;
        -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
        transition: all .6s cubic-bezier(.19,1,.22,1);
        background-color: #222
    }

        .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
            position: absolute;
            top: -10px;
            left: 0;
            content: " "
        }

        .drawer-hamburger-icon:after {
            top: 10px
        }

.drawer-open .drawer-hamburger-icon {
    background-color: transparent
}

    .drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
        top: 0
    }

    .drawer-open .drawer-hamburger-icon:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .drawer-open .drawer-hamburger-icon:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0,0,0,0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0
}

.drawer--sidebar {
    background-color: #fff
}

    .drawer--sidebar .drawer-contents {
        background-color: #fff
    }

@media (min-width:64em) {
    .drawer--sidebar .drawer-hamburger {
        display: none;
        visibility: hidden
    }

    .drawer--sidebar .drawer-nav {
        display: block;
        -webkit-transform: none;
        transform: none;
        position: fixed;
        width: 12.5rem;
        height: 100%
    }

    .drawer--sidebar.drawer--left .drawer-nav {
        left: 0;
        border-right: 1px solid #ddd
    }

    .drawer--sidebar.drawer--left .drawer-contents {
        margin-left: 12.5rem
    }

    .drawer--sidebar.drawer--right .drawer-nav {
        right: 0;
        border-left: 1px solid #ddd
    }

    .drawer--sidebar.drawer--right .drawer-contents {
        margin-right: 12.5rem
    }

    .drawer--sidebar .drawer-container {
        max-width: 48rem
    }
}

@media (min-width:75em) {
    .drawer--sidebar .drawer-nav {
        width: 16.25rem
    }

    .drawer--sidebar.drawer--left .drawer-contents {
        margin-left: 16.25rem
    }

    .drawer--sidebar.drawer--right .drawer-contents {
        margin-right: 16.25rem
    }

    .drawer--sidebar .drawer-container {
        max-width: 60rem
    }
}

.drawer--navbarTopGutter {
    padding-top: 3.75rem
}

.drawer-navbar .drawer-navbar-header {
    border-bottom: 1px solid #ddd;
    background-color: #fff
}

.drawer-navbar {
    z-index: 102;
    top: 0;
    width: 100%
}

.drawer-navbar--fixed {
    position: fixed
}

.drawer-navbar-header {
    position: relative;
    z-index: 102;
    box-sizing: border-box;
    width: 100%;
    height: 3.75rem;
    padding: 0 .75rem;
    text-align: center
}

.drawer-navbar .drawer-brand {
    line-height: 3.75rem;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none
}

    .drawer-navbar .drawer-brand:hover {
        background-color: transparent
    }

.drawer-navbar .drawer-nav {
    padding-top: 3.75rem
}

.drawer-navbar .drawer-menu {
    padding-bottom: 7.5rem
}

@media (min-width:64em) {
    .drawer-navbar {
        height: 3.75rem;
        border-bottom: 1px solid #ddd;
        background-color: #fff
    }

        .drawer-navbar .drawer-navbar-header {
            position: relative;
            display: block;
            float: left;
            width: auto;
            padding: 0;
            border: 0
        }

        .drawer-navbar .drawer-menu--right {
            float: right
        }

        .drawer-navbar .drawer-menu li {
            float: left
        }

        .drawer-navbar .drawer-menu-item {
            line-height: 3.75rem;
            padding-top: 0;
            padding-bottom: 0
        }

        .drawer-navbar .drawer-hamburger {
            display: none
        }

        .drawer-navbar .drawer-nav {
            position: relative;
            left: 0;
            overflow: visible;
            width: auto;
            height: 3.75rem;
            padding-top: 0;
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0)
        }

        .drawer-navbar .drawer-menu {
            padding: 0
        }

        .drawer-navbar .drawer-dropdown-menu {
            position: absolute;
            width: 16.25rem;
            border: 1px solid #ddd
        }

        .drawer-navbar .drawer-dropdown-menu-item {
            padding-left: .75rem
        }
}

.drawer-dropdown-menu {
    display: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff
}

    .drawer-dropdown-menu > li {
        width: 100%;
        list-style: none
    }

.drawer-dropdown-menu-item {
    line-height: 3.75rem;
    display: block;
    padding: 0;
    padding-right: .75rem;
    padding-left: 1.5rem;
    text-decoration: none;
    color: #222
}

    .drawer-dropdown-menu-item:hover {
        text-decoration: underline;
        color: #555;
        background-color: transparent
    }

.drawer-dropdown.open > .drawer-dropdown-menu {
    display: block
}

.drawer-dropdown .drawer-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    -webkit-transition: opacity .2s ease,-webkit-transform .2s ease;
    transition: opacity .2s ease,-webkit-transform .2s ease;
    transition: transform .2s ease,opacity .2s ease;
    transition: transform .2s ease,opacity .2s ease,-webkit-transform .2s ease;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.drawer-dropdown.open .drawer-caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.drawer-container {
    margin-right: auto;
    margin-left: auto
}

@media (min-width:64em) {
    .drawer-container {
        max-width: 60rem
    }
}

@media (min-width:75em) {
    .drawer-container {
        max-width: 70rem
    }
}

.drawer--right .drawer-nav {
    height: auto
}

.drawer--right .drawer-hamburger {
    right: 10px
}

    .drawer--right .drawer-hamburger:hover {
        cursor: pointer
    }

.drawer-menu-item {
    color: #fff
}

.drawer-nav {
    background: #c51f30
}

.drawer-hamburger {
    position: absolute;
    z-index: 104;
    top: 10px;
    display: inline-block;
    box-sizing: content-box;
    width: 28px;
    padding: 0;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
    transition: all .6s cubic-bezier(.19,1,.22,1);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    border: 0;
    outline: 0;
    background-color: #fff;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    border-radius: 3px
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    width: 8px;
    height: 8px;
    -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
    transition: all .6s cubic-bezier(.19,1,.22,1);
    background-color: #c51f30;
    border-radius: 50%
}

    .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
        position: absolute;
        top: -12px;
        left: 0;
        content: " "
    }

    .drawer-hamburger-icon:after {
        top: 12px
    }

.drawer-hamburger-icon {
    margin-top: 0;
    left: 10px
}

.drawer--right.drawer-open .drawer-hamburger {
    position: fixed;
    margin-right: 5px
}

.drawer-open .drawer-hamburger-icon {
    background-color: #c51f30
}

.drawer-hamburger:hover {
    background: #fff;
    outline: 0
}

.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
    top: -12px
}

.drawer-open .drawer-hamburger-icon:after {
    top: 12px
}

#menu_mobile .drawer-menu-item:focus, #menu_mobile .drawer-menu-item:hover {
    text-decoration: none;
    color: #fff
}

body {
    font-family: OpenSans;
    font-size: 14px;
    color: #2c2c2c
}

li {
    list-style: none;
    display: block
}

a:focus, a:hover {
    text-decoration: none
}

img {
    vertical-align: middle
}

.fl {
    float: left
}

.fr {
    float: right
}

#menu_mobile .drawer-dropdown-menu-item {
    font-size: .8rem;
    display: block;
    padding: .75rem 1.5rem;
    line-height: 1.5;
    color: #c51f30
}

#content_top {
    position: relative
}

#header_main {
    position: absolute;
    z-index: 99;
    width: 100%
}

#slide_shows {
    position: relative;
    z-index: 1
}

#header_bar {
    background: rgba(0,0,0,.13);
    height: 40px;
    margin-bottom: 20px
}

.icon_email {
    background: url(images/icon_mail.png) no-repeat center center;
    width: 19px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.icon_phone {
    background: url(images/icon_phone.png) no-repeat center center;
    width: 18px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.icon_translator {
    background: url(images/icon_translator.svg) no-repeat center center;
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.icon_fb {
    background: url(images/icon_fb.svg) no-repeat center center;
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.icon_gg {
    background: url(images/icon_gg.svg) no-repeat center center;
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.icon_insta {
    background: url(images/icon_insta.svg) no-repeat center center;
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.icon_twitter {
    background: url(images/icon-twitter.png) no-repeat center center;
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.icon_youtube {
    background: url(images/icon_youtube.svg) no-repeat center center;
    width: 21px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.icon_advice {
    background: url(images/icon_advice.png) no-repeat center center;
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.icon_dbarrow_right {
    background: url(images/icon_dbarrow_right.png) no-repeat center center;
    width: 15px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.icon_dbarrow_red {
    background: url(images/icon_dbarrow_red.svg) no-repeat center center;
    width: 15px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.icon_submenu {
    background: url(images/icon_submenu.png) no-repeat center center;
    width: 7px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}

.icon_arrow_down {
    background: url(images/icon_arrow_down.png) no-repeat center center;
    width: 9px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.icon_down_arrow {
    background: url(images/down-arrow.png) no-repeat center center;
    width: 14px;
    height: 15px;
    display: inline-block;
    vertical-align: middle
}

#header_bar ul {
    display: flex;
    margin: 0;
    padding: 0;
    height: 40px;
    align-items: center
}

    #header_bar ul li {
        font-size: 13px;
        color: #fff
    }

        #header_bar ul li a {
            font-size: 13px;
            color: #fff
        }

            #header_bar ul li a.hb-phone {
                font-family: Roboto_Bold_Condensed,sans-serif;
                font-size: 14px;
                color: #fb2121
            }

.hb_left li:first-child {
    border-right: 1px solid #fff;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 15px
}

.hb_right {
    justify-content: flex-end
}

    .hb_right li:nth-child(2) {
        margin-left: 5px
    }

.menu_main {
    display: flex;
    align-items: center;
    height: 80px;
    line-height: 80px;
    background-position: left top;
    background-repeat: no-repeat;
    border-color: rgba(224,224,224,.27);
    margin-right: 20px
}

    .menu_main ul {
        display: inline-block;
        margin: 0 auto
    }

        .menu_main ul li {
            float: left;
            padding: 0 20px;
            position: relative
        }

            .menu_main ul li.logo_nav img {
                max-width: 200px;
                vertical-align: middle
            }

        .menu_main ul > li a:hover, .menu_main ul > li.active a {
            color: #c51f30
        }

        .menu_main ul > li.active a {
            text-transform: uppercase
        }

            .menu_main ul > li a:hover .arrow_language, .menu_main ul > li.active a .arrow_language {
                background: url(images/icon_arrow_down.png) no-repeat center center
            }

        .menu_main ul li a {
            position: relative;
            color: #fff;
            font-size: 15px;
            letter-spacing: 1.17px;
            line-height: 19px;
            display: inline-block;
            font-family: Roboto_Bold_Condensed
        }

            .menu_main ul li a:after {
                content: '';
                position: absolute;
                bottom: -10px;
                left: 50%;
                width: 50px;
                height: 2px;
                margin-left: -25px;
                background: #c51f30;
                -webkit-transform: scaleX(0);
                transform: scaleX(0);
                transition: -webkit-transform .15s;
                transition: transform .15s;
                transition: transform .15s,-webkit-transform .15s
            }

            .menu_main ul li a:hover:after {
                -webkit-transform: scaleX(1);
                transform: scaleX(1);
                transition-timing-function: cubic-bezier(.4,0,.2,1);
                transition-duration: .3s;
                background-color: #c51f30
            }

        .menu_main ul li.active a:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            width: 50px;
            height: 2px;
            margin-left: -25px;
            background: #c51f30;
            -webkit-transform: scaleX(1);
            transform: scaleX(1)
        }

        .menu_main ul li .sub_menu {
            visibility: hidden;
            opacity: 0;
            width: 235px;
            background: #fff;
            padding: 5px 15px;
            border-radius: 10px;
            position: absolute;
            margin-top: -10px;
            -webkit-box-shadow: 0 7px 7px 0 rgba(0,0,0,.31);
            -moz-box-shadow: 0 7px 7px 0 rgba(0,0,0,.31);
            box-shadow: 0 7px 7px 0 rgba(0,0,0,.31);
            transform: translateY(-2em);
            z-index: -1;
            transition: all .3s ease-in-out 0s,visibility 0s linear .3s,z-index 0s linear 10ms;
            left: 50%;
            margin-left: -105px
        }

            .menu_main ul li .sub_menu a:hover:after {
                display: none
            }

            .menu_main ul li .sub_menu:before {
                content: "";
                position: absolute;
                width: 0;
                height: 0;
                border-right: 7px solid transparent;
                border-left: 7px solid transparent;
                right: 50%;
                top: -7px;
                border-bottom: 7px solid #fff
            }

            .menu_main ul li .sub_menu > li {
                display: inline-block;
                font-size: 18px;
                color: #fff;
                line-height: 40px;
                width: 100%;
                padding: 0;
                letter-spacing: normal
            }

                .menu_main ul li .sub_menu > li > a {
                    display: inline-block;
                    font-size: 15px;
                    color: #313131;
                    line-height: 30px;
                    border-bottom: 1px solid #fff;
                    font-family: OpenSans;
                    letter-spacing: normal;
                    width: 100%;
                    text-transform: none
                }

                .menu_main ul li .sub_menu > li:last-child a {
                    border-bottom: 0
                }

                .menu_main ul li .sub_menu > li:hover a {
                    color: #313131
                }

        .menu_main ul li ul.sub_menu {
            display: block
        }

        .menu_main ul li:focus ul.sub_menu, .menu_main ul li:focus-within ul.sub_menu, .menu_main ul li:hover ul.sub_menu {
            visibility: visible;
            opacity: 1;
            z-index: 1;
            transform: translateY(0);
            transition-delay: 0s,0s,.3s
        }

.btn_header {
    width: 180px;
    height: 38px;
    background: rgba(253,122,62,1);
    background: -moz-linear-gradient(left,rgba(255,244,15,1) 0,rgba(255,244,135,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(253,122,62,1)),color-stop(100%,rgba(255,244,135,1)));
    background: -webkit-linear-gradient(left,rgba(253,122,62,1) 0,rgba(255,244,135,1) 100%);
    background: -o-linear-gradient(left,rgba(253,122,62,1) 0,rgba(255,244,135,1) 100%);
    background: -ms-linear-gradient(left,rgba(253,122,62,1) 0,rgba(255,244,135,1) 100%);
    background: linear-gradient(to right,rgba(253,122,62,1) 0,rgba(255,244,135,1) 100%);
    border-radius: 50px;
    text-align: center
}

.menu_main ul li a.btn_header {
    line-height: 38px
}

.menu_main ul li:last-child {
    padding-right: 0
}

    .menu_main ul li:last-child a {
        letter-spacing: normal
    }

        .menu_main ul li:last-child a span {
            vertical-align: middle
        }

    .menu_main ul li:last-child:hover a:after {
        display: none
    }

    .menu_main ul li:last-child:hover a {
        color: #fff
    }

.btn_load_more {
    min-width: 175px;
    background: rgba(255,244,135,1);
    background: -moz-linear-gradient(left,rgba(255,244,135,1) 0,rgba(253,122,62,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(255,244,135,1)),color-stop(100%,rgba(253,122,62,1)));
    background: -webkit-linear-gradient(left,rgba(255,244,135,1) 0,rgba(253,122,62,1) 100%);
    background: -o-linear-gradient(left,rgba(255,244,135,1) 0,rgba(253,122,62,1) 100%);
    background: -ms-linear-gradient(left,rgba(255,244,135,1) 0,rgba(253,122,62,1) 100%);
    background: linear-gradient(to right,rgba(255,244,135,1) 0,rgba(253,122,62,1) 100%);
    height: 55px;
    font-size: 18px;
    font-family: OpenSans_Bold;
    border: 0;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

    .btn_load_more:active, .btn_load_more:focus, .btn_load_more:hover {
        color: #fff
    }

.waves {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 12vh;
    min-height: 80px;
    max-height: 120px;
    z-index: 99
}

    .waves .content {
        position: relative;
        height: 20vh;
        text-align: center;
        background-color: #fff
    }

.parallax > use {
    -webkit-animation: move-forever 15s cubic-bezier(.55,.5,.45,.5) infinite;
    animation: move-forever 15s cubic-bezier(.55,.5,.45,.5) infinite
}

    .parallax > use:nth-child(1) {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
        -webkit-animation-duration: 3s;
        animation-duration: 3s
    }

    .parallax > use:nth-child(2) {
        -webkit-animation-delay: -2s;
        animation-delay: -2s;
        -webkit-animation-duration: 5s;
        animation-duration: 5s
    }

    .parallax > use:nth-child(3) {
        -webkit-animation-delay: -3s;
        animation-delay: -3s;
        -webkit-animation-duration: 7s;
        animation-duration: 7s
    }

    .parallax > use:nth-child(4) {
        -webkit-animation-delay: -4s;
        animation-delay: -4s;
        -webkit-animation-duration: 10s;
        animation-duration: 10s
    }

@-webkit-keyframes move-forever {
    0% {
        -webkit-transform: translate3d(-90px,0,0);
        transform: translate3d(-90px,0,0)
    }

    100% {
        -webkit-transform: translate3d(85px,0,0);
        transform: translate3d(85px,0,0)
    }
}

@keyframes move-forever {
    0% {
        -webkit-transform: translate3d(-90px,0,0);
        transform: translate3d(-90px,0,0)
    }

    100% {
        -webkit-transform: translate3d(85px,0,0);
        transform: translate3d(85px,0,0)
    }
}

@-webkit-keyframes move-up-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes move-up-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

#slide_shows .displaced-top {
    max-width: 100%;
    margin: 0
}

div.wpcf7 {
    margin: 0;
    padding: 0
}

.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
}

.visible-ms, .visible-xs {
    display: none !important
}

.visible-ms-block, .visible-ms-inline, .visible-ms-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width:479px) {
    .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:479px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:479px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:479px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:480px) and (max-width:767px) {
    .visible-ms {
        display: block !important
    }

    table.visible-ms {
        display: table !important
    }

    tr.visible-ms {
        display: table-row !important
    }

    td.visible-ms, th.visible-ms {
        display: table-cell !important
    }
}

@media (min-width:480px) and (max-width:767px) {
    .visible-ms-block {
        display: block !important
    }
}

@media (min-width:480px) and (max-width:767px) {
    .visible-ms-inline {
        display: inline !important
    }
}

@media (min-width:480px) and (max-width:767px) {
    .visible-ms-inline-block {
        display: inline-block !important
    }
}

@media (max-width:479px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:480px) and (max-width:767px) {
    .hidden-ms {
        display: none !important
    }
}

@media (min-width:1200px) and (max-width:1599px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-xl, .visible-xl-block, .visible-xl-inline, .visible-xl-inline-block {
    display: none !important
}

.ltx-font {
    display: inline-block;
    font-family: ltx-font;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    .ltx-font.ltx-icon-left-arrow-new:before {
        content: "\e80f"
    }

p {
    font-size: 16px;
    line-height: 1.6em;
    font-family: OpenSans,sans-serif;
    font-weight: 400
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    text-decoration: none;
    color: #282834
}

    a:focus, a:hover {
        color: #dc2751;
        text-decoration: none
    }

h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.3em
}

.h1, h1 {
    margin: 0 0 10px;
    font-size: 80px
}

@media (max-width:1199px) {
    .h1, h1 {
        font-size: 64px
    }
}

@media (max-width:991px) {
    .h1, h1 {
        font-size: 48px
    }
}

@media (max-width:768px) {
    .h1, h1 {
        font-size: 48px
    }
}

@media (max-width:479px) {
    .h1, h1 {
        font-size: 32px
    }
}

.h2, h2 {
    margin: 42px 0 16px;
    font-size: 60px;
    line-height: 1.2em
}

@media (min-width:1200px) and (max-width:1599px) {
    .h2, h2 {
        font-size: 56px
    }
}

@media (max-width:1199px) {
    .h2, h2 {
        font-size: 48px
    }
}

@media (max-width:768px) {
    .h2, h2 {
        font-size: 48px
    }
}

.h3, h3 {
    margin: 42px 0 16px;
    font-size: 48px
}

@media (max-width:768px) {
    .h3, h3 {
        font-size: 28px
    }
}

.h4, h4 {
    margin: 42px 0 16px;
    font-size: 30px
}

@media (max-width:768px) {
    .h4, h4 {
        font-size: 24px
    }
}

.h5, h5 {
    margin: 42px 0 16px;
    font-size: 24px
}

.h6, h6 {
    margin: 42px 0 16px;
    font-size: 18px
}

figure {
    margin: 1em 0
}

pre {
    font-size: 16px;
    line-height: 1.6em;
    font-family: OpenSans,sans-serif;
    font-weight: 400;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: border-box;
    padding: 45px;
    background-color: #f0f0f3
}

code {
    color: #282834;
    background-color: #f0f0f3
}

hr {
    margin: 20px 0;
    border-color: #282834;
    zoom: 1;
    -webkit-opacity: .15;
    -moz-opacity: .15;
    opacity: .15
}

    hr.wp-block-separator {
        max-width: 200px !important;
        margin: 20px auto !important;
        border-top: 1px solid #282834;
        border-bottom: 0
    }

        hr.wp-block-separator.is-style-wide {
            max-width: initial;
            border-top: 2px solid #282834;
            border-bottom: 0
        }

        hr.wp-block-separator.is-style-dots {
            max-width: 200px;
            border-top-style: dotted
        }

            hr.wp-block-separator.is-style-dots:before {
                display: none
            }

blockquote {
    border: 0 none;
    margin: 40px 0;
    padding: 50px 80px 70px;
    position: relative;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    color: #282834;
    border: 4px solid #dc2751;
    border-color: #dc2751;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: border-box
}

@media (max-width:768px) {
    blockquote {
        padding-left: 30px;
        padding-right: 30px
    }
}

blockquote:before {
    font-style: normal;
    display: block;
    font-family: Montserrat,serif;
    font-weight: 900;
    content: "‘’";
    text-align: center;
    color: #dc2751;
    font-size: 60px;
    height: 48px;
    overflow: hidden;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 10px
}

blockquote.wp-block-quote:not(.is-large):not(.is-style-large) {
    padding: 60px;
    border-color: #dc2751
}

blockquote.wp-block-quote.is-large {
    padding: 60px
}

    blockquote.wp-block-quote.is-large cite, blockquote.wp-block-quote.is-large p {
        text-align: center
    }

blockquote cite {
    font-weight: #000;
    font-style: normal;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
    display: block;
    font-size: 16px;
    font-family: Montserrat,serif;
    font-weight: 900;
    font-weight: 700;
    color: #282834
}

    blockquote cite:before {
        content: "";
        display: block;
        margin: 0 auto 10px;
        border-top: 2px solid #dc2751;
        border-color: #dc2751;
        width: 50px
    }

blockquote > p {
    font-weight: 400;
    font-size: 24px !important
}

@media (max-width:768px) {
    blockquote > p {
        font-size: 18px !important
    }
}

blockquote a {
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    color: #282834
}

    blockquote a:hover {
        color: #dc2751
    }

.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
    font-size: 16px
}

.wp-block-pullquote p {
    font-size: 18px
}

.wp-block-pullquote cite {
    text-align: center;
    text-transform: none
}

ul.aligncenter {
    list-style: none
}

.wp-block-pullquote {
    border: 0 none;
    color: #282834;
    padding: 0
}

ul.wp-block-gallery {
    margin-left: 0
}

.wp-block-button__link {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #dc2751
}

    .wp-block-button__link:hover {
        background-color: #282834
    }

.wp-block-cover, .wp-block-cover-image {
    margin-bottom: 20px
}

    .wp-block-cover .wp-block-cover-text {
        font-size: 24px
    }

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper {
    position: relative
}

    .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe {
        bottom: 0;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%
    }

    .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
        content: "";
        display: block;
        padding-top: 50%
    }

    .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
        padding-top: 42.85%
    }

    .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
        padding-top: 50%
    }

    .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
        padding-top: 56.25%
    }

    .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
        padding-top: 75%
    }

    .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
        padding-top: 100%
    }

.wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
    padding-top: 66.66%
}

.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-button__link {
    font-family: Montserrat,serif;
    font-weight: 900;
    color: #fff
}

.wp-block-pullquote cite, .wp-block-quote cite, .wp-block-quote footer, .wp-block-quote__citation {
    font-size: 18px;
    font-family: Montserrat,serif;
    font-weight: 900;
    color: #282834
}

.blog-post p.has-small-font-size, p.has-small-font-size {
    font-size: 14px
}

.blog-post p.has-large-font-size, p.has-large-font-size {
    font-size: 24px
}

[class*=" icon-"]:before, [class^=icon-]:before {
    font-family: recond-fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.header {
    font-family: Montserrat,serif;
    font-weight: 900;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

a {
    transition: color .5s ease
}

    a > h1, a > h2, a > h3, a > h4, a > h5, a > h6 {
        transition: color .5s ease
    }

    a:hover {
        color: rgba(19,19,19,.7)
    }

    a:focus {
        outline: 0 none
    }

    a img {
        border: 0;
        outline: 0 none
    }

.small {
    font-size: 12px
}

.comment-text h1:first-child, .comment-text h2:first-child, .comment-text h3:first-child, .comment-text h4:first-child, .comment-text h5:first-child, .comment-text h6:first-child, .text-page h1:first-child, .text-page h2:first-child, .text-page h3:first-child, .text-page h4:first-child, .text-page h5:first-child, .text-page h6:first-child {
    margin-top: 0
}

.comment-text ul li, .text-page ul li {
    margin-bottom: 6px
}

.comment-text h1, .text-page h1 {
    margin-bottom: 16px
}

    .comment-text h1 + h2, .comment-text h1 + h3, .comment-text h1 + h4, .comment-text h1 + h5, .comment-text h1 + h6, .comment-text h2 + h3, .comment-text h2 + h4, .comment-text h2 + h5, .comment-text h2 + h6, .comment-text h3 + h4, .comment-text h3 + h5, .comment-text h3 + h6, .comment-text h4 + h5, .comment-text h4 + h6, .comment-text h5 + h6, .text-page h1 + h2, .text-page h1 + h3, .text-page h1 + h4, .text-page h1 + h5, .text-page h1 + h6, .text-page h2 + h3, .text-page h2 + h4, .text-page h2 + h5, .text-page h2 + h6, .text-page h3 + h4, .text-page h3 + h5, .text-page h3 + h6, .text-page h4 + h5, .text-page h4 + h6, .text-page h5 + h6 {
        margin-top: 0
    }

.comment-text hr, .text-page hr {
    margin: 30px 0 26px
}

    .comment-text hr + h1, .comment-text hr + h2, .comment-text hr + h3, .text-page hr + h1, .text-page hr + h2, .text-page hr + h3 {
        margin-top: 30px
    }

.comment-text dl dd, .text-page dl dd {
    margin: 0 0 10px 20px
}

.comment-text ol ol, .comment-text ol ul, .comment-text ul ol, .comment-text ul ul, .text-page ol ol, .text-page ol ul, .text-page ul ol, .text-page ul ul {
    margin-top: 6px
}

.comment-text dt, .text-page dt {
    font-weight: 700
}

.comment-text p, .text-page p {
    margin-bottom: 30px
}

.comment-text kbd, .text-page kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

.comment-text code, .comment-text kbd, .comment-text pre, .comment-text samp, .text-page code, .text-page kbd, .text-page pre, .text-page samp {
    font-family: monospace,monospace;
    font-size: 1em
}

.comment-text abbr[title], .text-page abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

.comment-text .tags-short, .text-page .tags-short {
    margin-top: 16px;
    padding-top: 16px
}

.comment-text img.left, .text-page img.left {
    margin: 9px 30px 15px 0;
    float: left
}

@media (max-width:991px) {
    .comment-text img.size-full, .text-page img.size-full {
        max-width: 100% !important;
        height: auto !important
    }
}

.comment-text table:not(#wp-calendar):not(.variations), .text-page table:not(#wp-calendar):not(.variations) {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0
}

    .comment-text table:not(#wp-calendar):not(.variations) td, .comment-text table:not(#wp-calendar):not(.variations) th, .text-page table:not(#wp-calendar):not(.variations) td, .text-page table:not(#wp-calendar):not(.variations) th {
        padding: 20px 32px;
        font-size: 16px
    }

    .comment-text table:not(#wp-calendar):not(.variations) thead tr:first-child th:first-child, .text-page table:not(#wp-calendar):not(.variations) thead tr:first-child th:first-child {
        -webkit-border-top-left-radius: 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius-topleft: 0;
        -moz-background-clip: padding;
        border-top-left-radius: 0
    }

    .comment-text table:not(#wp-calendar):not(.variations) thead tr:first-child th:last-child, .text-page table:not(#wp-calendar):not(.variations) thead tr:first-child th:last-child {
        -webkit-border-top-right-radius: 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius-topright: 0;
        -moz-background-clip: padding;
        border-top-right-radius: 0
    }

    .comment-text table:not(#wp-calendar):not(.variations) thead th, .text-page table:not(#wp-calendar):not(.variations) thead th {
        background-color: #282834;
        color: #fff;
        font-size: 18px;
        font-family: Montserrat,serif;
        font-weight: 900;
        text-transform: none
    }

        .comment-text table:not(#wp-calendar):not(.variations) thead th h1, .comment-text table:not(#wp-calendar):not(.variations) thead th h2, .comment-text table:not(#wp-calendar):not(.variations) thead th h3, .comment-text table:not(#wp-calendar):not(.variations) thead th h4, .comment-text table:not(#wp-calendar):not(.variations) thead th h5, .comment-text table:not(#wp-calendar):not(.variations) thead th h6, .text-page table:not(#wp-calendar):not(.variations) thead th h1, .text-page table:not(#wp-calendar):not(.variations) thead th h2, .text-page table:not(#wp-calendar):not(.variations) thead th h3, .text-page table:not(#wp-calendar):not(.variations) thead th h4, .text-page table:not(#wp-calendar):not(.variations) thead th h5, .text-page table:not(#wp-calendar):not(.variations) thead th h6 {
            text-transform: none
        }

        .comment-text table:not(#wp-calendar):not(.variations) thead th a, .text-page table:not(#wp-calendar):not(.variations) thead th a {
            color: #fff
        }

    .comment-text table:not(#wp-calendar):not(.variations) thead + tbody:first-child tr:first-child td, .comment-text table:not(#wp-calendar):not(.variations) thead + tbody:first-child tr:first-child th, .text-page table:not(#wp-calendar):not(.variations) thead + tbody:first-child tr:first-child td, .text-page table:not(#wp-calendar):not(.variations) thead + tbody:first-child tr:first-child th {
        border-top: 0
    }

    .comment-text table:not(#wp-calendar):not(.variations) tbody td, .comment-text table:not(#wp-calendar):not(.variations) tbody th, .text-page table:not(#wp-calendar):not(.variations) tbody td, .text-page table:not(#wp-calendar):not(.variations) tbody th {
        border-top: 0;
        border-left: 0;
        border-right: 1px solid rgba(0,0,0,.1);
        border-bottom: 1px solid rgba(0,0,0,.1)
    }

        .comment-text table:not(#wp-calendar):not(.variations) tbody td:first-child, .comment-text table:not(#wp-calendar):not(.variations) tbody th:first-child, .text-page table:not(#wp-calendar):not(.variations) tbody td:first-child, .text-page table:not(#wp-calendar):not(.variations) tbody th:first-child {
            border-left: 1px solid rgba(0,0,0,.1)
        }

    .comment-text table:not(#wp-calendar):not(.variations) tbody th, .text-page table:not(#wp-calendar):not(.variations) tbody th {
        font-weight: 700;
        background-color: #f0f0f3
    }

    .comment-text table:not(#wp-calendar):not(.variations) tbody:first-child tr:first-child td, .comment-text table:not(#wp-calendar):not(.variations) tbody:first-child tr:first-child th, .text-page table:not(#wp-calendar):not(.variations) tbody:first-child tr:first-child td, .text-page table:not(#wp-calendar):not(.variations) tbody:first-child tr:first-child th {
        border-top: 1px solid rgba(0,0,0,.1)
    }

    .comment-text table:not(#wp-calendar):not(.variations) tbody:first-child tr:first-child > th, .text-page table:not(#wp-calendar):not(.variations) tbody:first-child tr:first-child > th {
        background-color: #282834;
        color: #fff;
        border-right: none;
        border-top: none;
        border-bottom: none;
        font-size: 18px
    }

    .comment-text table:not(#wp-calendar):not(.variations) tbody:first-child tr:first-child th:first-child, .text-page table:not(#wp-calendar):not(.variations) tbody:first-child tr:first-child th:first-child {
        -webkit-border-top-left-radius: 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius-topleft: 0;
        -moz-background-clip: padding;
        border-top-left-radius: 0
    }

    .comment-text table:not(#wp-calendar):not(.variations) tbody:first-child tr:first-child th:last-child, .text-page table:not(#wp-calendar):not(.variations) tbody:first-child tr:first-child th:last-child {
        -webkit-border-top-right-radius: 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius-topright: 0;
        -moz-background-clip: padding;
        border-top-right-radius: 0
    }

    .comment-text table:not(#wp-calendar):not(.variations) tbody tr:nth-child(even) td, .text-page table:not(#wp-calendar):not(.variations) tbody tr:nth-child(even) td {
        background: 0 0
    }

@media (max-width:768px) {
    .comment-text table:not(#wp-calendar):not(.variations) thead th, .text-page table:not(#wp-calendar):not(.variations) thead th {
        font-size: 14px
    }

    .comment-text table:not(#wp-calendar):not(.variations) td, .comment-text table:not(#wp-calendar):not(.variations) th, .text-page table:not(#wp-calendar):not(.variations) td, .text-page table:not(#wp-calendar):not(.variations) th {
        font-size: 12px;
        padding: 10px 12px
    }
}

@media (max-width:479px) {
    .comment-text table:not(#wp-calendar):not(.variations) td, .comment-text table:not(#wp-calendar):not(.variations) th, .text-page table:not(#wp-calendar):not(.variations) td, .text-page table:not(#wp-calendar):not(.variations) th {
        font-size: 12px;
        padding: 5px 7px
    }
}

.comment-text .social-big, .text-page .social-big {
    margin-bottom: 30px;
    margin-left: 0
}

.line-height-2 {
    line-height: 2em
}

.text-md {
    font-size: 18px
}

@media (max-width:768px) {
    .text-md {
        font-size: 16px
    }
}

.text-lg {
    font-family: Montserrat,serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.5em
}

@media (max-width:768px) {
    .text-lg {
        font-size: 18px
    }
}

ul.arrow, ul.check, ul.disc, ul.ul-arrow {
    list-style: none;
    margin-bottom: 30px;
    padding-left: 46px
}

@media (min-width:480px) {
    ul.arrow.two-col, ul.check.two-col, ul.disc.two-col, ul.ul-arrow.two-col {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media (max-width:479px) {
    ul.arrow.two-col, ul.check.two-col, ul.disc.two-col, ul.ul-arrow.two-col {
        text-align: left !important;
        display: inline-block;
        margin: 0 auto
    }
}

ul.arrow.strong li, ul.check.strong li, ul.disc.strong li, ul.ul-arrow.strong li {
    margin-bottom: 10px
}

ul.arrow li, ul.check li, ul.disc li, ul.ul-arrow li {
    margin-bottom: 14px;
    text-align: left
}

    ul.arrow li:before, ul.check li:before, ul.disc li:before, ul.ul-arrow li:before {
        content: "\f00c";
        display: block;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: 100;
        position: absolute;
        margin: 0 0 0 -46px
    }

ul.arrow.check, ul.check.check, ul.disc.check, ul.ul-arrow.check {
    padding-left: 38px
}

    ul.arrow.check li, ul.check.check li, ul.disc.check li, ul.ul-arrow.check li {
        margin-bottom: 22px
    }

        ul.arrow.check li:before, ul.check.check li:before, ul.disc.check li:before, ul.ul-arrow.check li:before {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background-clip: border-box;
            margin-left: -30px;
            margin-top: 5px
        }

ul.arrow li:before, ul.check li:before, ul.disc li:before, ul.ul-arrow li:before {
    color: #dc2751
}

ul.arrow.arrow li:before, ul.arrow.ul-arrow li:before, ul.check.arrow li:before, ul.check.ul-arrow li:before, ul.disc.arrow li:before, ul.disc.ul-arrow li:before, ul.ul-arrow.arrow li:before, ul.ul-arrow.ul-arrow li:before {
    content: "\f105";
    display: block;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 100;
    position: absolute;
    margin: 4px 0 0 -16px
}

ul.arrow.disc li:before, ul.check.disc li:before, ul.disc.disc li:before, ul.ul-arrow.disc li:before {
    content: "•";
    font-size: 22px;
    margin: 0 0 0 -18px
}

ul.multicol {
    padding-left: 0;
    list-style: none
}

    ul.multicol li {
        width: 24.8%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 18px
    }

@media (max-width:1599px) {
    ul.multicol li {
        width: 33%
    }
}

@media (max-width:991px) {
    ul.multicol li {
        width: 49%
    }
}

@media (max-width:768px) {
    ul.multicol li {
        width: 100%
    }
}

ul.multicol li:before {
    content: "•";
    font-size: 16px;
    margin: 0 10px 0 0;
    color: #dc2751
}

.ul-yes {
    display: inline;
    font-weight: 100;
    color: #dc2751;
    margin-right: 10px
}

.ul-no {
    display: inline;
    font-weight: 100;
    font-size: 14px !important;
    color: #282834;
    zoom: 1;
    -webkit-opacity: .25;
    -moz-opacity: .25;
    opacity: .25;
    margin-right: 10px
}

ol {
    padding-left: 30px
}

    ol li {
        padding-left: 10px
    }

.ltx-theme-header {
    text-align: center
}

    .ltx-theme-header .ltx-theme-icon {
        font-size: 48px;
        margin-left: 8px;
        margin-right: 8px
    }

        .ltx-theme-header .ltx-theme-icon.last:before {
            -webkit-transform: scaleX(-1);
            -moz-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            transform: scaleX(-1)
        }

@media (min-width:992px) {
    .header-line-after-left:after, .header-line-after-left:before {
        left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

.header-line-after-center {
    position: relative;
    padding-bottom: 25px
}

    .header-line-after-center:after {
        bottom: 15px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
        border-bottom: 2px solid #dc2751;
        border-color: #dc2751;
        width: 60px;
        content: "";
        display: block
    }

@media (min-width:992px) {
    .header-line-after-center:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.header-line-after {
    position: relative;
    padding-bottom: 25px
}

    .header-line-after:after {
        bottom: 15px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
        border-bottom: 2px solid #dc2751;
        border-color: #dc2751;
        width: 60px;
        content: "";
        display: block
    }

.heading {
    position: relative;
    display: block;
    margin: 64px 0 16px
}

    .heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading h6 {
        z-index: 3;
        position: relative;
        margin: 0
    }

    .heading h1 {
        line-height: 1em
    }

@media (max-width:991px) {
    .heading h1 {
        line-height: 1.3em
    }
}

.heading h2 {
    line-height: 1em
}

.heading h3 {
    line-height: 1.3em
}

.heading h4 {
    line-height: 1.6em
}

.heading h5 {
    line-height: 1.2em
}

.heading a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    .heading a:hover {
        zoom: 1;
        -webkit-opacity: .8;
        -moz-opacity: .8;
        opacity: .8
    }

.heading.header-multi-color span {
    font-weight: 700
}

.heading.header-price .header, .heading.header-price .subheader {
    display: inline;
    font-size: 24px
}

    .heading.header-price .header span, .heading.header-price .subheader span {
        vertical-align: super;
        font-size: 16px
    }

.heading.header-price .header {
    font-size: 18px;
    margin-left: 2px
}

.heading.header-outline-subheader svg {
    margin-bottom: -5px
}

.heading.header-outline-subheader.heading-tag-h2 .header {
    line-height: .9em
}

.heading.header-outline-subheader text {
    font-size: 86px;
    color: transparent;
    fill: transparent;
    stroke: #fff;
    stroke-width: 1px
}

.heading.header-outline-subheader .ltx-mobile {
    display: block
}

    .heading.header-outline-subheader .ltx-mobile span {
        color: transparent
    }

.heading.header-outline-subheader .ltx-desktop {
    display: none
}

.heading.header-underline {
    margin-bottom: 24px
}

    .heading.header-underline:after {
        content: "";
        display: block;
        border-bottom: 2px solid #dc2751;
        border-color: #dc2751;
        margin-top: 24px;
        width: 100px
    }

    .heading.header-underline.align-center:after {
        margin-left: auto;
        margin-right: auto
    }

    .heading.header-underline.align-right:after, .heading.header-underline.align-right:before {
        right: 0;
        left: auto
    }

@media (max-width:768px) {
    .heading.header-underline.align-left, .heading.header-underline.align-right {
        text-align: center
    }

        .heading.header-underline.align-left .header, .heading.header-underline.align-right .header {
            text-align: center
        }
}

.heading.header-with-bg .subheader {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 230px;
    color: #f0f0f3 !important;
    z-index: -1
}

@media (max-width:991px) {
    .heading.header-with-bg .subheader {
        font-size: 100px
    }
}

.bg-color-black .heading.header-with-bg .subheader {
    zoom: 1;
    -webkit-opacity: .02;
    -moz-opacity: .02;
    opacity: .02
}

.bg-color-theme_color .heading.header-with-bg .subheader {
    zoom: 1;
    -webkit-opacity: .3;
    -moz-opacity: .3;
    opacity: .3
}

.bg-color-white .heading.header-with-bg .subheader {
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.heading.header-styled-sheader .subheader {
    font-family: "Architects+Daughter",serif;
    font-weight: 400;
    font-size: 36px;
    font-weight: 200
}

.heading.header-styled-sheader.heading-tag-h1.has-subheader .subheader, .heading.header-styled-sheader.heading-tag-h3.has-subheader.heading-large .subheader {
    font-size: 48px;
    margin-bottom: -18px
}

.heading.line-before {
    padding-left: 200px
}

    .heading.line-before:before {
        content: "";
        width: 170px;
        border-top: 2px solid #fff;
        display: inline-block;
        position: relative;
        left: -200px;
        top: 10px
    }

@media (max-width:1199px) {
    .heading.line-before {
        padding-left: 100px
    }

        .heading.line-before:before {
            width: 70px;
            left: -100px
        }

        .heading.line-before h3 {
            font-size: 30px
        }
}

@media (max-width:768px) {
    .heading.line-before {
        padding-left: 0
    }

        .heading.line-before:before {
            display: none
        }
}

.heading.line-before.has-subheader:before {
    top: 55px
}

.heading.line-after {
    display: inline-block
}

    .heading.line-after .header {
        font-size: 60px
    }

    .heading.line-after:after {
        content: "";
        width: 75px;
        border-top: 3px solid #282834;
        border-color: #282834;
        display: inline-block;
        position: absolute;
        right: -80px;
        top: 40%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

@media (max-width:991px) {
    .heading.line-after.color-main:after {
        display: none
    }
}

@media (max-width:768px) {
    .heading.line-after.color-main .header {
        font-size: 48px
    }
}

.heading.line-after.color-main:after {
    border-color: #dc2751;
    width: 60px;
    top: 44%
}

@media (min-width:992px) {
    .heading.header-subheader.align-left {
        background-position: 0 100%
    }
}

.heading.header-subheader .subheader {
    margin-bottom: 0;
    font-family: "Architects+Daughter",serif;
    font-weight: 400
}

.heading.align-center {
    text-align: center
}

    .heading.align-center .header {
        text-align: center
    }

.heading.align-right {
    text-align: right
}

    .heading.align-right .header {
        text-align: right
    }

.heading.shadow .header {
    text-shadow: 10px 20px 0 rgba(0,0,0,.25)
}

.heading .icon-bg {
    color: #f0f0f3;
    font-size: 180px;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    z-index: 1;
    zoom: 1;
    -webkit-opacity: .05;
    -moz-opacity: .05;
    opacity: .05
}

@media (max-width:768px) {
    .heading.heading-icon {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }
}

.heading .heading-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-top: 15px;
    margin-bottom: 15px
}

@media (max-width:768px) {
    .heading .heading-icon {
        display: none
    }
}

.heading .heading-icon-fa-wrap, .heading .heading-icon-wrap {
    display: inline-block;
    padding: 10px;
    margin: 0 50px 0 0;
    text-align: center;
    line-height: 90px;
    width: 110px;
    height: 110px;
    position: absolute
}

    .heading .heading-icon-fa-wrap.heading-icon-fa-wrap, .heading .heading-icon-wrap.heading-icon-fa-wrap {
        font-size: 74px;
        line-height: 70px;
        width: 70px;
        height: 70px;
        padding: 0;
        margin: 0 30px 0 0;
        vertical-align: middle
    }

@media (max-width:768px) {
    .heading .heading-icon-fa-wrap.heading-icon-fa-wrap, .heading .heading-icon-wrap.heading-icon-fa-wrap {
        margin: 10px 20px 10px 0
    }
}

@media (max-width:479px) {
    .heading .heading-icon-fa-wrap.heading-icon-fa-wrap, .heading .heading-icon-wrap.heading-icon-fa-wrap {
        margin: 0 20px 15px;
        text-align: center
    }
}

.heading .heading-icon-fa-wrap.heading-icon-fa-wrap.bg-white-shadow, .heading .heading-icon-wrap.heading-icon-fa-wrap.bg-white-shadow {
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,.1);
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: border-box
}

.heading .heading-icon-fa-wrap.heading-icon-fa-wrap.bg-main-circle, .heading .heading-icon-wrap.heading-icon-fa-wrap.bg-main-circle {
    background-color: #dc2751;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: border-box
}

.heading .heading-icon-fa-wrap.icon-main-circle, .heading .heading-icon-wrap.icon-main-circle {
    background-color: #dc2751;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: border-box
}

.heading .heading-icon-fa-wrap img, .heading .heading-icon-wrap img {
    margin: 0
}

@media (max-width:991px) {
    .heading .heading-icon-fa-wrap, .heading .heading-icon-wrap {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.heading .heading-icon-fa-wrap + .heading-content, .heading .heading-icon-wrap + .heading-content {
    padding-left: 100px
}

.heading.heading-tag-h2.has-subheader .heading-content {
    padding-left: 120px
}

    .heading.heading-tag-h2.has-subheader .heading-content .subheader {
        font-size: 100px;
        line-height: 100px;
        margin: -16px 0 -12px
    }

    .heading.heading-tag-h2.has-subheader .heading-content .header {
        font-size: 36px
    }

.heading.heading-tag-h2.has-subheader .heading-icon-fa-wrap {
    height: auto;
    width: auto;
    font-size: 100px;
    line-height: 100px
}

.heading.heading-tag-h3.has-subheader .heading-icon-fa-wrap {
    height: auto;
    width: auto;
    color: #282834
}

@media (min-width:1600px) {
    .heading.heading-tag-h3.has-subheader .heading-icon-fa-wrap {
        font-size: 80px;
        line-height: 80px
    }
}

@media (max-width:1599px) {
    .heading.heading-tag-h3.has-subheader .heading-icon-fa-wrap {
        font-size: 64px;
        line-height: 64px
    }
}

.heading.heading-tag-h4.has-subheader .subheader {
    margin-bottom: -12px
}

.heading.heading-tag-h4 .heading-icon-fa-wrap {
    vertical-align: top
}

.heading .heading-image-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%,-40%)
}

.heading .heading-content {
    display: inline-block;
    vertical-align: middle;
    text-align: left
}

    .heading .heading-content > * {
        text-align: left !important
    }

@media (max-width:768px) {
    .heading .heading-content > * {
        text-align: center !important
    }
}

.heading.text-bg {
    position: relative;
    padding: 35px 0
}

    .heading.text-bg .header-text {
        zoom: 1;
        -webkit-opacity: .03;
        -moz-opacity: .03;
        opacity: .03;
        z-index: 1;
        font-family: Montserrat,serif;
        font-weight: 900;
        font-size: 150px;
        top: 50%;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        padding-bottom: 60px
    }

@media (min-width:768px) and (max-width:991px) {
    .heading.text-bg .header-text {
        font-size: 70px
    }
}

@media (max-width:768px) {
    .heading.text-bg .header-text {
        display: none
    }
}

.heading.heading-large h1 {
    font-size: 95px !important;
    line-height: .9em
}

@media (max-width:1199px) {
    .heading.heading-large h1 {
        font-size: 100px !important
    }
}

@media (max-width:991px) {
    .heading.heading-large h1 {
        font-size: 64px !important
    }
}

@media (max-width:479px) {
    .heading.heading-large h1 {
        font-size: 48px !important
    }
}

.heading.heading-large h2 {
    font-size: 120px
}

@media (max-width:1199px) {
    .heading.heading-large h2 {
        font-size: 100px !important
    }
}

@media (max-width:991px) {
    .heading.heading-large h2 {
        font-size: 64px !important
    }
}

@media (max-width:479px) {
    .heading.heading-large h2 {
        font-size: 48px !important
    }
}

.heading.heading-large.header-subheader .subheader {
    font-size: 36px;
    margin-bottom: 0
}

.heading.heading-large.header-subheader .header {
    font-size: 80px
}

@media (max-width:1199px) {
    .heading.heading-large.header-subheader .header {
        font-size: 60px
    }
}

@media (max-width:768px) {
    .heading.heading-large.header-subheader .header {
        font-size: 48px
    }
}

.heading.heading-large h3 {
    font-size: 60px;
    margin: 0 0 -4px !important
}

@media (max-width:1199px) {
    .heading.heading-large h3 {
        font-size: 48px
    }
}

@media (max-width:991px) {
    .heading.heading-large h3 {
        font-size: 48px
    }
}

@media (max-width:479px) {
    .heading.heading-large h3 {
        font-size: 36px
    }
}

.heading.heading-large h4 {
    font-size: 36px
}

@media (max-width:768px) {
    .heading.heading-large h4 {
        font-size: 30px
    }
}

.heading.heading-large.header-underline .subheader {
    font-size: 48px
}

@media (min-width:992px) {
    .heading.heading-large.header-underline .subheader {
        margin-bottom: -36px
    }
}

.heading.heading-xl .subheader {
    margin-bottom: 10px;
    font-size: 58px !important
}

.heading.heading-xl h1 {
    font-size: 100px;
    line-height: 1em
}

.heading.heading-xl h2 {
    font-size: 100px
}

@media (max-width:1199px) {
    .heading.heading-xl h1 {
        font-size: 90px
    }
}

@media (max-width:991px) {
    .heading.heading-xl h1 {
        font-size: 64px
    }
}

@media (max-width:768px) {
    .heading.heading-xl h1 {
        font-size: 64px
    }

        .heading.heading-xl h1 span {
            font-size: 80px
        }
}

@media (max-width:479px) {
    .heading.heading-xl h1 {
        font-size: 48px
    }

        .heading.heading-xl h1 span {
            font-size: 50px
        }

    .heading.heading-xl .subheader {
        font-size: 46px !important
    }
}

.heading.heading-xl h3 {
    font-size: 72px
}

@media (max-width:991px) {
    .heading.heading-xl h2 {
        font-size: 64px
    }
}

@media (max-width:479px) {
    .heading.heading-xl h2 {
        font-size: 48px
    }
}

.heading.transform-header-up {
    text-transform: uppercase
}

.heading.transform-default {
    text-transform: none
}

.heading.color-main .header {
    color: #dc2751
}

.heading.color-second .header {
    color: #dc2751
}

.heading.color-white .header {
    color: #fff
}

.heading.color-black .header {
    color: #282834
}

.heading.color-gray .header {
    color: #282834;
    zoom: 1;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

.heading .header.heading-large span {
    display: block
}

.heading:not(.has-subheader).subcolor-main span {
    color: #dc2751
}

.heading:not(.has-subheader).subcolor-second span {
    color: #dc2751
}

.heading:not(.has-subheader).subcolor-white span {
    color: #fff
}

    .heading:not(.has-subheader).subcolor-white span:before {
        border-color: #fff
    }

.heading:not(.has-subheader).subcolor-black span {
    color: #282834
}

.heading:not(.has-subheader).subcolor-gray span {
    color: #fff;
    zoom: 1;
    -webkit-opacity: .02;
    -moz-opacity: .02;
    opacity: .02
}

.heading.subcolor-main .subheader {
    color: #dc2751
}

.heading.subcolor-second .subheader {
    color: #dc2751
}

.heading.subcolor-white .subheader {
    color: #fff
}

    .heading.subcolor-white .subheader:before {
        border-color: #fff
    }

.heading.subcolor-black .subheader {
    color: #282834
}

.heading.subcolor-gray .subheader {
    color: #fff;
    zoom: 1;
    -webkit-opacity: .02;
    -moz-opacity: .02;
    opacity: .02
}

.bg-color-theme_color .heading.header-underline:after {
    border-color: #fff
}

body.error404 {
    background-size: cover
}

    body.error404 .heading {
        margin-top: 0 !important
    }

        body.error404 .heading.color-main .header {
            color: #fff !important
        }

    body.error404 img {
        max-width: 80%
    }

    body.error404 h3, body.error404 h4 {
        color: #dc2751 !important
    }

    body.error404 section {
        padding-bottom: 100px !important
    }

    body.error404 .ltx-content-wrapper {
        min-height: 90vh
    }

    body.error404 .page-404-default {
        padding: 110px 0
    }

        body.error404 .page-404-default .center-404 {
            max-width: 400px;
            margin: 0 auto 36px
        }

@media (max-width:991px) {
    .mobile-hidden {
        display: none !important
    }
}

@media (max-width:991px) {
    .bg-mobile-hide {
        background-size: 0 !important
    }

        .bg-mobile-hide > div {
            background-size: 0 !important
        }
}

.displaced-top {
    z-index: 10;
    position: relative;
    overflow: visible !important
}

    .displaced-top > div.bg-pos-center-center {
        overflow: visible !important
    }

.ltx-private > .vc_row:before {
    padding-top: 270px !important;
    content: "";
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 270px;
    display: block;
    z-index: 0
}

@media (max-width:991px) {
    .ltx-private > .vc_row:before {
        height: 100px;
        padding-top: 100px !important
    }
}

@media (max-width:479px) {
    .ltx-private > .vc_row:before {
        height: 60px;
        padding-top: 60px !important
    }
}

@media (max-width:1599px) {
    .ltx-private > .vc_row img {
        margin-right: -13%
    }
}

.ltx-plane-large {
    position: relative;
    z-index: 1
}

.ltx-hours {
    list-style: none;
    padding: 0;
    max-width: 360px;
    display: inline-block;
    width: 100%
}

    .ltx-hours li {
        text-align: left;
        padding-bottom: 15px
    }

        .ltx-hours li > strong {
            position: relative
        }

            .ltx-hours li > strong:first-child:after {
                content: "";
                width: 120px;
                border-bottom: 1px solid #000;
                display: inline-block;
                position: absolute;
                left: 110px;
                zoom: 1;
                -webkit-opacity: .1;
                -moz-opacity: .1;
                opacity: .1;
                bottom: 6px
            }

@media (min-width:1200px) and (max-width:1599px) {
    .ltx-hours li > strong:first-child:after {
        width: 50px
    }
}

.ltx-hours li strong + strong {
    float: right;
    color: #282834
}

.bg-parallax-static {
    background-attachment: fixed !important
}

.white-space-top {
    overflow: visible !important
}

.ltx-no-pad .vc_column-inner {
    padding: 0 !important
}

@media (min-width:1200px) and (max-width:1599px) {
    .ltx-lg-smaller .header {
        font-size: 40px
    }
}

.ltx-absolute {
    position: absolute
}

.ltx-records .vc_row {
    position: relative
}

.ltx-records-left {
    position: absolute;
    top: 200px;
    left: 0;
    z-index: 0
}

@media (max-width:1500px) {
    .ltx-records-left {
        left: -150px
    }
}

@media (max-width:1199px) {
    .ltx-records-left {
        left: -300px
    }
}

@media (max-width:991px) {
    .ltx-records-left {
        display: none
    }
}

.ltx-records-left img {
    max-width: initial !important
}

.ltx-records-right {
    position: absolute;
    top: 240px;
    right: 0;
    z-index: 0
}

@media (max-width:1500px) {
    .ltx-records-right {
        right: -150px
    }
}

@media (max-width:1199px) {
    .ltx-records-right {
        right: -300px
    }
}

@media (max-width:991px) {
    .ltx-records-right {
        display: none
    }
}

.ltx-records-right img {
    max-width: initial !important
}

.ltx-waves {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

    .ltx-waves img {
        max-width: initial !important;
        z-index: -1;
        -webkit-animation: wavepulse .5s ease infinite;
        -moz-animation: wavepulse .5s ease infinite;
        -o-animation: wavepulse .5s ease infinite;
        animation: wavepulse .5s ease infinite
    }

@keyframes wavepulse {
    0%,30% {
        transform: scale(1,1)
    }

    50% {
        transform: scale(1.03,1.03)
    }

    100%,70% {
        transform: scale(1,1)
    }
}

.ltx-scroll-section {
    position: relative
}

.ltx-scroll-wrapper {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    pointer-events: none;
    text-align: center
}

    .ltx-scroll-wrapper img {
        margin: 0 auto
    }

.ltx-floating-image.ltx-layer {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 1150px;
    z-index: 1
}

    .ltx-floating-image.ltx-layer img {
        padding-left: 100px
    }

.ltx-background-animation {
    overflow: hidden;
    position: absolute !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0 !important;
    width: 100% !important
}

    .ltx-background-animation .vc_row {
        -webkit-animation: bgscroll 6s linear infinite;
        -moz-animation: bgscroll 6s linear infinite;
        -o-animation: bgscroll 6s linear infinite;
        animation: bgscroll 6s linear infinite;
        min-width: 7680px !important;
        background-repeat: repeat-x !important
    }

@keyframes bgscroll {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-1920px);
        -moz-transform: translateX(-1920px);
        -ms-transform: translateX(-1920px);
        -o-transform: translateX(-1920px);
        transform: translateX(-1920px)
    }
}

.ltx-dj-slider {
    overflow: hidden;
    position: relative
}

    .ltx-dj-slider .ltx-parallax-slider {
        min-height: 1000px;
        z-index: 2
    }

@media (max-width:768px) {
    .ltx-dj-slider .ltx-parallax-slider {
        height: 700px;
        min-height: initial
    }
}

.ltx-dj-slider .ltx-bg {
    z-index: 0
}

    .ltx-dj-slider .ltx-bg img {
        width: 115%;
        max-width: initial;
        margin-left: -4.5%
    }

@media (max-width:1599px) {
    .ltx-dj-slider .ltx-bg img {
        width: auto
    }
}

.ltx-dj-slider .ltx-bg .ltx-layer {
    width: 100%
}

.ltx-dj-slider .ltx-dj {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
    position: absolute;
    height: 860px;
    width: 1034px;
    margin-left: 40px;
    z-index: 10;
    text-align: center
}

@media (min-width:992px) and (max-width:1199px) {
    .ltx-dj-slider .ltx-dj {
        height: 743px;
        width: 894px;
        margin-left: 0
    }
}

@media (max-width:991px) {
    .ltx-dj-slider .ltx-dj {
        height: 439px;
        width: 528px;
        margin-left: 0
    }
}

@media (max-width:768px) {
    .ltx-dj-slider .ltx-dj {
        z-index: 1
    }
}

.ltx-dj-slider .ltx-light {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -230px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 11;
    zoom: 1;
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6
}

.ltx-dj-slider .ltx-header-wrapper {
    z-index: 5;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center
}

    .ltx-dj-slider .ltx-header-wrapper .ltx-header, .ltx-dj-slider .ltx-header-wrapper .ltx-subheader {
        width: 100%
    }

@media (max-width:768px) {
    .ltx-dj-slider .ltx-header-wrapper {
        top: 200px;
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0)
    }
}

.ltx-dj-slider .ltx-header-wrapper .subheader {
    display: inline-block;
    margin: 0 auto;
    font-size: 120px;
    line-height: 1em;
    margin-top: -90px;
    color: transparent
}

@media (min-width:1200px) and (max-width:1599px) {
    .ltx-dj-slider .ltx-header-wrapper .subheader {
        font-size: 100px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .ltx-dj-slider .ltx-header-wrapper .subheader {
        font-size: 80px;
        line-height: 1.3em
    }
}

@media (max-width:991px) {
    .ltx-dj-slider .ltx-header-wrapper .subheader {
        font-size: 64px
    }
}

@media (max-width:768px) {
    .ltx-dj-slider .ltx-header-wrapper .subheader {
        font-size: 36px
    }
}

.ltx-dj-slider .ltx-header-wrapper .header {
    display: inline-block;
    margin: 0 auto;
    line-height: 1em;
    font-size: 250px
}

@media (min-width:1200px) and (max-width:1599px) {
    .ltx-dj-slider .ltx-header-wrapper .header {
        font-size: 210px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .ltx-dj-slider .ltx-header-wrapper .header {
        font-size: 160px;
        margin-top: 20px
    }
}

@media (max-width:991px) {
    .ltx-dj-slider .ltx-header-wrapper .header {
        font-size: 120px;
        margin-top: 30px
    }
}

@media (max-width:768px) {
    .ltx-dj-slider .ltx-header-wrapper .header {
        font-size: 64px
    }
}

#ltx-particles-canvas {
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 200px;
    z-index: 1;
    zoom: 1;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

@media (max-width:768px) {
    #ltx-particles-canvas {
        display: none !important
    }
}

.ltx-player-slider {
    position: relative;
    z-index: 11
}

.dg.ac {
    display: none !important
}

.tariffs-block {
    padding: 60px 0 100px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    color: #282834
}

    .tariffs-block h2 {
        margin-bottom: 30px !important
    }

@media (max-width:991px) {
    .tariffs-block {
        padding: 16px 0 50px;
        background-image: none !important
    }

        .tariffs-block h2 {
            color: #282834
        }
}

.tariff-item {
    background-color: #fff;
    text-align: center;
    padding: 10px 0 75px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: border-box;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #282834
}

@media (min-width:1200px) {
    .tariff-item:hover {
        margin-top: -10px
    }
}

.tariff-item.vip {
    background-color: #dc2751
}

    .tariff-item.vip .label-vip {
        position: absolute;
        right: 0;
        top: 20px;
        z-index: 1;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        font-family: Montserrat,serif;
        font-weight: 900;
        color: #fff
    }

@media (max-width:1199px) {
    .tariff-item {
        margin-bottom: 30px
    }
}

.tariff-item .header {
    margin: 0;
    text-align: center;
    color: #282834;
    font-size: 18px;
    padding: 50px 0 15px
}

.tariff-item .price {
    font-size: 60px;
    line-height: 1em;
    margin: 0 0 25px;
    font-family: Montserrat,serif;
    font-weight: 900;
    color: #282834;
    vertical-align: middle
}

    .tariff-item .price span {
        font-size: 30px;
        vertical-align: baseline;
        display: inline-block
    }

.tariff-item .descr {
    font-size: 16px;
    margin-bottom: 25px;
    padding: 0 35px
}

.tariff-item p {
    text-align: left;
    margin-bottom: 10px;
    line-height: 2em;
    display: inline-block;
    font-size: 18px
}

.tariff-item .image {
    font-size: 48px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    margin: -50px 0 30px;
    text-align: center;
    position: relative;
    z-index: 5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: border-box;
    background-color: #fff
}

    .tariff-item .image:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-clip: border-box;
        zoom: 1;
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5
    }

.tariff-item ul {
    list-style: none;
    margin: 0 auto 15px;
    padding: 0;
    display: inline-block;
    text-align: left
}

    .tariff-item ul li {
        padding: 0;
        margin: 0 0 0 -15px;
        font-size: 16px;
        padding-top: 10px;
        font-family: Montserrat,serif;
        font-weight: 900
    }

        .tariff-item ul li:before {
            content: "\f058";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #2cc678;
            margin-right: 16px
        }

.tariff-item .btn {
    margin-top: 25px;
    margin-bottom: 0
}

.testimonials, .testimonials-block {
    background-color: #f0f0f3
}

    .testimonials h2, .testimonials h4, .testimonials-block h2, .testimonials-block h4 {
        text-align: center
    }

    .testimonials h2, .testimonials-block h2 {
        margin-bottom: 30px !important
    }

    .testimonials hr, .testimonials-block hr {
        margin-top: 0;
        margin-bottom: 30px
    }

    .testimonials .inner, .testimonials-block .inner {
        border-color: transparent !important
    }

.testimonials-block {
    padding-top: 45px
}

@media (min-width:1600px) {
    .testimonials-list .swiper-slide {
        padding: 0 260px
    }
}

@media (min-width:1200px) and (max-width:1599px) {
    .testimonials-list .swiper-slide {
        padding: 0 160px
    }
}

@media (max-width:991px) {
    .testimonials-list .swiper-slide {
        padding-left: 0;
        padding-right: 0
    }
}

.testimonials-list .inner {
    text-align: center;
    position: relative;
    background-color: #fff;
    color: #282834;
    margin: 0 0 20px;
    padding: 100px 60px 95px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: border-box;
    z-index: 2
}

    .testimonials-list .inner:after, .testimonials-list .inner:before {
        content: "";
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: -10px;
        display: block;
        height: 10px;
        background-color: #fff;
        z-index: 0;
        zoom: 1;
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5
    }

    .testimonials-list .inner:after {
        right: 20px;
        left: 20px;
        height: 20px;
        bottom: -20px
    }

@media (max-width:768px) {
    .testimonials-list .inner {
        padding: 100px 30px 65px
    }
}

.testimonials-list .inner .image {
    vertical-align: top;
    display: inline-block;
    margin-bottom: 6px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: border-box;
    position: relative;
    z-index: 2
}

    .testimonials-list .inner .image img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-clip: border-box;
        max-width: 50px;
        height: auto
    }

.testimonials-list .inner .author {
    vertical-align: top;
    display: block;
    text-align: center;
    margin-top: 20px;
    position: relative
}

    .testimonials-list .inner .author:before {
        content: "";
        width: 100px;
        height: 50px;
        border-top: 2px solid #dc2751;
        border-color: #dc2751;
        position: absolute;
        left: 50%;
        margin-left: -50px
    }

    .testimonials-list .inner .author > .name {
        padding-top: 15px
    }

    .testimonials-list .inner .author.hasRate > .name {
        padding-top: 6px
    }

.testimonials-list .inner .header {
    font-size: 18px;
    margin: 0 auto 0;
    position: relative
}

@media (min-width:768px) {
    .testimonials-list .inner .header {
        white-space: nowrap
    }
}

@media (max-width:768px) {
    .testimonials-list .inner .header {
        font-size: 18px
    }
}

.testimonials-list .inner .subheader {
    font-size: 14px
}

.testimonials-list .inner .text {
    z-index: 2;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: border-box
}

.testimonials-list .inner p {
    line-height: 1.6em;
    display: block;
    z-index: 2;
    position: relative;
    font-size: 24px;
    padding: 40px 30px 20px;
    margin-bottom: 0
}

@media (max-width:768px) {
    .testimonials-list .inner p {
        font-size: 16px;
        padding-left: 0;
        padding-right: 0
    }
}

.testimonials-list .inner p:before {
    font-style: normal;
    display: block;
    font-family: Montserrat,serif;
    font-weight: 900;
    content: "‘’";
    text-align: center;
    color: #dc2751;
    font-size: 60px;
    height: 48px;
    overflow: hidden;
    line-height: 1em;
    margin-top: -35px;
    margin-bottom: 10px
}

.testimonials-list .inner .rate {
    color: #dc2751;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 2px
}

    .testimonials-list .inner .rate span {
        margin: 0 2px
    }

.testimonials-list .arrows {
    z-index: 5;
    text-align: center
}

@media (min-width:1200px) {
    .testimonials-list .arrows {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        width: 100%;
        margin-top: -10px
    }
}

@media (min-width:1200px) {
    .testimonials-list .arrows a.arrow-left {
        position: absolute;
        left: 0
    }

    .testimonials-list .arrows a.arrow-right {
        position: absolute;
        right: 0
    }
}

@media (max-width:1199px) {
    .testimonials-list .arrows a {
        position: relative;
        margin: 70px 20px 0
    }
}

.testimonials-list .arrows a:hover {
    background-color: transparent;
    color: #dc2751
}

.testimonials-list .swiper-pages {
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
    position: absolute;
    font-size: 24px
}

    .testimonials-list .swiper-pages .swiper-pagination-current {
        color: #dc2751
    }

    .testimonials-list .swiper-pages .swiper-pagination-bullet {
        background-color: #fff;
        width: 38px;
        height: 4px;
        border: 0 none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-clip: border-box;
        font-size: 12px;
        padding: 0;
        margin: 0 7px 0;
        z-index: 100;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        zoom: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1
    }

        .testimonials-list .swiper-pages .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: #dc2751
        }

.bg-color-black .testimonials-list .inner, body.body-black .testimonials-list .inner {
    color: #282834
}

.testimonials-list.inner-page {
    max-width: initial;
    margin-bottom: 0;
    margin-top: 0
}

    .testimonials-list.inner-page .inner {
        margin-bottom: 20px;
        padding: 50px 60px 45px
    }

        .testimonials-list.inner-page .inner .top {
            text-align: center
        }

@media (max-width:768px) {
    .testimonials-list.inner-page .inner {
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    mar .testimonials-list.inner-page .inner:after {
        display: none
    }

    .testimonials-list.inner-page .top {
        text-align: center;
        left: auto
    }

        .testimonials-list.inner-page .top img {
            margin: 0 auto 0;
            float: none
        }

        .testimonials-list.inner-page .top .author {
            text-align: center;
            display: block
        }

    .testimonials-list.inner-page .text {
        margin-top: 15px
    }
}

.testimonials-list.inner-page .paging-navigation {
    text-align: center
}

#ltx-widgets-footer {
    color: #fff;
    padding: 30px 0 0;
    position: relative
}

@media (max-width:991px) {
    #ltx-widgets-footer {
        text-align: center;
        padding-left: 15px;
        padding-right: 15px
    }
}

.footer-widget-area {
    padding-top: 60px
}

    .footer-widget-area .header-widget {
        padding: 0;
        margin: 0 0 40px;
        font-size: 24px;
        line-height: 1.2em;
        text-align: left;
        font-family: Montserrat,serif;
        font-weight: 900;
        display: block;
        color: #dc2751;
        border-bottom: 0 none;
        position: relative;
        text-transform: none
    }

        .footer-widget-area .header-widget a {
            color: #dc2751 !important
        }

            .footer-widget-area .header-widget a:hover {
                color: #fff
            }

        .footer-widget-area .header-widget .widget-icon {
            display: none
        }

        .footer-widget-area .header-widget:before {
            display: none
        }

@media (max-width:991px) {
    .footer-widget-area .header-widget {
        text-align: center
    }
}

.footer-widget-area:not(.ltx-fw) {
    padding-bottom: 45px
}

    .footer-widget-area:not(.ltx-fw) .widget {
        margin-bottom: 40px
    }

.footer-widget-area ul {
    list-style: none
}

.footer-widget-area a:not(.btn) {
    color: #fff
}

.footer-widget-area div, .footer-widget-area p {
    line-height: 1.6em;
    font-size: 16px
}

.footer-widget-area .ltx-social ul {
    padding-left: 0;
    margin-left: -20px
}

.footer-widget-area .ltx-social li {
    display: inline-block;
    margin: 0 0 0 20px
}

.footer-widget-area .ltx-social a {
    color: #dc2751;
    position: relative;
    z-index: 10;
    font-size: 16px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center
}

    .footer-widget-area .ltx-social a:hover {
        color: #fff
    }

.footer-widget-area .social-icons-list {
    margin-top: -24px;
    margin-left: 0
}

    .footer-widget-area .social-icons-list li {
        text-transform: none;
        margin: 24px 0 0;
        padding: 0 0 0 34px;
        font-size: 16px;
        position: relative
    }

    .footer-widget-area .social-icons-list span.ltx-ic {
        font-size: 22px;
        position: absolute;
        left: 8px;
        top: 5px;
        text-align: center;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        color: #dc2751;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-clip: border-box;
        width: 24px;
        height: 24px;
        line-height: 24px;
        margin-right: 0
    }

    .footer-widget-area .social-icons-list strong {
        color: #dc2751
    }

    .footer-widget-area .social-icons-list a:hover {
        color: #dc2751
    }

@media (max-width:479px) {
    .footer-widget-area .social-icons-list {
        text-align: left
    }
}

.footer-widget-area .social-big {
    margin-bottom: 0 !important
}

    .footer-widget-area .social-big li .fa {
        background-color: #dc2751;
        color: #282834;
        line-height: 48px;
        width: 48px;
        height: 48px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

        .footer-widget-area .social-big li .fa:hover {
            background-color: #fff
        }

.footer-widget-area .social-small {
    margin-top: 50px
}

    .footer-widget-area .social-small a {
        font-size: 18px;
        margin-right: 10px;
        color: rgba(255,255,255,.4) !important
    }

@media (min-width:1600px) {
    .footer-widget-area .widget_ltx_navmenu ul {
        padding-right: 30% !important
    }
}

.footer-widget-area .widget_rss .rss-date {
    color: #fff !important
}

.footer-widget-area .widget_calendar caption {
    color: #fff
}

.footer-widget-area .widget_archive ul, .footer-widget-area .widget_categories ul, .footer-widget-area .widget_ltx_navmenu ul, .footer-widget-area .widget_meta ul, .footer-widget-area .widget_nav_menu ul, .footer-widget-area .widget_pages ul, .footer-widget-area .widget_recent_entries ul {
    list-style: none;
    margin-left: 15px !important;
    padding: 0;
    float: none;
    font-family: OpenSans,sans-serif;
    font-weight: 400
}

@media (max-width:991px) {
    .footer-widget-area .widget_archive ul, .footer-widget-area .widget_categories ul, .footer-widget-area .widget_ltx_navmenu ul, .footer-widget-area .widget_meta ul, .footer-widget-area .widget_nav_menu ul, .footer-widget-area .widget_pages ul, .footer-widget-area .widget_recent_entries ul {
        margin-left: 0
    }
}

.footer-widget-area .widget_archive ul li, .footer-widget-area .widget_categories ul li, .footer-widget-area .widget_ltx_navmenu ul li, .footer-widget-area .widget_meta ul li, .footer-widget-area .widget_nav_menu ul li, .footer-widget-area .widget_pages ul li, .footer-widget-area .widget_recent_entries ul li {
    padding: 0;
    margin: 0;
    float: none;
    margin-left: 0;
    color: #f0f0f3 !important
}

    .footer-widget-area .widget_archive ul li li, .footer-widget-area .widget_categories ul li li, .footer-widget-area .widget_ltx_navmenu ul li li, .footer-widget-area .widget_meta ul li li, .footer-widget-area .widget_nav_menu ul li li, .footer-widget-area .widget_pages ul li li, .footer-widget-area .widget_recent_entries ul li li {
        margin-left: 15px
    }

    .footer-widget-area .widget_archive ul li a, .footer-widget-area .widget_categories ul li a, .footer-widget-area .widget_ltx_navmenu ul li a, .footer-widget-area .widget_meta ul li a, .footer-widget-area .widget_nav_menu ul li a, .footer-widget-area .widget_pages ul li a, .footer-widget-area .widget_recent_entries ul li a {
        color: #fff !important;
        padding-top: 10px !important
    }

        .footer-widget-area .widget_archive ul li a:before, .footer-widget-area .widget_categories ul li a:before, .footer-widget-area .widget_ltx_navmenu ul li a:before, .footer-widget-area .widget_meta ul li a:before, .footer-widget-area .widget_nav_menu ul li a:before, .footer-widget-area .widget_pages ul li a:before, .footer-widget-area .widget_recent_entries ul li a:before {
            content: "\f0da";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #dc2751;
            font-size: 14px;
            margin-right: 10px
        }

        .footer-widget-area .widget_archive ul li a:hover, .footer-widget-area .widget_categories ul li a:hover, .footer-widget-area .widget_ltx_navmenu ul li a:hover, .footer-widget-area .widget_meta ul li a:hover, .footer-widget-area .widget_nav_menu ul li a:hover, .footer-widget-area .widget_pages ul li a:hover, .footer-widget-area .widget_recent_entries ul li a:hover {
            background-color: transparent;
            color: #dc2751 !important
        }

    .footer-widget-area .widget_archive ul li.active a, .footer-widget-area .widget_categories ul li.active a, .footer-widget-area .widget_ltx_navmenu ul li.active a, .footer-widget-area .widget_meta ul li.active a, .footer-widget-area .widget_nav_menu ul li.active a, .footer-widget-area .widget_pages ul li.active a, .footer-widget-area .widget_recent_entries ul li.active a {
        color: #dc2751 !important;
        cursor: default
    }

.footer-widget-area .widget_recent_comments li {
    margin-bottom: 20px !important
}

.footer-widget-area .widget_archive li, .footer-widget-area .widget_categories li, .footer-widget-area .widget_recent_comments li {
    margin-top: 0 !important;
    color: #fff;
    border: 0 none !important
}

.footer-widget-area .widget_archive a, .footer-widget-area .widget_archive span, .footer-widget-area .widget_categories a, .footer-widget-area .widget_categories span, .footer-widget-area .widget_recent_comments a, .footer-widget-area .widget_recent_comments span {
    display: inline-block !important;
    color: #fff !important
}

    .footer-widget-area .widget_archive a:hover, .footer-widget-area .widget_archive span:hover, .footer-widget-area .widget_categories a:hover, .footer-widget-area .widget_categories span:hover, .footer-widget-area .widget_recent_comments a:hover, .footer-widget-area .widget_recent_comments span:hover {
        color: #fff !important
    }

.footer-widget-area .widget_recent_comments ul li {
    padding: 0;
    margin: 0;
    float: none;
    margin-left: 0;
    margin-bottom: 10px
}

.footer-widget-area .widget_recent_comments li > a:before {
    display: none
}

.footer-widget-area ul ul ul ul ul ul ul ul {
    margin-left: 0 !important
}

.footer-widget-area ul ul {
    margin-left: 8px !important
}

    .footer-widget-area ul ul ul li {
        padding-left: 0 !important
    }

.footer-widget-area .search-form {
    position: relative
}

    .footer-widget-area .search-form:after {
        top: 15px;
        right: 15px
    }

    .footer-widget-area .search-form:before {
        display: none !important
    }

    .footer-widget-area .search-form .ltx-btn-wrap {
        position: absolute;
        right: 3px;
        top: 3px
    }

        .footer-widget-area .search-form .ltx-btn-wrap:after {
            display: none
        }

    .footer-widget-area .search-form button {
        width: 58px !important;
        height: 58px !important;
        min-width: initial;
        position: absolute;
        right: 0;
        top: 0
    }

        .footer-widget-area .search-form button span {
            color: #fff;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

        .footer-widget-area .search-form button:hover span {
            color: #fff
        }

.footer-widget-area .tagcloud, .footer-widget-area .tags {
    padding: 0
}

    .footer-widget-area .tagcloud a, .footer-widget-area .tags a {
        border-color: #fff
    }

.footer-widget-area .logo {
    margin: 0 0 10px;
    text-align: left;
    display: block
}

@media (max-width:991px) {
    .footer-widget-area .logo {
        text-align: center
    }
}

.text-align-center .footer-widget-area .logo {
    text-align: center
}

.footer-widget-area .widget_tag_cloud h5 {
    display: none
}

.footer-widget-area .widget_tag_cloudud {
    margin: 0 0 0 -8px
}

.footer-widget-area .widget {
    margin-bottom: 30px
}

    .footer-widget-area .widget:last-child {
        margin-bottom: 0
    }

.footer-widget-area .widget_media_image {
    margin-bottom: 25px
}

.footer-widget-area .widget_nav_menu {
    margin-bottom: 30px
}

    .footer-widget-area .widget_nav_menu:after, .footer-widget-area .widget_nav_menu:before {
        content: " ";
        display: table
    }

    .footer-widget-area .widget_nav_menu:after {
        clear: both
    }

.footer-widget-area .textwidget.custom-html-widget {
    color: rgba(255,255,255,.55);
    font-size: 16px
}

.footer-widget-area .widget_text p {
    color: rgba(255,255,255,.75)
}

@media (min-width:992px) {
    .footer-widget-area .widget_text p {
        max-width: 80%
    }
}

.text-align-center .footer-widget-area .widget_text p {
    margin: 0 auto
}

.footer-widget-area .widget_text p + .btn {
    margin-top: 20px
}

.footer-widget-area .widget_ltx_icons ul {
    display: inline-block;
    text-align: left
}

.footer-widget-area .widget_ltx_icons + .widget_ltx_icons {
    margin-top: -20px
}

.footer-widget-area .widget_ltx_blogposts .post {
    margin-bottom: 0
}

    .footer-widget-area .widget_ltx_blogposts .post .blog-info .dt, .footer-widget-area .widget_ltx_blogposts .post .blog-info i {
        color: #fff;
        zoom: 1;
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5
    }

    .footer-widget-area .widget_ltx_blogposts .post .ltx-icon-fav {
        display: none
    }

    .footer-widget-area .widget_ltx_blogposts .post h6 {
        margin-top: 0;
        color: #fff
    }

.footer-widget-area .null-instagram-feed .instagram-pics {
    margin: 0 0 0 -10px !important;
    padding-bottom: 0 !important
}

    .footer-widget-area .null-instagram-feed .instagram-pics li {
        margin: 0 0 -5px !important
    }

        .footer-widget-area .null-instagram-feed .instagram-pics li:before {
            display: none !important
        }

    .footer-widget-area .null-instagram-feed .instagram-pics a {
        float: left;
        display: block;
        margin: 0 0 0 5px !important
    }

        .footer-widget-area .null-instagram-feed .instagram-pics a img {
            margin: 0 !important;
            -webkit-border-radius: 0 !important;
            -moz-border-radius: 0 !important;
            border-radius: 0 !important;
            background-clip: border-box !important;
            border: 2px solid transparent;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

.ltx-footer-wrapper {
    background-color: #282834;
    background-position: center bottom 86px;
    background-repeat: no-repeat
}

.body-black .ltx-footer-wrapper {
    background-color: #f0f0f3
}

@media (min-width:992px) {
    .ltx-content-wrapper.ltx-footer-parallax + .ltx-footer-wrapper {
        position: fixed;
        z-index: -1;
        left: 0;
        bottom: 0;
        width: 100%
    }
}

.no-footer-widgets .copyright-block {
    background-color: #282834
}

.error404.ltx-bg-404 .no-footer-widgets .copyright-block {
    background-color: transparent !important
}

body.admin-bar .ltx-footer-wrapper {
    padding-bottom: 1px
}

body:not(.error404) .copyright-block.copyright-layout-copyright-transparent {
    margin-top: -45px !important
}

.copyright-block {
    position: relative;
    color: #fff;
    text-align: left;
    padding: 32px 0 28px;
    overflow: hidden;
    background-color: rgba(0,0,0,.3)
}

.error404.ltx-bg-404 .copyright-block {
    background-color: transparent !important
}

.copyright-block.copyright-layout-copyright {
    border: 0 none;
    text-align: center
}

.copyright-block.copyright-layout-copyright-transparent {
    background-color: transparent;
    display: block;
    width: 100%;
    padding: 0;
    z-index: 10;
    border-top: 0 none;
    text-align: center
}

.copyright-block div, .copyright-block p {
    font-size: 16px
}

.copyright-block p {
    margin-bottom: 0
}

.copyright-block a {
    color: #dc2751
}

    .copyright-block a:hover {
        color: #fff
    }

.copyright-block .container {
    position: relative
}

@media (max-width:768px) {
    .copyright-block {
        text-align: center
    }

        .copyright-block p {
            font-size: 14px
        }
}

@media (max-width:479px) {
    .copyright-block p {
        font-size: 12px
    }
}

.ltx-go-top {
    z-index: 10;
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    text-align: center;
    padding: 5px 11px 0;
    font-size: 12px;
    font-weight: 700;
    display: block;
    color: #fff;
    background-color: #282834;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    .ltx-go-top.static {
        position: absolute;
        right: 0;
        top: -29px
    }

    .ltx-go-top.floating {
        position: fixed;
        right: 20px;
        bottom: 20px
    }

        .ltx-go-top.floating.scroll-bottom {
            bottom: 8px;
            background-color: #1c1c24
        }

@media (max-width:479px) {
    .ltx-go-top.floating.scroll-bottom {
        bottom: 70px
    }
}

.ltx-go-top:hover {
    color: #dc2751
}

    .ltx-go-top:hover .before {
        -webkit-transform: translateX(-5px);
        -moz-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        -o-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    .ltx-go-top:hover .after {
        -webkit-transform: translateX(5px) rotate(180deg) !important;
        -moz-transform: translateX(5px) rotate(180deg) !important;
        -ms-transform: translateX(5px) rotate(180deg) !important;
        -o-transform: translateX(5px) rotate(180deg) !important;
        transform: translateX(5px) rotate(180deg) !important
    }

    .ltx-go-top:hover img {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px)
    }

.ltx-go-top.ltx-go-top-img {
    padding: 13px 0 0
}

.ltx-go-top img {
    display: inline-block;
    margin: 0 auto 2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ltx-go-top .go-top-icon-v2 {
    display: inline-block;
    color: #dc2751;
    font-size: 12px;
    margin-left: 6px
}

.ltx-go-top .txt {
    font-family: Montserrat,serif;
    font-weight: 900;
    font-size: 12px;
    display: inline-block;
    color: #fff
}

.ltx-go-top .go-top-icon {
    margin-top: -18px
}

.ltx-go-top #ltx-go-top-levels {
    height: 35px;
    margin: 0 auto -6px;
    position: relative
}

    .ltx-go-top #ltx-go-top-levels .ltx-level {
        width: 1px;
        height: 30px;
        margin-left: 1px;
        margin-right: 1px;
        display: inline-block;
        position: relative
    }

        .ltx-go-top #ltx-go-top-levels .ltx-level:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #dc2751;
            width: 1px;
            display: block;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

        .ltx-go-top #ltx-go-top-levels .ltx-level.level9:after {
            height: 9.809437800431624px;
            animation: level_animation9 .609s linear infinite alternate;
            -webkit-animation-play-state: paused;
            -moz-animation-play-state: paused;
            -o-animation-play-state: paused;
            animation-play-state: paused
        }

        .ltx-go-top #ltx-go-top-levels .ltx-level.level8:after {
            height: 24.02454651147127px;
            animation: level_animation8 .624s linear infinite alternate;
            -webkit-animation-play-state: paused;
            -moz-animation-play-state: paused;
            -o-animation-play-state: paused;
            animation-play-state: paused
        }

        .ltx-go-top #ltx-go-top-levels .ltx-level.level7:after {
            height: 3.0787184417713434px;
            animation: level_animation7 .603s linear infinite alternate;
            -webkit-animation-play-state: paused;
            -moz-animation-play-state: paused;
            -o-animation-play-state: paused;
            animation-play-state: paused
        }

        .ltx-go-top #ltx-go-top-levels .ltx-level.level6:after {
            height: 13.786328606773168px;
            animation: level_animation6 .613s linear infinite alternate;
            -webkit-animation-play-state: paused;
            -moz-animation-play-state: paused;
            -o-animation-play-state: paused;
            animation-play-state: paused
        }

        .ltx-go-top #ltx-go-top-levels .ltx-level.level5:after {
            height: 26.21362008433789px;
            animation: level_animation5 .626s linear infinite alternate;
            -webkit-animation-play-state: paused;
            -moz-animation-play-state: paused;
            -o-animation-play-state: paused;
            animation-play-state: paused
        }

        .ltx-go-top #ltx-go-top-levels .ltx-level.level4:after {
            height: 15.552045848919079px;
            animation: level_animation4 .615s linear infinite alternate;
            -webkit-animation-play-state: paused;
            -moz-animation-play-state: paused;
            -o-animation-play-state: paused;
            animation-play-state: paused
        }

        .ltx-go-top #ltx-go-top-levels .ltx-level.level3:after {
            height: 20.43724195053801px;
            animation: level_animation3 .62s linear infinite alternate;
            -webkit-animation-play-state: paused;
            -moz-animation-play-state: paused;
            -o-animation-play-state: paused;
            animation-play-state: paused
        }

        .ltx-go-top #ltx-go-top-levels .ltx-level.level2:after {
            height: 1.3259426038712263px;
            animation: level_animation2 .601s linear infinite alternate;
            -webkit-animation-play-state: paused;
            -moz-animation-play-state: paused;
            -o-animation-play-state: paused;
            animation-play-state: paused
        }

        .ltx-go-top #ltx-go-top-levels .ltx-level.level1:after {
            height: 28.456447750795633px;
            animation: level_animation1 .628s linear infinite alternate;
            -webkit-animation-play-state: paused;
            -moz-animation-play-state: paused;
            -o-animation-play-state: paused;
            animation-play-state: paused
        }

.ltx-go-top:hover #ltx-go-top-levels .ltx-level:after {
    background-color: #fff;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running
}

@keyframes level_animation9 {
    40% {
        height: 8.943703364115208px
    }

    60% {
        height: 4.254067776957527px
    }

    80% {
        height: 26.60564207821153px
    }

    100% {
        height: 23.81815347261727px
    }
}

@keyframes level_animation8 {
    40% {
        height: 17.307542744791135px
    }

    60% {
        height: 7.439596405019984px
    }

    80% {
        height: 20.240908754058182px
    }

    100% {
        height: 14.41745603713207px
    }
}

@keyframes level_animation7 {
    40% {
        height: 13.856439128750935px
    }

    60% {
        height: 27.202999227447435px
    }

    80% {
        height: 12.005963613046333px
    }

    100% {
        height: 20.08427855465561px
    }
}

@keyframes level_animation6 {
    40% {
        height: 24.846659592119977px
    }

    60% {
        height: 5.3810294503346086px
    }

    80% {
        height: 22.855201815487817px
    }

    100% {
        height: 29.20874447771348px
    }
}

@keyframes level_animation5 {
    40% {
        height: 19.41117263957858px
    }

    60% {
        height: 6.626415088539943px
    }

    80% {
        height: 18.263337410753593px
    }

    100% {
        height: 16.429155556019396px
    }
}

@keyframes level_animation4 {
    40% {
        height: 28.868867642479017px
    }

    60% {
        height: 17.73648666520603px
    }

    80% {
        height: 6.841086843051016px
    }

    100% {
        height: 3.464386760722846px
    }
}

@keyframes level_animation3 {
    40% {
        height: 27.892578321276233px
    }

    60% {
        height: 15.541223911801353px
    }

    80% {
        height: 18.18288537627086px
    }

    100% {
        height: 14.99657538975589px
    }
}

@keyframes level_animation2 {
    40% {
        height: 22.26939366827719px
    }

    60% {
        height: 7.2815996571443975px
    }

    80% {
        height: 8.166519660502672px
    }

    100% {
        height: 12.893005075398833px
    }
}

@keyframes level_animation1 {
    40% {
        height: 15.740284546976909px
    }

    60% {
        height: 21.13900293316692px
    }

    80% {
        height: 8.988812799099833px
    }

    100% {
        height: 10.896024657413363px
    }
}

@media (max-width:768px) {
    .ltx-go-top {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        padding: 5px 10px
    }

        .ltx-go-top .txt {
            display: none
        }

        .ltx-go-top span {
            margin-left: 0 !important
        }

        .ltx-go-top.floating {
            right: 5px;
            bottom: 5px
        }
}

.ltx-go-top.show {
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.ltx-before-footer {
    background-color: #f0f0f3;
    padding: 30px 0
}

    .ltx-before-footer .container {
        position: relative
    }

@media (max-width:1199px) {
    .ltx-blog-wrap + .div-sidebar, .text-page + .div-sidebar {
        margin-top: 80px
    }
}

.header-widget {
    text-align: center;
    padding: 0;
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 1.2em;
    font-family: Montserrat,serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #282834
}

    .header-widget:before {
        content: "•";
        color: #dc2751;
        margin-right: 6px;
        position: relative;
        top: -1px
    }

    .header-widget a {
        color: #282834
    }

.widget-area, .woocommerce-MyAccount-navigation {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: border-box;
    color: #282834;
    background-color: #f0f0f3;
    margin-bottom: 70px;
    padding-bottom: 50px;
    font-size: 16px
}

    .widget-area p, .woocommerce-MyAccount-navigation p {
        font-size: 16px;
        line-height: 1.6em
    }

    .widget-area a:not(.btn), .woocommerce-MyAccount-navigation a:not(.btn) {
        color: #282834
    }

        .widget-area a:not(.btn):hover, .woocommerce-MyAccount-navigation a:not(.btn):hover {
            color: #dc2751
        }

    .widget-area aside, .woocommerce-MyAccount-navigation aside {
        padding: 55px 30px 0;
        position: relative;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: 110% 50px;
        background-color: #f0f0f3;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-clip: border-box
    }

        .widget-area aside:last-child, .woocommerce-MyAccount-navigation aside:last-child {
            margin-bottom: 0
        }

        .widget-area aside ul, .woocommerce-MyAccount-navigation aside ul {
            list-style: none
        }

        .widget-area aside > ul, .woocommerce-MyAccount-navigation aside > ul {
            margin: 0;
            padding: 0
        }

            .widget-area aside > ul li, .woocommerce-MyAccount-navigation aside > ul li {
                margin-bottom: 10px;
                vertical-align: middle;
                position: relative;
                -webkit-transition: all .3s ease;
                -moz-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease;
                font-size: 14px;
                text-align: center
            }

                .widget-area aside > ul li a, .woocommerce-MyAccount-navigation aside > ul li a {
                    display: inline-block;
                    vertical-align: baseline;
                    padding-left: 0;
                    padding-bottom: 0;
                    line-height: 1.4em;
                    color: #282834
                }

                    .widget-area aside > ul li a:hover, .woocommerce-MyAccount-navigation aside > ul li a:hover {
                        color: #dc2751
                    }

                .widget-area aside > ul li.current-cat > a, .woocommerce-MyAccount-navigation aside > ul li.current-cat > a {
                    font-weight: 700
                }

                .widget-area aside > ul li.current-cat > a, .woocommerce-MyAccount-navigation aside > ul li.current-cat > a {
                    cursor: default
                }

                .widget-area aside > ul li ul, .woocommerce-MyAccount-navigation aside > ul li ul {
                    margin: 10px 0 0 20px
                }

        .widget-area aside ul ul ul ul ul ul ul, .woocommerce-MyAccount-navigation aside ul ul ul ul ul ul ul {
            margin-left: 0
        }

        .widget-area aside .tags, .woocommerce-MyAccount-navigation aside .tags {
            margin: 0
        }

        .widget-area aside .gallery-small, .woocommerce-MyAccount-navigation aside .gallery-small {
            padding: 0 11px
        }

            .widget-area aside .gallery-small a, .woocommerce-MyAccount-navigation aside .gallery-small a {
                padding: 5px
            }

                .widget-area aside .gallery-small a img, .woocommerce-MyAccount-navigation aside .gallery-small a img {
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    border-radius: 0;
                    background-clip: border-box
                }

                .widget-area aside .gallery-small a:hover, .woocommerce-MyAccount-navigation aside .gallery-small a:hover {
                    zoom: 1;
                    -webkit-opacity: .8;
                    -moz-opacity: .8;
                    opacity: .8
                }

.widget_ltx_blogposts .items {
    margin-top: -35px
}

    .widget_ltx_blogposts .items + a {
        display: inline-block;
        margin-top: 30px
    }

.widget_ltx_blogposts .post {
    padding-top: 35px;
    display: block;
    text-align: left
}

    .widget_ltx_blogposts .post:last-child {
        border-bottom: 0;
        padding-bottom: 0
    }

    .widget_ltx_blogposts .post h6 {
        font-size: 18px;
        line-height: 1.5em;
        text-transform: none;
        margin: 0 0 20px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .widget_ltx_blogposts .post:hover {
        color: #dc2751
    }

        .widget_ltx_blogposts .post:hover h6 {
            color: #dc2751
        }

    .widget_ltx_blogposts .post .photo {
        display: block;
        margin-bottom: 20px
    }

        .widget_ltx_blogposts .post .photo img {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            background-clip: border-box
        }

        .widget_ltx_blogposts .post .photo.photo-left {
            display: inline-block;
            vertical-align: top;
            width: 33%
        }

            .widget_ltx_blogposts .post .photo.photo-left + .descr-right {
                display: inline-block;
                vertical-align: top;
                width: 66%;
                padding-left: 15px;
                text-align: left
            }

                .widget_ltx_blogposts .post .photo.photo-left + .descr-right .blog-info {
                    margin: 5px 0 6px
                }

    .widget_ltx_blogposts .post .blog-info {
        margin-top: 18px
    }

        .widget_ltx_blogposts .post .blog-info .ltx-icon-fav {
            display: none
        }

        .widget_ltx_blogposts .post .blog-info .dt {
            font-weight: 400
        }

.widget_ltx_blogposts .btn-wrapper {
    margin: 45px auto 15px
}

.page-content ul, .widget ul {
    padding-left: 0
}

.page-content form, .widget form {
    padding: 0
}

.page-content select, .widget select {
    width: 100%;
    display: block;
    padding: 6px
}

.page-content .select-wrap, .widget .select-wrap {
    background-color: #fff !important;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background-clip: border-box
}

.page-content.widget_product_search, .page-content.widget_search, .widget.widget_product_search, .widget.widget_search {
    border: 0 none;
    padding-bottom: 10px
}

    .page-content.widget_product_search input[type=search], .page-content.widget_product_search input[type=text], .page-content.widget_search input[type=search], .page-content.widget_search input[type=text], .widget.widget_product_search input[type=search], .widget.widget_product_search input[type=text], .widget.widget_search input[type=search], .widget.widget_search input[type=text] {
        border: 0 none !important;
        background-color: #fff !important
    }

    .page-content.widget_product_search button, .widget.widget_product_search button {
        font-size: 0 !important;
        color: #dc2751 !important;
        background-color: transparent !important;
        padding: 0 !important;
        margin: 0;
        min-width: auto
    }

        .page-content.widget_product_search button:after, .widget.widget_product_search button:after {
            background-color: #dc2751;
            width: 58px;
            height: 58px;
            text-align: center;
            margin: 0 !important;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            color: #fff !important;
            position: relative;
            display: block !important;
            top: -26px;
            line-height: 58px !important;
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f002";
            font-size: 16px
        }

        .page-content.widget_product_search button:hover:after, .widget.widget_product_search button:hover:after {
            background-color: #282834
        }

.page-content .wp-searchform, .widget .wp-searchform {
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
    position: relative
}

    .page-content .wp-searchform .btn, .widget .wp-searchform .btn {
        min-width: initial;
        margin: 0
    }

    .page-content .wp-searchform input[type=text], .widget .wp-searchform input[type=text] {
        width: 100%;
        display: block
    }

.page-content .search-form, .page-content .woocommerce-product-search, .widget .search-form, .widget .woocommerce-product-search {
    margin: 0;
    width: 100%;
    display: block;
    position: relative
}

    .page-content .search-form label, .page-content .woocommerce-product-search label, .widget .search-form label, .widget .woocommerce-product-search label {
        display: block
    }

    .page-content .search-form .search-icon:before, .page-content .woocommerce-product-search .search-icon:before, .widget .search-form .search-icon:before, .widget .woocommerce-product-search .search-icon:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f002";
        font-size: 16px
    }

    .page-content .search-form input[type=search], .page-content .search-form input[type=text], .page-content .woocommerce-product-search input[type=search], .page-content .woocommerce-product-search input[type=text], .widget .search-form input[type=search], .widget .search-form input[type=text], .widget .woocommerce-product-search input[type=search], .widget .woocommerce-product-search input[type=text] {
        width: 100%;
        display: block;
        height: 64px;
        font-size: 16px !important;
        padding-right: 80px;
        padding-left: 28px !important;
        padding-top: 19px !important;
        background-color: #fff;
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        border-radius: 32px;
        background-clip: border-box
    }

    .page-content .search-form a, .page-content .search-form button, .page-content .search-form button[type=submit], .page-content .search-form input[type=submit], .page-content .woocommerce-product-search a, .page-content .woocommerce-product-search button, .page-content .woocommerce-product-search button[type=submit], .page-content .woocommerce-product-search input[type=submit], .widget .search-form a, .widget .search-form button, .widget .search-form button[type=submit], .widget .search-form input[type=submit], .widget .woocommerce-product-search a, .widget .woocommerce-product-search button, .widget .woocommerce-product-search button[type=submit], .widget .woocommerce-product-search input[type=submit] {
        background-color: #dc2751;
        overflow: hidden;
        color: #fff;
        width: 58px;
        height: 58px;
        display: block;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-clip: border-box;
        right: 3px;
        top: 3px;
        font-size: 12px;
        z-index: 1;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        padding: 0 0 0 2px;
        border: 0;
        position: absolute
    }

        .page-content .search-form a span, .page-content .search-form button span, .page-content .search-form button[type=submit] span, .page-content .search-form input[type=submit] span, .page-content .woocommerce-product-search a span, .page-content .woocommerce-product-search button span, .page-content .woocommerce-product-search button[type=submit] span, .page-content .woocommerce-product-search input[type=submit] span, .widget .search-form a span, .widget .search-form button span, .widget .search-form button[type=submit] span, .widget .search-form input[type=submit] span, .widget .woocommerce-product-search a span, .widget .woocommerce-product-search button span, .widget .woocommerce-product-search button[type=submit] span, .widget .woocommerce-product-search input[type=submit] span {
            padding: 0;
            position: relative;
            top: 1px
        }

        .page-content .search-form a:after, .page-content .search-form button:after, .page-content .search-form button[type=submit]:after, .page-content .search-form input[type=submit]:after, .page-content .woocommerce-product-search a:after, .page-content .woocommerce-product-search button:after, .page-content .woocommerce-product-search button[type=submit]:after, .page-content .woocommerce-product-search input[type=submit]:after, .widget .search-form a:after, .widget .search-form button:after, .widget .search-form button[type=submit]:after, .widget .search-form input[type=submit]:after, .widget .woocommerce-product-search a:after, .widget .woocommerce-product-search button:after, .widget .woocommerce-product-search button[type=submit]:after, .widget .woocommerce-product-search input[type=submit]:after {
            display: none
        }

        .page-content .search-form a:hover, .page-content .search-form button:hover, .page-content .search-form button[type=submit]:hover, .page-content .search-form input[type=submit]:hover, .page-content .woocommerce-product-search a:hover, .page-content .woocommerce-product-search button:hover, .page-content .woocommerce-product-search button[type=submit]:hover, .page-content .woocommerce-product-search input[type=submit]:hover, .widget .search-form a:hover, .widget .search-form button:hover, .widget .search-form button[type=submit]:hover, .widget .search-form input[type=submit]:hover, .widget .woocommerce-product-search a:hover, .widget .woocommerce-product-search button:hover, .widget .woocommerce-product-search button[type=submit]:hover, .widget .woocommerce-product-search input[type=submit]:hover {
            background-color: #282834;
            color: #fff
        }

.page-content.widget_products .product_list_widget li, .widget.widget_products .product_list_widget li {
    padding-bottom: 4px
}

.page-content.widget_products .product_list_widget > li > a, .widget.widget_products .product_list_widget > li > a {
    padding-left: 0
}

    .page-content.widget_products .product_list_widget > li > a img, .widget.widget_products .product_list_widget > li > a img {
        margin-right: 12px;
        width: 70px !important
    }

.page-content.widget_products .product_list_widget .star-rating, .widget.widget_products .product_list_widget .star-rating {
    margin: 8px 0 0;
    padding-bottom: 19px
}

.page-content.widget_products .product_list_widget del, .widget.widget_products .product_list_widget del {
    zoom: 1;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

.page-content.widget_archive ul, .page-content.widget_categories ul, .page-content.widget_meta ul, .page-content.widget_nav_menu ul, .page-content.widget_pages ul, .page-content.widget_product_categories ul, .page-content.widget_recent_entries ul, .widget.widget_archive ul, .widget.widget_categories ul, .widget.widget_meta ul, .widget.widget_nav_menu ul, .widget.widget_pages ul, .widget.widget_product_categories ul, .widget.widget_recent_entries ul {
    margin-top: -20px;
    padding-bottom: 15px;
    margin-left: 30px
}

    .page-content.widget_archive ul ul, .page-content.widget_categories ul ul, .page-content.widget_meta ul ul, .page-content.widget_nav_menu ul ul, .page-content.widget_pages ul ul, .page-content.widget_product_categories ul ul, .page-content.widget_recent_entries ul ul, .widget.widget_archive ul ul, .widget.widget_categories ul ul, .widget.widget_meta ul ul, .widget.widget_nav_menu ul ul, .widget.widget_pages ul ul, .widget.widget_product_categories ul ul, .widget.widget_recent_entries ul ul {
        margin-top: 0;
        margin-left: 25px;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .page-content.widget_archive ul li, .page-content.widget_categories ul li, .page-content.widget_meta ul li, .page-content.widget_nav_menu ul li, .page-content.widget_pages ul li, .page-content.widget_product_categories ul li, .page-content.widget_recent_entries ul li, .widget.widget_archive ul li, .widget.widget_categories ul li, .widget.widget_meta ul li, .widget.widget_nav_menu ul li, .widget.widget_pages ul li, .widget.widget_product_categories ul li, .widget.widget_recent_entries ul li {
        margin-bottom: 0;
        color: rgba(19,19,19,.7);
        text-align: left;
        font-family: Montserrat,serif;
        font-weight: 900;
        font-size: 14px;
        font-weight: 600
    }

        .page-content.widget_archive ul li:last-child, .page-content.widget_categories ul li:last-child, .page-content.widget_meta ul li:last-child, .page-content.widget_nav_menu ul li:last-child, .page-content.widget_pages ul li:last-child, .page-content.widget_product_categories ul li:last-child, .page-content.widget_recent_entries ul li:last-child, .widget.widget_archive ul li:last-child, .widget.widget_categories ul li:last-child, .widget.widget_meta ul li:last-child, .widget.widget_nav_menu ul li:last-child, .widget.widget_pages ul li:last-child, .widget.widget_product_categories ul li:last-child, .widget.widget_recent_entries ul li:last-child {
            padding-bottom: 0
        }

        .page-content.widget_archive ul li a, .page-content.widget_categories ul li a, .page-content.widget_meta ul li a, .page-content.widget_nav_menu ul li a, .page-content.widget_pages ul li a, .page-content.widget_product_categories ul li a, .page-content.widget_recent_entries ul li a, .widget.widget_archive ul li a, .widget.widget_categories ul li a, .widget.widget_meta ul li a, .widget.widget_nav_menu ul li a, .widget.widget_pages ul li a, .widget.widget_product_categories ul li a, .widget.widget_recent_entries ul li a {
            padding-left: 0;
            padding: 20px 0 0;
            display: inline-block;
            color: #282834;
            font-weight: 700
        }

            .page-content.widget_archive ul li a:hover, .page-content.widget_categories ul li a:hover, .page-content.widget_meta ul li a:hover, .page-content.widget_nav_menu ul li a:hover, .page-content.widget_pages ul li a:hover, .page-content.widget_product_categories ul li a:hover, .page-content.widget_recent_entries ul li a:hover, .widget.widget_archive ul li a:hover, .widget.widget_categories ul li a:hover, .widget.widget_meta ul li a:hover, .widget.widget_nav_menu ul li a:hover, .widget.widget_pages ul li a:hover, .widget.widget_product_categories ul li a:hover, .widget.widget_recent_entries ul li a:hover {
                color: #dc2751
            }

            .page-content.widget_archive ul li a:before, .page-content.widget_categories ul li a:before, .page-content.widget_meta ul li a:before, .page-content.widget_nav_menu ul li a:before, .page-content.widget_pages ul li a:before, .page-content.widget_product_categories ul li a:before, .page-content.widget_recent_entries ul li a:before, .widget.widget_archive ul li a:before, .widget.widget_categories ul li a:before, .widget.widget_meta ul li a:before, .widget.widget_nav_menu ul li a:before, .widget.widget_pages ul li a:before, .widget.widget_product_categories ul li a:before, .widget.widget_recent_entries ul li a:before {
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\f04e";
                font-size: 8px;
                font-weight: 100;
                margin-left: -15px;
                margin-right: 10px;
                top: -2px;
                display: inline-block;
                position: relative;
                color: #dc2751
            }

.page-content.widget_rss .header-widget a, .widget.widget_rss .header-widget a {
    color: #282834
}

.page-content.widget_rss .header-widget:before, .widget.widget_rss .header-widget:before {
    display: none
}

.page-content.widget_rss ul, .widget.widget_rss ul {
    margin-left: 0
}

.page-content.widget_rss li, .widget.widget_rss li {
    text-align: left;
    padding-bottom: 15px
}

    .page-content.widget_rss li:before, .widget.widget_rss li:before {
        display: none
    }

    .page-content.widget_rss li:after, .widget.widget_rss li:after {
        clear: both;
        content: "";
        display: block
    }

    .page-content.widget_rss li a, .widget.widget_rss li a {
        padding-left: 0;
        padding-bottom: 0
    }

.page-content.widget_rss .rssSummary, .widget.widget_rss .rssSummary {
    font-size: 14px;
    line-height: 1.7em
}

.page-content.widget_rss li .rsswidget, .widget.widget_rss li .rsswidget {
    font-family: Montserrat,serif;
    font-weight: 900;
    font-size: 16px
}

    .page-content.widget_rss li .rsswidget img, .widget.widget_rss li .rsswidget img {
        position: relative;
        top: -3px
    }

.page-content.widget_rss cite, .widget.widget_rss cite {
    font-size: 14px;
    font-style: italic;
    float: right
}

.page-content.widget_rss .rss-date, .widget.widget_rss .rss-date {
    font-size: 13px;
    display: block;
    font-weight: 600;
    color: #282834;
    zoom: 1;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

.tags, .widget_product_tag_cloud, .widget_tag_cloud {
    margin: 0;
    padding: 0;
    text-align: center
}

    .tags a, .widget_product_tag_cloud a, .widget_tag_cloud a {
        display: inline-block;
        margin-right: 6px;
        margin-bottom: 12px;
        font-size: 14px !important;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        padding: 3px 20px;
        border: 1px solid #282834;
        border-color: #282834;
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        border-radius: 32px;
        background-clip: border-box
    }

        .tags a:before, .widget_product_tag_cloud a:before, .widget_tag_cloud a:before {
            content: "#";
            color: #dc2751;
            font-size: 16px;
            display: none
        }

        .tags a:hover, .widget_product_tag_cloud a:hover, .widget_tag_cloud a:hover {
            zoom: 1;
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            background-color: #282834;
            color: #fff !important
        }

        .tags a:last-child:after, .widget_product_tag_cloud a:last-child:after, .widget_tag_cloud a:last-child:after {
            content: ""
        }

.widget_recent_comments ul {
    margin-left: 0 !important;
    margin-top: 0 !important
}

.widget_recent_comments li {
    padding-left: 0;
    margin-top: 20px !important;
    color: transparent;
    text-align: left !important;
    font-size: 0 !important;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

    .widget_recent_comments li:before {
        display: none !important
    }

    .widget_recent_comments li:last-child {
        margin-bottom: 0;
        border-bottom: 0
    }

    .widget_recent_comments li span {
        font-style: normal;
        font-weight: 700
    }

    .widget_recent_comments li .comment-author-link {
        position: relative;
        font-family: Montserrat,serif;
        font-weight: 900;
        top: 0;
        color: #dc2751;
        display: inline-block;
        margin-bottom: 6px;
        font-size: 16px
    }

        .widget_recent_comments li .comment-author-link a {
            color: #dc2751
        }

            .widget_recent_comments li .comment-author-link a:hover {
                color: #282834
            }

        .widget_recent_comments li .comment-author-link:after {
            content: "|";
            margin: 0 8px;
            font-size: 16px;
            font-weight: 100;
            font-family: OpenSans,sans-serif;
            font-weight: 400;
            color: #282834
        }

    .widget_recent_comments li a {
        padding-left: 0 !important;
        display: block;
        text-transform: none !important
    }

    .widget_recent_comments li > a:not(.comment-author-link) {
        font-size: 16px;
        line-height: 1em !important;
        font-weight: 400 !important;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        vertical-align: baseline;
        display: inline
    }

        .widget_recent_comments li > a:not(.comment-author-link):hover {
            zoom: 1;
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            color: rgba(19,19,19,.7)
        }

.widget_calendar .calendar_wrap {
    max-width: 450px
}

@media (min-width:1600px) {
    .widget_calendar .calendar_wrap {
        padding: 0
    }
}

.widget_calendar caption {
    text-align: center;
    font-size: 14px;
    font-family: Montserrat,serif;
    font-weight: 900;
    padding: 0 15px 10px;
    color: #282834
}

.widget_calendar table {
    width: 100%;
    position: relative
}

.widget_calendar td, .widget_calendar th {
    text-align: center;
    padding: 8px 0;
    font-weight: 400;
    font-size: 16px;
    width: 14.3%
}

.widget_calendar th {
    font-size: 16px
}

.widget_calendar #next a, .widget_calendar #prev a {
    font-weight: 700;
    font-size: 16px;
    padding: 15px 15px 0;
    display: inline-block
}

.widget_calendar #prev {
    text-align: left
}

.widget_calendar #next {
    text-align: right
}

.widget_calendar a {
    color: #dc2751;
    font-size: 16px
}

    .widget_calendar a:hover {
        color: #fff
    }

.widget_calendar #today {
    position: relative;
    z-index: 2;
    color: #fff
}

    .widget_calendar #today > a {
        color: #fff
    }

    .widget_calendar #today:before {
        z-index: -1;
        content: "";
        position: absolute;
        width: 2.3em;
        height: 2.3em;
        left: 50%;
        top: 50%;
        margin-top: -1px;
        background-color: #dc2751;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-clip: border-box;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

.widget_flickr ul {
    margin-top: -20px !important;
    margin-left: 0 !important
}

    .widget_flickr ul li {
        margin-bottom: 0 !important;
        margin-top: 20px
    }

.widget_flickr .flickr_badge_image {
    padding: 0;
    overflow: hidden;
    display: inline-block;
    width: 33%;
    text-align: center;
    height: auto
}

.widget_flickr img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: border-box
}

.zoom-instagram-widget a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    .zoom-instagram-widget a:hover {
        zoom: 1;
        -webkit-opacity: .75;
        -moz-opacity: .75;
        opacity: .75
    }

.widget_ltx_navmenu ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

.widget_text p:not(:last-child) {
    margin: 0 0 25px
}

.widget_text .btn {
    margin-top: 8px
}

.widget_text .widget_tag_cloud {
    display: none
}

#page-contacts {
    margin: 90px 0 100px
}

@media (max-width:991px) {
    #page-contacts {
        margin: 10px 0 20px
    }
}

#page-contacts .social {
    margin: 10px 0 60px
}

#map {
    height: 750px;
    width: 100%
}

    #map.map-inner {
        height: 288px
    }

div.blog-block {
    margin-top: -35px
}

.layout-classic .masonry {
    height: auto !important
}

div.blog {
    padding: 0;
    margin-bottom: 0;
    overflow: visible
}

    div.blog article {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        position: relative;
        margin-top: 35px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-clip: border-box
    }

        div.blog article:not(.has-post-thumbnail) {
            padding: 35px 30px;
            margin-bottom: 0;
            background-color: #f0f0f3
        }

        div.blog article.has-post-thumbnail {
            padding-bottom: 15px
        }

            div.blog article.has-post-thumbnail .description {
                position: relative;
                padding: 0 0 15px
            }

        div.blog article .header h3 {
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            margin: 0;
            line-height: 1.4em;
            text-transform: none;
            font-size: 24px;
            color: #0a182d
        }

@-moz-document url-prefix() {
    div.blog article .header h3 {
        color: #282834
    }
}

div.blog article .header:hover h3 {
    color: #dc2751
}

div.blog article.ltx-simple-post {
    padding: 35px 30px;
    position: relative
}

    div.blog article.ltx-simple-post:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-clip: border-box;
        zoom: 1;
        -webkit-opacity: .25;
        -moz-opacity: .25;
        opacity: .25;
        z-index: -1
    }

div.blog article:not(.format-video):hover .photo img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

div.blog article .blog-info.blog-info-post-top {
    padding-top: 8px
}

    div.blog article .blog-info.blog-info-post-top ul li {
        margin: 0 0 10px -4px;
        display: block
    }

div.blog article .photo {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: border-box;
    margin-bottom: 20px
}

    div.blog article .photo img {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-clip: border-box
    }

@media (max-width:768px) {
    div.blog article .photo img {
        width: 100%;
        height: auto
    }
}

div.blog article .photo:hover span.ltx-border-bottom:after, div.blog article .photo:hover span.ltx-border-bottom:before, div.blog article .photo:hover span.ltx-border-top:after, div.blog article .photo:hover span.ltx-border-top:before {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important
}

div.blog article .description {
    z-index: 2
}

    div.blog article .description .blog-info {
        margin-bottom: -4px;
        border-bottom: 0;
        padding-bottom: 0
    }

    div.blog article .description p {
        margin-top: 12px;
        margin-bottom: 20px;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.6em
    }

        div.blog article .description p:last-child {
            margin-bottom: 0
        }

    div.blog article .description .text {
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 0
    }

        div.blog article .description .text .more-link:first-child {
            margin-top: 0
        }

div.blog .paging-navigation {
    margin-top: 55px
}

    div.blog .paging-navigation .pagination {
        margin-bottom: 0
    }

div.blog .header + .more-link {
    margin-top: 22px
}

div.blog p .more-link, div.blog p + .more-link {
    margin: -5px 0 0;
    display: inline-block
}

div.blog p:last-child {
    margin-bottom: 0
}

@media (max-width:991px) {
    div.blog {
        padding: 0 0 30px
    }

        div.blog .item ul {
            padding-left: 0
        }

        div.blog .btn-more {
            margin-top: 0
        }
}

.ltx-cats a {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    color: #dc2751
}

    .ltx-cats a:hover {
        color: #282834
    }

.more-link {
    font-family: Montserrat,serif;
    font-weight: 900;
    font-size: 14px;
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #282834
}

    .more-link:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 8px;
        margin-left: 6px;
        position: relative;
        top: -2px;
        vertical-align: baseline;
        content: "\f04e";
        color: #dc2751
    }

    .more-link:hover {
        color: #dc2751
    }

.bg-color-black .more-link:hover {
    color: #fff
}

    .bg-color-black .more-link:hover:after {
        border-color: #fff
    }

.icon-comments, .icon-fav {
    padding-top: 0;
    margin-left: 8px;
    font-size: 12px;
    display: inline-block;
    vertical-align: baseline
}

    .icon-comments.icon-fav, .icon-fav.icon-fav {
        margin-right: 2px
    }

    .icon-comments .fa, .icon-fav .fa {
        color: #dc2751;
        margin-right: 4px;
        zoom: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        font-size: 12px;
        position: relative
    }

    .icon-comments a, .icon-fav a {
        color: #282834
    }

        .icon-comments a:hover, .icon-fav a:hover {
            color: #282834
        }

    .icon-comments i, .icon-fav i {
        color: #282834;
        font-style: normal
    }

.description {
    display: block;
    vertical-align: baseline;
    padding: 0;
    margin: 0;
    font-size: 12px
}

    .description .ltx-post-headline {
        margin: 0 0 8px;
        font-size: 14px;
        margin-left: -3px
    }

        .description .ltx-post-headline .i {
            display: none
        }

    .description .date {
        font-weight: 700;
        margin-left: 0;
        color: #dc2751
    }

    .description.top {
        border-top: 0 none;
        padding-top: 0;
        margin-top: 0
    }

    .description .ltx-date {
        color: #282834;
        margin-right: 8px;
        font-size: 12px;
        font-family: Montserrat,serif;
        font-weight: 900;
        font-weight: 700
    }

        .description .ltx-date span.dt {
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            color: #282834;
            zoom: 1;
            -webkit-opacity: .75;
            -moz-opacity: .75;
            opacity: .75;
            margin-left: 3px
        }

        .description .ltx-date:after {
            content: "|";
            zoom: 1;
            -webkit-opacity: .75;
            -moz-opacity: .75;
            opacity: .75;
            padding-left: 8px
        }

    .description .ltx-datea:hover .dt {
        color: #282834
    }

    .description .ltx-user .info {
        color: #282834;
        zoom: 1;
        -webkit-opacity: .75;
        -moz-opacity: .75;
        opacity: .75
    }

    .description .ltx-user .photo {
        display: inline-block;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-clip: border-box;
        max-width: 30px;
        margin-right: 8px
    }

    .description .ltx-cats {
        display: inline-block;
        margin-right: -2px
    }

        .description .ltx-cats + .ltx-cats-i:after {
            content: "|";
            font-family: Montserrat,serif;
            font-weight: 900;
            font-weight: 700;
            font-size: 12px;
            zoom: 1;
            -webkit-opacity: .75;
            -moz-opacity: .75;
            opacity: .75;
            padding-left: 12px;
            margin-right: -2px
        }

.blog-block .format-quote {
    -webkit-box-shadow: 0 0 !important;
    -moz-box-shadow: 0 0 !important;
    box-shadow: 0 0 !important;
    padding-bottom: 50px !important;
    border: 2px solid #dc2751;
    border-color: #dc2751;
    background-color: transparent !important
}

    .blog-block .format-quote:before {
        display: none
    }

    .blog-block .format-quote > a {
        display: block
    }

    .blog-block .format-quote blockquote {
        margin: 0;
        border: 0;
        padding: 0;
        text-align: center;
        background-color: transparent !important
    }

        .blog-block .format-quote blockquote a {
            line-height: 1.7em;
            font-weight: 400
        }

            .blog-block .format-quote blockquote a:hover {
                color: #dc2751
            }

.format-link {
    border: 2px solid #dc2751;
    border-color: #dc2751;
    padding: 15px !important;
    background-color: transparent !important
}

    .format-link:before {
        display: none
    }

    .format-link > a {
        display: block
    }

    .format-link .ltx-wrapper {
        padding-bottom: 25px;
        border: 0;
        color: #282834;
        text-align: center;
        font-weight: 400;
        line-height: 1.5em;
        margin: 0
    }

        .format-link .ltx-wrapper:before {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f0c1";
            color: #dc2751;
            zoom: 1;
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            line-height: 40px;
            font-size: 40px;
            display: block;
            text-align: center;
            margin: 25px 0 30px
        }

        .format-link .ltx-wrapper p {
            font-size: 16px;
            line-height: 1.8em;
            font-weight: 400;
            font-style: italic;
            color: #282834
        }

@media (min-width:992px) {
    .format-link .ltx-wrapper p {
        padding: 0 40px
    }
}

.format-link .ltx-wrapper p a {
    color: #282834
}

.format-link .ltx-wrapper cite {
    font-style: normal;
    margin-top: 25px;
    margin-bottom: 15px;
    display: block;
    line-height: 1.4em;
    font-size: 16px;
    color: #dc2751;
    position: relative
}

    .format-link .ltx-wrapper cite:before {
        content: "";
        display: block;
        margin: 0 auto 15px;
        border-top: 2px solid #dc2751;
        border-color: #dc2751;
        width: 50px
    }

    .format-link .ltx-wrapper cite > a {
        font-family: Montserrat,serif;
        font-weight: 900;
        font-weight: 700;
        font-size: 16px;
        color: #282834
    }

        .format-link .ltx-wrapper cite > a:hover {
            color: #dc2751
        }

.blog-block .format-gallery .ltx-post-gallery {
    overflow: hidden;
    margin-bottom: 20px
}

.format-gallery .ltx-post-gallery {
    position: relative
}

    .format-gallery .ltx-post-gallery img {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-clip: border-box
    }

    .format-gallery .ltx-post-gallery:hover .arrow-left:not(.swiper-button-disabled), .format-gallery .ltx-post-gallery:hover .arrow-right:not(.swiper-button-disabled) {
        zoom: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1
    }

    .format-gallery .ltx-post-gallery:hover .swiper-pages {
        zoom: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1
    }

    .format-gallery .ltx-post-gallery .arrow-left, .format-gallery .ltx-post-gallery .arrow-right {
        background-color: #282834;
        color: #dc2751;
        border-color: transparent;
        width: 40px;
        height: 40px;
        padding: 0;
        line-height: 36px;
        text-align: center;
        zoom: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1
    }

        .format-gallery .ltx-post-gallery .arrow-left:before, .format-gallery .ltx-post-gallery .arrow-right:before {
            font-size: 10px !important;
            line-height: 1em !important;
            top: -2px
        }

        .format-gallery .ltx-post-gallery .arrow-left:hover, .format-gallery .ltx-post-gallery .arrow-right:hover {
            background-color: #dc2751;
            color: #fff
        }

        .format-gallery .ltx-post-gallery .arrow-left.swiper-button-disabled, .format-gallery .ltx-post-gallery .arrow-right.swiper-button-disabled {
            zoom: 1;
            -webkit-opacity: .5;
            -moz-opacity: .5;
            opacity: .5
        }

    .format-gallery .ltx-post-gallery .arrow-left {
        left: 15px
    }

        .format-gallery .ltx-post-gallery .arrow-left:before {
            left: 1px
        }

    .format-gallery .ltx-post-gallery .arrow-right {
        right: 15px
    }

        .format-gallery .ltx-post-gallery .arrow-right:before {
            left: -1px;
            top: -3px
        }

    .format-gallery .ltx-post-gallery .swiper-pages {
        zoom: 1;
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
        z-index: 10;
        position: absolute;
        text-align: center
    }

        .format-gallery .ltx-post-gallery .swiper-pages .swiper-pagination-bullet {
            background-color: #fff
        }

        .format-gallery .ltx-post-gallery .swiper-pages .swiper-pagination-bullet-active {
            background-color: #dc2751
        }

.format-video .ltx-wrapper .photo:before {
    background-color: #282834;
    -webkit-opacity: .75;
    -moz-opacity: .75;
    opacity: .75;
    content: "";
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    zoom: 1;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
    pointer-events: none
}

.format-video .ltx-wrapper .photo:hover:before {
    zoom: 1 !important;
    -webkit-opacity: .25 !important;
    -moz-opacity: .25 !important;
    opacity: .25 !important
}

.format-video .ltx-wrapper iframe {
    max-width: 100%
}

.format-video .ltx-wrapper img:hover {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important
}

.format-video .ltx-wrapper span.ltx-icon-video {
    display: block;
    width: 60px;
    height: 60px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAPCAYAAAAyPTUwAAAAg0lEQVQokY3SMQ5BARAE0PkK0SpcQeMcEmfQSJSuonELLfdQScQBFF8vUXoaQkTYSbZ7xWZngwM2GCC/Jl5pMa5iuGGJbgU/s8OwiuGCeRU/s0YfaSD/c0oyq+IkOXeKsE0yrey89SjsF75igebfNfYYKTS4Qu8TfuIWk2/oHR8Vv+4OaC/UlPPjWm8AAAAASUVORK5CYII=) 50% 50% no-repeat;
    background-color: #dc2751;
    border: 7px solid #fff;
    border-color: #fff;
    z-index: 11;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: border-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    .format-video .ltx-wrapper span.ltx-icon-video:hover {
        background-color: #282834
    }

.format-video iframe {
    display: block;
    margin: 0 auto 12px
}

.format-audio .ltx-wrapper + .description {
    margin-top: 20px
}

.format-audio .header h3 {
    margin-bottom: 7px !important
}

.format-audio.has-post-thumbnail .ltx-wrapper .photo {
    margin-bottom: -1px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 0;
    -moz-background-clip: padding;
    border-bottom-right-radius: 0
}

    .format-audio.has-post-thumbnail .ltx-wrapper .photo img {
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius-bottomright: 0;
        -moz-background-clip: padding;
        border-bottom-right-radius: 0
    }

.format-audio.has-post-thumbnail .ltx-wrapper .mejs-container {
    -webkit-border-bottom-left-radius: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    border-bottom-left-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius-bottomright: 0 !important;
    -moz-background-clip: padding !important;
    border-bottom-right-radius: 0 !important
}

    .format-audio.has-post-thumbnail .ltx-wrapper .mejs-container .mejs-controls {
        -webkit-border-bottom-left-radius: 0 !important;
        -moz-border-radius-bottomleft: 0 !important;
        border-bottom-left-radius: 0 !important;
        -webkit-border-bottom-right-radius: 0 !important;
        -webkit-background-clip: padding-box !important;
        -moz-border-radius-bottomright: 0 !important;
        -moz-background-clip: padding !important;
        border-bottom-right-radius: 0 !important
    }

div.blog .div-thumbnail {
    padding-bottom: 0
}

    div.blog .div-thumbnail:last-child {
        padding-bottom: 0
    }

div.blog.layout-classic {
    margin-top: -25px
}

    div.blog.layout-classic article {
        margin-top: 25px
    }

        div.blog.layout-classic article:not(.has-post-thumbnail) {
            margin-bottom: 25px
        }

    div.blog.layout-classic .row > div:not(.div-thumbnail) + div:not(.div-thumbnail) article {
        margin-top: 15px
    }

    div.blog.layout-classic .row > div.div-thumbnail + div:not(.div-thumbnail) article {
        margin-top: 30px
    }

    div.blog.layout-classic .row > div:not(.div-thumbnail) + div article {
        margin-top: 15px
    }

    div.blog.layout-classic .format-gallery .ltx-post-gallery {
        max-height: 600px
    }

    div.blog.layout-classic .format-video .ltx-wrapper span.ltx-icon-video {
        width: 100px;
        height: 100px
    }

        div.blog.layout-classic .format-video .ltx-wrapper span.ltx-icon-video:before {
            width: 100px;
            height: 100px
        }

        div.blog.layout-classic .format-video .ltx-wrapper span.ltx-icon-video:after {
            content: "";
            top: 50%;
            left: 50%;
            position: absolute;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAaCAYAAABRqrc5AAAAqUlEQVQ4jcXVMQ5BURCF4UuiUei0WpVo2YAdWIXKElgBO1CzAiuwAJ2WikqjkLx8CnnRv1P4k2n/5M7MPVOwQxelaRVfzhimEnhinkpqNuikEjhhkErgjlkqgQortBNJzRH9VAJXTFIJvLFMJTV79FIJXDBCaUFpzquUsmgHgh/hc8ZJTw6CxtYjbmk44hum/rX2FdaCD/gQRkEcSltBPMZBHZ+MnfB4fQCP7ISXoDSt/QAAAABJRU5ErkJggg==) 50% 50% no-repeat;
            font-size: 30px;
            width: 32px;
            height: 32px;
            margin-left: 3px
        }

    div.blog.layout-classic .header h3 {
        font-size: 36px;
        line-height: 1.2em
    }

@media (max-width:479px) {
    div.blog.layout-classic .header h3 {
        font-size: 24px
    }
}

div.blog.layout-classic .photo:not(.vertical) {
    max-height: 600px !important
}

    div.blog.layout-classic .photo:not(.vertical) img {
        width: 100%
    }

div.blog.layout-classic .photo.vertical {
    max-height: initial;
    text-align: center
}

div.blog.layout-classic .text p:not(:last-child) {
    margin-bottom: 30px
}

div.blog.layout-classic p + .more-link {
    position: relative;
    top: -20px
}

.blog-sc {
    margin-top: -40px
}

    .blog-sc.blog {
        padding-bottom: 0
    }

    .blog-sc article {
        margin-top: 40px
    }

    .blog-sc.layout-list {
        margin-top: 0
    }

        .blog-sc.layout-list article {
            padding: 30px 0 !important;
            background-color: transparent !important;
            position: relative;
            margin-top: 0;
            border-top: 2px dashed rgba(19,19,19,.7);
            border-color: rgba(19,19,19,.7)
        }

            .blog-sc.layout-list article .photo {
                display: inline-block;
                width: 33.3%;
                vertical-align: top;
                margin-bottom: 0
            }

                .blog-sc.layout-list article .photo img {
                    max-width: 230px;
                    -webkit-transform: scale(1) !important;
                    -moz-transform: scale(1) !important;
                    -ms-transform: scale(1) !important;
                    -o-transform: scale(1) !important;
                    transform: scale(1) !important
                }

                    .blog-sc.layout-list article .photo img:hover {
                        zoom: 1;
                        -webkit-opacity: .8;
                        -moz-opacity: .8;
                        opacity: .8
                    }

    .blog-sc.layout-posts.size-default article .header h3 {
        font-size: 30px;
        line-height: 1.1em
    }

    .blog-sc.layout-posts.size-lg article .photo {
        max-height: initial
    }

    .blog-sc.layout-posts.size-lg article .header h3 {
        margin-top: 25px;
        font-size: 36px;
        line-height: 1em
    }

    .blog-sc.layout-posts.size-lg article .text {
        margin: 0 0 30px
    }

        .blog-sc.layout-posts.size-lg article .text p {
            font-size: 18px
        }

    .blog-sc.layout-featured-short article {
        background-color: #fff
    }

@media (max-width:1199px) {
    .ltx-blog-text {
        margin-top: 10px !important
    }
}

.ltx-blog-text .ltx-wrapper {
    margin-top: 25px;
    background-color: #f0f0f3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: border-box
}

@media (min-width:1600px) {
    .ltx-blog-text .ltx-wrapper {
        padding-top: 10px;
        padding-right: 50px
    }
}

@media (max-width:1199px) {
    .ltx-blog-text .ltx-wrapper {
        padding-bottom: 25px;
        margin-bottom: 30px
    }
}

.ltx-blog-text .ltx-wrapper article {
    margin: 0 !important
}

    .ltx-blog-text .ltx-wrapper article .description {
        padding-bottom: 0;
        padding-left: 30px
    }

@media (min-width:1200px) and (max-width:1599px) {
    .ltx-blog-text .ltx-wrapper article:nth-child(3) {
        display: none
    }
}

.post-views {
    display: inline-block !important;
    font-size: 12px
}

.blog-post {
    margin: 0;
    overflow: visible
}

    .blog-post article {
        background: 0 0
    }

    .blog-post pre {
        margin: -15px 0 40px;
        display: block
    }

    .blog-post .image {
        position: relative;
        display: block;
        margin-bottom: 15px;
        max-height: 700px;
        overflow: hidden
    }

        .blog-post .image img {
            margin: 0;
            max-width: 100%;
            height: auto;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            background-clip: border-box
        }

    .blog-post p {
        margin-bottom: 30px;
        line-height: 1.7em;
        font-size: 18px
    }

    .blog-post > article > div > .blog-info-post-top {
        padding: 0 0 5px;
        margin-bottom: 40px;
        font-size: 12px;
        position: relative;
        border-bottom: 1px solid rgba(0,0,0,.15)
    }

@media (max-width:768px) {
    .blog-post > article > div > .blog-info-post-top {
        text-align: center
    }
}

.blog-post > article > div > .blog-info-post-top .blog-info-left {
    display: block;
    min-height: 35px;
    vertical-align: middle
}

    .blog-post > article > div > .blog-info-post-top .blog-info-left .ltx-cats {
        margin: 0 20px 0 0
    }

    .blog-post > article > div > .blog-info-post-top .blog-info-left .ltx-date {
        color: #282834;
        margin-right: 8px;
        font-size: 12px;
        font-family: Montserrat,serif;
        font-weight: 900;
        font-weight: 700
    }

        .blog-post > article > div > .blog-info-post-top .blog-info-left .ltx-date span.dt {
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            color: #282834;
            zoom: 1;
            -webkit-opacity: .75;
            -moz-opacity: .75;
            opacity: .75;
            margin-left: 3px
        }

        .blog-post > article > div > .blog-info-post-top .blog-info-left .ltx-date:after {
            content: "|";
            zoom: 1;
            -webkit-opacity: .75;
            -moz-opacity: .75;
            opacity: .75;
            padding-left: 8px
        }

        .blog-post > article > div > .blog-info-post-top .blog-info-left .ltx-date .fa {
            display: none;
            font-size: 16px;
            color: #dc2751;
            margin-right: 7px;
            position: relative;
            top: 1px
        }

.blog-post > article > div > .blog-info-post-top .blog-info-right {
    margin-top: -33px;
    float: right
}

    .blog-post > article > div > .blog-info-post-top .blog-info-right .icon-comments {
        margin-left: 10px
    }

@media (max-width:768px) {
    .blog-post > article > div > .blog-info-post-top .blog-info-right {
        position: relative;
        float: none;
        margin: 0 auto;
        padding-bottom: 6px
    }

        .blog-post > article > div > .blog-info-post-top .blog-info-right .i, .blog-post > article > div > .blog-info-post-top .blog-info-right .icon-comments, .blog-post > article > div > .blog-info-post-top .blog-info-right .icon-fav {
            display: none
        }

        .blog-post > article > div > .blog-info-post-top .blog-info-right li {
            float: none;
            padding-top: 0
        }
}

.blog-post .description > .text {
    padding-bottom: 10px
}

.blog-post .blog-info-post-bottom {
    margin-top: 20px;
    padding: 18px 0 11px;
    margin-bottom: 30px;
    position: relative;
    border-top: 1px solid rgba(0,0,0,.15)
}

    .blog-post .blog-info-post-bottom .tags-line .tags-line-left {
        width: 70%;
        display: inline-block;
        vertical-align: top
    }

    .blog-post .blog-info-post-bottom .tags-line .tags-line-right {
        width: 30%;
        display: inline-block;
        vertical-align: top
    }

    .blog-post .blog-info-post-bottom .tags-line .tags a:hover {
        color: #dc2751
    }

    .blog-post .blog-info-post-bottom .tags-line .tags a:before {
        color: #282834
    }

@media (max-width:991px) {
    .blog-post .blog-info-post-bottom .tags-line {
        text-align: center
    }

        .blog-post .blog-info-post-bottom .tags-line .tags-line-left, .blog-post .blog-info-post-bottom .tags-line .tags-line-right {
            width: 100%;
            display: block
        }
}

.blog-post .blog-info-post-bottom .tags-line .tags .tags-header {
    margin-right: 12px;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    top: 0;
    font-family: Montserrat,serif;
    font-weight: 900
}

@media (max-width:991px) {
    .blog-post .blog-info-post-bottom .tags-line .tags .tags-header {
        display: none
    }
}

.blog-post .blog-info-post-bottom .tags-line .tags .tags-short {
    display: inline-block;
    padding-left: 0;
    vertical-align: top;
    margin-top: -2px
}

.blog-post .blog-info-post-bottom .tags-line .tags a {
    margin-right: 8px;
    margin-bottom: 8px;
    color: rgba(0,0,0,.8);
    font-size: 14px !important
}

    .blog-post .blog-info-post-bottom .tags-line .tags a:before {
        color: #dc2751
    }

.blog-post .tags-many {
    display: block
}

@media (min-width:1200px) {
    .blog-post .tags-many {
        margin-right: -40%
    }
}

.blog-post .tags-many a {
    display: inline-block;
    margin-right: 8px !important;
    margin-bottom: 6px
}

.blog-post .cats-many {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #999
}

    .blog-post .cats-many .cats-many-header {
        margin-right: 12px;
        font-family: Montserrat,serif;
        font-weight: 900;
        font-size: 14px;
        color: #282834
    }

@media (max-width:991px) {
    .blog-post .cats-many .cats-many-header {
        display: none
    }
}

.blog-post .cats-many a {
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    color: #282834;
    background-color: transparent;
    font-size: 14px;
    font-weight: 400
}

    .blog-post .cats-many a:hover {
        color: #dc2751
    }

.blog-post .author-by {
    padding-left: 8px;
    padding-right: 14px
}

.blog-post .tags-short {
    margin: 4px 0 0;
    font-size: 14px;
    color: #282834;
    display: inline-block
}

    .blog-post .tags-short strong {
        color: #282834
    }

    .blog-post .tags-short .fa {
        float: left;
        padding-top: 7px;
        padding-right: 10px
    }

    .blog-post .tags-short a {
        margin: 0;
        margin-bottom: 8px
    }

.blog-post .mejs-container {
    margin-bottom: 8px
}

.blog-post iframe {
    display: block
}

.ltx-icon-date + .ltx-cats-li {
    margin-left: 10px
}

    .ltx-icon-date + .ltx-cats-li span:before {
        font-size: 14px;
        content: "|";
        font-weight: 700;
        zoom: 1;
        -webkit-opacity: .3;
        -moz-opacity: .3;
        opacity: .3
    }

.page-links {
    clear: both;
    margin: 1em 0 1em;
    font-weight: 700;
    font-size: 16px;
    font-family: Montserrat,serif;
    font-weight: 900
}

    .page-links .page-links-title {
        padding-right: 10px
    }

    .page-links span:not(.page-links-title) {
        padding-right: 13px
    }

    .page-links > span.current {
        color: #dc2751;
        padding-right: 0
    }

    .page-links a span {
        zoom: 1 !important;
        -webkit-opacity: 1 !important;
        -moz-opacity: 1 !important;
        opacity: 1 !important;
        padding-right: 16px
    }

@media (max-width:768px) {
    .page-links {
        font-size: 18px;
        text-align: center
    }

        .page-links a span, .page-links span:not(.page-links-title) {
            font-size: 24px
        }
}

.comment-reply-title, .comments-area .comments-title, .ltx-related > .heading .header {
    font-size: 36px
}

.ltx-related {
    margin-top: 90px !important;
    padding-bottom: 0 !important
}

    .ltx-related .heading {
        margin-bottom: 0
    }

    .ltx-related > h3 {
        margin-bottom: 20px
    }

    .ltx-related > h5 {
        margin: 40px 0 0
    }

.ltx-author-bio {
    font-size: 14px;
    background-color: #f0f0f3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: border-box;
    padding: 60px;
    margin: 60px 0 60px;
    width: 100%;
    text-align: left;
    display: table
}

@media (max-width:768px) {
    .ltx-author-bio {
        display: block;
        width: 100%
    }
}

.ltx-author-bio p {
    margin-bottom: 0;
    font-size: 14px
}

.ltx-author-bio a + .i {
    color: #dc2751;
    margin: 0 10px
}

.ltx-author-bio .author-links {
    margin-top: 24px
}

.ltx-author-bio h5 {
    margin: -6px 0 10px;
    font-family: Montserrat,serif;
    font-weight: 900;
    font-size: 24px;
    color: #282834
}

.ltx-author-bio .author-name {
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 6px;
    font-family: Montserrat,serif;
    font-weight: 900;
    font-weight: 600;
    color: #dc2751
}

.ltx-author-bio .author-image, .ltx-author-bio .author-info {
    vertical-align: top
}

    .ltx-author-bio .author-image.author-info, .ltx-author-bio .author-info.author-info {
        float: left;
        width: 85%;
        margin-top: -6px
    }

@media (max-width:1599px) {
    .ltx-author-bio .author-image.author-info, .ltx-author-bio .author-info.author-info {
        width: 82%
    }
}

@media (max-width:991px) {
    .ltx-author-bio .author-image.author-info, .ltx-author-bio .author-info.author-info {
        text-align: center;
        float: none;
        width: 100%
    }
}

.ltx-author-bio .author-image.author-image, .ltx-author-bio .author-info.author-image {
    width: 15%;
    text-align: left;
    margin: 0 auto 8px 0;
    float: left
}

@media (max-width:1599px) {
    .ltx-author-bio .author-image.author-image, .ltx-author-bio .author-info.author-image {
        width: 18%
    }
}

@media (max-width:991px) {
    .ltx-author-bio .author-image.author-image, .ltx-author-bio .author-info.author-image {
        text-align: center;
        float: none;
        width: 100%;
        margin-bottom: 20px
    }
}

.ltx-author-bio .author-image.author-image img, .ltx-author-bio .author-info.author-image img {
    max-width: 120px;
    height: auto;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: border-box
}

.ltx-author-bio .author-image.author-image span, .ltx-author-bio .author-info.author-image span {
    display: inline-block;
    text-align: left;
    margin-left: 20px;
    padding-top: 10px;
    vertical-align: middle
}

.ltx-author-bio .author-image.author-image p, .ltx-author-bio .author-info.author-image p {
    font-size: 14px;
    margin: 0 0 -4px
}

@media (max-width:768px) {
    .ltx-author-bio .author-image.author-image, .ltx-author-bio .author-info.author-image {
        width: 100%;
        margin-bottom: 16px
    }

        .ltx-author-bio .author-image.author-image img, .ltx-author-bio .author-info.author-image img {
            margin: 0 auto
        }
}

@media (max-width:768px) {
    .ltx-author-bio .author-image, .ltx-author-bio .author-info {
        display: block;
        width: 100%;
        text-align: center
    }

        .ltx-author-bio .author-image.author-info, .ltx-author-bio .author-info.author-info {
            padding-left: 0
        }
}

.nav-links {
    margin: 40px 0 25px
}

@media (max-width:991px) {
    .nav-links {
        display: none
    }
}

.nav-links > span {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    color: #dc2751
}

@media (min-width:992px) {
    .nav-links > span:before {
        margin-top: -2px !important
    }

    .nav-links > span:after {
        margin-top: -2px !important
    }
}

@media (max-width:991px) {
    .nav-links > span:before {
        margin-top: 0 !important
    }

    .nav-links > span:after {
        margin-top: 0 !important
    }
}

.nav-links > .next:first-child {
    width: 100%
}

.nav-links a {
    font-size: 18px;
    font-family: Montserrat,serif;
    font-weight: 900
}

    .nav-links a span {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

        .nav-links a span span {
            font-family: Montserrat,serif;
            font-weight: 900
        }

    .nav-links a:hover span {
        color: #dc2751
    }

        .nav-links a:hover span span {
            color: #282834
        }

@media (max-width:991px) {
    .nav-links a span {
        display: none
    }
}

.nav-links span {
    max-width: 320px;
    color: #282834;
    line-height: 1.3em;
    padding: 10px 15px;
    display: inline-block;
    position: relative;
    background-color: #f0f0f3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: border-box
}

    .nav-links span .nav-arrow {
        display: block;
        color: #dc2751;
        margin-top: 3px;
        margin-bottom: 8px;
        font-size: 14px
    }

    .nav-links span img {
        max-width: 90px;
        height: auto;
        margin-bottom: 30px
    }

    .nav-links span.prev a {
        padding-left: 40px;
        display: inline-block
    }

        .nav-links span.prev a img {
            float: left;
            margin-right: 18px
        }

        .nav-links span.prev a:before {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            content: "\f060";
            font-size: 18px;
            left: 25px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%)
        }

    .nav-links span.next {
        text-align: right;
        float: right
    }

        .nav-links span.next a {
            padding-right: 40px;
            display: inline-block
        }

            .nav-links span.next a img {
                float: right;
                margin-left: 18px
            }

            .nav-links span.next a:before {
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                position: absolute;
                content: "\f061";
                font-size: 18px;
                right: 25px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%)
            }

.nav-links .href-arrow-left {
    padding-right: 1%
}

.nav-links .href-arrow-right {
    text-align: right;
    padding-left: 1%
}

.tags-line + .post-navigation {
    margin-top: 25px
}

.post-password-form {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background-clip: border-box !important
}

    .post-password-form .ltx-btn-wrap {
        margin-top: 25px;
        display: block
    }

        .post-password-form .ltx-btn-wrap .btn {
            font-size: 16px;
            padding: 14px 44px;
            line-height: 1.6em;
            min-width: 150px
        }

    .post-password-form input[type=password] {
        margin-bottom: 15px !important;
        margin-top: 10px !important
    }

    .post-password-form input[type=submit] {
        display: inline-block
    }

    .post-password-form label {
        font-size: 0;
        margin-top: -30px;
        display: inline-block;
        vertical-align: top
    }

    .post-password-form input[type=submit] {
        padding-left: 35px !important;
        padding-right: 35px !important
    }

    .post-password-form p {
        max-width: 660px;
        margin: 0 auto 35px !important
    }

        .post-password-form p:first-child {
            margin-bottom: 60px !important
        }

.comments-area {
    margin-top: 50px;
    margin-bottom: 0
}

    .comments-area .comment-navigation {
        margin-top: -25px
    }

    .comments-area .comments-title {
        position: relative;
        margin-top: 0;
        text-align: center;
        display: block !important
    }

    .comments-area .comment-list {
        list-style: none;
        margin-bottom: 60px
    }

        .comments-area .comment-list .trackback {
            padding: 0 0 10px;
            font-weight: 700
        }

            .comments-area .comment-list .trackback a, .comments-area .comment-list .trackback span {
                font-weight: 400
            }

            .comments-area .comment-list .trackback .url {
                padding-right: 10px;
                position: relative;
                zoom: 1;
                -webkit-opacity: .8;
                -moz-opacity: .8;
                opacity: .8
            }

            .comments-area .comment-list .trackback .edit-link a {
                zoom: 1;
                -webkit-opacity: .5;
                -moz-opacity: .5;
                opacity: .5
            }

            .comments-area .comment-list .trackback + .comment {
                padding-top: 50px
            }

        .comments-area .comment-list li {
            padding-left: 0
        }

            .comments-area .comment-list li .comment-single {
                padding: 0;
                margin-bottom: 32px;
                padding-bottom: 30px;
                position: relative;
                border-bottom: 1px solid rgba(0,0,0,.15)
            }

@media (max-width:768px) {
    .comments-area .comment-list li .comment-single {
        margin-bottom: 22px;
        padding-bottom: 20px
    }
}

.comments-area .comment-list li > .children {
    list-style: none
}

@media (min-width:768px) {
    .comments-area .comment-list li > .children {
        padding-left: 90px
    }

        .comments-area .comment-list li > .children > li > .children {
            padding-left: 90px
        }

            .comments-area .comment-list li > .children > li > .children .children {
                padding-left: 0
            }
}

@media (max-width:768px) {
    .comments-area .comment-list li > .children {
        padding-left: 80px
    }

        .comments-area .comment-list li > .children .children {
            padding-left: 0
        }
}

@media (max-width:479px) {
    .comments-area .comment-list li > .children {
        padding-left: 50px
    }
}

.comments-area .comment-list li > .children li article {
    position: relative
}

.comments-area .comment-info {
    font-size: 15px;
    margin: 0 0 15px
}

    .comments-area .comment-info .comment-author {
        font-family: Montserrat,serif;
        font-weight: 900;
        color: #282834;
        margin: 0;
        font-size: 18px
    }

@media (max-width:768px) {
    .comments-area .comment-info .comment-author {
        padding-top: 6px;
        font-size: 18px
    }
}

.comments-area .comment-info .comment-date {
    margin-right: 10px;
    padding-left: 0;
    font-size: 14px;
    font-weight: 700;
    zoom: 1;
    -webkit-opacity: .75;
    -moz-opacity: .75;
    opacity: .75
}

    .comments-area .comment-info .comment-date .date-value {
        zoom: 1;
        -webkit-opacity: .75;
        -moz-opacity: .75;
        opacity: .75;
        color: #282834
    }

.comments-area .comment_not_approved {
    font-size: 12px;
    color: #dc2751
}

.comments-area .comments-ol .comment-list {
    padding-left: 0
}

    .comments-area .comments-ol .comment-list > li.comment {
        padding-left: 0
    }

.comments-area .comments-ol .comment-respond {
    margin-bottom: 70px;
    text-align: center
}

    .comments-area .comments-ol .comment-respond h3 {
        display: inline-block
    }

        .comments-area .comments-ol .comment-respond h3 span {
            display: none
        }

.comments-area .comment-text p {
    font-size: 16px;
    margin-bottom: 15px;
    zoom: 1;
    -webkit-opacity: .75;
    -moz-opacity: .75;
    opacity: .75
}

@media (max-width:768px) {
    .comments-area .comment-text {
        margin-left: -85px;
        padding-top: 8px
    }

        .comments-area .comment-text p {
            font-size: 15px;
            line-height: 1.5em
        }
}

.comments-area .comment-reply-link {
    color: #282834;
    font-family: Montserrat,serif;
    font-weight: 900;
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    font-size: 14px
}

    .comments-area .comment-reply-link:hover {
        color: #dc2751
    }

    .comments-area .comment-reply-link:before {
        margin-right: 6px;
        position: relative;
        top: 3px;
        content: "+";
        color: #dc2751;
        font-size: 22px;
        font-weight: 700;
        text-align: center;
        display: inline-block;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-clip: border-box
    }

@media (max-width:768px) {
    .comments-area .comment-reply {
        margin-left: -85px
    }
}

.comments-area .comment-author-avatar {
    position: absolute
}

    .comments-area .comment-author-avatar img {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-clip: border-box
    }

.comments-area .comment-content {
    padding: 0 0 0 90px
}

@media (max-width:768px) {
    .comments-area .comment-content {
        padding-right: 10px;
        padding-left: 83px
    }
}

.comment-respond {
    margin-bottom: 30px
}

.comments-form-wrap {
    padding-top: 20px
}

    .comments-form-wrap h3 {
        color: #282834
    }

        .comments-form-wrap h3:not(.comment-reply-title) {
            margin: 0 0 20px
        }

        .comments-form-wrap h3.comment-reply-title {
            color: #282834;
            margin: 0 0 20px
        }

.comment-respond form, .comments-form form {
    margin-top: 30px !important;
    background-color: #f0f0f3;
    padding: 60px 40px !important
}

@media (max-width:768px) {
    .comment-respond form, .comments-form form {
        padding: 20px !important
    }
}

.comment-respond.comment-respond form, .comments-form.comment-respond form {
    margin-top: 0 !important;
    padding: 50px !important
}

@media (max-width:768px) {
    .comment-respond.comment-respond form, .comments-form.comment-respond form {
        padding: 20px !important
    }
}

@media (max-width:768px) {
    .comment-respond #send_comment, .comments-form #send_comment {
        padding: 16px 35px !important;
        min-width: initial !important
    }
}

.form-submit {
    text-align: center
}

.comments-field {
    margin-bottom: 40px
}

h3.comment-reply-title {
    color: #282834 !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    padding-bottom: 0;
    position: relative;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center
}

    h3.comment-reply-title small {
        display: none;
        font-weight: 700;
        text-transform: lowercase;
        margin-left: 5px;
        margin-top: 2px;
        font-size: 14px;
        height: 20px;
        text-align: center;
        font-family: Montserrat,serif;
        font-weight: 900;
        color: #282834
    }

@media (max-width:768px) {
    h3.comment-reply-title {
        font-size: 36px
    }
}

.comments-ol h3 {
    font-size: 30px;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0 !important
}

    .comments-ol h3:after, .comments-ol h3:before {
        display: none
    }

    .comments-ol h3 + form {
        margin-top: 4px
    }

    .comments-ol h3 small {
        border-bottom: 0;
        display: block
    }

        .comments-ol h3 small a {
            float: right;
            height: 32px;
            width: 32px;
            overflow: hidden;
            position: absolute;
            right: -40px;
            bottom: 20px
        }

            .comments-ol h3 small a:before {
                content: "×";
                font-size: 48px;
                padding: 8px 0;
                color: #dc2751;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                background-clip: border-box;
                width: 30px;
                height: 30px;
                line-height: 6px;
                display: block;
                -webkit-transition: all .3s ease;
                -moz-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease;
                font-weight: 700
            }

            .comments-ol h3 small a:hover:before {
                color: #282834
            }

form.comment-form {
    margin-top: 20px;
    color: #282834;
    padding: 10px 0 45px;
    text-align: left
}

    form.comment-form .select-wrap, form.comment-form input:not([type=submit]), form.comment-form textarea {
        background-color: #fff !important
    }

    form.comment-form .comments_notes {
        text-align: left;
        font-size: 14px;
        margin-bottom: 22px;
        color: #dc2751;
        text-align: center
    }

    form.comment-form .comments-field label {
        display: none
    }

    form.comment-form input[type=text], form.comment-form textarea {
        width: 100%
    }

    form.comment-form .form-submit {
        margin-bottom: 0
    }

    form.comment-form .submit {
        margin: 0 !important
    }

@media (min-width:992px) and (max-width:1199px) {
    .layout-featured {
        margin: 0 9%
    }
}

article.ltx-featured-post {
    position: relative
}

    article.ltx-featured-post .ltx-post-headline .dt, article.ltx-featured-post .ltx-post-headline a {
        color: #fff !important;
        zoom: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1
    }

    article.ltx-featured-post .photo {
        margin-bottom: 0 !important
    }

        article.ltx-featured-post .photo:before {
            background-color: #282834;
            -webkit-opacity: .8;
            -moz-opacity: .8;
            opacity: .8;
            content: "";
            position: absolute !important;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            width: 100%;
            height: 100%;
            zoom: 1;
            -webkit-opacity: .35;
            -moz-opacity: .35;
            opacity: .35;
            z-index: 2;
            pointer-events: none
        }

            article.ltx-featured-post .photo:before + div {
                z-index: 2;
                position: relative
            }

@media (max-width:768px) {
    article.ltx-featured-post .photo:before {
        zoom: 1;
        -webkit-opacity: .35;
        -moz-opacity: .35;
        opacity: .35
    }
}

article.ltx-featured-post .description {
    position: absolute !important;
    bottom: 60px;
    left: 50px;
    right: 50px
}

@media (max-width:768px) {
    article.ltx-featured-post .description {
        left: 30px;
        right: 30px;
        bottom: 30px
    }
}

article.ltx-featured-post .description .header h3 {
    color: #fff;
    font-size: 48px
}

@media (max-width:768px) {
    article.ltx-featured-post .description .header h3 {
        font-size: 36px
    }
}

@media (max-width:479px) {
    article.ltx-featured-post .description .header h3 {
        font-size: 24px
    }
}

article.ltx-featured-post .description .header h3:hover {
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    color: #dc2751
}

.layout-short article, .ltx-col-simple-blog article {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-bottom: 10px !important
}

.layout-short .photo, .ltx-col-simple-blog .photo {
    width: 50%;
    margin-bottom: 0 !important;
    overflow: hidden
}

@media (max-width:768px) {
    .layout-short .photo, .ltx-col-simple-blog .photo {
        width: 100%;
        margin-bottom: 30px !important
    }
}

.layout-short .description, .ltx-col-simple-blog .description {
    width: 50%;
    padding-bottom: 0 !important;
    padding-left: 30px !important
}

@media (max-width:768px) {
    .layout-short .description, .ltx-col-simple-blog .description {
        width: 100%;
        padding-left: 0 !important;
        margin-bottom: 15px
    }
}

@media (min-width:1200px) and (max-width:1599px) {
    .layout-short .description .header, .ltx-col-simple-blog .description .header {
        margin-bottom: 15px !important;
        display: block
    }
}

.layout-short .text p, .ltx-col-simple-blog .text p {
    margin-bottom: 10px !important
}

@media (min-width:1200px) and (max-width:1599px) {
    .layout-short .text p, .ltx-col-simple-blog .text p {
        display: none
    }
}

.ltx-sharing-header {
    font-family: Montserrat,serif;
    font-weight: 900;
    float: right
}

@media (max-width:991px) {
    .ltx-sharing-header {
        display: none
    }
}

.ltx-sharing-header .header {
    font-size: 14px
}

.ltx-sharing-header .fa {
    color: #dc2751;
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    bottom: -2px
}

.ltx-sharing-header:hover + .ltx-sharing {
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.tags-many-wrapper .ltx-sharing-header {
    display: none
}

.ltx-sharing {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    padding: 12px 0
}

@media (min-width:992px) {
    .ltx-sharing {
        position: absolute;
        right: 0;
        bottom: -45px;
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }
}

.ltx-sharing:hover {
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

@media (max-width:991px) {
    .ltx-sharing {
        text-align: center;
        margin: 15px auto;
        display: block
    }
}

.ltx-sharing li {
    display: inline-block;
    margin-left: 12px
}

    .ltx-sharing li.sharing-header {
        margin-right: 0;
        vertical-align: top;
        padding-top: 0;
        font-size: 16px;
        font-family: Montserrat,serif;
        font-weight: 900
    }

@media (max-width:991px) {
    .ltx-sharing li.sharing-header {
        display: none
    }
}

.ltx-sharing li a span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: border-box;
    background-color: #dc2751;
    color: #fff;
    font-size: 13px;
    width: 27px;
    height: 27px;
    overflow: hidden;
    line-height: 27px;
    text-align: center;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ltx-sharing li a:hover span {
    background-color: #282834 !important
}

.gallery-page {
    margin-top: 0
}

    .gallery-page > .row {
        margin-top: -50px
    }

    .gallery-page .paging-navigation {
        margin-top: -10px
    }

    .gallery-page .item {
        margin-top: 50px;
        text-align: center
    }

        .gallery-page .item .header {
            font-size: 24px;
            line-height: 1.5em;
            margin: 8px 0 0 !important;
            padding-bottom: 12px
        }

@media (max-width:991px) {
    .gallery-page .item {
        margin-bottom: 40px
    }
}

.gallery-page .photo {
    transition: visibility 0s linear .2s,opacity .2s linear;
    position: relative;
    overflow: hidden;
    display: block
}

    .gallery-page .photo img {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-clip: border-box
    }

    .gallery-page .photo .fa {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%) scale(0);
        -moz-transform: translate(-50%,-50%) scale(0);
        -ms-transform: translate(-50%,-50%) scale(0);
        -o-transform: translate(-50%,-50%) scale(0);
        transform: translate(-50%,-50%) scale(0);
        font-size: 26px;
        color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-clip: border-box;
        background: rgba(0,0,0,.8);
        padding: 20px;
        z-index: 10
    }

    .gallery-page .photo:after {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-clip: border-box;
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        transition: visibility 0s linear .2s,opacity .2s linear
    }

    .gallery-page .photo:hover {
        zoom: 1;
        -webkit-opacity: .8;
        -moz-opacity: .8;
        opacity: .8
    }

        .gallery-page .photo:hover .fa {
            -webkit-transform: translate(-50%,-50%) scale(1);
            -moz-transform: translate(-50%,-50%) scale(1);
            -ms-transform: translate(-50%,-50%) scale(1);
            -o-transform: translate(-50%,-50%) scale(1);
            transform: translate(-50%,-50%) scale(1)
        }

        .gallery-page .photo:hover:after {
            zoom: 1;
            -webkit-opacity: .6;
            -moz-opacity: .6;
            opacity: .6
        }

.gallery-page .descr {
    padding: 0
}

    .gallery-page .descr .header {
        margin: 18px 0 6px;
        line-height: 1.5em
    }

    .gallery-page .descr .fa {
        color: #dc2751;
        margin-right: 10px
    }

    .gallery-page .descr a {
        color: #f0f0f3;
        font-size: 14px
    }

.gallery-page ul {
    list-style: none;
    padding: 0;
    margin: 0
}

    .gallery-page ul li {
        font-size: 14px;
        color: #f0f0f3;
        margin-right: 15px;
        display: inline-block
    }

.gallery-page.gallery-col-4 > .row {
    margin-top: -20px
}

.gallery-page.gallery-col-4 .item {
    margin-top: 20px
}

    .gallery-page.gallery-col-4 .item .header {
        font-size: 24px !important
    }

.gallery-inner {
    margin-top: -30px
}

    .gallery-inner .item {
        margin-top: 30px
    }

.gallery-sc.grid a {
    display: block;
    overflow: hidden
}

    .gallery-sc.grid a img {
        max-width: initial;
        width: 100%;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);
        transform: scale(1.03)
    }

        .gallery-sc.grid a img:hover {
            -webkit-transform: scale(1.08);
            -moz-transform: scale(1.08);
            -ms-transform: scale(1.08);
            -o-transform: scale(1.08);
            transform: scale(1.08)
        }

    .gallery-sc.grid a span {
        position: relative;
        display: block
    }

        .gallery-sc.grid a span:before {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f00e";
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background-clip: border-box;
            background-color: #dc2751;
            width: 48px;
            height: 48px;
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            color: #fff;
            text-align: center;
            line-height: 48px;
            -webkit-transform: translate(-50%,-50%) scale(0);
            -moz-transform: translate(-50%,-50%) scale(0);
            -ms-transform: translate(-50%,-50%) scale(0);
            -o-transform: translate(-50%,-50%) scale(0);
            transform: translate(-50%,-50%) scale(0);
            z-index: 10;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

        .gallery-sc.grid a span:after {
            background-color: #282834;
            -webkit-opacity: .8;
            -moz-opacity: .8;
            opacity: .8;
            content: "";
            position: absolute !important;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            zoom: 1;
            -webkit-opacity: 0;
            -moz-opacity: 0;
            opacity: 0;
            z-index: 1;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

            .gallery-sc.grid a span:after + div {
                z-index: 2;
                position: relative
            }

    .gallery-sc.grid a:hover span:before {
        -webkit-transform: translate(-50%,-50%) scale(1);
        -moz-transform: translate(-50%,-50%) scale(1);
        -ms-transform: translate(-50%,-50%) scale(1);
        -o-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1)
    }

    .gallery-sc.grid a:hover span:after {
        zoom: 1;
        -webkit-opacity: .3;
        -moz-opacity: .3;
        opacity: .3
    }

.gallery-sc.grid-big {
    padding: 15px
}

@media (max-width:768px) {
    .gallery-sc.grid-big {
        padding: 5px
    }
}

.gallery-sc.grid-big a {
    display: block;
    overflow: hidden;
    padding: 15px
}

@media (max-width:768px) {
    .gallery-sc.grid-big a {
        padding: 5px
    }
}

.gallery-sc.grid-big a img {
    max-width: initial;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.gallery-sc.albums .row {
    margin: 0
}

    .gallery-sc.albums .row > div {
        position: relative;
        overflow: hidden;
        padding: 0
    }

    .gallery-sc.albums .row > .col-lg-12.col-img {
        width: 100%;
        padding-bottom: 50%
    }

@media (max-width:768px) {
    .gallery-sc.albums .row > .col-lg-12.col-img {
        padding-bottom: 80%
    }
}

.gallery-sc.albums .row > .col-lg-6.col-img {
    width: 50%;
    padding-bottom: 50%
}

@media (max-width:1199px) {
    .gallery-sc.albums .row > .col-lg-6.col-img {
        width: 100% !important
    }
}

@media (max-width:768px) {
    .gallery-sc.albums .row > .col-lg-6.col-img {
        padding-bottom: 80%
    }
}

.gallery-sc.albums .row .col-img:hover .item {
    -webkit-transform: scale(1.1) rotate(5deg);
    -moz-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
    -o-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg)
}

.gallery-sc.albums .row .item {
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    .gallery-sc.albums .row .item:before {
        background-color: #282834;
        -webkit-opacity: .8;
        -moz-opacity: .8;
        opacity: .8;
        content: "";
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        pointer-events: none;
        zoom: 1;
        -webkit-opacity: .3;
        -moz-opacity: .3;
        opacity: .3
    }

        .gallery-sc.albums .row .item:before + div {
            z-index: 2;
            position: relative
        }

.gallery-sc.albums .row .photo {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2
}

.gallery-sc.albums .row .descr {
    color: #fff;
    position: absolute;
    bottom: 60px;
    left: 60px;
    z-index: 3
}

    .gallery-sc.albums .row .descr .subheader {
        display: block;
        font-size: 18px;
        font-family: Montserrat,serif;
        font-weight: 900;
        font-weight: 700;
        margin-bottom: 8px
    }

    .gallery-sc.albums .row .descr .header {
        display: block;
        font-size: 36px;
        font-weight: 700
    }

@media (max-width:768px) {
    .gallery-sc.albums .row .descr {
        left: 30px;
        bottom: 30px
    }

        .gallery-sc.albums .row .descr .header {
            font-size: 24px
        }

        .gallery-sc.albums .row .descr .subheader {
            font-size: 14px
        }
}

.form-control:focus, input:focus {
    outline: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important
}

select {
    color: #282834
}

input[type=search] {
    box-sizing: border-box
}

.form-row, form {
    font-size: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: border-box
}

    .form-row select, form select {
        max-width: 100%
    }

    .form-row input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]), .form-row textarea, form input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]), form textarea {
        width: 100%;
        font-size: 16px;
        display: block;
        margin: 0 auto;
        color: rgba(0,0,0,.8);
        padding: 17px 26px;
        border: 1px solid rgba(0,0,0,.15);
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        border-radius: 32px;
        background-clip: border-box;
        font-family: OpenSans,sans-serif;
        font-weight: 400;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .form-row.comment-form input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]), .form-row.comment-form textarea, form.comment-form input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]), form.comment-form textarea {
        border: 0 solid transparent
    }

    .form-row input[type=number], form input[type=number] {
        padding: 0 !important;
        padding-left: 20px !important;
        font-size: 16px !important;
        font-family: OpenSans,sans-serif;
        font-weight: 400;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
        background-clip: border-box !important
    }

    .form-row .date:not(.wpcf7-form-control-wrap), form .date:not(.wpcf7-form-control-wrap) {
        margin: 0 !important
    }

.select-wrap {
    width: 100%;
    position: relative;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background-clip: border-box;
    background-color: #fff;
    border: 0 !important;
    outline: 0 !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: rgba(0,0,0,.5)
}

    .select-wrap select, .select-wrap:after {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        color: rgba(0,0,0,.5)
    }

    .select-wrap select {
        background: 0 0 !important;
        border: none;
        width: 99%;
        font-size: 16px;
        color: #282834;
        padding: 17px 20px 15px;
        padding-right: 3em !important;
        max-width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

        .select-wrap select:hover {
            cursor: pointer
        }

    .select-wrap option {
        padding: .4em 1em
    }

    .select-wrap:after {
        content: "\f105";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        display: block;
        line-height: 1em;
        font-size: 24px;
        width: 1em;
        height: 1em;
        text-align: center;
        position: absolute;
        right: 18px;
        top: 50%;
        margin-top: -11px;
        z-index: 2;
        pointer-events: none;
        cursor: pointer;
        color: #282834
    }

    .select-wrap select::-ms-expand {
        display: none
    }

.select2-container .select2-selection--single {
    text-align: left;
    padding: 14px 25px 12px;
    font-size: 14px;
    height: 60px;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background-clip: border-box;
    font-family: OpenSans,sans-serif;
    font-weight: 400
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 0
    }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 19px;
    right: 16px
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow:before {
        content: "\f105";
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        zoom: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        color: #282834
    }

.ltx-contact-form-7 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: border-box
}

    .ltx-contact-form-7 .row > div, .ltx-contact-form-7 p {
        margin-bottom: 30px
    }

    .ltx-contact-form-7 .row.submit-row {
        text-align: left
    }

@media (max-width:1199px) {
    .ltx-contact-form-7 .row.submit-row {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .ltx-contact-form-7.form-center form {
        text-align: center
    }

    .ltx-contact-form-7.form-left form {
        text-align: left
    }

    .ltx-contact-form-7.form-right form {
        text-align: right
    }

    .ltx-contact-form-7.form-center.form-input-group form p {
        text-align: center
    }

    .ltx-contact-form-7.form-left.form-input-group form p {
        text-align: left;
        margin: 0
    }

    .ltx-contact-form-7.form-right.form-input-group form p {
        text-align: right;
        margin: 0
    }
}

.ltx-contact-form-7.form-padding-none form {
    padding: 0;
    margin-bottom: 0
}

.ltx-contact-form-7.form-bg-white {
    background-color: #fff
}

    .ltx-contact-form-7.form-bg-white form {
        background-color: #fff
    }

.ltx-contact-form-7.form-bg-gray {
    background-color: #f0f0f3
}

    .ltx-contact-form-7.form-bg-gray form {
        background-color: #f0f0f3
    }

        .ltx-contact-form-7.form-bg-gray form .select-wrap, .ltx-contact-form-7.form-bg-gray form input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]), .ltx-contact-form-7.form-bg-gray form textarea {
            background-color: #fff;
            border: 1px solid transparent
        }

.ltx-contact-form-7.form-bg-transparent {
    background: 0 0
}

    .ltx-contact-form-7.form-bg-transparent form {
        background: 0 0
    }

form.wpcf7-form fieldset {
    margin-top: 0;
    padding: 0
}

form.wpcf7-form .ltx-btn-wrap {
    margin-top: 0;
    display: block
}

.woocommerce-product-search, .wp-searchform, form, form.form, form.post-password-form, form.search-form, form.wpcf7-form {
    text-align: center;
    padding: 45px 45px 25px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: border-box;
    position: relative
}

    .woocommerce-product-search .ajax-loader, .wp-searchform .ajax-loader, form .ajax-loader, form.form .ajax-loader, form.post-password-form .ajax-loader, form.search-form .ajax-loader, form.wpcf7-form .ajax-loader {
        display: block;
        margin: 0 auto;
        text-align: center
    }

    .woocommerce-product-search h3, .wp-searchform h3, form h3, form.form h3, form.post-password-form h3, form.search-form h3, form.wpcf7-form h3 {
        text-align: left
    }

    .woocommerce-product-search select, .wp-searchform select, form select, form.form select, form.post-password-form select, form.search-form select, form.wpcf7-form select {
        max-width: 100%
    }

    .woocommerce-product-search label, .wp-searchform label, form label, form.form label, form.post-password-form label, form.search-form label, form.wpcf7-form label {
        text-align: left;
        display: block;
        font-size: 14px;
        padding-left: 15px;
        margin-bottom: -2px;
        zoom: 1;
        -webkit-opacity: .75;
        -moz-opacity: .75;
        opacity: .75
    }

    .woocommerce-product-search.comment-form input[type=email], .woocommerce-product-search.comment-form input[type=search], .woocommerce-product-search.comment-form input[type=text], .woocommerce-product-search.comment-form textarea, .wp-searchform.comment-form input[type=email], .wp-searchform.comment-form input[type=search], .wp-searchform.comment-form input[type=text], .wp-searchform.comment-form textarea, form.comment-form input[type=email], form.comment-form input[type=search], form.comment-form input[type=text], form.comment-form textarea, form.form.comment-form input[type=email], form.form.comment-form input[type=search], form.form.comment-form input[type=text], form.form.comment-form textarea, form.post-password-form.comment-form input[type=email], form.post-password-form.comment-form input[type=search], form.post-password-form.comment-form input[type=text], form.post-password-form.comment-form textarea, form.search-form.comment-form input[type=email], form.search-form.comment-form input[type=search], form.search-form.comment-form input[type=text], form.search-form.comment-form textarea, form.wpcf7-form.comment-form input[type=email], form.wpcf7-form.comment-form input[type=search], form.wpcf7-form.comment-form input[type=text], form.wpcf7-form.comment-form textarea {
        width: 100%
    }

    .woocommerce-product-search .input-group input, .wp-searchform .input-group input, form .input-group input, form.form .input-group input, form.post-password-form .input-group input, form.search-form .input-group input, form.wpcf7-form .input-group input {
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius-bottomright: 0;
        -moz-background-clip: padding;
        border-bottom-right-radius: 0
    }

    .woocommerce-product-search.woocommerce-product-search, .woocommerce-product-search.wp-searchform, .wp-searchform.woocommerce-product-search, .wp-searchform.wp-searchform, form.form.woocommerce-product-search, form.form.wp-searchform, form.post-password-form.woocommerce-product-search, form.post-password-form.wp-searchform, form.search-form.woocommerce-product-search, form.search-form.wp-searchform, form.woocommerce-product-search, form.wp-searchform, form.wpcf7-form.woocommerce-product-search, form.wpcf7-form.wp-searchform {
        padding: 0;
        margin: 0
    }

        .woocommerce-product-search.woocommerce-product-search input[type=text], .woocommerce-product-search.wp-searchform input[type=text], .wp-searchform.woocommerce-product-search input[type=text], .wp-searchform.wp-searchform input[type=text], form.form.woocommerce-product-search input[type=text], form.form.wp-searchform input[type=text], form.post-password-form.woocommerce-product-search input[type=text], form.post-password-form.wp-searchform input[type=text], form.search-form.woocommerce-product-search input[type=text], form.search-form.wp-searchform input[type=text], form.woocommerce-product-search input[type=text], form.wp-searchform input[type=text], form.wpcf7-form.woocommerce-product-search input[type=text], form.wpcf7-form.wp-searchform input[type=text] {
            width: 100% !important;
            color: #282834
        }

    .woocommerce-product-search textarea, .wp-searchform textarea, form textarea, form.form textarea, form.post-password-form textarea, form.search-form textarea, form.wpcf7-form textarea {
        height: 140px
    }

@media (max-width:991px) {
    .woocommerce-product-search, .wp-searchform, form, form.form, form.post-password-form, form.search-form, form.wpcf7-form {
        padding: 30px 25px
    }
}

form .input-radio + label {
    display: inline-block
}

.wpcf7-not-valid-tip {
    font-size: 14px
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .select-wrap select {
        padding: 13px 18px
    }
}

@supports (-ms-ime-align:auto) {
    .select-wrap select {
        padding: 13px 18px
    }
}

@media (min-width:1200px) {
    .col-align-center .btn-wrap.btn-wrap-inline {
        margin-left: 36px
    }

        .col-align-center .btn-wrap.btn-wrap-inline + .btn-wrap-inline {
            margin-left: 0
        }
}

.btn-wrap.btn-wrap-inline {
    display: inline-block;
    margin-bottom: 5px
}

@media (min-width:992px) {
    .btn-wrap.btn-wrap-inline {
        margin-right: 36px
    }
}

@media (max-width:991px) {
    .btn-wrap.btn-wrap-inline {
        margin-left: 18px;
        margin-right: 18px
    }
}

@media (max-width:479px) {
    .btn-wrap.btn-wrap-inline {
        margin-left: 0;
        margin-right: 0
    }
}

.btn-wrap.align-center {
    text-align: center
}

    .btn-wrap.align-center.btn-wrap-inline {
        margin: 0 20px 15px 0
    }

@media (max-width:768px) {
    .btn-wrap.align-center.btn-wrap-inline {
        margin-left: 15px
    }
}

.btn-wrap + .btn-wrap {
    margin-top: 20px
}

.btn + .btn {
    margin-left: 10px
}

label.css-radio {
    margin: 0 0 16px !important;
    display: block;
    position: relative;
    min-height: 22px;
    line-height: 17px;
    padding: 4px 0;
    margin: 0 0 10px;
    overflow: hidden;
    cursor: pointer
}

    label.css-radio:hover {
        opacity: .8
    }

    label.css-radio input {
        position: absolute;
        left: -20px
    }

    label.css-radio > span {
        font-size: 10pt;
        font-weight: 700;
        padding: 6px 0 0 30px;
        display: inline-block
    }

        label.css-radio > span:before {
            width: 22px;
            height: 22px;
            bottom: 0;
            -webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
            -moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
            box-shadow: 0 0 2px rgba(0,0,0,.2);
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background-clip: border-box;
            background-color: #fff;
            left: 2px;
            display: block;
            content: "";
            position: absolute;
            background: #f5f5f5
        }

    label.css-radio input:checked + span:after {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-clip: border-box;
        background-color: #282834;
        width: 12px;
        height: 12px;
        display: block;
        content: "";
        top: 8px;
        left: 7px;
        position: absolute;
        z-index: 100
    }

    label.css-radio.no-label {
        display: inline-block;
        width: 22px;
        margin: 0 4px 0 0
    }

.form-with-labels, .forms {
    margin: 0 -3px
}

    .form-with-labels > div, .forms > div {
        padding-left: 3px;
        padding-right: 3px;
        position: relative
    }

.form-input-group form p {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 0
}

@media (min-width:480px) {
    .form-input-group form p {
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

        .form-input-group form p .wpcf7-form-control-wrap {
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            width: 1%;
            display: block;
            position: relative;
            margin-bottom: 0;
            margin-top: 0
        }

        .form-input-group form p span + span {
            display: flex;
            margin-left: -1px
        }

        .form-input-group form p button {
            min-width: 200px;
            margin: 0 0 0 -70px !important
        }
}

.form-input-group form p input {
    margin-bottom: 0 !important;
    height: 100%
}

@media (max-width:479px) {
    .form-input-group form p input {
        margin-bottom: 16px !important
    }
}

.form-input-group form p span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 14px
}

div.wpcf7-response-output {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 125px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: border-box;
    font-size: 14px;
    padding: 6px 8px
}

div.wpcf7-acceptance-missing, div.wpcf7-validation-errors {
    background-color: #dc2751;
    border-color: transparent
}

.wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 4px
}

    .wpcf7-form-control-wrap:not(.margin-none) {
        margin-bottom: 4px
    }

    .wpcf7-form-control-wrap > .select-wrap {
        margin-bottom: 0
    }

    .wpcf7-form-control-wrap + span.fa {
        color: rgba(0,0,0,.15);
        position: absolute;
        top: 23px;
        right: 35px;
        font-size: 18px
    }

.wpcf7-checkbox, .wpcf7-radio {
    overflow: hidden;
    display: block;
    position: relative;
    cursor: pointer
}

    .wpcf7-checkbox .wpcf7-list-item, .wpcf7-radio .wpcf7-list-item {
        margin-bottom: 8px
    }

    .wpcf7-checkbox input, .wpcf7-radio input {
        position: absolute;
        left: -50px
    }

    .wpcf7-checkbox label, .wpcf7-radio label {
        font-weight: 400;
        margin-bottom: 0;
        font-size: 14px !important
    }

    .wpcf7-checkbox input + span, .wpcf7-radio input + span {
        vertical-align: bottom;
        display: inline-block;
        cursor: pointer;
        position: relative
    }

        .wpcf7-checkbox input + span:before, .wpcf7-radio input + span:before {
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAIAAADZrBkAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjEzNDYxNkQ3N0M5RjExRTdBQ0JGRjdCMkREMTNFNkRBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjEzNDYxNkQ4N0M5RjExRTdBQ0JGRjdCMkREMTNFNkRBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTM0NjE2RDU3QzlGMTFFN0FDQkZGN0IyREQxM0U2REEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTM0NjE2RDY3QzlGMTFFN0FDQkZGN0IyREQxM0U2REEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4I513VAAAALUlEQVR42mK8evUqA+mABYi1tLRI0nPt2jUmBrLAqLZRbSNbGwsk/5CqDSDAAN+KCCm2GjBVAAAAAElFTkSuQmCC) no-repeat 50% 50%;
            width: 20px;
            height: 20px;
            text-align: center;
            font-size: 14px;
            margin-bottom: 2px;
            margin-right: 10px;
            padding: 0 0 0 1px;
            vertical-align: middle;
            content: " ";
            display: inline-block
        }

    .wpcf7-checkbox input:checked + span:before, .wpcf7-radio input:checked + span:before {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAIAAADZrBkAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkVFNENEODc5N0M5RTExRTdBMDg2RjZGRTNCREQyM0NGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkVFNENEODdBN0M5RTExRTdBMDg2RjZGRTNCREQyM0NGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RUU0Q0Q4Nzc3QzlFMTFFN0EwODZGNkZFM0JERDIzQ0YiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RUU0Q0Q4Nzg3QzlFMTFFN0EwODZGNkZFM0JERDIzQ0YiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz66Prs0AAAAsElEQVR42rzTuw3DIBQFUCdyRc0SsAi9h2AdempqahgEWIKaNrkREk7wJyFSciWjJ5kjeNhcQgjTeGY8nPMhE2O8Tl/llyzn7L3ve3trlFIYUQshPlrt2Vhra9EzvEgp7RpkWRZKac+01mgAY5Vb03a49lZKqbNRQGKSc+7IrKsRQqSUGKs0xpyYl00yxpps2TX9kXTyyOx8gCpxYifmEdyA22BA/vsrz/X+jLK7AAMAW8GbphLkpbkAAAAASUVORK5CYII=)
    }

    .wpcf7-checkbox.wpcf7-radio input + span:before, .wpcf7-radio.wpcf7-radio input + span:before {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM4MUZCM0JBN0M5RjExRTdBRjMxODdDQjJCMzdCRkFGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjM4MUZCM0JCN0M5RjExRTdBRjMxODdDQjJCMzdCRkFGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzgxRkIzQjg3QzlGMTFFN0FGMzE4N0NCMkIzN0JGQUYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzgxRkIzQjk3QzlGMTFFN0FGMzE4N0NCMkIzN0JGQUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6fyCEwAAABlUlEQVR42qSUvUvDUBTFX9oa0HbK16jiB5JuTo4uiqC4u+oo7iLOou7WTVz9BxxEXNw6dWqLg1Ld2nxMjWBsqeeUp0hMY9tcOLyb5J1f3kvevUqv1xPRqNVqMxh2oE1oATIgF3qGbqGbYrH4GvUpv2GATGI4gQ4Mw5goFApCVVWRzWZFt9sVYRiKdrstXNf9xJwSdAzo+x8YQCaGO13Xly3LEoqiiEFBT6vVEp7nVXC5AaDzAwNIRf5omuYKJIYNx3GoMtJVAD8y8v65pmkjgRicTx/Ss/7KqtXqND+sbdu5pK0lbbler3eQLnJle3jDWKD+auCjH+kuYWv5fF6kCf51xDphc/z9aUL6lwjTeY7ShPRrhHk8kGlC+n3CXniy04T0PxH2EARBKhhLDHFP2BVOcSeu4Ic9Z/Qjvc6gDN6QXDSbzbFg0lcCp/FdToe+75dZa6ME59NHP6/7MFD5BbfxsMI3/bdlPuc8zqePRR7Xz6YwnEL76Ge5hH7Gb3QJHcX2s0innZWddguaH9BpG1HflwADAL6cxSKlTuy3AAAAAElFTkSuQmCC) no-repeat 50% 50%
    }

    .wpcf7-checkbox.wpcf7-radio input:checked + span:before, .wpcf7-radio.wpcf7-radio input:checked + span:before {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjIxQjg1N0U1N0M5RjExRTdBMUZBQTIwQjVDNkEwQTQ2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjIxQjg1N0U2N0M5RjExRTdBMUZBQTIwQjVDNkEwQTQ2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjFCODU3RTM3QzlGMTFFN0ExRkFBMjBCNUM2QTBBNDYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjFCODU3RTQ3QzlGMTFFN0ExRkFBMjBCNUM2QTBBNDYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7vLx1nAAACAUlEQVR42qxUPW8aQRR8Zz4kGwq+SycKjiLoUiDo0tgCbLlPG5dRCrooch0lqUxj/4b8ACyBojSpOBpXgFwQxRXimwIsBYLIzOmIbi9wMlFGmtt9eztzu+92n7ZcLsWORqPxCM1L8Bg8ACNgH2yB1+DnZDJ5Z9dpVjOY7KJ5D76JRCIev98vXq9XXC6XLBYLmc1mMplMpN/vzzHnEjyH6f1fZjCKoqmEw+HnsVhMNE2TTaCm2+3KYDC4QZiFYe+PGYy86H+LRqNpUB6KXq9H6ui+gOHPHXP8UygU2sqI4Hzq0P1orKxer+8zsYlEwm3d2nw+l3K5LLquy2g0kmAwKOl0WnK5nHg8HmXLzWbzF7pP3Xic4QuKERNdLBal1WopWyqVShRKoVAwfoyxGuiox/tX3Oahz+dTls8VWY2s4HilUlHG+NeBI5o9WX1lhVqt5pirarWqxKb+Gc3CPEdWMEdOGI/HSmzqQzQb8EBawWQ7IRAIKLGpH9LsOxNuRSqVcjTLZDJKbOpvafZ1Op0qL/P5vMTj8bVGHM9ms8oYrxjw5b+eMyOA4UW73V7+C6iDvkif1XV6OxwOdR7MbcD51FHP2DDDJWUGT/HyptPpyLoaZ68anMf51PGSr6tne2g+gK9Rz9wO9Yw5ugLfra1ntkr72Ky0J/yBGyrtD7vutwADAFsMQcfkQVQRAAAAAElFTkSuQmCC)
    }

    .wpcf7-radio .wpcf7-list-item {
        display: block;
        margin-bottom: 16px
    }

.wpcf7-submit {
    margin: 0 auto !important
}

.ltx-form-date {
    display: block;
    position: relative
}

    .ltx-form-date:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f073";
        position: absolute;
        right: 20px;
        margin-top: 1px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 14px;
        color: #dc2751
    }

.body-black .ltx-block-icon .header {
    color: #fff
}

.ltx-block-icon {
    list-style: none;
    padding: 0;
    margin-top: -30px
}

    .ltx-block-icon:after {
        content: "";
        display: block;
        clear: both
    }

    .ltx-block-icon .descr {
        font-size: 14px
    }

    .ltx-block-icon .in {
        display: block;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-clip: border-box;
        margin-top: 30px
    }

@media (max-width:768px) {
    .ltx-block-icon.layout-col1 {
        margin-left: 15px
    }

        .ltx-block-icon.layout-col1 li {
            text-align: center !important
        }
}

.ltx-block-icon.layout-col1 li:not(:last-child) {
    margin-bottom: 70px
}

@media (max-width:1199px) {
    .ltx-block-icon.layout-col1 li:not(:last-child) {
        margin-bottom: 35px
    }
}

.ltx-block-icon.layout-col1 li .ltx-icon {
    display: inline-block;
    text-align: center
}

@media (max-width:768px) {
    .ltx-block-icon.layout-col1 li .ltx-icon {
        display: block
    }
}

@media (max-width:768px) {
    .ltx-block-icon.layout-col1 li .block-right {
        padding: 0 !important;
        display: block
    }
}

.ltx-block-icon.layout-col1 li .header {
    padding-top: 6px
}

.ltx-block-icon.layout-col1 li h4 {
    margin-bottom: 6px
}

.ltx-block-icon.layout-cols4 {
    margin-left: -40px !important;
    margin-top: 20px
}

@media (max-width:1199px) {
    .ltx-block-icon.layout-cols4 {
        margin-top: 0
    }
}

@media (max-width:768px) {
    .ltx-block-icon.layout-cols4 {
        margin-left: 0 !important
    }
}

.ltx-block-icon.layout-cols4 li {
    float: none;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    position: relative
}

@media (max-width:1199px) {
    .ltx-block-icon.layout-cols4 li {
        margin-top: 20px !important
    }
}

.ltx-block-icon.layout-cols4 li:after {
    content: "";
    border-top: 1px solid #fff;
    width: 30px;
    position: absolute;
    right: -14px;
    top: 50px
}

@media (max-width:1599px) {
    .ltx-block-icon.layout-cols4 li:after {
        display: none
    }
}

.ltx-block-icon.layout-cols4 li:last-child:after {
    display: none
}

.ltx-block-icon.layout-cols4 .block-right {
    padding-top: 32px !important;
    padding-left: 18px !important
}

@media (max-width:768px) {
    .ltx-block-icon.layout-cols4 .block-right {
        text-align: left
    }
}

.ltx-block-icon.layout-cols4 .block-right .header {
    color: #282834 !important;
    margin-bottom: 0 !important
}

.ltx-block-icon.layout-cols4 .block-right .descr {
    margin-left: 0 !important;
    color: #282834 !important
}

.ltx-block-icon.layout-col2 {
    margin: -24px 0 0 !important
}

    .ltx-block-icon.layout-col2 li {
        width: 50%;
        margin: 24px 0 0;
        display: inline-block;
        vertical-align: middle
    }

@media (max-width:768px) {
    .ltx-block-icon.layout-col2 li {
        width: 100%
    }
}

.ltx-block-icon.layout-col2 li .block-right {
    padding: 18px 0 0 6px !important
}

    .ltx-block-icon.layout-col2 li .block-right .header {
        font-size: 14px
    }

.ltx-block-icon.layout-cols3 .in {
    padding: 0 20px 0
}

.ltx-block-icon.layout-cols3 li.ltx-icon-image {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin-bottom: 30px;
    border-bottom: 0 !important
}

    .ltx-block-icon.layout-cols3 li.ltx-icon-image .fa {
        margin-left: 0
    }

@media (max-width:991px) {
    .ltx-block-icon.layout-cols3 li.ltx-icon-image {
        text-align: center
    }
}

.ltx-block-icon.layout-cols3 li.ltx-icon-image .ltx-icon {
    margin-bottom: 0;
    position: absolute
}

.ltx-block-icon.layout-cols3 li.ltx-icon-image .header {
    margin-top: 0;
    margin-bottom: 0
}

.ltx-block-icon.layout-cols3 li.ltx-icon-image .block-right {
    padding: 3px 0 0 75px !important
}

@media (max-width:991px) {
    .ltx-block-icon.layout-cols3 li.ltx-icon-image .block-right {
        text-align: center
    }
}

.ltx-block-icon.layout-inline {
    display: block
}

    .ltx-block-icon.layout-inline.ltx-icon-top {
        margin-left: 0
    }

@media (max-width:768px) {
    .ltx-block-icon.layout-inline {
        text-align: center !important
    }
}

.ltx-block-icon.layout-inline .header span {
    color: #dc2751;
    font-size: 14px
}

.ltx-block-icon.layout-inline li {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px
}

    .ltx-block-icon.layout-inline li:first-child {
        padding-left: 15px
    }

    .ltx-block-icon.layout-inline li:not(:last-child) {
        padding-right: 40px
    }

    .ltx-block-icon.layout-inline li span.ltx-icon-image {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0;
        margin: 0 0 10px;
        width: auto;
        height: auto;
        text-align: center;
        position: relative
    }

        .ltx-block-icon.layout-inline li span.ltx-icon-image:after {
            position: absolute;
            right: -50px;
            width: 40px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            height: 1px;
            border-bottom: 2px dotted rgba(0,0,0,.1);
            content: ""
        }

@media (max-width:479px) {
    .ltx-block-icon.layout-inline li span.ltx-icon-image:after {
        display: none
    }
}

.ltx-block-icon.layout-inline li span.ltx-icon-image img {
    display: block;
    margin: 0 auto
}

.ltx-block-icon.layout-inline li:last-child span.ltx-icon-image:after {
    display: none
}

.ltx-block-icon.ltx-icon-ht-left, .ltx-block-icon.ltx-icon-ht-right {
    margin-top: -65px;
    margin-left: 15px
}

@media (max-width:768px) {
    .ltx-block-icon.ltx-icon-ht-left, .ltx-block-icon.ltx-icon-ht-right {
        margin-top: -50px
    }
}

@media (max-width:991px) {
    .ltx-block-icon.ltx-icon-ht-left li, .ltx-block-icon.ltx-icon-ht-right li {
        margin-left: 0 !important;
        padding-left: 0 !important
    }
}

@media (max-width:768px) {
    .ltx-block-icon.ltx-icon-ht-left, .ltx-block-icon.ltx-icon-ht-right {
        margin-left: 0 !important
    }
}

.ltx-block-icon.ltx-icon-ht-left li:last-child .in:after, .ltx-block-icon.ltx-icon-ht-right li:last-child .in:after {
    display: none;
    margin-bottom: 0
}

.ltx-block-icon.ltx-icon-ht-left li:last-child, .ltx-block-icon.ltx-icon-ht-right li:last-child {
    margin-bottom: 0
}

.ltx-block-icon.ltx-icon-ht-left .in, .ltx-block-icon.ltx-icon-ht-right .in {
    vertical-align: top
}

.ltx-block-icon.ltx-icon-ht-left li, .ltx-block-icon.ltx-icon-ht-right li {
    position: relative;
    margin-top: 65px;
    padding-left: 0 !important
}

@media (max-width:768px) {
    .ltx-block-icon.ltx-icon-ht-left li, .ltx-block-icon.ltx-icon-ht-right li {
        margin-top: 50px
    }
}

.ltx-block-icon.ltx-icon-ht-left .block-right, .ltx-block-icon.ltx-icon-ht-right .block-right {
    vertical-align: top;
    display: inline-block
}

.ltx-block-icon.ltx-icon-ht-left .header, .ltx-block-icon.ltx-icon-ht-right .header {
    color: #dc2751;
    margin-bottom: 10px
}

.ltx-block-icon.ltx-icon-ht-left .descr, .ltx-block-icon.ltx-icon-ht-right .descr {
    font-size: 16px
}

@media (min-width:1200px) and (max-width:1599px) {
    .ltx-block-icon.ltx-icon-ht-left .descr, .ltx-block-icon.ltx-icon-ht-right .descr {
        font-size: 14px
    }
}

.ltx-block-icon.ltx-icon-ht-left .ltx-icon, .ltx-block-icon.ltx-icon-ht-right .ltx-icon {
    font-size: 64px;
    position: absolute
}

@media (min-width:1200px) and (max-width:1599px) {
    .ltx-block-icon.ltx-icon-ht-left .ltx-icon, .ltx-block-icon.ltx-icon-ht-right .ltx-icon {
        font-size: 48px
    }
}

.ltx-block-icon.ltx-icon-ht-left.ltx-icon-ht-right .block-right, .ltx-block-icon.ltx-icon-ht-right.ltx-icon-ht-right .block-right {
    padding: 0 10px 0 100px;
    margin-top: 0
}

@media (min-width:1200px) and (max-width:1599px) {
    .ltx-block-icon.ltx-icon-ht-left.ltx-icon-ht-right .block-right, .ltx-block-icon.ltx-icon-ht-right.ltx-icon-ht-right .block-right {
        padding-left: 70px
    }
}

.ltx-block-icon.ltx-icon-ht-left.ltx-icon-ht-right .ltx-icon, .ltx-block-icon.ltx-icon-ht-right.ltx-icon-ht-right .ltx-icon {
    left: 0
}

@media (min-width:992px) {
    .ltx-block-icon.ltx-icon-ht-left.ltx-icon-ht-left .in:before, .ltx-block-icon.ltx-icon-ht-right.ltx-icon-ht-left .in:before {
        left: auto;
        right: 0
    }

    .ltx-block-icon.ltx-icon-ht-left.ltx-icon-ht-left .ltx-icon, .ltx-block-icon.ltx-icon-ht-right.ltx-icon-ht-left .ltx-icon {
        right: 8px;
        left: auto
    }

    .ltx-block-icon.ltx-icon-ht-left.ltx-icon-ht-left .block-right, .ltx-block-icon.ltx-icon-ht-right.ltx-icon-ht-left .block-right {
        padding-left: 0;
        padding-right: 135px;
        text-align: right
    }
}

@media (max-width:991px) {
    .ltx-block-icon.ltx-icon-ht-left.ltx-icon-ht-left .in, .ltx-block-icon.ltx-icon-ht-right.ltx-icon-ht-left .in {
        text-align: left
    }

    .ltx-block-icon.ltx-icon-ht-left.ltx-icon-ht-left .ltx-icon, .ltx-block-icon.ltx-icon-ht-right.ltx-icon-ht-left .ltx-icon {
        right: auto;
        left: 15px
    }

    .ltx-block-icon.ltx-icon-ht-left.ltx-icon-ht-left .block-right, .ltx-block-icon.ltx-icon-ht-right.ltx-icon-ht-left .block-right {
        text-align: left !important;
        position: relative;
        padding-left: 135px !important
    }
}

@media (max-width:768px) {
    .text-align-center-ms .ltx-block-icon.ltx-icon-h-right {
        display: inline-block
    }

        .text-align-center-ms .ltx-block-icon.ltx-icon-h-right .col-ms-12, .text-align-center-ms .ltx-block-icon.ltx-icon-h-right .col-xs-12 {
            float: none
        }
}

.ltx-block-icon.ltx-icon-h-right .ltx-icon {
    font-size: 48px;
    vertical-align: middle;
    margin: 5px 15px 0 0;
    position: absolute
}

.ltx-block-icon.ltx-icon-h-right.ltx-icon-size-sm .in {
    margin-top: 0 !important
}

.ltx-block-icon.ltx-icon-h-right.ltx-icon-size-sm .ltx-icon {
    font-size: 36px;
    margin-top: -4px
}

.ltx-block-icon.ltx-icon-h-right.ltx-icon-size-xs .ltx-icon {
    font-size: 14px
}

.ltx-block-icon.ltx-icon-h-right.ltx-icon-type-circle.ltx-bg-color-main .ltx-icon:before {
    background-color: #dc2751;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: border-box;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: relative;
    z-index: 1;
    display: block
}

.ltx-block-icon.ltx-icon-h-right.ltx-icon-type-circle.ltx-bg-color-main .ltx-icon:after {
    content: "";
    background-color: #fff;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: border-box;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.05);
    box-shadow: 0 0 10px rgba(0,0,0,.05)
}

.ltx-block-icon.ltx-icon-h-right.ltx-icon-type-circle.ltx-bg-color-main .header {
    padding-top: 7px;
    padding-left: 60px
}

@media (min-width:1200px) and (max-width:1599px) {
    .ltx-block-icon.ltx-icon-h-right.ltx-icon-type-circle.ltx-bg-color-main .header {
        padding-top: 0;
        margin-top: -10px
    }
}

.ltx-block-icon.ltx-icon-h-right.ltx-icon-type-circle.ltx-bg-color-main li {
    margin-top: 50px
}

.ltx-block-icon.ltx-icon-h-right.ltx-icon-type-transparent .ltx-icon:before {
    background-color: transparent
}

.ltx-block-icon.ltx-icon-h-right.ltx-icon-type-transparent .header {
    padding-left: 65px
}

.ltx-block-icon.ltx-icon-h-right .header {
    padding: 0 0 0 50px
}

.ltx-block-icon.ltx-icon-h-right .descr {
    margin-top: 18px
}

.ltx-block-icon.ltx-icon-only {
    margin: 0 0 0 -42px !important
}

    .ltx-block-icon.ltx-icon-only .ltx-icon-image {
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1em
    }

        .ltx-block-icon.ltx-icon-only .ltx-icon-image img {
            max-width: 32px;
            position: relative !important;
            -webkit-transform: translate(0) !important;
            -moz-transform: translate(0) !important;
            -ms-transform: translate(0) !important;
            -o-transform: translate(0) !important;
            transform: translate(0) !important;
            top: auto !important;
            left: auto !important;
            -webkit-border-radius: 0 !important;
            -moz-border-radius: 0 !important;
            border-radius: 0 !important;
            background-clip: border-box !important;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

@media (max-width:768px) {
    .ltx-block-icon.ltx-icon-only .ltx-icon-image img {
        max-width: 26px
    }
}

.ltx-block-icon.ltx-icon-only .ltx-icon-image:hover img {
    -webkit-transform: scale(1.2) !important;
    -moz-transform: scale(1.2) !important;
    -ms-transform: scale(1.2) !important;
    -o-transform: scale(1.2) !important;
    transform: scale(1.2) !important
}

.ltx-block-icon.ltx-icon-only .ltx-icon {
    width: auto !important;
    height: auto !important
}

    .ltx-block-icon.ltx-icon-only .ltx-icon:after {
        display: none !important
    }

.ltx-block-icon.ltx-icon-only a {
    height: auto !important;
    padding-left: 42px;
    background-color: transparent !important;
    display: block
}

    .ltx-block-icon.ltx-icon-only a span {
        margin: 0 !important
    }

.ltx-block-icon.ltx-icon-top {
    margin-left: -15px !important;
    margin-bottom: 0
}

    .ltx-block-icon.ltx-icon-top.layout-inline {
        margin-top: 0
    }

    .ltx-block-icon.ltx-icon-top li {
        margin: 0 0 30px !important
    }

    .ltx-block-icon.ltx-icon-top .in {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-clip: border-box;
        text-overflow: ellipsis;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        text-align: center
    }

@media (max-width:768px) {
    .ltx-block-icon.ltx-icon-top .in {
        padding-top: 25px
    }
}

.ltx-block-icon.ltx-icon-top.align-left .in {
    padding-top: 10px
}

@media (min-width:1200px) {
    .ltx-block-icon.ltx-icon-top.align-left .in {
        text-align: left
    }
}

.ltx-block-icon.ltx-icon-top.align-left .in .ltx-icon {
    margin-bottom: 10px
}

@media (min-width:1200px) {
    .ltx-block-icon.ltx-icon-top.align-left .in .descr {
        padding-right: 160px
    }
}

.ltx-block-icon.ltx-icon-top:not(.ltx-icon-type-circle) .in:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

.ltx-block-icon.ltx-icon-top .ltx-icon {
    font-size: 64px;
    text-align: center;
    margin: 0 auto 0;
    display: inline-block
}

.ltx-block-icon.ltx-icon-top.has-descr .ltx-icon {
    margin-bottom: 20px
}

.ltx-block-icon.ltx-icon-top .header {
    margin: 8px 0 6px;
    font-weight: 700
}

.ltx-block-icon.ltx-icon-top .descr {
    padding: 12px 0;
    font-size: 16px
}

.ltx-block-icon.ltx-icon-top.ltx-bg-color-white {
    margin-top: 0
}

@media (max-width:1199px) {
    .ltx-block-icon.ltx-icon-top.ltx-bg-color-white li.col-md-4 {
        width: 100% !important
    }
}

.ltx-block-icon.ltx-icon-top.ltx-bg-color-white .in {
    margin-top: 0;
    padding: 70px 15px 70px;
    background-color: #fff
}

@media (max-width:768px) {
    .ltx-block-icon.ltx-icon-top.ltx-bg-color-white .in {
        padding: 40px 15px
    }
}

.ltx-block-icon.ltx-icon-top.ltx-bg-color-white .in:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    border: 2px solid #dc2751;
    border-color: #dc2751;
    pointer-events: none;
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ltx-block-icon.ltx-icon-top.ltx-bg-color-white .in:hover:before {
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.ltx-block-icon.ltx-icon-type-circle li.ltx-icon-image {
    position: relative
}

    .ltx-block-icon.ltx-icon-type-circle li.ltx-icon-image:after {
        content: "";
        border-top: 1px solid rgba(0,0,0,.05);
        width: 38px;
        position: absolute;
        right: -20px;
        top: 70px
    }

@media (max-width:1599px) {
    .ltx-block-icon.ltx-icon-type-circle li.ltx-icon-image:after {
        display: none
    }
}

.ltx-block-icon.ltx-icon-type-circle li.ltx-icon-image:last-child:after {
    display: none
}

.ltx-block-icon.ltx-icon-type-circle li.ltx-icon-image .ltx-icon {
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 24px;
    transition: all .4s cubic-bezier(.175,.885,.32,1)
}

    .ltx-block-icon.ltx-icon-type-circle li.ltx-icon-image .ltx-icon img {
        z-index: 1;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-clip: border-box;
        top: 50%;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .ltx-block-icon.ltx-icon-type-circle li.ltx-icon-image .ltx-icon.ltx-icon-image {
        line-height: 80px
    }

    .ltx-block-icon.ltx-icon-type-circle li.ltx-icon-image .ltx-icon:after {
        content: "";
        background-color: #fff;
        width: 100px;
        height: 100px;
        display: block;
        top: 50%;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-clip: border-box;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-box-shadow: 0 0 15px rgba(0,0,0,.02);
        -moz-box-shadow: 0 0 15px rgba(0,0,0,.02);
        box-shadow: 0 0 15px rgba(0,0,0,.02);
        transition: all .4s cubic-bezier(.175,.885,.32,1)
    }

.ltx-block-icon.ltx-icon-type-circle li.ltx-icon-image:hover .ltx-icon {
    width: 90px;
    height: 90px;
    transition: all .4s cubic-bezier(.175,.885,.32,4.75)
}

    .ltx-block-icon.ltx-icon-type-circle li.ltx-icon-image:hover .ltx-icon:after {
        width: 110px;
        height: 110px;
        transition: all .4s cubic-bezier(.175,.885,.32,4.75)
    }

.ltx-block-icon.ltx-icon-large-descr {
    margin-bottom: 0;
    margin-left: 10px
}

    .ltx-block-icon.ltx-icon-large-descr li {
        margin-bottom: 0
    }

    .ltx-block-icon.ltx-icon-large-descr .ltx-icon {
        position: absolute;
        font-size: 24px;
        margin-top: 6px
    }

    .ltx-block-icon.ltx-icon-large-descr .block-right {
        padding-left: 34px
    }

        .ltx-block-icon.ltx-icon-large-descr .block-right .header {
            margin-bottom: 0
        }

        .ltx-block-icon.ltx-icon-large-descr .block-right .descr {
            color: #dc2751;
            font-size: 16px
        }

.ltx-block-icon.ltx-icon-color-main .ltx-icon:before {
    color: #dc2751
}

.ltx-block-icon.ltx-icon-color-second .ltx-icon:before {
    color: #dc2751
}

.ltx-block-icon.ltx-icon-color-black .ltx-icon:before {
    color: #282834
}

.ltx-block-icon.ltx-icon-color-white .ltx-icon:before {
    color: #fff
}

.ltx-block-icon.ltx-icon-color-gray .ltx-icon:before {
    color: #f0f0f3
}

.ltx-block-icon.ltx-header-color-main .header {
    color: #dc2751
}

.ltx-block-icon.ltx-header-color-second .header {
    color: #dc2751
}

.ltx-block-icon.ltx-header-color-black .header {
    color: #282834
}

.ltx-block-icon.ltx-header-color-white .header {
    color: #fff
}

.ltx-block-icon.ltx-icon-size-sm .ltx-icon {
    font-size: 40px;
    line-height: 1em
}

.ltx-block-icon.align-left {
    text-align: left
}

    .ltx-block-icon.align-left li {
        text-align: left
    }

@media (max-width:768px) {
    .ltx-block-icon.align-left {
        margin-left: 15px
    }
}

.ltx-block-icon.align-center {
    text-align: center
}

    .ltx-block-icon.align-center li {
        text-align: center
    }

.ltx-block-icon.align-right {
    text-align: right
}

    .ltx-block-icon.align-right li {
        text-align: right
    }

.ltx-block-icon .ltx-icon-text {
    font-weight: 700;
    font-family: Montserrat,serif;
    font-weight: 900;
    font-size: 120px !important;
    color: transparent;
    -webkit-text-stroke: 2px #fff
}

    .ltx-block-icon .ltx-icon-text + .header {
        color: #dc2751;
        margin-top: -18px
    }

        .ltx-block-icon .ltx-icon-text + .header + .descr {
            margin-top: -4px;
            padding: 0;
            font-family: Montserrat,serif;
            font-weight: 900;
            font-size: 18px;
            zoom: 1;
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1
        }

.shortcodes {
    padding-top: 30px;
    padding-bottom: 120px
}

    .shortcodes hr {
        margin: 70px 0 60px
    }

@media (max-width:991px) {
    .shortcodes hr {
        margin: 40px 0 40px
    }
}

.shortcodes h2 {
    margin-bottom: 20px
}

.vc_single_image-img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: border-box
}

.arrow-left, .arrow-right {
    transition: background .8s ease;
    margin: 0;
    display: block;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 64px;
    height: 64px;
    border: 1px solid #282834;
    border-color: #282834;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: border-box;
    color: #282834
}

@media (max-width:768px) {
    .arrow-left, .arrow-right {
        width: 64px;
        height: 64px
    }
}

.vc_message_box {
    margin: 15px 0;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1) !important;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1) !important;
    box-shadow: 0 0 10px rgba(0,0,0,.1) !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: border-box;
    text-align: center;
    padding: 70px 30px 40px !important;
    margin-bottom: 15px;
    position: relative;
    border-color: transparent !important
}

    .vc_message_box p {
        font-size: 14px;
        line-height: 1.6em
    }

    .vc_message_box .vc_message_box-icon {
        top: 40px !important;
        left: 50%;
        margin-left: -30px;
        right: auto;
        bottom: auto
    }

    .vc_message_box.vc_color-success .fa {
        color: #2cc678
    }

    .vc_message_box.vc_color-info .fa {
        color: #fff
    }

    .vc_message_box .header {
        font-size: 24px;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 15px
    }

        .vc_message_box .header .fa {
            font-size: 24px;
            margin-right: 10px
        }

.swiper-pagination {
    margin-bottom: 0
}

    .swiper-pagination .swiper-pagination-bullet {
        width: 4px;
        height: 4px;
        zoom: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        background-color: #282834
    }

        .swiper-pagination .swiper-pagination-bullet:after {
            content: "";
            width: 12px;
            height: 12px;
            margin: -4px 0 0 -4px;
            border: 1px solid transparent;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background-clip: border-box;
            position: absolute;
            display: block
        }

    .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #dc2751
    }

        .swiper-pagination .swiper-pagination-bullet-active:after {
            border-color: #dc2751
        }

.alert {
    margin: 0;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: border-box;
    text-align: center;
    padding: 30px 30px 40px;
    position: relative;
    background-color: #fff;
    border-color: transparent !important
}

    .alert.alert-success .fa, .alert.alert-success .header {
        color: #dc2751
    }

    .alert.alert-success p {
        color: #282834
    }

    .alert.alert-important {
        background-color: #282834
    }

        .alert.alert-important .fa, .alert.alert-important .header, .alert.alert-important p {
            color: #fff
        }

    .alert.alert-warning .fa, .alert.alert-warning .header {
        color: #fff
    }

    .alert.alert-warning p {
        color: #fff
    }

    .alert .close {
        position: absolute;
        right: 15px;
        top: 15px;
        color: #282834;
        zoom: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        text-shadow: none
    }

        .alert .close:hover {
            zoom: 1;
            -webkit-opacity: .8;
            -moz-opacity: .8;
            opacity: .8
        }

    .alert p {
        font-size: 14px;
        line-height: 1.6em
    }

    .alert .header {
        font-size: 24px;
        text-transform: uppercase;
        margin-bottom: 15px
    }

        .alert .header .fa {
            font-size: 24px;
            margin-right: 10px
        }

.block-descr .date {
    color: #f0f0f3;
    margin-top: 30px;
    font-size: 14px
}

.block-descr h4 {
    color: #dc2751;
    font-size: 24px;
    margin: 0 0 10px
}

.block-descr p {
    line-height: 1.3em
}

@media (max-width:991px) {
    .block-descr {
        margin-bottom: 50px
    }
}

.social-icons-list {
    list-style: none;
    margin: 14px 0 60px;
    padding: 0
}

    .social-icons-list li {
        margin: 26px 0 0 !important
    }

        .social-icons-list li.large {
            font-size: 30px
        }

        .social-icons-list li a {
            color: #282834
        }

            .social-icons-list li a:hover {
                color: #dc2751
            }

        .social-icons-list li [class^=icon-], .social-icons-list li span.fa {
            color: #dc2751;
            font-size: 22px;
            width: 48px;
            margin-left: -12px;
            vertical-align: baseline;
            text-align: center;
            position: absolute
        }

        .social-icons-list li .head {
            padding-left: 35px;
            display: inline-block
        }

    .social-icons-list.bg-second span.fa {
        color: #dc2751 !important
    }

    .social-icons-list.icon-weight-bold li {
        font-weight: 700
    }

    .social-icons-list.icon-style-round {
        margin-left: 24px
    }

        .social-icons-list.icon-style-round span.fa {
            width: 34px;
            height: 34px;
            position: absolute;
            text-transform: center;
            line-height: 28px;
            display: inline-block;
            background-color: #dc2751;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background-clip: border-box;
            margin-right: 16px
        }

            .social-icons-list.icon-style-round span.fa:before {
                color: #282834;
                font-size: 14px;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%)
            }

        .social-icons-list.icon-style-round.bg-second span.fa {
            background-color: #dc2751
        }

        .social-icons-list.icon-style-round .head {
            padding-top: 4px;
            padding-left: 35px;
            display: inline-block
        }

section.border_shadow {
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,.1);
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    padding-top: 0 !important
}

.social-small {
    margin-top: -3px;
    margin-left: 0;
    list-style: none;
    padding: 0
}

    .social-small li {
        display: inline-block;
        margin-right: 4px;
        vertical-align: middle
    }

        .social-small li a {
            display: block;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            margin: 0 10px 0 0;
            font-size: 18px;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            color: #fff
        }

            .social-small li a:hover {
                background-color: #dc2751
            }

    .social-small.icon-style-square {
        margin: 0
    }

        .social-small.icon-style-square a {
            width: 50px;
            height: 50px;
            display: block;
            margin-right: 6px;
            position: relative;
            background-color: rgba(255,255,255,.3);
            padding: 10px 16px
        }

            .social-small.icon-style-square a:before {
                -webkit-transition: all .3s ease;
                -moz-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease;
                top: 50%;
                left: 50%;
                position: absolute;
                -webkit-transform: translate(-50%,-50%);
                -moz-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                -o-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%)
            }

            .social-small.icon-style-square a:hover {
                background-color: rgba(255,255,255,.4)
            }

                .social-small.icon-style-square a:hover:before {
                    font-size: 24px
                }

.align-center {
    text-align: center
}

.social-big {
    list-style: none;
    margin: 0 0 35px -12px !important;
    padding: 0
}

    .social-big li {
        display: inline;
        margin-left: 12px !important;
        vertical-align: middle
    }

        .social-big li a {
            color: #fff;
            display: inline-block;
            width: 42px;
            height: 42px;
            line-height: 42px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            background-clip: border-box;
            text-align: center;
            font-size: 24px;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

        .social-big li:hover a {
            background-color: #282834
        }

.social-xl {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
    text-align: center
}

    .social-xl li {
        display: table-cell;
        vertical-align: middle
    }

        .social-xl li a {
            color: #fff;
            display: inline-block;
            width: 97px;
            height: 97px;
            line-height: 97px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            background-clip: border-box;
            text-align: center;
            font-size: 45px;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

@media (max-width:768px) {
    .social-xl li a {
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 24px
    }
}

.social-xl li a.fa-linkedin {
    background: #007bb6
}

.social-xl li a.fa-google-plus {
    background: #dc4e41
}

.social-xl li a.fa-skype {
    background: #00aff0
}

.social-xl li a.fa-facebook, .social-xl li a.fa-facebook-f {
    background: #4e71a8
}

.social-xl li a.fa-twitter {
    background: #1cb7eb
}

.social-xl li a.fa-youtube, .social-xl li a.fa-youtube-play {
    background: #ca3737
}

.social-xl li a.fa-instagram {
    background: #444
}

.social-xl li:hover a {
    background-color: #282834
}

.ltx-social-color.fa-linkedin {
    background: #007bb6
}

.ltx-social-color.fa-google, .ltx-social-color.fa-google-plus {
    background: #dc4e41
}

.ltx-social-color.fa-skype {
    background: #00aff0
}

.ltx-social-color.fa-facebook, .ltx-social-color.fa-facebook-f {
    background: #4e71a8
}

.ltx-social-color.fa-twitter {
    background: #1cb7eb
}

.ltx-social-color.fa-youtube, .ltx-social-color.fa-youtube-play {
    background: #ca3737
}

.ltx-social-color.fa-instagram {
    background: #444
}

.slider-inner {
    padding-bottom: 40px
}

    .slider-inner.align-center {
        padding-bottom: 60px
    }

@media (max-width:768px) {
    .slider-inner {
        text-align: center !important
    }
}

.slider-inner img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: border-box;
    width: 100%;
    height: auto
}

.slider-inner .swiper-pagination {
    margin-bottom: -18px
}

.slider-inner .swiper-arrows {
    margin-top: 30px
}

.slider-inner p {
    margin: 30px 0
}

.slider-inner.swiper-gallery .swiper-arrows {
    display: none
}

.slider-inner.align-right .swiper-arrows {
    right: 0;
    left: auto
}

.slider-inner.align-left .swiper-arrows, .slider-inner.align-right .swiper-arrows {
    position: absolute;
    bottom: 0;
    z-index: 100
}

.slider-inner .arrow-left, .slider-inner .arrow-right {
    position: relative;
    margin-left: 2px;
    top: auto;
    display: inline-block
}

a.video {
    position: relative;
    display: block
}

    a.video img {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-clip: border-box
    }

    a.video span {
        width: 55px;
        height: 55px;
        font-size: 55px;
        display: block;
        position: absolute;
        color: #fff;
        top: 50%;
        right: 50%;
        z-index: 100;
        margin: -27px -27px 0 0;
        transition: visibility 0s linear .2s,opacity .2s linear
    }

    a.video:hover span {
        zoom: 1;
        -webkit-opacity: .7;
        -moz-opacity: .7;
        opacity: .7
    }

.tabs-cats {
    padding: 0;
    margin: 60px 0 60px -45px;
    list-style: none;
    text-align: center
}

    .tabs-cats li {
        display: inline-block;
        margin: 10px 0 4px 45px
    }

        .tabs-cats li span {
            cursor: pointer;
            line-height: 1em;
            padding: 4px 0 3px;
            display: block;
            font-size: 18px;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            border-bottom: 2px dashed rgba(255,255,255,.25);
            font-family: Montserrat,serif;
            font-weight: 900
        }

            .tabs-cats li span.cat-active {
                border-bottom: 0
            }

            .tabs-cats li span.cat-active, .tabs-cats li span:hover {
                color: #dc2751
            }

    .tabs-cats.menu-filter-border {
        margin: 40px 0 60px
    }

        .tabs-cats.menu-filter-border li {
            margin-left: 0
        }

            .tabs-cats.menu-filter-border li span {
                font-size: 16px;
                padding: 8px 24px;
                border: 2px solid transparent;
                transition: none
            }

                .tabs-cats.menu-filter-border li span.cat-active {
                    border: 2px solid #dc2751;
                    border-color: #dc2751;
                    -webkit-border-radius: 32px;
                    -moz-border-radius: 32px;
                    border-radius: 32px;
                    background-clip: border-box
                }

.ltx-countup.animation-ltx-circle .row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ltx-countup.animation-ltx-circle .countUp-wrap {
    margin-top: -100px;
    margin-bottom: 40px
}

    .ltx-countup.animation-ltx-circle .countUp-wrap .countUp-item {
        margin: 0 auto 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        z-index: 2
    }

@media (max-width:768px) {
    .ltx-countup.animation-ltx-circle .countUp-wrap .countUp-item {
        background: 0 0 !important
    }
}

.ltx-countup.animation-ltx-circle .countUp-wrap .countUp-item .header {
    font-size: 58px;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    line-height: 1em;
    margin: 0
}

.ltx-countup.animation-ltx-circle .countUp-wrap .countUp-item .subheader {
    font-size: 30px
}

.ltx-countup.animation-ltx-circle .countUp-wrap .countUp-item .descr {
    font-size: 16px
}

.ltx-countup.animation-ltx-circle .countUp-wrap .countUp-item .ltx-canvas {
    width: 200px;
    height: 200px
}

.ltx-countup.animation-ltx-circle .countUp-wrap .countUp-item canvas {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 0
}

.ltx-countup.animation-ltx-circle .countUp-wrap .countUp-item .descr-wrapper {
    margin-top: 160px
}

@media (min-width:1200px) {
    .ltx-countup.animation-ltx-circle .countUp-wrap .countUp-item .descr-wrapper {
        padding-left: 20px;
        padding-right: 20px
    }
}

.ltx-countup.animation-ltx-circle .countUp-wrap:before {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 180px;
    height: 180px;
    border: 10px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: border-box;
    content: "";
    z-index: 3
}

.ltx-countup.animation-ltx-circle .countUp-wrap:after {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 214px;
    height: 214px;
    border: 7px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: border-box;
    content: "";
    z-index: 3
}

@media (min-width:1600px) {
    .ltx-countup.layout-default {
        padding-left: 30px;
        padding-right: 30px
    }
}

.ltx-countup.layout-default .countUp-wrap .countUp-item {
    margin: 20px 0;
    text-align: center;
    padding: 0;
    color: #282834;
    position: relative;
    z-index: 2
}

    .ltx-countup.layout-default .countUp-wrap .countUp-item .header {
        color: #dc2751;
        line-height: 1em;
        position: relative;
        font-size: 72px
    }

    .ltx-countup.layout-default .countUp-wrap .countUp-item .subheader {
        color: #282834;
        margin: 6px 0 0;
        font-size: 24px
    }

    .ltx-countup.layout-default .countUp-wrap .countUp-item .descr {
        font-size: 14px;
        line-height: 1.7em;
        margin: 10px 30px
    }

.ltx-countup.layout-default .countUp-wrap:not(:last-child) .countUp-item:after {
    content: "";
    position: absolute;
    border-bottom: 1px dotted rgba(0,0,0,.15);
    width: 50px;
    height: 1px;
    right: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    z-index: -1
}

@media (max-width:1199px) {
    .ltx-countup.layout-default .countUp-wrap:not(:last-child) .countUp-item:after {
        display: none
    }
}

@media (max-width:991px) {
    .ltx-countup.layout-default .countUp-wrap:nth-child(even) .countUp-item:after {
        display: none
    }
}

img.parallax-float {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.image-header {
    background-color: #fff;
    text-align: center;
    position: relative;
    padding: 40px;
    display: block
}

@media (max-width:1199px) {
    .image-header {
        padding: 15px
    }
}

.image-header .photo {
    display: inline-block;
    position: relative;
    overflow: hidden
}

    .image-header .photo:before {
        background: #fff;
        content: "";
        height: 700px;
        left: -200%;
        top: -200%;
        opacity: .2;
        position: absolute;
        width: 400px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 10
    }

    .image-header .photo:hover:before {
        left: 200%;
        top: 200%
    }

.image-header .header {
    z-index: 10;
    position: absolute;
    left: 60px;
    bottom: 50px;
    color: #fff
}

@media (max-width:991px) {
    .image-header .header {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 30px;
        font-size: 16px
    }
}

.img-shadow-single-gray img {
    -webkit-box-shadow: 30px 30px 0 0 rgba(0,0,0,.05);
    -moz-box-shadow: 30px 30px 0 0 rgba(0,0,0,.05);
    box-shadow: 30px 30px 0 0 rgba(0,0,0,.05)
}

.image-preview {
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 30px rgba(40,40,52,.2);
    -moz-box-shadow: 0 0 30px rgba(40,40,52,.2);
    box-shadow: 0 0 30px rgba(40,40,52,.2);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: border-box;
    display: block;
    max-height: 600px;
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-size: 100%;
    background-position: 50% 0;
    transition: background 10s linear,box-shadow .2s linear;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    position: relative
}

@media (max-width:1199px) {
    .image-preview {
        max-height: 500px !important
    }
}

@media (max-width:768px) {
    .image-preview {
        max-height: 450px !important
    }
}

.image-preview.ltx-preview-short {
    max-height: 350px !important
}

.image-preview:hover {
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-box-shadow: 0 0 15px rgba(40,40,52,.2);
    -moz-box-shadow: 0 0 15px rgba(40,40,52,.2);
    box-shadow: 0 0 15px rgba(40,40,52,.2)
}

@media (min-width:992px) {
    .image-preview:hover {
        background-position: 50% 100%
    }
}

.image-preview.image-soon:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: #fff;
    display: block;
    content: "";
    zoom: 1;
    -webkit-opacity: .75;
    -moz-opacity: .75;
    opacity: .75
}

.image-preview.image-soon span {
    z-index: 10;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.image-video {
    z-index: 10;
    position: relative;
    display: inline-block;
    text-align: center
}

    .image-video.style-descr .image {
        display: block
    }

        .image-video.style-descr .image:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            display: block;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            z-index: 2;
            background-color: #282834;
            zoom: 1;
            -webkit-opacity: .5;
            -moz-opacity: .5;
            opacity: .5
        }

    .image-video.style-descr .video-wrap {
        top: 50%;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 3
    }

        .image-video.style-descr .video-wrap .play-wrap {
            width: 98px;
            height: 98px;
            background-color: #282834;
            display: block;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background-clip: border-box;
            top: 50%;
            left: 50%;
            position: absolute;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            margin-top: 100px;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

@media (max-width:768px) {
    .image-video.style-descr .video-wrap .play-wrap {
        margin-top: 0
    }
}

.image-video.style-descr .video-wrap .play-wrap:hover {
    background-color: #dc2751
}

.image-video.style-descr .video-wrap .play-wrap span.play {
    display: block;
    z-index: 11;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    .image-video.style-descr .video-wrap .play-wrap span.play:before {
        content: "";
        width: 99px;
        height: 99px;
        display: block;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-clip: border-box;
        top: 50%;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: -10;
        border: 8px solid #fff
    }

    .image-video.style-descr .video-wrap .play-wrap span.play:after {
        content: "";
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAaCAYAAABRqrc5AAAAqUlEQVQ4jcXVMQ5BURCF4UuiUei0WpVo2YAdWIXKElgBO1CzAiuwAJ2WikqjkLx8CnnRv1P4k2n/5M7MPVOwQxelaRVfzhimEnhinkpqNuikEjhhkErgjlkqgQortBNJzRH9VAJXTFIJvLFMJTV79FIJXDBCaUFpzquUsmgHgh/hc8ZJTw6CxtYjbmk44hum/rX2FdaCD/gQRkEcSltBPMZBHZ+MnfB4fQCP7ISXoDSt/QAAAABJRU5ErkJggg==) 50% 50% no-repeat;
        margin-left: 2px;
        font-size: 30px;
        width: 32px;
        height: 32px;
        z-index: 2;
        display: block;
        top: 50%;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

@media (max-width:479px) {
    .image-video.style-descr .video-wrap .play-wrap span.play {
        width: 50px;
        height: 50px;
        border-width: 6px
    }
}

.image-video.style-descr .video-wrap .heading {
    margin: 0 0 300px;
    margin: 0
}

    .image-video.style-descr .video-wrap .heading .ltx-theme-icon {
        font-size: 48px;
        margin-left: 8px;
        margin-right: 8px;
        position: relative;
        bottom: -12px;
        color: #dc2751
    }

        .image-video.style-descr .video-wrap .heading .ltx-theme-icon.last:before {
            -webkit-transform: scaleX(-1);
            -moz-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            transform: scaleX(-1)
        }

    .image-video.style-descr .video-wrap .heading.has-subheader .subheader {
        font-size: 36px;
        font-family: "Architects+Daughter",serif;
        font-weight: 400;
        color: #dc2751
    }

    .image-video.style-descr .video-wrap .heading .header {
        color: #fff;
        text-align: center;
        font-size: 48px;
        line-height: 1.2em;
        margin-bottom: 80px;
        margin-top: 0;
        display: block
    }

@media (max-width:991px) {
    .image-video.style-descr .video-wrap .heading .header {
        font-size: 24px;
        margin-bottom: 40px
    }
}

@media (max-width:768px) {
    .image-video.style-descr .video-wrap .heading {
        display: none
    }
}

span.ltx-border-bottom:after, span.ltx-border-bottom:before, span.ltx-border-top:after, span.ltx-border-top:before {
    content: "";
    pointer-events: none;
    padding: 15px;
    z-index: 3;
    position: absolute;
    top: -1px;
    right: 0;
    bottom: 0;
    left: -1px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

span.ltx-border-bottom.ltx-border-top, span.ltx-border-top.ltx-border-top {
    pointer-events: none;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    z-index: 3;
    position: absolute
}

    span.ltx-border-bottom.ltx-border-top:before, span.ltx-border-top.ltx-border-top:before {
        border-left: 1px solid #fff;
        -webkit-transform: scaleY(0) !important;
        -moz-transform: scaleY(0) !important;
        -ms-transform: scaleY(0) !important;
        -o-transform: scaleY(0) !important;
        transform: scaleY(0) !important;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0
    }

    span.ltx-border-bottom.ltx-border-top:after, span.ltx-border-top.ltx-border-top:after {
        border-top: 1px solid #fff;
        -webkit-transform: scaleX(0) !important;
        -moz-transform: scaleX(0) !important;
        -ms-transform: scaleX(0) !important;
        -o-transform: scaleX(0) !important;
        transform: scaleX(0) !important;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        left: 0
    }

span.ltx-border-bottom.ltx-border-bottom:after, span.ltx-border-bottom.ltx-border-bottom:before, span.ltx-border-top.ltx-border-bottom:after, span.ltx-border-top.ltx-border-bottom:before {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px
}

span.ltx-border-bottom.ltx-border-bottom:before, span.ltx-border-top.ltx-border-bottom:before {
    border-right: 1px solid #fff;
    -webkit-transform: scaleY(0) !important;
    -moz-transform: scaleY(0) !important;
    -ms-transform: scaleY(0) !important;
    -o-transform: scaleY(0) !important;
    transform: scaleY(0) !important;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

span.ltx-border-bottom.ltx-border-bottom:after, span.ltx-border-top.ltx-border-bottom:after {
    border-bottom: 1px solid #fff;
    -webkit-transform: scaleX(0) !important;
    -moz-transform: scaleX(0) !important;
    -ms-transform: scaleX(0) !important;
    -o-transform: scaleX(0) !important;
    transform: scaleX(0) !important;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

:hover span.ltx-border-bottom:after, :hover span.ltx-border-bottom:before, :hover span.ltx-border-top:after, :hover span.ltx-border-top:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.slider-sc .header span {
    display: block
}

.slider-sc .container > .vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative;
    z-index: 3
}

@media (max-width:479px) {
    .slider-sc .container > .vc_row .vc_column-inner {
        padding: 0 15px !important
    }
}

@media (max-width:991px) {
    .slider-sc .container > .vc_row {
        text-align: center
    }
}

@media (min-width:1200px) and (max-width:1599px) {
    .slider-sc .ltx-wrapper {
        padding-right: 30px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .slider-sc .ltx-wrapper {
        padding-right: 60px
    }
}

@media (max-width:1199px) {
    .slider-sc h2 {
        font-size: 48px !important
    }
}

@media (max-width:768px) {
    .slider-sc h2 {
        font-size: 36px !important
    }
}

.slider-sc.slider-type-default .heading + .heading {
    margin-top: -25px
}

.slider-sc.slider-type-default .slider-image {
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -2
}

@media (max-width:991px) {
    .slider-sc.slider-type-default .slider-image {
        display: none
    }
}

.slider-sc.slider-type-default .swiper-slide {
    pointer-events: none
}

@media (min-width:1200px) {
    .slider-sc.slider-type-default .vc_column-inner > .wpb_wrapper .heading {
        z-index: 1
    }

    .slider-sc.slider-type-default .swiper-slide-active {
        pointer-events: auto
    }

        .slider-sc.slider-type-default .swiper-slide-active .ltx-parallax-slider-slides .ltx-corner {
            zoom: 1;
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            margin: 0;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease
        }
}

@media (min-width:1200px) and (min-width:1200px) {
    .slider-sc.slider-type-default .ltx-slider-inner > div:not(.es-resp):not(.wpb_single_image) {
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-transform: translateY(-10%);
        -moz-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        -o-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}

@media (min-width:1200px) and (min-width:1200px) {
    .slider-sc.slider-type-default .swiper-slide-active .ltx-slider-inner > div:not(.es-resp):not(.wpb_single_image) {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        zoom: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease
    }

        .slider-sc.slider-type-default .swiper-slide-active .ltx-slider-inner > div:not(.es-resp):not(.wpb_single_image).heading:not(.has-subheader) .header {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0)
        }

        .slider-sc.slider-type-default .swiper-slide-active .ltx-slider-inner > div:not(.es-resp):not(.wpb_single_image):nth-child(1) {
            -webkit-transition-delay: .6s;
            -moz-transition-delay: .6s;
            -o-transition-delay: .6s;
            transition-delay: .6s
        }

        .slider-sc.slider-type-default .swiper-slide-active .ltx-slider-inner > div:not(.es-resp):not(.wpb_single_image):nth-child(2) {
            -webkit-transition-delay: .7s;
            -moz-transition-delay: .7s;
            -o-transition-delay: .7s;
            transition-delay: .7s
        }

        .slider-sc.slider-type-default .swiper-slide-active .ltx-slider-inner > div:not(.es-resp):not(.wpb_single_image):nth-child(3) {
            -webkit-transition-delay: .9s;
            -moz-transition-delay: .9s;
            -o-transition-delay: .9s;
            transition-delay: .9s
        }

        .slider-sc.slider-type-default .swiper-slide-active .ltx-slider-inner > div:not(.es-resp):not(.wpb_single_image):nth-child(4) {
            -webkit-transition-delay: 1s;
            -moz-transition-delay: 1s;
            -o-transition-delay: 1s;
            transition-delay: 1s
        }

        .slider-sc.slider-type-default .swiper-slide-active .ltx-slider-inner > div:not(.es-resp):not(.wpb_single_image):nth-child(5) {
            -webkit-transition-delay: .8s;
            -moz-transition-delay: .8s;
            -o-transition-delay: .8s;
            transition-delay: .8s
        }

        .slider-sc.slider-type-default .swiper-slide-active .ltx-slider-inner > div:not(.es-resp):not(.wpb_single_image):nth-child(6) {
            -webkit-transition-delay: .9s;
            -moz-transition-delay: .9s;
            -o-transition-delay: .9s;
            transition-delay: .9s
        }

        .slider-sc.slider-type-default .swiper-slide-active .ltx-slider-inner > div:not(.es-resp):not(.wpb_single_image):nth-child(7) {
            -webkit-transition-delay: 1s;
            -moz-transition-delay: 1s;
            -o-transition-delay: 1s;
            transition-delay: 1s
        }

        .slider-sc.slider-type-default .swiper-slide-active .ltx-slider-inner > div:not(.es-resp):not(.wpb_single_image):nth-child(8) {
            -webkit-transition-delay: 1.1s;
            -moz-transition-delay: 1.1s;
            -o-transition-delay: 1.1s;
            transition-delay: 1.1s
        }

        .slider-sc.slider-type-default .swiper-slide-active .ltx-slider-inner > div:not(.es-resp):not(.wpb_single_image):nth-child(9) {
            -webkit-transition-delay: 1.2s;
            -moz-transition-delay: 1.2s;
            -o-transition-delay: 1.2s;
            transition-delay: 1.2s
        }

        .slider-sc.slider-type-default .swiper-slide-active .ltx-slider-inner > div:not(.es-resp):not(.wpb_single_image):nth-child(10) {
            -webkit-transition-delay: 1.3s;
            -moz-transition-delay: 1.3s;
            -o-transition-delay: 1.3s;
            transition-delay: 1.3s
        }
}

.slider-sc.slider-type-onescreen {
    overflow: visible !important;
    padding-bottom: 10px
}

    .slider-sc.slider-type-onescreen .heading.default {
        margin: -14px 0 0
    }

@media (max-width:768px) {
    .slider-sc.slider-type-onescreen .heading.default .header {
        font-size: 48px
    }
}

.slider-sc.slider-type-onescreen .heading.default span {
    display: block;
    margin-top: -20px
}

.slider-sc.slider-type-onescreen .container > .row {
    margin: 0
}

.slider-sc.slider-type-onescreen .ltx-wrapper {
    padding-right: 0
}

@media (max-width:1199px) {
    .slider-sc.slider-type-onescreen .container {
        text-align: center
    }

        .slider-sc.slider-type-onescreen .container .ltx-content-width {
            margin: 0 auto;
            padding-left: 15px;
            padding-right: 15px
        }

        .slider-sc.slider-type-onescreen .container p {
            text-align: center !important;
            margin: 0 auto !important
        }
}

.slider-sc.slider-type-onescreen .div-image {
    text-align: center;
    z-index: 1
}

@media (max-width:768px) {
    .slider-sc.slider-type-onescreen .div-image {
        margin: 0 0 20px
    }
}

.slider-sc.slider-type-onescreen .slider-image {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    display: inline-block
}

.slider-sc.slider-type-onescreen .swiper-arrows {
    text-align: center;
    margin-top: 100px
}

.slider-sc.slider-type-onescreen .arrow-left, .slider-sc.slider-type-onescreen .arrow-right {
    position: relative;
    display: inline-block;
    left: auto !important;
    right: auto !important
}

.slider-sc.slider-type-onescreen .arrow-left {
    margin: 0 38px 0 0
}

.slider-sc.slider-type-onescreen .arrow-right {
    margin: 0 0 0 38px
}

.slider-sc.slider-type-onescreen .row {
    overflow: hidden
}

.slider-sc.slider-type-onescreen .div-content {
    z-index: 2
}

    .slider-sc.slider-type-onescreen .div-content .ltx-wrapper > * {
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transition: all 0s ease;
        -moz-transition: all 0s ease;
        -o-transition: all 0s ease;
        transition: all 0s ease
    }

@media (min-width:1200px) {
    .slider-sc.slider-type-onescreen .div-content .ltx-wrapper > * {
        -webkit-transform: translateX(-40%);
        -moz-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
        -o-transform: translateX(-40%);
        transform: translateX(-40%)
    }
}

.slider-sc.slider-type-onescreen .slider-image {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    display: block
}

@media (min-width:1200px) {
    .slider-sc.slider-type-onescreen .slider-image {
        -webkit-transform: translateX(500%);
        -moz-transform: translateX(500%);
        -ms-transform: translateX(500%);
        -o-transform: translateX(500%);
        transform: translateX(500%)
    }
}

@media (max-width:991px) {
    .slider-sc.slider-type-onescreen .slider-image {
        max-height: 400px
    }
}

.slider-sc.slider-type-onescreen .swiper-slide-active .div-content .ltx-wrapper > :not(.es-resp):not(.ltx-btn-wrap) {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

    .slider-sc.slider-type-onescreen .swiper-slide-active .div-content .ltx-wrapper > :not(.es-resp):not(.ltx-btn-wrap):nth-child(1) {
        -webkit-transition-delay: .6s;
        -moz-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s
    }

    .slider-sc.slider-type-onescreen .swiper-slide-active .div-content .ltx-wrapper > :not(.es-resp):not(.ltx-btn-wrap):nth-child(2) {
        -webkit-transition-delay: .65s;
        -moz-transition-delay: .65s;
        -o-transition-delay: .65s;
        transition-delay: .65s
    }

    .slider-sc.slider-type-onescreen .swiper-slide-active .div-content .ltx-wrapper > :not(.es-resp):not(.ltx-btn-wrap):nth-child(3) {
        -webkit-transition-delay: .7s;
        -moz-transition-delay: .7s;
        -o-transition-delay: .7s;
        transition-delay: .7s
    }

    .slider-sc.slider-type-onescreen .swiper-slide-active .div-content .ltx-wrapper > :not(.es-resp):not(.ltx-btn-wrap):nth-child(4) {
        -webkit-transition-delay: .75s;
        -moz-transition-delay: .75s;
        -o-transition-delay: .75s;
        transition-delay: .75s
    }

    .slider-sc.slider-type-onescreen .swiper-slide-active .div-content .ltx-wrapper > :not(.es-resp):not(.ltx-btn-wrap):nth-child(5) {
        -webkit-transition-delay: .8s;
        -moz-transition-delay: .8s;
        -o-transition-delay: .8s;
        transition-delay: .8s
    }

    .slider-sc.slider-type-onescreen .swiper-slide-active .div-content .ltx-wrapper > :not(.es-resp):not(.ltx-btn-wrap):nth-child(6) {
        -webkit-transition-delay: .85s;
        -moz-transition-delay: .85s;
        -o-transition-delay: .85s;
        transition-delay: .85s
    }

    .slider-sc.slider-type-onescreen .swiper-slide-active .div-content .ltx-wrapper > :not(.es-resp):not(.ltx-btn-wrap):nth-child(7) {
        -webkit-transition-delay: .9s;
        -moz-transition-delay: .9s;
        -o-transition-delay: .9s;
        transition-delay: .9s
    }

    .slider-sc.slider-type-onescreen .swiper-slide-active .div-content .ltx-wrapper > :not(.es-resp):not(.ltx-btn-wrap):nth-child(8) {
        -webkit-transition-delay: .95s;
        -moz-transition-delay: .95s;
        -o-transition-delay: .95s;
        transition-delay: .95s
    }

    .slider-sc.slider-type-onescreen .swiper-slide-active .div-content .ltx-wrapper > :not(.es-resp):not(.ltx-btn-wrap):nth-child(9) {
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s
    }

    .slider-sc.slider-type-onescreen .swiper-slide-active .div-content .ltx-wrapper > :not(.es-resp):not(.ltx-btn-wrap):nth-child(10) {
        -webkit-transition-delay: 1.1s;
        -moz-transition-delay: 1.1s;
        -o-transition-delay: 1.1s;
        transition-delay: 1.1s
    }

.slider-sc.slider-type-onescreen .swiper-slide-active .slider-image {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.slider-sc .slider-image-top {
    max-width: initial !important;
    z-index: -1;
    height: auto;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

@media (max-width:991px) {
    .slider-sc .slider-image-top {
        display: none
    }
}

@media (max-width:768px) {
    .slider-sc .swiper-pagination {
        display: none
    }
}

@media (max-width:768px) {
    .slider-sc .arrow-left, .slider-sc .arrow-right {
        display: none
    }
}

.slider-sc .arrow-left.arrow-left, .slider-sc .arrow-right.arrow-left {
    left: 30px
}

.slider-sc .arrow-left.arrow-right, .slider-sc .arrow-right.arrow-right {
    right: 30px;
    left: auto
}

.slider-sc .swiper-pages {
    text-align: center;
    padding: 28px 0 68px
}

    .slider-sc .swiper-pages .swiper-pagination-bullet {
        zoom: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        background-color: #282834;
        width: 12px;
        height: 12px;
        border: 0 none;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-clip: border-box;
        font-size: 12px;
        padding: 0;
        margin: 0 16px;
        position: relative;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

        .slider-sc .swiper-pages .swiper-pagination-bullet:hover {
            background-color: #dc2751
        }

        .slider-sc .swiper-pages .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: #dc2751
        }

@media (min-width:1200px) {
    .ltx-one-screen-parallax > .wpb_column:first-child .vc_column-inner {
        padding-left: 90px
    }
}

@media (min-width:1200px) and (max-width:1599px) {
    .ltx-one-screen-parallax > .wpb_column:first-child .vc_column-inner {
        padding-right: 30px
    }
}

@media (max-width:1199px) {
    .ltx-one-screen-parallax > .wpb_column:first-child .vc_column-inner {
        padding: 60px 0 !important;
        background-image: none !important
    }

        .ltx-one-screen-parallax > .wpb_column:first-child .vc_column-inner .ltx-content-width {
            margin: 0 auto
        }
}

.ltx-one-screen-parallax .heading.heading-large h1 {
    line-height: 1em
}

@media (max-width:1599px) {
    .ltx-one-screen-parallax .heading.heading-large h1 {
        font-size: 64px !important
    }
}

.ltx-one-screen-parallax .ltx-block-icon {
    margin-left: -40px !important
}

@media (max-width:1199px) {
    .ltx-one-screen-parallax .ltx-block-icon {
        margin: 0 auto !important;
        text-align: center
    }
}

.ltx-one-screen-parallax .ltx-block-icon li {
    padding: 0 0 0 40px !important
}

@media (max-width:1199px) {
    .ltx-one-screen-parallax .ltx-block-icon li {
        padding: 0 20px !important
    }
}

@media (max-width:479px) {
    .ltx-one-screen-parallax .ltx-block-icon li {
        margin-bottom: 20px
    }
}

.nicescroll-rails {
    z-index: 100 !important
}

.ltx-menu-sc.ltx-menu-layout-scroll .items {
    max-height: 520px;
    overflow-y: scroll
}

@media (min-width:992px) {
    .ltx-menu-sc .items {
        padding: 0 60px 0 20px;
        margin: 0 55px 35px
    }
}

@media (max-width:991px) {
    .ltx-menu-sc .items {
        padding: 0 35px
    }
}

@media (min-width:768px) {
    .ltx-menu-sc .price-hidden {
        display: none
    }
}

@media (max-width:768px) {
    .ltx-menu-sc .price.price-hidden {
        display: block;
        margin: 6px 0 0
    }

    .ltx-menu-sc .price {
        display: none
    }

    .ltx-menu-sc article {
        margin-bottom: 35px
    }
}

.ltx-menu-sc.ltx-menu-layout-two-cols .items {
    margin-left: 0
}

@media (min-width:1600px) {
    .ltx-menu-sc.ltx-menu-layout-two-cols .items .row > article {
        max-width: 550px;
        margin-left: 125px
    }
}

@media (max-width:768px) {
    .ltx-menu-sc.ltx-menu-layout-two-cols .items .price {
        color: #dc2751
    }
}

@media (max-width:768px) {
    .ltx-menu-sc.ltx-menu-layout-two-cols .items {
        padding: 0 15px
    }
}

.ltx-menu-sc article {
    margin-bottom: 50px;
    position: relative
}

    .ltx-menu-sc article:after {
        content: "";
        border-bottom: 1px dashed #dc2751;
        border-color: #dc2751;
        position: absolute;
        left: 15px;
        right: 70px;
        z-index: 1;
        top: 25px
    }

@media (max-width:768px) {
    .ltx-menu-sc article:after {
        display: none
    }
}

.ltx-menu-sc h4 {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase
}

.ltx-menu-sc .header {
    float: left;
    z-index: 2;
    position: relative;
    padding-right: 6px
}

.ltx-menu-sc .price {
    float: right;
    padding-left: 15px;
    margin-top: -20px;
    z-index: 2;
    position: relative
}

@media (max-width:479px) {
    .ltx-menu-sc .price {
        float: none;
        clear: both;
        padding-left: 0
    }
}

.ltx-menu-sc p {
    margin: 8px 0 0;
    font-size: 14px
}

.bg-color-black .ltx-menu-sc .price {
    background-color: #282834;
    color: #fff
}

.bg-color-black .ltx-menu-sc .header {
    color: #dc2751
}

.bg-color-black .ltx-menu-sc article:after {
    border-color: rgba(255,255,255,.25)
}

.ltx-content-width.col-align-center {
    margin-left: auto;
    margin-right: auto
}

@media (max-width:991px) {
    .ltx-content-width {
        max-width: auto !important
    }

        .ltx-content-width.col-align-left {
            margin-left: auto;
            margin-right: auto
        }
}

@media (max-width:768px) {
    .ltx-content-width .wpb_text_column {
        padding-left: 15px;
        padding-right: 15px
    }
}

.vc_general.vc_cta3.vc_cta3-style-classic.vc_cta3-shape-square {
    padding: 25px;
    position: relative
}

    .vc_general.vc_cta3.vc_cta3-style-classic.vc_cta3-shape-square:after {
        content: "";
        position: absolute;
        bottom: -65px;
        left: -25px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 40px 40px 0 0
    }

    .vc_general.vc_cta3.vc_cta3-style-classic.vc_cta3-shape-square h4 {
        font-size: 18px;
        margin: 0
    }

    .vc_general.vc_cta3.vc_cta3-style-classic.vc_cta3-shape-square h2 {
        font-size: 60px
    }

@media (min-width:1200px) and (max-width:1599px) {
    .vc_general.vc_cta3.vc_cta3-style-classic.vc_cta3-shape-square {
        border-width: 20px;
        padding: 20px
    }

        .vc_general.vc_cta3.vc_cta3-style-classic.vc_cta3-shape-square:after {
            left: -20px;
            bottom: -60px
        }
}

@media (max-width:1199px) {
    .vc_general.vc_cta3.vc_cta3-style-classic.vc_cta3-shape-square {
        padding: 15px;
        border-width: 5px
    }

        .vc_general.vc_cta3.vc_cta3-style-classic.vc_cta3-shape-square h4 {
            font-size: 14px
        }

        .vc_general.vc_cta3.vc_cta3-style-classic.vc_cta3-shape-square h2 {
            font-size: 32px
        }

        .vc_general.vc_cta3.vc_cta3-style-classic.vc_cta3-shape-square:after {
            display: none
        }
}

.floating-cta {
    position: relative
}

    .floating-cta .vc_cta3-container {
        overflow: visible;
        display: inline-block;
        position: absolute;
        right: 10%;
        margin-top: -30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

@media (min-width:1200px) and (max-width:1599px) {
    .floating-cta .vc_cta3-container {
        right: 5%
    }
}

@media (max-width:1199px) {
    .floating-cta .vc_cta3-container {
        right: 30px;
        top: 45px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (max-width:991px) {
    .floating-cta .vc_cta3-container {
        top: 80px
    }
}

.rev_slider {
    overflow: hidden
}

.custom .tp-bullet {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: border-box;
    width: 8px;
    height: 8px;
    background-color: #282834 !important;
    margin-left: 4px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    .custom .tp-bullet:hover {
        background-color: #fff !important
    }

    .custom .tp-bullet.selected {
        margin-left: 0;
        width: 15px;
        height: 15px;
        -webkit-box-shadow: 0 0 0 6px rgba(0,0,0,.1),0 0 0 12px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 0 6px rgba(0,0,0,.1),0 0 0 12px rgba(0,0,0,.1);
        box-shadow: 0 0 0 6px rgba(0,0,0,.1),0 0 0 12px rgba(0,0,0,.1);
        background-color: #fff !important
    }

.ltx-countdown {
    margin-top: 16px
}

    .ltx-countdown.type-default > span {
        display: inline-block;
        text-align: center;
        vertical-align: top;
        font-size: 48px;
        line-height: .8em
    }

        .ltx-countdown.type-default > span:not(.divider) {
            padding-left: 30px;
            padding-right: 30px
        }

        .ltx-countdown.type-default > span.divider {
            padding: 3px 0 0;
            font-size: 36px;
            font-weight: 400
        }

        .ltx-countdown.type-default > span span {
            display: block;
            font-size: 18px;
            color: #282834
        }

@media (min-width:1200px) and (max-width:1599px) {
    .ltx-countdown.type-default > span {
        font-size: 36px
    }

        .ltx-countdown.type-default > span:not(.divider) {
            padding: 0 15px
        }
}

@media (max-width:1199px) {
    .ltx-countdown.type-default {
        margin: 48px 0 32px
    }
}

@media (max-width:768px) {
    .ltx-countdown.type-default {
        margin-top: 32px
    }

        .ltx-countdown.type-default > span {
            font-size: 32px
        }

            .ltx-countdown.type-default > span:not(.divider) {
                padding: 0 12px
            }

            .ltx-countdown.type-default > span span {
                font-size: 16px
            }
}

.ltx-countdown.type-circles > span {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    margin: 0 25px 50px;
    background-color: #dc2751;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: border-box;
    width: 65px;
    height: 65px;
    line-height: 65px;
    -webkit-box-shadow: 0 0 0 7px rgba(255,255,255,.05),0 0 0 14px rgba(255,255,255,.05);
    -moz-box-shadow: 0 0 0 7px rgba(255,255,255,.05),0 0 0 14px rgba(255,255,255,.05);
    box-shadow: 0 0 0 7px rgba(255,255,255,.05),0 0 0 14px rgba(255,255,255,.05)
}

    .ltx-countdown.type-circles > span.divider {
        display: none
    }

    .ltx-countdown.type-circles > span span {
        display: block;
        font-size: 16px;
        margin-top: 0
    }

.portfolio-sc {
    position: relative;
    min-height: 512px
}

    .portfolio-sc .item {
        position: absolute;
        width: 100%;
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0
    }

@media (min-width:1200px) {
    .portfolio-sc .item {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -o-transition: all .75s;
        transition: all .75s
    }
}

.portfolio-sc .item.active {
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

    .portfolio-sc .item.active .ltx-image {
        background-size: 100%
    }

@media (min-width:1200px) and (max-width:1599px) {
    .portfolio-sc .item.active .ltx-image {
        background-size: 120%
    }
}

@media (min-width:1200px) {
    .portfolio-sc .item.active .ltx-content-inner {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all 1.2s;
        -moz-transition: all 1.2s;
        -o-transition: all 1.2s;
        transition: all 1.2s
    }
}

@media (min-width:1200px) {
    .portfolio-sc .item .ltx-content-inner {
        -webkit-transition: all 1.2s;
        -moz-transition: all 1.2s;
        -o-transition: all 1.2s;
        transition: all 1.2s;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.portfolio-sc .ltx-image {
    background-position: 50% 50%;
    min-height: 398px;
    background-size: 200%;
    -webkit-transition: -webkit-background-size 1s;
    -moz-transition: -moz-background-size 1s;
    -o-transition: background-size 1s;
    transition: background-size 1s
}

@media (max-width:768px) {
    .portfolio-sc .ltx-image {
        background-size: cover !important
    }
}

@media (max-width:1199px) {
    .portfolio-sc .ltx-image {
        width: 100%
    }
}

@media (max-width:479px) {
    .portfolio-sc .ltx-image:before {
        background-color: #282834;
        -webkit-opacity: .8;
        -moz-opacity: .8;
        opacity: .8;
        content: "";
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        pointer-events: none;
        zoom: 1;
        -webkit-opacity: .6;
        -moz-opacity: .6;
        opacity: .6
    }

        .portfolio-sc .ltx-image:before + div {
            z-index: 2;
            position: relative
        }
}

.portfolio-sc .ltx-content {
    background-color: #fff;
    color: #282834;
    overflow: hidden;
    position: relative;
    z-index: 5
}

    .portfolio-sc .ltx-content .header {
        color: #282834;
        line-height: 1.2em
    }

    .portfolio-sc .ltx-content .heading {
        margin: 0
    }

    .portfolio-sc .ltx-content .ltx-content-inner {
        padding: 60px;
        color: #282834
    }

        .portfolio-sc .ltx-content .ltx-content-inner .wpb_text_column {
            color: #282834
        }

@media (max-width:1199px) {
    .portfolio-sc .ltx-content .ltx-content-inner {
        padding-bottom: 10px
    }
}

@media (max-width:479px) {
    .portfolio-sc .ltx-content .ltx-content-inner {
        padding: 50px 15px 15px;
        text-align: center
    }
}

.portfolio-sc .ltx-content .wpb_text_column p {
    font-size: 16px
}

@media (max-width:479px) {
    .portfolio-sc .ltx-content .wpb_text_column p {
        font-size: 14px
    }
}

.portfolio-sc .ltx-portfolio-items {
    margin-left: 15px;
    margin-right: 15px
}

@media (max-width:479px) {
    .portfolio-sc .ltx-portfolio-items {
        margin: 0 -15px 0 15px
    }
}

.portfolio-sc .ltx-portfolio-menu {
    background-color: #dc2751;
    color: #fff;
    position: absolute;
    z-index: 2
}

@media (max-width:479px) {
    .portfolio-sc .ltx-portfolio-menu {
        background: rgba(220,39,81,.5);
        background-color: transparent
    }
}

@media (max-width:479px) {
    .portfolio-sc .ltx-portfolio-menu {
        display: block;
        width: 100%;
        margin-top: 30px
    }
}

.portfolio-sc .ltx-portfolio-menu ul {
    list-style: none;
    padding: 30px 40px 30px 30px
}

@media (max-width:1199px) {
    .portfolio-sc .ltx-portfolio-menu ul {
        padding: 20px 30px 10px 20px
    }
}

.portfolio-sc .ltx-portfolio-menu ul li {
    margin: 0
}

    .portfolio-sc .ltx-portfolio-menu ul li a {
        font-family: Montserrat,serif;
        font-weight: 900;
        font-size: 18px;
        color: #fff;
        padding: 22px 30px;
        display: block
    }

@media (max-width:1199px) {
    .portfolio-sc .ltx-portfolio-menu ul li a {
        font-size: 14px;
        padding: 16px 18px
    }
}

.portfolio-sc .ltx-portfolio-menu ul li a span {
    padding-right: 6px
}

.portfolio-sc .ltx-portfolio-menu ul li.active a {
    color: #282834;
    background-color: #fff
}

@media (max-width:479px) {
    .portfolio-sc .ltx-portfolio-menu ul li.active a {
        background-color: #dc2751;
        color: #fff
    }
}

.portfolio-sc .ltx-portfolio-menu ul li:not(.active):hover a {
    color: #282834
}

@media (max-width:479px) {
    .portfolio-sc .ltx-portfolio-menu ul li:not(.active):hover a {
        background-color: #dc2751;
        color: #fff
    }
}

.ltx-inline {
    display: block !important
}

    .ltx-inline > div {
        width: auto !important;
        display: inline-block !important
    }

        .ltx-inline > div h4 {
            margin-top: -9px !important
        }

.container-fluid {
    margin: 0 auto;
    width: 100%
}

.ltx-slider-fc-wrapper {
    padding-top: 170px;
    padding-bottom: 48px;
    min-height: 100vh;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:768px) {
    .ltx-slider-fc-wrapper {
        padding-top: 110px
    }
}

.ltx-slider-fc-wrapper:before {
    background-color: #282834;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
    content: "";
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    zoom: 1;
    -webkit-opacity: .3;
    -moz-opacity: .3;
    opacity: .3
}

    .ltx-slider-fc-wrapper:before + div {
        z-index: 2;
        position: relative
    }

.ltx-slider-fc-wrapper:not(.hovered) .ltx-slider-fc .swiper-slide-active .inner span.ltx-border-bottom:after, .ltx-slider-fc-wrapper:not(.hovered) .ltx-slider-fc .swiper-slide-active .inner span.ltx-border-bottom:before, .ltx-slider-fc-wrapper:not(.hovered) .ltx-slider-fc .swiper-slide-active .inner span.ltx-border-top:after, .ltx-slider-fc-wrapper:not(.hovered) .ltx-slider-fc .swiper-slide-active .inner span.ltx-border-top:before {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important
}

.ltx-slider-fc-wrapper .ltx-slider-fc .swiper-slide.hovered span.ltx-border-bottom:after, .ltx-slider-fc-wrapper .ltx-slider-fc .swiper-slide.hovered span.ltx-border-bottom:before, .ltx-slider-fc-wrapper .ltx-slider-fc .swiper-slide.hovered span.ltx-border-top:after, .ltx-slider-fc-wrapper .ltx-slider-fc .swiper-slide.hovered span.ltx-border-top:before {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important
}

.ltx-slider-fc-wrapper .ltx-slider-fc .inner {
    background-color: rgba(0,0,0,.5);
    min-height: 70vh;
    position: relative;
    padding: 30px 60px;
    color: #fff;
    margin: 0 auto;
    display: flex;
    text-align: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: border-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:768px) {
    .ltx-slider-fc-wrapper .ltx-slider-fc .inner {
        padding-top: 100px
    }
}

@media (max-width:1199px) {
    .ltx-slider-fc-wrapper .ltx-slider-fc .inner {
        min-height: 50vh
    }
}

.ltx-slider-fc-wrapper .ltx-slider-fc .inner span.ltx-border-top {
    content: "";
    pointer-events: none;
    padding: 0;
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.ltx-slider-fc-wrapper .ltx-slider-fc .inner span.ltx-border-bottom:after, .ltx-slider-fc-wrapper .ltx-slider-fc .inner span.ltx-border-bottom:before {
    right: 0;
    bottom: 0;
    top: 0;
    left: 0
}

.ltx-slider-fc-wrapper .ltx-slider-fc .inner .count {
    font-family: Montserrat,serif;
    font-weight: 900;
    font-size: 200px;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
    position: absolute;
    line-height: 1em;
    top: -10px;
    left: 50px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:768px) {
    .ltx-slider-fc-wrapper .ltx-slider-fc .inner .count {
        font-size: 48px;
        top: 20px;
        left: 60px
    }
}

@media (max-width:1199px) {
    .ltx-slider-fc-wrapper .ltx-slider-fc .inner .count {
        font-size: 160px
    }
}

.ltx-slider-fc-wrapper .ltx-slider-fc .inner.ltx-light h4 {
    color: #282834 !important
}

.ltx-slider-fc-wrapper .ltx-slider-fc .inner.ltx-dark p {
    color: #fff !important
}

.ltx-slider-fc-wrapper .ltx-slider-fc .inner:hover:after {
    zoom: 1;
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6
}

.ltx-slider-fc-wrapper .ltx-slider-fc .inner:hover .info h4, .ltx-slider-fc-wrapper .ltx-slider-fc .inner:hover .info p {
    color: #fff !important
}

    .ltx-slider-fc-wrapper .ltx-slider-fc .inner:hover .info h4:hover {
        color: #dc2751 !important
    }

.ltx-slider-fc-wrapper .ltx-slider-fc .inner .info {
    z-index: 2;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding-bottom: 30px;
    align-self: flex-end
}

    .ltx-slider-fc-wrapper .ltx-slider-fc .inner .info h4 {
        line-height: 1em;
        margin-bottom: 10px;
        font-size: 30px;
        color: #dc2751;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .ltx-slider-fc-wrapper .ltx-slider-fc .inner .info p {
        font-size: 14px;
        color: #fff;
        margin-bottom: 40px
    }

    .ltx-slider-fc-wrapper .ltx-slider-fc .inner .info .more-link:hover {
        color: #fff
    }

.ltx-slider-fc-wrapper .ltx-slider-fc .swiper-arrows {
    text-align: center;
    margin-top: 60px
}

.ltx-slider-fc-wrapper .ltx-slider-fc .arrow-left, .ltx-slider-fc-wrapper .ltx-slider-fc .arrow-right {
    color: #fff;
    font-size: 80px;
    width: auto;
    height: auto;
    line-height: 70px;
    position: relative
}

    .ltx-slider-fc-wrapper .ltx-slider-fc .arrow-left:before, .ltx-slider-fc-wrapper .ltx-slider-fc .arrow-right:before {
        font-size: 100px
    }

    .ltx-slider-fc-wrapper .ltx-slider-fc .arrow-left:hover, .ltx-slider-fc-wrapper .ltx-slider-fc .arrow-right:hover {
        background-color: transparent;
        color: #dc2751
    }

.ltx-slider-fc-wrapper .ltx-slider-fc .arrow-left {
    margin-right: 30px
}

.ltx-slider-fc-wrapper .ltx-slider-fc .arrow-right {
    margin-left: 30px
}

.ltx-slide-background {
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

    .ltx-slide-background .ltx-fc-bg {
        background-position: 50% 50%;
        background-size: cover;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        width: 100%;
        z-index: 0;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0
    }

        .ltx-slide-background .ltx-fc-bg.active {
            zoom: 1;
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1
        }

span.ltx-border-bottom:after, span.ltx-border-bottom:before, span.ltx-border-top:after, span.ltx-border-top:before {
    content: "";
    pointer-events: none;
    padding: 15px;
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

span.ltx-border-bottom.ltx-border-top, span.ltx-border-top.ltx-border-top {
    pointer-events: none;
    z-index: 3;
    position: absolute
}

    span.ltx-border-bottom.ltx-border-top:before, span.ltx-border-top.ltx-border-top:before {
        -webkit-transform: scaleY(0) !important;
        -moz-transform: scaleY(0) !important;
        -ms-transform: scaleY(0) !important;
        -o-transform: scaleY(0) !important;
        transform: scaleY(0) !important;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0
    }

    span.ltx-border-bottom.ltx-border-top:after, span.ltx-border-top.ltx-border-top:after {
        -webkit-transform: scaleX(0) !important;
        -moz-transform: scaleX(0) !important;
        -ms-transform: scaleX(0) !important;
        -o-transform: scaleX(0) !important;
        transform: scaleX(0) !important;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        left: 0
    }

span.ltx-border-bottom.ltx-border-bottom:after, span.ltx-border-bottom.ltx-border-bottom:before, span.ltx-border-top.ltx-border-bottom:after, span.ltx-border-top.ltx-border-bottom:before {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px
}

span.ltx-border-bottom.ltx-border-bottom:before, span.ltx-border-top.ltx-border-bottom:before {
    -webkit-transform: scaleY(0) !important;
    -moz-transform: scaleY(0) !important;
    -ms-transform: scaleY(0) !important;
    -o-transform: scaleY(0) !important;
    transform: scaleY(0) !important;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

span.ltx-border-bottom.ltx-border-bottom:after, span.ltx-border-top.ltx-border-bottom:after {
    -webkit-transform: scaleX(0) !important;
    -moz-transform: scaleX(0) !important;
    -ms-transform: scaleX(0) !important;
    -o-transform: scaleX(0) !important;
    transform: scaleX(0) !important;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.mejs-container {
    background: 0 0
}

    .mejs-container * {
        font-family: Hind,sans-serif !important;
        font-weight: 400 !important
    }

@media (min-width:992px) {
    .ltx-hover-logos .row {
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.ltx-hover-logos .row > div {
    display: flex !important;
    align-items: center;
    justify-content: center;
    float: left !important;
    padding-top: 15px;
    padding-bottom: 15px
}

@media (min-width:1200px) {
    .ltx-hover-logos.ltx-hover-logos.ltx-logos-7 .col-md-2 {
        width: 14.25% !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .ltx-hover-logos.ltx-hover-logos.ltx-logos-7 .col-md-2 {
        width: 25% !important
    }
}

.ltx-hover-logos .item {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 0;
    display: flex
}

    .ltx-hover-logos .item img {
        -webkit-transition: -webkit-transform .6s cubic-bezier(.175,.885,.32,1.375);
        -moz-transition: -moz-transform .6s cubic-bezier(.175,.885,.32,1.375);
        -o-transition: -o-transform .6s cubic-bezier(.175,.885,.32,1.375);
        transition: -webkit-transform .6s cubic-bezier(.175,.885,.32,1.375),-moz-transform .6s cubic-bezier(.175,.885,.32,1.375),-o-transform .6s cubic-bezier(.175,.885,.32,1.375),transform .6s cubic-bezier(.175,.885,.32,1.375);
        border: 2px solid transparent
    }

    .ltx-hover-logos .item .ltx-img-hover {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate3d(-50%,-100%,0);
        -moz-transform: translate3d(-50%,-100%,0);
        -ms-transform: translate3d(-50%,-100%,0);
        -o-transform: translate3d(-50%,-100%,0);
        transform: translate3d(-50%,-100%,0)
    }

    .ltx-hover-logos .item:hover img:not(.ltx-img-hover) {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%)
    }

    .ltx-hover-logos .item:hover .ltx-img-hover {
        -webkit-transform: translate3d(-50%,0,0);
        -moz-transform: translate3d(-50%,0,0);
        -ms-transform: translate3d(-50%,0,0);
        -o-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0)
    }

.slider-filter-container .matchHeight {
    height: auto !important
}

.ltx-tabs {
    overflow: hidden;
    padding-bottom: 35px
}

    .ltx-tabs h3 {
        margin-top: 70px
    }

@media (min-width:992px) {
    .ltx-tabs .fw-container {
        padding: 0
    }
}

.ltx-tabs .col-xs-12, .ltx-tabs .fw-col-xs-12 {
    padding: 0
}

@media (max-width:991px) {
    .ltx-tabs {
        padding-top: 10px
    }
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border {
    padding: 30px !important
}

.ltx-locations {
    margin-top: -80px
}

    .ltx-locations .item {
        padding-left: 120px;
        padding-right: 100px;
        margin-top: 80px;
        position: relative
    }

@media (max-width:991px) {
    .ltx-locations .item {
        padding-right: 0
    }
}

.ltx-locations .item span.photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    text-align: center
}

.ltx-locations .item a {
    color: #282834
}

.ltx-locations .item h5 {
    margin: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    .ltx-locations .item h5:hover {
        zoom: 1;
        -webkit-opacity: .75;
        -moz-opacity: .75;
        opacity: .75
    }

.ltx-locations .item .descr {
    font-size: 14px
}

.ltx-locations .arrows {
    text-align: center;
    margin: 110px 0 0
}

@media (max-width:991px) {
    .ltx-locations .arrows {
        margin-top: 80px
    }
}

.ltx-locations .arrows .arrow-left, .ltx-locations .arrows .arrow-right {
    position: relative;
    display: inline-block;
    margin: 0 14px
}

.ltx-scroll-parallax {
    z-index: 0;
    position: absolute
}

@media (max-width:768px) {
    .ltx-scroll-parallax {
        display: none
    }
}

.ltx-split-parallax {
    position: relative;
    text-align: center
}

@media (max-width:479px) {
    .ltx-split-parallax {
        min-height: initial !important
    }
}

section.ltx-split-sections-left, section.ltx-split-sections-right {
    overflow: visible !important
}

@media (max-width:1199px) {
    section.ltx-split-sections-left > .vc_row, section.ltx-split-sections-right > .vc_row {
        background: 0 0 !important
    }
}

section.ltx-split-sections-left .ltx-scroll-parallax, section.ltx-split-sections-right .ltx-scroll-parallax {
    text-align: center;
    left: 15%
}

@media (max-width:768px) {
    section.ltx-split-sections-left .ltx-scroll-parallax, section.ltx-split-sections-right .ltx-scroll-parallax {
        display: block !important
    }
}

section.ltx-split-sections-left .ltx-scroll-parallax img, section.ltx-split-sections-right .ltx-scroll-parallax img {
    margin: 0 auto
}

@media (max-width:768px) {
    section.ltx-split-sections-left .ltx-scroll-parallax, section.ltx-split-sections-right .ltx-scroll-parallax {
        -webkit-transform: translateY(0) !important;
        -moz-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        -o-transform: translateY(0) !important;
        transform: translateY(0) !important
    }
}

section.ltx-split-sections-left .ltx-scroll-parallax-background, section.ltx-split-sections-right .ltx-scroll-parallax-background {
    margin-top: -80px;
    right: -15%
}

section.ltx-split-sections-left .ltx-scroll-parallax-foreground, section.ltx-split-sections-right .ltx-scroll-parallax-foreground {
    margin-top: -80px
}

@media (max-width:768px) {
    section.ltx-split-sections-left .ltx-scroll-parallax-foreground, section.ltx-split-sections-right .ltx-scroll-parallax-foreground {
        position: relative !important;
        margin: 0 0 50px;
        left: 0
    }

        section.ltx-split-sections-left .ltx-scroll-parallax-foreground img, section.ltx-split-sections-right .ltx-scroll-parallax-foreground img {
            max-width: 100%;
            height: auto
        }
}

@media (min-width:1200px) and (max-width:1599px) {
    section.ltx-split-sections-left.ltx-split-sections-left .wpb_column:last-child, section.ltx-split-sections-right.ltx-split-sections-left .wpb_column:last-child {
        padding-right: 250px
    }
}

section.ltx-split-sections-left.ltx-split-sections-right .ltx-scroll-parallax-foreground, section.ltx-split-sections-right.ltx-split-sections-right .ltx-scroll-parallax-foreground {
    right: 0
}

@media (min-width:992px) {
    section.ltx-split-sections-left.ltx-split-sections-right .ltx-scroll-parallax-background, section.ltx-split-sections-right.ltx-split-sections-right .ltx-scroll-parallax-background {
        margin-left: -350px
    }
}

@media (min-width:1600px) {
    section.ltx-split-sections-left.ltx-split-sections-right .wpb_column:last-child, section.ltx-split-sections-right.ltx-split-sections-right .wpb_column:last-child {
        padding-left: 250px
    }
}

@media (min-width:1200px) and (max-width:1599px) {
    section.ltx-split-sections-left.ltx-split-sections-right .wpb_column:last-child, section.ltx-split-sections-right.ltx-split-sections-right .wpb_column:last-child {
        padding-left: 150px
    }
}

@media (min-width:1200px) {
    section.ltx-split-sections-left.ltx-split-sections-right .wpb_column:first-child, section.ltx-split-sections-right.ltx-split-sections-right .wpb_column:first-child {
        left: 50%
    }

    section.ltx-split-sections-left.ltx-split-sections-right .wpb_column:last-child, section.ltx-split-sections-right.ltx-split-sections-right .wpb_column:last-child {
        left: -50%
    }
}

@media (min-width:1200px) and (max-width:1599px) {
    section.ltx-split-sections-left.ltx-split-sections-right .wpb_column:last-child, section.ltx-split-sections-right.ltx-split-sections-right .wpb_column:last-child {
        padding-left: 200px
    }
}

.ltx-clients {
    position: relative
}

    .ltx-clients .photo {
        position: relative;
        display: block;
        padding: 0 34px;
        right: -30px
    }

        .ltx-clients .photo:before {
            background-color: #282834;
            -webkit-opacity: .8;
            -moz-opacity: .8;
            opacity: .8;
            content: "";
            position: absolute !important;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            width: 100%;
            height: 100%;
            pointer-events: none;
            zoom: 1;
            -webkit-opacity: 0;
            -moz-opacity: 0;
            opacity: 0;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

            .ltx-clients .photo:before + div {
                z-index: 2;
                position: relative
            }

        .ltx-clients .photo span {
            display: block;
            overflow: hidden
        }

            .ltx-clients .photo span img {
                -webkit-transition: all .3s ease;
                -moz-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease
            }

@media (min-width:480px) and (max-width:767px) {
    .ltx-clients .photo img {
        width: 100%
    }
}

.ltx-clients .header {
    margin: 0;
    position: absolute;
    left: 24px;
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 5;
    color: #fff;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ltx-clients .swiper-slide:hover .photo:before {
    zoom: 1;
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4
}

.ltx-clients .swiper-slide:hover .photo span img {
    -webkit-transform: scale(1.1) rotate(5deg);
    -moz-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
    -o-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg)
}

.ltx-clients .swiper-slide:hover .header {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    left: 50px;
    bottom: 15px
}

.ltx-clients .arrows .arrow-left {
    margin-left: -100px
}

.ltx-clients .arrows .arrow-right {
    margin-right: -100px
}

    .ltx-clients .arrows .arrow-left:not(.swiper-button-disabled):hover, .ltx-clients .arrows .arrow-right:not(.swiper-button-disabled):hover {
        background-color: #dc2751;
        color: #fff
    }

@media (min-width:1600px) and (max-width:1760px) {
    .ltx-clients .arrows {
        position: relative;
        direction: block;
        text-align: center;
        margin-top: 80px;
        margin-bottom: -40px
    }

        .ltx-clients .arrows .arrow-left, .ltx-clients .arrows .arrow-right {
            margin: 0 10px;
            position: relative
        }
}

@media (min-width:1200px) and (max-width:1400px) {
    .ltx-clients .arrows {
        position: relative;
        direction: block;
        text-align: center;
        margin-top: 80px;
        margin-bottom: -40px
    }

        .ltx-clients .arrows .arrow-left, .ltx-clients .arrows .arrow-right {
            margin: 0 10px;
            position: relative
        }
}

@media (min-width:999px) and (max-width:1170px) {
    .ltx-clients .arrows {
        position: relative;
        direction: block;
        text-align: center;
        margin-top: 80px;
        margin-bottom: -40px
    }

        .ltx-clients .arrows .arrow-left, .ltx-clients .arrows .arrow-right {
            margin: 0 10px;
            position: relative
        }
}

@media (min-width:768px) and (max-width:930px) {
    .ltx-clients .arrows {
        position: relative;
        direction: block;
        text-align: center;
        margin-top: 80px;
        margin-bottom: -40px
    }

        .ltx-clients .arrows .arrow-left, .ltx-clients .arrows .arrow-right {
            margin: 0 10px;
            position: relative
        }
}

@media (max-width:768px) {
    .ltx-clients .arrows {
        position: relative;
        direction: block;
        text-align: center;
        margin-top: 80px;
        margin-bottom: -40px
    }

        .ltx-clients .arrows .arrow-left, .ltx-clients .arrows .arrow-right {
            margin: 0 10px;
            position: relative
        }
}

.ltx-clients .arrow-bottom {
    position: relative;
    direction: block;
    text-align: center;
    margin-top: 80px;
    margin-bottom: -40px
}

    .ltx-clients .arrow-bottom .arrow-left, .ltx-clients .arrow-bottom .arrow-right {
        margin: 0 10px;
        position: relative
    }

.ltx-media-element {
    max-width: 760px;
    margin: 0 auto;
    text-align: left;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1)
}

    .ltx-media-element + .ltx-media-element {
        border-top: 0
    }

@media (min-width:1200px) and (max-width:1599px) {
    .ltx-media-element {
        max-width: 680px
    }
}

.ltx-media-element .row {
    position: relative;
    display: block !important
}

.ltx-media-element .ltx-download-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #dc2751;
    position: absolute;
    right: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px
}

    .ltx-media-element .ltx-download-icon:after {
        content: "\f019"
    }

@media (max-width:768px) {
    .ltx-media-element .ltx-download-icon {
        right: 17px;
        top: 20px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.ltx-media-element .mejs-controls, .ltx-media-element .meta, .ltx-media-element .row > div, .ltx-media-element .track {
    min-height: 80px
}

@media (max-width:768px) {
    .ltx-media-element .mejs-controls, .ltx-media-element .meta, .ltx-media-element .row > div, .ltx-media-element .track {
        min-height: 60px
    }
}

.ltx-media-element.ltx-layout-title {
    margin: 0
}

    .ltx-media-element.ltx-layout-title .mejs-controls, .ltx-media-element.ltx-layout-title .meta, .ltx-media-element.ltx-layout-title .row > div, .ltx-media-element.ltx-layout-title .track {
        min-height: 54px
    }

    .ltx-media-element.ltx-layout-title .mejs-duration {
        margin-bottom: 26px
    }

    .ltx-media-element.ltx-layout-title .mejs-horizontal-volume-slider {
        top: 14px !important
    }

@media (max-width:768px) {
    .ltx-media-element.ltx-layout-title div.mejs-time {
        margin-top: 10px !important
    }
}

@media (max-width:768px) {
    .ltx-media-element.ltx-layout-title .mejs-controls {
        padding-left: 0 !important
    }
}

@media (max-width:768px) {
    .ltx-media-element.ltx-layout-title .mejs-button {
        position: absolute !important;
        right: 0 !important;
        left: auto !important
    }
}

.ltx-media-element .meta {
    padding-left: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (max-width:768px) {
    .ltx-media-element .meta {
        padding-left: 0;
        padding-top: 10px
    }
}

.ltx-media-element .meta .header {
    margin-top: 6px;
    margin-bottom: 4px
}

    .ltx-media-element .meta .header span {
        color: #dc2751
    }

        .ltx-media-element .meta .header span:after {
            content: ".";
            margin-right: 8px
        }

.ltx-media-element.ltx-layout-title {
    max-width: 500px
}

    .ltx-media-element.ltx-layout-title .meta .header {
        margin-top: 2px;
        font-size: 16px
    }

.ltx-media-element .media-content {
    position: relative
}

.ltx-media-element .mejs-container {
    position: absolute;
    right: 0;
    top: 0
}

.ltx-media-element .mejs-container {
    background: 0 0;
    width: 100% !important;
    min-width: auto !important
}

    .ltx-media-element .mejs-container .mejs-controls, .ltx-media-element .mejs-container .mejs-embed, .ltx-media-element .mejs-container .mejs-embed body {
        background: 0 0
    }

    .ltx-media-element .mejs-container .mejs-controls {
        top: 0;
        position: relative
    }

@media (min-width:1600px) {
    .ltx-media-element .mejs-container .mejs-controls {
        padding-left: 130px
    }
}

.ltx-media-element .mejs-container .mejs-controls .mejs-currenttime-container {
    display: none
}

.ltx-media-element .mejs-container .mejs-controls div.mejs-time-rail {
    display: none
}

.ltx-media-element .mejs-container .mejs-controls .mejs-button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px
}

@media (min-width:1600px) {
    .ltx-media-element .mejs-container .mejs-controls .mejs-button {
        left: 120px
    }
}

@media (max-width:768px) {
    .ltx-media-element .mejs-container .mejs-controls .mejs-button {
        right: 0;
        left: auto
    }
}

.ltx-media-element .mejs-container .mejs-controls .mejs-button button {
    background: 0 0;
    display: block !important;
    position: relative;
    outline: 0;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px
}

    .ltx-media-element .mejs-container .mejs-controls .mejs-button button:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #dc2751;
        font-size: 24px;
        text-align: center;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .ltx-media-element .mejs-container .mejs-controls .mejs-button button:hover:after {
        color: #282834
    }

.ltx-media-element .mejs-container .mejs-controls .mejs-button.mejs-pause, .ltx-media-element .mejs-container .mejs-controls .mejs-button.mejs-play, .ltx-media-element .mejs-container .mejs-controls .mejs-button.mejs-replay {
    z-index: 100
}

    .ltx-media-element .mejs-container .mejs-controls .mejs-button.mejs-play button:after, .ltx-media-element .mejs-container .mejs-controls .mejs-button.mejs-replay button:after {
        content: "\f144" !important
    }

    .ltx-media-element .mejs-container .mejs-controls .mejs-button.mejs-pause button:after {
        content: "\f28b" !important
    }

.ltx-media-element .mejs-container .mejs-controls .mejs-duration-container {
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    margin-left: 24px;
    margin-top: 2px
}

@media (max-width:768px) {
    .ltx-media-element .mejs-container .mejs-controls .mejs-duration-container {
        min-height: 60px
    }
}

.ltx-media-element .mejs-container .mejs-controls .mejs-duration-container .mejs-duration {
    color: #282834;
    font-size: 16px
}

.ltx-media-element .mejs-container .mejs-controls div.mejs-time {
    position: relative
}

@media (min-width:1200px) and (max-width:1599px) {
    .ltx-media-element .mejs-container .mejs-controls div.mejs-time {
        margin-left: 30px
    }
}

@media (max-width:768px) {
    .ltx-media-element .mejs-container .mejs-controls div.mejs-time {
        left: 0;
        right: auto;
        margin-left: 0 !important
    }
}

.ltx-media-element .mejs-container .mejs-controls div.mejs-time span {
    margin-right: 40px;
    min-height: 40px;
    line-height: 40px;
    padding-right: 30px
}

.ltx-media-element .mejs-container .mejs-controls .mejs-volume-button {
    right: 88px !important;
    left: auto !important
}

@media (max-width:768px) {
    .ltx-media-element .mejs-container .mejs-controls .mejs-volume-button {
        left: 50% !important;
        right: auto !important;
        margin-left: -44px;
        margin-top: -12px;
        -webkit-transform: translateX(-50%) !important;
        -moz-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        -o-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important
    }
}

.ltx-media-element .mejs-container .mejs-controls .mejs-volume-button button {
    text-align: left
}

    .ltx-media-element .mejs-container .mejs-controls .mejs-volume-button button:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f027";
        display: block;
        font-size: 24px;
        color: #282834;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .ltx-media-element .mejs-container .mejs-controls .mejs-volume-button button:hover {
        background: 0 0
    }

        .ltx-media-element .mejs-container .mejs-controls .mejs-volume-button button:hover:after {
            color: #dc2751
        }

.ltx-media-element .mejs-container .mejs-controls .mejs-volume-button.mejs-unmute button:after {
    zoom: 1;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

.ltx-media-element .mejs-container .mejs-controls .mejs-horizontal-volume-slider {
    position: absolute;
    right: 0;
    top: 26px;
    width: 80px !important
}

@media (max-width:768px) {
    .ltx-media-element .mejs-container .mejs-controls .mejs-horizontal-volume-slider {
        left: 50% !important;
        right: auto !important;
        top: 16px;
        margin-left: 15px;
        -webkit-transform: translateX(-50%) !important;
        -moz-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        -o-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important
    }
}

.ltx-media-element .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    height: 7px !important;
    width: 80px !important
}

.ltx-media-element .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .ltx-media-element .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
    background-color: #f0f0f3
}

.ltx-media-element .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .ltx-media-element .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background-color: #282834
}

.ltx-media-element .mejs-container .mejs-controls {
    padding-left: 30px
}

    .ltx-media-element .mejs-container .mejs-controls .mejs-button {
        left: 20px
    }

.bg-color-black .ltx-media-element, .bg-color-gray .ltx-media-element {
    border-color: rgba(255,255,255,.1)
}

    .bg-color-black .ltx-media-element:first-child, .bg-color-gray .ltx-media-element:first-child {
        border-top: 0
    }

    .bg-color-black .ltx-media-element:last-child, .bg-color-gray .ltx-media-element:last-child {
        border-bottom: 0
    }

    .bg-color-black .ltx-media-element .mejs-container .mejs-controls .mejs-duration-container .mejs-duration, .bg-color-black .ltx-media-element .meta .header, .bg-color-gray .ltx-media-element .mejs-container .mejs-controls .mejs-duration-container .mejs-duration, .bg-color-gray .ltx-media-element .meta .header {
        color: #fff
    }

    .bg-color-black .ltx-media-element .mejs-container .mejs-controls .mejs-button button:after, .bg-color-gray .ltx-media-element .mejs-container .mejs-controls .mejs-button button:after {
        color: #dc2751
    }

    .bg-color-black .ltx-media-element .mejs-container .mejs-controls .mejs-button button:hover:after, .bg-color-gray .ltx-media-element .mejs-container .mejs-controls .mejs-button button:hover:after {
        color: #fff
    }

    .bg-color-black .ltx-media-element .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .bg-color-black .ltx-media-element .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total, .bg-color-gray .ltx-media-element .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .bg-color-gray .ltx-media-element .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
        background-color: #e9e9ea
    }

    .bg-color-black .ltx-media-element .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .bg-color-black .ltx-media-element .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded, .bg-color-gray .ltx-media-element .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .bg-color-gray .ltx-media-element .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
        background-color: #dc2751
    }

.mejs-horizontal-volume-total {
    top: 11px !important
}

.ltx-album-sc .swiper-cube-shadow, .ltx-album-sc .swiper-slide-shadow-left, .ltx-album-sc .swiper-slide-shadow-right {
    display: none !important
}

.ltx-album-sc .row {
    display: block
}

@media (min-width:1200px) {
    .ltx-album-sc .ltx-gallery-top .swiper-slide-next {
        margin-left: 100px
    }
}

.ltx-album-sc .ltx-gallery-thumbs {
    margin-top: 100px
}

    .ltx-album-sc .ltx-gallery-thumbs .swiper-slide {
        -webkit-transition: border .5s;
        -moz-transition: border .5s;
        -o-transition: border .5s;
        transition: border .5s;
        border: 2px solid transparent;
        cursor: pointer;
        overflow: hidden
    }

        .ltx-album-sc .ltx-gallery-thumbs .swiper-slide img {
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

        .ltx-album-sc .ltx-gallery-thumbs .swiper-slide:hover img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1)
        }

    .ltx-album-sc .ltx-gallery-thumbs .swiper-slide-thumb-active {
        border: 2px solid #dc2751;
        border-color: #dc2751
    }

@media (min-width:1200px) and (max-width:1599px) {
    .ltx-album-sc .div-content {
        padding-left: 80px
    }
}

@media (max-width:1199px) {
    .ltx-album-sc .div-content {
        margin-top: 40px
    }

        .ltx-album-sc .div-content .ltx-media-element {
            margin: 0 auto
        }
}

@media (max-width:768px) {
    .ltx-album-sc .div-content {
        margin-top: 0
    }
}

.ltx-album-sc .div-image {
    text-align: center;
    position: relative;
    margin-top: 10px
}

@media (max-width:768px) {
    .ltx-album-sc .div-image {
        display: none
    }
}

.ltx-album-sc .div-image span {
    display: inline-block;
    position: relative;
    margin-left: -80px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (min-width:1200px) {
    .ltx-album-sc .div-image span:hover {
        -webkit-transform: translateX(-80px);
        -moz-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
        -o-transform: translateX(-80px);
        transform: translateX(-80px)
    }
}

@media (max-width:1199px) {
    .ltx-album-sc .div-image span {
        margin-left: 0
    }
}

.ltx-album-sc .div-image span .ltx-shadow {
    position: absolute
}

.ltx-album-sc .div-image span .ltx-vinyl {
    position: absolute;
    left: 80px;
    z-index: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ltx-album-sc .div-image span .slider-image {
    max-width: 500px;
    position: relative;
    z-index: 2
}

.ltx-album-sc .div-image span:hover .ltx-vinyl {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px)
}

@media (min-width:1200px) {
    .ltx-album-sc .div-image span:hover .ltx-vinyl {
        -webkit-transform: translateX(140px);
        -moz-transform: translateX(140px);
        -ms-transform: translateX(140px);
        -o-transform: translateX(140px);
        transform: translateX(140px)
    }
}

.ltx-tracks-player {
    height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px
}

@media (max-width:991px) {
    .ltx-tracks-player {
        padding-left: 0;
        height: auto
    }
}

.ltx-tracks-player .jp-jplayer {
    width: 60px !important;
    height: 60px !important;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    position: absolute
}

@media (max-width:1199px) {
    .ltx-tracks-player .jp-jplayer {
        display: none !important
    }
}

.ltx-tracks-player .jp-jplayer > img {
    width: 60px !important;
    height: auto !important
}

.ltx-tracks-player .jp-details {
    display: inline-block !important;
    text-align: left;
    float: left;
    padding-left: 80px;
    margin-top: 2px;
    width: 350px
}

@media (max-width:1199px) {
    .ltx-tracks-player .jp-details {
        padding-left: 0
    }
}

@media (max-width:991px) {
    .ltx-tracks-player .jp-details {
        display: block !important;
        float: none;
        text-align: center;
        width: auto
    }
}

.ltx-tracks-player .jp-details .jp-title {
    color: #fff;
    font-family: Montserrat,serif;
    font-weight: 900;
    font-size: 18px
}

    .ltx-tracks-player .jp-details .jp-title span {
        margin-top: -2px;
        font-size: 16px;
        font-family: OpenSans,sans-serif;
        font-weight: 400;
        display: block
    }

.ltx-tracks-player .jp-gui {
    display: inline-block;
    width: 100%;
    text-align: center
}

    .ltx-tracks-player .jp-gui .jp-interface {
        padding-top: 11px;
        text-align: left;
        margin-left: 440px;
        position: relative
    }

@media (min-width:1200px) and (max-width:1599px) {
    .ltx-tracks-player .jp-gui .jp-interface {
        margin-left: 300px
    }
}

@media (max-width:1199px) {
    .ltx-tracks-player .jp-gui .jp-interface {
        margin-left: 100px
    }
}

@media (max-width:991px) {
    .ltx-tracks-player .jp-gui .jp-interface {
        margin-left: 15px
    }
}

@media (max-width:768px) {
    .ltx-tracks-player .jp-gui .jp-interface {
        text-align: center;
        margin: 0
    }
}

.ltx-tracks-player .jp-gui .jp-interface > div {
    display: inline-block
}

.ltx-tracks-player .jp-gui .jp-interface .jp-timeline {
    width: 510px;
    padding-left: 42px;
    padding-right: 80px
}

@media (min-width:1200px) and (max-width:1599px) {
    .ltx-tracks-player .jp-gui .jp-interface .jp-timeline {
        width: 350px;
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:1199px) {
    .ltx-tracks-player .jp-gui .jp-interface .jp-timeline {
        width: auto !important;
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:768px) {
    .ltx-tracks-player .jp-gui .jp-interface .jp-timeline {
        display: none
    }
}

.ltx-tracks-player .jp-gui .jp-interface .jp-timeline > div {
    display: inline-block
}

.ltx-tracks-player .jp-gui .jp-interface .jp-current-time {
    position: absolute;
    left: 0;
    top: 17px
}

@media (max-width:1199px) {
    .ltx-tracks-player .jp-gui .jp-interface .jp-current-time {
        position: relative;
        left: auto;
        top: 2px
    }
}

.ltx-tracks-player .jp-gui .jp-interface .jp-duration {
    position: absolute;
    left: 465px;
    top: 17px
}

@media (max-width:1199px) {
    .ltx-tracks-player .jp-gui .jp-interface .jp-duration {
        display: none !important
    }
}

@media (min-width:1200px) and (max-width:1599px) {
    .ltx-tracks-player .jp-gui .jp-interface .jp-duration {
        left: 360px
    }
}

.ltx-tracks-player .jp-gui .jp-interface .jp-progress {
    width: 400px;
    margin-left: 10px;
    margin-right: 10px
}

@media (max-width:1199px) {
    .ltx-tracks-player .jp-gui .jp-interface .jp-progress {
        display: none !important
    }
}

@media (min-width:1200px) and (max-width:1599px) {
    .ltx-tracks-player .jp-gui .jp-interface .jp-progress {
        width: 280px
    }
}

.ltx-tracks-player .jp-gui .jp-interface .jp-progress .jp-seek-bar {
    background-color: #fff;
    cursor: pointer
}

    .ltx-tracks-player .jp-gui .jp-interface .jp-progress .jp-seek-bar .jp-play-bar {
        height: 6px;
        background-color: #282834;
        overflow: hidden
    }

.ltx-tracks-player .jp-gui .jp-interface .jp-controls-holder {
    margin-left: 0
}

@media (min-width:1200px) and (max-width:1599px) {
    .ltx-tracks-player .jp-gui .jp-interface .jp-controls-holder {
        margin-left: 40px
    }
}

.ltx-tracks-player .jp-gui .jp-interface .jp-controls-holder .jp-controls {
    position: relative;
    top: 5px;
    display: inline-block
}

    .ltx-tracks-player .jp-gui .jp-interface .jp-controls-holder .jp-controls button {
        margin-left: 22px
    }

@media (max-width:768px) {
    .ltx-tracks-player .jp-gui .jp-interface .jp-controls-holder {
        margin-left: -22px
    }
}

.ltx-tracks-player .jp-gui .jp-interface .jp-volume-controls {
    display: inline-block;
    width: 160px;
    float: right;
    margin-right: 70px;
    text-align: left;
    margin-top: 5px
}

@media (min-width:1200px) and (max-width:1599px) {
    .ltx-tracks-player .jp-gui .jp-interface .jp-volume-controls {
        margin-right: 30px
    }
}

@media (max-width:1199px) {
    .ltx-tracks-player .jp-gui .jp-interface .jp-volume-controls {
        margin-right: 15px
    }
}

@media (max-width:768px) {
    .ltx-tracks-player .jp-gui .jp-interface .jp-volume-controls {
        display: block;
        float: none;
        text-align: center;
        margin: 20px auto 0;
        position: relative;
        left: -64px;
        display: none
    }
}

.ltx-tracks-player .jp-gui .jp-interface .jp-volume-controls button {
    display: inline-block
}

    .ltx-tracks-player .jp-gui .jp-interface .jp-volume-controls button:after {
        font-size: 26px
    }

.ltx-tracks-player .jp-gui .jp-interface .jp-volume-controls .jp-volume-bar {
    background-color: #fff;
    width: 120px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    margin-top: 10px;
    margin-left: 5px
}

    .ltx-tracks-player .jp-gui .jp-interface .jp-volume-controls .jp-volume-bar .jp-volume-bar-value {
        height: 6px;
        background-color: #dc2751;
        overflow: hidden
    }

.ltx-tracks-player .jp-gui .jp-interface button {
    border: 0 none;
    background: 0 0;
    font-size: 0;
    color: transparent;
    padding: 0;
    line-height: 1em;
    min-width: 22px
}

    .ltx-tracks-player .jp-gui .jp-interface button:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        color: #fff;
        -webkit-transition: color .1s;
        -moz-transition: color .1s;
        -o-transition: color .1s;
        transition: color .1s
    }

    .ltx-tracks-player .jp-gui .jp-interface button.jp-mute:after {
        content: "\f027"
    }

    .ltx-tracks-player .jp-gui .jp-interface button.jp-unmute:after {
        content: "\f026";
        margin-left: -5px
    }

    .ltx-tracks-player .jp-gui .jp-interface button.jp-play:after {
        content: "\f04b"
    }

    .ltx-tracks-player .jp-gui .jp-interface button.jp-pause:after {
        content: "\f04c"
    }

    .ltx-tracks-player .jp-gui .jp-interface button.jp-previous:after {
        content: "\f049"
    }

    .ltx-tracks-player .jp-gui .jp-interface button.jp-next:after {
        content: "\f050"
    }

.ltx-tracks-player .jp-playlist {
    display: none
}

.bg-color-theme_color .ltx-tracks-player .jp-gui .jp-interface button:after {
    color: #282834
}

.bg-color-theme_color .ltx-tracks-player .jp-gui .jp-interface .jp-volume-controls .jp-volume-bar .jp-volume-bar-value {
    background-color: #282834
}

.zs-enabled {
    position: relative
}

    .zs-enabled.zoom-margin-top {
        padding-top: 100px
    }

    .zs-enabled .ltx-zs-slider-inner {
        position: absolute;
        display: block;
        -webkit-transition: opacity 0s,-webkit-transform 0s;
        -moz-transition: opacity 0s,-moz-transform 0s;
        -o-transition: opacity 0s,-o-transform 0s;
        transition: opacity 0s,-webkit-transform 0s,-moz-transform 0s,-o-transform 0s,transform 0s
    }

    .zs-enabled.zoom-content-effect-static .ltx-zs-slider-inner {
        left: 50%;
        opacity: 0
    }

    .zs-enabled.zoom-content-effect-fade-left .ltx-zs-slider-inner {
        left: 50%;
        opacity: 0
    }

    .zs-enabled.zoom-content-effect-fade-top .ltx-zs-slider-inner {
        opacity: 0
    }

    .zs-enabled.zoom-content-effect-fade-in .ltx-zs-slider-inner {
        opacity: 0
    }

    .zs-enabled .ltx-zs-slider-inner.inited {
        position: absolute
    }

    .zs-enabled .ltx-zs-slider-inner.visible {
        position: relative;
        opacity: 1;
        -webkit-transition: opacity 4s,-webkit-transform 1.5s;
        -moz-transition: opacity 4s,-moz-transform 1.5s;
        -o-transition: opacity 4s,-o-transform 1.5s;
        transition: opacity 4s,-webkit-transform 1.5s,-moz-transform 1.5s,-o-transform 1.5s,transform 1.5s
    }

        .zs-enabled .ltx-zs-slider-inner.visible .heading.header-outline-subheader text {
            stroke-dasharray: 1200;
            stroke-dashoffset: 1200;
            animation: draw 100s linear
        }

        .zs-enabled .ltx-zs-slider-inner.visible .heading.header-outline-subheader .ltx-mobile {
            display: none
        }

@media (max-width:991px) {
    .zs-enabled .ltx-zs-slider-inner.visible .heading.header-outline-subheader .ltx-mobile {
        display: block
    }
}

.zs-enabled .ltx-zs-slider-inner.visible .heading.header-outline-subheader .ltx-desktop {
    display: block
}

@media (max-width:991px) {
    .zs-enabled .ltx-zs-slider-inner.visible .heading.header-outline-subheader .ltx-desktop {
        display: none
    }
}

@keyframes draw {
    10% {
        stroke-dashoffset: 0;
        stroke-width: 0
    }

    10%,100% {
        stroke-width: 1px;
        stroke-dashoffset: 0
    }
}

.zs-enabled .zs-layer-2, .zs-enabled .zs-slide, .zs-enabled .zs-slides, .zs-enabled .zs-slideshow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.zs-enabled .zs-layer-2 {
    z-index: 2
}

.zs-enabled .zs-slideshow .zs-slides .zs-slide {
    background: transparent none no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1)
}

.zs-enabled.zoom-origin-top-left .zs-slideshow .zs-slides .zs-slide {
    transform-origin: top left
}

.zs-enabled.zoom-origin-top-center .zs-slideshow .zs-slides .zs-slide {
    transform-origin: top center
}

.zs-enabled.zoom-origin-top-right .zs-slideshow .zs-slides .zs-slide {
    transform-origin: top right
}

.zs-enabled.zoom-origin-center-left .zs-slideshow .zs-slides .zs-slide {
    transform-origin: center left
}

.zs-enabled.zoom-origin-center-right .zs-slideshow .zs-slides .zs-slide {
    transform-origin: center right
}

.zs-enabled.zoom-origin-bottom-left .zs-slideshow .zs-slides .zs-slide {
    transform-origin: bottom left
}

.zs-enabled.zoom-origin-bottom-center .zs-slideshow .zs-slides .zs-slide {
    transform-origin: bottom center
}

.zs-enabled.zoom-origin-bottom-right .zs-slideshow .zs-slides .zs-slide {
    transform-origin: bottom right
}

.zs-enabled .zs-slideshow .zs-layer {
    background: transparent none no-repeat 50% 50%;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%
}

@media (max-width:1800px) {
    .zs-enabled .zs-slideshow .zs-layer {
        display: none !important
    }
}

.zs-enabled.zoom-out .zs-slideshow .zs-slides .zs-slide {
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2)
}

.zs-enabled .zs-slideshow .zs-slides .zs-slide.active {
    visibility: visible;
    opacity: 1
}

.zs-enabled .zs-slideshow .zs-bullets {
    position: absolute;
    z-index: 4;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center
}

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
        display: inline-block;
        cursor: pointer;
        border: 2px solid #ccc;
        width: 14px;
        height: 14px;
        border-radius: 8px;
        margin: 10px;
        background-color: #4a4a4a
    }

        .zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
            background-color: #ccc
        }

.zs-enabled .zs-slideshow:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: transparent none repeat 0 0
}

.slider-zoom.zoom-align-center {
    text-align: center
}

.slider-zoom.zoom-align-left {
    text-align: left
}

.slider-zoom.zoom-align-right {
    text-align: right
}

.slider-zoom.zoom-color-white {
    color: #fff
}

.slider-zoom.zoom-color-black {
    color: #282834
}

.slider-zoom.ltx-rounded .zs-slideshow {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: border-box
}

@media (min-width:1200px) and (max-width:1599px) {
    .slider-zoom h1 {
        font-size: 100px !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .slider-zoom h1 {
        font-size: 80px !important
    }
}

@media (max-width:991px) {
    .slider-zoom .text-lg {
        font-size: 16px
    }
}

.slider-zoom .heading.transform-default {
    margin: 0
}

@media (max-width:991px) {
    .slider-zoom {
        text-align: center
    }
}

.slider-zoom .ltx-zs-slider-inner {
    padding-left: 15px;
    padding-right: 15px
}

.slider-zoom .ltx-zs-slider-wrapper {
    pointer-events: none
}

    .slider-zoom .ltx-zs-slider-wrapper a, .slider-zoom .ltx-zs-slider-wrapper input {
        pointer-events: all
    }

.slider-zoom .wpb_single_image.wpb_content_element {
    margin-bottom: 0
}

@media (max-width:991px) {
    .slider-zoom .slider-inner {
        text-align: center
    }
}

@media (min-width:768px) {
    .slider-zoom p {
        font-size: 18px
    }
}

.bg-color-black .slider-zoom {
    color: #fff
}

.slider-zoom .ltx-social {
    position: absolute;
    z-index: 11;
    left: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width:1600px) and (max-width:1750px) {
    .slider-zoom .ltx-social {
        display: none
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .slider-zoom .ltx-social {
        display: none
    }
}

@media (min-width:1000px) and (max-width:1150px) {
    .slider-zoom .ltx-social {
        display: none
    }
}

@media (max-width:991px) {
    .slider-zoom .ltx-social {
        display: none
    }
}

.slider-zoom .ltx-social ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.slider-zoom .ltx-social li {
    list-style: none;
    margin: 45px 0;
    position: relative;
    display: block
}

.slider-zoom .ltx-social a {
    color: #dc2751;
    position: relative;
    z-index: 10;
    font-size: 16px;
    text-align: center;
    display: block;
    transition: all .3s cubic-bezier(.175,.885,.32,1)
}

    .slider-zoom .ltx-social a span {
        z-index: 1;
        position: relative
    }

    .slider-zoom .ltx-social a:hover {
        color: #dc2751;
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
        transition: all .3s cubic-bezier(.175,.885,.32,4.75)
    }

.slider-zoom .ltx-arrow-down {
    width: 30px;
    height: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-clip: border-box;
    border: 1px solid #fff;
    border-color: #fff;
    display: block;
    text-align: center;
    line-height: 62px;
    left: 50%;
    bottom: 100px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    cursor: pointer
}

@media (max-width:1199px) {
    .slider-zoom .ltx-arrow-down {
        display: none
    }
}

.slider-zoom .ltx-arrow-down:hover {
    background-color: #fff;
    color: #282834
}

.zs-enabled .zs-slideshow .zs-bullets {
    z-index: 130;
    right: 80px;
    width: auto !important;
    left: auto !important;
    top: 50% !important;
    bottom: auto !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:991px) {
    .zs-enabled .zs-slideshow .zs-bullets {
        display: none !important;
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0
    }
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
    pointer-events: all;
    background-color: transparent !important;
    border: 0 !important;
    padding: 0;
    margin: 0 0 75px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-family: Montserrat,serif;
    font-weight: 900;
    font-size: 30px;
    display: block;
    position: relative
}

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
        border: 0;
        cursor: default
    }

        .zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active:after {
            color: transparent
        }

        .zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active:before {
            display: none
        }

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet:after {
        display: block;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        width: auto;
        height: auto
    }

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet:before {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        color: transparent;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        pointer-events: none
    }

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet:not(.active):hover:before {
        -webkit-transform: scale(5);
        -moz-transform: scale(5);
        -ms-transform: scale(5);
        -o-transform: scale(5);
        transform: scale(5);
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet:nth-child(1):after, .zs-enabled .zs-slideshow .zs-bullets .zs-bullet:nth-child(1):before {
        content: "01."
    }

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet:nth-child(2):after, .zs-enabled .zs-slideshow .zs-bullets .zs-bullet:nth-child(2):before {
        content: "02."
    }

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet:nth-child(3):after, .zs-enabled .zs-slideshow .zs-bullets .zs-bullet:nth-child(3):before {
        content: "03."
    }

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet:nth-child(4):after {
        content: "04."
    }

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet:nth-child(5):after {
        content: "05."
    }

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet:nth-child(6):after {
        content: "06."
    }

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet:nth-child(7):after {
        content: "07."
    }

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet:nth-child(8):after {
        content: "08."
    }

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet:nth-child(9):after {
        content: "09."
    }

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet:nth-child(10):after {
        content: "10."
    }

@media (max-width:991px) {
    .zs-enabled.bullets-true {
        padding-bottom: 0
    }
}

.zs-enabled.bullets-right .zs-bullets {
    right: 50px;
    width: auto !important;
    left: auto !important;
    top: 50% !important;
    bottom: auto !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .zs-enabled.bullets-right .zs-bullets .zs-bullet {
        display: block !important
    }

.zs-enabled .zs-arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
    margin-top: -60px
}

    .zs-enabled .zs-arrows .container {
        position: relative
    }

    .zs-enabled .zs-arrows .arrow-left, .zs-enabled .zs-arrows .arrow-right {
        cursor: pointer;
        display: block;
        z-index: 1;
        position: absolute;
        width: 100px;
        height: 100px;
        line-height: 100px;
        border: 0 none;
        color: #fff;
        background-color: rgba(0,0,0,.2)
    }

        .zs-enabled .zs-arrows .arrow-left.arrow-left, .zs-enabled .zs-arrows .arrow-right.arrow-left {
            margin-left: 0
        }

            .zs-enabled .zs-arrows .arrow-left.arrow-left:before, .zs-enabled .zs-arrows .arrow-right.arrow-left:before {
                margin-left: -6px
            }

        .zs-enabled .zs-arrows .arrow-left.arrow-right, .zs-enabled .zs-arrows .arrow-right.arrow-right {
            margin-right: 0
        }

            .zs-enabled .zs-arrows .arrow-left.arrow-right:before, .zs-enabled .zs-arrows .arrow-right.arrow-right:before {
                margin-right: -6px
            }

        .zs-enabled .zs-arrows .arrow-left:before, .zs-enabled .zs-arrows .arrow-right:before {
            font-size: 44px
        }

        .zs-enabled .zs-arrows .arrow-left:after, .zs-enabled .zs-arrows .arrow-right:after {
            display: none
        }

        .zs-enabled .zs-arrows .arrow-left:hover, .zs-enabled .zs-arrows .arrow-right:hover {
            color: #282834;
            background-color: #dc2751
        }

@media (max-width:768px) {
    .zs-enabled .zs-arrows {
        height: 100px;
        top: auto;
        width: 250px;
        bottom: 120px
    }

        .zs-enabled .zs-arrows .arrow-left:before, .zs-enabled .zs-arrows .arrow-right:before {
            line-height: 100px
        }
}

.zs-enabled.overlay-dots .zs-slideshow:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    right: 0;
    bottom: 0;
    width: 101%;
    height: 100%;
    z-index: 100;
    background-color: #282834;
    zoom: 1;
    -webkit-opacity: .62;
    -moz-opacity: .62;
    opacity: .62
}

.zs-enabled.overlay-dots .zs-slideshow:after {
    zoom: 1;
    -webkit-opacity: .15;
    -moz-opacity: .15;
    opacity: .15;
    background-position: 27px 27px;
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

.zs-enabled.overlay-gray .zs-slideshow:before, .zs-enabled.overlay-plain .zs-slideshow:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    zoom: 1;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

.zs-enabled.overlay-plain .zs-slideshow:before {
    content: "";
    background-image: none;
    background-image: -webkit-linear-gradient(-90deg,#131623,transparent);
    background-image: -moz-linear-gradient(-90deg,#131623,transparent);
    background-image: -ms-linear-gradient(-90deg,#131623,transparent);
    background-image: -o-linear-gradient(-90deg,#131623,transparent);
    background-image: linear-gradient(180deg,#131623,transparent);
    zoom: 1;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
    height: 30%
}

.zs-enabled.overlay-plain .zs-slideshow:after {
    background-image: none;
    background-color: #282834;
    zoom: 1;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

.zs-enabled.overlay-gray .zs-slideshow:after {
    background-color: #282834;
    zoom: 1;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7
}

@media (min-width:1600px) {
    .zs-enabled .heading-xl h2 {
        font-size: 100px !important
    }
}

.last_toggle_el_margin, .wpb_content_element, .wpb_row, .wpb_text_column, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0 !important
}

.wpb_single_image .vc_single_image-wrapper.vc_box_rounded, .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background-clip: border-box !important
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow {
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.15) !important;
    -moz-box-shadow: 0 0 30px rgba(0,0,0,.15) !important;
    box-shadow: 0 0 30px rgba(0,0,0,.15) !important
}

    .wpb_single_image .vc_single_image-wrapper.vc_box_shadow img {
        -webkit-box-shadow: 0 0 !important;
        -moz-box-shadow: 0 0 !important;
        box-shadow: 0 0 !important
    }

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle {
    padding: 0 !important;
    -webkit-box-shadow: 0 0 !important;
    -moz-box-shadow: 0 0 !important;
    box-shadow: 0 0 !important;
    margin-bottom: 64px;
    position: relative
}

@media (min-width:1200px) and (max-width:1599px) {
    .wpb_single_image .vc_single_image-wrapper.vc_box_shadow, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle {
        margin-right: 100px
    }
}

@media (max-width:768px) {
    .wpb_single_image .vc_single_image-wrapper.vc_box_shadow, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle {
        margin-right: 30px;
        margin-bottom: 30px
    }
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow:before, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border:before, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle:before, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle:before {
    content: "";
    display: block;
    z-index: 0;
    width: 100%;
    height: 100%;
    border: 8px solid #dc2751;
    border-color: #dc2751;
    position: absolute;
    margin-top: 50px;
    margin-left: 50px
}

@media (max-width:768px) {
    .wpb_single_image .vc_single_image-wrapper.vc_box_shadow:before, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border:before, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle:before, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle:before {
        margin-top: 30px;
        margin-left: 30px
    }
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
    position: relative;
    z-index: 1
}

.wpb_gmaps_widget .wpb_wrapper {
    background-color: #f7f7f7;
    padding: 5px
}

.wpb_gmaps_widget .wpb_map_wraper iframe {
    margin-bottom: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: none
}

.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

    .wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper iframe {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%
    }

.wpb_accordion_section .wpb_accordion_header a:focus, .wpb_content_element .wpb_tabs_nav li a:focus, .wpb_tour_next_prev_nav a:focus {
    outline: 0
}

.wpb_content_element .wpb_tabs_nav, .wpb_content_element .wpb_tour_tabs_wrapper {
    padding: 0
}

.wpb_content_element .wpb_tabs_nav {
    margin: 0;
    padding-left: 0 !important;
    text-indent: inherit !important
}

#content .wpb_content_element .wpb_tabs_nav {
    margin: 0
}

.wpb_content_element .wpb_tabs_nav li {
    background-color: #fff;
    white-space: nowrap;
    padding: 0;
    background-image: none;
    list-style: none !important
}

    .wpb_content_element .wpb_tabs_nav li:after, .wpb_content_element .wpb_tabs_nav li:before {
        display: none !important
    }

    .wpb_content_element .wpb_tabs_nav li.ui-tabs-active, .wpb_content_element .wpb_tabs_nav li:hover {
        background-color: #f7f7f7
    }

        .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
            cursor: default
        }

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_ui-tabs-hide {
    display: none
}

.wpb_content_element .wpb_accordion_header a, .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
    border-bottom: none;
    text-decoration: none;
    display: block;
    padding: .5em 1em
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    background-color: #f7f7f7
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content, .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
    padding: 1em
}

    .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child, .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content > .wpb_content_element:last-child, .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child, .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab > .wpb_content_element:last-child {
        margin-bottom: 0
    }

.wpb_tabs .wpb_tabs_nav li {
    float: left;
    margin: 0 1px 0 0
}

.wpb_tour .wpb_tabs_nav {
    float: left;
    width: 31.66666667%
}

    .wpb_tour .wpb_tabs_nav li {
        margin: 0 0 1px 0;
        clear: left;
        width: 100%
    }

    .wpb_tour .wpb_tabs_nav a {
        width: 100%
    }

.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    float: left;
    width: 68.33333333%;
    padding: 0 0 0 21.73913043px
}

.wpb_tour_next_prev_nav {
    margin-left: 31.66666667%;
    padding-left: 21.73913043px;
    font-size: 80%
}

    .wpb_tour_next_prev_nav a {
        border-bottom: 1px dotted;
        text-decoration: none
    }

        .wpb_tour_next_prev_nav a:hover {
            text-decoration: none;
            border-bottom: none
        }

    .wpb_tour_next_prev_nav span {
        width: 48%;
        display: inline-block;
        padding-top: 1em;
        float: left
    }

        .wpb_tour_next_prev_nav span.wpb_next_slide {
            text-align: right;
            float: right
        }

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
    margin: 0 0 1px 0;
    padding-top: 0;
    position: relative;
    text-transform: none;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit
}

    .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
        padding-left: 1em
    }

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon, .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB5QTFRFrKysubm5urq6vb29t7e3tbW1tLS0vLy8v7+/AAAA88OvegAAAAp0Uk5T////////////ALLMLM8AAABBSURBVHjaYuBEAwzECjAAAaoABweaADMzkgBIPTs7VBcYM0EBXIARChiQtLCwIGkBUaysaLawsTHgdxgpngMIMADILgcbPoxbVwAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    position: absolute;
    right: .7em;
    top: .7em
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAxQTFRFrKysurq6ubm5AAAAXge1lQAAAAR0Uk5T////AEAqqfQAAAAiSURBVHjaYmBGAwy0EmCAA5gAIxTABZiggAGXFtq7FCDAAGXbAqFAxNu9AAAAAElFTkSuQmCC)
}

@media (max-width:480px) {
    .vc_responsive .wpb_tour .wpb_tab, .vc_responsive .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav, .vc_responsive .wpb_tour_next_prev_nav {
        width: 100%;
        float: none;
        margin-left: 0
    }

    .vc_responsive .wpb_tour_next_prev_nav {
        width: auto;
        padding: 0 1em
    }

    .vc_responsive #content .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav {
        margin-bottom: 1em
    }

    .vc_responsive .wpb_tour .wpb_tab {
        padding-left: 1em;
        padding-right: 1em
    }
}

.wpb_column .wpb_wrapper .wpb_teaser_grid {
    float: none
}

body ul.wpb_thumbnails-fluid li {
    padding: 0;
    margin-left: 0;
    background-image: none;
    list-style: none !important
}

    body ul.wpb_thumbnails-fluid li:after, body ul.wpb_thumbnails-fluid li:before {
        display: none !important
    }

    body ul.wpb_thumbnails-fluid li .entry-content :last-child {
        margin-bottom: 0
    }

.wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid, .wpb_row .wpb_grid ul.wpb_thumbnails-fluid {
    padding: 0;
    overflow: visible !important
}

.wpb_teaser_grid .entry-content {
    margin: 0;
    padding: 0;
    width: 100%
}

.grid_layout-thumbnail .post-thumb {
    margin-bottom: 0
}

    .grid_layout-thumbnail .post-thumb img {
        max-width: 100%
    }

.wpb_carousel .wpb_wrapper {
    position: relative
}

.wpb_carousel .next, .wpb_carousel .prev {
    position: absolute;
    top: 3px;
    background-color: #f7f7f7;
    padding: 0 6px 0 6px;
    font-size: 12px;
    z-index: 10;
    text-decoration: none;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear
}

    .wpb_carousel .next:hover, .wpb_carousel .prev:hover {
        background-color: #f0f0f0
    }

    .wpb_carousel .next:focus, .wpb_carousel .prev:focus {
        outline: 0;
        text-decoration: none
    }

.wpb_carousel .prev {
    right: 30px
}

.wpb_carousel .next {
    right: 0
}

.wpb_carousel .wpb_thumbnails-fluid {
    width: 100%
}

    .wpb_carousel .wpb_thumbnails-fluid > [class*=vc_span] {
        height: auto !important
    }

.wpb_categories_filter, .wpb_teaser_grid .categories_filter {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px 0
}

    .wpb_categories_filter li, .wpb_teaser_grid .categories_filter li {
        display: block;
        float: left;
        margin: 0 10px 10px 0;
        background-image: none;
        list-style: none !important
    }

        .wpb_categories_filter li:after, .wpb_categories_filter li:before, .wpb_teaser_grid .categories_filter li:after, .wpb_teaser_grid .categories_filter li:before {
            display: none !important
        }

        .wpb_categories_filter li a, .wpb_teaser_grid .categories_filter li a {
            border: none;
            text-decoration: none
        }

            .wpb_categories_filter li a:hover, .wpb_teaser_grid .categories_filter li a:hover {
                border-bottom: 1px dotted
            }

        .wpb_categories_filter li.active a, .wpb_teaser_grid .categories_filter li.active a {
            border-bottom: 1px dotted
        }

@media (max-width:480px) {
    .vc_responsive .wpb_row ul.wpb_thumbnails-fluid {
        margin-left: 0;
        width: auto
    }

    .vc_responsive .wpb_row .wpb_teaser_grid ul.wpb_thumbnails-fluid [class*=vc_col-] {
        width: 100%;
        float: none;
        display: block;
        margin-left: 0;
        margin-right: 0
    }
}

.wpb_image_grid .wpb_image_grid_ul {
    margin: 0;
    padding: 0
}

    .wpb_image_grid .wpb_image_grid_ul > li {
        background-image: none;
        list-style: none !important
    }

        .wpb_image_grid .wpb_image_grid_ul > li:after, .wpb_image_grid .wpb_image_grid_ul > li:before {
            display: none !important
        }

    .wpb_image_grid .wpb_image_grid_ul .isotope-item {
        list-style: none;
        margin: 0 1px 1px 0;
        max-width: 100%;
        float: left
    }

    .wpb_image_grid .wpb_image_grid_ul a {
        display: block
    }

    .wpb_image_grid .wpb_image_grid_ul img {
        display: block;
        max-width: 100%;
        height: auto
    }

.wpb_gallery .theme-default .nivoSlider {
    margin-bottom: 0
}

.wpb_gallery .theme-default .nivo-controlNav {
    padding: 10px 0 3px 0
}

.wpb_gallery .wpb_flexslider .flex-control-nav {
    bottom: auto;
    top: 100%;
    margin-top: 15px
}

.wpb_gallery .wpb_flexslider .flex-caption {
    cursor: default
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

    .wpb_gallery .wpb_flexslider .flex-direction-nav a:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .wpb_gallery .wpb_flexslider .flex-direction-nav a:before {
        line-height: 1
    }

.wpb_gallery .wpb_flexslider .flex-control-paging {
    z-index: 10
}

#content .wpb_gallery_slides ul.flex-direction-nav, #content .wpb_gallery_slides ul.slides, .content .wpb_gallery_slides ul.flex-direction-nav, .content .wpb_gallery_slides ul.slides, .wpb_content_element .wpb_gallery_slides ul li, .wpb_gallery_slides ul.flex-direction-nav, .wpb_gallery_slides ul.slides, body .wpb_gallery_slides ul li {
    list-style: none;
    padding: 0;
    background-image: none;
    margin: 0
}

.flickr_badge_image {
    margin: 0 10px 10px 0;
    width: 72px;
    height: 72px;
    float: left;
    background: 0 0;
    padding: 0
}

    .flickr_badge_image a {
        border: none
    }

    .flickr_badge_image img {
        margin: 0;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%
    }

.wpb_flickr_widget p.flickr_stream_wrap {
    clear: both;
    margin-bottom: 0;
    font-size: 80%
}

    .wpb_flickr_widget p.flickr_stream_wrap a {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGhJREFUeNpi/P//PwMlgImBQjAMDGCBMRhT7koBqTQgDoUKrQbiWf/nKD9jYGzFKsfwv/oZC5JhIAX1SHwYuwGfHLIXQrG4MJSQHFUDcTUW+dWE5JDDYBaac1cjieGUYxxNypQbABBgAJGbHU/PCU/HAAAAAElFTkSuQmCC);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 25px;
        display: inline-block
    }

.bg_header {
    position: relative;
    z-index: 1;
    background: url(../images/bg_header.jpg) no-repeat bottom center;
    width: 100%;
    height: 435px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

    .bg_header h1 {
        color: #fff;
        font-size: 35px;
        text-transform: uppercase;
        margin-top: 105px;
        font-family: OpenSans_Bold
    }

.bg_header--service {
    background: url(../images/bg_header_service.jpg) no-repeat bottom center;
    width: 100%;
    height: 664px
}

.bg_header--marketing {
    background: url(../images/Marketing.png) no-repeat bottom center;
    width: 100%;
    height: 664px
}

.bg_header--deco {
    background: url(../images/Decoration.png) no-repeat bottom center;
    width: 100%;
    height: 664px
}

.bg_header--film {
    background: url(../images/Film.png) no-repeat bottom center;
    width: 100%;
    height: 664px
}

.bg_header--design {
    background: url(../images/Designer.png) no-repeat bottom center;
    width: 100%;
    height: 664px
}

.breadcrumb {
    background: 0 0;
    font-size: 15px
}

    .breadcrumb li a {
        color: #fff
    }

    .breadcrumb li.active a {
        color: #c51f30
    }

    .breadcrumb > li + li:before {
        content: "";
        background: url(../images/icon_breadcrumb.svg) no-repeat bottom center;
        width: 5px;
        height: 8px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
        left: -7px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

.type_news {
    padding: 50px 0
}

.tni_images {
    border-radius: 35px;
    overflow: hidden;
    width: 396px;
    height: 265px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.18);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.18);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.18);
    max-width: 100%
}

.btn-main {
    color: #fff
}

#ebook-modal .modal-dialog {
    max-width: 600px
}

#ebook-modal .modal-content {
    border: 0;
    background: #c51f30;
    border-radius: 10px;
    overflow: hidden
}

#ebook-modal .modal-body {
    padding: 0
}

#ebook-modal .em-main {
    display: flex;
    justify-content: center;
    align-items: center
}

#ebook-modal .em-item:first-child {
    width: 269px
}

#ebook-modal .em-item:last-child {
    width: calc(100% - 269px);
    padding: 25px;
    max-height: 269px;
    color: #fff
}

    #ebook-modal .em-item:last-child b {
        font-family: Roboto_Bold_Condensed,sans-serif
    }

#ebook-modal .em-item__title {
    color: #fff;
    font-size: 15px;
    margin-bottom: 15px
}

    #ebook-modal .em-item__title b {
        font-family: Roboto_Bold_Condensed,sans-serif
    }

#frm-ebook {
    padding: 0
}

#ebook-modal .email-ebook {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    border: 0;
    font-size: 14px
}

#ebook-modal #submit-ebook {
    width: 110px;
    margin: 0 auto;
    border-radius: 23px;
    border: 0;
    background: rgba(253,122,62,1);
    background: -moz-linear-gradient(right,rgba(253,122,62,1) 0,rgba(255,244,135,1) 100%);
    background: -webkit-gradient(right top,left top,color-stop(0,rgba(253,122,62,1)),color-stop(100%,rgba(255,244,135,1)));
    background: -webkit-linear-gradient(right,rgba(253,122,62,1) 0,rgba(255,244,135,1) 100%);
    background: -o-linear-gradient(right,rgba(253,122,62,1) 0,rgba(255,244,135,1) 100%);
    background: -ms-linear-gradient(right,rgba(253,122,62,1) 0,rgba(255,244,135,1) 100%);
    background: linear-gradient(to left,rgba(253,122,62,1) 0,rgba(255,244,135,1) 100%);
    color: #fff
}

.sub-ebook {
    color: #950715;
    font-style: italic;
    margin-top: 8px;
    cursor: pointer
}

.email-ebook::-webkit-input-placeholder {
    font-style: italic
}

.email-ebook::-moz-placeholder {
    font-style: italic
}

.email-ebook:-ms-input-placeholder {
    font-style: italic
}

.email-ebook::-ms-input-placeholder {
    font-style: italic
}

.email-ebook::placeholder {
    font-style: italic
}

#popBG .close {
    position: absolute;
    right: 10px;
    top: 5px
}

#ebook-modal .close {
    position: absolute;
    right: 10px
}

.bai-thumb .bai-images {
    width: 100px;
    height: 100px
}

.grid-item, .grid-sizer {
    width: 33.32223%
}

.grid-item {
    float: left;
    padding: 30px
}

.bg-bai {
    position: absolute;
    left: 10%;
    top: 33%;
    z-index: -1;
    transform: translateY(-76px)
}

.grid:after {
    content: '';
    display: block;
    clear: both
}

@media only screen and (min-width:1024px) and (max-width:1366px) {
    #home_statistic {
        padding: 220px 0 50px
    }

    #about_us .col-lg-4, #about_us .col-lg-8 {
        max-width: 50%
    }

    #about_us ul {
        grid-column-gap: 15px
    }

        #about_us ul li {
            width: 85px;
            height: 85px
        }

    .drawer-hamburger {
        top: 40px
    }

    .is-sticky .drawer-hamburger {
        top: 10px
    }

    #home_statistic {
        display: none
    }

    #about_us .bg_abouts_right {
        max-width: calc(50% - 30px)
    }

    .list-unstyled li a {
        height: 200px
    }

    .home_news-img {
        width: 100%;
        height: 180px
    }

    #home_news .swiper-slide {
        padding: 0
    }

    .footer_form {
        width: calc(100% - 30px)
    }

    .footer_brand {
        padding: 0 15px
    }

    .au_content ul {
        padding-left: 20px
    }

    .services-content .bg_abouts_right {
        max-width: 50%
    }

    .services-content {
        margin: 50px 0 80px
    }
}

@media only screen and (min-width:820px) and (max-width:1180px) {
    .timeline-control .bullet_item {
        padding: 0 65px
    }

    .says_group {
        margin-left: 0;
        margin-top: 8px
    }

    .list-unstyled li a {
        height: 175px
    }

    .services-content .bg_abouts_right {
        display: none
    }

    .services-content {
        margin: 30px 0 0
    }
}

@media only screen and (min-width:1024px) and (max-width:1180px) {
    .bg_abouts_right {
        display: none
    }

    .au_right {
        display: block;
        text-align: center
    }

    .img-category {
        position: static;
        transform: none;
        border-radius: 0;
        margin-top: 20px
    }

    .img-bg__category {
        display: none
    }

    .hb_left--main {
        display: none
    }

    .hb_right--main {
        max-width: 100%;
        flex: 0 0 100%
    }

    #header_bar ul {
        justify-content: center
    }
}

@media all and (max-width:1024px) {
    #home_statistic {
        display: none
    }

    .list-unstyled li a {
        height: 200px
    }

    .ot-info {
        left: 15px;
        width: calc(100% - 30px);
        padding: 0 15px
    }

    .grid-item {
        width: 50%;
        padding: 15px
    }

    .timeline-control .bullet_item {
        padding: 0 30px;
        display: flex;
        flex-direction: column
    }

    .timeline-control {
        overflow: auto;
        white-space: nowrap
    }

    #home_timeline .timeline-control:before {
        width: 150%
    }

    .is-sticky #inc_header_top .logo {
        line-height: 46px
    }

    .logo-sticky img {
        max-height: 46px
    }

    .sc-left {
        margin-top: 50px
    }

    .sp-image {
        height: 205px
    }

    .services-picture {
        margin-top: -130px
    }

    #header_bar {
        margin-bottom: 50px
    }

        #header_bar ul.hb_left {
            display: none
        }

        #header_bar ul.hb_right {
            justify-content: center
        }

    .iht_main {
        text-align: center
    }

    .logo {
        float: none
    }

    .bsa_image img {
        width: 100%
    }

    .bg_header h1 {
        margin-top: 153px
    }

    .home_title {
        font-size: 22px;
        margin-bottom: 25px;
        line-height: 140%
    }

    .footer_top {
        padding-top: 0;
        height: 850px;
        left: 50%;
        transform: translate(-50%,0);
        background-size: cover;
        z-index: 2
    }

    .footer_form {
        padding: 20px;
        width: 90%
    }

    .box_note {
        flex-direction: column;
        margin-bottom: 20px
    }

    .box_note_red {
        margin-bottom: 15px
    }

        .box_note_red br {
            display: none
        }

    .btn_join {
        margin: 0 auto
    }

    .footer_brand {
        flex-direction: column
    }

        .footer_brand li {
            padding: 15px 0
        }

    .footer_item {
        justify-content: center
    }

    .footer_logo {
        text-align: center;
        margin: 20px 0
    }

    .nd_pagination {
        margin-bottom: 40px
    }

    #about_us h2 {
        font-size: 25px;
        text-align: center;
        line-height: 140%
    }

    #about_us h3 {
        line-height: 160%
    }

    #home_news .swiper-slide {
        padding: 15px
    }

    #home_says {
        padding: 30px 0
    }

    .video-box {
        left: 50%;
        transform: translate(-50%,-50%)
    }

    .au_right, .says_main {
        height: inherit;
        width: 100%;
        display: block
    }

    .bg_abouts, .bg_album, .bg_says_main {
        display: none
    }

    .home_news-text h3 {
        min-height: 84px
    }

    .says_images {
        text-align: center;
        margin-bottom: 20px
    }

    .bg_abouts_right {
        display: none
    }

    #about_us {
        padding: 20px 0
    }

    #home_album, #home_timeline {
        padding: 20px 0
    }

        #home_timeline .swiper-container {
            width: 100%
        }

    .timeline_item {
        flex-direction: column;
        width: 100%
    }

    .timeline_images {
        width: 100%;
        height: 200px;
        margin-bottom: 15px
    }

    .timeline_text {
        padding-left: 0;
        width: 100%
    }

    #home_timeline .bullet_main {
        width: 25px;
        height: 25px
    }

    #home_timeline .bullet_wrapper {
        width: 36px;
        height: 36px
    }

    #home_timeline .bullet_time {
        font-size: 12px
    }

    #home_timeline .swiper-pagination .swiper-pagination-bullet {
        padding: 0 10px
    }

    .bullet_wrapper_bg {
        padding: 0 30px
    }

    .says_group {
        margin-left: 0
    }

    .elementor_element {
        display: none
    }

    .tni_images {
        width: 100%
    }

    .home_news-img {
        width: 100%
    }

    .bg_header--service h1 {
        margin-top: 0
    }

    .bg_header--service {
        padding: 0 15px
    }

    #about_us ul {
        grid-column-gap: 15px
    }

        #about_us ul li {
            width: 85px;
            height: 85px
        }

    .au_content ul {
        padding-left: 20px
    }
}

@media only screen and (min-width:922px) and (max-width:1024px) {
    .container {
        min-width: 100%
    }

    .img-bg__category {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%)
    }

    .img-category {
        max-width: calc(100% - 40px)
    }

    .services-content {
        margin-bottom: 20px
    }

    .au_content ul {
        padding-left: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .services-content .au_right {
        display: none
    }
}

@media all and (max-width:768px) {
    .bg-bai {
        display: none
    }

    .au_content ul {
        padding-left: 20px
    }

    .img-category {
        border-radius: 0;
        position: static;
        transform: none;
        height: auto;
        max-width: 100%
    }

    .img-bg__category {
        display: none
    }

    #home_album .swiper-pagination {
        display: none
    }

    .footer_top {
        height: 1100px
    }

    .list-events {
        display: none
    }

    .lg-outer .lg {
        width: 100% !important
    }

    .services-content {
        margin-bottom: 20px
    }
}

@media all and (max-width:480px) {
    .services-content .au_right {
        display: none
    }

    .type_news .au_right {
        display: block
    }

    .em-main {
        flex-direction: column
    }

    #ebook-modal .em-item:first-child {
        display: none
    }

        #ebook-modal .em-item:first-child img {
            width: 100%
        }

    .au_content ul {
        padding-left: 20px
    }

    #ebook-modal .em-item:last-child {
        width: 100%
    }

    .box_album {
        padding-bottom: 0
    }

    .sp-image {
        margin-bottom: 20px
    }

    .hexagon {
        margin: 20px auto 0
    }

    .breadcrumb {
        overflow: auto;
        white-space: nowrap;
        width: 100%;
        justify-content: center;
        -ms-flex-wrap: unset;
        flex-wrap: unset
    }

    .says_group {
        width: 120px;
        height: 120px;
        margin-top: 6px;
        margin-left: 0
    }

    .says_item p {
        font-size: 16px
    }

    #home_statistic {
        display: none
    }

    #home_album .swiper-pagination-bullet {
        width: 12px;
        height: 12px
    }

    #header_bar ul.hb_right {
        justify-content: flex-start
    }

    .footer_copyright {
        font-size: 12px
    }

    .au_bottom {
        flex-direction: column;
        text-align: center;
        margin-bottom: 15px
    }

    .aub_item {
        justify-content: center
    }

        .aub_item:nth-child(2) div {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center
        }

        .aub_item:last-child {
            margin-top: 10px
        }

    #home_timeline .bullet_main {
        width: 25px;
        height: 25px
    }

    #home_timeline .bullet_wrapper {
        width: 36px;
        height: 36px
    }

    #home_timeline .bullet_time {
        font-size: 12px
    }

    #home_timeline .swiper-pagination .swiper-pagination-bullet {
        padding: 0 10px
    }

    .bullet_wrapper_bg {
        padding: 0 10px
    }

    .group-btn__services {
        flex-direction: column
    }

        .group-btn__services .btn-support {
            margin: 20px 0
        }

    .oti-item {
        flex-direction: column
    }

    .oti-images {
        width: 100%;
        height: 300px;
        margin-bottom: 15px
    }

    .oti-content {
        width: 100%;
        padding: 0
    }

    #about_us ul {
        width: 100%;
        display: grid;
        grid-template-columns: auto auto auto
    }

        #about_us ul li {
            width: 100px;
            height: 100px;
            margin-bottom: 20px
        }

            #about_us ul li img {
                max-width: 75px
            }

            #about_us ul li a {
                padding: 10px;
                text-align: center
            }

    .grid-item {
        width: 100%;
        padding: 15px 0;
        position: relative !important;
        top: 0 !important
    }

    .ot-info {
        bottom: 30px;
        width: 100%;
        text-align: center;
        padding: 0 10px;
        left: auto
    }

    .type_news .grid-item:nth-child(2n) .ot-info {
        right: auto;
        top: auto
    }

    .footer_top {
        height: 1200px
    }

    .type_news {
        padding-bottom: 0
    }
}

 
