img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -.1em !important;
    background: 0 0 !important;
    padding: 0 !important
}

@charset "UTF-8";
#start-resizable-editor-section {
    display: none
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 1.55em;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
    color: #fff
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

.wp-block-buttons > .wp-block-button.has-custom-width {
    max-width: none
}

.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: calc(25% - .5em)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: calc(50% - .5em)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
    width: calc(75% - .5em)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
    margin-right: 0;
    width: 100%
}

.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius {
    border-radius: 0 !important
}

.is-style-outline > .wp-block-button__link, .wp-block-button__link.is-style-outline {
    border: 2px solid
}

.is-style-outline > .wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: #32373c
}

.is-style-outline > .wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background) {
    background-color: transparent
}

.wp-block-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.wp-block-buttons.is-vertical {
    flex-direction: column
}

.wp-block-buttons.is-vertical > .wp-block-button {
    margin-right: 0
}

.wp-block-buttons.is-vertical > .wp-block-button:last-child {
    margin-bottom: 0
}

.wp-block-buttons > .wp-block-button {
    display: inline-block;
    margin-left: 0;
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-buttons > .wp-block-button:last-child {
    margin-right: 0
}

.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center
}

.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right > .wp-block-button {
    margin-left: .5em;
    margin-right: 0
}

.wp-block-buttons.is-content-justification-right > .wp-block-button:first-child {
    margin-left: 0
}

.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between
}

.wp-block-buttons.aligncenter {
    text-align: center
}

.wp-block-buttons.alignleft .wp-block-button {
    margin-left: 0;
    margin-right: .5em
}

.wp-block-buttons.alignleft .wp-block-button:last-child {
    margin-right: 0
}

.wp-block-buttons.alignright .wp-block-button {
    margin-right: 0;
    margin-left: .5em
}

.wp-block-buttons.alignright .wp-block-button:first-child {
    margin-left: 0
}

.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5em;
    width: 100%
}

.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td, .wp-block-calendar th {
    padding: .25em;
    border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse
}

.wp-block-calendar table th {
    font-weight: 400;
    background: #ddd
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar table caption, .wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-code code {
    display: block;
    white-space: pre-wrap;
    overflow-wrap: break-word
}

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    flex-wrap: wrap
}

@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-columns.has-background {
    padding: 1.25em 2.375em
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (max-width: 599px) {
    .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width: 600px) and (max-width: 781px) {
    .wp-block-column:not(:only-child) {
        flex-basis: calc(50% - 1em) !important;
        flex-grow: 0
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 2em
    }
}

@media (min-width: 782px) {
    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

    .wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }

    .wp-block-column:not(:first-child) {
        margin-left: 2em
    }
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-cover, .wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box
}

.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion: reduce) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated, .wp-block-cover.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-cover-image:after, .wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-cover-image:after, .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #fff
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover .wp-block-subhead:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center, .wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right, .wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left, .wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right, .wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left, .wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center, .wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right, .wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover-image img.wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background, .wp-block-cover img.wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none
}

.wp-block-cover__image-background, .wp-block-cover__video-background {
    z-index: 0
}

.wp-block-cover-image-text, .wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content > h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content > h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center
}

.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align=left] > [data-type="core/embed"], .wp-block[data-align=right] > [data-type="core/embed"] {
    max-width: 360px;
    width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper, .wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper {
    min-width: 280px
}

.wp-block-cover .wp-block-embed {
    min-width: 320px;
    min-height: 240px
}

.wp-block-embed {
    margin-bottom: 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: .8em;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file * + .wp-block-file__button {
    margin-left: .75em
}

.blocks-gallery-grid, .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc(50% - 1em)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    color: #fff;
    text-align: center;
    font-size: .8em;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    box-sizing: border-box;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image figcaption img, .blocks-gallery-grid .blocks-gallery-item figcaption img, .wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid figcaption, .wp-block-gallery figcaption {
    flex-grow: 1
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image, .blocks-gallery-grid.columns-1 .blocks-gallery-item, .wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width: 600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc(33.33333% - .66667em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc(25% - .75em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(20% - .8em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(16.66667% - .83333em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(14.28571% - .85714em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(12.5% - .875em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid .blocks-gallery-image:last-child, .blocks-gallery-grid .blocks-gallery-item:last-child, .wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure, .wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-group {
    box-sizing: border-box
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
    padding: 1.25em 2.375em
}

.wp-block-image {
    margin-bottom: 1em
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img, .wp-block-image.alignwide img {
    width: 100%
}

.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright {
    display: table
}

.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0
    }
}

.wp-block-latest-comments__comment {
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 2.25em;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 3.25em
}

.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - .625em)
    }

    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em)
    }

    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
    }

    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em)
    }

    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    display: block;
    color: #555;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

.block-editor-image-alignment-control__row .components-base-control__field {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
    margin-bottom: 0
}

ol.has-background, ul.has-background {
    padding: 1.25em 2.375em
}

.wp-block-media-text {
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns:50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows:auto
}

.wp-block-media-text.has-media-on-the-right {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns:1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    -ms-grid-row-align: start;
    align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    -ms-grid-row-align: end;
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media > a {
    display: block;
    height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        -ms-grid-columns: 100% !important;
        grid-template-columns:100% !important
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
    color: #1e1e1e;
    background-color: #fff;
    min-width: 200px
}

.items-justified-left > ul {
    justify-content: flex-start
}

.items-justified-center > ul {
    justify-content: center
}

.items-justified-right > ul {
    justify-content: flex-end
}

.items-justified-space-between > ul {
    justify-content: space-between
}

.wp-block-navigation-link {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0
}

.wp-block-navigation-link .wp-block-navigation__container:empty {
    display: none
}

.wp-block-navigation__container {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap
}

.is-vertical .wp-block-navigation__container {
    display: block
}

.has-child > .wp-block-navigation-link__content {
    padding-right: .5em
}

.has-child .wp-block-navigation__container {
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: inherit;
    color: inherit;
    position: absolute;
    left: 0;
    top: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden
}

.has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__content {
    flex-grow: 1
}

.has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__submenu-icon {
    padding-right: .5em
}

@media (min-width: 782px) {
    .has-child .wp-block-navigation__container {
        left: 1.5em
    }

    .has-child .wp-block-navigation__container .wp-block-navigation__container {
        left: 100%;
        top: -1px
    }

    .has-child .wp-block-navigation__container .wp-block-navigation__container:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: .5em;
        background: transparent
    }

    .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(0)
    }
}

.has-child:hover {
    cursor: pointer
}

.has-child:hover > .wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.has-child:focus-within {
    cursor: pointer
}

.has-child:focus-within > .wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus, .wp-block-navigation[style*=text-decoration] .wp-block-navigation__container {
    text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content, .wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active, .wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus {
    text-decoration: none
}

.wp-block-navigation-link__content {
    color: inherit;
    padding: .5em 1em
}

.wp-block-navigation-link__content + .wp-block-navigation-link__content {
    padding-top: 0
}

.has-text-color .wp-block-navigation-link__content {
    color: inherit
}

.wp-block-navigation-link__label {
    word-break: normal;
    overflow-wrap: break-word
}

.wp-block-navigation-link__submenu-icon {
    height: inherit;
    padding: .375em 1em .375em 0
}

.wp-block-navigation-link__submenu-icon svg {
    fill: currentColor
}

@media (min-width: 782px) {
    .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(90deg)
    }
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

p.has-background {
    padding: 1.25em 2.375em
}

p.has-text-color a {
    color: inherit
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    margin-bottom: .7em;
    font-size: .7em
}

.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0
}

.wp-block-post-author__name {
    font-weight: 700;
    margin: 0
}

.wp-block-post-comments-form input[type=submit] {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 1.55em;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-post-comments-form input[type=submit]:active, .wp-block-post-comments-form input[type=submit]:focus, .wp-block-post-comments-form input[type=submit]:hover, .wp-block-post-comments-form input[type=submit]:visited {
    color: #fff
}

.wp-block-preformatted {
    white-space: pre-wrap
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    max-width: 420px
}

.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
    font-size: 1.25em
}

.wp-block-pullquote p {
    font-size: 1.75em;
    line-height: 1.6
}

.wp-block-pullquote cite, .wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: none
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-query-loop {
    max-width: 100%;
    list-style: none;
    padding: 0
}

.wp-block-query-loop li {
    clear: both
}

.wp-block-query-loop.is-flex-container {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap
}

.wp-block-query-loop.is-flex-container li {
    margin: 0 0 1.25em;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-query-loop.is-flex-container li {
        margin-right: 1.25em
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li {
        width: calc(50% - .625em)
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li:nth-child(2n) {
        margin-right: 0
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li:nth-child(3n) {
        margin-right: 0
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
        width: calc(25% - .9375em)
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li:nth-child(4n) {
        margin-right: 0
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li {
        width: calc(20% - 1em)
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li:nth-child(5n) {
        margin-right: 0
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li {
        width: calc(16.66667% - 1.04167em)
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-query-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.wp-block-query-pagination > .wp-block-query-pagination-next, .wp-block-query-pagination > .wp-block-query-pagination-numbers, .wp-block-query-pagination > .wp-block-query-pagination-previous {
    display: inline-block;
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-query-pagination > .wp-block-query-pagination-next:last-child, .wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child, .wp-block-query-pagination > .wp-block-query-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin-bottom: 1em;
    padding: 0 1em
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
    font-size: 1.125em;
    text-align: right
}

.wp-block-rss.wp-block-rss {
    box-sizing: border-box
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 1em)
    }

    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }

    .wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }

    .wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }

    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
    display: block;
    color: #555;
    font-size: .8125em
}

.wp-block-search .wp-block-search__button {
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: .375em .625em;
    color: #32373c;
    margin-left: .625em;
    word-break: normal
}

.wp-block-search .wp-block-search__button.has-icon {
    line-height: 0
}

.wp-block-search .wp-block-search__button svg {
    min-width: 1.5em;
    min-height: 1.5em
}

.wp-block-search .wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 4px;
    border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    border-radius: 0;
    border: none;
    padding: 0 0 0 .25em
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
    outline: none
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: .125em .5em
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "···";
    color: currentColor;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

.wp-block-custom-logo {
    line-height: 0
}

.wp-block-custom-logo .aligncenter {
    display: table
}

.wp-block-custom-logo.is-style-rounded img {
    border-radius: 9999px
}

.wp-block-social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    margin-left: 0
}

.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none
}

.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
    margin: 4px 8px 4px 0
}

.wp-block-social-links .wp-social-link a {
    padding: .25em
}

.wp-block-social-links .wp-social-link svg {
    width: 1em;
    height: 1em
}

.wp-block-social-links.has-small-icon-size {
    font-size: 16px
}

.wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
    font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
    font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
    font-size: 48px
}

.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
}

.wp-block-social-links.alignright {
    justify-content: flex-end
}

.wp-social-link {
    display: block;
    border-radius: 9999px;
    transition: transform .1s ease;
    height: auto
}

@media (prefers-reduced-motion: reduce) {
    .wp-social-link {
        transition-duration: 0s
    }
}

.wp-social-link a {
    display: block;
    line-height: 0;
    transition: transform .1s ease
}

.wp-social-link a, .wp-social-link a:active, .wp-social-link a:hover, .wp-social-link a:visited, .wp-social-link svg {
    color: currentColor;
    fill: currentColor
}

.wp-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
    background-color: #ff424d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
    color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
    color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: .66667em;
    padding-right: .66667em
}

.wp-block-spacer {
    clear: both
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-tag-cloud.aligncenter {
    text-align: center
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    width: 100%
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-text-columns, .wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    font-family: inherit;
    overflow: auto;
    white-space: pre-wrap
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

.wp-block-video video {
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-post-featured-image a {
    display: inline-block
}

.wp-block-post-featured-image img {
    max-width: 100%;
    height: auto
}

:root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .has-white-background-color {
    background-color: #fff
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-black-background-color {
    background-color: #000
}

:root .has-pale-pink-color {
    color: #f78da7
}

:root .has-vivid-red-color {
    color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .has-vivid-purple-color {
    color: #9b51e0
}

:root .has-white-color {
    color: #fff
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-black-color {
    color: #000
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg, #0693e3, #9b51e0)
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg, #7adcb4, #00d082)
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg, #fcb900, #ff6900)
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg, #ff6900, #cf2e2e)
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg, #eee, #a9b8c3)
}

:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}

:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg, #ffceec, #9896f0)
}

:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}

:root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg, #caf880, #71ce7e)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

:root .has-link-color a {
    color: #00e;
    color: var(--wp--style--color--link, #00e)
}

.has-small-font-size {
    font-size: .8125em
}

.has-normal-font-size, .has-regular-font-size {
    font-size: 1em
}

.has-medium-font-size {
    font-size: 1.25em
}

.has-large-font-size {
    font-size: 2.25em
}

.has-huge-font-size, .has-larger-font-size {
    font-size: 2.625em
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900
}

.wpcf7-form-control-wrap {
    position: relative
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

.wpcf7-list-item-label:before, .wpcf7-list-item-label:after {
    content: " "
}

.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative
}

.wpcf7 form.submitting .ajax-loader {
    visibility: visible
}

.wpcf7 .ajax-loader:before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion: reduce) {
    .wpcf7 .ajax-loader:before {
        animation-name: blink;
        animation-duration: 2s
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.wpcf7 input[type=file] {
    cursor: pointer
}

.wpcf7 input[type=file]:disabled {
    cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type=url], .wpcf7 input[type=email], .wpcf7 input[type=tel] {
    direction: ltr
}

.mc4wp-form input[name^="_mc4wp_honey"] {
    display: none !important
}

.mc4wp-form-basic, .mc4wp-form-theme {
    margin: 1em 0
}

.mc4wp-form-basic, .mc4wp-form-basic input, .mc4wp-form-basic label, .mc4wp-form-theme, .mc4wp-form-theme input, .mc4wp-form-theme label {
    width: auto;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: auto;
    height: auto;
    vertical-align: baseline;
    line-height: normal
}

.mc4wp-form-basic:after, .mc4wp-form-theme:after {
    content: "";
    display: table;
    clear: both
}

.mc4wp-form-basic label, .mc4wp-form-theme label {
    font-weight: 700;
    margin-bottom: 6px;
    display: block
}

.mc4wp-form-basic input.placeholdersjs, .mc4wp-form-theme input.placeholdersjs {
    color: #aaa !important
}

.mc4wp-form-basic input[type=date], .mc4wp-form-basic input[type=email], .mc4wp-form-basic input[type=tel], .mc4wp-form-basic input[type=text], .mc4wp-form-basic input[type=url], .mc4wp-form-basic select, .mc4wp-form-basic textarea, .mc4wp-form-theme input[type=date], .mc4wp-form-theme input[type=email], .mc4wp-form-theme input[type=tel], .mc4wp-form-theme input[type=text], .mc4wp-form-theme input[type=url], .mc4wp-form-theme select, .mc4wp-form-theme textarea {
    min-height: 32px;
    width: 100%;
    max-width: 480px
}

.mc4wp-form-basic input[type=number], .mc4wp-form-theme input[type=number] {
    min-width: 40px
}

.mc4wp-form-basic input[type=checkbox], .mc4wp-form-basic input[type=radio], .mc4wp-form-theme input[type=checkbox], .mc4wp-form-theme input[type=radio] {
    position: relative;
    margin: 0 6px 0 0;
    padding: 0;
    height: 13px;
    width: 13px;
    display: inline-block;
    border: 0
}

.mc4wp-form-basic input[type=checkbox], .mc4wp-form-theme input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox
}

.mc4wp-form-basic input[type=radio], .mc4wp-form-theme input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio
}

.mc4wp-form-basic button, .mc4wp-form-basic input[type=button], .mc4wp-form-basic input[type=submit], .mc4wp-form-theme button, .mc4wp-form-theme input[type=button], .mc4wp-form-theme input[type=submit] {
    cursor: pointer;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.mc4wp-form-basic label > span, .mc4wp-form-basic li > label, .mc4wp-form-theme label > span, .mc4wp-form-theme li > label {
    font-weight: 400
}

.mc4wp-form-basic .mc4wp-alert, .mc4wp-form-theme .mc4wp-alert {
    color: #c09853;
    clear: both
}

.mc4wp-form-basic .mc4wp-success, .mc4wp-form-theme .mc4wp-success {
    color: #468847
}

.mc4wp-form-basic .mc4wp-notice, .mc4wp-form-theme .mc4wp-notice {
    color: #3a87ad
}

.mc4wp-form-basic .mc4wp-error, .mc4wp-form-theme .mc4wp-error {
    color: #cd5c5c
}

.rtl .mc4wp-form-reset input[type=checkbox], .rtl .mc4wp-form-reset input[type=radio] {
    margin: 0 0 0 6px
}

.mc4wp-form-theme input[type=date], .mc4wp-form-theme input[type=email], .mc4wp-form-theme input[type=number], .mc4wp-form-theme input[type=tel], .mc4wp-form-theme input[type=text], .mc4wp-form-theme input[type=url], .mc4wp-form-theme select, .mc4wp-form-theme textarea {
    height: auto;
    padding: 8px 16px;
    line-height: 1.428571429;
    color: #555 !important;
    vertical-align: middle;
    background: 0 0;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    text-shadow: none
}

.mc4wp-form-theme button:focus, .mc4wp-form-theme input:focus, .mc4wp-form-theme select:focus, .mc4wp-form-theme textarea:focus {
    outline: 0;
    background-image: none
}

.mc4wp-form-theme textarea {
    height: auto
}

.mc4wp-form-theme input[disabled], .mc4wp-form-theme input[readonly] {
    background-color: #eee
}

.mc4wp-form-theme button, .mc4wp-form-theme input[type=button], .mc4wp-form-theme input[type=submit] {
    display: inline-block;
    padding: 8px 16px;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    text-shadow: none;
    filter: none;
    height: auto;
    width: auto
}

.mc4wp-form-theme button:focus, .mc4wp-form-theme button:hover, .mc4wp-form-theme input[type=button]:focus, .mc4wp-form-theme input[type=button]:hover, .mc4wp-form-theme input[type=submit]:focus, .mc4wp-form-theme input[type=submit]:hover {
    outline: 0;
    color: #333;
    text-decoration: none;
    background: 0 0
}

.mc4wp-form-theme-dark button, .mc4wp-form-theme-dark input[type=submit] {
    color: #fff !important;
    background-color: #444 !important;
    border-color: #1e1e1e
}

.mc4wp-form-theme-dark button:active, .mc4wp-form-theme-dark button:focus, .mc4wp-form-theme-dark button:hover, .mc4wp-form-theme-dark input[type=submit]:active, .mc4wp-form-theme-dark input[type=submit]:focus, .mc4wp-form-theme-dark input[type=submit]:hover {
    color: #fff !important;
    background-color: #1e1e1e !important;
    border-color: #000
}

.mc4wp-form-theme-dark input[type=date]:focus, .mc4wp-form-theme-dark input[type=email]:focus, .mc4wp-form-theme-dark input[type=tel]:focus, .mc4wp-form-theme-dark input[type=text]:focus, .mc4wp-form-theme-dark input[type=url]:focus, .mc4wp-form-theme-dark select:focus, .mc4wp-form-theme-dark textarea:focus {
    border-color: #6a6a6a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(68, 68, 68, .15);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(68, 68, 68, .15);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(68, 68, 68, .15)
}

.mc4wp-form-theme-light button, .mc4wp-form-theme-light input[type=submit] {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #d9d9d9
}

.mc4wp-form-theme-light button:active, .mc4wp-form-theme-light button:focus, .mc4wp-form-theme-light button:hover, .mc4wp-form-theme-light input[type=submit]:active, .mc4wp-form-theme-light input[type=submit]:focus, .mc4wp-form-theme-light input[type=submit]:hover {
    color: #000 !important;
    background-color: #d9d9d9 !important;
    border-color: #b3b3b3
}

.mc4wp-form-theme-light input[type=date]:focus, .mc4wp-form-theme-light input[type=email]:focus, .mc4wp-form-theme-light input[type=tel]:focus, .mc4wp-form-theme-light input[type=text]:focus, .mc4wp-form-theme-light input[type=url]:focus, .mc4wp-form-theme-light select:focus, .mc4wp-form-theme-light textarea:focus {
    border-color: #d9d9d9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .15);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .15);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .15)
}

.mc4wp-form-theme-red button, .mc4wp-form-theme-red input[type=submit] {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #b52b27
}

.mc4wp-form-theme-red button:active, .mc4wp-form-theme-red button:focus, .mc4wp-form-theme-red button:hover, .mc4wp-form-theme-red input[type=submit]:active, .mc4wp-form-theme-red input[type=submit]:focus, .mc4wp-form-theme-red input[type=submit]:hover {
    color: #fff !important;
    background-color: #b52b27 !important;
    border-color: #761c19
}

.mc4wp-form-theme-red input[type=date]:focus, .mc4wp-form-theme-red input[type=email]:focus, .mc4wp-form-theme-red input[type=tel]:focus, .mc4wp-form-theme-red input[type=text]:focus, .mc4wp-form-theme-red input[type=url]:focus, .mc4wp-form-theme-red select:focus, .mc4wp-form-theme-red textarea:focus {
    border-color: #e7908e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(217, 83, 79, .15);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(217, 83, 79, .15);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(217, 83, 79, .15)
}

.mc4wp-form-theme-blue button, .mc4wp-form-theme-blue input[type=submit] {
    color: #fff !important;
    background-color: #428bca !important;
    border-color: #2a6496
}

.mc4wp-form-theme-blue button:active, .mc4wp-form-theme-blue button:focus, .mc4wp-form-theme-blue button:hover, .mc4wp-form-theme-blue input[type=submit]:active, .mc4wp-form-theme-blue input[type=submit]:focus, .mc4wp-form-theme-blue input[type=submit]:hover {
    color: #fff !important;
    background-color: #2a6496 !important;
    border-color: #193c5a
}

.mc4wp-form-theme-blue input[type=date]:focus, .mc4wp-form-theme-blue input[type=email]:focus, .mc4wp-form-theme-blue input[type=tel]:focus, .mc4wp-form-theme-blue input[type=text]:focus, .mc4wp-form-theme-blue input[type=url]:focus, .mc4wp-form-theme-blue select:focus, .mc4wp-form-theme-blue textarea:focus {
    border-color: #7eb0db;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(66, 139, 202, .15);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(66, 139, 202, .15);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(66, 139, 202, .15)
}

.mc4wp-form-theme-green button, .mc4wp-form-theme-green input[type=submit] {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #3d8b3d
}

.mc4wp-form-theme-green button:active, .mc4wp-form-theme-green button:focus, .mc4wp-form-theme-green button:hover, .mc4wp-form-theme-green input[type=submit]:active, .mc4wp-form-theme-green input[type=submit]:focus, .mc4wp-form-theme-green input[type=submit]:hover {
    color: #fff !important;
    background-color: #3d8b3d !important;
    border-color: #255625
}

.mc4wp-form-theme-green input[type=date]:focus, .mc4wp-form-theme-green input[type=email]:focus, .mc4wp-form-theme-green input[type=tel]:focus, .mc4wp-form-theme-green input[type=text]:focus, .mc4wp-form-theme-green input[type=url]:focus, .mc4wp-form-theme-green select:focus, .mc4wp-form-theme-green textarea:focus {
    border-color: #91cf91;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(92, 184, 92, .15);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(92, 184, 92, .15);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(92, 184, 92, .15)
}

@font-face {
    font-display: swap;
    font-family: ez-toc-icomoon;
    src: url(http://orkestragruplari.com/wp-content/plugins/easy-table-of-contents/vendor/icomoon/fonts/ez-toc-icomoon.eot);
    src: url(http://orkestragruplari.com/wp-content/plugins/easy-table-of-contents/vendor/icomoon/fonts/ez-toc-icomoon.eot#iefix) format('embedded-opentype'), url(http://orkestragruplari.com/wp-content/plugins/easy-table-of-contents/vendor/icomoon/fonts/ez-toc-icomoon.woff2) format('woff2'), url(http://orkestragruplari.com/wp-content/plugins/easy-table-of-contents/vendor/icomoon/fonts/ez-toc-icomoon.woff) format('woff'), url(http://orkestragruplari.com/wp-content/plugins/easy-table-of-contents/vendor/icomoon/fonts/ez-toc-icomoon.ttf) format('truetype'), url(http://orkestragruplari.com/wp-content/plugins/easy-table-of-contents/vendor/icomoon/fonts/ez-toc-icomoon.svg#ez-toc-icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

/*!* Better Font Rendering =========== *!*/
#ez-toc-container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    display: table;
    margin-bottom: 1em;
    padding: 10px;
    position: relative;
    width: auto
}

div.ez-toc-widget-container {
    padding: 0;
    position: relative
}

#ez-toc-container.ez-toc-light-blue {
    background: #edf6ff
}

#ez-toc-container.ez-toc-white {
    background: #fff
}

#ez-toc-container.ez-toc-black {
    background: #000
}

#ez-toc-container.ez-toc-transparent {
    background: none transparent
}

div.ez-toc-widget-container ul {
    display: block
}

div.ez-toc-widget-container li {
    border: none;
    padding: 0
}

div.ez-toc-widget-container ul.ez-toc-list {
    padding: 10px
}

#ez-toc-container ul ul, .ez-toc div.ez-toc-widget-container ul ul {
    margin-left: 1.5em
}

#ez-toc-container li, #ez-toc-container ul {
    margin: 0;
    padding: 0
}

#ez-toc-container li, #ez-toc-container ul, #ez-toc-container ul li, div.ez-toc-widget-container, div.ez-toc-widget-container li {
    background: 0 0;
    list-style: none none;
    line-height: 1.6;
    margin: 0;
    overflow: hidden;
    z-index: 1
}

#ez-toc-container p.ez-toc-title {
    text-align: left;
    line-height: 1.45;
    margin: 0;
    padding: 0
}

.ez-toc-title-container {
    display: table;
    width: 100%
}

.ez-toc-title, .ez-toc-title-toggle {
    display: table-cell;
    text-align: left;
    vertical-align: middle
}

#ez-toc-container.ez-toc-black p.ez-toc-title {
    color: #fff
}

#ez-toc-container div.ez-toc-title-container + ul.ez-toc-list {
    margin-top: 1em
}

.ez-toc-wrap-left {
    float: left;
    margin-right: 10px
}

.ez-toc-wrap-right {
    float: right;
    margin-left: 10px
}

#ez-toc-container a {
    color: #444;
    box-shadow: none;
    text-decoration: none;
    text-shadow: none
}

#ez-toc-container a:visited {
    color: #9f9f9f
}

#ez-toc-container a:hover {
    text-decoration: underline
}

#ez-toc-container.ez-toc-black a {
    color: #fff
}

#ez-toc-container.ez-toc-black a:visited {
    color: #fff
}

#ez-toc-container a.ez-toc-toggle {
    color: #444
}

#ez-toc-container.counter-flat ul, #ez-toc-container.counter-hierarchy ul, .ez-toc-widget-container.counter-flat ul, .ez-toc-widget-container.counter-hierarchy ul {
    counter-reset: item
}

#ez-toc-container.counter-numeric li, .ez-toc-widget-container.counter-numeric li {
    list-style-type: decimal;
    list-style-position: inside
}

#ez-toc-container.counter-decimal ul.ez-toc-list li a::before, .ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before {
    content: counters(item, ".") ". ";
    display: inline-block;
    counter-increment: item;
    margin-right: .2em
}

#ez-toc-container.counter-roman li a::before, .ez-toc-widget-container.counter-roman ul.ez-toc-list li a::before {
    content: counters(item, ".", upper-roman) ". ";
    counter-increment: item
}

.ez-toc-widget-container ul.ez-toc-list li::before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    z-index: -1
}

.ez-toc-widget-container ul.ez-toc-list li.active::before {
    background-color: #ededed
}

.ez-toc-widget-container li.active > a {
    font-weight: 900
}

.ez-toc-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.ez-toc-btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.ez-toc-btn:focus, .ez-toc-btn:hover {
    color: #333;
    text-decoration: none
}

.ez-toc-btn.active, .ez-toc-btn:active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.ez-toc-btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.ez-toc-btn-default.active, .ez-toc-btn-default:active, .ez-toc-btn-default:focus, .ez-toc-btn-default:hover {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.ez-toc-btn-default.active, .ez-toc-btn-default:active {
    background-image: none
}

.ez-toc-btn-sm, .ez-toc-btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.ez-toc-btn-xs {
    padding: 1px 5px
}

.ez-toc-btn-default {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.ez-toc-btn-default:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.active, .ez-toc-btn:active {
    background-image: none
}

.ez-toc-btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc
}

.ez-toc-btn-default:focus, .ez-toc-btn-default:hover {
    background-color: #e0e0e0;
    background-position: 0 -15px
}

.ez-toc-btn-default.active, .ez-toc-btn-default:active {
    background-color: #e0e0e0;
    border-color: #dbdbdb
}

.ez-toc-pull-right {
    float: right !important;
    margin-left: 10px
}

.ez-toc-glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale
}

.ez-toc-glyphicon:empty {
    width: 1em
}

.ez-toc-toggle i.ez-toc-glyphicon {
    font-size: 16px;
    margin-left: 2px
}

[class*=ez-toc-icon-] {
    font-family: ez-toc-icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ez-toc-icon-toggle:before {
    content: "\e87a"
}

div#ez-toc-container p.ez-toc-title {
    font-size: 120%
}

div#ez-toc-container p.ez-toc-title {
    font-weight: 500
}

div#ez-toc-container ul li {
    font-size: 95%
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-outline: none
}

*:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

*:active, *:focus, *:hover, *:visited {
    outline: 0;
    outline-offset: 0;
    outline-width: 0 !important;
    -webkit-tap-highlight-color: transparent
}

:active, :focus, :hover, :visited {
    outline: none !important;
    -webkit-outline: none
}

body, button, input, optgroup, select, textarea {
    margin: 0
}

button, hr, input {
    overflow: visible
}

progress, sub, sup {
    vertical-align: baseline
}

hr, p {
    margin-bottom: 1.5em
}

pre, textarea {
    overflow: auto
}

#content[tabindex="-1"]:focus, a:active, a:hover {
    outline: 0
}

.aligncenter, .clear:after, .comment-content:after, .entry-content:after, .page-links, .site-content:after, .site-footer:after, .site-header:after, h1, h2, h3, h4, h5, h6 {
    clear: both
}

.widget select, .wp-caption, embed, iframe, img, legend, object, pre {
    max-width: 100%
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

iframe {
    border: 0;
    outline: none
}

body {
    background: #fff
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #ccc;
    border: 0;
    height: 1px
}

a {
    background-color: transparent;
    color: #4169e1
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    height: auto
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    padding: 0;
    white-space: normal
}

textarea {
    width: 100%
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

body, button, input, optgroup, select, textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5
}

cite, dfn, em, i {
    font-style: italic
}

blockquote {
    margin: 0 1.5em
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    padding: 1.6em
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: .9375rem
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

ins, mark {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

ol, ul {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li > ol, li > ul {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

figure {
    margin: 1em 0
}

table {
    margin: 0;
    width: auto
}

button, input[type=button], input[type=reset], input[type=submit] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: .75rem;
    line-height: 1;
    padding: .6em 1em .4em
}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    border-color: #ccc #bbb #aaa
}

button:active, button:focus, input[type=button]:active, input[type=button]:focus, input[type=reset]:active, input[type=reset]:focus, input[type=submit]:active, input[type=submit]:focus {
    border-color: #aaa #bbb #bbb
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], input[type=number], input[type=search], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px
}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, input[type=number]:focus, input[type=search]:focus, textarea:focus {
    color: #111
}

select {
    border: 1px solid #ccc
}

a:active, a:focus, a:hover {
    color: inherit
}

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0
}

.main-navigation ul ul li.focus > ul, .main-navigation ul ul li:hover > ul {
    left: 100%
}

.main-navigation ul ul a {
    width: 200px
}

.main-navigation ul li.focus > ul, .main-navigation ul li:hover > ul {
    left: auto
}

.main-navigation li {
    float: left;
    position: relative
}

.main-navigation a {
    display: block;
    text-decoration: none
}

.main-navigation.toggled ul, .menu-toggle {
    display: block
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none
    }

    .main-navigation ul {
        display: block
    }
}

.site-main .comment-navigation, .site-main .post-navigation, .site-main .posts-navigation {
    margin: 0 0 1.5em;
    overflow: hidden
}

.comment-navigation .nav-previous, .post-navigation .nav-previous, .posts-navigation .nav-previous {
    float: left;
    width: 50%
}

.comment-navigation .nav-next, .post-navigation .nav-next, .posts-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%
}

.gallery-item, .wp-caption-text {
    text-align: center
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.hentry, .widget {
    margin: 0 0 1.5em
}

.clear:after, .clear:before, .comment-content:after, .comment-content:before, .entry-content:after, .entry-content:before, .site-content:after, .site-content:before, .site-footer:after, .site-footer:before, .site-header:after, .site-header:before {
    content: "";
    display: table;
    table-layout: fixed
}

.sticky {
    display: block
}

.updated:not(.published) {
    display: none
}

.entry-content, .entry-summary {
    margin: 1.5em 0 0
}

.page-links {
    margin: 0 0 1.5em
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.comment-content .wp-smiley, .entry-content .wp-smiley, .page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.custom-logo-link {
    display: inline-block
}

.wp-caption {
    margin-bottom: 1.5em
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fas, .far, .fal, .fab {
    -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: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.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-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-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-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-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.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-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.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-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-aws:before {
    content: "\f375"
}

.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-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-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-book:before {
    content: "\f02d"
}

.fa-book-open:before {
    content: "\f518"
}

.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-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.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-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-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.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-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-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.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-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-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-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.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-dots:before {
    content: "\f4ad"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.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-credit-card:before {
    content: "\f09d"
}

.fa-crop:before {
    content: "\f125"
}

.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-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-dice:before {
    content: "\f522"
}

.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-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.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-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.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-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.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" !important
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.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-excel:before {
    content: "\f1c3"
}

.fa-file-image:before {
    content: "\f1c5"
}

.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-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.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-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.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-fulcrum:before {
    content: "\f50b"
}

.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-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-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.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-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-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-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-hashtag:before {
    content: "\f292"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.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-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.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-houzz:before {
    content: "\f27c"
}

.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-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.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-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.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-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-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.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-meh:before {
    content: "\f11a"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mercury:before {
    content: "\f223"
}

.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-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-moon:before {
    content: "\f186"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.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-old-republic:before {
    content: "\f510"
}

.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-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.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-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-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.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-plane:before {
    content: "\f072"
}

.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-poo:before {
    content: "\f2fe"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.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-r-project:before {
    content: "\f4f7"
}

.fa-random:before {
    content: "\f074"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.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-rendact:before {
    content: "\f3e4"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.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-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-rupee-sign:before {
    content: "\f156"
}

.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-search:before {
    content: "\f002"
}

.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-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-shower:before {
    content: "\f2cc"
}

.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-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-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.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-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-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-half:before {
    content: "\f089"
}

.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-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.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-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.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-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-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-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.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-moving:before {
    content: "\f4df"
}

.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-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-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-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-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-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.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-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-glass:before {
    content: "\f4e3"
}

.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-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-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.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(http://orkestragruplari.com/wp-content/themes/embertheme/embertheme/assets/libs/font-awesome-5/webfonts/fa-brands-400.eot);
    src: url(http://orkestragruplari.com/wp-content/themes/embertheme/embertheme/assets/libs/font-awesome-5/webfonts/fa-brands-400.eot#iefix) format("embedded-opentype"), url(http://orkestragruplari.com/wp-content/themes/embertheme/embertheme/assets/libs/font-awesome-5/webfonts/fa-brands-400.woff2) format("woff2"), url(http://orkestragruplari.com/wp-content/themes/embertheme/embertheme/assets/libs/font-awesome-5/webfonts/fa-brands-400.woff) format("woff"), url(http://orkestragruplari.com/wp-content/themes/embertheme/embertheme/assets/libs/font-awesome-5/webfonts/fa-brands-400.ttf) format("truetype"), url(http://orkestragruplari.com/wp-content/themes/embertheme/embertheme/assets/libs/font-awesome-5/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(http://orkestragruplari.com/wp-content/themes/embertheme/embertheme/assets/libs/font-awesome-5/webfonts/fa-regular-400.eot);
    src: url(http://orkestragruplari.com/wp-content/themes/embertheme/embertheme/assets/libs/font-awesome-5/webfonts/fa-regular-400.eot#iefix) format("embedded-opentype"), url(http://orkestragruplari.com/wp-content/themes/embertheme/embertheme/assets/libs/font-awesome-5/webfonts/fa-regular-400.woff2) format("woff2"), url(http://orkestragruplari.com/wp-content/themes/embertheme/embertheme/assets/libs/font-awesome-5/webfonts/fa-regular-400.woff) format("woff"), url(http://orkestragruplari.com/wp-content/themes/embertheme/embertheme/assets/libs/font-awesome-5/webfonts/fa-regular-400.ttf) format("truetype"), url(http://orkestragruplari.com/wp-content/themes/embertheme/embertheme/assets/libs/font-awesome-5/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url(http://orkestragruplari.com/wp-content/themes/embertheme/embertheme/assets/libs/font-awesome-5/webfonts/fa-solid-900.eot);
    src: url(http://orkestragruplari.com/wp-content/themes/embertheme/embertheme/assets/libs/font-awesome-5/webfonts/fa-solid-900.eot#iefix) format("embedded-opentype"), url(http://orkestragruplari.com/wp-content/themes/embertheme/embertheme/assets/libs/font-awesome-5/webfonts/fa-solid-900.woff2) format("woff2"), url(http://orkestragruplari.com/wp-content/themes/embertheme/embertheme/assets/libs/font-awesome-5/webfonts/fa-solid-900.woff) format("woff"), url(http://orkestragruplari.com/wp-content/themes/embertheme/embertheme/assets/libs/font-awesome-5/webfonts/fa-solid-900.ttf) format("truetype"), url(http://orkestragruplari.com/wp-content/themes/embertheme/embertheme/assets/libs/font-awesome-5/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, *:before, *:after {
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto
}

@media (min-width: 576px) {
    .container {
        max-width: 90%
    }
}

}
@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 1200px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.invisible {
    visibility: hidden !important
}

.hidden-xs-up {
    display: none !important
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important
    }
}

.hidden-xl-down {
    display: none !important
}

@font-face {
    font-family: 'fontello';
    src: url(http://orkestragruplari.com/wp-content/themes/embertheme/embertheme/assets/libs/fontello/font/fontello.eot?39480143);
    src: url(http://orkestragruplari.com/wp-content/themes/embertheme/embertheme/assets/libs/fontello/font/fontello.eot?39480143#iefix) format('embedded-opentype'), url(http://orkestragruplari.com/wp-content/themes/embertheme/embertheme/assets/libs/fontello/font/fontello.woff2?39480143) format('woff2'), url(http://orkestragruplari.com/wp-content/themes/embertheme/embertheme/assets/libs/fontello/font/fontello.woff?39480143) format('woff'), url(http://orkestragruplari.com/wp-content/themes/embertheme/embertheme/assets/libs/fontello/font/fontello.ttf?39480143) format('truetype'), url(http://orkestragruplari.com/wp-content/themes/embertheme/embertheme/assets/libs/fontello/font/fontello.svg?39480143#fontello) format('svg');
    font-weight: 400;
    font-style: normal
}

[class^=icon-]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: 400;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-left-open-mini:before {
    content: '\e800'
}

.icon-right-open-mini:before {
    content: '\e801'
}

.icon-down-open-mini:before {
    content: '\e805'
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

html {
    background: #fff;
    display: block
}

.white {
    color: var(--white-color)
}

.primary {
    color: var(--primary-color)
}

.black {
    color: var(--black-color)
}

.hidden, .none {
    display: none;
    visibility: hidden
}

.thin {
    font-weight: 400
}

.bold {
    font-weight: 700
}

body {
    display: block;
    margin: 0 auto;
    overflow-x: hidden;
    height: auto;
    position: static
}

body img {
    max-width: 100%
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    clear: both
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center
}

.flex-left {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.flex-right {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.relative {
    position: relative
}

.img-responsive {
    width: 100%;
    height: auto
}

.white-bg {
    background: var(--white)
}

.overflow-hidden {
    overflow: hidden !important
}

.circle {
    border-radius: 50%;
    overflow: hidden
}

.no-padding {
    padding: 0 !important
}

.no-margin {
    margin: 0 !important
}

.default-content {
    padding: 50px 15px;
    margin: 0 auto;
    max-width: 1140px
}

.block {
    display: block !important
}

.wp-error {
    color: red;
    font-size: 18px
}

.disabled {
    pointer-events: none !important;
    cursor: not-allowed !important
}

.aligncenter {
    text-align: center
}

.alignleft {
    text-align: left
}

.alignright {
    text-align: right
}

.bypostauthor, .gallery-caption, .sticky, .wp-caption, .wp-caption-text {
    box-sizing: border-box
}

.parallax {
    background-attachment: fixed
}

@media (max-width: 991px) {
    .parallax {
        background-attachment: scroll
    }
}

.ie10-support {
    display: none
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .ie10-support {
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: fixed;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        min-height: 100vh;
        min-width: 100vw;
        background-image: none !important;
        text-align: center;
        background-color: #000 !important;
        font-size: 25px;
        color: #fff;
        z-index: 100000000000000000000000000000000000;
        line-height: 1.6
    }

    .ie10-support p {
        color: #fff;
        font-size: 25px;
        text-align: center;
        line-height: 1.6
    }

    .ie10-support .ie {
        color: #fff
    }

    .ie10-support a {
        color: red
    }
}

.ie-support {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    min-width: 100vw;
    background-image: none !important;
    text-align: center;
    background-color: #000 !important;
    font-size: 20px;
    color: #fff;
    z-index: 100000000000000000000000000000000000;
    line-height: 1.6
}

.ie-support p {
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 1.6
}

.ie-support .ie {
    color: #fff
}

.ie-support a {
    color: red
}

body {
    font-family: var(--secondary-font);
    line-height: 1.7;
    font-weight: var(--text-font-weight);
    color: var(--text-color);
    letter-spacing: normal
}

@media (min-width: 1200px) {
    body {
        font-size: var(--text-xl-size)
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    body {
        font-size: var(--text-lg-size)
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    body {
        font-size: var(--text-md-size)
    }
}

@media (max-width: 767px) and (min-width: 440px) {
    body {
        font-size: var(--text-sm-size)
    }
}

@media (max-width: 440px) {
    body {
        font-size: var(--text-xs-size)
    }
}

p {
    font-family: var(--secondary-font);
    color: var(--text-color);
    font-weight: var(--text-font-weight);
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.7;
    letter-spacing: normal
}

span {
    font-size: var(--text-size);
    font-family: var(--secondary-font);
    font-weight: var(--text-font-weight);
    letter-spacing: normal
}

.primary-font {
    font-family: var(--primary-font)
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font);
    color: var(--headings-color);
    margin: 0;
    padding: 0;
    line-height: 1.2;
    letter-spacing: normal
}

h1 {
    font-weight: var(--h1-fw)
}

h2 {
    font-weight: var(--h2-fw)
}

h3 {
    font-weight: var(--h3-fw)
}

h4 {
    font-weight: var(--h4-fw)
}

h5 {
    font-weight: var(--h5-fw)
}

h6 {
    font-weight: var(--h6-fw)
}

@media (min-width: 1200px) {
    h1, h2, h3, h4, h5, h6 {
        margin-bottom: var(--xl-headings-mb)
    }

    h1 {
        font-size: var(--xl-h1-size)
    }

    h2 {
        font-size: var(--xl-h2-size)
    }

    h3 {
        font-size: var(--xl-h3-size)
    }

    h4 {
        font-size: var(--xl-h4-size)
    }

    h5 {
        font-size: var(--xl-h5-size)
    }

    h6 {
        font-size: var(--xl-h6-size)
    }
}

@media (max-width: 1199px) {
    h1, h2, h3, h4, h5, h6 {
        margin-bottom: var(--lg-headings-mb)
    }

    h1 {
        font-size: var(--lg-h1-size)
    }

    h2 {
        font-size: var(--lg-h2-size)
    }

    h3 {
        font-size: var(--lg-h3-size)
    }

    h4 {
        font-size: var(--lg-h4-size)
    }

    h5 {
        font-size: var(--lg-h5-size)
    }

    h6 {
        font-size: var(--lg-h6-size)
    }
}

@media (max-width: 991px) {
    h1, h2, h3, h4, h5, h6 {
        margin-bottom: var(--md-headings-mb)
    }

    h1 {
        font-size: var(--md-h1-size)
    }

    h2 {
        font-size: var(--md-h2-size)
    }

    h3 {
        font-size: var(--md-h3-size)
    }

    h4 {
        font-size: var(--md-h4-size)
    }

    h5 {
        font-size: var(--md-h5-size)
    }

    h6 {
        font-size: var(--md-h6-size)
    }
}

@media (max-width: 767px) {
    h1, h2, h3, h4, h5, h6 {
        margin-bottom: var(--sm-headings-mb)
    }

    h1 {
        font-size: var(--sm-h1-size)
    }

    h2 {
        font-size: var(--sm-h2-size)
    }

    h3 {
        font-size: var(--sm-h3-size)
    }

    h4 {
        font-size: var(--sm-h4-size)
    }

    h5 {
        font-size: var(--sm-h5-size)
    }

    h6 {
        font-size: var(--sm-h6-size)
    }
}

@media (max-width: 440px) {
    h1, h2, h3, h4, h5, h6 {
        margin-bottom: var(--xs-headings-mb)
    }

    h1 {
        font-size: var(--xs-h1-size)
    }

    h2 {
        font-size: var(--xs-h2-size)
    }

    h3 {
        font-size: var(--xs-h3-size)
    }

    h4 {
        font-size: var(--xs-h4-size)
    }

    h5 {
        font-size: var(--xs-h5-size)
    }

    h6 {
        font-size: var(--xs-h6-size)
    }
}

.tippy-tooltip {
    font-size: var(--tippy-size);
    color: var(--tippy-color)
}

.btn {
    cursor: pointer;
    background-color: transparent;
    font-family: var(--primary-font);
    display: inline-block;
    text-decoration: none;
    min-width: 100px;
    border-radius: 25px;
    padding: 0 30px;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    z-index: 1;
    position: relative;
    transition: .4s all
}

.btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 120%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: .5s all;
    opacity: .3
}

.btn:hover, .btn:active, .btn:focus {
    text-decoration: none;
    background: var(--primary-color)
}

.btn:hover:after, .btn:active:after, .btn:focus:after {
    opacity: 1;
    width: 150%;
    right: 0
}

.btn.size-big {
    font-size: 22px;
    min-width: 130px;
    height: 55px;
    line-height: 50px;
    border-width: 2px !important;
    padding: 0 40px
}

.btn.size-big.rounded {
    border-radius: 50px
}

.btn.size-small {
    font-size: 14px;
    min-width: 80px;
    height: 35px;
    line-height: 35px;
    padding: 0 20px
}

.btn.rect {
    border-radius: 0
}

.btn.style-primary {
    border: 1px solid var(--primary-color);
    background: 0 0
}

.btn.style-primary:after {
    background: var(--primary-color)
}

.btn.style-primary:hover, .btn.style-primary:active, .btn.style-primary:focus {
    background: var(--primary-color)
}

.btn.style-primary-fill {
    border: 1px solid var(--primary-color);
    background: var(--primary-color)
}

.btn.style-primary-fill:after {
    background: var(--primary-color)
}

.btn.style-primary-fill:hover, .btn.style-primary-fill:active, .btn.style-primary-fill:focus {
    background: var(--primary-color)
}

.btn.style-black {
    border: 1px solid var(--black-color);
    background: 0 0
}

.btn.style-black:after {
    background: var(--black-color)
}

.btn.style-black:hover, .btn.style-black:active, .btn.style-black:focus {
    background: var(--black-color)
}

.btn.style-black-fill {
    border: 1px solid var(--black-color);
    background: var(--black-color)
}

.btn.style-black-fill:after {
    background: var(--black-color)
}

.btn.style-black-fill:hover, .btn.style-black-fill:active, .btn.style-black-fill:focus {
    background: var(--black-color)
}

.btn.style-white {
    border: 1px solid var(--white-color);
    background: 0 0
}

.btn.style-white:after {
    background: var(--white-color)
}

.btn.style-white:hover, .btn.style-white:active, .btn.style-white:focus {
    background: var(--white-color)
}

.btn.style-white-fill {
    border: 1px solid var(--white-color);
    background: var(--white-color)
}

.btn.style-white-fill:after {
    background: var(--white-color)
}

.btn.style-white-fill:hover, .btn.style-white-fill:active, .btn.style-white-fill:focus {
    background: var(--white-color)
}

.btn.black {
    color: var(--black-color)
}

.btn.white {
    color: var(--white-color)
}

.btn.primary {
    color: var(--primary-color)
}

.btn.hover-black:hover, .btn.hover-black:active, .btn.hover-black:focus {
    color: var(--black-color)
}

.btn.hover-white:hover, .btn.hover-white:active, .btn.hover-white:focus {
    color: var(--white-color)
}

.btn.hover-primary:hover, .btn.hover-primary:active, .btn.hover-primary:focus {
    color: var(--primary-color)
}

.bordered {
    position: relative
}

.bordered:after {
    position: absolute;
    display: block;
    content: '';
    width: 51px;
    height: 2px;
    background: var(--primary-color);
    left: 0;
    right: 0;
    margin: auto
}

.bordered.left:after {
    position: absolute;
    display: block;
    content: '';
    width: 51px;
    height: 2px;
    background: var(--primary-color);
    left: 0;
    right: 0;
    margin: 0
}

.clear-padding .kc_column, .clear-padding .kc_column_inner {
    padding: 0
}

.breadcrumbs-wrap {
    padding-top: 80px;
    padding-bottom: 40px;
    height: 350px
}

.breadcrumbs-wrap .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--color)
}

.breadcrumbs-wrap .page-title {
    color: var(--color);
    margin: 0
}

.breadcrumbs-wrap .breadcrumbs {
    margin: 0;
    margin-top: 14px;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none
}

.breadcrumbs-wrap .breadcrumbs li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    line-height: 1;
    font-family: var(--primary-font);
    margin-bottom: 8px
}

.breadcrumbs-wrap .breadcrumbs li a {
    font-family: var(--primary-font);
    color: var(--color);
    transition: .3s all ease;
    text-decoration: none;
    line-height: 1;
    font-size: 16px
}

.breadcrumbs-wrap .breadcrumbs li a:hover {
    color: var(--primary-color)
}

.breadcrumbs-wrap .breadcrumbs li span {
    font-family: var(--primary-font);
    font-size: 16px;
    color: var(--color)
}

.breadcrumbs-wrap .breadcrumbs li.separator {
    padding: 0 8px
}

.iframe-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%
}

.iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.btn-up {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 45px;
    font-size: 18px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    background: var(--primary-color);
    cursor: pointer;
    transition: .3s all ease;
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%)
}

.btn-up.active {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0)
}

.wrap-404 {
    height: 100vh;
    min-height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    color: var(--white-color)
}

.wrap-404 .page_title {
    color: var(--white-color)
}

.wrap-404 .links404 {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center
}

.wrap-404 .links404 a {
    font-family: var(--primary-font);
    margin: 0 10px;
    text-decoration: none;
    cursor: pointer;
    color: var(--white-color);
    font-size: 20px;
    font-weight: 400;
    transition: .3s all ease
}

.wrap-404 .links404 a:hover, .wrap-404 .links404 a:active, .wrap-404 .links404 a:focus {
    color: var(--primary-color)
}

.pagination-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.pagination-wrap.center {
    justify-content: center
}

.pagination-wrap.left {
    justify-content: flex-start
}

.pagination-wrap.right {
    justify-content: flex-end
}

.differ-pagination {
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 40px -5px
}

.differ-pagination li {
    height: 35px;
    line-height: 35px;
    min-width: 35px;
    width: auto;
    display: block;
    font-weight: 300;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 8px
}

.differ-pagination li a {
    width: 100%;
    height: 100%;
    display: block;
    color: var(--black-color);
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    padding: 0 5px;
    transition: .2s all ease;
    border: 1px solid #edeef0
}

.differ-pagination li a:hover, .differ-pagination li a:active, .differ-pagination li a:focus {
    text-decoration: none;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: var(--white-color)
}

.differ-pagination li a.current {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: var(--white-color)
}

.differ-pagination li span {
    width: 100%;
    height: 100%;
    display: block;
    color: var(--black-color);
    font-size: 18px;
    text-align: center;
    cursor: default;
    text-decoration: none;
    padding: 0 5px;
    transition: .2s all ease;
    border: 1px solid #edeef0
}

.differ-pagination li span:hover, .differ-pagination li span:active, .differ-pagination li span:focus {
    text-decoration: none;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: var(--white-color)
}

.differ-pagination li span.current {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: var(--white-color)
}

.page-content table {
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    width: auto
}

.page-content table th, .page-content table td {
    padding: 10px;
    border-collapse: collapse;
    border: 1px solid #ddd
}

.page-content blockquote {
    margin: 8px 0;
    padding: 0 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    background: #f3eeee
}

.page-content embed, .page-content iframe {
    max-width: 100%
}

.page-content b, .page-content strong {
    font-weight: 700
}

.page-content ul, .page-content ol {
    padding-left: 17px !important;
    margin: 10px 0
}

.page-content ul li, .page-content ol li {
    line-height: 2;
    display: list-item
}

@media (max-width: 480px) {
    .page-content ul li, .page-content ol li {
        line-height: 1.5
    }
}

.page-content ul {
    list-style: disc
}

.page-content ol {
    list-style: decimal
}

.page-content pre, .page-content code {
    margin: 0;
    font-size: 15px;
    padding: 4px 10px;
    background: #ddd;
    display: inline-block;
    overflow-x: auto;
    line-height: 1.4
}

.default-content embed, .default-content iframe {
    max-width: 100%
}

.default-content blockquote {
    margin: 8px 0;
    padding: 0 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    background: #f3eeee
}

.default-content img {
    max-width: 100%;
    height: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    display: inline
}

.default-content b, .default-content strong {
    font-weight: 700
}

.default-content i, .default-content em {
    font-style: italic
}

.default-content ul, .default-content ol {
    padding-left: 17px !important;
    margin: 10px 0
}

.default-content ul li, .default-content ol li {
    line-height: 2;
    display: list-item
}

@media (max-width: 480px) {
    .default-content ul li, .default-content ol li {
        line-height: 1.5
    }
}

.default-content ul {
    list-style: disc
}

.default-content ol {
    list-style: decimal
}

.default-content a {
    text-decoration: underline;
    line-height: 1.4;
    color: var(--primary-color)
}

.default-content pre, .default-content code {
    margin: 0;
    font-size: 15px;
    padding: 4px 10px;
    background: #ddd;
    display: inline-block;
    overflow-x: auto;
    line-height: 1.4
}

.default-content del {
    text-decoration: line-through
}

.default-content ins {
    text-decoration: underline
}

.default-content table {
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    width: auto
}

.default-content table th, .default-content table td {
    padding: 10px;
    border-collapse: collapse;
    border: 1px solid #ddd
}

.post-gallery {
    overflow: hidden;
    position: relative;
    cursor: move
}

.post-gallery .prev, .post-gallery .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, .7);
    color: var(--black-color);
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    transition: .3s
}

.post-gallery:hover .prev, .post-gallery:hover .next {
    opacity: 1
}

.post-gallery .next {
    right: 0
}

.post-gallery .left {
    left: 0
}

.post-gallery .slick-dots {
    position: absolute;
    bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    margin: auto;
    list-style-type: none
}

.post-gallery .slick-dots li {
    width: 10px;
    height: 10px;
    background: var(--white-color);
    opacity: .7;
    margin: 5px;
    cursor: pointer;
    border-radius: 50%
}

.post-gallery .slick-dots li.slick-active {
    opacity: 1
}

.post-gallery .slick-dots li button {
    display: none
}

.loader-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    min-width: 100vw;
    background: var(--preloader-bg);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1
}

.patheon-preloader1 {
    width: 100px;
    height: 100px;
    perspective: 780px
}

.patheon-preloader1 .cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.patheon-preloader1 .cssload-inner.cssload-one {
    left: 0;
    top: 0;
    animation: cssload-rotate-one 1.15s linear infinite;
    -o-animation: cssload-rotate-one 1.15s linear infinite;
    -ms-animation: cssload-rotate-one 1.15s linear infinite;
    -webkit-animation: cssload-rotate-one 1.15s linear infinite;
    -moz-animation: cssload-rotate-one 1.15s linear infinite;
    border-bottom: 3px solid var(--preloader-line1)
}

.patheon-preloader1 .cssload-inner.cssload-two {
    right: 0;
    top: 0;
    animation: cssload-rotate-two 1.15s linear infinite;
    -o-animation: cssload-rotate-two 1.15s linear infinite;
    -ms-animation: cssload-rotate-two 1.15s linear infinite;
    -webkit-animation: cssload-rotate-two 1.15s linear infinite;
    -moz-animation: cssload-rotate-two 1.15s linear infinite;
    border-right: 3px solid var(--preloader-line2)
}

.patheon-preloader1 .cssload-inner.cssload-three {
    right: 0;
    bottom: 0;
    animation: cssload-rotate-three 1.15s linear infinite;
    -o-animation: cssload-rotate-three 1.15s linear infinite;
    -ms-animation: cssload-rotate-three 1.15s linear infinite;
    -webkit-animation: cssload-rotate-three 1.15s linear infinite;
    -moz-animation: cssload-rotate-three 1.15s linear infinite;
    border-top: 3px solid var(--preloader-line3)
}

@keyframes cssload-rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg)
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
    }
}

@keyframes cssload-rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg)
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
    }
}

@keyframes cssload-rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg)
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
    }
}

.patheon-preloader2 .spin-loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--preloader-line1);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.patheon-preloader2 .spin-loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--preloader-line2);
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

.patheon-preloader2 .spin-loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--preloader-line3);
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.patheon-preloader3 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 10px;
    background: var(--preloader-line1);
    border-radius: 5px;
    -webkit-animation: load 1.8s ease-in-out infinite;
    animation: load 1.8s ease-in-out infinite
}

.patheon-preloader3:before, .patheon-preloader3:after {
    position: absolute;
    display: block;
    content: "";
    -webkit-animation: load 1.8s ease-in-out infinite;
    animation: load 1.8s ease-in-out infinite;
    height: 10px;
    border-radius: 5px
}

.patheon-preloader3:before {
    top: -20px;
    left: 10px;
    width: 40px;
    background: var(--preloader-line2)
}

.patheon-preloader3:after {
    bottom: -20px;
    width: 35px;
    background: var(--preloader-line3)
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px)
    }
    50% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    100% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px)
    }
}

@keyframes load {
    0% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px)
    }
    50% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    100% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px)
    }
}

.differ-preloader4 .sk-rotating-plane {
    width: 5em;
    height: 5em;
    margin: auto;
    background-color: var(--preloader-line1);
    animation: sk-rotating-plane 1.2s infinite ease-in-out
}

@keyframes sk-rotating-plane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.differ-preloader5 .sk-double-bounce {
    width: 5em;
    height: 5em;
    position: relative;
    margin: auto
}

.differ-preloader5 .sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--preloader-line1);
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-double-bounce 2s infinite ease-in-out
}

.differ-preloader5 .sk-double-bounce .sk-double-bounce-2 {
    animation-delay: -1s
}

@keyframes sk-double-bounce {
    0%, 100% {
        transform: scale(0)
    }
    50% {
        transform: scale(1)
    }
}

.differ-preloader6 .sk-wave {
    width: 7.5em;
    height: 5em;
    margin: auto;
    text-align: center;
    font-size: 1em
}

.differ-preloader6 .sk-wave .sk-rect {
    background-color: var(--preloader-line1);
    height: 100%;
    width: .5em;
    display: inline-block;
    animation: sk-wave-stretch-delay 1.2s infinite ease-in-out
}

.differ-preloader6 .sk-wave .sk-rect-1 {
    animation-delay: -1.2s
}

.differ-preloader6 .sk-wave .sk-rect-2 {
    animation-delay: -1.1s
}

.differ-preloader6 .sk-wave .sk-rect-3 {
    animation-delay: -1s
}

.differ-preloader6 .sk-wave .sk-rect-4 {
    animation-delay: -.9s
}

.differ-preloader6 .sk-wave .sk-rect-5 {
    animation-delay: -.8s
}

@keyframes sk-wave-stretch-delay {
    0%, 40%, 100% {
        transform: scaleY(.4)
    }
    20% {
        transform: scaleY(1)
    }
}

.differ-preloader7 .sk-wandering-cubes {
    width: 4em;
    height: 4em;
    position: relative;
    margin: auto
}

.differ-preloader7 .sk-wandering-cubes .sk-cube {
    background-color: var(--preloader-line1);
    width: 1em;
    height: 1em;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-wandering-cubes 1.8s ease-in-out -1.8s infinite both
}

.differ-preloader7 .sk-wandering-cubes .sk-cube-2 {
    animation-delay: -.9s
}

@keyframes sk-wandering-cubes {
    0% {
        transform: rotate(0deg)
    }
    25% {
        transform: translateX(2em) rotate(-90deg) scale(.5)
    }
    50% {
        transform: translateX(2em) translateY(2em) rotate(-179deg)
    }
    50.1% {
        transform: translateX(2em) translateY(2em) rotate(-180deg)
    }
    75% {
        transform: translateX(0) translateY(2em) rotate(-270deg) scale(.5)
    }
    100% {
        transform: rotate(-360deg)
    }
}

.differ-preloader8 .sk-three-bounce {
    width: 8em;
    margin: auto;
    text-align: center
}

.differ-preloader8 .sk-three-bounce .sk-child {
    width: 2em;
    height: 2em;
    background-color: var(--preloader-line1);
    border-radius: 100%;
    display: inline-block;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both
}

.differ-preloader8 .sk-three-bounce .sk-bounce-1 {
    animation-delay: -.32s
}

.differ-preloader8 .sk-three-bounce .sk-bounce-2 {
    animation-delay: -.16s
}

@keyframes sk-three-bounce {
    0%, 80%, 100% {
        transform: scale(0)
    }
    40% {
        transform: scale(1)
    }
}

.differ-preloader9 .sk-circle-bounce {
    width: 4em;
    height: 4em;
    position: relative;
    margin: auto
}

.differ-preloader9 .sk-circle-bounce .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.differ-preloader9 .sk-circle-bounce .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: var(--preloader-line1);
    border-radius: 100%;
    animation: sk-circle-bounce-delay 1.2s infinite ease-in-out both
}

.differ-preloader9 .sk-circle-bounce .sk-circle-2 {
    transform: rotate(30deg)
}

.differ-preloader9 .sk-circle-bounce .sk-circle-3 {
    transform: rotate(60deg)
}

.differ-preloader9 .sk-circle-bounce .sk-circle-4 {
    transform: rotate(90deg)
}

.differ-preloader9 .sk-circle-bounce .sk-circle-5 {
    transform: rotate(120deg)
}

.differ-preloader9 .sk-circle-bounce .sk-circle-6 {
    transform: rotate(150deg)
}

.differ-preloader9 .sk-circle-bounce .sk-circle-7 {
    transform: rotate(180deg)
}

.differ-preloader9 .sk-circle-bounce .sk-circle-8 {
    transform: rotate(210deg)
}

.differ-preloader9 .sk-circle-bounce .sk-circle-9 {
    transform: rotate(240deg)
}

.differ-preloader9 .sk-circle-bounce .sk-circle-10 {
    transform: rotate(270deg)
}

.differ-preloader9 .sk-circle-bounce .sk-circle-11 {
    transform: rotate(300deg)
}

.differ-preloader9 .sk-circle-bounce .sk-circle-12 {
    transform: rotate(330deg)
}

.differ-preloader9 .sk-circle-bounce .sk-circle-2:before {
    animation-delay: -1.1s
}

.differ-preloader9 .sk-circle-bounce .sk-circle-3:before {
    animation-delay: -1s
}

.differ-preloader9 .sk-circle-bounce .sk-circle-4:before {
    animation-delay: -.9s
}

.differ-preloader9 .sk-circle-bounce .sk-circle-5:before {
    animation-delay: -.8s
}

.differ-preloader9 .sk-circle-bounce .sk-circle-6:before {
    animation-delay: -.7s
}

.differ-preloader9 .sk-circle-bounce .sk-circle-7:before {
    animation-delay: -.6s
}

.differ-preloader9 .sk-circle-bounce .sk-circle-8:before {
    animation-delay: -.5s
}

.differ-preloader9 .sk-circle-bounce .sk-circle-9:before {
    animation-delay: -.4s
}

.differ-preloader9 .sk-circle-bounce .sk-circle-10:before {
    animation-delay: -.3s
}

.differ-preloader9 .sk-circle-bounce .sk-circle-11:before {
    animation-delay: -.2s
}

.differ-preloader9 .sk-circle-bounce .sk-circle-12:before {
    animation-delay: -.1s
}

@keyframes sk-circle-bounce-delay {
    0%, 80%, 100% {
        transform: scale(0)
    }
    40% {
        transform: scale(1)
    }
}

.differ-preloader10 .sk-cube-grid {
    width: 4em;
    height: 4em;
    margin: auto
}

.differ-preloader10 .sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: var(--preloader-line1);
    float: left;
    animation: sk-cube-grid-scale-delay 1.3s infinite ease-in-out
}

.differ-preloader10 .sk-cube-grid .sk-cube-1 {
    animation-delay: .2s
}

.differ-preloader10 .sk-cube-grid .sk-cube-2 {
    animation-delay: .3s
}

.differ-preloader10 .sk-cube-grid .sk-cube-3 {
    animation-delay: .4s
}

.differ-preloader10 .sk-cube-grid .sk-cube-4 {
    animation-delay: .1s
}

.differ-preloader10 .sk-cube-grid .sk-cube-5 {
    animation-delay: .2s
}

.differ-preloader10 .sk-cube-grid .sk-cube-6 {
    animation-delay: .3s
}

.differ-preloader10 .sk-cube-grid .sk-cube-7 {
    animation-delay: 0s
}

.differ-preloader10 .sk-cube-grid .sk-cube-8 {
    animation-delay: .1s
}

.differ-preloader10 .sk-cube-grid .sk-cube-9 {
    animation-delay: .2s
}

@keyframes sk-cube-grid-scale-delay {
    0%, 70%, 100% {
        transform: scale3D(1, 1, 1)
    }
    35% {
        transform: scale3D(0, 0, 1)
    }
}

.differ-preloader11 .sk-folding-cube {
    width: 4em;
    height: 4em;
    position: relative;
    margin: auto;
    transform: rotateZ(45deg)
}

.differ-preloader11 .sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1)
}

.differ-preloader11 .sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--preloader-line1);
    animation: sk-folding-cube-angle 2.4s infinite linear both;
    transform-origin: 100% 100%
}

.differ-preloader11 .sk-folding-cube .sk-cube-2 {
    transform: scale(1.1) rotateZ(90deg)
}

.differ-preloader11 .sk-folding-cube .sk-cube-3 {
    transform: scale(1.1) rotateZ(180deg)
}

.differ-preloader11 .sk-folding-cube .sk-cube-4 {
    transform: scale(1.1) rotateZ(270deg)
}

.differ-preloader11 .sk-folding-cube .sk-cube-2:before {
    animation-delay: .3s
}

.differ-preloader11 .sk-folding-cube .sk-cube-3:before {
    animation-delay: .6s
}

.differ-preloader11 .sk-folding-cube .sk-cube-4:before {
    animation-delay: .9s
}

@keyframes sk-folding-cube-angle {
    0%, 10% {
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%, 75% {
        transform: perspective(140px) rotateX(0deg);
        opacity: 1
    }
    90%, 100% {
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

.differ-preloader12 {
    -webkit-filter: url(http://orkestragruplari.com/wp-content/cache/autoptimize/css/#goo);
    filter: url(http://orkestragruplari.com/wp-content/cache/autoptimize/css/#goo)
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
    10% {
        -webkit-transform: translateX(0) translateY(-350%);
        transform: translateX(0) translateY(-350%)
    }
    15% {
        -webkit-transform: translateX(0) translateY(-400%);
        transform: translateX(0) translateY(-400%)
    }
    17% {
        -webkit-transform: translateX(0) translateY(-400%);
        transform: translateX(0) translateY(-400%)
    }
    20% {
        -webkit-transform: translateX(0) translateY(-350%);
        transform: translateX(0) translateY(-350%)
    }
    23% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@keyframes move {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
    10% {
        -webkit-transform: translateX(0) translateY(-350%);
        transform: translateX(0) translateY(-350%)
    }
    15% {
        -webkit-transform: translateX(0) translateY(-400%);
        transform: translateX(0) translateY(-400%)
    }
    17% {
        -webkit-transform: translateX(0) translateY(-400%);
        transform: translateX(0) translateY(-400%)
    }
    20% {
        -webkit-transform: translateX(0) translateY(-350%);
        transform: translateX(0) translateY(-350%)
    }
    23% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@-webkit-keyframes move2 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
    10% {
        -webkit-transform: translateX(0) translateY(-370%);
        transform: translateX(0) translateY(-370%)
    }
    15% {
        -webkit-transform: translateX(0) translateY(-530%);
        transform: translateX(0) translateY(-530%)
    }
    17% {
        -webkit-transform: translateX(0) translateY(-530%);
        transform: translateX(0) translateY(-530%)
    }
    20% {
        -webkit-transform: translateX(0) translateY(-450%);
        transform: translateX(0) translateY(-450%)
    }
    23% {
        -webkit-transform: translateX(0) translateY(-150%);
        transform: translateX(0) translateY(-150%)
    }
    26% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@keyframes move2 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
    10% {
        -webkit-transform: translateX(0) translateY(-370%);
        transform: translateX(0) translateY(-370%)
    }
    15% {
        -webkit-transform: translateX(0) translateY(-530%);
        transform: translateX(0) translateY(-530%)
    }
    17% {
        -webkit-transform: translateX(0) translateY(-530%);
        transform: translateX(0) translateY(-530%)
    }
    20% {
        -webkit-transform: translateX(0) translateY(-450%);
        transform: translateX(0) translateY(-450%)
    }
    23% {
        -webkit-transform: translateX(0) translateY(-150%);
        transform: translateX(0) translateY(-150%)
    }
    26% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

.differ-preloader12 .spinner {
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.differ-preloader12 .spinner:after {
    content: '';
    background: var(--preloader-line1);
    border-radius: 50%;
    height: 1.5rem;
    width: 1.5rem;
    position: absolute;
    top: 0;
    left: 0
}

.differ-preloader12 .spinner > .item {
    height: 1.5rem;
    width: 1.5rem;
    position: absolute;
    top: 0;
    left: 0
}

.differ-preloader12 .spinner > .item:nth-of-type(1) {
    -webkit-transform: translateX(-100%) translateY(0) rotate(-90deg);
    transform: translateX(-100%) translateY(0) rotate(-90deg)
}

.differ-preloader12 .spinner > .item:nth-of-type(2) {
    -webkit-transform: translateX(-70%) translateY(-70%) rotate(-45deg);
    transform: translateX(-70%) translateY(-70%) rotate(-45deg)
}

.differ-preloader12 .spinner > .item:nth-of-type(3) {
    -webkit-transform: translateX(0) translateY(-100%) rotate(0);
    transform: translateX(0) translateY(-100%) rotate(0)
}

.differ-preloader12 .spinner > .item:nth-of-type(4) {
    -webkit-transform: translateX(70%) translateY(-70%) rotate(45deg);
    transform: translateX(70%) translateY(-70%) rotate(45deg)
}

.differ-preloader12 .spinner > .item:nth-of-type(5) {
    -webkit-transform: translateX(100%) translateY(0) rotate(90deg);
    transform: translateX(100%) translateY(0) rotate(90deg)
}

.differ-preloader12 .spinner > .item:nth-of-type(6) {
    -webkit-transform: translateX(70%) translateY(70%) rotate(135deg);
    transform: translateX(70%) translateY(70%) rotate(135deg)
}

.differ-preloader12 .spinner > .item:nth-of-type(7) {
    -webkit-transform: translateX(0) translateY(100%) rotate(180deg);
    transform: translateX(0) translateY(100%) rotate(180deg)
}

.differ-preloader12 .spinner > .item:nth-of-type(8) {
    -webkit-transform: translateX(-70%) translateY(70%) rotate(-135deg);
    transform: translateX(-70%) translateY(70%) rotate(-135deg)
}

.differ-preloader12 .spinner > .item:nth-of-type(1):after {
    -webkit-animation-delay: 0;
    animation-delay: 0
}

.differ-preloader12 .spinner > .item:nth-of-type(2):after {
    -webkit-animation-delay: .375s;
    animation-delay: .375s
}

.differ-preloader12 .spinner > .item:nth-of-type(3):after {
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

.differ-preloader12 .spinner > .item:nth-of-type(4):after {
    -webkit-animation-delay: 1.125s;
    animation-delay: 1.125s
}

.differ-preloader12 .spinner > .item:nth-of-type(5):after {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.differ-preloader12 .spinner > .item:nth-of-type(6):after {
    -webkit-animation-delay: 1.875s;
    animation-delay: 1.875s
}

.differ-preloader12 .spinner > .item:nth-of-type(7):after {
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s
}

.differ-preloader12 .spinner > .item:nth-of-type(8):after {
    -webkit-animation-delay: 2.625s;
    animation-delay: 2.625s
}

.differ-preloader12 .spinner > .item:nth-of-type(1):before {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms
}

.differ-preloader12 .spinner > .item:nth-of-type(2):before {
    -webkit-animation-delay: .375s;
    animation-delay: .375s
}

.differ-preloader12 .spinner > .item:nth-of-type(3):before {
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

.differ-preloader12 .spinner > .item:nth-of-type(4):before {
    -webkit-animation-delay: 1.125s;
    animation-delay: 1.125s
}

.differ-preloader12 .spinner > .item:nth-of-type(5):before {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.differ-preloader12 .spinner > .item:nth-of-type(6):before {
    -webkit-animation-delay: 1.875s;
    animation-delay: 1.875s
}

.differ-preloader12 .spinner > .item:nth-of-type(7):before {
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s
}

.differ-preloader12 .spinner > .item:nth-of-type(8):before {
    -webkit-animation-delay: 2.625s;
    animation-delay: 2.625s
}

.differ-preloader12 .spinner > .item:after {
    content: '';
    background: var(--preloader-line1);
    height: .8rem;
    width: .8rem;
    position: absolute;
    top: .6rem;
    left: .6rem;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    border-radius: 50%;
    -webkit-animation: move 3s linear infinite;
    animation: move 3s linear infinite
}

.differ-preloader12 .spinner > .item:before {
    content: '';
    background: var(--preloader-line1);
    height: .6rem;
    width: .6rem;
    position: absolute;
    top: .45rem;
    left: .45rem;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    border-radius: 50%;
    -webkit-animation: move2 3s linear infinite;
    animation: move2 3s linear infinite
}

.differ-preloader13 .spinner {
    width: 80px;
    height: 80px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid var(--preloader-line1);
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin 1s infinite linear
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes loader {
    0%, 10%, 100% {
        width: 80px;
        height: 80px
    }
    65% {
        width: 150px;
        height: 150px
    }
}

@keyframes loaderBlock {
    0%, 30% {
        transform: rotate(0)
    }
    55% {
        background-color: var(--preloader-line1)
    }
    100% {
        transform: rotate(90deg)
    }
}

@keyframes loaderBlockInverse {
    0%, 20% {
        transform: rotate(0)
    }
    55% {
        background-color: var(--preloader-line2)
    }
    100% {
        transform: rotate(-90deg)
    }
}

.differ-preloader14 .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    animation: loader 1.2s infinite ease-in-out
}

.differ-preloader14 .loader span {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background-color: var(--preloader-line3);
    animation: loaderBlock 1.2s infinite ease-in-out both
}

.differ-preloader14 .loader span:nth-child(1) {
    top: 0;
    left: 0
}

.differ-preloader14 .loader span:nth-child(2) {
    top: 0;
    right: 0;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both
}

.differ-preloader14 .loader span:nth-child(3) {
    bottom: 0;
    left: 0;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both
}

.differ-preloader14 .loader span:nth-child(4) {
    bottom: 0;
    right: 0
}

.differ-preloader15 .loader {
    filter: url(http://orkestragruplari.com/wp-content/cache/autoptimize/css/#goo);
    position: relative;
    width: 500px;
    height: 100px
}

@media (max-width: 768px) {
    .differ-preloader15 .loader {
        transform: scale(.6)
    }
}

.differ-preloader15 .loader:after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--preloader-line1);
    margin: 0 auto;
    position: absolute;
    top: 25px;
    left: 225px;
    animation: scale 2.5s ease-in-out infinite
}

.differ-preloader15 .loader div {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--preloader-line1);
    top: 35px;
    left: 235px;
    animation: move 2.5s ease-in-out infinite alternate
}

.differ-preloader15 .loader div:after, .differ-preloader15 .loader div:before {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--preloader-line1)
}

.differ-preloader15 .loader div:before {
    left: -75px
}

.differ-preloader15 .loader div:after {
    left: 75px
}

@keyframes move {
    0% {
        transform: translateX(-150px)
    }
    100% {
        transform: translateX(150px)
    }
}

@keyframes scale {
    10% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.25)
    }
    90% {
        transform: scale(1)
    }
}

.differ-preloader15 svg {
    position: absolute;
    z-index: -100;
    pointer-events: none
}

.differ-preloader16 {
    position: relative
}

.differ-preloader16 .preloader--spinner {
    top: 50%;
    width: 60px;
    height: 60px;
    margin: -30px auto 0
}

.differ-preloader16 .preloader--spinner:after, .differ-preloader16 .preloader--spinner:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border: 4px solid var(--preloader-line1);
    border-right-width: 0;
    border-top-color: transparent !important;
    border-radius: 50px;
    -webkit-animation: preloaderAnimate1 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: preloaderAnimate1 1s cubic-bezier(.42, .61, .58, .41) infinite
}

.differ-preloader16 .preloader--spinner:after {
    width: 40px;
    height: 40px;
    margin: 10px;
    -webkit-animation: preloaderAnimate2 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: preloaderAnimate2 1s cubic-bezier(.42, .61, .58, .41) infinite
}

@-webkit-keyframes preloaderAnimate1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes preloaderAnimate1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes preloaderAnimate2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes preloaderAnimate2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@media (min-width: 992px) {
    .nav {
        top: auto;
        padding: 15px 0;
        width: 100%;
        position: absolute;
        transition: .4s all ease;
        left: 0;
        right: 0;
        z-index: 200
    }

    .nav.fixed, .nav[data-desktop-type=fixed_fill] {
        padding: 5px 0;
        background: var(--nav-fill-bg);
        position: fixed
    }

    .nav[data-desktop-type=static_fill] {
        padding: 5px 0;
        background: var(--nav-fill-bg)
    }

    .nav[data-desktop-type=fixed_on_scroll] {
        background: 0 0
    }

    .nav[data-desktop-type=fixed_on_scroll].fixed {
        background: var(--nav-fill-bg)
    }

    .nav[data-desktop-type=static_transparent] {
        background-color: transparent
    }

    .menu-flex {
        height: var(--desktop_nav-height);
        width: 100%;
        display: flex;
        justify-content: space-between
    }

    .menu-flex .logo {
        font-family: var(--logo-font);
        font-size: var(--logo-font-size) px;
        display: flex;
        align-content: center;
        justify-content: flex-start;
        text-decoration: none
    }

    .menu-flex .logo img {
        height: var(--logo-height);
        width: auto;
        margin-right: 10px;
        max-height: 90%;
        object-fit: contain
    }

    .menu-flex .logo a {
        font-family: var(--logo-font);
        text-decoration: none;
        font-size: var(--logo-font-size);
        color: var(--logo-color);
        font-weight: var(--logo-font-weight);
        line-height: var(--logo-font-size);
        display: flex;
        align-items: center;
        transition: .3s all ease
    }

    .menu-flex .logo a:hover {
        color: var(--logo-hover-color)
    }

    .menu-flex .menu {
        margin: 0;
        padding: 0;
        display: flex;
        height: 100%;
        align-items: center;
        list-style-type: none
    }

    .menu-flex .menu > li {
        list-style-type: none;
        position: relative;
        margin-left: 12px;
        padding-bottom: 20px;
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px
    }

    .menu-flex .menu > li > a {
        cursor: pointer;
        font-family: var(--desktop-nav-link-font);
        color: var(--desktop-nav-link-color);
        font-size: var(--desktop-nav-link-fz);
        transition: .3s all ease;
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        line-height: 1;
        padding: 0
    }

    .menu-flex .menu > li > a:before {
        left: 0;
        width: 0;
        display: block;
        content: "";
        background: var(--desktop-nav-link-hover-color);
        height: 1px;
        position: absolute;
        transition: .2s all ease;
        bottom: -4px
    }

    .menu-flex .menu > li > a:hover:before {
        width: 100%
    }

    .menu-flex .menu > li > a:hover {
        color: var(--desktop-nav-link-hover-color)
    }

    .menu-flex .menu > .menu-item-has-children {
        position: relative
    }

    .menu-flex .menu > .menu-item-has-children > a:after {
        content: '\e805';
        font-family: "fontello";
        font-style: normal;
        font-weight: 400;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: inherit;
        color: inherit;
        margin-left: 5px
    }

    .menu-flex .menu > .menu-item-has-children .sub-menu-wrapper {
        position: absolute;
        visibility: hidden;
        pointer-events: none;
        opacity: 0;
        top: 150%;
        transition: .3s all ease;
        width: 180px;
        right: 0;
        transform: translateY(-10px);
        padding-top: 10px
    }

    .menu-flex .menu > .menu-item-has-children .sub-menu {
        list-style-type: none;
        margin: 0;
        padding: 10px 0;
        transition: .3s all ease;
        background: var(--desktop-sub-menu-bg)
    }

    .menu-flex .menu > .menu-item-has-children .sub-menu li {
        padding: 0;
        margin: 0;
        width: 100%;
        display: block
    }

    .menu-flex .menu > .menu-item-has-children .sub-menu li a {
        font-size: var(--sub-menu-link-fz);
        font-weight: 400;
        display: block;
        line-height: 1.5;
        font-family: var(--desktop-sub-menu-link-font);
        padding: 8px 15px;
        width: 100%;
        color: var(--desktop-sub-menu-link-color);
        text-decoration: none;
        position: relative;
        transition: .3s all ease
    }

    .menu-flex .menu > .menu-item-has-children .sub-menu li a:hover {
        color: var(--desktop-sub-menu-link-hover-color)
    }

    .menu-flex .menu > .menu-item-has-children .sub-menu li.menu-item-has-children {
        position: relative
    }

    .menu-flex .menu > .menu-item-has-children .sub-menu li.menu-item-has-children > a {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .menu-flex .menu > .menu-item-has-children .sub-menu li.menu-item-has-children > a:after {
        content: '\e805';
        font-family: "fontello";
        font-style: normal;
        font-weight: 400;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: inherit;
        color: inherit;
        margin-left: 5px
    }

    .menu-flex .menu > .menu-item-has-children .sub-menu .sub-menu-wrapper {
        top: 50%;
        transition: .3s all ease;
        right: 100%;
        padding: 0;
        transform: none
    }

    .menu-flex .menu .menu-item-has-children:hover > .sub-menu-wrapper {
        top: calc(100% + 8px);
        opacity: 1;
        pointer-events: all;
        visibility: visible
    }

    .menu-flex .menu .menu-item-has-children .menu-item-has-children:hover .sub-menu-wrapper {
        top: 0
    }

    .menu-flex .socials {
        display: flex;
        align-items: center;
        height: 100%
    }

    .menu-flex .socials a {
        margin: 9px;
        text-decoration: none;
        cursor: pointer;
        color: var(--desktop-nav-link-color);
        font-size: var(--desktop-nav-link-fz);
        transition: .3s all ease
    }

    .menu-flex .socials a:hover, .menu-flex .socials a:active {
        color: var(--desktop-nav-link-hover-color)
    }

    .menu-flex .menu-icon-wrap {
        display: none
    }
}

@media (max-width: 991px) {
    .nav {
        top: auto;
        width: 100%;
        position: absolute;
        transition: .4s all ease;
        left: 0;
        right: 0;
        z-index: 200;
        height: var(--mobile-nav-height);
        background: var(--mobile-nav-bg)
    }

    .nav.active {
        transition: .4s all ease;
        top: 0;
        z-index: 999999
    }

    .nav .container {
        padding: 0 25px;
        height: 100%;
        width: 100%;
        max-width: 100%
    }

    .nav.fixed, .nav[data-mobile-type=fixed] {
        position: fixed
    }

    .nav.fixed .menu-flex .menu-wrap, .nav[data-mobile-type=fixed] .menu-flex .menu-wrap {
        max-height: calc(100vh - 60px)
    }

    .nav.fixed .menu-flex .menu-wrap .menu, .nav[data-mobile-type=fixed] .menu-flex .menu-wrap .menu {
        height: 100%;
        max-height: calc(100vh - 60px);
        overflow-y: scroll !important;
        -webkit-overflow-scrolling: touch
    }

    .nav[data-mobile-type=statc] {
        position: absolute
    }

    .nav[data-mobile-type=statc] .menu-flex .menu-wrap {
        max-height: 100%;
        height: auto
    }

    .nav[data-mobile-type=statc] .menu-flex .menu-wrap .menu {
        height: auto;
        max-height: 100%
    }

    .nav[data-mobile-type=static_transparent] {
        background-color: transparent
    }

    .nav .menu-flex {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .nav .menu-flex .logo {
        font-family: var(--logo-font);
        font-size: var(--logo-font-size) px;
        display: flex;
        align-content: center;
        justify-content: flex-start;
        text-decoration: none
    }

    .nav .menu-flex .logo img {
        height: var(--logo-height);
        width: auto;
        margin-right: 10px;
        max-height: 90%
    }

    .nav .menu-flex .logo a {
        font-family: var(--logo-font);
        text-decoration: none;
        font-size: var(--logo-font-size);
        color: var(--logo-color);
        font-weight: var(--logo-font-weight);
        line-height: var(--logo-font-size);
        display: flex;
        align-items: center;
        transition: .2s all ease
    }

    .nav .menu-flex .logo a:hover {
        color: var(--logo-hover-color)
    }

    .nav .menu-flex .menu-wrap {
        display: none;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        background: var(--mobile-nav-menu-wrap-bg);
        top: 60px;
        height: auto
    }

    .nav .menu-flex .menu-wrap .menu {
        padding: 20px 0;
        margin: 0;
        width: 100%
    }

    .nav .menu-flex .menu-wrap .menu li {
        padding: 0;
        margin-left: 0;
        display: block;
        width: 100%;
        transition: .3s all ease
    }

    .nav .menu-flex .menu-wrap .menu li a {
        padding: 0 25px;
        transition: .3s all ease;
        width: 100%;
        height: 100%;
        display: block;
        line-height: var(--mobile-nav-link-line-height);
        font-size: var(--mobile-nav-link-font-size);
        color: var(--mobile-nav-link-color);
        font-family: var(--desktop-sub-menu-link-font);
        text-decoration: none
    }

    .nav .menu-flex .menu-wrap .menu li a:hover, .nav .menu-flex .menu-wrap .menu li a:active, .nav .menu-flex .menu-wrap .menu li a:focus {
        color: var(--mobile-nav-link-hover-color)
    }

    .nav .menu-flex .menu-wrap .menu li .sub-menu-wrapper {
        background: var(--mobile-nav-sub-menu-bg);
        display: none
    }

    .nav .menu-flex .menu-wrap .menu li .sub-menu-wrapper .sub-menu {
        padding: 0;
        margin: 0
    }

    .nav .menu-flex .menu-wrap .menu li .sub-menu-wrapper .sub-menu li a {
        padding: 0 35px
    }

    .nav .menu-flex .menu-wrap .menu li.menu-item-has-children {
        position: relative
    }

    .nav .menu-flex .menu-wrap .menu li.menu-item-has-children > a {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .nav .menu-flex .menu-wrap .menu li.menu-item-has-children > a:after {
        content: '\e801';
        font-family: "fontello";
        font-style: normal;
        font-weight: 400;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-left: 15px
    }

    .nav .menu-flex .socials {
        display: none
    }

    .nav .menu-flex .menu-icon-wrap {
        width: 30px;
        justify-content: center;
        align-items: center;
        display: flex;
        right: 15px;
        top: 15px;
        z-index: 200
    }

    .nav .menu-flex .menu-icon-wrap .menu-icon {
        display: block;
        width: 100%;
        cursor: pointer
    }

    .nav .menu-flex .menu-icon-wrap .menu-icon .line {
        width: 100%;
        height: 3px;
        background-color: #fff;
        display: block;
        margin: 5px auto;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .nav .menu-flex .menu-icon-wrap .menu-icon.active .line:nth-child(2) {
        opacity: 0
    }

    .nav .menu-flex .menu-icon-wrap .menu-icon.active .line:nth-child(1) {
        transform: translateY(8px) rotate(45deg)
    }

    .nav .menu-flex .menu-icon-wrap .menu-icon.active .line:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg)
    }
}

.footer .top {
    background-color: #191919;
    padding-top: 35px;
    color: var(--white-color)
}

.footer .top .sidebar-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: var(--white-color)
}

@media (max-width: 991px) {
    .footer .top .sidebar-flex {
        flex-direction: column
    }
}

.footer .top .sidebar-flex .footer-sidebar .widget {
    max-width: 320px;
    margin-bottom: 35px;
    color: var(--white-color)
}

.footer .top .sidebar-flex .footer-sidebar .widget .widget-contact-info {
    font-size: 16px
}

.footer .top .sidebar-flex .footer-sidebar .widget .widget-contact-info p {
    margin-bottom: 12px;
    line-height: 2;
    color: var(--white-color)
}

.footer .top .sidebar-flex .footer-sidebar .widget .widget-contact-info a {
    color: var(--white-color);
    text-decoration: none
}

.footer .top .sidebar-flex .footer-sidebar .widget .widget-contact-info .fa, .footer .top .sidebar-flex .footer-sidebar .widget .widget-contact-info .fab, .footer .top .sidebar-flex .footer-sidebar .widget .widget-contact-info .far, .footer .top .sidebar-flex .footer-sidebar .widget .widget-contact-info .fal, .footer .top .sidebar-flex .footer-sidebar .widget .widget-contact-info .icon, .footer .top .sidebar-flex .footer-sidebar .widget .widget-contact-info .fas {
    color: var(--primary-color);
    text-align: center;
    margin-right: 8px;
    width: 20px
}

.footer .top .sidebar-flex .footer-sidebar .widget p {
    color: inherit
}

@media (max-width: 991px) {
    .footer .top .sidebar-flex .footer-sidebar .widget {
        max-width: 100%
    }
}

.footer .top .sidebar-flex .footer-sidebar .widget .widget_title {
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--white-color)
}

.footer .top .sidebar-flex .footer-sidebar .widget .widget_title a {
    text-decoration: none;
    color: var(--white-color);
    display: inline-block
}

.footer .top .sidebar-flex .footer-sidebar .widget ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.footer .top .sidebar-flex .footer-sidebar .widget ul li {
    line-height: 1.4;
    color: var(--white-color)
}

.footer .top .sidebar-flex .footer-sidebar .widget ul li a {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--white-color);
    text-decoration: none;
    transition: .3s all ease
}

.footer .top .sidebar-flex .footer-sidebar .widget ul li a:hover {
    text-decoration: underline
}

.footer .top .sidebar-flex .footer-sidebar .widget img {
    max-width: 100%;
    display: block;
    height: auto
}

.footer .top .sidebar-flex .footer-sidebar .widget select {
    max-width: 100%;
    display: block;
    margin-bottom: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 25px;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.footer .top .sidebar-flex .footer-sidebar .widget select:hover {
    outline: none
}

.footer .top .sidebar-flex .footer-sidebar .widget.widget_tag_cloud .tagcloud {
    display: flex;
    flex-wrap: wrap
}

.footer .top .sidebar-flex .footer-sidebar .widget.widget_tag_cloud .tagcloud a {
    background-color: transparent;
    display: block;
    padding: 0 18px;
    height: 38px;
    min-height: 38px;
    line-height: 38px;
    overflow: hidden;
    font-size: 14px !important;
    text-align: center;
    color: var(--white-color) !important;
    border: 1px solid var(--primary-color);
    z-index: 1;
    position: relative;
    transition: .4s all;
    margin-bottom: 6px;
    margin-right: 6px;
    text-decoration: none !important
}

.footer .top .sidebar-flex .footer-sidebar .widget.widget_tag_cloud .tagcloud a:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 120%;
    left: 0;
    top: 0;
    background: var(--primary-color);
    z-index: -1;
    transition: .5s all;
    opacity: .3
}

.footer .top .sidebar-flex .footer-sidebar .widget.widget_tag_cloud .tagcloud a:hover {
    background: var(--primary-color)
}

.footer .top .sidebar-flex .footer-sidebar .widget.widget_tag_cloud .tagcloud a:hover:before {
    background: var(--primary-color);
    color: var(--white-color) !important;
    text-decoration: none;
    width: 100%;
    opacity: 1
}

.footer .top .sidebar-flex .footer-sidebar .widget.widget_calendar table {
    margin-left: -8px
}

.footer .top .sidebar-flex .footer-sidebar .widget.widget_calendar table caption {
    text-align: left !important;
    padding-left: 8px !important;
    padding-bottom: 5px !important
}

.footer .top .sidebar-flex .footer-sidebar .widget.widget_calendar table th, .footer .top .sidebar-flex .footer-sidebar .widget.widget_calendar table td {
    padding: 8px;
    text-align: center
}

.footer .top .sidebar-flex .footer-sidebar .widget.widget_calendar table a {
    text-decoration: none;
    color: var(--primary-color);
    transition: .3s all ease
}

.footer .top .sidebar-flex .footer-sidebar .widget.widget_calendar table a:hover {
    text-decoration: underline
}

.footer .top .sidebar-flex .footer-sidebar .widget.widget_rss ul li {
    display: block;
    margin-bottom: 30px
}

.footer .top .sidebar-flex .footer-sidebar .widget.widget_rss ul li a {
    margin-bottom: 6px
}

.footer .top .sidebar-flex .footer-sidebar .widget.widget_rss ul li .rssSummary {
    line-height: 1.4
}

.footer .top .sidebar-flex .footer-sidebar .widget.widget_rss ul li .rss-date {
    font-size: 12px;
    color: #ddd;
    margin-bottom: 10px;
    display: block
}

.footer .top .sidebar-flex .footer-sidebar .widget.widget_rss ul li cite {
    font-size: 13px;
    padding-top: 5px
}

.footer .top .sidebar-flex .footer-sidebar .widget.widget_search .search {
    display: flex;
    align-items: center;
    max-width: 100%;
    width: 100%
}

.footer .top .sidebar-flex .footer-sidebar .widget.widget_search .search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid var(--white-color);
    padding: 0 10px;
    font-size: 14px;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    -webkit-appearance: none
}

.footer .top .sidebar-flex .footer-sidebar .widget.widget_search .search button[type=submit] {
    border-radius: 0;
    background: var(--primary-color);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border: none
}

.footer .top .sidebar-flex .footer-sidebar .widget.differ_latest_posts_widget ul li {
    display: flex;
    margin-bottom: 15px
}

.footer .top .sidebar-flex .footer-sidebar .widget.differ_latest_posts_widget ul li a {
    margin: 0
}

.footer .top .sidebar-flex .footer-sidebar .widget.differ_latest_posts_widget ul li img {
    min-width: 63px;
    width: 63px;
    display: block;
    height: 63px;
    object-fit: cover;
    margin-right: 15px
}

.footer .top .sidebar-flex .footer-sidebar .widget.differ_latest_posts_widget ul li .widget-posts-descr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto
}

.footer .top .sidebar-flex .footer-sidebar .widget.differ_latest_posts_widget ul li .widget-posts-descr .title {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    display: block;
    border: 0;
    text-decoration: none;
    margin-top: 0;
    font-family: var(--primary-font)
}

.footer .top .sidebar-flex .footer-sidebar .widget.differ_latest_posts_widget ul li .widget-posts-descr .date {
    font-size: 14px;
    color: #ddd;
    margin-top: 5px;
    display: block
}

@media (min-width: 992px) {
    .footer .top .sidebar-flex .footer-sidebar .widget.differ_instagram_widget {
        max-width: 320px
    }
}

.footer .top .sidebar-flex .footer-sidebar .widget.differ_instagram_widget ul {
    margin: 0 -5px;
    display: flex;
    list-style-type: none;
    flex-wrap: wrap
}

.footer .top .sidebar-flex .footer-sidebar .widget.differ_instagram_widget ul li {
    display: block;
    padding: 5px;
    width: 33.3%
}

.footer .top .sidebar-flex .footer-sidebar .widget.differ_instagram_widget ul li a {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.footer .top .sidebar-flex .footer-sidebar .widget.differ_instagram_widget ul li a img {
    max-width: 100%;
    min-width: 100%;
    height: auto;
    display: block;
    object-fit: contain
}

.footer .top .sidebar-flex .footer-sidebar .widget.differ_instagram_widget ul li a video {
    max-width: 100%;
    height: auto;
    display: block;
    min-height: 60px
}

.footer .top .sidebar-flex .footer-sidebar .widget.differ_instagram_widget ul li a .hover {
    background: rgba(0, 0, 0, .75);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    transition: .3s all ease;
    opacity: 0;
    text-align: center
}

.footer .top .sidebar-flex .footer-sidebar .widget.differ_instagram_widget ul li a .hover i, .footer .top .sidebar-flex .footer-sidebar .widget.differ_instagram_widget ul li a .hover .fa, .footer .top .sidebar-flex .footer-sidebar .widget.differ_instagram_widget ul li a .hover .fab {
    transition: .35s all ease;
    transform: scale(.7);
    opacity: .30
}

.footer .top .sidebar-flex .footer-sidebar .widget.differ_instagram_widget ul li a:hover .hover {
    opacity: 1
}

.footer .top .sidebar-flex .footer-sidebar .widget.differ_instagram_widget ul li a:hover .hover i, .footer .top .sidebar-flex .footer-sidebar .widget.differ_instagram_widget ul li a:hover .hover .fa, .footer .top .sidebar-flex .footer-sidebar .widget.differ_instagram_widget ul li a:hover .hover .fab {
    transform: scale(1);
    opacity: 1
}

@media (min-width: 992px) {
    .footer .top .sidebar-flex .footer-sidebar .widget.differ_flickr_widget {
        min-width: 320px;
        max-width: 320px
    }
}

.footer .top .sidebar-flex .footer-sidebar .widget.differ_flickr_widget ul {
    margin: 0 -5px;
    display: flex;
    list-style-type: none;
    flex-wrap: wrap
}

.footer .top .sidebar-flex .footer-sidebar .widget.differ_flickr_widget ul li {
    display: block;
    padding: 5px;
    width: 33.3%;
    position: relative
}

.footer .top .sidebar-flex .footer-sidebar .widget.differ_flickr_widget ul li:after {
    padding-bottom: 100%;
    display: block;
    content: ""
}

.footer .top .sidebar-flex .footer-sidebar .widget.differ_flickr_widget ul li a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px)
}

.footer .top .sidebar-flex .footer-sidebar .widget.differ_flickr_widget ul li a img {
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    height: auto;
    display: block
}

.footer .top .sidebar-flex .footer-sidebar .widget.differ_flickr_widget ul li a video {
    max-width: 100%;
    height: auto;
    display: block
}

.footer .top .sidebar-flex .footer-sidebar .widget.differ_flickr_widget ul li a .hover {
    background: rgba(0, 0, 0, .75);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    transition: .3s all ease;
    opacity: 0;
    text-align: center
}

.footer .top .sidebar-flex .footer-sidebar .widget.differ_flickr_widget ul li a .hover i, .footer .top .sidebar-flex .footer-sidebar .widget.differ_flickr_widget ul li a .hover .fa, .footer .top .sidebar-flex .footer-sidebar .widget.differ_flickr_widget ul li a .hover .fab {
    transition: .35s all ease;
    transform: scale(.7);
    opacity: .30
}

.footer .top .sidebar-flex .footer-sidebar .widget.differ_flickr_widget ul li a:hover .hover {
    opacity: 1
}

.footer .top .sidebar-flex .footer-sidebar .widget.differ_flickr_widget ul li a:hover .hover i, .footer .top .sidebar-flex .footer-sidebar .widget.differ_flickr_widget ul li a:hover .hover .fa, .footer .top .sidebar-flex .footer-sidebar .widget.differ_flickr_widget ul li a:hover .hover .fab {
    transform: scale(1);
    opacity: 1
}

.footer .bot {
    background: #0c0c0c
}

.footer .bot .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center
}

.footer .bot .flex .copy p {
    color: var(--white-color);
    font-size: 14px;
    padding: 20px 0;
    margin: 0
}

.footer .bot .flex .social {
    display: flex;
    align-items: center;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center
}

.footer .bot .flex .social a {
    margin: 0 10px;
    color: var(--white-color);
    line-height: 70px;
    transition: .2s all;
    font-size: 16px
}

.footer .bot .flex .social a:hover {
    transform: translateY(-3px);
    color: var(--primary-color)
}

.footer .bot .flex .social a:last-child {
    margin-right: 0
}

@media (max-width: 991px) {
    .footer .bot .container {
        max-width: 100%
    }

    .footer .bot .container .flex {
        padding: 15px 0;
        flex-direction: column
    }

    .footer .bot .container .flex .copy p {
        padding-bottom: 10px
    }

    .footer .bot .container .flex .social a {
        margin: 15px 10px;
        line-height: 1
    }
}

.blog-wrapper {
    padding: 80px 0
}

@media (min-width: 1200px) {
    .blog-wrapper.right-sidebar .posts-wrap {
        padding-left: 0;
        padding-right: 30px
    }

    .blog-wrapper.right-sidebar .sidebar-wrap {
        padding-left: 30px;
        padding-right: 0
    }

    .blog-wrapper.left-sidebar .posts-wrap {
        padding-left: 30px;
        padding-right: 0
    }

    .blog-wrapper.left-sidebar .sidebar-wrap {
        padding-left: 0;
        padding-right: 30px
    }
}

@media (max-width: 1199px) {
    .blog-wrapper .sidebar-wrap {
        margin-top: 75px;
        order: 2
    }

    .blog-wrapper .row {
        margin: 0 -15px !important
    }
}

.blog-wrapper .story .post {
    display: block;
    margin-bottom: 75px;
    border: 1px solid #edeef0
}

.blog-wrapper .story .post.sticky {
    background-color: #edeef0a6
}

.blog-wrapper .story .post .thumbnail-wrap {
    overflow: hidden
}

.blog-wrapper .story .post .thumbnail-wrap a img {
    display: block;
    object-fit: contain;
    width: auto;
    height: auto;
    max-width: 100%
}

.blog-wrapper .story .post .thumbnail-wrap video {
    width: 100%;
    display: block;
    height: auto;
    max-width: 100%;
    overflow: hidden
}

.blog-wrapper .story .post .thumbnail-wrap video::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto
}

.blog-wrapper .story .post .thumbnail-wrap .ytv-wrap {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto
}

.blog-wrapper .story .post .thumbnail-wrap .ytv-wrap iframe, .blog-wrapper .story .post .thumbnail-wrap .ytv-wrap object, .blog-wrapper .story .post .thumbnail-wrap .ytv-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.blog-wrapper .story .post .post-footer {
    padding: 20px;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.blog-wrapper .story .post .post-footer h4 {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    max-width: 100%
}

.blog-wrapper .story .post .post-footer .title {
    max-width: 100%;
    line-height: 1;
    margin-top: 0;
    text-decoration: none;
    color: var(--black-color);
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.blog-wrapper .story .post .post-footer .title:hover, .blog-wrapper .story .post .post-footer .title:active {
    text-decoration: none
}

.blog-wrapper .story .post .post-footer .excerpt {
    margin: 0
}

.blog-wrapper .story .post .post-footer .excerpt p {
    margin-bottom: 0
}

.blog-wrapper .story .post .post-footer .permalink {
    display: inline-block;
    margin-top: 16px;
    color: var(--black-color)
}

.blog-wrapper .story .post .post-footer .info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 8px
}

.blog-wrapper .story .post .post-footer .info .item {
    color: var(--black-color);
    border-right: 1px solid var(--black-color);
    padding-right: 12px;
    margin-right: 12px;
    margin-bottom: 12px;
    line-height: 1.4
}

.blog-wrapper .story .post .post-footer .info .item:last-child {
    margin-right: 0;
    border: none
}

.blog-wrapper .story .post .post-footer .info .item.comments-item {
    font-size: 14px
}

.blog-wrapper .story .post .post-footer .info .item.comments-item a {
    color: var(--black-color);
    display: inline-flex;
    align-items: center;
    font-size: 14px
}

.blog-wrapper .story .post .post-footer .info .item.comments-item a i {
    display: inline-block;
    font-size: 14px;
    margin-right: 4px
}

.blog-wrapper .story .post .post-footer .info .item.likes-item {
    font-size: 14px
}

.blog-wrapper .story .post .post-footer .info .item.likes-item a {
    color: var(--black-color);
    font-size: 14px
}

.blog-wrapper .story .post .post-footer .info .item.likes-item i {
    display: inline-block;
    font-size: 14px;
    margin-right: 4px
}

.blog-wrapper .story .post .post-footer .info .item.likes-item .liked i {
    color: red
}

.blog-wrapper .story .post .post-footer .info .item.views-item {
    font-size: 14px
}

.blog-wrapper .story .post .post-footer .info .item.views-item i {
    display: inline-block;
    font-size: 14px;
    margin-right: 4px
}

.blog-wrapper .story .post .post-footer .info .item a {
    color: var(--primary-color);
    margin: 0;
    text-decoration: none
}

@media (max-width: 660px) {
    .blog-wrapper .story .post .post-footer {
        padding: 15px;
        padding-top: 12px
    }

    .blog-wrapper .story .post .post-footer .info {
        margin-bottom: 0
    }
}

.blog-wrapper .blog-sidebar .widget {
    margin-bottom: 35px;
    padding: 20px;
    border: 1px solid #edeef0;
    color: var(--black-color)
}

.blog-wrapper .blog-sidebar .widget p {
    color: inherit
}

@media (max-width: 991px) {
    .blog-wrapper .blog-sidebar .widget {
        max-width: 100%
    }
}

.blog-wrapper .blog-sidebar .widget .widget_title {
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--black-color)
}

.blog-wrapper .blog-sidebar .widget .widget_title a {
    text-decoration: none;
    color: var(--black-color);
    display: inline-block
}

.blog-wrapper .blog-sidebar .widget ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.blog-wrapper .blog-sidebar .widget ul li {
    line-height: 1.4;
    color: var(--black-color)
}

.blog-wrapper .blog-sidebar .widget ul li a {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--black-color);
    text-decoration: none;
    transition: .3s all ease
}

.blog-wrapper .blog-sidebar .widget ul li a:hover {
    color: var(--primary-color);
    text-decoration: underline
}

.blog-wrapper .blog-sidebar .widget img {
    max-width: 100%;
    display: block;
    height: auto
}

.blog-wrapper .blog-sidebar .widget select {
    max-width: 100%;
    display: block;
    margin-bottom: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 25px;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.blog-wrapper .blog-sidebar .widget select:hover {
    outline: none
}

.blog-wrapper .blog-sidebar .widget.widget_tag_cloud .tagcloud {
    display: flex;
    flex-wrap: wrap
}

.blog-wrapper .blog-sidebar .widget.widget_tag_cloud .tagcloud a {
    background-color: transparent;
    display: block;
    padding: 0 18px;
    height: 38px;
    min-height: 38px;
    line-height: 38px;
    overflow: hidden;
    font-size: 14px !important;
    text-align: center;
    color: var(--black-color) !important;
    border: 1px solid var(--primary-color);
    z-index: 1;
    position: relative;
    transition: .4s all;
    margin-bottom: 6px;
    margin-right: 6px;
    text-decoration: none !important
}

.blog-wrapper .blog-sidebar .widget.widget_tag_cloud .tagcloud a:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 120%;
    left: 0;
    top: 0;
    background: var(--primary-color);
    z-index: -1;
    transition: .5s all;
    opacity: .3
}

.blog-wrapper .blog-sidebar .widget.widget_tag_cloud .tagcloud a:hover {
    background: var(--primary-color)
}

.blog-wrapper .blog-sidebar .widget.widget_tag_cloud .tagcloud a:hover:before {
    background: var(--primary-color);
    color: var(--black-color) !important;
    text-decoration: none;
    width: 100%;
    opacity: 1
}

.blog-wrapper .blog-sidebar .widget.widget_calendar table {
    margin-left: -8px
}

.blog-wrapper .blog-sidebar .widget.widget_calendar table caption {
    text-align: left !important;
    padding-left: 8px !important;
    padding-bottom: 5px !important
}

.blog-wrapper .blog-sidebar .widget.widget_calendar table th, .blog-wrapper .blog-sidebar .widget.widget_calendar table td {
    padding: 8px;
    text-align: center
}

.blog-wrapper .blog-sidebar .widget.widget_calendar table a {
    text-decoration: none;
    color: var(--primary-color);
    transition: .3s all ease
}

.blog-wrapper .blog-sidebar .widget.widget_calendar table a:hover {
    text-decoration: underline
}

.blog-wrapper .blog-sidebar .widget.widget_rss ul li {
    display: block;
    margin-bottom: 30px
}

.blog-wrapper .blog-sidebar .widget.widget_rss ul li a {
    font-weight: 700;
    margin-bottom: 6px
}

.blog-wrapper .blog-sidebar .widget.widget_rss ul li .rssSummary {
    line-height: 1.4
}

.blog-wrapper .blog-sidebar .widget.widget_rss ul li .rss-date {
    font-size: 12px;
    color: #9c9292;
    margin-bottom: 10px;
    display: block
}

.blog-wrapper .blog-sidebar .widget.widget_rss ul li cite {
    font-size: 13px;
    padding-top: 5px
}

.blog-wrapper .blog-sidebar .widget.widget_search .search {
    display: flex;
    align-items: center;
    max-width: 100%;
    width: 100%
}

.blog-wrapper .blog-sidebar .widget.widget_search .search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #edeef0;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    -webkit-appearance: none
}

.blog-wrapper .blog-sidebar .widget.widget_search .search button[type=submit] {
    border-radius: 0;
    background: var(--primary-color);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border: none
}

.blog-wrapper .blog-sidebar .widget.differ_latest_posts_widget ul li {
    display: flex;
    margin-bottom: 15px
}

.blog-wrapper .blog-sidebar .widget.differ_latest_posts_widget ul li a {
    margin: 0
}

.blog-wrapper .blog-sidebar .widget.differ_latest_posts_widget ul li img {
    min-width: 63px;
    width: 63px;
    display: block;
    height: 63px;
    object-fit: cover;
    margin-right: 15px
}

.blog-wrapper .blog-sidebar .widget.differ_latest_posts_widget ul li .widget-posts-descr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto
}

.blog-wrapper .blog-sidebar .widget.differ_latest_posts_widget ul li .widget-posts-descr .title {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    display: block;
    border: 0;
    text-decoration: none;
    margin-top: 0;
    font-family: var(--primary-font)
}

.blog-wrapper .blog-sidebar .widget.differ_latest_posts_widget ul li .widget-posts-descr .date {
    font-size: 14px;
    color: #9c9292;
    margin-top: 5px;
    display: block
}

.blog-wrapper .blog-sidebar .widget.differ_instagram_widget ul {
    margin: 0 -5px;
    display: flex;
    list-style-type: none;
    flex-wrap: wrap
}

@media (max-width: 1199px) {
    .blog-wrapper .blog-sidebar .widget.differ_instagram_widget ul {
        max-width: 560px
    }
}

.blog-wrapper .blog-sidebar .widget.differ_instagram_widget ul li {
    display: block;
    padding: 5px;
    width: 33.3%
}

.blog-wrapper .blog-sidebar .widget.differ_instagram_widget ul li a {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    height: 100%
}

.blog-wrapper .blog-sidebar .widget.differ_instagram_widget ul li a img {
    max-width: 100%;
    min-width: 100%;
    height: auto;
    display: block;
    object-fit: contain
}

.blog-wrapper .blog-sidebar .widget.differ_instagram_widget ul li a video {
    max-width: 100%;
    height: auto;
    display: block
}

.blog-wrapper .blog-sidebar .widget.differ_instagram_widget ul li a .hover {
    background: rgba(0, 0, 0, .75);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    transition: .3s all ease;
    opacity: 0;
    text-align: center
}

.blog-wrapper .blog-sidebar .widget.differ_instagram_widget ul li a .hover i, .blog-wrapper .blog-sidebar .widget.differ_instagram_widget ul li a .hover .fa, .blog-wrapper .blog-sidebar .widget.differ_instagram_widget ul li a .hover .fab {
    transition: .35s all ease;
    transform: scale(.7);
    opacity: .30
}

.blog-wrapper .blog-sidebar .widget.differ_instagram_widget ul li a:hover .hover {
    opacity: 1
}

.blog-wrapper .blog-sidebar .widget.differ_instagram_widget ul li a:hover .hover i, .blog-wrapper .blog-sidebar .widget.differ_instagram_widget ul li a:hover .hover .fa, .blog-wrapper .blog-sidebar .widget.differ_instagram_widget ul li a:hover .hover .fab {
    transform: scale(1);
    opacity: 1
}

.blog-wrapper .blog-sidebar .widget.differ_flickr_widget ul {
    margin: 0 -5px;
    display: flex;
    list-style-type: none;
    flex-wrap: wrap
}

@media (max-width: 1199px) {
    .blog-wrapper .blog-sidebar .widget.differ_flickr_widget ul {
        max-width: 560px
    }
}

.blog-wrapper .blog-sidebar .widget.differ_flickr_widget ul li {
    display: block;
    padding: 5px;
    width: 33.3%;
    position: relative
}

.blog-wrapper .blog-sidebar .widget.differ_flickr_widget ul li:after {
    padding-bottom: 100%;
    display: block;
    content: ""
}

.blog-wrapper .blog-sidebar .widget.differ_flickr_widget ul li a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px)
}

.blog-wrapper .blog-sidebar .widget.differ_flickr_widget ul li a img {
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    height: auto;
    display: block
}

.blog-wrapper .blog-sidebar .widget.differ_flickr_widget ul li a video {
    max-width: 100%;
    height: auto;
    display: block
}

.blog-wrapper .blog-sidebar .widget.differ_flickr_widget ul li a .hover {
    background: rgba(0, 0, 0, .75);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    transition: .3s all ease;
    opacity: 0;
    text-align: center
}

.blog-wrapper .blog-sidebar .widget.differ_flickr_widget ul li a .hover i, .blog-wrapper .blog-sidebar .widget.differ_flickr_widget ul li a .hover .fa, .blog-wrapper .blog-sidebar .widget.differ_flickr_widget ul li a .hover .fab {
    transition: .35s all ease;
    transform: scale(.7);
    opacity: .30
}

.blog-wrapper .blog-sidebar .widget.differ_flickr_widget ul li a:hover .hover {
    opacity: 1
}

.blog-wrapper .blog-sidebar .widget.differ_flickr_widget ul li a:hover .hover i, .blog-wrapper .blog-sidebar .widget.differ_flickr_widget ul li a:hover .hover .fa, .blog-wrapper .blog-sidebar .widget.differ_flickr_widget ul li a:hover .hover .fab {
    transform: scale(1);
    opacity: 1
}

.blog-wrapper .post-single .post-title {
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.blog-wrapper .post-single .thumbnail-wrap {
    display: flex;
    align-items: center;
    overflow: hidden
}

.blog-wrapper .post-single .thumbnail-wrap img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain
}

.blog-wrapper .post-single .thumbnail-wrap a img {
    display: block;
    object-fit: contain;
    width: auto;
    height: auto;
    max-width: 100%
}

.blog-wrapper .post-single .thumbnail-wrap video {
    width: 100%;
    display: block;
    height: auto;
    max-width: 100%;
    overflow: hidden
}

.blog-wrapper .post-single .thumbnail-wrap video::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto
}

.blog-wrapper .post-single .thumbnail-wrap .ytv-wrap {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    min-width: 100%
}

.blog-wrapper .post-single .thumbnail-wrap .ytv-wrap iframe, .blog-wrapper .post-single .thumbnail-wrap .ytv-wrap object, .blog-wrapper .post-single .thumbnail-wrap .ytv-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    min-width: 100%
}

.blog-wrapper .post-single .info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-top: 8px;
    line-height: 1
}

.blog-wrapper .post-single .info .item {
    color: var(--black-color);
    border-right: 1px solid var(--black-color);
    padding-right: 12px;
    margin-right: 12px;
    margin-bottom: 12px;
    margin-top: 6px;
    line-height: 1
}

.blog-wrapper .post-single .info .item:last-child {
    margin-right: 0;
    border: none
}

.blog-wrapper .post-single .info .item.comments-item {
    font-size: 14px
}

.blog-wrapper .post-single .info .item.comments-item a {
    color: var(--black-color);
    display: inline-flex;
    align-items: center;
    font-size: 14px
}

.blog-wrapper .post-single .info .item.comments-item a i {
    display: inline-block;
    font-size: 14px;
    margin-right: 4px
}

.blog-wrapper .post-single .info .item.likes-item {
    font-size: 14px
}

.blog-wrapper .post-single .info .item.likes-item a {
    color: var(--black-color);
    font-size: 14px
}

.blog-wrapper .post-single .info .item.likes-item i {
    display: inline-block;
    font-size: 14px;
    margin-right: 4px
}

.blog-wrapper .post-single .info .item.likes-item .liked i {
    color: red
}

.blog-wrapper .post-single .info .item.views-item {
    font-size: 14px
}

.blog-wrapper .post-single .info .item.views-item i {
    display: inline-block;
    font-size: 14px;
    margin-right: 4px
}

.blog-wrapper .post-single .info .item a {
    color: var(--primary-color);
    margin: 0;
    text-decoration: none
}

.blog-wrapper .post-single .tags {
    margin-bottom: 20px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    padding: 15px
}

.blog-wrapper .post-single .tags .tagcloud {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 8px
}

.blog-wrapper .post-single .tags .tagcloud a {
    margin-left: 8px;
    color: var(--black-color);
    transition: .3s all ease;
    text-decoration: none
}

.blog-wrapper .post-single .tags .tagcloud a:hover {
    color: var(--primary-color);
    text-decoration: underline
}

.blog-wrapper .post-single .post-content {
    margin-top: 20px;
    margin-bottom: 12px
}

.blog-wrapper .post-single .post-content .post-password-form {
    display: block;
    margin-bottom: 25px
}

.blog-wrapper .post-single .post-content .post-password-form label {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    height: 35px;
    line-height: 35px
}

.blog-wrapper .post-single .post-content .post-password-form input {
    margin-left: 12px;
    height: 35px;
    padding: 4px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    line-height: normal;
    border-radius: 0;
    font: inherit;
    line-height: normal;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .3);
    border-right: 0;
    background: 0 0;
    color: var(--black-color)
}

.blog-wrapper .post-single .post-content .post-password-form .flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

@media (max-width: 400px) {
    .blog-wrapper .post-single .post-content .post-password-form .flex label {
        display: block;
        width: 100%
    }

    .blog-wrapper .post-single .post-content .post-password-form .flex input {
        margin-left: 0
    }
}

.blog-wrapper .post-single .post-content embed, .blog-wrapper .post-single .post-content iframe {
    max-width: 100%
}

.blog-wrapper .post-single .post-content blockquote {
    margin: 8px 0;
    padding: 0 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    background: #f3eeee
}

.blog-wrapper .post-single .post-content img {
    max-width: 100%;
    height: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    display: inline
}

.blog-wrapper .post-single .post-content b, .blog-wrapper .post-single .post-content strong {
    font-weight: 700
}

.blog-wrapper .post-single .post-content i, .blog-wrapper .post-single .post-content em {
    font-style: italic
}

.blog-wrapper .post-single .post-content ul, .blog-wrapper .post-single .post-content ol {
    padding-left: 17px !important;
    margin: 10px 0
}

.blog-wrapper .post-single .post-content ul li, .blog-wrapper .post-single .post-content ol li {
    line-height: 2;
    display: list-item
}

@media (max-width: 480px) {
    .blog-wrapper .post-single .post-content ul li, .blog-wrapper .post-single .post-content ol li {
        line-height: 1.5
    }
}

.blog-wrapper .post-single .post-content ul {
    list-style: disc
}

.blog-wrapper .post-single .post-content ol {
    list-style: decimal
}

.blog-wrapper .post-single .post-content a {
    text-decoration: underline;
    line-height: 1.4;
    color: var(--primary-color)
}

.blog-wrapper .post-single .post-content pre, .blog-wrapper .post-single .post-content code {
    margin: 0;
    font-size: 15px;
    padding: 4px 10px;
    background: #ddd;
    display: inline-block;
    overflow-x: auto;
    line-height: 1.4
}

.blog-wrapper .post-single .post-content del {
    text-decoration: line-through
}

.blog-wrapper .post-single .post-content ins {
    text-decoration: underline
}

.blog-wrapper .post-single .post-content table {
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    width: auto
}

.blog-wrapper .post-single .post-content table th, .blog-wrapper .post-single .post-content table td {
    padding: 10px;
    border-collapse: collapse;
    border: 1px solid #ddd
}

.comment-actions {
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #edeef0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 5px;
    flex-wrap: wrap
}

.comment-actions .comments-count {
    font-size: 20px
}

.comment-actions .share .a2a_svg {
    width: 26px;
    height: 26px;
    border-radius: 0
}

@media (max-width: 550px) {
    .comment-actions {
        flex-direction: column-reverse;
        align-items: flex-start
    }

    .comment-actions .comments-count {
        margin-top: 15px
    }
}

.comments-area {
    margin-top: 15px;
    display: block
}

.comments-area .wp-error {
    margin-bottom: 35px
}

.comments-area .comments-pagination {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 40px -5px
}

.comments-area .comments-pagination .page-numbers {
    height: 35px;
    line-height: 35px;
    min-width: 35px;
    width: auto;
    display: block;
    font-weight: 300;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 8px;
    color: var(--black-color);
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    padding: 0 5px;
    transition: .2s all ease;
    border: 1px solid #edeef0
}

.comments-area .comments-pagination .page-numbers:hover, .comments-area .comments-pagination .page-numbers:active, .comments-area .comments-pagination .page-numbers:focus {
    text-decoration: none;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: var(--white-color)
}

.comments-area .comments-pagination .page-numbers.current {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: var(--white-color)
}

.comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.comments-area .comment-list .comment {
    display: block
}

.comments-area .comment-list .comment .comment-wrap {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: flex-start
}

@media (max-width: 400px) {
    .comments-area .comment-list .comment .comment-wrap {
        flex-direction: column
    }
}

.comments-area .comment-list .comment .comment-wrap img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    display: block
}

.comments-area .comment-list .comment .comment-wrap .comment-body {
    display: block;
    width: auto;
    max-width: 100%;
    padding: 15px;
    padding-top: 5px
}

@media (max-width: 400px) {
    .comments-area .comment-list .comment .comment-wrap .comment-body {
        padding-top: 10px;
        padding-bottom: 6px;
        padding-left: 0;
        padding-right: 5px
    }
}

.comments-area .comment-list .comment .comment-wrap .comment-body .comment-item-title .comment-author {
    font-weight: 500;
    color: var(--black-color);
    font-size: 16px
}

.comments-area .comment-list .comment .comment-wrap .comment-body .comment-item-title .comment-author .comment-date {
    display: block;
    font-size: 14px;
    color: #ab9595
}

.comments-area .comment-list .comment .comment-wrap .comment-body .comment-item-title .comment-author .comment-date .comment-reply-link {
    text-decoration: none;
    color: var(--primary-color)
}

.comments-area .comment-list .comment .comment-wrap .comment-body .comment-item-title .comment-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6
}

.comments-area .comment-list .comment .comment-wrap .comment-body .comment-item-title .comment-text blockquote {
    margin: 8px 0;
    padding: 0 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    background: #f3eeee
}

.comments-area .comment-list .comment .comment-wrap .comment-body .comment-item-title .comment-text img {
    max-width: 100%;
    height: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    display: inline
}

.comments-area .comment-list .comment .comment-wrap .comment-body .comment-item-title .comment-text b, .comments-area .comment-list .comment .comment-wrap .comment-body .comment-item-title .comment-text strong {
    font-weight: 700
}

.comments-area .comment-list .comment .comment-wrap .comment-body .comment-item-title .comment-text i, .comments-area .comment-list .comment .comment-wrap .comment-body .comment-item-title .comment-text em {
    font-style: italic
}

.comments-area .comment-list .comment .comment-wrap .comment-body .comment-item-title .comment-text ul, .comments-area .comment-list .comment .comment-wrap .comment-body .comment-item-title .comment-text ol {
    padding-left: 17px !important;
    margin: 10px 0
}

.comments-area .comment-list .comment .comment-wrap .comment-body .comment-item-title .comment-text ul li, .comments-area .comment-list .comment .comment-wrap .comment-body .comment-item-title .comment-text ol li {
    line-height: 2;
    display: list-item
}

@media (max-width: 480px) {
    .comments-area .comment-list .comment .comment-wrap .comment-body .comment-item-title .comment-text ul li, .comments-area .comment-list .comment .comment-wrap .comment-body .comment-item-title .comment-text ol li {
        line-height: 1.5
    }
}

.comments-area .comment-list .comment .comment-wrap .comment-body .comment-item-title .comment-text ul {
    list-style: disc
}

.comments-area .comment-list .comment .comment-wrap .comment-body .comment-item-title .comment-text ol {
    list-style: decimal
}

.comments-area .comment-list .comment .comment-wrap .comment-body .comment-item-title .comment-text a {
    text-decoration: underline;
    line-height: 1.4;
    color: var(--primary-color)
}

.comments-area .comment-list .comment .comment-wrap .comment-body .comment-item-title .comment-text pre, .comments-area .comment-list .comment .comment-wrap .comment-body .comment-item-title .comment-text code {
    margin: 0;
    font-size: 15px;
    padding: 4px 10px;
    background: #f3eeee;
    display: inline-block;
    overflow-x: auto;
    line-height: 1.4
}

.comments-area .comment-list .comment .comment-wrap .comment-body .comment-item-title .comment-text del {
    text-decoration: line-through
}

.comments-area .comment-list .comment .comment-wrap .comment-body .comment-item-title .comment-text ins {
    text-decoration: underline
}

.comments-area .comment-list .comment .comment-wrap .comment-body .comment-item-title .comment-text table {
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    width: auto
}

.comments-area .comment-list .comment .comment-wrap .comment-body .comment-item-title .comment-text table th, .comments-area .comment-list .comment .comment-wrap .comment-body .comment-item-title .comment-text table td {
    padding: 10px;
    border-collapse: collapse;
    border: 1px solid #ddd
}

.comments-area form {
    margin-top: 15px
}

.comments-area form input[type=text], .comments-area form input[type=tel], .comments-area form input[type=email], .comments-area form input[type=url], .comments-area form input[type=number], .comments-area form input[type=date] {
    height: 40px;
    line-height: 40px;
    display: block;
    width: 100%;
    font-size: 16px;
    border: 1px solid #7e7e7e;
    padding: 0 15px;
    margin-bottom: 7px;
    border-radius: 0;
    transition: .3s all ease;
    margin-bottom: 25px;
    color: var(--black-color)
}

.comments-area form input[type=text]::-webkit-input-placeholder, .comments-area form input[type=tel]::-webkit-input-placeholder, .comments-area form input[type=email]::-webkit-input-placeholder, .comments-area form input[type=url]::-webkit-input-placeholder, .comments-area form input[type=number]::-webkit-input-placeholder, .comments-area form input[type=date]::-webkit-input-placeholder {
    color: #5c5c5c;
    transition: .3s all ease
}

.comments-area form input[type=text]::-moz-placeholder, .comments-area form input[type=tel]::-moz-placeholder, .comments-area form input[type=email]::-moz-placeholder, .comments-area form input[type=url]::-moz-placeholder, .comments-area form input[type=number]::-moz-placeholder, .comments-area form input[type=date]::-moz-placeholder {
    color: #5c5c5c;
    transition: .3s all ease
}

.comments-area form input[type=text]:-ms-input-placeholder, .comments-area form input[type=tel]:-ms-input-placeholder, .comments-area form input[type=email]:-ms-input-placeholder, .comments-area form input[type=url]:-ms-input-placeholder, .comments-area form input[type=number]:-ms-input-placeholder, .comments-area form input[type=date]:-ms-input-placeholder {
    color: #5c5c5c;
    transition: .3s all ease
}

.comments-area form input[type=text]:-moz-placeholder, .comments-area form input[type=tel]:-moz-placeholder, .comments-area form input[type=email]:-moz-placeholder, .comments-area form input[type=url]:-moz-placeholder, .comments-area form input[type=number]:-moz-placeholder, .comments-area form input[type=date]:-moz-placeholder {
    color: #5c5c5c;
    transition: .3s all ease
}

.comments-area form input[type=text]:focus, .comments-area form input[type=tel]:focus, .comments-area form input[type=email]:focus, .comments-area form input[type=url]:focus, .comments-area form input[type=number]:focus, .comments-area form input[type=date]:focus {
    border: 1px solid var(--primary-color)
}

.comments-area form input[type=text]:focus::-webkit-input-placeholder, .comments-area form input[type=tel]:focus::-webkit-input-placeholder, .comments-area form input[type=email]:focus::-webkit-input-placeholder, .comments-area form input[type=url]:focus::-webkit-input-placeholder, .comments-area form input[type=number]:focus::-webkit-input-placeholder, .comments-area form input[type=date]:focus::-webkit-input-placeholder {
    opacity: 0;
    padding-left: 25px
}

.comments-area form input[type=text]:focus::-moz-placeholder, .comments-area form input[type=tel]:focus::-moz-placeholder, .comments-area form input[type=email]:focus::-moz-placeholder, .comments-area form input[type=url]:focus::-moz-placeholder, .comments-area form input[type=number]:focus::-moz-placeholder, .comments-area form input[type=date]:focus::-moz-placeholder {
    opacity: 0;
    padding-left: 25px
}

.comments-area form input[type=text]:focus:-moz-placeholder, .comments-area form input[type=tel]:focus:-moz-placeholder, .comments-area form input[type=email]:focus:-moz-placeholder, .comments-area form input[type=url]:focus:-moz-placeholder, .comments-area form input[type=number]:focus:-moz-placeholder, .comments-area form input[type=date]:focus:-moz-placeholder {
    opacity: 0;
    padding-left: 25px
}

.comments-area form input[type=text]:focus:-ms-input-placeholder, .comments-area form input[type=tel]:focus:-ms-input-placeholder, .comments-area form input[type=email]:focus:-ms-input-placeholder, .comments-area form input[type=url]:focus:-ms-input-placeholder, .comments-area form input[type=number]:focus:-ms-input-placeholder, .comments-area form input[type=date]:focus:-ms-input-placeholder {
    opacity: 0;
    padding-left: 25px
}

.comments-area form textarea {
    margin-bottom: 25px;
    resize: vertical;
    width: 100%;
    min-height: 200px;
    max-height: 500px;
    display: block;
    padding: 15px;
    border: 1px solid #7e7e7e;
    border-radius: 0;
    transition: .3s all ease;
    font-size: 16px;
    line-height: 1.4
}

.comments-area form textarea::-webkit-input-placeholder {
    color: #5c5c5c;
    transition: .3s all ease;
    display: block
}

.comments-area form textarea::-moz-placeholder {
    color: #5c5c5c;
    transition: .3s all ease;
    display: block
}

.comments-area form textarea:-ms-input-placeholder {
    color: #5c5c5c;
    transition: .3s all ease;
    display: block
}

.comments-area form textarea:-moz-placeholder {
    color: #5c5c5c;
    transition: .3s all ease;
    display: block
}

.comments-area form textarea:focus {
    border: 1px solid var(--primary-color)
}

.comments-area form textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    padding-left: 25px
}

.comments-area form textarea:focus::-moz-placeholder {
    opacity: 0;
    padding-left: 25px
}

.comments-area form textarea:focus:-moz-placeholder {
    opacity: 0;
    padding-left: 25px
}

.comments-area form textarea:focus:-ms-input-placeholder {
    opacity: 0;
    padding-left: 25px
}

.comments-area form input[type=submit], .comments-area form button[type=submit] {
    background-color: transparent;
    font-family: var(--primary-font);
    display: block;
    min-width: 100px;
    padding: 0 30px;
    height: 42px;
    min-height: 42px;
    line-height: 42px;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    color: var(--black-color);
    border: 1px solid var(--primary-color);
    z-index: 1;
    position: relative;
    transition: .4s all;
    border-radius: 0;
    width: auto !important;
    cursor: pointer
}

.comments-area form input[type=submit]:hover, .comments-area form input[type=submit]:focus, .comments-area form input[type=submit]:active, .comments-area form button[type=submit]:hover, .comments-area form button[type=submit]:focus, .comments-area form button[type=submit]:active {
    background: var(--primary-color)
}

.comments-area form input[type=submit] i, .comments-area form button[type=submit] i {
    margin-left: 6px
}

#cancel-comment-reply-link {
    text-decoration: none;
    transition: .3s all ease;
    color: var(--primary-color)
}

.comment-reply-title {
    font-size: 26px
}

.logged-in-as a {
    text-decoration: none
}

.comment-respond {
    margin-bottom: 40px
}

.kc_ember_buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.kc_ember_buttons.center {
    justify-content: center
}

.kc_ember_buttons.left {
    justify-content: flex-start
}

.kc_ember_buttons.right {
    justify-content: flex-end
}

.kc_ember_buttons .btn, .kc_ember_buttons .kc_button, .kc_ember_buttons .kc-pro-button {
    margin: 10px;
    display: inline-block;
    width: auto
}

.kc_services_grid {
    --item-height: 230px
}

.kc_services_grid .section-flex {
    display: flex;
    flex-wrap: wrap
}

.kc_services_grid .section-flex .item {
    width: 50%;
    height: var(--item-height);
    overflow: hidden;
    display: block;
    transition: all .3s ease;
    position: relative;
    background-color: rgba(0, 0, 0, .5)
}

.kc_services_grid .section-flex .item:hover {
    padding-bottom: 220px
}

.kc_services_grid .section-flex .item:nth-child(2n+2) {
    background-color: rgba(144, 149, 144, .5)
}

.kc_services_grid .section-flex .item:nth-child(3n+3) {
    background-color: rgba(144, 149, 144, .5)
}

.kc_services_grid .section-flex .item:nth-child(4n+4) {
    background-color: rgba(0, 0, 0, .5)
}

.kc_services_grid .section-flex .item .wrap {
    height: 200%;
    width: 100%;
    position: absolute;
    top: 0;
    transition: .3s all ease
}

.kc_services_grid .section-flex .item .wrap:hover {
    transform: translateY(-50%)
}

.kc_services_grid .section-flex .item .up {
    height: var(--item-height);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.kc_services_grid .section-flex .item .up i {
    font-size: 42px;
    margin-bottom: 12px;
    line-height: 1.2;
    color: var(--white-color)
}

.kc_services_grid .section-flex .item .up .title {
    text-align: center;
    margin: 0
}

.kc_services_grid .section-flex .item .down {
    height: var(--item-height);
    width: 100%;
    padding: 15px 35px;
    color: var(--white-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.kc_services_grid .section-flex .item .down p {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 100;
    max-width: 100%;
    display: block;
    color: var(--white-color)
}

.kc_services_grid .section-flex .item .down .btn {
    display: inline-block
}

@media (max-width: 1200px) {
    .kc_services_grid {
        --item-height: 300px
    }
}

@media (max-width: 991px) {
    .kc_services_grid .section-flex .item {
        width: 100%
    }

    .kc_services_grid .section-flex .item:nth-child(2n+2) {
        background-color: rgba(144, 149, 144, .5)
    }

    .kc_services_grid .section-flex .item:nth-child(3n+3) {
        background-color: rgba(0, 0, 0, .5)
    }

    .kc_services_grid .section-flex .item:nth-child(4n+4) {
        background-color: rgba(144, 149, 144, .5)
    }
}

@media (max-width: 767px) {
    .kc_services_grid .section-flex .item {
        width: 100%
    }
}

.kc_call_to_action {
    padding: 80px 0;
    background-size: cover;
    background-position: center center
}

.kc_call_to_action .flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.kc_call_to_action .flex .title {
    color: var(--white-color);
    margin: 0;
    font-weight: 300;
    margin-right: 50px
}

@media (max-width: 768px) {
    .kc_call_to_action .flex {
        flex-direction: column
    }

    .kc_call_to_action .flex .title {
        margin-right: 0;
        margin-bottom: 30px
    }
}

.kc_visual_portfolio .vp-pagination__style-default .vp-filter__style-default .vp-filter__item.vp-filter__item-active > * {
    border: 1px solid var(--primary-color) !important;
    background-color: var(--primary-color) !important
}

.kc_visual_portfolio .vp-pagination__style-default .vp-pagination__item.vp-pagination__item-active > * {
    border: 1px solid var(--primary-color) !important;
    background-color: var(--primary-color) !important
}

.kc_visual_portfolio .vp-portfolio__items-style-default .vp-portfolio__item-meta-title a {
    transition: .3s all ease !important
}

.kc_visual_portfolio .vp-portfolio__items-style-fade .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category {
    margin: 5px !important
}

@media (max-width: 660px) {
    .kc_visual_portfolio .vp-portfolio__items-style-fade .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category {
        padding: 4px 10px !important
    }
}

.kc_visual_portfolio .vp-pagination__style-default .vp-pagination__item .vp-pagination__load-more {
    border-radius: 0;
    color: var(--black-color);
    border: 1px solid var(--primary-color);
    cursor: pointer;
    background-color: transparent;
    font-family: var(--primary-font);
    display: inline-block;
    text-decoration: none;
    min-width: 100px;
    padding: 0 30px;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    z-index: 1;
    position: relative;
    transition: .4s all;
    margin-top: 25px
}

.kc_visual_portfolio .vp-pagination__style-default .vp-pagination__item .vp-pagination__load-more:after {
    background: var(--primary-color);
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 120%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: .5s all;
    opacity: .3
}

.kc_visual_portfolio .vp-pagination__style-default .vp-pagination__item .vp-pagination__load-more:hover {
    border: 1px solid var(--primary-color);
    color: var(--white-color);
    text-decoration: none;
    background: var(--primary-color)
}

.kc_visual_portfolio .vp-pagination__style-default .vp-pagination__item .vp-pagination__load-more:hover:after {
    opacity: 1;
    width: 150%;
    right: 0
}

.kc_visual_portfolio .vp-pagination__style-default .vp-pagination__item .vp-pagination__load-more:active, .kc_visual_portfolio .vp-pagination__style-default .vp-pagination__item .vp-pagination__load-more:focus {
    border: 1px solid var(--primary-color)
}

.kc_latest_blog .post {
    margin-bottom: 60px;
    display: block
}

.kc_latest_blog .post .post-body {
    width: 100%;
    background: #f6f6f6;
    display: block
}

.kc_latest_blog .post .post-body .post-head {
    display: block;
    position: relative;
    transition: .3s all
}

.kc_latest_blog .post .post-body .post-head .thumbnail-wrap {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden
}

.kc_latest_blog .post .post-body .post-head .thumbnail-wrap img {
    display: block;
    min-width: 100%;
    width: 100% !important;
    position: relative;
    max-width: 100.5%;
    height: auto;
    object-fit: cover;
    transition: transform .4s ease;
    box-shadow: inset -10px -41px 73px 1px rgba(0, 0, 0, .75)
}

.kc_latest_blog .post .post-body .post-head .thumbnail-wrap .actions {
    padding-right: 15px;
    padding-bottom: 15px;
    z-index: 102;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    color: var(--white-color);
    align-items: flex-end;
    height: 100%;
    box-shadow: inset -10px -41px 73px 1px rgba(0, 0, 0, .7)
}

.kc_latest_blog .post .post-body .post-head .thumbnail-wrap .actions i {
    font-size: 15px;
    margin-right: 4px
}

.kc_latest_blog .post .post-body .post-head .thumbnail-wrap .actions .date {
    margin-right: 15px
}

.kc_latest_blog .post .post-body .post-head .thumbnail-wrap .actions div {
    border-right: 1px solid var(--white-color);
    margin-bottom: 6px;
    padding-right: 12px;
    line-height: 1
}

.kc_latest_blog .post .post-body .post-head .thumbnail-wrap .actions div:last-child {
    padding-right: 0;
    border: none
}

.kc_latest_blog .post .post-body .post-head .hover {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 101;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s all
}

.kc_latest_blog .post .post-body .post-head .hover i {
    font-size: 25px;
    color: var(--white-color)
}

.kc_latest_blog .post .post-body .post-head:hover .hover {
    opacity: 1
}

.kc_latest_blog .post .post-body .post-head:hover img {
    transform: scale(1.2)
}

.kc_latest_blog .post .other-post {
    padding: 15px
}

.kc_latest_blog .post .other-post .post-title {
    text-decoration: none
}

.kc_latest_blog .post .other-post .post-title h6 {
    font-weight: 600
}

.kc_latest_blog .post .other-post .post-title:hover, .kc_latest_blog .post .other-post .post-title:active {
    text-decoration: none
}

.kc_latest_blog .post .other-post p {
    font-size: 14px;
    color: #6f5e5e
}

.kc_latest_blog .post .other-post .btn {
    margin-top: 6px
}

.kc_clients_slider .clients-slider .swiper-slide {
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.kc_clients_slider .clients-slider .swiper-slide img {
    width: auto;
    display: block;
    object-fit: contain;
    margin: 0 30px
}

.kc_hero_slider {
    overflow: hidden;
    min-width: 100vw;
    max-width: 100vw;
    width: 100%;
    min-height: 650px;
    height: 100vh
}

.kc_hero_slider .swiper-container {
    z-index: 10;
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 100vw;
    min-height: 100vh
}

.kc_hero_slider .swiper-container .swiper-slide {
    position: relative;
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: var(--white-color)
}

@media (max-width: 991px) {
    .kc_hero_slider .swiper-container .swiper-slide {
        padding-top: 30px
    }
}

.kc_hero_slider .swiper-container .swiper-slide * {
    z-index: 1
}

.kc_hero_slider .swiper-container .swiper-slide h1, .kc_hero_slider .swiper-container .swiper-slide h2, .kc_hero_slider .swiper-container .swiper-slide h3, .kc_hero_slider .swiper-container .swiper-slide h4, .kc_hero_slider .swiper-container .swiper-slide h5, .kc_hero_slider .swiper-container .swiper-slide h6, .kc_hero_slider .swiper-container .swiper-slide p {
    color: var(--white-color)
}

@media (min-width: 1200px) {
    .kc_hero_slider .swiper-container .swiper-slide h6 {
        font-size: 26px
    }
}

.kc_hero_slider .swiper-container .swiper-slide .kc_ember_buttons {
    margin-top: 10px
}

.kc_hero_slider .swiper-container .button-prev {
    position: absolute;
    left: 25px;
    font-size: 30px;
    z-index: 100;
    color: var(--white-color);
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width: 991px) {
    .kc_hero_slider .swiper-container .button-prev {
        display: none
    }
}

.kc_hero_slider .swiper-container .button-next {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 25px;
    font-size: 30px;
    z-index: 100;
    color: var(--white-color);
    cursor: pointer
}

@media (max-width: 991px) {
    .kc_hero_slider .swiper-container .button-next {
        display: none
    }
}

.kc_hero_slider .swiper-container .swiper-pagination {
    z-index: 100;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.kc_hero_slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background: var(--white-color);
    opacity: .8;
    transition: .3s all;
    cursor: pointer;
    border-radius: 50%
}

.kc_hero_slider .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--primary-color)
}

.kc_image_section {
    padding: 80px 0
}

.kc_image_section .row {
    display: flex;
    align-items: center
}

.kc_image_section .text-block {
    padding: 50px
}

@media (max-width: 991px) {
    .kc_image_section {
        padding: 50px 0
    }

    .kc_image_section .row {
        flex-direction: column-reverse
    }

    .kc_image_section .text-block {
        padding: 0 15px;
        margin-bottom: 20px;
        display: block
    }

    .kc_image_section .image-wrap {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .kc_image_section .image-wrap img {
        max-width: 600px
    }
}

.kc_team_slider .swiper-container {
    margin: 0 -15px
}

.kc_team_slider .swiper-container .button-prev {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    z-index: 50;
    cursor: pointer;
    transition: .3s all;
    margin-top: -20px;
    color: var(--white-color);
    background-color: var(--primary-color)
}

.kc_team_slider .swiper-container .button-next {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    z-index: 50;
    cursor: pointer;
    transition: .3s all;
    margin-top: -20px;
    color: var(--white-color);
    background-color: var(--primary-color)
}

.kc_team_slider .swiper-wrapper .swiper-slide {
    width: calc(100% / 3);
    padding: 0 15px
}

@media (max-width: 992px) {
    .kc_team_slider .swiper-wrapper .swiper-slide {
        width: calc(100% / 2)
    }
}

@media (max-width: 660px) {
    .kc_team_slider .swiper-wrapper .swiper-slide {
        width: 100%
    }
}

.kc_team_slider .swiper-wrapper .swiper-slide .member {
    position: relative;
    overflow: hidden
}

.kc_team_slider .swiper-wrapper .swiper-slide .member .photo {
    position: relative;
    display: block;
    overflow: hidden
}

.kc_team_slider .swiper-wrapper .swiper-slide .member .photo:after {
    content: "";
    display: block;
    padding-bottom: 125%
}

.kc_team_slider .swiper-wrapper .swiper-slide .member .photo img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: auto;
    min-height: 100%;
    display: block;
    transition: .5s all;
    object-fit: cover
}

.kc_team_slider .swiper-wrapper .swiper-slide .member .description {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    opacity: 0;
    display: block;
    z-index: 10;
    padding: 25px;
    background: rgba(0, 0, 0, .6);
    transition: .3s all
}

.kc_team_slider .swiper-wrapper .swiper-slide .member .description .member-info {
    position: absolute;
    left: 25px;
    bottom: 25px;
    margin: 0
}

.kc_team_slider .swiper-wrapper .swiper-slide .member .description .member-info .name {
    margin: 0;
    font-size: 18px;
    color: var(--white-color);
    font-weight: 700;
    line-height: 1.4;
    font-family: var(--primary-font)
}

.kc_team_slider .swiper-wrapper .swiper-slide .member .description .member-info .position {
    font-size: 15px;
    color: rgba(255, 255, 255, .8)
}

.kc_team_slider .swiper-wrapper .swiper-slide .member .description .social {
    height: 46px;
    position: absolute;
    right: 25px;
    bottom: 25px;
    display: flex;
    align-items: center
}

.kc_team_slider .swiper-wrapper .swiper-slide .member .description .social a {
    color: var(--primary-color);
    margin: 0 12px
}

.kc_team_slider .swiper-wrapper .swiper-slide .member:hover .photo img {
    transform: scale(1.05)
}

.kc_team_slider .swiper-wrapper .swiper-slide .member:hover .description {
    opacity: 1
}

.kc_differ_contact_form7 .wpcf7-response-output {
    margin: 0;
    padding: 5px 15px
}

.kc_differ_contact_form7 .wpcf7 .ajax-loader {
    margin: 0 auto;
    display: block;
    height: 0
}

.kc_differ_contact_form7 .wpcf7 .ajax-loader.is-active {
    height: 16px
}

.kc_differ_contact_form7 .form-part {
    display: block;
    margin-bottom: 20px
}

.kc_differ_contact_form7 select {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #7e7e7e;
    padding: 0 15px;
    margin-bottom: 7px;
    border-radius: 0;
    transition: .3s all ease;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.kc_differ_contact_form7 input[type=text], .kc_differ_contact_form7 input[type=tel], .kc_differ_contact_form7 input[type=email], .kc_differ_contact_form7 input[type=url], .kc_differ_contact_form7 input[type=number], .kc_differ_contact_form7 input[type=date] {
    height: 40px;
    box-shadow: none;
    -webkit-appearance: none;
    line-height: 40px;
    display: block;
    width: 100%;
    font-size: 16px;
    border: 1px solid #7e7e7e;
    padding: 0 15px;
    margin-bottom: 7px;
    border-radius: 0;
    transition: .3s all ease
}

.kc_differ_contact_form7 input[type=text]::-webkit-input-placeholder, .kc_differ_contact_form7 input[type=tel]::-webkit-input-placeholder, .kc_differ_contact_form7 input[type=email]::-webkit-input-placeholder, .kc_differ_contact_form7 input[type=url]::-webkit-input-placeholder, .kc_differ_contact_form7 input[type=number]::-webkit-input-placeholder, .kc_differ_contact_form7 input[type=date]::-webkit-input-placeholder {
    color: #5c5c5c;
    transition: .3s all ease
}

.kc_differ_contact_form7 input[type=text]::-moz-placeholder, .kc_differ_contact_form7 input[type=tel]::-moz-placeholder, .kc_differ_contact_form7 input[type=email]::-moz-placeholder, .kc_differ_contact_form7 input[type=url]::-moz-placeholder, .kc_differ_contact_form7 input[type=number]::-moz-placeholder, .kc_differ_contact_form7 input[type=date]::-moz-placeholder {
    color: #5c5c5c;
    transition: .3s all ease
}

.kc_differ_contact_form7 input[type=text]:-ms-input-placeholder, .kc_differ_contact_form7 input[type=tel]:-ms-input-placeholder, .kc_differ_contact_form7 input[type=email]:-ms-input-placeholder, .kc_differ_contact_form7 input[type=url]:-ms-input-placeholder, .kc_differ_contact_form7 input[type=number]:-ms-input-placeholder, .kc_differ_contact_form7 input[type=date]:-ms-input-placeholder {
    color: #5c5c5c;
    transition: .3s all ease
}

.kc_differ_contact_form7 input[type=text]:-moz-placeholder, .kc_differ_contact_form7 input[type=tel]:-moz-placeholder, .kc_differ_contact_form7 input[type=email]:-moz-placeholder, .kc_differ_contact_form7 input[type=url]:-moz-placeholder, .kc_differ_contact_form7 input[type=number]:-moz-placeholder, .kc_differ_contact_form7 input[type=date]:-moz-placeholder {
    color: #5c5c5c;
    transition: .3s all ease
}

.kc_differ_contact_form7 input[type=text]:focus, .kc_differ_contact_form7 input[type=tel]:focus, .kc_differ_contact_form7 input[type=email]:focus, .kc_differ_contact_form7 input[type=url]:focus, .kc_differ_contact_form7 input[type=number]:focus, .kc_differ_contact_form7 input[type=date]:focus {
    border: 1px solid var(--primary-color)
}

.kc_differ_contact_form7 input[type=text]:focus::-webkit-input-placeholder, .kc_differ_contact_form7 input[type=tel]:focus::-webkit-input-placeholder, .kc_differ_contact_form7 input[type=email]:focus::-webkit-input-placeholder, .kc_differ_contact_form7 input[type=url]:focus::-webkit-input-placeholder, .kc_differ_contact_form7 input[type=number]:focus::-webkit-input-placeholder, .kc_differ_contact_form7 input[type=date]:focus::-webkit-input-placeholder {
    opacity: 0;
    padding-left: 25px
}

.kc_differ_contact_form7 input[type=text]:focus::-moz-placeholder, .kc_differ_contact_form7 input[type=tel]:focus::-moz-placeholder, .kc_differ_contact_form7 input[type=email]:focus::-moz-placeholder, .kc_differ_contact_form7 input[type=url]:focus::-moz-placeholder, .kc_differ_contact_form7 input[type=number]:focus::-moz-placeholder, .kc_differ_contact_form7 input[type=date]:focus::-moz-placeholder {
    opacity: 0;
    padding-left: 25px
}

.kc_differ_contact_form7 input[type=text]:focus:-moz-placeholder, .kc_differ_contact_form7 input[type=tel]:focus:-moz-placeholder, .kc_differ_contact_form7 input[type=email]:focus:-moz-placeholder, .kc_differ_contact_form7 input[type=url]:focus:-moz-placeholder, .kc_differ_contact_form7 input[type=number]:focus:-moz-placeholder, .kc_differ_contact_form7 input[type=date]:focus:-moz-placeholder {
    opacity: 0;
    padding-left: 25px
}

.kc_differ_contact_form7 input[type=text]:focus:-ms-input-placeholder, .kc_differ_contact_form7 input[type=tel]:focus:-ms-input-placeholder, .kc_differ_contact_form7 input[type=email]:focus:-ms-input-placeholder, .kc_differ_contact_form7 input[type=url]:focus:-ms-input-placeholder, .kc_differ_contact_form7 input[type=number]:focus:-ms-input-placeholder, .kc_differ_contact_form7 input[type=date]:focus:-ms-input-placeholder {
    opacity: 0;
    padding-left: 25px
}

.kc_differ_contact_form7 textarea {
    resize: vertical;
    max-height: 400px;
    display: block;
    padding: 15px;
    border: 1px solid #7e7e7e;
    margin-bottom: 7px;
    border-radius: 0;
    transition: .3s all ease;
    font-size: 16px;
    line-height: 1.4;
    box-shadow: none;
    -webkit-appearance: none
}

.kc_differ_contact_form7 textarea::-webkit-input-placeholder {
    color: #5c5c5c;
    transition: .3s all ease;
    display: block
}

.kc_differ_contact_form7 textarea::-moz-placeholder {
    color: #5c5c5c;
    transition: .3s all ease;
    display: block
}

.kc_differ_contact_form7 textarea:-ms-input-placeholder {
    color: #5c5c5c;
    transition: .3s all ease;
    display: block
}

.kc_differ_contact_form7 textarea:-moz-placeholder {
    color: #5c5c5c;
    transition: .3s all ease;
    display: block
}

.kc_differ_contact_form7 textarea:focus {
    border: 1px solid var(--primary-color)
}

.kc_differ_contact_form7 textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    padding-left: 25px
}

.kc_differ_contact_form7 textarea:focus::-moz-placeholder {
    opacity: 0;
    padding-left: 25px
}

.kc_differ_contact_form7 textarea:focus:-moz-placeholder {
    opacity: 0;
    padding-left: 25px
}

.kc_differ_contact_form7 textarea:focus:-ms-input-placeholder {
    opacity: 0;
    padding-left: 25px
}

.kc_differ_contact_form7 input[type=submit], .kc_differ_contact_form7 button[type=submit] {
    background-color: transparent;
    font-family: var(--primary-font);
    display: block;
    min-width: 100px;
    padding: 0 30px;
    height: 42px;
    min-height: 42px;
    line-height: 42px;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    color: var(--black-color);
    border: 1px solid var(--primary-color);
    z-index: 1;
    position: relative;
    transition: .4s all;
    border-radius: 0;
    width: auto !important;
    cursor: pointer
}

.kc_differ_contact_form7 input[type=submit]:hover, .kc_differ_contact_form7 input[type=submit]:focus, .kc_differ_contact_form7 input[type=submit]:active, .kc_differ_contact_form7 button[type=submit]:hover, .kc_differ_contact_form7 button[type=submit]:focus, .kc_differ_contact_form7 button[type=submit]:active {
    background: var(--primary-color)
}

.kc_contact_links .items {
    display: flex;
    flex-direction: column
}

.kc_contact_links .items .item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-decoration: none;
    line-height: 3;
    color: var(--black-color)
}

.kc_contact_links .items .item[href="#"] {
    cursor: default
}

.kc_contact_links .items .item span {
    color: var(--black-color)
}

.kc_contact_links .items .item .icon {
    text-align: center;
    display: inline-block;
    min-width: 20px;
    color: var(--primary-color);
    margin-right: 12px;
    font-size: 18px
}

.kc_social_links .items {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.kc_social_links .items .bar {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-right: 10px;
    text-decoration: none;
    width: auto
}

.kc_social_links .items .bar .icon {
    font-size: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
    color: #080909;
    box-shadow: inset 0 0 0 4px #cecece;
    transition: 1s
}

.kc_social_links .items .bar .icon:before {
    z-index: 1;
    position: relative
}

.kc_social_links .items .bar .icon:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #cecece;
    left: 0;
    top: 0;
    border-radius: 50%;
    transition: 1s;
    opacity: 1
}

.kc_social_links .items .bar .icon:hover {
    color: #65378f
}

.kc_social_links .items .bar .icon:hover:after {
    transform: scale(1.3);
    opacity: 0
}

.fab {
    font-family: "Font Awesome 5 Brands" !important
}

.fab:before, .fab:after {
    font-family: "Font Awesome 5 Brands" !important
}

.fa, .fas, .far {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important
}

.fa:before, .fa:after, .fas:before, .fas:after, .far:before, .far:after {
    font-weight: 900 !important;
    font-family: 'Font Awesome 5 Free' !important
}

.far {
    font-weight: 400 !important
}

.far:before, .far:after {
    font-weight: 400 !important
}

:root {
    --primary-font: 'Raleway', sans-serif, Arial, Helvetica, sans-serif;
    --secondary-font: 'Roboto', sans-serif, Arial, Helvetica, sans-serif;
    --heading-font: 'Raleway', sans-serif, Arial, Helvetica, sans-serif;
    --logo-font: 'Gloria Hallelujah', Arial, Helvetica, sans-serif;
    --desktop-nav-link-font: 'Raleway', Arial, Helvetica, sans-serif
}

body {
    background-color: #fff;
    background-image: url(http://orkestragruplari.com/wp-content/cache/autoptimize/css/);
    background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    background-attachment: scroll
}

body::-webkit-scrollbar {
    background-color: #fdfdfd;
    width: 8px;
    transition: .3s all ease;
    border-left: 1px solid #498ef3;
    border-right: 1px solid #498ef3
}

body::-webkit-scrollbar-thumb {
    background: #f8bb5c;
    transition: .3s all ease
}

body::-webkit-scrollbar-thumb:hover {
    background: #f8bb5c;
    transition: .3s all ease
}

:root {
    --text-color: #000;
    --text-font-weight: 400;
    --text-xl-size: 15px;
    --text-lg-size: 15px;
    --text-md-size: 15px;
    --text-sm-size: 14px;
    --text-xs-size: 14px;
    --headings-color: #000;
    --h1-fw: 700;
    --h2-fw: 700;
    --h3-fw: 700;
    --h4-fw: 700;
    --h5-fw: 600;
    --h6-fw: 600;
    --xl-headings-mb: .35em;
    --xl-h1-size: 70px;
    --xl-h2-size: 55px;
    --xl-h3-size: 48px;
    --xl-h4-size: 40px;
    --xl-h5-size: 32px;
    --xl-h6-size: 25px;
    --lg-headings-mb: .35em;
    --lg-h1-size: 65px;
    --lg-h2-size: 50px;
    --lg-h3-size: 42px;
    --lg-h4-size: 35px;
    --lg-h5-size: 27px;
    --lg-h6-size: 22px;
    --md-headings-mb: .35em;
    --md-h1-size: 57px;
    --md-h2-size: 43px;
    --md-h3-size: 36px;
    --md-h4-size: 30px;
    --md-h5-size: 24px;
    --md-h6-size: 22px;
    --sm-headings-mb: .38em;
    --sm-h1-size: 37px;
    --sm-h2-size: 30px;
    --sm-h3-size: 28px;
    --sm-h4-size: 24px;
    --sm-h5-size: 20px;
    --sm-h6-size: 18px;
    --xs-headings-mb: .45em;
    --xs-h1-size: 32px;
    --xs-h2-size: 28px;
    --xs-h3-size: 25px;
    --xs-h4-size: 20px;
    --xs-h5-size: 18px;
    --xs-h6-size: 16px
}

:root {
    --desktop_nav-height: 60px;
    --nav-fill-bg: #000;
    --desktop-nav-link-fz: 14px;
    --desktop-nav-link-color: #fff;
    --desktop-nav-link-hover-color: #f8bb5c;
    --logo-height: 60px;
    --logo-font-size: 32px;
    --logo-font-weight: 700;
    --logo-color: #fff;
    --logo-hover-color: #fff;
    --desktop-sub-menu-bg: #231e1e;
    --desktop-sub-menu-link-font: Raleway;
    --sub-menu-link-fz: 14px;
    --desktop-sub-menu-link-color: #fff;
    --desktop-sub-menu-link-hover-color: #f8bb5c;
    --mobile-nav-bg: #000;
    --mobile-nav-height: 60px;
    --mobile-nav-menu-wrap-bg: #231e1e;
    --mobile-nav-sub-menu-bg: #635f58;
    --mobile-nav-link-font-size: 18px;
    --mobile-nav-link-color: #fff;
    --mobile-nav-link-line-height: 40px;
    --mobile-nav-link-hover-color: #f8bb5c
}

.breadcrumbs-wrap {
    --color: #fff;
    background-color: #848181;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll
}

.loader-wrapper {
    background-color: #fff
}

:root {
    --primary-color: #f8bb5c;
    --black-color: #080909;
    --white-color: #fff
}

.loader-wrapper {
    --preloader-bg: #fff;
    --preloader-line1: var(--primary-color);
    --preloader-line2: var(--primary-color);
    --preloader-line3: var(--primary-color)
}

@charset "UTF-8";
/*!
 *  @name: kingcomposer.css
 *  @website: https://kingcomposer.com
 *  @Copyright: (c) 2016 King-Theme
*/
*, .kc-col-container, .kc-container, .kc-elm {
    box-sizing: border-box
}

.kc-off-notice a, .kc_twitter_feed a:hover {
    text-decoration: underline
}

.kc_google_maps[data-wheel=disable] iframe, .kc_wrap-video-bg {
    pointer-events: none
}

.fb-line-1 .likes, .fb-line-1 .username, .kc-owl-post-carousel .owl-item .title {
    text-overflow: ellipsis;
    white-space: nowrap
}

.back i, .front i {
    display: inline-block
}

div {
    display: block
}

.kc-elm {
    float: left;
    width: 100%
}

.kc_col-sm-1 {
    width: 8.33333%
}

.kc_col-sm-2 {
    width: 16.6667%
}

div.kc_col-of-5 {
    width: 20%;
    float: left
}

.kc_col-sm-3 {
    width: 25%
}

.kc_col-sm-4 {
    width: 33.3333%
}

.kc_col-sm-5 {
    width: 41.6667%
}

.kc_col-sm-6 {
    width: 50%
}

.kc_col-sm-7 {
    width: 58.3333%
}

.kc_col-sm-8 {
    width: 66.6667%
}

.kc_col-sm-9 {
    width: 75%
}

.kc_col-sm-10 {
    width: 83.3333%
}

.kc_col-sm-11 {
    width: 91.6667%
}

.kc_col-sm-12 {
    width: 100%
}

.kc-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

.kc-row-container:not(.kc-container) {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%
}

.kc_wrap-video-bg {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.kc_single_image img {
    max-width: 100%;
    display: inline-block
}

.kc-video-bg .kc_column {
    position: relative
}

.kc-infinite-loop {
    text-align: center;
    padding: 50px;
    font-size: 18px;
    color: red;
    width: 100%;
    display: inline-block
}

.align-left {
    text-align: left
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

.kc_row:not(.kc_row_inner) {
    clear: both;
    float: left;
    width: 100%
}

.kc-row-container.kc-container .kc-wrap-columns, .kc_row_inner {
    margin-left: -15px;
    margin-right: -15px;
    clear: both
}

.kc_row.kc_row_inner {
    width: calc(100% + 30px)
}

.kc_tab_content > .kc_row_inner {
    width: 100%;
    margin: 0
}

.kc_column, .kc_column_inner {
    min-height: 1px;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    float: left
}

.kc_column > .kc-col-container, .kc_column_inner > .kc-col-inner-container {
    height: 100%
}

.kingcomposer div.kc_column, .kingcomposer div.kc_column_inner {
    clear: none
}

.kc_row_inner > div.kc_column_inner:only-child {
    width: 100%
}

.kc_clfw {
    width: 100% !important;
    clear: both !important;
    display: block !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important
}

.kc-col-container {
    clear: both;
    display: block;
    width: 100%
}

section[data-kc-fullheight] {
    min-height: 100vh
}

html body section[data-kc-parallax=true] {
    background-position: 50% 0;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important
}

section[data-kc-fullwidth] {
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative;
    box-sizing: content-box
}

.kc_text_block {
    display: inline-block;
    clear: both;
    width: 100%
}

body section[data-kc-equalheight=true], body section[data-kc-equalheight=true] > .kc-container, body section[data-kc-equalheight=true] > .kc-container .kc-wrap-columns {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%
}

body div.kc_row_inner[data-kc-equalheight=true] {
    width: calc(100% + 30px);
    flex-wrap: wrap
}

body div[data-kc-equalheight-align=middle] > .kc_column_inner > .kc_wrapper, body div[data-kc-equalheight-align=bottom] > .kc_column_inner > .kc_wrapper, body section[data-kc-equalheight-align=middle] > .kc-container > .kc-wrap-columns > .kc_column > .kc-col-container, body section[data-kc-equalheight-align=middle] > .kc-row-container > .kc-wrap-columns > .kc_column > .kc-col-container, body section[data-kc-equalheight-align=bottom] > .kc-container > .kc-wrap-columns > .kc_column > .kc-col-container {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-wrap: wrap;
    height: 100%;
    width: 100%
}

body div.kc_row_inner[data-kc-equalheight=true] > .kc_column_inner > .kc_wrapper.kc_row_inner {
    height: 100%
}

body div[data-kc-equalheight-align=middle] > .kc_column_inner > .kc_wrapper, body section[data-kc-equalheight-align=middle] > .kc-container > .kc-wrap-columns > .kc_column > .kc-col-container, body section[data-kc-equalheight-align=middle] > .kc-row-container > .kc-wrap-columns > .kc_column > .kc-col-container {
    align-content: center;
    justify-content: center;
    align-items: center
}

body div[data-kc-equalheight-align=bottom] > .kc_column_inner > .kc_wrapper, body section[data-kc-equalheight-align=bottom] > .kc-container > .kc-wrap-columns > .kc_column > .kc-col-container, body section[data-kc-equalheight-align=bottom] > .kc-row-container > .kc-wrap-columns > .kc_column > .kc-col-container {
    align-content: flex-end;
    align-items: flex-end
}

body section[data-kc-fullheight=middle-content], body section[data-kc-fullheight=middle-content] > .kc-container, body section[data-kc-fullheight=middle-content] > .kc-row-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center
}

body section[data-kc-equalheight=true] > .kc-container .kc-wrap-columns {
    flex-wrap: wrap;
    margin-left: initial;
    margin-right: initial
}

.kc-off-notice {
    width: 100%;
    padding: 10px;
    text-align: left;
    background-color: #e9e385;
    color: #333;
    font-size: 14px
}

.kc-off-notice a {
    text-transform: capitalize
}

@media screen and (min-width: 999px) {
    .kc-row-container .kc-wrap-columns, .kc_row_inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        flex-wrap: wrap
    }

    .kc-row-container.kc-container .kc-wrap-columns, .kc_row_inner {
        width: calc(100% + 30px)
    }
}

@media screen and (max-width: 767px) {
    body.kc-css-system .kc_column, body.kc-css-system .kc_column_inner {
        width: 100%
    }

    div.kc_row {
        display: block
    }
}

.kc_shortcode .kc-widget-title, .kc_shortcode .kc_title {
    margin-bottom: 20px
}

.kc_shortcode ul {
    margin: 0;
    padding: 0
}

.kc_shortcode ul li {
    list-style: none
}

.kc_shortcode h3, .kc_shortcode h4, .kc_shortcode h5 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 600
}

.kc_shortcode h4 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px
}

.kc_shortcode h5 {
    font-size: 16px
}

.kc_accordion_wrapper, .kc_tabs {
    margin-bottom: 24px
}

.kc_tabs .kc_tabs {
    margin-bottom: 0
}

.kc_tabs {
    display: inline-block;
    width: 100%
}

.kc_wrapper.ui-tabs {
    width: 100%;
    display: inline-block
}

.kc_vertical_tabs > .kc_wrapper.ui-tabs {
    border: none
}

.kc_tabs.kc-tabs-slider ul.kc-tabs-slider-nav {
    margin: 0
}

ul.kc-tabs-slider-nav li {
    display: inline-block;
    cursor: pointer;
    padding: 8px 15px
}

ul.kc-tabs-slider-nav li.kc-title-active {
    background: #ddd
}

.kc_tabs_nav, .nav-pills {
    line-height: 45px;
    margin: 0;
    padding: 0
}

.kc_tabs_nav:after, .kc_tabs_nav:before, .nav-pills:after, .nav-pills:before {
    display: table;
    line-height: 0;
    content: ""
}

.kc_tabs_nav:after, .nav-pills:after {
    clear: both
}

.kc_tabs_nav ~ .kc_tab {
    overflow: hidden;
    float: left;
    width: 100%;
    height: 0
}

html body.kc-css-system .kc_tabs_nav ~ .kc_tab:not(.ui-tabs-body-active) {
    margin: 0 !important;
    padding: 0 !important
}

.kc_tabs_nav ~ .kc_tab.ui-tabs-body-active {
    height: inherit !important;
    background: #ddd
}

.kc_tabs_nav ~ .kc_tab .kc_tab_content {
    padding: 30px 30px 15px
}

.kc_tabs_nav > li, .nav-pills > li {
    float: left
}

.kc_tabs_nav > li > a, .nav-pills > li > a {
    padding: 0 30px;
    text-decoration: none;
    outline: 0;
    display: block;
    line-height: 50px;
    color: #6b6b6b
}

.kc_tabs > .kc_wrapper > .kc_tabs_nav {
    background: #eee;
    float: left;
    min-height: 50px;
    margin: 0;
    width: 100%
}

.kc_tabs_nav {
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-top: 0 !important
}

.kc_tabs_nav > li {
    list-style: none;
    border-right: 1px solid #fff;
    border-left: none !important;
    border-bottom: none !important;
    margin: 0;
    float: left;
    color: #333;
    box-shadow: none;
    cursor: pointer
}

.kc_tabs_nav > .ui-tabs-active > a, .kc_tabs_nav > li:hover, .kc_tabs_nav > li > a:hover {
    background-color: #ddd;
    color: #333
}

.kc_tabs_nav > .ui-tabs-active, .kc_tabs_nav > .ui-tabs-active:hover, .kc_tabs_nav > .ui-tabs-active > a, .kc_tabs_nav > .ui-tabs-active > a:hover {
    color: #555;
    display: block
}

.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 25%;
    z-index: 10;
    right: 0
}

.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav {
    border-right: none;
    right: 0;
    left: 0
}

.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav ~ div.kc_tab {
    float: left;
    width: 75%;
    height: 0;
    overflow: hidden
}

.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav ~ div.kc_tab.ui-tabs-body-active {
    height: inherit;
    border: 1px solid #ddd
}

.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav ~ div.kc_tab {
    list-style: none
}

.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li {
    list-style: none;
    border: 1px solid #ddd
}

.kc_wrapper > ul.ui-tabs-nav > li {
    overflow: hidden
}

.kc_vertical_tabs:not(.tabs_right) > .kc_wrapper > ul.ui-tabs-nav > li {
    border-right: 0 !important
}

.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav > li {
    border-left: 0 !important
}

.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li:not(:last-child) {
    border-bottom: 0 !important
}

.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li.ui-tabs-active > a, .kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li.ui-tabs-active > a:hover, .kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li > a:hover {
    border: none;
    background: #f7f7f7;
    margin-left: 0;
    color: #333
}

.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li > a {
    display: block;
    padding: 12px 0 12px 20px;
    outline: 0;
    text-decoration: none
}

.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav {
    float: right
}

.kc-video-inner iframe {
    margin-bottom: 0
}

.kc_accordion_content {
    padding-bottom: 0;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    color: #727272;
    display: none
}

.kc_accordion_content.ui-state-body-active {
    height: inherit !important
}

.kc_accordion_section > .kc_accordion_header {
    position: relative;
    cursor: pointer;
    min-height: 30px;
    line-height: 30px;
    font-weight: 700;
    font-size: inherit;
    margin-top: 0;
    margin-bottom: -1px;
    float: left;
    width: 100%;
    border: 1px solid #e0e0e0
}

.kc_accordion_section > .ui-state-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0
}

.kc_accordion_header > span.ui-accordion-header-icon {
    float: right;
    font-family: simple-line-icons;
    margin: 17px;
    color: #aaa;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.kc_accordion_header > span.ui-accordion-header-icon:before {
    content: "\e604"
}

.kc-section-active .kc_accordion_header.ui-state-active > span.ui-accordion-header-icon:before {
    content: "\e607"
}

.kc_accordion_header > a {
    display: block;
    font-size: 15px;
    padding: 10px 15px;
    text-decoration: none;
    outline: 0;
    font-weight: 400;
    border: none;
    cursor: pointer
}

.kc_accordion_content .kc-panel-body {
    padding: 15px;
    float: left;
    width: 100%
}

body div.dark_rounded .pp_loaderIcon {
    animation: 2s cubic-bezier(.63, .045, .34, 1) 0s normal none infinite kc-spinner;
    display: block;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    position: absolute;
    top: 50%;
    width: 50px;
    background: url(http://orkestragruplari.com/wp-content/plugins/kingcomposer/assets/frontend/images/loader.png) center center no-repeat;
    background-size: 50px 50px
}

body div.dark_rounded .pp_content, body div.dark_rounded .pp_content_container .pp_left, body div.dark_rounded .pp_content_container .pp_right {
    background: 0 0
}

body div.dark_rounded .pp_close {
    background: 0 0;
    text-indent: 0;
    text-align: right;
    color: #fff;
    font-size: 24px
}

body div.dark_rounded .pp_close:hover {
    color: #aaa
}

body div.dark_rounded a.pp_next, body div.dark_rounded a.pp_previous {
    position: fixed;
    -webkit-transform: translateZ(0);
    text-indent: 0 !important;
    top: 50%;
    margin-top: -20px;
    font-size: 25px;
    z-index: 1000001;
    color: #fff;
    width: 50px;
    height: 50px;
    -webkit-backface-visibility: hidden;
    cursor: pointer
}

body div.dark_rounded a.pp_next {
    right: 0;
    background: 0 0
}

body div.dark_rounded a.pp_previous {
    left: 25px
}

body div.dark_rounded a.pp_next:hover, body div.dark_rounded a.pp_previous:hover {
    background: 0 0;
    color: #aaa
}

body .div.dark_rounded .pp_details {
    position: relative;
    text-align: center
}

body .div.dark_rounded .pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px
}

body div.dark_rounded .pp_nav {
    font-size: 14px;
    margin: 0 10px 0 0;
    clear: right;
    float: left
}

body .pp_nav p {
    float: left;
    margin: 0 4px
}

body div.dark_rounded .pp_nav .pp_play, body div.ppt {
    display: none !important
}

.kc_google_maps {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100px
}

.kc_google_maps img {
    max-width: inherit;
    max-height: inherit
}

.kc_google_maps .map_popup_contact_form {
    position: absolute;
    z-index: 999;
    top: 0;
    overflow-y: auto;
    padding: 50px 60px 0;
    height: 100%;
    transform: translate(0, 0);
    transition: transform .4s ease;
    -webkit-transition-property: -webkit-transform, left, right;
    -webkit-backface-visibility: hidden
}

.map_popup_contact_form input[type=text], .map_popup_contact_form input[type=email], .map_popup_contact_form textarea {
    width: 100%;
    border: 1px solid #999;
    background: 0 0;
    color: #FFF
}

.map_popup_contact_form textarea {
    height: 100px
}

.map_popup_contact_form p {
    margin-bottom: 10px
}

.map_popup_contact_form .close {
    position: absolute;
    top: 10px;
    right: 10px
}

.map_popup_contact_form .wpcf7-submit {
    text-transform: uppercase;
    width: 100%;
    padding: 15px 0;
    box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 1)
}

.kc_google_maps .show_contact_form {
    position: absolute;
    left: 10px;
    top: 110px;
    z-index: 99;
    font-size: 20px;
    height: 33px;
    line-height: 20px;
    color: #F75850;
    display: none;
    background: #FFF;
    padding: 0 10px;
    border-radius: 3px;
    box-shadow: 0 1px 1px #BEBEBE;
    transition: all .2s ease
}

.kc_google_maps .show_contact_form i {
    margin-top: 7px
}

.kc_google_maps .show_contact_form:hover {
    background: #EBEBEB;
    color: #000
}

.map_popup_contact_form.left.hidden {
    transform: translate(-100%, 0) !important
}

.map_popup_contact_form.right.hidden {
    transform: translate(100%, 0) !important
}

.map_popup_contact_form.right {
    float: right;
    right: 0
}

.map_popup_contact_form.right + a {
    right: 10px;
    float: right;
    left: auto;
    top: 50px
}

.map_popup_contact_form .close {
    text-decoration: none;
    box-shadow: none;
    color: #FFF
}

.kc-fb-layout-2, .kc-pricing-layout-1, .kc-pricing-layout-2, .kc-pricing-layout-4, .kc-testi-layout-3 {
    box-shadow: 0 1px 21px rgba(0, 0, 0, .21)
}

.map_popup_contact_form .close i {
    font-weight: 100;
    font-size: 25px
}

.kc_image_gallery.kc-grid {
    width: 100%
}

.kc_image_gallery.kc-grid .item-grid {
    float: left;
    position: relative;
    width: 25%
}

.kc_image_gallery.kc-grid .item-grid .kc-image-overlay {
    background: rgba(0, 0, 0, .2)
}

.kc_image_gallery.kc-grid .item-grid:hover .kc-image-overlay {
    opacity: 1
}

.kc_image_gallery.kc-grid .item-grid img {
    display: block;
    max-width: 100%;
    border-image-width: 0
}

.kc-countdown-timer span.group, .kc_button {
    padding: 10px 20px;
    color: #FFF;
    display: inline-block
}

.kc_image_gallery.kc-grid .item-grid.grid-2 {
    width: 50%
}

.kc_image_gallery.kc-grid .item-grid.grid-3 {
    width: 32.7%
}

.kc_image_gallery.kc-grid .item-grid.grid-4 {
    width: 25%
}

.kc_image_gallery.kc-grid.masonry .item-grid.grid-4 {
    width: 24.8%
}

.kc_image_gallery.kc-grid .item-grid.grid-5 {
    width: 20%
}

.kc_image_gallery.kc-grid .item-grid.grid-6 {
    width: 16.66666666666666%
}

.kc-countdown-timer .countdown-style2 .timer, .kc-countdown-timer .countdown-style2 .unit, .kc-ui-progress-bar {
    width: 100%;
    float: left
}

.kc_image_gallery {
    clear: both
}

.kc_button {
    transition: background-color .3s ease 0s, color .3s ease 0s, border-radius .3s ease 0s;
    white-space: nowrap;
    text-decoration: none;
    font-size: 14px;
    background-color: #1E73BE
}

.kc-countdown-timer {
    text-align: left
}

.kc-countdown-timer span.group {
    background: #42BCE2;
    border-radius: 5px;
    margin-right: 10px;
    text-align: center
}

.kc-countdown-timer .group .timer {
    font-size: 20px;
    font-weight: 700
}

.kc-countdown-timer .countdown-style2 .group {
    padding: 10px
}

@-webkit-keyframes animate-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 44px 0
    }
}

.kc_progress_bars .progress-item {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.kc_progress_bars div.progress-item:first-child {
    margin-top: 0 !important
}

.kc_progress_bars div.progress-item:last-child {
    margin-bottom: 0 !important
}

.kc-ui-progress-bar {
    position: relative;
    background: #e4e4e4
}

.kc-ui-progress {
    position: relative;
    display: block;
    height: 10px;
    z-index: 2;
    background: #42BCE2;
    overflow: initial !important
}

.kc-ui-progress-bar:after {
    background: #e4e4e4
}

.kc-ui-progress-bar2 .kc-ui-progress div.ui-label {
    margin-bottom: 10px
}

.kc-ui-progress div.ui-label {
    text-transform: uppercase;
    color: #272727;
    position: absolute;
    right: 0;
    margin-right: 12px;
    white-space: nowrap;
    bottom: 100%
}

.kc-ui-progress div.ui-label .value {
    display: block;
    color: #333
}

.kc_progress_bars .progress-item span.label {
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0;
    color: #333;
    float: left;
    font-weight: 500;
    position: relative
}

.kc-ui-progress2 span.value {
    float: left;
    width: 45px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: rgba(0, 0, 0, .4);
    background-size: 90%;
    border-radius: 3px;
    color: #fff;
    font-size: 12px
}

.kc-ui-progress2 span.value:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    border: 4px solid transparent;
    border-top-color: rgba(0, 0, 0, .4);
    transform: translateX(-50%)
}

.kc-ui-progress3 div.ui-label {
    bottom: 0;
    font-size: 1em;
    height: 100%;
    display: flex;
    align-items: center
}

.pie-chart-wrapper {
    text-align: center
}

.kc_piechart {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100px
}

.kc_piechart .percent:after {
    content: "%";
    font-size: .8em;
    margin-left: .1em
}

.kc_piechart .percent {
    z-index: 2;
    text-align: center;
    font-size: 14px;
    display: block;
    color: #42BCE2
}

.kc_piechart .pie_chart_percent i {
    width: 100%;
    font-size: 14px
}

.kc_piechart .pie_chart_percent {
    z-index: 2;
    top: 50%;
    position: absolute;
    left: 50%;
    text-align: center;
    font-size: 14px;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%)
}

.kc_piechart canvas {
    left: 0;
    position: absolute;
    top: 0
}

.pie_chart_text {
    margin: 20px 0
}

.kc-flip-container {
    perspective: 1000;
    -webkit-perspective: 1000;
    min-height: 50px;
    float: left;
    width: 100%
}

.kc-flip-container.flip .flipper, .kc-flip-container.hover .flipper, .kc-flip-container:hover .flipper {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg)
}

.kc-flip-container.flip-vertical.flip .flipper, .kc-flip-container.flip-vertical.hover .flipper, .kc-flip-container.flip-vertical:hover .flipper {
    transform: rotateX(180deg) rotateY(0);
    -webkit-transform: rotateX(180deg) rotateY(0)
}

.kc-flip-container .wrap-icon {
    float: left;
    width: 100%
}

.kc-flip-container .front {
    background: #f7f7f7;
    border: 1px solid #ebebeb
}

.kc-flip-container .front .front-content {
    float: left;
    width: 100%;
    padding: 30px 15px;
    text-align: center
}

.kc-flip-container .front .front-content i {
    font-size: 40px;
    color: #42BCE2
}

.kc-flip-container .front .front-content h3 {
    margin: 0 0 20px;
    font-size: 18px;
    float: left;
    width: 100%;
    color: #444;
    text-transform: uppercase
}

.kc-flip-container .front .front-content p {
    color: #666;
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.kc-flip-container .front .front-content .button {
    background: #42BCE2;
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
    padding: 10px 16px;
    font-size: 12px
}

.kc-flip-container .back {
    background: #fff;
    border: 4px solid #ddd
}

.kc-flip-container .back .des {
    float: left;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    overflow-y: auto
}

.kc-flip-container .back .des i {
    font-size: 40px;
    color: #C13740
}

.kc-flip-container .back .des h3 {
    margin: 0 0 20px;
    float: left;
    width: 100%;
    font-size: 18px;
    color: #444;
    text-transform: uppercase
}

.kc-flip-container .back .des p {
    color: #666;
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.kc-flip-container .back .des .button {
    background: #C13740;
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
    padding: 10px 16px;
    font-size: 12px
}

.kc-flip-container .flipper {
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    position: relative;
    height: 100%;
    float: left;
    width: 100%
}

.content-icon i, .kc-feature-boxes, .kc-feature-boxes a, .kc-pricing-tables {
    transition: all .3s ease 0s
}

.kc-flip-container .back, .kc-flip-container .front {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.kc-flip-container .front {
    z-index: 2;
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    float: left;
    width: 100%;
    position: relative
}

.kc-flip-container .front img {
    width: 100%;
    float: left;
    max-width: 100%
}

.kc-flip-container .back {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg)
}

.kc-flip-container.flip-vertical .back {
    transform: rotateX(180deg) rotateY(0);
    -webkit-transform: rotateX(180deg) rotateY(0)
}

.kc_wrap_instagram {
    overflow: hidden;
    clear: both
}

.kc_wrap_instagram ul {
    margin: 0;
    padding-left: 0
}

.kc_wrap_instagram ul li.el-end {
    margin-right: 0
}

.kc_wrap_instagram ul li.el-start {
    clear: left
}

.kc-blog-posts-3, .kc_box_wrap, .kc_video_wrapper {
    clear: both
}

.ins_mark_low_resolution, .ins_mark_standard_resolution, .ins_mark_thumbnail {
    padding: 25px 10px
}

.kc_wrap_instagram ul li {
    background: url(http://orkestragruplari.com/wp-content/plugins/kingcomposer/assets/frontend/images/loading.gif) center center no-repeat;
    float: left;
    list-style: none;
    width: 100%;
    margin: 0 0 10px;
    padding: 0 5px
}

.kc_wrap_instagram {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px
}

.kc_wrap_instagram ul li.loaded a {
    float: left;
    width: 100%
}

.kc_wrap_instagram ul li.loaded img {
    width: 100%;
    float: left
}

.kc_wrap_instagram ul li.loaded {
    background-image: none
}

.kc_ins_col_1 ul li {
    width: 100%
}

.kc_ins_col_2 ul li {
    width: 50%
}

.kc_ins_col_3 ul li {
    width: 33.3333333333%
}

.kc_ins_col_4 ul li {
    width: 25%
}

.kc_ins_col_5 ul li {
    width: 20%
}

.kc_ins_col_6 ul li {
    width: 16.6666666666666%
}

.kc-fb-layout-1, .kc-fb-layout-1 .content-button, .kc-fb-layout-1 .content-desc, .kc-fb-layout-1 .content-icon, .kc-fb-layout-1 .content-title, .kc-fb-layout-2 .content-image, .kc-fb-layout-3, .kc-fb-layout-3 .content-desc, .kc-fb-layout-3 .content-title, .kc-fb-layout-4, .kc-feature-boxes {
    width: 100%;
    float: left
}

.content-icon i {
    display: inline-block
}

.kc-fb-layout-1 {
    text-align: center
}

.kc-fb-layout-1 .content-icon i {
    font-size: 55px;
    color: #42BCE2;
    text-align: center
}

.kc-fb-layout-1 .content-title {
    margin: 25px 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #444
}

.kc-fb-layout-1 .content-desc {
    font-weight: 400;
    margin-bottom: 25px
}

.kc-fb-layout-1 .content-desc p {
    margin: 0;
    color: rgba(86, 86, 86, .8)
}

.kc-fb-layout-1 .content-button a {
    display: inline-block;
    padding: 7px 20px;
    text-transform: uppercase;
    background: #eee;
    color: #666;
    font-size: 12px
}

.kc-fb-layout-1 .content-button a:hover {
    background: #42BCE2;
    color: #fff
}

.kc-fb-layout-2 {
    overflow: hidden;
    text-align: center
}

.kc-fb-layout-2 .content-button, .kc-fb-layout-2 .content-desc, .kc-fb-layout-2 .content-title {
    float: left;
    width: 100%;
    padding: 0 10px
}

.content-title {
    margin: 25px 0 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #444
}

.content-desc {
    font-weight: 400;
    margin-bottom: 25px;
    color: rgba(86, 86, 86, .8);
    padding: 0
}

.content-desc p {
    margin: 0;
    color: rgba(86, 86, 86, .8)
}

.content-button a {
    display: inline-block;
    padding: 7px 20px;
    text-transform: uppercase;
    background: #eee;
    color: #666;
    font-size: 12px
}

.kc-fb-layout-2 .content-button {
    margin-bottom: 30px
}

.kc-fb-layout-2 .content-button a:hover {
    background: #42BCE2;
    color: #fff
}

.kc-fb-layout-3 {
    display: -webkit-flex;
    display: flex
}

.kc-fb-layout-3 .content-icon {
    float: left
}

.kc-fb-layout-3 .content-icon i {
    font-size: 29px;
    text-align: center
}

.kc-fb-layout-4 .content-position, .kc-fb-layout-5 .content-position {
    font-size: 11px;
    color: #42BCE2;
    text-transform: uppercase
}

.kc-fb-layout-3 .box-right {
    padding-left: 25px
}

.kc-fb-layout-3 .content-title {
    margin: 0 0 15px
}

.kc-fb-layout-4 .content-image {
    float: left;
    width: 50%
}

.kc-fb-layout-4 .box-right .content-button, .kc-fb-layout-5, .kc-testi-layout-1, .kc-testi-layout-2, .kc-testi-layout-3, .kc-testi-layout-4, .kc-testimo .content-desc, .kc-testimo .content-image, .kc-testimo .content-position, .kc-testimo .content-title {
    width: 100%;
    float: left
}

.kc-fb-layout-4 .content-image img {
    float: left
}

.kc-fb-layout-4 .box-right {
    overflow: hidden;
    padding: 0 0 0 20px
}

.kc-fb-layout-4 .content-title {
    margin: 0 0 20px
}

.kc-fb-layout-4 .box-right .content-button a {
    float: left
}

.kc-fb-layout-5 .content-title {
    margin: 0 0 15px
}

.kc-testi-layout-1 {
    text-align: center
}

.kc-testi-layout-1 .content-image img {
    border-radius: 50%
}

.kc-testi-layout-1 .content-desc {
    margin: 30px 0 27px
}

.kc-testi-layout-1 .content-title {
    margin: 0;
    font-size: 18px
}

.kc-testi-layout-1 .content-position {
    color: #999;
    font-size: 11px
}

.kc-testi-layout-2 {
    background: #eee;
    padding: 25px 20px 30px;
    border-radius: 4px
}

.kc-testi-layout-2 .content-title {
    margin: 0;
    color: #42BCE2;
    font-size: 18px
}

.kc-testi-layout-2 .content-position {
    color: #999;
    font-size: 11px
}

.kc-testi-layout-2 .content-desc {
    margin: 15px 0 0
}

.kc-testi-layout-3 {
    text-align: center;
    padding: 0 0 30px
}

.kc-testi-layout-3 .content-title {
    margin: 20px 0 0;
    color: #42BCE2;
    font-size: 18px;
    padding: 0 15px
}

.kc-testi-layout-3 .content-position {
    color: #999;
    font-size: 11px;
    padding: 0 15px
}

.kc-testi-layout-3 .content-desc {
    margin: 15px 0 0;
    padding: 0 15px
}

.kc-testi-layout-4 .content-image {
    padding-right: 20px;
    float: left;
    width: 40%
}

.kc-testi-layout-4 .content-image img {
    border-radius: 50%;
    float: left
}

.kc-testi-layout-4 .box-right {
    overflow: hidden
}

.kc-testi-layout-4 .content-title {
    margin: 0;
    font-size: 18px
}

.kc-testi-layout-4 .content-desc {
    margin-bottom: 20px
}

.kc-testi-layout-4 .content-position {
    color: #42BCE2;
    font-size: 11px
}

.kc-testi-layout-5 {
    float: left;
    width: 100%
}

.kc-testi-layout-5 .content-image {
    padding-right: 20px;
    float: left;
    width: auto;
    max-width: 40%
}

.kc-testi-layout-5 .content-image img {
    border-radius: 50%
}

.kc-testi-layout-5 .box-right {
    float: left
}

.kc-testi-layout-5 .content-title {
    margin: 0;
    font-size: 18px
}

.kc-pricing-tables {
    float: left;
    width: 100%;
    overflow: hidden
}

.kc-pricing-layout-1 {
    border-radius: 10px;
    overflow: hidden;
    background: #42BCE2
}

.kc-pricing-layout-1 .header-pricing {
    float: left;
    width: 100%;
    line-height: 1.4
}

.kc-pricing-layout-1 .header-pricing .kc-pricing-price {
    float: left;
    width: 100%;
    text-align: center
}

.kc-pricing-layout-1 .kc-pricing-price .content-price {
    padding-bottom: 30px
}

.kc-pricing-layout-1 .header-pricing .kc-pricing-price span {
    font-weight: 400;
    color: #fff;
    font-size: 28px
}

.kc-pricing-layout-1 .header-pricing .kc-pricing-price span.content-duration {
    font-size: 16px;
    color: #fff
}

.kc-pricing-layout-1 .header-pricing .content-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: rgba(0, 0, 0, .1);
    padding: 15px 0
}

.kc-pricing-layout-1 .content-icon-header i {
    font-size: 80px;
    color: #fff;
    margin-top: 30px
}

.kc-pricing-layout-1 .content-desc {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    text-align: center;
    padding: 0
}

.kc-pricing-tables .content-desc li:last-child {
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-right: 0 !important
}

.kc-pricing-tables .content-desc li:first-child {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important
}

.kc-pricing-layout-1 .content-desc li {
    float: left;
    width: 100%;
    padding: 8px 0;
    font-size: 14px;
    color: #173d50
}

.kc-pricing-tables .content-desc li {
    border-left: 0 !important;
    border-right: 0 !important;
    list-style: none
}

.kc-pricing-tables .content-desc li:not(:last-child) {
    border-bottom: 0 !important
}

.kc-pricing-layout-1 .content-desc li:nth-of-type(2n+1) {
    background: #F1F3F5
}

.kc-pricing-layout-1 .content-button {
    float: left;
    width: 100%;
    text-align: center;
    background: #42BCE2
}

.kc-pricing-layout-1 .content-button a {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 25px;
    background: rgba(0, 0, 0, .1);
    color: #fff
}

.kc-pricing-layout-1 .content-button a:hover {
    background: #fff;
    color: #42BCE2
}

.kc-pricing-layout-2 .header-pricing {
    float: left;
    width: 100%;
    line-height: 1.4
}

.kc-pricing-layout-2 .header-pricing .kc-pricing-price {
    float: left;
    width: 100%;
    text-align: center;
    border-left: 0 !important;
    border-right: 0 !important
}

.kc-pricing-layout-2 .kc-pricing-price .content-price {
    padding-bottom: 30px
}

.kc-pricing-layout-2 .header-pricing .kc-pricing-price span {
    color: #42BCE2;
    font-weight: 300;
    font-size: 60px
}

.kc-pricing-layout-2 .header-pricing .kc-pricing-price span.content-duration {
    font-size: 16px;
    color: rgba(23, 61, 80, .4)
}

.kc-pricing-layout-2 .header-pricing .content-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin: 0 0 3px;
    font-weight: 700;
    text-transform: uppercase;
    color: #173d50;
    padding: 30px 0 0
}

.kc-pricing-layout-2 .content-desc {
    float: left;
    width: 100%;
    list-style: none;
    text-align: center;
    margin: 0
}

.kc-pricing-layout-2 .content-desc li {
    float: left;
    width: 100%;
    padding: 8px 0;
    font-size: 14px;
    color: #173d50
}

.kc-pricing-layout-2 .content-desc li:nth-of-type(2n+1) {
    background: rgba(23, 61, 80, .06)
}

.kc-pricing-layout-2 .content-button {
    float: left;
    width: 100%;
    text-align: center
}

.kc-pricing-layout-2 .content-button a {
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 25px;
    background: #42BCE2;
    color: #fff;
    border: 2px solid #42BCE2
}

.kc-pricing-layout-2 .content-button a:hover {
    background: #fff;
    color: #42BCE2
}

.kc-pricing-layout-3 {
    float: left;
    width: 100%;
    line-height: 1.4;
    background: #42BCE2
}

.kc-pricing-layout-3 .kc-pricing-price {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background: rgba(255, 255, 255, .15)
}

.kc-pricing-layout-3 .kc-pricing-price span {
    font-weight: 300;
    color: #fff;
    font-size: 60px
}

.kc-pricing-layout-3 .kc-pricing-price span.content-duration {
    font-size: 14px
}

.kc-pricing-layout-3 .content-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 15px;
    padding: 30px 0;
    background: rgba(255, 255, 255, .15);
    text-transform: uppercase
}

.kc-pricing-layout-3 .content-desc {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    text-align: center
}

.kc-pricing-layout-3 .content-desc li {
    float: left;
    width: 100%;
    padding: 8px 0;
    font-size: 14px;
    color: #fff
}

.kc-pricing-layout-3 .content-button {
    float: left;
    width: 100%;
    text-align: center
}

.kc-pricing-layout-3 .content-button a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 300;
    margin-top: 25px;
    margin-bottom: 25px;
    background: rgba(255, 255, 255, .15);
    color: #fff
}

.kc-pricing-layout-3 .content-button a:hover {
    background: #fff;
    color: #42BCE2
}

.kc-pricing-layout-4 {
    border-radius: 10px;
    overflow: hidden;
    background: #42BCE2
}

.kc-pricing-layout-4 .header-pricing {
    float: left;
    width: 100%;
    line-height: 1.4
}

.kc-pricing-layout-4 .header-pricing .kc-pricing-price {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 30px
}

.kc-pricing-price span {
    display: inline-block
}

.kc-pricing-layout-4 .kc-pricing-price span {
    font-weight: 300;
    color: #fff;
    font-size: 60px;
    display: inline-block
}

.kc-pricing-layout-4 .kc-pricing-price .content-price {
    line-height: 60px;
    margin: 0 5px
}

.kc-pricing-layout-4 .kc-pricing-price .content-duration {
    font-size: 16px;
    color: rgba(255, 255, 255, .75);
    text-transform: uppercase;
    vertical-align: bottom
}

.kc-pricing-layout-4 .kc-pricing-price .content-currency {
    font-size: 16px;
    vertical-align: top;
    color: rgba(255, 255, 255, .75)
}

.kc-pricing-layout-4 .content-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    margin: 0;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    padding: 0 0 10px
}

.content-icon-header {
    float: left;
    width: 100%;
    text-align: center
}

.content-icon-header i {
    display: inline-block
}

.kc-pricing-layout-4 .content-icon-header i {
    margin: 30px 0;
    font-size: 90px;
    text-align: center;
    color: #fff;
    background: rgba(255, 255, 255, .15);
    border-radius: 50%;
    width: 160px;
    height: 160px;
    line-height: 160px
}

.kc-pricing-layout-4 .content-desc {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    background: #fff;
    text-align: center
}

.kc-pricing-layout-4 .content-desc li {
    float: left;
    width: 100%;
    padding: 8px 0;
    font-size: 14px;
    color: #173d50
}

.kc-pricing-layout-4 .content-desc li:nth-of-type(2n+1) {
    background: #F1F3F5
}

.kc-pricing-layout-4 .content-button {
    float: left;
    width: 100%;
    background: #fff;
    text-align: center
}

.kc-pricing-layout-4 .content-button a {
    display: inline-block;
    background: #42BCE2;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #fff
}

.kc_facebook_recent_post .list-posts {
    background: #e9ebee
}

.kc_facebook_recent_post .list-posts li {
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    background: #fff;
    border-radius: 3px
}

.kc_facebook_recent_post .list-posts li:last-child {
    margin-bottom: 0
}

.kc_facebook_recent_post ul li.fb_mark_cls {
    background: url(http://orkestragruplari.com/wp-content/plugins/kingcomposer/assets/frontend/images/fb_loading.gif) left 20px center no-repeat;
    height: 60px;
    border: 1px dashed #E6E6E6;
    margin-bottom: 15px;
    z-index: 2;
    background-size: 16px
}

.fb-header .fb-line-1, .fb-header .fb-line-2 {
    z-index: 11;
    position: relative;
    width: 100%;
    float: left
}

.kc_facebook_recent_post ul {
    max-height: 300px;
    overflow-y: auto
}

.kc_facebook_recent_post ul li {
    border-bottom: 1px solid #E6E6E6
}

.kc_facebook_recent_post .fb-post-info span {
    margin-right: 15px
}

.kc_facebook_recent_post .fb-post-info a {
    font-size: 12px;
    box-shadow: none;
    border-bottom: 0;
    color: #7f7f7f
}

.kc_facebook_recent_post img {
    margin-bottom: 10px;
    max-width: 100%
}

.kc_facebook_recent_post .fb-message {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.38;
    overflow: hidden
}

.kc_shortcode .fb-button-profile {
    background-color: #4e69a2;
    border-radius: 2px;
    border: 1px solid;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin-top: 15px;
    display: inline-block;
    text-align: center;
    color: #FFF;
    padding: 5px 20px;
    text-decoration: none
}

.kc_shortcode .fb-button-profile:active, .kc_shortcode .fb-button-profile:hover {
    background-color: #4e69a2;
    color: #FFF;
    box-shadow: 0 0 1px 2px rgba(88, 144, 255, .75), 0 1px 1px rgba(0, 0, 0, .15);
    outline: 0
}

.kc_shortcode .fb-button-profile:visited {
    color: #FFF
}

.kc_facebook_recent_post ul {
    border-top: 0;
    padding: 10px
}

.kc_facebook_recent_post ul li {
    padding: 10px;
    margin-bottom: 20px
}

.kc_facebook_recent_post .fb-post-info {
    margin-top: 10px;
    padding-top: 6px;
    border-top: 1px solid #e5e5e5;
    line-height: 1
}

.kc_facebook_recent_post .fb-post-infoa span {
    color: #7f7f7f;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-transform: capitalize
}

.kc_facebook_recent_post .fb-post-infoa span:hover {
    color: #333
}

.fb-header {
    width: 100%;
    height: 130px;
    background-size: cover;
    position: relative
}

.fb-header .fb-line-1 {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .9)
}

.fb-header .fb-line-2 {
    display: block
}

.fb-line-1 .img-profile {
    width: 54px;
    height: auto;
    margin: 7px 10px 0 7px;
    border: 2px solid #fff;
    float: left
}

.fb-line-1 .username {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    line-height: 35px;
    overflow: hidden
}

.fb-line-1 .likes {
    font-size: 12px;
    line-height: 1.358;
    overflow: hidden;
    display: block;
    margin-left: 65px
}

.fb-line-2 .like_page, .fb-line-2 .share_page {
    background: #f6f7f8;
    padding: 0 10px;
    margin-left: 10px;
    margin-top: 30px;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    color: #4e5665;
    border-radius: 1px;
    text-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    font-weight: 700;
    box-sizing: content-box;
    text-align: center;
    font-family: helvetica, arial, sans-serif
}

.fb-line-2 .share_page {
    margin-right: 10px;
    margin-left: inherit;
    float: right
}

.fb-line-2 .share_page i {
    font-size: 13px
}

.fb-line-2 .like_page i {
    font-size: 13px;
    color: #3A5897
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 10
}

.kc_wrap_twitter .button_follow_wrap {
    padding: 10px 15px;
    background: #e1e8ed
}

.kc_twitter_feed .owl-item {
    text-align: center
}

.kc_twitter_feed ul li {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    background: #fff
}

.kc_twitter_feed ul li:last-child {
    margin-bottom: 0
}

.kc_twitter_feed .kc_tweet_icon i {
    display: block;
    margin-bottom: 10px
}

.kc_twitter_feed .twitter-footer {
    font-size: 12px;
    font-style: italic;
    margin-top: 15px
}

.kc_twitter_style-1 .twitter-footer.show_avatar {
    margin-left: 58px;
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    line-height: 1;
    padding-bottom: 6px
}

.kc_twitter_feed .twitter-footer > span {
    margin-right: 25px
}

.kc_twitter_feed .twitter-footer > span a {
    color: #aab8c2
}

.kc_twitter_feed .twitter-footer > span a:hover {
    color: #1da1f2
}

.kc_twitter_feed .twitter-footer > span:last-child {
    margin-right: 0
}

.kc_twitter_feed a {
    color: #02A4BC
}

.kc_twitter_feed .tweet_user a {
    position: relative;
    line-height: 21px;
    color: #333;
    cursor: pointer;
    background-color: #eee;
    border-radius: 3px;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    border: 1px solid #ccc;
    background-image: linear-gradient(#fff, #dedede)
}

.kc-blog-posts-2 .kc-list-item-2 .post-title-alt a:hover, .kc-blog-posts-3 .kc-list-item-3 .entry-meta a:hover, .kc-blog-posts-4 .kc-list-item-4 .post-meta a:hover {
    text-decoration: underline
}

.kc_twitter_feed .tweet_user a:hover {
    color: #333;
    background-color: #d9d9d9;
    background-image: linear-gradient(#f8f8f8, #d9d9d9);
    border-color: #bbb
}

.kc_twitter_feed .kc_tweet_icon {
    font-size: 40px;
    display: block
}

.kc_twitter_feed .tweet_desc .user_twitter {
    width: 48px;
    height: 48px;
    display: inline-block;
    float: left
}

.kc_twitter_feed .description, .kc_twitter_feed .user_twitter span {
    display: block
}

.kc_twitter_follow i {
    margin-right: 5px;
    color: #1b95e0;
    font-size: 20px
}

.kc_twitter_feed .kc_twitter_follow {
    line-height: 25px;
    float: right;
    padding: 2px 5px
}

.tweet_reply a i, .tweet_retweet a i {
    font-size: 17px
}

.kc_twitter_feed.kc_twitter_style-1 .kc_tweet_icon {
    float: left
}

.kc_twitter_feed.kc_twitter_style-1 .tweet_desc.show_avatar {
    margin-left: 58px
}

.kc_twitter_feed.kc_twitter_style-1 .tweet_desc .user_twitter {
    margin-left: -58px
}

.kc_twitter_feed .user_twitter {
    text-align: left
}

.kc_twitter_feed .user_twitter img {
    float: left;
    margin-right: 10px;
    border-radius: 5px
}

.kc_twitter_feed .tweet_desc .name {
    font-weight: 800
}

.kc_twitter_feed .tweet_desc .screen_name {
    color: #8899a6
}

.kc_twitter_feed .tweet_user {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 20px
}

.kc_counter_box h4, .kc_counter_box i {
    margin-bottom: 15px
}

.kc_wrap_twitter .result_twitter_feed {
    overflow-y: auto;
    padding: 20px 15px;
    border: 1px solid #e9eaed;
    height: 350px;
    background: #F5F8FA
}

.kc_twitter_style-2 .button_follow_wrap {
    display: none
}

.kc_twitter_feed.kc_twitter_style-2 .tweet_desc .user_twitter {
    float: none;
    display: block;
    margin-right: 0;
    text-align: center;
    width: 100%
}

.kc_twitter_feed.kc_twitter_style-2 .tweet_desc .user_twitter img {
    margin-right: 0;
    float: none
}

.kc_twitter_feed.kc_twitter_style-2.tweet_desc span {
    display: block
}

.kc_twitter_feed.kc_twitter_style-2 .tweet_desc {
    text-align: center
}

.kc_twitter_feed.kc_twitter_style-2 .tweet_user {
    text-align: center;
    margin-top: 20px;
    border: none
}

.kc_twitter_feed.kc_twitter_style-2 .kc_twitter_follow {
    float: none
}

.kc-pie-chart-wrapper, .kc_counter_box {
    text-align: center
}

.kc_counter_box .counterup {
    display: block;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px
}

.kc_counter_box i {
    display: inline-block;
    font-size: 45px
}

.kc_box_wrap .one-second, .kc_box_wrap .one-third, .kc_box_wrap .two-third {
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.kc_box_wrap .one-third {
    width: 33.3%
}

.kc_box_wrap .one-second {
    width: 50%
}

.kc_box_wrap .two-third {
    width: 66.7%
}

.kc-owl-post-carousel .owl-item {
    padding-right: 20px
}

.kc-owl-post-carousel .owl-item .kc-read-more {
    font-size: 13px;
    padding: 9px 30px;
    border-radius: 25px;
    white-space: nowrap;
    border: 1px solid #e3e3e3;
    transition: all .3s ease
}

.kc-owl-post-carousel .owl-item .kc-read-more:hover {
    background: #ccc;
    border: 0
}

.kc-owl-post-carousel .owl-item .footer-button {
    padding: 15px 0;
    text-align: center
}

.kc-owl-post-carousel .owl-item .list-item {
    box-shadow: 0 0 0 1px rgba(224, 224, 224, .5) inset;
    text-align: center;
    padding-bottom: 25px
}

.kc-owl-post-carousel .in-post-content {
    text-align: justify
}

.kc-owl-post-carousel .owl-item .image {
    margin-bottom: 20px;
    position: relative
}

.kc-owl-post-carousel .owl-item .image .caption {
    background: rgba(0, 0, 0, .5);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 10px;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.kc_single_image, .kc_single_image figure {
    position: relative
}

.kc-owl-post-carousel .owl-item .image .caption a {
    color: #FFF;
    font-size: 16px
}

.kc-owl-post-carousel .owl-item .title {
    overflow: hidden;
    padding: 20px 12px 0
}

.kc-owl-post-carousel .owl-item .in-post-content {
    padding: 0 15px
}

.kc-owl-post-carousel .owl-item .kc-entry_meta {
    margin-bottom: 10px;
    font-size: 80%
}

.list-post-type .list-item {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #dbdbdb;
    float: left;
    width: 100%
}

.list-post-type .list-item figure {
    float: left;
    width: 100%;
    margin-bottom: 25px
}

.list-post-type .list-item img {
    display: block;
    max-width: 100%
}

.list-post-type .list-item h3 {
    float: left;
    width: 100%;
    margin-bottom: 6px
}

.list-post-type .list-item h3 a {
    display: block;
    color: #272727;
    font-size: 24px;
    transition: all .3s ease 0s
}

.list-post-type .list-item h3 a:hover {
    color: #42BCE2
}

.kc-read-more {
    float: left;
    padding: 7px 30px;
    border: 1px solid #e4e4e4;
    border-radius: 30px;
    font-weight: 600;
    color: #505050;
    transition: all .3s ease 0s
}

.kc-read-more:hover {
    background: #42BCE2;
    border-color: #42BCE2;
    color: #fff
}

.kc-entry_meta > span {
    margin-right: 13px;
    font-size: 12px;
    font-weight: 500
}

.kc-entry_meta > span i {
    color: #42BCE2
}

.kc-entry_meta > span a {
    color: #7a7a7a;
    transition: all .3s ease 0s
}

.kc-entry_meta > span a:hover {
    color: #42BCE2
}

.kc-carousel-images .progressBar {
    width: 100%;
    background: #EDEDED
}

.kc-carousel-images .progressBar .bar {
    width: 0;
    max-width: 100%;
    height: 4px;
    background: #7fc242
}

.kc_accordion_section.group {
    padding-bottom: 8px
}

.entry-content a {
    box-shadow: none
}

.kc_accordion_content {
    border-bottom: 1px solid #eaeaea;
    border-top: none !important;
    float: left;
    width: 100%
}

.kc_single_image {
    max-width: 100%;
    width: 100%;
    line-height: 0
}

.kc_single_image > a {
    width: 100%;
    float: left;
    position: relative
}

.kc_single_image p {
    margin: 10px 0;
    float: left;
    width: 100%
}

.kc_image_empty {
    max-width: 100%
}

.kc-image-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .6s ease;
    opacity: 0
}

.kc-image-overlay i {
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all .3s ease;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px
}

.kc-image-overlay:hover i {
    border-radius: 10px
}

.kc_single_image:hover .kc-image-overlay {
    background: rgba(58, 52, 42, .7);
    opacity: 1
}

.list-post-type .kc-entry_meta span.tags-links {
    display: inline !important
}

.kc-icon-wrapper i, .list-post-type .kc-read-more {
    display: inline-block
}

.kc-entry_meta {
    float: left;
    width: 100%;
    padding-bottom: 15px
}

.list-post-type .text {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.kc-entry_meta i {
    margin-right: 5px
}

.kc-sync2.owl-carousel.owl-theme {
    margin-top: 10px
}

.kc-sync2 .owl-item.synced .item img {
    border: 1px solid #869791
}

.kc-carousel-no-images {
    padding: 20px 0
}

.kc-icon-wrapper i {
    color: #42BCE2;
    font-size: 16px;
    text-align: center;
    line-height: 1em;
    transition: background-color .3s ease 0s, color .3s ease 0s, border-radius .3s ease 0s
}

.kc-multi-icons-wrapper i {
    width: 1em;
    height: 1em;
    text-align: center;
    color: #fff;
    font-size: 20px
}

.kc-multi-icons-wrapper a {
    padding: 10px;
    margin: 3px;
    background: #1E73BE;
    line-height: 1;
    display: inline-block;
    border-radius: 3px
}

.kc-multi-icons-wrapper a:last-child {
    margin-right: 0 !important
}

.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 50px;
    margin-top: -25px;
    background: 0 0;
    opacity: 0;
    left: 50px;
    color: transparent;
    transition: all .3s ease;
    padding: 0;
    z-index: 9
}

.owl-nav-arrow.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 50px;
    left: initial
}

.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div:before {
    content: "\e605";
    color: #999;
    transition: all .6s ease;
    font-family: simple-line-icons;
    font-size: 50px;
    line-height: 50px;
    font-weight: 100
}

.owl-nav-arrow.owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\e606"
}

.owl-nav-arrow.owl-theme:hover .owl-controls .owl-buttons div {
    opacity: 1;
    left: 15px
}

.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div:hover:before {
    color: #666
}

.owl-nav-arrow.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
    right: 15px;
    left: initial
}

.owl-nav-round.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -25px;
    background: #fafafa;
    opacity: 0;
    left: 50px;
    color: transparent;
    transition: all .3s ease;
    padding: 0;
    border: 1px solid #aaa;
    border-radius: 100%
}

.owl-nav-round.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 50px;
    left: initial
}

.owl-nav-round.owl-theme .owl-controls .owl-buttons div:before {
    content: "\e605";
    color: #999;
    transition: all .6s ease;
    font-family: simple-line-icons;
    font-size: 20px;
    line-height: 40px;
    font-weight: 100;
    width: 40px;
    height: 40px;
    text-align: left;
    display: block;
    padding-left: 8px;
    margin-top: -1px
}

.owl-nav-round.owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\e606";
    padding-right: 8px;
    text-align: right
}

.owl-nav-round.owl-theme:hover .owl-controls .owl-buttons div {
    opacity: 1;
    left: 15px
}

.owl-nav-round.owl-theme .owl-controls .owl-buttons div:hover {
    background: #FFF
}

.owl-nav-round.owl-theme .owl-controls .owl-buttons div:hover:before {
    color: #666
}

.owl-nav-round.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
    right: 15px;
    left: initial
}

@keyframes kc-spinner {
    0% {
        transform: scale(1) rotate(0)
    }
    100% {
        transform: scale(1) rotate(720deg)
    }
}

.kc-title-wrap {
    width: 100%
}

.image_fadein_slider {
    display: inline-block;
    width: 100%
}

.image_fadein_slider .image_fadein {
    display: inline-block;
    width: 100%;
    position: relative
}

.image_fadein_slider img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    opacity: 0;
    transition: all ease 650ms
}

.image_fadein_slider img.active {
    position: relative;
    opacity: 1;
    transition: all ease 850ms
}

.image_fadein_slider .image_fadein.fast img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    opacity: 0;
    transition: all ease 350ms
}

.image_fadein_slider .image_fadein.fast img.active {
    position: relative;
    opacity: 1;
    transition: all ease 550ms
}

.image_fadein_slider .image_fadein.slow img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    opacity: 0;
    transition: all ease 950ms
}

.image_fadein_slider .image_fadein.slow img.active {
    position: relative;
    opacity: 1;
    transition: all ease 1.15s
}

.kc-blog-posts-4 {
    width: calc(100% + 30px) !important;
    margin-left: -15px;
    margin-right: -15px
}

.kc-blog-posts-4 .kc-list-item-4 {
    float: left;
    width: 100%;
    position: relative
}

.kc-blog-posts-4 .item {
    padding: 0 15px
}

.meta-title {
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(101, 100, 96, 0) 0, rgba(0, 0, 0, .35) 50%, rgba(0, 0, 0, .35) 100%);
    padding: 20px
}

.kc-blog-posts-4 .kc-list-item-4 .kc-post-header {
    float: left;
    width: 100%
}

.kc-blog-posts-4 .kc-list-item-4 .kc-post-header > a {
    float: left;
    width: 100%;
    overflow: hidden
}

.kc-blog-posts-4 .kc-list-item-4 .kc-post-header > a img {
    display: block
}

.kc-blog-posts-4 .kc-list-item-4 .kc-post-header .post-meta a.date-link {
    margin-left: 7px
}

.kc-blog-posts-4 .kc-list-item-4 .kc-post-header .post-meta a.date-link:before {
    content: '|';
    margin-right: 7px
}

.kc-blog-posts-4 .kc-list-item-4 .kc-post-header a img {
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.kc-blog-posts-4 .kc-list-item-4 .kc-post-header a: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)
}

.divider_line2 i, .divider_line3 .line_text {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.kc-blog-posts-4 .kc-list-item-4 .post-meta {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    float: left;
    width: 100%
}

.kc-blog-posts-4 .kc-list-item-4 .post-meta a {
    text-transform: capitalize;
    font-size: 12px;
    color: #fff
}

.kc-blog-posts-4 .kc-list-item-4 .kc-post-header .post-title-alt {
    float: left;
    width: 100%;
    line-height: 1.4;
    margin: 4px 0 10px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.kc-blog-posts-4 .kc-list-item-4 .kc-post-header .post-title-alt a {
    color: #fff
}

.kc-blog-posts-4 .kc-list-item-4 .kc-post-header .post-title-alt a:hover {
    color: #42BCE2
}

.kc-blog-posts-1 .kc-list-item-1 {
    position: relative;
    min-height: 200px
}

.kc-blog-posts-1 .kc-list-item-1 figure {
    width: 100%;
    display: inline-block
}

.kc-blog-posts-1 .kc-list-item-1 .post-details {
    position: absolute;
    padding: 40px 20px 30px;
    width: 100%;
    bottom: 0;
    text-align: left;
    background: rgba(255, 255, 255, .7)
}

.kc-blog-posts-1 .kc-list-item-1 .post-title-alt {
    margin: 0 0 15px
}

.kc-blog-posts-1 .kc-list-item-1 .post-title-alt a {
    color: #000;
    display: block;
    font-size: 22px;
    text-transform: uppercase
}

.kc-blog-posts-1 .kc-list-item-1 .post-title-alt a:hover {
    color: #555
}

.kc-blog-posts-1 .kc-list-item-1 .post-date {
    margin-bottom: 10px;
    color: #999;
    font-size: 12px;
    font-style: italic
}

.kc-blog-posts-1 .kc-list-item-1 .post-date .kc-post-author {
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #ddd
}

.kc-blog-posts-1 .kc-list-item-1 .post-date .post-cats {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #ddd
}

.kc-blog-posts-1 .kc-list-item-1 .post-date .kc-post-author a, .kc-blog-posts-1 .kc-list-item-1 .post-date .post-cats a {
    color: #333
}

.kc-blog-posts-1 .kc-list-item-1 .post-date .kc-post-author a:hover, .kc-blog-posts-1 .kc-list-item-1 .post-date .post-cats a:hover {
    color: #000
}

.kc-blog-posts-1 .kc-list-item-1 .post-details .btn {
    display: inline-block;
    font-size: 12px;
    padding: 10px 20px;
    line-height: 1;
    color: #272727;
    text-transform: uppercase;
    border: 2px solid #42BCE2
}

.kc-blog-posts-1 .kc-list-item-1 .post-details .btn:hover {
    background: #42BCE2;
    color: #fff
}

.kc-blog-posts-2 .kc-list-item-2 {
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 30px
}

.kc-blog-posts-2 .kc-list-item-2 .post-item-left {
    float: left;
    width: 50%;
    padding-right: 30px
}

.kc-blog-posts-2 .kc-list-item-2 .post-item-left > p, .kc-blog-posts-2 .kc-list-item-2 .post-item-right > p {
    font-size: 14px;
    color: #666;
    float: left;
    width: 100%;
    margin-bottom: 15px
}

.kc-blog-posts-2 .kc-list-item-2 .post-item-right {
    float: left;
    width: 50%
}

.kc-blog-posts-2 .kc-list-item-2 .post-title-alt {
    margin: 0 0 20px;
    float: left;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px
}

.kc-blog-posts-2 .kc-list-item-2 .post-title-alt a {
    display: block;
    color: #333
}

.kc-blog-posts-2 .kc-list-item-2 .post-meta {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    line-height: 38px
}

.kc-blog-posts-2 .kc-list-item-2 .post-meta span {
    float: left;
    margin-right: 15px;
    font-size: 12px
}

.kc-blog-posts-2 .kc-list-item-2 .post-meta span i {
    margin-right: 5px;
    color: #42BCE2;
    font-size: 12px
}

.kc-blog-posts-2 .kc-list-item-2 .post-meta span a {
    color: #999
}

.kc-blog-posts-2 .kc-list-item-2 .post-meta span a:hover {
    color: #000
}

.kc-blog-posts .kc-post-2-button {
    float: left;
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #000;
    font-size: 12px;
    line-height: 1
}

.kc-blog-posts .kc-post-2-button:hover {
    border-color: #42BCE2;
    background: #42BCE2;
    color: #fff
}

.kc-blog-posts-3.kc-blog-grid {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px
}

.kc-blog-posts-3.kc-blog-grid .post-grid.grid-1 {
    width: 100%;
    float: left;
    padding: 0 15px
}

.kc-blog-posts-3.kc-blog-grid .post-grid.grid-2 {
    width: 50%;
    float: left;
    padding: 0 15px
}

.kc-blog-posts-3.kc-blog-grid .post-grid.grid-3 {
    width: 33.33333333333%;
    padding: 0 15px;
    float: left
}

.kc-blog-posts-3.kc-blog-grid .post-grid.grid-4 {
    width: 25%;
    float: left;
    padding: 0 15px
}

.kc-blog-posts-3.kc-blog-grid .post-grid.grid-5 {
    width: 20%;
    float: left;
    padding: 0 15px
}

.kc-blog-posts-3.kc-blog-grid .post-grid.grid-6 {
    width: 16.5%;
    float: left;
    padding: 0 15px
}

.kc-blog-posts-3.kc-blog-grid .post-grid img {
    max-width: 100%;
    transition: all .3s ease 0
}

.kc-blog-posts-3 .kc-list-item-3 {
    float: left;
    width: 100%;
    margin-bottom: 30px
}

.kc-blog-posts-3 .kc-list-item-3 > a {
    float: left;
    width: 100%
}

.kc-blog-posts-3 .kc-list-item-3 > a img {
    display: block
}

.kc-blog-posts-3 .kc-list-item-3 .content {
    float: left;
    width: 100%;
    padding: 26px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14)
}

.kc-button-7 a:hover, .kc-button-9 a:hover {
    box-shadow: 0 11px 3px -7px #ccc !important
}

.kc-blog-posts-3 .kc-list-item-3 .entry-thumb-link:hover img {
    opacity: .4
}

.kc-blog-posts-3 .kc-list-item-3 .entry-meta {
    text-transform: uppercase;
    font-size: 12px;
    color: #b4b4b4;
    float: left;
    width: 100%;
    margin: 5px 0 10px
}

.kc-blog-posts-3 .kc-list-item-3 .entry-meta .entry-date, .kc-blog-posts-3 .kc-list-item-3 .entry-meta .kc-post-author {
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid #e4e4e4
}

.kc-blog-posts-3 .kc-list-item-3 .entry-meta a {
    text-transform: capitalize;
    font-size: 12px;
    color: #42BCE2
}

.kc-blog-posts-3 .kc-list-item-3 .post-title-alt {
    float: left;
    width: 100%;
    line-height: 1.4;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative
}

.kc-blog-posts-3 .kc-list-item-3 .post-content p {
    color: #7a7a7a;
    line-height: 26px;
    font-size: 14px
}

.kc-blog-posts-3 .kc-list-item-3 .post-title-alt a {
    color: #272727
}

.kc-blog-posts-3 .kc-list-item-3 .post-title-alt a:hover {
    color: #42BCE2
}

.kc-blog-posts-3 .kc-list-item-3 .entry-excerpt p {
    font-size: 14px;
    color: #888
}

.divider_line {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px
}

.divider_line .divider_inner {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important
}

.divider_line2 {
    height: 1px;
    position: relative
}

.divider_line2 i {
    color: #fff;
    width: 27px;
    height: 27px;
    border-radius: 100%;
    background-color: #d3d3d3;
    text-align: center;
    vertical-align: middle;
    line-height: 27px;
    position: absolute
}

.divider_line3 {
    position: relative
}

.divider_line3 .line_text {
    text-transform: uppercase;
    background: #fff;
    padding: 0 10px;
    position: absolute
}

.message-boxes i {
    margin-right: 7px;
    float: left
}

.message-box-wrap {
    padding: 20px;
    border-radius: 0;
    border: 2px solid #eee;
    font-size: 14px
}

.kc-close-but {
    width: 10px;
    height: 10px;
    float: right;
    border: none;
    margin: 8px;
    cursor: pointer;
    font-size: 0;
    background: url(http://orkestragruplari.com/wp-content/plugins/kingcomposer/assets/frontend/images/icon-remove.png) center top no-repeat;
    text-indent: -9999px
}

button.kc-close-but:hover {
    background-color: rgba(51, 51, 51, 0)
}

.kc-filters-alignCenter {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    color: #DADADA
}

.kc-filter-item {
    color: #949494;
    cursor: pointer;
    font: 400 13px/21px "Open Sans", sans-serif;
    padding: 0 12px;
    transition: all .3s ease-in-out;
    position: relative;
    overflow: visible;
    margin: 0 0 10px;
    display: inline-block
}

.kc-filter-item-active.kc-filter-item {
    color: #4183d7
}

.kc-caption-zoom {
    float: left;
    position: relative;
    width: 640px;
    height: 360px;
    margin: 0 auto;
    overflow: hidden
}

.kc-caption-defaultWrap {
    position: absolute;
    top: 0;
    left: 0
}

.kc-caption-defaultWrap img {
    transition: .4s ease
}

.kc-caption-zoom .kc-caption:hover .kc-caption-defaultWrap img {
    transform: scale(1.08)
}

.kc-caption-activeWrap {
    width: 100%;
    z-index: 2;
    height: 100%
}

.kc-caption-zoom .kc-caption:hover .kc-caption-activeWrap {
    position: absolute;
    opacity: 1
}

.kc-caption-activeWrap .kc-caption-body {
    padding: 12px 30px;
    text-align: center
}

.kc-caption-zoom .kc-caption-activeWrap .kc-caption-body {
    padding-top: 120px
}

.kc-caption-body .kc-caption-title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px
}

.kc-caption-body .kc-caption-desc {
    color: #aaa;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.kc-caption-zoom .kc-caption-activeWrap {
    opacity: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .9);
    transition: opacity .8s cubic-bezier(.19, 1, .22, 1)
}

.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter {
    bottom: 125%
}

.kc_tooltip {
    position: relative;
    display: inline-block;
    border-bottom: initial
}

.kc_tooltip span {
    background: #454545;
    border-radius: 3px;
    bottom: 117%;
    color: #fff;
    font-size: 14px;
    left: 50%;
    position: absolute;
    width: 200px;
    z-index: 9999;
    margin: 0 !important;
    padding: 10px;
    text-align: center;
    transform: translateX(-50%);
    transition: all .3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden
}

.kc_tooltip .fati17 {
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 27px;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
    background-color: #181818;
    transition: all .3s ease 0s
}

.kc_tooltip[data-position=top] span:before {
    background: #454545;
    z-index: -1;
    bottom: -9px;
    content: "";
    left: 50%;
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    border-width: 10px;
    margin-left: -9px;
    transform: rotate(45deg) translateY(-50%)
}

.kc_tooltip[data-position=right] span:before {
    background: #454545;
    z-index: -1;
    top: 50%;
    margin: 0 !important;
    content: "";
    left: -8px;
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    border-width: 10px;
    transform: rotate(45deg) translateY(-50%)
}

.kc_tooltip[data-position=right] span, .kc_tooltip[data-position=left] span {
    bottom: initial !important;
    top: 50%;
    transform: translateY(-50%)
}

.kc_tooltip[data-position=bottom] span:before {
    background: #454545;
    z-index: -1;
    content: '';
    left: 50%;
    margin-left: -10px;
    top: 0;
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    border-width: 10px;
    transform: rotate(45deg) translateY(-50%)
}

.kc_tooltip[data-position=bottom] span {
    transform: translateX(-50%)
}

.kc_tooltip[data-position=left] span:before {
    background: #454545;
    top: 50%;
    margin: 0;
    content: " ";
    right: 0;
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    border-width: 10px;
    transform: rotate(45deg) translateY(-50%)
}

.but_large1 {
    color: #fff;
    padding: 18px 50px;
    background-color: '. $bg_color .';
    border-radius: 3px;
    transition: all .3s ease;
    white-space: nowrap
}

.but_large1:hover {
    color: #fff;
    background-color: #2a363f
}

.kc_tooltip:hover span {
    opacity: 1;
    visibility: visible
}

.content-button a {
    transition: all .3s ease 0s
}

.kc_tooltip.style2 img {
    display: block
}

.kc-image-hover-effects {
    position: relative;
    overflow: hidden
}

.kc-image-hover-effects > a {
    float: left;
    width: 100%
}

.kc-image-hover-effects .overlay-effects {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    text-align: center
}

.kc-image-hover-effects .overlay-effects, .kc-image-hover-effects .overlay-effects .content-button a, .kc-image-hover-effects .overlay-effects .content-desc, .kc-image-hover-effects .overlay-effects .content-title, .kc-image-hover-effects a img {
    transition: transform .4s cubic-bezier(.4, 0, .2, 1), opacity .4s
}

.kc-image-hover-effects img {
    float: left;
    max-width: 100%;
    transition: all .3s ease 0s
}

.kc-image-hover-effects .overlay-effects .content-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    margin: 20px 0 15px
}

.kc-image-hover-effects .overlay-effects .content-desc {
    color: rgba(255, 255, 255, .7)
}

.kc-img-effects-1:hover .overlay-effects {
    opacity: 1
}

.kc-img-effects-1 .overlay-effects {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center
}

.kc-img-effects-1 .overlay-effects .content-title {
    margin: 0
}

.kc-img-effects-2 .overlay-effects {
    transform: scale(1.3)
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.kc-img-effects-2 .overlay-effects .content-title {
    margin: 0 0 4px;
    font-size: 20px
}

.kc-img-effects-2 .overlay-effects .content-desc {
    margin: 0
}

.kc-img-effects-2:hover .overlay-effects {
    opacity: 1;
    transform: scale(1)
}

.kc-img-effects-2:hover a img {
    transform: scale(1.2)
}

.kc-img-effects-3 .overlay-effects {
    padding: 20px;
    text-align: left;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end
}

.kc-img-effects-3 .overlay-effects .content-title {
    margin: 0 0 7px;
    opacity: 0;
    transform: translate(-40px, 0)
}

.kc-img-effects-3 .overlay-effects .content-desc {
    margin: 0;
    opacity: 0;
    transform: translate(-40px, 0);
    transition-delay: .15s
}

.kc-img-effects-3:hover .overlay-effects {
    opacity: 1;
    transform: scale(1)
}

.kc-img-effects-3:hover .overlay-effects .content-desc, .kc-img-effects-3:hover .overlay-effects .content-title {
    opacity: 1;
    transform: translate(0, 0)
}

.kc-img-effects-4 .overlay-effects .content-desc, .kc-img-effects-4 .overlay-effects .content-title {
    opacity: 0;
    transform: translate(0, -40px)
}

.kc-img-effects-4 .overlay-effects .content-button a {
    opacity: 0
}

.kc-img-effects-4 .overlay-effects .content-desc {
    transition-delay: .2s
}

.kc-img-effects-4:hover .overlay-effects .content-desc, .kc-img-effects-4:hover .overlay-effects .content-title {
    opacity: 1;
    transform: translate(0, 0)
}

.kc-img-effects-4:hover a img {
    transform: scale(1.1)
}

.kc-img-effects-4:hover .overlay-effects, .kc-img-effects-4:hover .overlay-effects .content-button a {
    opacity: 1
}

.kc-img-effects-5 .overlay-effects {
    padding: 20px;
    text-align: left;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center
}

.kc-button-7 a, .kc-button-8 a {
    line-height: 40px;
    text-align: center
}

.kc-img-effects-5 .overlay-effects i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(255, 255, 255, .8);
    color: #333;
    text-align: center;
    font-size: 14px;
    border-radius: 50%
}

.kc-button-1 a, .kc-button-main a {
    border: 2px solid #42BCE2;
    padding: 10px 30px
}

.kc-img-effects-5:hover .overlay-effects {
    opacity: 1
}

.kc-image-hover-effects.slide_bottom:hover img, .kc-image-hover-effects.slide_left:hover img, .kc-image-hover-effects.slide_right:hover img, .kc-image-hover-effects.slide_top:hover img {
    transform: none
}

.kc-image-hover-effects.slide_left .overlay-effects {
    opacity: 1;
    background: #333;
    transform: translateX(-100%)
}

.kc-image-hover-effects.slide_right .overlay-effects {
    opacity: 1;
    background: #333;
    transform: translateX(100%)
}

.kc-image-hover-effects.slide_top .overlay-effects {
    opacity: 1;
    background: #333;
    transform: translateY(-100%)
}

.kc-image-hover-effects.slide_bottom .overlay-effects {
    opacity: 1;
    background: #333;
    transform: translateY(100%)
}

.kc-image-hover-effects.slide_bottom:hover .overlay-effects, .kc-image-hover-effects.slide_left:hover .overlay-effects, .kc-image-hover-effects.slide_right:hover .overlay-effects, .kc-image-hover-effects.slide_top:hover .overlay-effects {
    transform: translate(0, 0)
}

.kc-image-hover-effects.push_bottom .overlay-effects, .kc-image-hover-effects.push_left .overlay-effects, .kc-image-hover-effects.push_right .overlay-effects, .kc-image-hover-effects.push_top .overlay-effects {
    background: #333;
    opacity: 1
}

.kc-image-hover-effects.push_bottom img, .kc-image-hover-effects.push_left img, .kc-image-hover-effects.push_right img, .kc-image-hover-effects.push_top img {
    z-index: 2;
    position: relative
}

.kc-image-hover-effects.push_left:hover img {
    transform: translateX(100%)
}

.kc-image-hover-effects.push_right:hover img {
    transform: translateX(-100%)
}

.kc-image-hover-effects.push_top:hover img {
    transform: translateY(100%)
}

.kc-image-hover-effects.push_bottom:hover img {
    transform: translateY(-100%)
}

.kc-image-hover-effects.zoom_in img {
    transform: scale(1)
}

.kc-image-hover-effects.zoom_in:hover img, .kc-image-hover-effects.zoom_out img {
    transform: scale(1.2)
}

.kc-image-hover-effects.zoom_out:hover img {
    transform: scale(1)
}

.kc-image-hover-effects.tranlate {
    overflow: inherit
}

.kc-image-hover-effects.tranlate .overlay-effects {
    background: #333;
    transition: all .3s ease 0s
}

.kc-image-hover-effects.tranlate:hover .overlay-effects {
    top: 15px;
    left: 15px
}

.kc-image-hover-effects.overlay_scale_in .overlay-effects {
    transition: all .3s ease 0s;
    background: #333;
    transform: scale(.75)
}

.kc-image-hover-effects.overlay_scale_in:hover .overlay-effects {
    transform: scale(1)
}

.kc-image-hover-effects.overlay_scale_out .overlay-effects {
    transition: all .3s ease 0s;
    background: #333;
    transform: scale(1)
}

.kc-image-hover-effects.overlay_scale_out:hover .overlay-effects {
    transform: scale(.9)
}

.kc-pro-button a {
    display: inline-block;
    transition: all .3s;
    text-transform: uppercase
}

.kc-button-2 a:after, .kc-button-3 a:after {
    content: '';
    top: 0;
    left: 0;
    transition: all .3s ease 0s
}

.kc-button-main a {
    color: #fff;
    background: #42BCE2
}

.kc-button-1 a, .kc-button-main a:active, .kc-button-main a:hover {
    background: #fff;
    color: #42BCE2
}

.kc-button-1 a {
    z-index: 1
}

.kc-button-1 a:hover {
    border-radius: 10px;
    border-style: dotted;
    color: #42BCE2
}

.kc-button-2 a, .kc-button-3 a {
    border: 2px solid #42BCE2;
    padding: 10px 30px
}

.kc-button-2 a {
    color: #fff;
    background: #42BCE2;
    position: relative;
    z-index: 1
}

.kc-button-2 a:after {
    position: absolute;
    width: 0;
    height: 100%;
    background: #fff;
    z-index: -1
}

.kc-button-2 a:hover {
    color: #42BCE2
}

.kc-button-2 a:active:after, .kc-button-2 a:hover:after {
    width: 100%
}

.kc-button-3 a {
    color: #fff;
    background: #42BCE2;
    z-index: 1;
    overflow: hidden;
    position: relative
}

.kc-button-3 a:after {
    position: absolute;
    width: 100%;
    height: 0;
    background: #fff;
    z-index: -1
}

.kc-button-3 a:hover {
    color: #42BCE2
}

.kc-button-3 a:hover:after {
    height: 100%
}

.kc-button-4 a {
    border: 3px solid #42BCE2;
    color: #fff;
    background: #42BCE2;
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 10px 30px
}

.kc-button-4 a:after, .kc-button-4 a:before {
    width: 0;
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    background: #fff;
    transition: all .3s ease 0s;
    z-index: -1
}

.kc-button-4 a:after {
    left: 50%
}

.kc-button-4 a:before {
    right: 50%
}

.kc-button-5 a, .kc-button-6 a {
    background: #42BCE2;
    padding: 10px 30px
}

.kc-button-4 a:hover {
    color: #42BCE2
}

.kc-button-4 a:hover:after, .kc-button-4 a:hover:before {
    width: 100%
}

.kc-button-5 a {
    color: #fff
}

.kc-button-5 a:hover {
    color: #fff;
    animation-name: pulse;
    animation-duration: .5s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

.creative_icon_right {
    margin: 0 0 0 4px
}

.creative_icon_left, .kc-button-6 a .creative_icon_left i {
    margin: 0 4px 0 0
}

.kc-button-6 a, .kc-button-6 a:hover {
    color: #fff
}

.kc-button-6 a .creative_icon_right i {
    margin: 0 0 0 4px
}

.kc-button-6 a:hover span i {
    color: #fff;
    animation-name: bounce;
    animation-duration: .6s;
    animation-timing-function: linear
}

.kc-button-7 a {
    color: #fff;
    position: relative;
    background-color: #3fa962;
    border: 1px solid rgba(255, 255, 255, .15);
    letter-spacing: .2px;
    min-height: 40px;
    overflow: visible;
    display: inline-block;
    transition: all .25s ease-in-out;
    padding: 3px 25px
}

.kc-button-10 a, .kc-team, .kc-team-2 .box-right, .kc-team-3 {
    overflow: hidden
}

.kc-button-7 a:after, .kc-button-7 a:before {
    content: "";
    display: block;
    position: absolute;
    width: 20%;
    height: 30%;
    transition: all .3s ease 0s
}

.kc-button-7 a:before {
    border-top: 2px solid rgba(255, 255, 255, .8);
    border-left: 2px solid rgba(255, 255, 255, .8);
    left: 5px;
    top: 5px
}

.kc-button-7 a:after {
    border-bottom: 2px solid rgba(255, 255, 255, .8);
    border-right: 2px solid rgba(255, 255, 255, .8);
    bottom: 5px;
    right: 5px
}

.kc-button-7 a i {
    margin-left: 6px
}

.kc-button-7 a .creative_icon_left i {
    margin: 0 6px 0 0
}

.kc-button-7 a:hover {
    color: #fff
}

.kc-button-7 a:hover:after, .kc-button-7 a:hover:before {
    width: calc(100% - 10px);
    height: calc(100% - 10px)
}

.kc-button-8 a {
    color: #fff;
    position: relative;
    background-color: #42BCE2;
    letter-spacing: .2px;
    min-height: 40px;
    display: inline-block;
    transition: all .25s ease-in-out;
    padding: 8px 34px;
    border-radius: 30px;
    text-transform: capitalize
}

.kc-button-8 a .creative_title, .kc-button-8 a i, .kc-button-9 a {
    transition: all .3s ease 0s
}

.kc-button-8 a .creative_icon_right i {
    margin: 0 0 0 4px
}

.kc-button-8 a:hover .creative_icon_right i {
    margin: 0 0 0 15px
}

.kc-button-8 a .creative_icon_left i {
    margin: 0 4px 0 0
}

.kc-button-8 a:hover .creative_icon_left i {
    margin: 0 15px 0 0
}

.kc-button-8 a:hover .creative_title, .kc-button-8 a:hover i {
    color: #fff
}

.kc-button-9 a {
    padding: 10px 30px;
    color: #fff;
    position: relative;
    background: #42BCE2;
    transform-style: preserve-3d
}

.kc-button-9 a:hover, .kc-button-9 a:hover:before {
    transform: translateY(-5px)
}

.kc-button-9 a:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    transition-property: transform, opacity
}

.kc-button-9 a:hover {
    color: #fff
}

.kc-button-10 a {
    padding: 10px 30px;
    color: #fff;
    position: relative;
    background: #42BCE2;
    transition: all .3s ease 0s
}

.kc-button-10 a:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(.19, 1, .22, 1);
    width: 50px
}

.kc-team-3, .kc-video-bg {
    position: relative
}

.kc-button-10 a:hover {
    color: #fff
}

.kc-button-10 a:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(.19, 1, .22, 1)
}

.kc-infobox-default {
    float: left;
    padding: 60px 60px 80px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #eee;
    transition: all .3s ease;
    width: 100%
}

.kc-infobox-default i {
    font-size: 30px;
    color: #272727;
    padding-bottom: 32px
}

.kc-infobox-1 h3, .kc-infobox-default h3 {
    font-size: 16px;
    font-style: normal;
    line-height: 23px
}

.kc-infobox-default h3 {
    margin-bottom: 20px;
    font-weight: 600
}

.kc-infobox-default.active, .kc-infobox-default:hover {
    background-color: #42BCE2;
    transition: all .3s ease
}

.kc-infobox-default.active, .kc-infobox-default.active h5, .kc-infobox-default.active i, .kc-infobox-default:hover, .kc-infobox-default:hover h5, .kc-infobox-default:hover i {
    color: #fff
}

.kc-infobox-1 h3 {
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: inline-block
}

.kc-infobox-1 i {
    color: #42BCE2;
    font-size: 22px;
    padding-right: 16px;
    padding-top: 2px;
    float: left
}

.kc-infobox-1 p {
    float: left;
    margin: 8px 0 16px;
    width: 100%
}

.kc-infobox-1 .kc-infobox-button1 {
    color: #272727;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .3s ease;
    float: left
}

.kc-infobox-1 .kc-infobox-button1:hover {
    color: #727272
}

.kc-dropcaps .dropcaps-text {
    position: relative;
    display: inline-block;
    float: left;
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 40px;
    background: #42BCE2;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: 5px 18px 0 0
}

.kc-call-to-action {
    background: #fafafa;
    padding: 30px 50px;
    display: table;
    width: 100%
}

.kc-call-to-action .kc-cta-desc h2, .kc-call-to-action .kc-cta-text {
    margin: 0 0 20px
}

.kc-call-to-action .kc-cta-button a {
    background: #34495e;
    text-transform: uppercase;
    color: #fff;
    float: right;
    padding: 10px 25px;
    transition: all .3s ease 0s
}

.kc-call-to-action .kc-cta-button a:hover {
    background-color: #ff2a40
}

.kc-call-to-action.kc-cta-2 .kc-cta-button a {
    float: none;
    display: inline-block
}

.kc-cta-3.kc-is-button .kc-cta-desc {
    width: 75%;
    display: table-cell;
    vertical-align: middle
}

.kc-cta-3 .kc-cta-text p {
    margin: 0
}

.kc-cta-3 .kc-cta-button {
    width: 25%;
    display: table-cell;
    vertical-align: middle
}

.kc-cta-1, .kc-cta-2, .kc-image-hover-effects, .kc-team {
    width: 100%;
    float: left
}

.kc-cta-3 .kc-cta-button a {
    display: inline-block
}

.kc-cta-1 .kc-cta-button {
    float: left
}

.kc-cta-1 .kc-cta-button a {
    display: block
}

.kc-cta-2 {
    text-align: center
}

.kc-team {
    text-align: center;
    transition: all .3s ease 0s
}

.kc-team .content-socials a {
    text-align: center;
    display: inline-block;
    margin: 0 5px 25px;
    width: 35px;
    height: 35px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #42BCE2;
    background-color: #42BCE2;
    border-radius: 2px;
    line-height: 35px
}

.kc-team .content-socials {
    float: left;
    width: 100%
}

.kc-team.kc-team-3 .content-socials {
    margin-top: 25px
}

.content-subtitle {
    float: left;
    width: 100%
}

.kc-team .content-desc {
    margin: 0 0 20px;
    float: left;
    width: 100%
}

.kc-team-2 {
    text-align: left
}

.kc-team-2 .content-title {
    margin: 0;
    float: left;
    width: 100%
}

.kc-team-2 .content-image {
    float: left;
    max-width: 35%;
    padding-right: 20px
}

.kc-team-3 .content-image img {
    float: left
}

.kc-team-2 .content-desc {
    margin: 13px 0 20px
}

.kc-team-3:hover .overlay {
    transform: translateY(0);
    opacity: 1
}

.kc-team-3 .overlay {
    width: 100%;
    height: 100%;
    padding-top: 30px;
    opacity: 0;
    transition: all .3s ease 0s;
    transform: translateY(100%);
    background: rgba(0, 0, 0, .4)
}

.kc-team-3 .content-subtitle, .kc-team-3 .content-title {
    color: #fff
}

.kc-team-3 .content-desc {
    margin: 0 0 25px;
    color: rgba(255, 255, 255, .8)
}

@media only screen and (max-width: 479px) {
    .kc-blog-posts-2 .kc-list-item-2 .post-item-left, .kc-blog-posts-2 .kc-list-item-2 .post-item-right, .kc-blog-posts-3.kc-blog-grid .post-grid.grid-2, .kc-blog-posts-3.kc-blog-grid .post-grid.grid-3, .kc-blog-posts-3.kc-blog-grid .post-grid.grid-4 {
        width: 100%
    }

    div.dark_rounded .pp_content_container .pp_left, div.dark_rounded .pp_content_container .pp_right {
        padding: 0
    }

    div.pp_pic_holder {
        width: 85% !important;
        left: 7.5% !important
    }

    div.dark_rounded .pp_content, div.pp_pic_holder img {
        width: 100% !important;
        height: auto !important
    }
}

@media only screen and (min-width: 480px) and (max-width: 999px) {
    .kc-blog-posts-2 .kc-list-item-2 .post-item-left, .kc-blog-posts-2 .kc-list-item-2 .post-item-right, .kc-blog-posts-3.kc-blog-grid .post-grid.grid-2, .kc-blog-posts-3.kc-blog-grid .post-grid.grid-3, .kc-blog-posts-3.kc-blog-grid .post-grid.grid-4 {
        width: 50%
    }
}

@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
@media screen and (min-width: 768px) {
    .kc-animated {
        opacity: 0
    }

    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .animated.bounceIn {
        -webkit-animation-duration: .75s;
        animation-duration: .75s
    }

    @-webkit-keyframes bounce {
        20%, 53%, 80%, from, to {
            -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
        40%, 43% {
            -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
            animation-timing-function: cubic-bezier(.755, .05, .855, .06);
            -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0)
        }
        70% {
            -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
            animation-timing-function: cubic-bezier(.755, .05, .855, .06);
            -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0)
        }
        90% {
            -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0)
        }
    }@keyframes bounce {
         20%, 53%, 80%, from, to {
             -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
             animation-timing-function: cubic-bezier(.215, .61, .355, 1);
             -webkit-transform: translate3d(0, 0, 0);
             transform: translate3d(0, 0, 0)
         }
         40%, 43% {
             -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
             animation-timing-function: cubic-bezier(.755, .05, .855, .06);
             -webkit-transform: translate3d(0, -30px, 0);
             transform: translate3d(0, -30px, 0)
         }
         70% {
             -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
             animation-timing-function: cubic-bezier(.755, .05, .855, .06);
             -webkit-transform: translate3d(0, -15px, 0);
             transform: translate3d(0, -15px, 0)
         }
         90% {
             -webkit-transform: translate3d(0, -4px, 0);
             transform: translate3d(0, -4px, 0)
         }
     }.bounce {
          -webkit-animation-name: bounce;
          animation-name: bounce;
          -webkit-transform-origin: center bottom;
          transform-origin: center bottom
      }

    @-webkit-keyframes flash {
        50%, from, to {
            opacity: 1
        }
        25%, 75% {
            opacity: 0
        }
    }@keyframes flash {
         50%, from, to {
             opacity: 1
         }
         25%, 75% {
             opacity: 0
         }
     }.flash {
          -webkit-animation-name: flash;
          animation-name: flash
      }

    @-webkit-keyframes pulse {
        from, to {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1)
        }
        50% {
            -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05)
        }
    }@keyframes pulse {
         from, to {
             -webkit-transform: scale3d(1, 1, 1);
             transform: scale3d(1, 1, 1)
         }
         50% {
             -webkit-transform: scale3d(1.05, 1.05, 1.05);
             transform: scale3d(1.05, 1.05, 1.05)
         }
     }.pulse {
          -webkit-animation-name: pulse;
          animation-name: pulse
      }

    @-webkit-keyframes rubberBand {
        from, to {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1)
        }
        30% {
            -webkit-transform: scale3d(1.25, .75, 1);
            transform: scale3d(1.25, .75, 1)
        }
        40% {
            -webkit-transform: scale3d(.75, 1.25, 1);
            transform: scale3d(.75, 1.25, 1)
        }
        50% {
            -webkit-transform: scale3d(1.15, .85, 1);
            transform: scale3d(1.15, .85, 1)
        }
        65% {
            -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1)
        }
        75% {
            -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1)
        }
    }@keyframes rubberBand {
         from, to {
             -webkit-transform: scale3d(1, 1, 1);
             transform: scale3d(1, 1, 1)
         }
         30% {
             -webkit-transform: scale3d(1.25, .75, 1);
             transform: scale3d(1.25, .75, 1)
         }
         40% {
             -webkit-transform: scale3d(.75, 1.25, 1);
             transform: scale3d(.75, 1.25, 1)
         }
         50% {
             -webkit-transform: scale3d(1.15, .85, 1);
             transform: scale3d(1.15, .85, 1)
         }
         65% {
             -webkit-transform: scale3d(.95, 1.05, 1);
             transform: scale3d(.95, 1.05, 1)
         }
         75% {
             -webkit-transform: scale3d(1.05, .95, 1);
             transform: scale3d(1.05, .95, 1)
         }
     }.rubberBand {
          -webkit-animation-name: rubberBand;
          animation-name: rubberBand
      }

    @-webkit-keyframes shake {
        from, to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
        10%, 30%, 50%, 70%, 90% {
            -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0)
        }
        20%, 40%, 60%, 80% {
            -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0)
        }
    }@keyframes shake {
         from, to {
             -webkit-transform: translate3d(0, 0, 0);
             transform: translate3d(0, 0, 0)
         }
         10%, 30%, 50%, 70%, 90% {
             -webkit-transform: translate3d(-10px, 0, 0);
             transform: translate3d(-10px, 0, 0)
         }
         20%, 40%, 60%, 80% {
             -webkit-transform: translate3d(10px, 0, 0);
             transform: translate3d(10px, 0, 0)
         }
     }.shake {
          -webkit-animation-name: shake;
          animation-name: shake
      }

    @-webkit-keyframes headShake {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
        6.5% {
            -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg)
        }
        18.5% {
            -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg)
        }
        31.5% {
            -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg)
        }
        43.5% {
            -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg)
        }
        50% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }@keyframes headShake {
         0% {
             -webkit-transform: translateX(0);
             transform: translateX(0)
         }
         6.5% {
             -webkit-transform: translateX(-6px) rotateY(-9deg);
             transform: translateX(-6px) rotateY(-9deg)
         }
         18.5% {
             -webkit-transform: translateX(5px) rotateY(7deg);
             transform: translateX(5px) rotateY(7deg)
         }
         31.5% {
             -webkit-transform: translateX(-3px) rotateY(-5deg);
             transform: translateX(-3px) rotateY(-5deg)
         }
         43.5% {
             -webkit-transform: translateX(2px) rotateY(3deg);
             transform: translateX(2px) rotateY(3deg)
         }
         50% {
             -webkit-transform: translateX(0);
             transform: translateX(0)
         }
     }.headShake {
          -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
          -webkit-animation-name: headShake;
          animation-name: headShake
      }

    @-webkit-keyframes swing {
        20% {
            -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg)
        }
        40% {
            -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg)
        }
        60% {
            -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg)
        }
        80% {
            -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg)
        }
        to {
            -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg)
        }
    }@keyframes swing {
         20% {
             -webkit-transform: rotate3d(0, 0, 1, 15deg);
             transform: rotate3d(0, 0, 1, 15deg)
         }
         40% {
             -webkit-transform: rotate3d(0, 0, 1, -10deg);
             transform: rotate3d(0, 0, 1, -10deg)
         }
         60% {
             -webkit-transform: rotate3d(0, 0, 1, 5deg);
             transform: rotate3d(0, 0, 1, 5deg)
         }
         80% {
             -webkit-transform: rotate3d(0, 0, 1, -5deg);
             transform: rotate3d(0, 0, 1, -5deg)
         }
         to {
             -webkit-transform: rotate3d(0, 0, 1, 0deg);
             transform: rotate3d(0, 0, 1, 0deg)
         }
     }.swing {
          -webkit-transform-origin: top center;
          transform-origin: top center;
          -webkit-animation-name: swing;
          animation-name: swing
      }

    @-webkit-keyframes tada {
        from, to {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1)
        }
        10%, 20% {
            -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
        }
        30%, 50%, 70%, 90% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
        }
        40%, 60%, 80% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
        }
    }@keyframes tada {
         from, to {
             -webkit-transform: scale3d(1, 1, 1);
             transform: scale3d(1, 1, 1)
         }
         10%, 20% {
             -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
             transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
         }
         30%, 50%, 70%, 90% {
             -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
             transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
         }
         40%, 60%, 80% {
             -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
             transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
         }
     }.tada {
          -webkit-animation-name: tada;
          animation-name: tada
      }

    @-webkit-keyframes wobble {
        from, to {
            -webkit-transform: none;
            transform: none
        }
        15% {
            -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
        }
        30% {
            -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
        }
        45% {
            -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
        }
        60% {
            -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
        }
        75% {
            -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
        }
    }@keyframes wobble {
         from, to {
             -webkit-transform: none;
             transform: none
         }
         15% {
             -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
             transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
         }
         30% {
             -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
             transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
         }
         45% {
             -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
             transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
         }
         60% {
             -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
             transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
         }
         75% {
             -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
             transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
         }
     }.wobble {
          -webkit-animation-name: wobble;
          animation-name: wobble
      }

    @-webkit-keyframes jello {
        11.1%, from, to {
            -webkit-transform: none;
            transform: none
        }
        22.2% {
            -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
        }
        33.3% {
            -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
        }
        44.4% {
            -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
        }
        55.5% {
            -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
        }
        66.6% {
            -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
            transform: skewX(-.78125deg) skewY(-.78125deg)
        }
        77.7% {
            -webkit-transform: skewX(.390625deg) skewY(.390625deg);
            transform: skewX(.390625deg) skewY(.390625deg)
        }
        88.8% {
            -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
            transform: skewX(-.1953125deg) skewY(-.1953125deg)
        }
    }@keyframes jello {
         11.1%, from, to {
             -webkit-transform: none;
             transform: none
         }
         22.2% {
             -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
             transform: skewX(-12.5deg) skewY(-12.5deg)
         }
         33.3% {
             -webkit-transform: skewX(6.25deg) skewY(6.25deg);
             transform: skewX(6.25deg) skewY(6.25deg)
         }
         44.4% {
             -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
             transform: skewX(-3.125deg) skewY(-3.125deg)
         }
         55.5% {
             -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
             transform: skewX(1.5625deg) skewY(1.5625deg)
         }
         66.6% {
             -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
             transform: skewX(-.78125deg) skewY(-.78125deg)
         }
         77.7% {
             -webkit-transform: skewX(.390625deg) skewY(.390625deg);
             transform: skewX(.390625deg) skewY(.390625deg)
         }
         88.8% {
             -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
             transform: skewX(-.1953125deg) skewY(-.1953125deg)
         }
     }.jello {
          -webkit-animation-name: jello;
          animation-name: jello;
          -webkit-transform-origin: center;
          transform-origin: center
      }

    @-webkit-keyframes bounceIn {
        20%, 40%, 60%, 80%, from, to {
            -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1)
        }
        0% {
            opacity: 0;
            -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3)
        }
        20% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1)
        }
        40% {
            -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9)
        }
        60% {
            opacity: 1;
            -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03)
        }
        80% {
            -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97)
        }
        to {
            opacity: 1;
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1)
        }
    }@keyframes bounceIn {
         20%, 40%, 60%, 80%, from, to {
             -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
             animation-timing-function: cubic-bezier(.215, .61, .355, 1)
         }
         0% {
             opacity: 0;
             -webkit-transform: scale3d(.3, .3, .3);
             transform: scale3d(.3, .3, .3)
         }
         20% {
             -webkit-transform: scale3d(1.1, 1.1, 1.1);
             transform: scale3d(1.1, 1.1, 1.1)
         }
         40% {
             -webkit-transform: scale3d(.9, .9, .9);
             transform: scale3d(.9, .9, .9)
         }
         60% {
             opacity: 1;
             -webkit-transform: scale3d(1.03, 1.03, 1.03);
             transform: scale3d(1.03, 1.03, 1.03)
         }
         80% {
             -webkit-transform: scale3d(.97, .97, .97);
             transform: scale3d(.97, .97, .97)
         }
         to {
             opacity: 1;
             -webkit-transform: scale3d(1, 1, 1);
             transform: scale3d(1, 1, 1)
         }
     }.bounceIn {
          -webkit-animation-name: bounceIn;
          animation-name: bounceIn
      }

    @-webkit-keyframes bounceInDown {
        60%, 75%, 90%, from, to {
            -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1)
        }
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0)
        }
        60% {
            opacity: 1;
            -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0)
        }
        75% {
            -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0)
        }
        90% {
            -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0)
        }
        to {
            -webkit-transform: none;
            transform: none
        }
    }@keyframes bounceInDown {
         60%, 75%, 90%, from, to {
             -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
             animation-timing-function: cubic-bezier(.215, .61, .355, 1)
         }
         0% {
             opacity: 0;
             -webkit-transform: translate3d(0, -3000px, 0);
             transform: translate3d(0, -3000px, 0)
         }
         60% {
             opacity: 1;
             -webkit-transform: translate3d(0, 25px, 0);
             transform: translate3d(0, 25px, 0)
         }
         75% {
             -webkit-transform: translate3d(0, -10px, 0);
             transform: translate3d(0, -10px, 0)
         }
         90% {
             -webkit-transform: translate3d(0, 5px, 0);
             transform: translate3d(0, 5px, 0)
         }
         to {
             -webkit-transform: none;
             transform: none
         }
     }.bounceInDown {
          -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown
      }

    @-webkit-keyframes bounceInLeft {
        60%, 75%, 90%, from, to {
            -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1)
        }
        0% {
            opacity: 0;
            -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0)
        }
        60% {
            opacity: 1;
            -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0)
        }
        75% {
            -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0)
        }
        90% {
            -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0)
        }
        to {
            -webkit-transform: none;
            transform: none
        }
    }@keyframes bounceInLeft {
         60%, 75%, 90%, from, to {
             -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
             animation-timing-function: cubic-bezier(.215, .61, .355, 1)
         }
         0% {
             opacity: 0;
             -webkit-transform: translate3d(-3000px, 0, 0);
             transform: translate3d(-3000px, 0, 0)
         }
         60% {
             opacity: 1;
             -webkit-transform: translate3d(25px, 0, 0);
             transform: translate3d(25px, 0, 0)
         }
         75% {
             -webkit-transform: translate3d(-10px, 0, 0);
             transform: translate3d(-10px, 0, 0)
         }
         90% {
             -webkit-transform: translate3d(5px, 0, 0);
             transform: translate3d(5px, 0, 0)
         }
         to {
             -webkit-transform: none;
             transform: none
         }
     }.bounceInLeft {
          -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft
      }

    @-webkit-keyframes bounceInRight {
        60%, 75%, 90%, from, to {
            -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1)
        }
        from {
            opacity: 0;
            -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0)
        }
        60% {
            opacity: 1;
            -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0)
        }
        75% {
            -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0)
        }
        90% {
            -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0)
        }
        to {
            -webkit-transform: none;
            transform: none
        }
    }@keyframes bounceInRight {
         60%, 75%, 90%, from, to {
             -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
             animation-timing-function: cubic-bezier(.215, .61, .355, 1)
         }
         from {
             opacity: 0;
             -webkit-transform: translate3d(3000px, 0, 0);
             transform: translate3d(3000px, 0, 0)
         }
         60% {
             opacity: 1;
             -webkit-transform: translate3d(-25px, 0, 0);
             transform: translate3d(-25px, 0, 0)
         }
         75% {
             -webkit-transform: translate3d(10px, 0, 0);
             transform: translate3d(10px, 0, 0)
         }
         90% {
             -webkit-transform: translate3d(-5px, 0, 0);
             transform: translate3d(-5px, 0, 0)
         }
         to {
             -webkit-transform: none;
             transform: none
         }
     }.bounceInRight {
          -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight
      }

    @-webkit-keyframes bounceInUp {
        60%, 75%, 90%, from, to {
            -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1)
        }
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0)
        }
        60% {
            opacity: 1;
            -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0)
        }
        75% {
            -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0)
        }
        90% {
            -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0)
        }
        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
    }@keyframes bounceInUp {
         60%, 75%, 90%, from, to {
             -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
             animation-timing-function: cubic-bezier(.215, .61, .355, 1)
         }
         from {
             opacity: 0;
             -webkit-transform: translate3d(0, 3000px, 0);
             transform: translate3d(0, 3000px, 0)
         }
         60% {
             opacity: 1;
             -webkit-transform: translate3d(0, -20px, 0);
             transform: translate3d(0, -20px, 0)
         }
         75% {
             -webkit-transform: translate3d(0, 10px, 0);
             transform: translate3d(0, 10px, 0)
         }
         90% {
             -webkit-transform: translate3d(0, -5px, 0);
             transform: translate3d(0, -5px, 0)
         }
         to {
             -webkit-transform: translate3d(0, 0, 0);
             transform: translate3d(0, 0, 0)
         }
     }.bounceInUp {
          -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp
      }

    @-webkit-keyframes fadeIn {
        from {
            opacity: 0
        }
        to {
            opacity: 1
        }
    }@keyframes fadeIn {
         from {
             opacity: 0
         }
         to {
             opacity: 1
         }
     }.fadeIn {
          -webkit-animation-name: fadeIn;
          animation-name: fadeIn
      }

    @-webkit-keyframes fadeInDown {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0)
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }@keyframes fadeInDown {
         from {
             opacity: 0;
             -webkit-transform: translate3d(0, -100%, 0);
             transform: translate3d(0, -100%, 0)
         }
         to {
             opacity: 1;
             -webkit-transform: none;
             transform: none
         }
     }.fadeInDown {
          -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown
      }

    @-webkit-keyframes fadeInDownBig {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0)
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }@keyframes fadeInDownBig {
         from {
             opacity: 0;
             -webkit-transform: translate3d(0, -2000px, 0);
             transform: translate3d(0, -2000px, 0)
         }
         to {
             opacity: 1;
             -webkit-transform: none;
             transform: none
         }
     }.fadeInDownBig {
          -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig
      }

    @-webkit-keyframes fadeInLeft {
        from {
            opacity: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0)
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }@keyframes fadeInLeft {
         from {
             opacity: 0;
             -webkit-transform: translate3d(-100%, 0, 0);
             transform: translate3d(-100%, 0, 0)
         }
         to {
             opacity: 1;
             -webkit-transform: none;
             transform: none
         }
     }.fadeInLeft {
          -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft
      }

    @-webkit-keyframes fadeInLeftBig {
        from {
            opacity: 0;
            -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0)
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }@keyframes fadeInLeftBig {
         from {
             opacity: 0;
             -webkit-transform: translate3d(-2000px, 0, 0);
             transform: translate3d(-2000px, 0, 0)
         }
         to {
             opacity: 1;
             -webkit-transform: none;
             transform: none
         }
     }.fadeInLeftBig {
          -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig
      }

    @-webkit-keyframes fadeInRight {
        from {
            opacity: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0)
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }@keyframes fadeInRight {
         from {
             opacity: 0;
             -webkit-transform: translate3d(100%, 0, 0);
             transform: translate3d(100%, 0, 0)
         }
         to {
             opacity: 1;
             -webkit-transform: none;
             transform: none
         }
     }.fadeInRight {
          -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight
      }

    @-webkit-keyframes fadeInRightBig {
        from {
            opacity: 0;
            -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0)
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }@keyframes fadeInRightBig {
         from {
             opacity: 0;
             -webkit-transform: translate3d(2000px, 0, 0);
             transform: translate3d(2000px, 0, 0)
         }
         to {
             opacity: 1;
             -webkit-transform: none;
             transform: none
         }
     }.fadeInRightBig {
          -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig
      }

    @-webkit-keyframes fadeInUp {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0)
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }@keyframes fadeInUp {
         from {
             opacity: 0;
             -webkit-transform: translate3d(0, 100%, 0);
             transform: translate3d(0, 100%, 0)
         }
         to {
             opacity: 1;
             -webkit-transform: none;
             transform: none
         }
     }.fadeInUp {
          -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp
      }

    @-webkit-keyframes fadeInUpBig {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0)
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }@keyframes fadeInUpBig {
         from {
             opacity: 0;
             -webkit-transform: translate3d(0, 2000px, 0);
             transform: translate3d(0, 2000px, 0)
         }
         to {
             opacity: 1;
             -webkit-transform: none;
             transform: none
         }
     }.fadeInUpBig {
          -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig
      }

    @-webkit-keyframes flip {
        from {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out
        }
        40% {
            -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out
        }
        50% {
            -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }
        80% {
            -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }
        to {
            -webkit-transform: perspective(400px);
            transform: perspective(400px);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }
    }@keyframes flip {
         from {
             -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
             transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
             -webkit-animation-timing-function: ease-out;
             animation-timing-function: ease-out
         }
         40% {
             -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
             transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
             -webkit-animation-timing-function: ease-out;
             animation-timing-function: ease-out
         }
         50% {
             -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
             transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
             -webkit-animation-timing-function: ease-in;
             animation-timing-function: ease-in
         }
         80% {
             -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
             transform: perspective(400px) scale3d(.95, .95, .95);
             -webkit-animation-timing-function: ease-in;
             animation-timing-function: ease-in
         }
         to {
             -webkit-transform: perspective(400px);
             transform: perspective(400px);
             -webkit-animation-timing-function: ease-in;
             animation-timing-function: ease-in
         }
     }.animated.flip {
          -webkit-backface-visibility: visible;
          backface-visibility: visible;
          -webkit-animation-name: flip;
          animation-name: flip
      }

    @-webkit-keyframes flipInX {
        from {
            -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
            opacity: 0
        }
        40% {
            -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }
        60% {
            -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            opacity: 1
        }
        80% {
            -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
        }
        to {
            -webkit-transform: perspective(400px);
            transform: perspective(400px)
        }
    }@keyframes flipInX {
         from {
             -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
             transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
             -webkit-animation-timing-function: ease-in;
             animation-timing-function: ease-in;
             opacity: 0
         }
         40% {
             -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
             transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
             -webkit-animation-timing-function: ease-in;
             animation-timing-function: ease-in
         }
         60% {
             -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
             transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
             opacity: 1
         }
         80% {
             -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
             transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
         }
         to {
             -webkit-transform: perspective(400px);
             transform: perspective(400px)
         }
     }.flipInX {
          -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
          -webkit-animation-name: flipInX;
          animation-name: flipInX
      }

    .flipInY {
        -webkit-backface-visibility: visible !important
    }

    @-webkit-keyframes flipInY {
        from {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
            opacity: 0
        }
        40% {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }
        60% {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            opacity: 1
        }
        80% {
            -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
        }
        to {
            -webkit-transform: perspective(400px);
            transform: perspective(400px)
        }
    }@keyframes flipInY {
         from {
             -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
             transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
             -webkit-animation-timing-function: ease-in;
             animation-timing-function: ease-in;
             opacity: 0
         }
         40% {
             -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
             transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
             -webkit-animation-timing-function: ease-in;
             animation-timing-function: ease-in
         }
         60% {
             -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
             transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
             opacity: 1
         }
         80% {
             -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
             transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
         }
         to {
             -webkit-transform: perspective(400px);
             transform: perspective(400px)
         }
     }.flipInY {
          backface-visibility: visible !important;
          -webkit-animation-name: flipInY;
          animation-name: flipInY
      }

    @-webkit-keyframes lightSpeedIn {
        from {
            -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
            opacity: 0
        }
        60% {
            -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
            opacity: 1
        }
        80% {
            -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
            opacity: 1
        }
        to {
            -webkit-transform: none;
            transform: none;
            opacity: 1
        }
    }@keyframes lightSpeedIn {
         from {
             -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
             transform: translate3d(100%, 0, 0) skewX(-30deg);
             opacity: 0
         }
         60% {
             -webkit-transform: skewX(20deg);
             transform: skewX(20deg);
             opacity: 1
         }
         80% {
             -webkit-transform: skewX(-5deg);
             transform: skewX(-5deg);
             opacity: 1
         }
         to {
             -webkit-transform: none;
             transform: none;
             opacity: 1
         }
     }.lightSpeedIn {
          -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
          -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out
      }

    @-webkit-keyframes rotateIn {
        from {
            -webkit-transform-origin: center;
            transform-origin: center;
            -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
            opacity: 0
        }
        to {
            -webkit-transform-origin: center;
            transform-origin: center;
            -webkit-transform: none;
            transform: none;
            opacity: 1
        }
    }@keyframes rotateIn {
         from {
             -webkit-transform-origin: center;
             transform-origin: center;
             -webkit-transform: rotate3d(0, 0, 1, -200deg);
             transform: rotate3d(0, 0, 1, -200deg);
             opacity: 0
         }
         to {
             -webkit-transform-origin: center;
             transform-origin: center;
             -webkit-transform: none;
             transform: none;
             opacity: 1
         }
     }.rotateIn {
          -webkit-animation-name: rotateIn;
          animation-name: rotateIn
      }

    @-webkit-keyframes rotateInDownLeft {
        from {
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
            opacity: 0
        }
        to {
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: none;
            transform: none;
            opacity: 1
        }
    }@keyframes rotateInDownLeft {
         from {
             -webkit-transform-origin: left bottom;
             transform-origin: left bottom;
             -webkit-transform: rotate3d(0, 0, 1, -45deg);
             transform: rotate3d(0, 0, 1, -45deg);
             opacity: 0
         }
         to {
             -webkit-transform-origin: left bottom;
             transform-origin: left bottom;
             -webkit-transform: none;
             transform: none;
             opacity: 1
         }
     }.rotateInDownLeft {
          -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft
      }

    @-webkit-keyframes rotateInDownRight {
        from {
            -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
            opacity: 0
        }
        to {
            -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: none;
            transform: none;
            opacity: 1
        }
    }@keyframes rotateInDownRight {
         from {
             -webkit-transform-origin: right bottom;
             transform-origin: right bottom;
             -webkit-transform: rotate3d(0, 0, 1, 45deg);
             transform: rotate3d(0, 0, 1, 45deg);
             opacity: 0
         }
         to {
             -webkit-transform-origin: right bottom;
             transform-origin: right bottom;
             -webkit-transform: none;
             transform: none;
             opacity: 1
         }
     }.rotateInDownRight {
          -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight
      }

    @-webkit-keyframes rotateInUpLeft {
        from {
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
            opacity: 0
        }
        to {
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: none;
            transform: none;
            opacity: 1
        }
    }@keyframes rotateInUpLeft {
         from {
             -webkit-transform-origin: left bottom;
             transform-origin: left bottom;
             -webkit-transform: rotate3d(0, 0, 1, 45deg);
             transform: rotate3d(0, 0, 1, 45deg);
             opacity: 0
         }
         to {
             -webkit-transform-origin: left bottom;
             transform-origin: left bottom;
             -webkit-transform: none;
             transform: none;
             opacity: 1
         }
     }.rotateInUpLeft {
          -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft
      }

    @-webkit-keyframes rotateInUpRight {
        from {
            -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
            opacity: 0
        }
        to {
            -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: none;
            transform: none;
            opacity: 1
        }
    }@keyframes rotateInUpRight {
         from {
             -webkit-transform-origin: right bottom;
             transform-origin: right bottom;
             -webkit-transform: rotate3d(0, 0, 1, -90deg);
             transform: rotate3d(0, 0, 1, -90deg);
             opacity: 0
         }
         to {
             -webkit-transform-origin: right bottom;
             transform-origin: right bottom;
             -webkit-transform: none;
             transform: none;
             opacity: 1
         }
     }.rotateInUpRight {
          -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight
      }

    @-webkit-keyframes rollIn {
        from {
            opacity: 0;
            -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }@keyframes rollIn {
         from {
             opacity: 0;
             -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
             transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
         }
         to {
             opacity: 1;
             -webkit-transform: none;
             transform: none
         }
     }.rollIn {
          -webkit-animation-name: rollIn;
          animation-name: rollIn
      }

    @-webkit-keyframes zoomIn {
        from {
            opacity: 0;
            -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3)
        }
        50% {
            opacity: 1
        }
    }@keyframes zoomIn {
         from {
             opacity: 0;
             -webkit-transform: scale3d(.3, .3, .3);
             transform: scale3d(.3, .3, .3)
         }
         50% {
             opacity: 1
         }
     }.zoomIn {
          -webkit-animation-name: zoomIn;
          animation-name: zoomIn
      }

    @-webkit-keyframes zoomInDown {
        from {
            opacity: 0;
            -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
            animation-timing-function: cubic-bezier(.55, .055, .675, .19)
        }
        60% {
            opacity: 1;
            -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
            animation-timing-function: cubic-bezier(.175, .885, .32, 1)
        }
    }@keyframes zoomInDown {
         from {
             opacity: 0;
             -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
             transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
             -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
             animation-timing-function: cubic-bezier(.55, .055, .675, .19)
         }
         60% {
             opacity: 1;
             -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
             transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
             -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
             animation-timing-function: cubic-bezier(.175, .885, .32, 1)
         }
     }.zoomInDown {
          -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown
      }

    @-webkit-keyframes zoomInLeft {
        from {
            opacity: 0;
            -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
            animation-timing-function: cubic-bezier(.55, .055, .675, .19)
        }
        60% {
            opacity: 1;
            -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
            animation-timing-function: cubic-bezier(.175, .885, .32, 1)
        }
    }@keyframes zoomInLeft {
         from {
             opacity: 0;
             -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
             transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
             -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
             animation-timing-function: cubic-bezier(.55, .055, .675, .19)
         }
         60% {
             opacity: 1;
             -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
             transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
             -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
             animation-timing-function: cubic-bezier(.175, .885, .32, 1)
         }
     }.zoomInLeft {
          -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft
      }

    @-webkit-keyframes zoomInRight {
        from {
            opacity: 0;
            -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
            animation-timing-function: cubic-bezier(.55, .055, .675, .19)
        }
        60% {
            opacity: 1;
            -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
            animation-timing-function: cubic-bezier(.175, .885, .32, 1)
        }
    }@keyframes zoomInRight {
         from {
             opacity: 0;
             -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
             transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
             -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
             animation-timing-function: cubic-bezier(.55, .055, .675, .19)
         }
         60% {
             opacity: 1;
             -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
             transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
             -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
             animation-timing-function: cubic-bezier(.175, .885, .32, 1)
         }
     }.zoomInRight {
          -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight
      }

    @-webkit-keyframes zoomInUp {
        from {
            opacity: 0;
            -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
            animation-timing-function: cubic-bezier(.55, .055, .675, .19)
        }
        60% {
            opacity: 1;
            -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
            animation-timing-function: cubic-bezier(.175, .885, .32, 1)
        }
    }@keyframes zoomInUp {
         from {
             opacity: 0;
             -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
             transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
             -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
             animation-timing-function: cubic-bezier(.55, .055, .675, .19)
         }
         60% {
             opacity: 1;
             -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
             transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
             -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
             animation-timing-function: cubic-bezier(.175, .885, .32, 1)
         }
     }.zoomInUp {
          -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp
      }

    @-webkit-keyframes slideInDown {
        from {
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
            visibility: visible
        }
        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
    }@keyframes slideInDown {
         from {
             -webkit-transform: translate3d(0, -100%, 0);
             transform: translate3d(0, -100%, 0);
             visibility: visible
         }
         to {
             -webkit-transform: translate3d(0, 0, 0);
             transform: translate3d(0, 0, 0)
         }
     }.slideInDown {
          -webkit-animation-name: slideInDown;
          animation-name: slideInDown
      }

    @-webkit-keyframes slideInLeft {
        from {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            visibility: visible
        }
        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
    }@keyframes slideInLeft {
         from {
             -webkit-transform: translate3d(-100%, 0, 0);
             transform: translate3d(-100%, 0, 0);
             visibility: visible
         }
         to {
             -webkit-transform: translate3d(0, 0, 0);
             transform: translate3d(0, 0, 0)
         }
     }.slideInLeft {
          -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft
      }

    @-webkit-keyframes slideInRight {
        from {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            visibility: visible
        }
        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
    }@keyframes slideInRight {
         from {
             -webkit-transform: translate3d(100%, 0, 0);
             transform: translate3d(100%, 0, 0);
             visibility: visible
         }
         to {
             -webkit-transform: translate3d(0, 0, 0);
             transform: translate3d(0, 0, 0)
         }
     }.slideInRight {
          -webkit-animation-name: slideInRight;
          animation-name: slideInRight
      }

    @-webkit-keyframes slideInUp {
        from {
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
            visibility: visible
        }
        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
    }@keyframes slideInUp {
         from {
             -webkit-transform: translate3d(0, 100%, 0);
             transform: translate3d(0, 100%, 0);
             visibility: visible
         }
         to {
             -webkit-transform: translate3d(0, 0, 0);
             transform: translate3d(0, 0, 0)
         }
     }.slideInUp {
          -webkit-animation-name: slideInUp;
          animation-name: slideInUp
      }
}

@font-face {
    font-family: 'simple-line-icons';
    src: url(http://orkestragruplari.com/wp-content/plugins/kingcomposer/assets/css/fonts/Simple-Line-Icons.eot?-i3a2kk);
    src: url(http://orkestragruplari.com/wp-content/plugins/kingcomposer/assets/css/fonts/Simple-Line-Icons.eot#iefix-i3a2kk) format('embedded-opentype'), url(http://orkestragruplari.com/wp-content/plugins/kingcomposer/assets/css/fonts/Simple-Line-Icons.ttf) format('truetype'), url(http://orkestragruplari.com/wp-content/plugins/kingcomposer/assets/css/fonts/Simple-Line-Icons.woff) format('woff'), url(http://orkestragruplari.com/wp-content/plugins/kingcomposer/assets/css/fonts/Simple-Line-Icons.svg#simple-line-icons) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'et-line';
    src: url(http://orkestragruplari.com/wp-content/plugins/kingcomposer/assets/css/fonts/et-line.eot);
    src: url(http://orkestragruplari.com/wp-content/plugins/kingcomposer/assets/css/fonts/et-line.eot#iefix) format('embedded-opentype'), url(http://orkestragruplari.com/wp-content/plugins/kingcomposer/assets/css/fonts/et-line.woff) format('woff'), url(http://orkestragruplari.com/wp-content/plugins/kingcomposer/assets/css/fonts/et-line.ttf) format('truetype'), url(http://orkestragruplari.com/wp-content/plugins/kingcomposer/assets/css/fonts/et-line.svg#et-line) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'FontAwesome';
    src: url(http://orkestragruplari.com/wp-content/plugins/kingcomposer/assets/css/fonts/fa-solid-900.eot);
    src: url(http://orkestragruplari.com/wp-content/plugins/kingcomposer/assets/css/fonts/fa-solid-900.eot#iefix) format("embedded-opentype"), url(http://orkestragruplari.com/wp-content/plugins/kingcomposer/assets/css/fonts/fa-solid-900.woff2) format("woff2"), url(http://orkestragruplari.com/wp-content/plugins/kingcomposer/assets/css/fonts/fa-solid-900.woff) format("woff"), url(http://orkestragruplari.com/wp-content/plugins/kingcomposer/assets/css/fonts/fa-solid-900.ttf) format("truetype"), url(http://orkestragruplari.com/wp-content/plugins/kingcomposer/assets/css/fonts/fa-solid-900.svg#fontawesome) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'FontAwesomeBrands';
    font-style: normal;
    font-weight: 400;
    src: url(http://orkestragruplari.com/wp-content/plugins/kingcomposer/assets/css/fonts/fa-brands-400.eot);
    src: url(http://orkestragruplari.com/wp-content/plugins/kingcomposer/assets/css/fonts/fa-brands-400.eot#iefix) format("embedded-opentype"), url(http://orkestragruplari.com/wp-content/plugins/kingcomposer/assets/css/fonts/fa-brands-400.woff2) format("woff2"), url(http://orkestragruplari.com/wp-content/plugins/kingcomposer/assets/css/fonts/fa-brands-400.woff) format("woff"), url(http://orkestragruplari.com/wp-content/plugins/kingcomposer/assets/css/fonts/fa-brands-400.ttf) format("truetype"), url(http://orkestragruplari.com/wp-content/plugins/kingcomposer/assets/css/fonts/fa-brands-400.svg#fontawesome) format("svg")
}

[class^=et-], [class*=" et-"], [class^=et-]:before, [class*=" et-"]:before {
    font-family: 'et-line';
    font-style: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-rendering: auto;
    speak: none;
    font-weight: 400
}

.et-mobile:before {
    content: "\e000"
}

.et-laptop:before {
    content: "\e001"
}

.et-desktop:before {
    content: "\e002"
}

.et-tablet:before {
    content: "\e003"
}

.et-phone:before {
    content: "\e004"
}

.et-document:before {
    content: "\e005"
}

.et-documents:before {
    content: "\e006"
}

.et-search:before {
    content: "\e007"
}

.et-clipboard:before {
    content: "\e008"
}

.et-newspaper:before {
    content: "\e009"
}

.et-notebook:before {
    content: "\e00a"
}

.et-book-open:before {
    content: "\e00b"
}

.et-browser:before {
    content: "\e00c"
}

.et-calendar:before {
    content: "\e00d"
}

.et-presentation:before {
    content: "\e00e"
}

.et-picture:before {
    content: "\e00f"
}

.et-pictures:before {
    content: "\e010"
}

.et-video:before {
    content: "\e011"
}

.et-camera:before {
    content: "\e012"
}

.et-printer:before {
    content: "\e013"
}

.et-toolbox:before {
    content: "\e014"
}

.et-briefcase:before {
    content: "\e015"
}

.et-wallet:before {
    content: "\e016"
}

.et-gift:before {
    content: "\e017"
}

.et-bargraph:before {
    content: "\e018"
}

.et-grid:before {
    content: "\e019"
}

.et-expand:before {
    content: "\e01a"
}

.et-focus:before {
    content: "\e01b"
}

.et-edit:before {
    content: "\e01c"
}

.et-adjustments:before {
    content: "\e01d"
}

.et-ribbon:before {
    content: "\e01e"
}

.et-hourglass:before {
    content: "\e01f"
}

.et-lock:before {
    content: "\e020"
}

.et-megaphone:before {
    content: "\e021"
}

.et-shield:before {
    content: "\e022"
}

.et-trophy:before {
    content: "\e023"
}

.et-flag:before {
    content: "\e024"
}

.et-map:before {
    content: "\e025"
}

.et-puzzle:before {
    content: "\e026"
}

.et-basket:before {
    content: "\e027"
}

.et-envelope:before {
    content: "\e028"
}

.et-streetsign:before {
    content: "\e029"
}

.et-telescope:before {
    content: "\e02a"
}

.et-gears:before {
    content: "\e02b"
}

.et-key:before {
    content: "\e02c"
}

.et-paperclip:before {
    content: "\e02d"
}

.et-attachment:before {
    content: "\e02e"
}

.et-pricetags:before {
    content: "\e02f"
}

.et-lightbulb:before {
    content: "\e030"
}

.et-layers:before {
    content: "\e031"
}

.et-pencil:before {
    content: "\e032"
}

.et-tools:before {
    content: "\e033"
}

.et-tools-2:before {
    content: "\e034"
}

.et-scissors:before {
    content: "\e035"
}

.et-paintbrush:before {
    content: "\e036"
}

.et-magnifying-glass:before {
    content: "\e037"
}

.et-circle-compass:before {
    content: "\e038"
}

.et-linegraph:before {
    content: "\e039"
}

.et-mic:before {
    content: "\e03a"
}

.et-strategy:before {
    content: "\e03b"
}

.et-beaker:before {
    content: "\e03c"
}

.et-caution:before {
    content: "\e03d"
}

.et-recycle:before {
    content: "\e03e"
}

.et-anchor:before {
    content: "\e03f"
}

.et-profile-male:before {
    content: "\e040"
}

.et-profile-female:before {
    content: "\e041"
}

.et-bike:before {
    content: "\e042"
}

.et-wine:before {
    content: "\e043"
}

.et-hotairballoon:before {
    content: "\e044"
}

.et-globe:before {
    content: "\e045"
}

.et-genius:before {
    content: "\e046"
}

.et-map-pin:before {
    content: "\e047"
}

.et-dial:before {
    content: "\e048"
}

.et-chat:before {
    content: "\e049"
}

.et-heart:before {
    content: "\e04a"
}

.et-cloud:before {
    content: "\e04b"
}

.et-upload:before {
    content: "\e04c"
}

.et-download:before {
    content: "\e04d"
}

.et-target:before {
    content: "\e04e"
}

.et-hazardous:before {
    content: "\e04f"
}

.et-piechart:before {
    content: "\e050"
}

.et-speedometer:before {
    content: "\e051"
}

.et-global:before {
    content: "\e052"
}

.et-compass:before {
    content: "\e053"
}

.et-lifesaver:before {
    content: "\e054"
}

.et-clock:before {
    content: "\e055"
}

.et-aperture:before {
    content: "\e056"
}

.et-quote:before {
    content: "\e057"
}

.et-scope:before {
    content: "\e058"
}

.et-alarmclock:before {
    content: "\e059"
}

.et-refresh:before {
    content: "\e05a"
}

.et-happy:before {
    content: "\e05b"
}

.et-sad:before {
    content: "\e05c"
}

.et-facebook:before {
    content: "\e05d"
}

.et-twitter:before {
    content: "\e05e"
}

.et-googleplus:before {
    content: "\e05f"
}

.et-rss:before {
    content: "\e060"
}

.et-tumblr:before {
    content: "\e061"
}

.et-linkedin:before {
    content: "\e062"
}

.et-dribbble:before {
    content: "\e063"
}

[class^=sl-], [class*=" sl-"], [class^=sl-]:before, [class*=" sl-"]:before {
    font-family: 'simple-line-icons';
    font-style: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    speak: none;
    font-weight: 400
}

.sl-user:before {
    content: "\e005"
}

.sl-people:before {
    content: "\e001"
}

.sl-user-female:before {
    content: "\e000"
}

.sl-user-follow:before {
    content: "\e002"
}

.sl-user-following:before {
    content: "\e003"
}

.sl-user-unfollow:before {
    content: "\e004"
}

.sl-login:before {
    content: "\e066"
}

.sl-logout:before {
    content: "\e065"
}

.sl-emotsmile:before {
    content: "\e021"
}

.sl-phone:before {
    content: "\e600"
}

.sl-call-end:before {
    content: "\e048"
}

.sl-call-in:before {
    content: "\e047"
}

.sl-call-out:before {
    content: "\e046"
}

.sl-map:before {
    content: "\e033"
}

.sl-location-pin:before {
    content: "\e096"
}

.sl-direction:before {
    content: "\e042"
}

.sl-directions:before {
    content: "\e041"
}

.sl-compass:before {
    content: "\e045"
}

.sl-layers:before {
    content: "\e034"
}

.sl-menu:before {
    content: "\e601"
}

.sl-list:before {
    content: "\e067"
}

.sl-options-vertical:before {
    content: "\e602"
}

.sl-options:before {
    content: "\e603"
}

.sl-arrow-down:before {
    content: "\e604"
}

.sl-arrow-left:before {
    content: "\e605"
}

.sl-arrow-right:before {
    content: "\e606"
}

.sl-arrow-up:before {
    content: "\e607"
}

.sl-arrow-up-circle:before {
    content: "\e078"
}

.sl-arrow-left-circle:before {
    content: "\e07a"
}

.sl-arrow-right-circle:before {
    content: "\e079"
}

.sl-arrow-down-circle:before {
    content: "\e07b"
}

.sl-check:before {
    content: "\e080"
}

.sl-clock:before {
    content: "\e081"
}

.sl-plus:before {
    content: "\e095"
}

.sl-close:before {
    content: "\e082"
}

.sl-trophy:before {
    content: "\e006"
}

.sl-screen-smartphone:before {
    content: "\e010"
}

.sl-screen-desktop:before {
    content: "\e011"
}

.sl-plane:before {
    content: "\e012"
}

.sl-notebook:before {
    content: "\e013"
}

.sl-mustache:before {
    content: "\e014"
}

.sl-mouse:before {
    content: "\e015"
}

.sl-magnet:before {
    content: "\e016"
}

.sl-energy:before {
    content: "\e020"
}

.sl-disc:before {
    content: "\e022"
}

.sl-cursor:before {
    content: "\e06e"
}

.sl-cursor-move:before {
    content: "\e023"
}

.sl-crop:before {
    content: "\e024"
}

.sl-chemistry:before {
    content: "\e026"
}

.sl-speedometer:before {
    content: "\e007"
}

.sl-shield:before {
    content: "\e00e"
}

.sl-screen-tablet:before {
    content: "\e00f"
}

.sl-magic-wand:before {
    content: "\e017"
}

.sl-hourglass:before {
    content: "\e018"
}

.sl-graduation:before {
    content: "\e019"
}

.sl-ghost:before {
    content: "\e01a"
}

.sl-game-controller:before {
    content: "\e01b"
}

.sl-fire:before {
    content: "\e01c"
}

.sl-eyeglass:before {
    content: "\e01d"
}

.sl-envelope-open:before {
    content: "\e01e"
}

.sl-envolope-letter:before {
    content: "\e01f"
}

.sl-bell:before {
    content: "\e027"
}

.sl-badge:before {
    content: "\e028"
}

.sl-anchor:before {
    content: "\e029"
}

.sl-wallet:before {
    content: "\e02a"
}

.sl-vector:before {
    content: "\e02b"
}

.sl-speech:before {
    content: "\e02c"
}

.sl-puzzle:before {
    content: "\e02d"
}

.sl-printer:before {
    content: "\e02e"
}

.sl-present:before {
    content: "\e02f"
}

.sl-playlist:before {
    content: "\e030"
}

.sl-pin:before {
    content: "\e031"
}

.sl-picture:before {
    content: "\e032"
}

.sl-handbag:before {
    content: "\e035"
}

.sl-globe-alt:before {
    content: "\e036"
}

.sl-globe:before {
    content: "\e037"
}

.sl-folder-alt:before {
    content: "\e039"
}

.sl-folder:before {
    content: "\e089"
}

.sl-film:before {
    content: "\e03a"
}

.sl-feed:before {
    content: "\e03b"
}

.sl-drop:before {
    content: "\e03e"
}

.sl-drawar:before {
    content: "\e03f"
}

.sl-docs:before {
    content: "\e040"
}

.sl-doc:before {
    content: "\e085"
}

.sl-diamond:before {
    content: "\e043"
}

.sl-cup:before {
    content: "\e044"
}

.sl-calculator:before {
    content: "\e049"
}

.sl-bubbles:before {
    content: "\e04a"
}

.sl-briefcase:before {
    content: "\e04b"
}

.sl-book-open:before {
    content: "\e04c"
}

.sl-basket-loaded:before {
    content: "\e04d"
}

.sl-basket:before {
    content: "\e04e"
}

.sl-bag:before {
    content: "\e04f"
}

.sl-action-undo:before {
    content: "\e050"
}

.sl-action-redo:before {
    content: "\e051"
}

.sl-wrench:before {
    content: "\e052"
}

.sl-umbrella:before {
    content: "\e053"
}

.sl-trash:before {
    content: "\e054"
}

.sl-tag:before {
    content: "\e055"
}

.sl-support:before {
    content: "\e056"
}

.sl-frame:before {
    content: "\e038"
}

.sl-size-fullscreen:before {
    content: "\e057"
}

.sl-size-actual:before {
    content: "\e058"
}

.sl-shuffle:before {
    content: "\e059"
}

.sl-share-alt:before {
    content: "\e05a"
}

.sl-share:before {
    content: "\e05b"
}

.sl-rocket:before {
    content: "\e05c"
}

.sl-question:before {
    content: "\e05d"
}

.sl-pie-chart:before {
    content: "\e05e"
}

.sl-pencil:before {
    content: "\e05f"
}

.sl-note:before {
    content: "\e060"
}

.sl-loop:before {
    content: "\e064"
}

.sl-home:before {
    content: "\e069"
}

.sl-grid:before {
    content: "\e06a"
}

.sl-graph:before {
    content: "\e06b"
}

.sl-microphone:before {
    content: "\e063"
}

.sl-music-tone-alt:before {
    content: "\e061"
}

.sl-music-tone:before {
    content: "\e062"
}

.sl-earphones-alt:before {
    content: "\e03c"
}

.sl-earphones:before {
    content: "\e03d"
}

.sl-equalizer:before {
    content: "\e06c"
}

.sl-like:before {
    content: "\e068"
}

.sl-dislike:before {
    content: "\e06d"
}

.sl-control-start:before {
    content: "\e06f"
}

.sl-control-rewind:before {
    content: "\e070"
}

.sl-control-play:before {
    content: "\e071"
}

.sl-control-pause:before {
    content: "\e072"
}

.sl-control-forward:before {
    content: "\e073"
}

.sl-control-end:before {
    content: "\e074"
}

.sl-volume-1:before {
    content: "\e09f"
}

.sl-volume-2:before {
    content: "\e0a0"
}

.sl-volume-off:before {
    content: "\e0a1"
}

.sl-calender:before {
    content: "\e075"
}

.sl-bulb:before {
    content: "\e076"
}

.sl-chart:before {
    content: "\e077"
}

.sl-ban:before {
    content: "\e07c"
}

.sl-bubble:before {
    content: "\e07d"
}

.sl-camrecorder:before {
    content: "\e07e"
}

.sl-camera:before {
    content: "\e07f"
}

.sl-cloud-download:before {
    content: "\e083"
}

.sl-cloud-upload:before {
    content: "\e084"
}

.sl-envolope:before {
    content: "\e086"
}

.sl-eye:before {
    content: "\e087"
}

.sl-flag:before {
    content: "\e088"
}

.sl-heart:before {
    content: "\e08a"
}

.sl-info:before {
    content: "\e08b"
}

.sl-key:before {
    content: "\e08c"
}

.sl-link:before {
    content: "\e08d"
}

.sl-lock:before {
    content: "\e08e"
}

.sl-lock-open:before {
    content: "\e08f"
}

.sl-magnifier:before {
    content: "\e090"
}

.sl-magnifier-add:before {
    content: "\e091"
}

.sl-magnifier-remove:before {
    content: "\e092"
}

.sl-paper-clip:before {
    content: "\e093"
}

.sl-paper-plane:before {
    content: "\e094"
}

.sl-power:before {
    content: "\e097"
}

.sl-refresh:before {
    content: "\e098"
}

.sl-reload:before {
    content: "\e099"
}

.sl-settings:before {
    content: "\e09a"
}

.sl-star:before {
    content: "\e09b"
}

.sl-symble-female:before {
    content: "\e09c"
}

.sl-symbol-male:before {
    content: "\e09d"
}

.sl-target:before {
    content: "\e09e"
}

.sl-credit-card:before {
    content: "\e025"
}

.sl-paypal:before {
    content: "\e608"
}

.sl-social-tumblr:before {
    content: "\e00a"
}

.sl-social-twitter:before {
    content: "\e009"
}

.sl-social-facebook:before {
    content: "\e00b"
}

.sl-social-instagram:before {
    content: "\e609"
}

.sl-social-linkedin:before {
    content: "\e60a"
}

.sl-social-pintarest:before {
    content: "\e60b"
}

.sl-social-github:before {
    content: "\e60c"
}

.sl-social-gplus:before {
    content: "\e60d"
}

.sl-social-reddit:before {
    content: "\e60e"
}

.sl-social-skype:before {
    content: "\e60f"
}

.sl-social-dribbble:before {
    content: "\e00d"
}

.sl-social-behance:before {
    content: "\e610"
}

.sl-social-foursqare:before {
    content: "\e611"
}

.sl-social-soundcloud:before {
    content: "\e612"
}

.sl-social-spotify:before {
    content: "\e613"
}

.sl-social-stumbleupon:before {
    content: "\e614"
}

.sl-social-youtube:before {
    content: "\e008"
}

.sl-social-dropbox:before {
    content: "\e00c"
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
[class^=fa-], [class*=" fa-"], [class^=fa-]:before, [class*=" fa-"]:before, [class^=fab-], [class*=" fab-"], [class^=fab-]:before, [class*=" fab-"]:before {
    font-family: 'FontAwesome';
    font-style: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-rendering: auto;
    speak: none;
    font-weight: 400
}

[class^=fab-], [class*=" fab-"], [class^=fab-]:before, [class*=" fab-"]:before {
    font-family: 'FontAwesomeBrands'
}

.fa-fw, .fa-li {
    text-align: center
}

.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 {
    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;
    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 {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.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"
}

.fab-accessible-icon:before {
    content: "\f368"
}

.fab-accusoft:before {
    content: "\f369"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fab-adn:before {
    content: "\f170"
}

.fab-adversal:before {
    content: "\f36a"
}

.fab-affiliatetheme:before {
    content: "\f36b"
}

.fab-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-allergies:before {
    content: "\f461"
}

.fab-amazon:before {
    content: "\f270"
}

.fab-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fab-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fab-android:before {
    content: "\f17b"
}

.fab-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"
}

.fab-angrycreative:before {
    content: "\f36e"
}

.fab-angular:before {
    content: "\f420"
}

.fab-app-store:before {
    content: "\f36f"
}

.fab-app-store-ios:before {
    content: "\f370"
}

.fab-apper:before {
    content: "\f371"
}

.fab-apple:before {
    content: "\f179"
}

.fab-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.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"
}

.fab-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fab-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fab-autoprefixer:before {
    content: "\f41c"
}

.fab-avianex:before {
    content: "\f374"
}

.fab-aviato:before {
    content: "\f421"
}

.fab-aws:before {
    content: "\f375"
}

.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"
}

.fab-behance:before {
    content: "\f1b4"
}

.fab-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bicycle:before {
    content: "\f206"
}

.fab-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fab-bitbucket:before {
    content: "\f171"
}

.fab-bitcoin:before {
    content: "\f379"
}

.fab-bity:before {
    content: "\f37a"
}

.fab-black-tie:before {
    content: "\f27e"
}

.fab-blackberry:before {
    content: "\f37b"
}

.fa-blind:before {
    content: "\f29d"
}

.fab-blogger:before {
    content: "\f37c"
}

.fab-blogger-b:before {
    content: "\f37d"
}

.fab-bluetooth:before {
    content: "\f293"
}

.fab-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-book:before {
    content: "\f02d"
}

.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-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fab-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"
}

.fab-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fab-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-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.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"
}

.fab-cc-amazon-pay:before {
    content: "\f42d"
}

.fab-cc-amex:before {
    content: "\f1f3"
}

.fab-cc-apple-pay:before {
    content: "\f416"
}

.fab-cc-diners-club:before {
    content: "\f24c"
}

.fab-cc-discover:before {
    content: "\f1f2"
}

.fab-cc-jcb:before {
    content: "\f24b"
}

.fab-cc-mastercard:before {
    content: "\f1f1"
}

.fab-cc-paypal:before {
    content: "\f1f4"
}

.fab-cc-stripe:before {
    content: "\f1f5"
}

.fab-cc-visa:before {
    content: "\f1f0"
}

.fab-centercode:before {
    content: "\f380"
}

.fa-certificate:before {
    content: "\f0a3"
}

.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-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"
}

.fab-chrome:before {
    content: "\f268"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.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-upload-alt:before {
    content: "\f382"
}

.fab-cloudscale:before {
    content: "\f383"
}

.fab-cloudsmith:before {
    content: "\f384"
}

.fab-cloudversify:before {
    content: "\f385"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fab-codepen:before {
    content: "\f1cb"
}

.fab-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fab-connectdevelop:before {
    content: "\f20e"
}

.fab-contao:before {
    content: "\f26d"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-couch:before {
    content: "\f4b8"
}

.fab-cpanel:before {
    content: "\f388"
}

.fab-creative-commons:before {
    content: "\f25e"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fab-css3:before {
    content: "\f13c"
}

.fab-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fab-cuttlefish:before {
    content: "\f38c"
}

.fab-d-and-d:before {
    content: "\f38d"
}

.fab-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fab-delicious:before {
    content: "\f1a5"
}

.fab-deploydog:before {
    content: "\f38e"
}

.fab-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fab-deviantart:before {
    content: "\f1bd"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fab-digg:before {
    content: "\f1a6"
}

.fab-digital-ocean:before {
    content: "\f391"
}

.fab-discord:before {
    content: "\f392"
}

.fab-discourse:before {
    content: "\f393"
}

.fa-dna:before {
    content: "\f471"
}

.fab-dochub:before {
    content: "\f394"
}

.fab-docker:before {
    content: "\f395"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fab-draft2digital:before {
    content: "\f396"
}

.fab-dribbble:before {
    content: "\f17d"
}

.fab-dribbble-square:before {
    content: "\f397"
}

.fab-dropbox:before {
    content: "\f16b"
}

.fab-drupal:before {
    content: "\f1a9"
}

.fab-dyalog:before {
    content: "\f399"
}

.fab-earlybirds:before {
    content: "\f39a"
}

.fab-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-eject:before {
    content: "\f052"
}

.fab-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fab-ember:before {
    content: "\f423"
}

.fab-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fab-envira:before {
    content: "\f299"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fab-ethereum:before {
    content: "\f42e"
}

.fab-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"
}

.fab-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"
}

.fab-facebook:before {
    content: "\f09a"
}

.fab-facebook-f:before {
    content: "\f39e"
}

.fab-facebook-messenger:before {
    content: "\f39f"
}

.fab-facebook-square:before {
    content: "\f082"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.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-excel:before {
    content: "\f1c3"
}

.fa-file-image:before {
    content: "\f1c5"
}

.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-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fab-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fab-first-order:before {
    content: "\f2b0"
}

.fab-firstdraft:before {
    content: "\f3a1"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flask:before {
    content: "\f0c3"
}

.fab-flickr:before {
    content: "\f16e"
}

.fab-flipboard:before {
    content: "\f44d"
}

.fab-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-font:before {
    content: "\f031"
}

.fab-font-awesome:before {
    content: "\f2b4"
}

.fab-font-awesome-alt:before {
    content: "\f35c"
}

.fab-font-awesome-flag:before {
    content: "\f425"
}

.fab-fonticons:before {
    content: "\f280"
}

.fab-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fab-fort-awesome:before {
    content: "\f286"
}

.fab-fort-awesome-alt:before {
    content: "\f3a3"
}

.fab-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fab-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frown:before {
    content: "\f119"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fab-get-pocket:before {
    content: "\f265"
}

.fab-gg:before {
    content: "\f260"
}

.fab-gg-circle:before {
    content: "\f261"
}

.fa-gift:before {
    content: "\f06b"
}

.fab-git:before {
    content: "\f1d3"
}

.fab-git-square:before {
    content: "\f1d2"
}

.fab-github:before {
    content: "\f09b"
}

.fab-github-alt:before {
    content: "\f113"
}

.fab-github-square:before {
    content: "\f092"
}

.fab-gitkraken:before {
    content: "\f3a6"
}

.fab-gitlab:before {
    content: "\f296"
}

.fab-gitter:before {
    content: "\f426"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fab-glide:before {
    content: "\f2a5"
}

.fab-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fab-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fab-goodreads:before {
    content: "\f3a8"
}

.fab-goodreads-g:before {
    content: "\f3a9"
}

.fab-google:before {
    content: "\f1a0"
}

.fab-google-drive:before {
    content: "\f3aa"
}

.fab-google-play:before {
    content: "\f3ab"
}

.fab-google-plus:before {
    content: "\f2b3"
}

.fab-google-plus-g:before {
    content: "\f0d5"
}

.fab-google-plus-square:before {
    content: "\f0d4"
}

.fab-google-wallet:before {
    content: "\f1ee"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fab-gratipay:before {
    content: "\f184"
}

.fab-grav:before {
    content: "\f2d6"
}

.fab-gripfire:before {
    content: "\f3ac"
}

.fab-grunt:before {
    content: "\f3ad"
}

.fab-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fab-hacker-news:before {
    content: "\f1d4"
}

.fab-hacker-news-square:before {
    content: "\f3af"
}

.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-hashtag:before {
    content: "\f292"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fab-hips:before {
    content: "\f452"
}

.fab-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-home:before {
    content: "\f015"
}

.fab-hooli:before {
    content: "\f427"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fab-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"
}

.fab-houzz:before {
    content: "\f27c"
}

.fab-html5:before {
    content: "\f13b"
}

.fab-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"
}

.fab-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fab-instagram:before {
    content: "\f16d"
}

.fab-internet-explorer:before {
    content: "\f26b"
}

.fab-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fab-itunes:before {
    content: "\f3b4"
}

.fab-itunes-note:before {
    content: "\f3b5"
}

.fab-java:before {
    content: "\f4e4"
}

.fab-jenkins:before {
    content: "\f3b6"
}

.fab-joget:before {
    content: "\f3b7"
}

.fab-joomla:before {
    content: "\f1aa"
}

.fab-js:before {
    content: "\f3b8"
}

.fab-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-key:before {
    content: "\f084"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fab-keycdn:before {
    content: "\f3ba"
}

.fab-kickstarter:before {
    content: "\f3bb"
}

.fab-kickstarter-k:before {
    content: "\f3bc"
}

.fab-korvue:before {
    content: "\f42f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fab-laravel:before {
    content: "\f3bd"
}

.fab-lastfm:before {
    content: "\f202"
}

.fab-lastfm-square:before {
    content: "\f203"
}

.fa-leaf:before {
    content: "\f06c"
}

.fab-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fab-less:before {
    content: "\f41d"
}

.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"
}

.fab-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fab-linkedin:before {
    content: "\f08c"
}

.fab-linkedin-in:before {
    content: "\f0e1"
}

.fab-linode:before {
    content: "\f2b8"
}

.fab-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"
}

.fab-lyft:before {
    content: "\f3c3"
}

.fab-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-male:before {
    content: "\f183"
}

.fa-map:before {
    content: "\f279"
}

.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-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"
}

.fab-maxcdn:before {
    content: "\f136"
}

.fab-medapps:before {
    content: "\f3c6"
}

.fab-medium:before {
    content: "\f23a"
}

.fab-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fab-medrt:before {
    content: "\f3c8"
}

.fab-meetup:before {
    content: "\f2e0"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fab-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fab-mix:before {
    content: "\f3cb"
}

.fab-mixcloud:before {
    content: "\f289"
}

.fab-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fab-modx:before {
    content: "\f285"
}

.fab-monero:before {
    content: "\f3d0"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-moon:before {
    content: "\f186"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-music:before {
    content: "\f001"
}

.fab-napster:before {
    content: "\f3d2"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fab-node:before {
    content: "\f419"
}

.fab-node-js:before {
    content: "\f3d3"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fab-npm:before {
    content: "\f3d4"
}

.fab-ns8:before {
    content: "\f3d5"
}

.fab-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fab-odnoklassniki:before {
    content: "\f263"
}

.fab-odnoklassniki-square:before {
    content: "\f264"
}

.fab-opencart:before {
    content: "\f23d"
}

.fab-openid:before {
    content: "\f19b"
}

.fab-opera:before {
    content: "\f26a"
}

.fab-optin-monster:before {
    content: "\f23c"
}

.fab-osi:before {
    content: "\f41a"
}

.fa-outdent:before {
    content: "\f03b"
}

.fab-page4:before {
    content: "\f3d7"
}

.fab-pagelines:before {
    content: "\f18c"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.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-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"
}

.fab-paypal:before {
    content: "\f1ed"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-percent:before {
    content: "\f295"
}

.fab-periscope:before {
    content: "\f3da"
}

.fab-phabricator:before {
    content: "\f3db"
}

.fab-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fab-php:before {
    content: "\f457"
}

.fab-pied-piper:before {
    content: "\f2ae"
}

.fab-pied-piper-alt:before {
    content: "\f1a8"
}

.fab-pied-piper-hat:before {
    content: "\f4e5"
}

.fab-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fab-pinterest:before {
    content: "\f0d2"
}

.fab-pinterest-p:before {
    content: "\f231"
}

.fab-pinterest-square:before {
    content: "\f0d3"
}

.fa-plane:before {
    content: "\f072"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fab-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-poo:before {
    content: "\f2fe"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fab-product-hunt:before {
    content: "\f288"
}

.fab-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fab-python:before {
    content: "\f3e2"
}

.fab-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"
}

.fab-quinscape:before {
    content: "\f459"
}

.fab-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-random:before {
    content: "\f074"
}

.fab-ravelry:before {
    content: "\f2d9"
}

.fab-react:before {
    content: "\f41b"
}

.fab-readme:before {
    content: "\f4d5"
}

.fab-rebel:before {
    content: "\f1d0"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fab-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fab-reddit-square:before {
    content: "\f1a2"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fab-rendact:before {
    content: "\f3e4"
}

.fab-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fab-replyd:before {
    content: "\f3e6"
}

.fab-resolving:before {
    content: "\f3e7"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-road:before {
    content: "\f018"
}

.fa-rocket:before {
    content: "\f135"
}

.fab-rocketchat:before {
    content: "\f3e8"
}

.fab-rockrms:before {
    content: "\f3e9"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fab-safari:before {
    content: "\f267"
}

.fab-sass:before {
    content: "\f41e"
}

.fa-save:before {
    content: "\f0c7"
}

.fab-schlix:before {
    content: "\f3ea"
}

.fab-scribd:before {
    content: "\f28a"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fab-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fab-sellcast:before {
    content: "\f2da"
}

.fab-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fab-servicestack:before {
    content: "\f3ec"
}

.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"
}

.fab-shirtsinbulk:before {
    content: "\f214"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shower:before {
    content: "\f2cc"
}

.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"
}

.fab-simplybuilt:before {
    content: "\f215"
}

.fab-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fab-skyatlas:before {
    content: "\f216"
}

.fab-skype:before {
    content: "\f17e"
}

.fab-slack:before {
    content: "\f198"
}

.fab-slack-hash:before {
    content: "\f3ef"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fab-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fab-snapchat-ghost:before {
    content: "\f2ac"
}

.fab-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.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"
}

.fab-soundcloud:before {
    content: "\f1be"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fab-speakap:before {
    content: "\f3f3"
}

.fa-spinner:before {
    content: "\f110"
}

.fab-spotify:before {
    content: "\f1bc"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fab-stack-exchange:before {
    content: "\f18d"
}

.fab-stack-overflow:before {
    content: "\f16c"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-half:before {
    content: "\f089"
}

.fab-staylinked:before {
    content: "\f3f5"
}

.fab-steam:before {
    content: "\f1b6"
}

.fab-steam-square:before {
    content: "\f1b7"
}

.fab-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fab-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"
}

.fab-strava:before {
    content: "\f428"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fab-stripe:before {
    content: "\f429"
}

.fab-stripe-s:before {
    content: "\f42a"
}

.fab-studiovinari:before {
    content: "\f3f8"
}

.fab-stumbleupon:before {
    content: "\f1a4"
}

.fab-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-sun:before {
    content: "\f185"
}

.fab-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fab-supple:before {
    content: "\f3f9"
}

.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"
}

.fab-telegram:before {
    content: "\f2c6"
}

.fab-telegram-plane:before {
    content: "\f3fe"
}

.fab-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"
}

.fab-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-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-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-trademark:before {
    content: "\f25c"
}

.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"
}

.fab-trello:before {
    content: "\f181"
}

.fab-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-tty:before {
    content: "\f1e4"
}

.fab-tumblr:before {
    content: "\f173"
}

.fab-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fab-twitch:before {
    content: "\f1e8"
}

.fab-twitter:before {
    content: "\f099"
}

.fab-twitter-square:before {
    content: "\f081"
}

.fab-typo3:before {
    content: "\f42b"
}

.fab-uber:before {
    content: "\f402"
}

.fab-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fab-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"
}

.fab-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fab-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fab-vaadin:before {
    content: "\f408"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fab-viacoin:before {
    content: "\f237"
}

.fab-viadeo:before {
    content: "\f2a9"
}

.fab-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fab-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fab-vimeo:before {
    content: "\f40a"
}

.fab-vimeo-square:before {
    content: "\f194"
}

.fab-vimeo-v:before {
    content: "\f27d"
}

.fab-vine:before {
    content: "\f1ca"
}

.fab-vk:before {
    content: "\f189"
}

.fab-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fab-vuejs:before {
    content: "\f41f"
}

.fa-warehouse:before {
    content: "\f494"
}

.fab-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fab-weixin:before {
    content: "\f1d7"
}

.fab-whatsapp:before {
    content: "\f232"
}

.fab-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fab-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fab-wikipedia-w:before {
    content: "\f266"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fab-windows:before {
    content: "\f17a"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-won-sign:before {
    content: "\f159"
}

.fab-wordpress:before {
    content: "\f19a"
}

.fab-wordpress-simple:before {
    content: "\f411"
}

.fab-wpbeginner:before {
    content: "\f297"
}

.fab-wpexplorer:before {
    content: "\f2de"
}

.fab-wpforms:before {
    content: "\f298"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fab-xbox:before {
    content: "\f412"
}

.fab-xing:before {
    content: "\f168"
}

.fab-xing-square:before {
    content: "\f169"
}

.fab-y-combinator:before {
    content: "\f23b"
}

.fab-yahoo:before {
    content: "\f19e"
}

.fab-yandex:before {
    content: "\f413"
}

.fab-yandex-international:before {
    content: "\f414"
}

.fab-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fab-yoast:before {
    content: "\f2b1"
}

.fab-youtube:before {
    content: "\f167"
}

.fab-youtube-square:before {
    content: "\f431"
}

html:not(.vp-lazyload-enabled):not(.js) .vp-lazyload {
    display: none
}

.kc-off-notice {
    display: inline-block !important
}

.kc-container {
    max-width: 1170px
}

.kc-css-804245 .clients-slider .swiper-slide {
    width: calc(100% / 5)
}

.kc-css-804245 .clients-slider .swiper-slide img {
    max-height: 70px
}

@media (max-width: 1200px) {
    .kc-css-804245 .clients-slider .swiper-slide {
        width: calc(100% / 4)
    }
}

@media (max-width: 991px) {
    .kc-css-804245 .clients-slider .swiper-slide {
        width: calc(100% / 3)
    }
}

@media (max-width: 768px) {
    .kc-css-804245 .clients-slider .swiper-slide {
        width: calc(100% / 2)
    }
}

@media (max-width: 560px) {
    .kc-css-804245 .clients-slider .swiper-slide {
        width: calc(100% / 1)
    }
}

.vp-id-1802 .vp-portfolio__items {
    --vp-items__gap: 15px
}

.vp-id-1802 .vp-portfolio__item {
    border-radius: 0
}

.vp-id-1802 .vp-portfolio__items-style-fly {
    --vp-items-style-fly--overlay__background-color: rgba(33, 33, 37, .64)
}

.vp-id-1802 .vp-portfolio__items-style-fly {
    --vp-items-style-fly--overlay__color: #fff
}

.vp-filter {
    display: none
}

.pswp__caption {
    display: none
}

:root {
    --vp-color-brand: #2540cc;
    --vp-color-gray: #6c7781;
    --vp-color-gray-darken: #4b4b4b;
    --vp-color-gray-light: #e8e8e8;
    --vp-color-gray-lighten: #f7f7f7;
    --vp-border-radius: 5px;
    --vp-items__gap: 0;
    --vp-transition-duration: .3s;
    --vp-transition-easing: ease-in-out;
    --vp-interactive__transition-duration: .2s;
    --vp-interactive__transition-easing: ease-in-out
}

.vp-portfolio__items {
    --vp-items__gap-vertical: var(--vp-items__gap)
}

.vp-portfolio {
    --vp-wrap__min-height: 114px;
    --vp-elements__gap: 20px;
    --vp-images__object-fit: cover;
    --vp-images__object-position: 50% 50%
}

.vp-spinner {
    --vp-spinner__color: currentColor;
    --vp-spinner__size: 20px;
    --vp-spinner__border-size: 2px;
    --vp-spinner__speed: .3s;
    --vp-spinner--background__color: var(--vp-spinner__color);
    --vp-spinner--background__opacity: .3
}

.vp-portfolio {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: var(--vp-wrap__min-height);
    overflow-wrap: break-word
}

.vp-portfolio *, .vp-portfolio *::before, .vp-portfolio *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.vp-portfolio .swiper-wrapper {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.vp-portfolio__items {
    -webkit-transition: var(--vp-transition-duration) height var(--vp-transition-easing), var(--vp-transition-duration) transform var(--vp-transition-easing);
    -o-transition: var(--vp-transition-duration) height var(--vp-transition-easing), var(--vp-transition-duration) transform var(--vp-transition-easing);
    transition: var(--vp-transition-duration) height var(--vp-transition-easing), var(--vp-transition-duration) transform var(--vp-transition-easing);
    will-change: height, transform
}

.vp-portfolio::after, .vp-portfolio__items::after {
    content: "";
    display: block;
    clear: both
}

.vp-portfolio__items-wrap, .vp-portfolio__thumbnails-wrap, .vp-portfolio__filter-wrap, .vp-portfolio__sort-wrap, .vp-portfolio__pagination-wrap, .vp-portfolio__item {
    position: relative;
    overflow: hidden
}

.vp-portfolio__items-wrap, .vp-portfolio__thumbnails-wrap, .vp-portfolio__layout-elements {
    margin-bottom: var(--vp-elements__gap);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: var(--vp-transition-duration) opacity, var(--vp-transition-duration) visibility;
    -o-transition: var(--vp-transition-duration) opacity, var(--vp-transition-duration) visibility;
    transition: var(--vp-transition-duration) opacity, var(--vp-transition-duration) visibility;
    will-change: opacity, visibility
}

.vp-portfolio > :last-child {
    margin-bottom: 0
}

.vp-portfolio__item-wrap {
    position: relative;
    float: left;
    width: 33.333%
}

.vp-svg-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    overflow: visible;
    font-size: inherit;
    vertical-align: -.125em
}

.vp-screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    word-break: normal;
    word-wrap: normal !important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%)
}

.vp-screen-reader-text:focus {
    display: block;
    top: 5px;
    right: 5px;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    clip: auto !important;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    line-height: normal;
    color: var(--vp-color-brand);
    text-decoration: none;
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -webkit-clip-path: none;
    clip-path: none;
    z-index: 100000
}

[data-vp-layout]:not([data-vp-layout="slider"]) .vp-portfolio__item-wrap {
    padding: 0 !important;
    margin: 0 !important
}

[data-vp-layout="slider"] .vp-portfolio__item-wrap {
    float: none;
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important
}

.vp-portfolio__item .vp-portfolio__item-img img, .vp-portfolio__item .vp-portfolio__item-img a, .vp-portfolio__item .vp-portfolio__thumbnail-img img {
    display: block;
    width: 100%;
    height: auto
}

.vp-portfolio__item-img, .vp-portfolio__thumbnail-img {
    position: relative
}

.vp-portfolio__item .vp-portfolio__item-img a {
    position: unset
}

.vp-portfolio__layout-elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + var(--vp-elements__gap));
    margin-top: calc(-1 * var(--vp-elements__gap));
    margin-left: calc(-1 * var(--vp-elements__gap))
}

.vp-portfolio__layout-elements > * {
    margin-top: var(--vp-elements__gap);
    margin-left: var(--vp-elements__gap)
}

.vp-portfolio__layout-elements-align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.vp-portfolio__layout-elements-align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vp-portfolio__layout-elements-align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.vp-portfolio__layout-elements-align-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.vp-portfolio figure.vp-portfolio__item {
    margin: 0
}

[class^="wp-block-"]:not(.wp-block-gallery) figcaption.vp-portfolio__item-meta, .vp-portfolio figcaption.vp-portfolio__item-meta {
    margin-bottom: 0;
    font-style: inherit
}

.vp-portfolio__preloader-wrap {
    visibility: visible;
    opacity: 1;
    -webkit-transition: var(--vp-transition-duration) opacity, var(--vp-transition-duration) visibility;
    -o-transition: var(--vp-transition-duration) opacity, var(--vp-transition-duration) visibility;
    transition: var(--vp-transition-duration) opacity, var(--vp-transition-duration) visibility;
    will-change: opacity, visibility
}

.vp-portfolio__preloader {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: 45px;
    margin-left: -10px
}

.vp-portfolio__preloader svg, .vp-portfolio__preloader img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px
}

.vp-portfolio__preloader::after {
    content: "";
    position: absolute;
    display: block;
    top: -2px;
    left: -2px;
    width: 24px;
    height: 24px;
    text-indent: -9999em;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid #000;
    border-radius: 50%;
    -webkit-animation: vp-preloader-spinner .3s infinite linear;
    animation: vp-preloader-spinner .3s infinite linear
}

@-webkit-keyframes vp-preloader-spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes vp-preloader-spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.vp-portfolio.vp-portfolio__ready {
    min-height: initial
}

.vp-portfolio.vp-portfolio__ready .vp-portfolio__items-wrap, .vp-portfolio.vp-portfolio__ready .vp-portfolio__thumbnails-wrap, .vp-portfolio.vp-portfolio__ready .vp-portfolio__layout-elements {
    visibility: visible;
    opacity: 1
}

.vp-portfolio.vp-portfolio__ready .vp-portfolio__preloader-wrap {
    visibility: hidden;
    opacity: 0
}

.vp-portfolio.vp-portfolio__ready .vp-portfolio__preloader-wrap .vp-portfolio__preloader {
    -webkit-animation: none;
    animation: none
}

.vp-single-filter.vp-single-filter__ready .vp-portfolio__filter-wrap {
    visibility: visible;
    opacity: 1
}

.vp-single-sort.vp-single-sort__ready .vp-portfolio__sort-wrap {
    visibility: visible;
    opacity: 1
}

.vp-portfolio.vp-portfolio__loading .vp-portfolio__layout-elements {
    opacity: .5
}

.vp-portfolio__item-popup {
    display: none
}

.vp-spinner {
    position: relative;
    display: block;
    width: var(--vp-spinner__size);
    height: var(--vp-spinner__size);
    text-indent: -9999em;
    border: var(--vp-spinner__border-size) solid transparent;
    border-left: var(--vp-spinner__border-size) solid var(--vp-spinner__color);
    border-radius: 50%;
    -webkit-animation: vp-spinner var(--vp-spinner__speed) infinite linear;
    animation: vp-spinner var(--vp-spinner__speed) infinite linear
}

.vp-spinner::after {
    content: "";
    position: absolute;
    display: block;
    top: calc(-1 * var(--vp-spinner__border-size));
    right: calc(-1 * var(--vp-spinner__border-size));
    bottom: calc(-1 * var(--vp-spinner__border-size));
    left: calc(-1 * var(--vp-spinner__border-size));
    border: var(--vp-spinner__border-size) solid var(--vp-spinner--background__color);
    border-radius: 50%;
    opacity: var(--vp-spinner--background__opacity)
}

@-webkit-keyframes vp-spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes vp-spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

[data-vp-layout="tiles"] .vp-portfolio__items, [data-vp-layout="tiles"] .vp-portfolio__item-wrap .vp-portfolio__item-img-wrap {
    margin-top: calc(-1 * var(--vp-items__gap-vertical));
    margin-left: calc(-1 * var(--vp-items__gap))
}

[data-vp-layout="tiles"] .vp-portfolio__item-wrap .vp-portfolio__item {
    margin-top: var(--vp-items__gap-vertical);
    margin-left: var(--vp-items__gap)
}

[data-vp-layout="tiles"] .vp-portfolio__item-img img, [data-vp-layout="tiles"] .vp-portfolio__item-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

[data-vp-layout="tiles"] .vp-portfolio__item-img {
    top: var(--vp-items__gap-vertical);
    left: var(--vp-items__gap)
}

[data-vp-layout="tiles"] .vp-portfolio__item-img-wrap {
    position: relative;
    display: block;
    overflow: hidden
}

[data-vp-layout="tiles"] .vp-portfolio__item-img-wrap::before {
    content: "";
    display: block;
    padding-top: 56%
}

[data-vp-layout="tiles"] .vp-portfolio__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: var(--vp-images__object-fit);
    object-fit: var(--vp-images__object-fit);
    -o-object-position: var(--vp-images__object-position);
    object-position: var(--vp-images__object-position);
    font-family: "object-fit: cover; object-position: 50% 50%;"
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0
}

.simplebar-content:after, .simplebar-content:before {
    content: ' ';
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: #000;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.vp-portfolio__custom-scrollbar {
    --vp-custom-scrollbar__background-color: #888
}

.vp-portfolio__custom-scrollbar .simplebar-scrollbar::before {
    background-color: var(--vp-custom-scrollbar__background-color)
}

:root {
    --vp-lazyload-images__background: linear-gradient(-70deg, rgba(140, 140, 140, 0) 42%, rgba(140, 140, 140, .05) 50%, rgba(140, 140, 140, 0) 58%);
    --vp-lazyload-images__background-color: rgba(140, 140, 140, .05);
    --vp-lazyload-images__animation-duration: 3s;
    --vp-lazyload-transition-duration: .3s;
    --vp-lazyload-transition-easing: ease-in-out
}

img.vp-lazyload, img.vp-lazyloaded, img.vp-lazypreload, img.vp-lazyloading {
    opacity: 0;
    -webkit-transition: var(--vp-lazyload-transition-duration) opacity;
    -o-transition: var(--vp-lazyload-transition-duration) opacity;
    transition: var(--vp-lazyload-transition-duration) opacity;
    will-change: opacity
}

img.vp-lazyloaded {
    opacity: 1
}

.vp-portfolio__item-img::before, .vp-portfolio__thumbnail-img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: visible;
    background: var(--vp-lazyload-images__background);
    background-color: var(--vp-lazyload-images__background-color);
    background-position: 0% 50%;
    background-size: 500% 100%;
    opacity: 1;
    -webkit-transition: var(--vp-lazyload-transition-duration) var(--vp-lazyload-transition-duration) opacity, var(--vp-lazyload-transition-duration) var(--vp-lazyload-transition-duration) visibility;
    -o-transition: var(--vp-lazyload-transition-duration) var(--vp-lazyload-transition-duration) opacity, var(--vp-lazyload-transition-duration) var(--vp-lazyload-transition-duration) visibility;
    transition: var(--vp-lazyload-transition-duration) var(--vp-lazyload-transition-duration) opacity, var(--vp-lazyload-transition-duration) var(--vp-lazyload-transition-duration) visibility
}

.vp-portfolio__item-img-lazyloading::before, .vp-portfolio__thumbnail-img-lazyloading::before {
    -webkit-animation: vp-lazyload-placeholder var(--vp-lazyload-images__animation-duration) linear infinite;
    animation: vp-lazyload-placeholder var(--vp-lazyload-images__animation-duration) linear infinite
}

.vp-portfolio__item-img-lazyloaded::before, .vp-portfolio__thumbnail-img-lazyloaded::before {
    visibility: visible;
    opacity: 0
}

@-webkit-keyframes vp-lazyload-placeholder {
    0%, 80% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes vp-lazyload-placeholder {
    0%, 80% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

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;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    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: .9;
    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 ease, visibility 0s ease .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 ease 0s, visibility 0s ease 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;
    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;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -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-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    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--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    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
}

.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.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;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.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 {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    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;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.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: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    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: rgba(0, 0, 0, 0);
    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__list {
    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 .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    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__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.vp-pswp, .vp-fancybox {
    --vp-popup__z-index: 1500;
    --vp-popup--thumbnails__size: 160px;
    --vp-popup--thumbnails__aspect-ratio: 10 / 7;
    --vp-popup--thumbnails__background-color: #1e1e1e;
    --vp-popup--thumbnails--items__border-color: var(--vp-color-brand);
    --vp-popup--thumbnails--scrollbar__size: 7px;
    --vp-popup--thumbnails--scrollbar-track__background-color: #1f1f1f;
    --vp-popup--thumbnails--scrollbar-thumb__background-color: #424242;
    --vp-popup--thumbnails--scrollbar-thumb__border-radius: 10px
}

.vp-fancybox {
    z-index: var(--vp-popup__z-index)
}

body.admin-bar .vp-fancybox {
    top: 32px;
    height: calc(100% - 32px)
}

@media screen and (max-width: 782px) {
    body.admin-bar .vp-fancybox {
        top: 42px;
        height: calc(100% - 42px)
    }
}

@media screen and (max-width: 600px) {
    body.admin-bar .vp-fancybox {
        top: 0;
        height: 100%
    }
}

.vp-fancybox .fancybox-caption__body {
    font-size: 12px;
    color: #fff
}

.vp-fancybox .fancybox-caption__body h3 {
    color: inherit
}

.vp-fancybox .fancybox-caption__body a {
    color: inherit
}

.vp-fancybox .fancybox-caption__body a:hover {
    opacity: .8
}

.vp-fancybox .fancybox-caption__body .vp-portfolio__item-meta-title {
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 14px;
    color: inherit
}

.vp-fancybox .fancybox-caption__body .vp-portfolio__item-meta-title a {
    text-decoration: none
}

.vp-fancybox .fancybox-thumbs {
    width: var(--vp-popup--thumbnails__size);
    background: var(--vp-popup--thumbnails__background-color)
}

.vp-fancybox.fancybox-show-thumbs .fancybox-inner {
    right: var(--vp-popup--thumbnails__size)
}

.vp-fancybox .fancybox-thumbs__list a {
    width: var(--vp-popup--thumbnails__size);
    max-width: calc(100% - 4px);
    height: calc(var(--vp-popup--thumbnails__size) / calc(var(--vp-popup--thumbnails__aspect-ratio)))
}

.vp-fancybox .fancybox-thumbs__list a::before {
    border: 2px solid var(--vp-popup--thumbnails--items__border-color)
}

@supports (aspect-ratio: 16/9) {
    .vp-fancybox .fancybox-thumbs__list a {
        width: calc(100% - 4px);
        max-width: none;
        height: auto;
        max-height: none;
        aspect-ratio: var(--vp-popup--thumbnails__aspect-ratio)
    }
}

.vp-fancybox .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: var(--vp-popup--thumbnails--scrollbar__size)
}

.vp-fancybox .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: var(--vp-popup--thumbnails--scrollbar-track__background-color);
    -webkit-box-shadow: none;
    box-shadow: none
}

.vp-fancybox .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: var(--vp-popup--thumbnails--scrollbar-thumb__background-color);
    border-radius: var(--vp-popup--thumbnails--scrollbar-thumb__border-radius)
}

.vp-fancybox .fancybox-bg {
    background-color: #1e1e1e
}

.vp-portfolio__items-style-fly {
    --vp-items-style-fly--links__text-decoration: none;
    --vp-items-style-fly--overlay__text-decoration: none;
    --vp-items-style-fly--overlay__color: #fff;
    --vp-items-style-fly--overlay__background-color: #000;
    --vp-items-style-fly--meta__padding-v: 2em;
    --vp-items-style-fly--meta__padding-h: 2em;
    --vp-items-style-fly--meta-items__gap: 1.5em;
    --vp-items-style-fly--meta-icon__font-size: 2em;
    --vp-items-style-fly--meta-categories__font-size: .9em;
    --vp-items-style-fly--meta-categories__font-weight: 500;
    --vp-items-style-fly--meta-categories__text-transform: uppercase;
    --vp-items-style-fly--meta-categories__text-decoration: none;
    --vp-items-style-fly--meta-categories__opacity: .8;
    --vp-items-style-fly--meta-categories__gap: .4em;
    --vp-items-style-fly--meta-categories__separator: ", ";
    --vp-items-style-fly--meta-inline__font-weight: 400;
    --vp-items-style-fly--meta-inline__line-height: 2;
    --vp-items-style-fly--meta-inline__font-opacity: .8;
    --vp-items-style-fly--meta-inline__gap: 1em;
    --vp-items-style-fly--meta-part-icon__offset: .5em;
    --vp-items-style-fly--meta-title__font-size: 1.3em;
    --vp-items-style-fly--meta-excerpt__line-height: 1.5;
    --vp-items-style-fly--meta-excerpt__opacity: .8
}

.vp-portfolio__items-style-fly .vp-portfolio__item a {
    -webkit-text-decoration: var(--vp-items-style-fly--links__text-decoration);
    text-decoration: var(--vp-items-style-fly--links__text-decoration);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.vp-portfolio__items-style-fly .vp-portfolio__item-focus .vp-portfolio__item-overlay {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0) !important;
    transform: translateX(0%) translateY(0%) translateZ(0) !important;
    -webkit-transition: -webkit-transform .2s ease-in-out 0 !important;
    transition: -webkit-transform .2s ease-in-out 0 !important;
    -o-transition: transform .2s ease-in-out 0 !important;
    transition: transform .2s ease-in-out 0 !important;
    transition: transform .2s ease-in-out 0, -webkit-transform .2s ease-in-out 0 !important
}

.vp-portfolio__items-style-fly .vp-portfolio__item-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    color: var(--vp-items-style-fly--overlay__color);
    text-align: center;
    -webkit-text-decoration: var(--vp-items-style-fly--overlay__text-decoration);
    text-decoration: var(--vp-items-style-fly--overlay__text-decoration);
    background-color: var(--vp-items-style-fly--overlay__background-color);
    -webkit-transform: translateY(-100%) translateX(-100%);
    -ms-transform: translateY(-100%) translateX(-100%);
    transform: translateY(-100%) translateX(-100%)
}

.vp-portfolio__items-style-fly figcaption.vp-portfolio__item-overlay {
    margin: 0;
    font-style: inherit;
    color: var(--vp-items-style-fly--overlay__color)
}

.vp-portfolio__items-style-fly .vp-portfolio__item-meta-wrap {
    width: 100%;
    height: 100%;
    overflow: auto
}

.vp-portfolio__items-style-fly .vp-portfolio__item-meta-wrap .simplebar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%
}

.vp-portfolio__items-style-fly .vp-portfolio__item-meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: var(--vp-items-style-fly--meta__padding-v) var(--vp-items-style-fly--meta__padding-h);
    color: inherit
}

.vp-portfolio__items-style-fly .vp-portfolio__item-meta > * {
    max-width: 100%;
    margin-bottom: var(--vp-items-style-fly--meta-items__gap)
}

.vp-portfolio__items-style-fly .vp-portfolio__item-meta > :last-child {
    margin-bottom: 0
}

.vp-portfolio__items-style-fly .vp-portfolio__item-meta-icon {
    font-size: var(--vp-items-style-fly--meta-icon__font-size)
}

.vp-portfolio__items-style-fly .vp-portfolio__item-meta-categories {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--vp-items-style-fly--meta-categories__gap));
    font-size: var(--vp-items-style-fly--meta-categories__font-size);
    font-weight: var(--vp-items-style-fly--meta-categories__font-weight);
    text-transform: var(--vp-items-style-fly--meta-categories__text-transform)
}

.vp-portfolio__items-style-fly .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: var(--vp-items-style-fly--meta-categories__gap);
    opacity: var(--vp-items-style-fly--meta-categories__opacity)
}

.vp-portfolio__items-style-fly .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category::after {
    content: var(--vp-items-style-fly--meta-categories__separator)
}

.vp-portfolio__items-style-fly .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category:last-of-type::after {
    content: none
}

.vp-portfolio__items-style-fly .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category a {
    -webkit-text-decoration: var(--vp-items-style-fly--meta-categories__text-decoration);
    text-decoration: var(--vp-items-style-fly--meta-categories__text-decoration)
}

.vp-portfolio__items-style-fly .vp-portfolio__item-meta-title {
    margin-right: 0;
    margin-left: 0;
    font-size: var(--vp-items-style-fly--meta-title__font-size);
    color: inherit
}

.vp-portfolio__items-style-fly .vp-portfolio__item-meta-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: calc(-1 * var(--vp-items-style-fly--meta-inline__gap));
    font-weight: var(--vp-items-style-fly--meta-inline__font-weight);
    line-height: var(--vp-items-style-fly--meta-inline__line-height)
}

.vp-portfolio__items-style-fly .vp-portfolio__item-meta-inline > * {
    margin-left: var(--vp-items-style-fly--meta-inline__gap);
    opacity: var(--vp-items-style-fly--meta-inline__font-opacity)
}

.vp-portfolio__items-style-fly .vp-portfolio__item-meta-part-icon {
    margin-right: var(--vp-items-style-fly--meta-part-icon__offset)
}

.vp-portfolio__items-style-fly .vp-portfolio__item-meta-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vp-portfolio__items-style-fly .vp-portfolio__item-meta-author img {
    width: 1em;
    height: auto;
    border-radius: 1em
}

.vp-portfolio__items-style-fly .vp-portfolio__item-meta-excerpt {
    line-height: var(--vp-items-style-fly--meta-excerpt__line-height)
}

.vp-portfolio__items-style-fly .vp-portfolio__item-meta-excerpt > * {
    opacity: var(--vp-items-style-fly--meta-excerpt__opacity)
}

.vp-portfolio__items-style-fly .vp-portfolio__item-align-center .vp-portfolio__item-meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.vp-portfolio__items-style-fly .vp-portfolio__item-align-center .vp-portfolio__item-meta .vp-portfolio__item-meta-categories, .vp-portfolio__items-style-fly .vp-portfolio__item-align-center .vp-portfolio__item-meta .vp-portfolio__item-meta-inline {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vp-portfolio__items-style-fly .vp-portfolio__item-align-left .vp-portfolio__item-meta {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left
}

.vp-portfolio__items-style-fly .vp-portfolio__item-align-left .vp-portfolio__item-meta .vp-portfolio__item-meta-categories, .vp-portfolio__items-style-fly .vp-portfolio__item-align-left .vp-portfolio__item-meta .vp-portfolio__item-meta-inline {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.vp-portfolio__items-style-fly .vp-portfolio__item-align-right .vp-portfolio__item-meta {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right
}

.vp-portfolio__items-style-fly .vp-portfolio__item-align-right .vp-portfolio__item-meta .vp-portfolio__item-meta-categories, .vp-portfolio__items-style-fly .vp-portfolio__item-align-right .vp-portfolio__item-meta .vp-portfolio__item-meta-inline {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.vp-portfolio__items-style-fly .vp-portfolio__item-align-top-center .vp-portfolio__item-meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center
}

.vp-portfolio__items-style-fly .vp-portfolio__item-align-top-center .vp-portfolio__item-meta .vp-portfolio__item-meta-categories, .vp-portfolio__items-style-fly .vp-portfolio__item-align-top-center .vp-portfolio__item-meta .vp-portfolio__item-meta-inline {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vp-portfolio__items-style-fly .vp-portfolio__item-align-top-left .vp-portfolio__item-meta {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
}

.vp-portfolio__items-style-fly .vp-portfolio__item-align-top-left .vp-portfolio__item-meta .vp-portfolio__item-meta-categories, .vp-portfolio__items-style-fly .vp-portfolio__item-align-top-left .vp-portfolio__item-meta .vp-portfolio__item-meta-inline {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.vp-portfolio__items-style-fly .vp-portfolio__item-align-top-right .vp-portfolio__item-meta {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: right
}

.vp-portfolio__items-style-fly .vp-portfolio__item-align-top-right .vp-portfolio__item-meta .vp-portfolio__item-meta-categories, .vp-portfolio__items-style-fly .vp-portfolio__item-align-top-right .vp-portfolio__item-meta .vp-portfolio__item-meta-inline {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.vp-portfolio__items-style-fly .vp-portfolio__item-align-bottom-center .vp-portfolio__item-meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center
}

.vp-portfolio__items-style-fly .vp-portfolio__item-align-bottom-center .vp-portfolio__item-meta .vp-portfolio__item-meta-categories, .vp-portfolio__items-style-fly .vp-portfolio__item-align-bottom-center .vp-portfolio__item-meta .vp-portfolio__item-meta-inline {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vp-portfolio__items-style-fly .vp-portfolio__item-align-bottom-left .vp-portfolio__item-meta {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: left
}

.vp-portfolio__items-style-fly .vp-portfolio__item-align-bottom-left .vp-portfolio__item-meta .vp-portfolio__item-meta-categories, .vp-portfolio__items-style-fly .vp-portfolio__item-align-bottom-left .vp-portfolio__item-meta .vp-portfolio__item-meta-inline {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.vp-portfolio__items-style-fly .vp-portfolio__item-align-bottom-right .vp-portfolio__item-meta {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

.vp-portfolio__items-style-fly .vp-portfolio__item-align-bottom-right .vp-portfolio__item-meta .vp-portfolio__item-meta-categories, .vp-portfolio__items-style-fly .vp-portfolio__item-align-bottom-right .vp-portfolio__item-meta .vp-portfolio__item-meta-inline {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.vp-filter__style-default {
    --vp-filter-default--items__gap: 10px;
    --vp-filter-default--items__min-width: 40px;
    --vp-filter-default--items__padding-v: .7em;
    --vp-filter-default--items__padding-h: 1.3em;
    --vp-filter-default--items__font-size: .9em;
    --vp-filter-default--items__font-weight: 600;
    --vp-filter-default--items__line-height: 1.4;
    --vp-filter-default--items__text-decoration: none;
    --vp-filter-default--items__text-transform: uppercase;
    --vp-filter-default--items__letter-spacing: .015em;
    --vp-filter-default--items__color: var(--vp-color-gray);
    --vp-filter-default--items__background-color: var(--vp-color-gray-lighten);
    --vp-filter-default--items__border-radius: var(--vp-border-radius);
    --vp-filter-default--items-hover__color: var(--vp-color-gray-darken);
    --vp-filter-default--items-hover__background-color: var(--vp-color-gray-light);
    --vp-filter-default--items-active__color: #fff;
    --vp-filter-default--items-active__background-color: var(--vp-color-brand);
    --vp-filter-default--items-count__offset: 8px;
    --vp-filter-default--items-count__font-size: .6em;
    --vp-filter-default-transition-duration: var(--vp-interactive__transition-duration);
    --vp-filter-default-transition-easing: var(--vp-interactive__transition-easing)
}

.vp-filter__style-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--vp-filter-default--items__gap));
    margin-left: calc(-1 * var(--vp-filter-default--items__gap))
}

.vp-filter__style-default .vp-filter__item a {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.vp-portfolio__layout-elements-align-left .vp-filter__style-default {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.vp-portfolio__layout-elements-align-center .vp-filter__style-default {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vp-portfolio__layout-elements-align-right .vp-filter__style-default {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.vp-filter__style-default .vp-filter__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: var(--vp-filter-default--items__gap);
    margin-left: var(--vp-filter-default--items__gap);
    text-align: center
}

.vp-filter__style-default .vp-filter__item > * {
    display: block;
    min-width: var(--vp-filter-default--items__min-width);
    padding: var(--vp-filter-default--items__padding-v) var(--vp-filter-default--items__padding-h);
    font-size: var(--vp-filter-default--items__font-size);
    font-weight: var(--vp-filter-default--items__font-weight);
    line-height: var(--vp-filter-default--items__line-height);
    color: var(--vp-filter-default--items__color);
    -webkit-text-decoration: var(--vp-filter-default--items__text-decoration);
    text-decoration: var(--vp-filter-default--items__text-decoration);
    text-transform: var(--vp-filter-default--items__text-transform);
    letter-spacing: var(--vp-filter-default--items__letter-spacing);
    background-color: var(--vp-filter-default--items__background-color);
    border-radius: var(--vp-filter-default--items__border-radius);
    -webkit-transition: var(--vp-filter-default-transition-duration) background-color var(--vp-filter-default-transition-easing), var(--vp-filter-default-transition-duration) color var(--vp-filter-default-transition-easing);
    -o-transition: var(--vp-filter-default-transition-duration) background-color var(--vp-filter-default-transition-easing), var(--vp-filter-default-transition-duration) color var(--vp-filter-default-transition-easing);
    transition: var(--vp-filter-default-transition-duration) background-color var(--vp-filter-default-transition-easing), var(--vp-filter-default-transition-duration) color var(--vp-filter-default-transition-easing)
}

.vp-filter__style-default .vp-filter__item > a:hover, .vp-filter__style-default .vp-filter__item > a:focus {
    color: var(--vp-filter-default--items-hover__color);
    background-color: var(--vp-filter-default--items-hover__background-color)
}

.vp-filter__style-default .vp-filter__item.vp-filter__item-active {
    --vp-filter-default--items__color: var(--vp-filter-default--items-active__color);
    --vp-filter-default--items__background-color: var(--vp-filter-default--items-active__background-color);
    --vp-filter-default--items-hover__color: var(--vp-filter-default--items-active__color);
    --vp-filter-default--items-hover__background-color: var(--vp-filter-default--items-active__background-color)
}

.vp-filter__style-default .vp-filter__item.vp-filter__item-active > * {
    cursor: default
}

.vp-filter__style-default .vp-filter__item .vp-filter__item-count {
    float: right;
    margin-left: var(--vp-filter-default--items-count__offset);
    font-size: var(--vp-filter-default--items-count__font-size)
}

.vp-notice {
    --vp-notice__padding-v: 1em;
    --vp-notice__padding-h: 1.3em;
    --vp-notice__color: var(--vp-color-brand);
    --vp-notice__background-color: var(--vp-color-gray-lighten);
    --vp-notice__border-width: 1px;
    --vp-notice__border-left-width: 3px;
    --vp-notice__border-color: var(--vp-color-brand);
    --vp-notice__border-radius: var(--vp-border-radius)
}

.vp-notice {
    padding: var(--vp-notice__padding-v) var(--vp-notice__padding-h);
    color: var(--vp-notice__color);
    background-color: var(--vp-notice__background-color);
    border: var(--vp-notice__border-width) solid var(--vp-notice__border-color);
    border-left-width: var(--vp-notice__border-left-width);
    border-radius: var(--vp-notice__border-radius)
}
body {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpi2r9//38gYGAEESAAEGAAasgJOgzOKCoAAAAASUVORK5CYII=);
	
	background-position: center top;
	margin: 0;
}


#menu a {font: bold 11px/19px Tahoma , Verdana; width:177px; height:20 ;background-image: url(/images/SOL_MENU_BAC.gif); no-repeat; color: #044B66; display: block; text-decoration: none; text-indent: 16px }
#menu a:hover {background-position: 0 -20px; color: #900; text-decoration: none;}

#menualt a {font:11px/19px Tahoma , Verdana; width:177px; height:20 ;background-image: url(/images/SOL_MENU_BAC_a.gif); no-repeat; color: #000000; display: block; text-decoration: none; text-indent: 28px }
#menualt a:hover {background-position: 0 -20px; color: #900; text-decoration: none;}

.menuclick {font: bold 11px/19px Tahoma , Verdana; width:177px; height:20 ;background-image: url(/images/SOL_MENU_BAC.gif); no-repeat; display: block; text-decoration: none; text-indent: 16px ;background-position: 0 -20px; color: #900; text-decoration: none;}


/*YAZI BÜYÜKLÜKLERÝ*/

.tx10	{ font-family: Tahoma; font-size: 10px;color:#000000; TEXT-DECORATION: none }
.tx10 A	{ font-family: Tahoma; font-size: 10px;color:#000000; TEXT-DECORATION: none }
.tx10 A:hover	{ font-family: Tahoma; font-size: 10px;color:#000000; TEXT-DECORATION: underline }

.txV10	{ font-family: verdana,Arial,Helvetica,sans-serif; font-size: 10px;color:#000000; TEXT-DECORATION: none }
.txV10 A	{ font-family: verdana,Arial,Helvetica,sans-serif; font-size: 10px;color:#000000; TEXT-DECORATION: none }
.txV10 A:hover	{ font-family: verdana,Arial,Helvetica,sans-serif; font-size: 10px;color:#000000; TEXT-DECORATION: underline }

.txV10Beyaz	{ font-family: verdana,Arial,Helvetica,sans-serif; font-size: 10px;color:#FFFFFF; TEXT-DECORATION: none }
.txV10Beyaz A	{ font-family: verdana,Arial,Helvetica,sans-serif; font-size: 10px;color:#FFFFFF; TEXT-DECORATION: none }
.txV10Beyaz A:hover	{ font-family: verdana,Arial,Helvetica,sans-serif; font-size: 10px;color:#FFFFFF; TEXT-DECORATION: underline }

.txV10lacivert	{ font-family: verdana,Arial,Helvetica,sans-serif; font-size: 10px;color:#044B66; TEXT-DECORATION: none }
.txV10lacivert A	{ font-family: verdana,Arial,Helvetica,sans-serif; font-size: 10px;color:#044B66; TEXT-DECORATION: none }
.txV10lacivert A:hover	{ font-family: verdana,Arial,Helvetica,sans-serif; font-size: 10px;color:#044B66; TEXT-DECORATION: underline }

.txV10Yesil	{ font-family: verdana,Arial,Helvetica,sans-serif; font-size: 10px;color:#B5DB31; TEXT-DECORATION: none }
.txV10Yesil A	{ font-family: verdana,Arial,Helvetica,sans-serif; font-size: 10px;color:#B5DB31; TEXT-DECORATION: none }
.txV10Yesil A:hover	{ font-family: verdana,Arial,Helvetica,sans-serif; font-size: 10px;color:#B5DB31; TEXT-DECORATION: underline }

.tx11	{ font-family: Tahoma; font-size: 10px;color:#000000; TEXT-DECORATION: none }
.tx11 A	{ font-family: Tahoma; font-size: 10px;color:#000000; TEXT-DECORATION: none }
.tx11 A:hover	{ font-family: Tahoma; font-size: 10px;color:#000000; TEXT-DECORATION: underline }

.tx11	{ font-family: Tahoma; font-size: 11px; }
.tx12	{ font-family: Tahoma; font-size: 12px; }
.tx13	{ font-family: Tahoma; font-size: 13px; }
.tx14	{ font-family: Tahoma; font-size: 14px; }
.tx18	{ font-family: Tahoma; font-size: 18px; }
.tx24	{ font-family: Tahoma; font-size: 24px; }

.txV11	{ font-family: verdana,Arial,Helvetica,sans-serif; font-size: 11px; }
.txV12	{ font-family: verdana,Arial,Helvetica,sans-serif; font-size: 12px; }
.txV13	{ font-family: verdana,Arial,Helvetica,sans-serif; font-size: 13px; }
.txV14	{ font-family: verdana,Arial,Helvetica,sans-serif; font-size: 14px; }

.tddomain    { border: 2px solid #b5db31;}
.tdcizgi     { border-left: 1px solid #dddfdf; border-right: 1px solid #dddfdf;border-bottom: 1px solid #dddfdf;}

.tx11L			{font-family: Tahoma; font-size: 11px; color: #044B66;TEXT-DECORATION: none}
.tx11L A		{font-family: Tahoma; font-size: 11px; color: #044B66;TEXT-DECORATION: none}
.tx11L A:hover	{font-family: Tahoma; font-size: 11px; color: #044B66;TEXT-DECORATION: underline}

.TDSELECT1			{height: 25;background-color : #FFF7E5} /* #C1CDD8 */
.TDSELECT2			{height: 25;background-color : #FFF7E5} /* #C1CDD8 */
.TDLACIVERT			{height: 25;background-color : #044B66}
.TDLACIVERTYUKSEK	{height: 40;background-color : #044B66}
.TDGRI				{height: 25;background-color : #F4F4F4}
.TDGRIYUKSEK		{height: 30;background-color : #F4F4F4}
.TDGRICIZGILI		{height: 25;background-color : #F4F4F4;border-bottom: 1px solid #EAEAEA}
.TDBEYAZALCAK		{height: 20;background-color : #FFFFFF}
.TDBEYAZ			{height: 25;background-color : #FFFFFF}
.TDBEYAZYUKSEK		{height: 30;background-color : #FFFFFF}
.TDBEYAZCIZGILI		{height: 25;background-color : #FFFFFF;border-bottom: 1px solid #EAEAEA}
.TDSARI				{height: 25;background-color : #FFFF99}
.TDAYESIL			{background-color :#f5f7ee;}



/*YAZI STÝLLERÝ*/

.bold	{font-weight: bold ;}
.it		{font-weight: italic ;}


/*YAZI RENLERÝ*/

.gri		{color: #6c6d6d;}
.kirmizi	{color: #fd0101;}
.mavi		{color: #4f93ce;}
.beyaz		{color: #FFFFFF;}
.lacivert 	{color: #044B66;}
.yesil		{color: #B5DB31;}
/*TABLOLAR*/

.menutb      { border-left: 1px solid #e7e5e5; border-right: 1px solid #e7e5e5; border-bottom: 1px solid #e7e5e5;}
.tbbac       { background-color: #c8d9e6}
.tbbac2      { background-color: #e3e8ec}
.tbyesil     { background-color: #b5db31}
.tbmavi      { background-color: #044b66}

/*HÜCRELER*/

.hcust          { border-bottom: 1px solid #cccccc; background-image:
				url('BAC_ust_hucre.gif') }