/*! /wp-includes/css/dist/block-library/style.min.css */
.wp-block-audio figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px;
}

.wp-block-button {
    color: #fff;
}

    .wp-block-button.aligncenter {
        text-align: center;
    }

    .wp-block-button.alignright {
        text-align: right;
    }

.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    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: inherit;
    }

.wp-gs .wp-block-button__link:not(.has-background) {
    background-color: var(--wp-block-core-button--color--background, var(--wp-color--primary, #32373c));
}

.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

.no-border-radius.wp-block-button__link {
    border-radius: 0 !important;
}

.is-style-outline {
    color: #32373c;
}

    .is-style-outline .wp-block-button__link {
        background-color: transparent;
        border: 2px solid;
    }

.wp-block-buttons .wp-block-button {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
}

.wp-block-buttons.alignright .wp-block-button {
    margin-right: none;
    margin-left: 8px;
}

.wp-block-buttons.aligncenter,
.wp-block-calendar {
    text-align: center;
}

    .wp-block-calendar tbody td,
    .wp-block-calendar th {
        padding: 4px;
        border: 1px solid #e2e4e7;
    }

    .wp-block-calendar tfoot td {
        border: none;
    }

    /*.wp-block-calendar table {
        width: 100%;
        border-collapse: collapse;
        font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    }

        .wp-block-calendar table th {
            font-weight: 400;
            background: #edeff0;
        }*/

    .wp-block-calendar a {
        text-decoration: underline;
    }

    .wp-block-calendar tfoot a {
        color: #00739c;
    }

    /*.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-columns {
    display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap;
    }
}

.wp-block-columns.has-background {
    padding: 20px 30px;
}

.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 {
        flex-basis: calc(50% - 16px) !important;
        flex-grow: 0;
    }

        .wp-block-column:nth-child(2n) {
            margin-left: 32px;
        }
}

@media (min-width: 782px) {
    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1;
    }

        .wp-block-column[style] {
            flex-grow: 0;
        }

        .wp-block-column:not(:first-child) {
            margin-left: 32px;
        }
}

.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.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-color: #000;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    .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.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;
}

.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 {
    opacity: 0.5;
}

.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:not(.has-background-gradient):before {
    opacity: 0.1;
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background {
    opacity: 0.1;
}

.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:not(.has-background-gradient):before {
    opacity: 0.2;
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background {
    opacity: 0.2;
}

.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:not(.has-background-gradient):before {
    opacity: 0.3;
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background {
    opacity: 0.3;
}

.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:not(.has-background-gradient):before {
    opacity: 0.4;
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background {
    opacity: 0.4;
}

.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:not(.has-background-gradient):before {
    opacity: 0.5;
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background {
    opacity: 0.5;
}

.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:not(.has-background-gradient):before {
    opacity: 0.6;
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background {
    opacity: 0.6;
}

.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:not(.has-background-gradient):before {
    opacity: 0.7;
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background {
    opacity: 0.7;
}

.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:not(.has-background-gradient):before {
    opacity: 0.8;
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background {
    opacity: 0.8;
}

.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:not(.has-background-gradient):before {
    opacity: 0.9;
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background {
    opacity: 0.9;
}

.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:not(.has-background-gradient):before {
    opacity: 1;
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
    opacity: 1;
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 290px;
    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: calc(100% - 70px);
    z-index: 1;
    color: #f8f9f9;
}

.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__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}

.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
    color: #fff;
}

    .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 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 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: 580px;
    padding: 14px;
    text-align: center;
}

.block-editor-block-list__block[data-type="core/embed"][data-align="left"],
.block-editor-block-list__block[data-type="core/embed"][data-align="right"],
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
    max-width: 360px;
    width: 100%;
}

.wp-block-embed {
    margin-bottom: 1em;
}

    .wp-block-embed figcaption {
        margin-top: 0.5em;
        margin-bottom: 1em;
    }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
    position: relative;
}

    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
        content: "";
        display: block;
        padding-top: 50%;
    }

    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
        padding-top: 42.85%;
    }

    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
        padding-top: 50%;
    }

    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
        padding-top: 56.25%;
    }

    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
        padding-top: 75%;
    }

    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
        padding-top: 100%;
    }

    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
        padding-top: 177.78%;
    }

    .wp-embed-responsive .wp-block-embed.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: 13px;
        padding: 0.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: 0.85;
            text-decoration: none;
        }

    .wp-block-file * + .wp-block-file__button {
        margin-left: 0.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 16px 16px 0;
        display: flex;
        flex-grow: 1;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }

        .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: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
}

    .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.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;
        object-fit: cover;
    }
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px) / 2);
}

    .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.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((100% - 32px) / 3);
        margin-right: 16px;
    }

    @supports (-ms-ime-align: auto) {
        .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((100% - 32px) / 3 - 1px);
        }
    }

    .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((100% - 48px) / 4);
        margin-right: 16px;
    }

    @supports (-ms-ime-align: auto) {
        .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((100% - 48px) / 4 - 1px);
        }
    }

    .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((100% - 64px) / 5);
        margin-right: 16px;
    }

    @supports (-ms-ime-align: auto) {
        .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((100% - 64px) / 5 - 1px);
        }
    }

    .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((100% - 80px) / 6);
        margin-right: 16px;
    }

    @supports (-ms-ime-align: auto) {
        .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((100% - 80px) / 6 - 1px);
        }
    }

    .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((100% - 96px) / 7);
        margin-right: 16px;
    }

    @supports (-ms-ime-align: auto) {
        .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((100% - 96px) / 7 - 1px);
        }
    }

    .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((100% - 112px) / 8);
        margin-right: 16px;
    }

    @supports (-ms-ime-align: auto) {
        .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((100% - 112px) / 8 - 1px);
        }
    }

    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
        margin-right: 0;
    }

    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0;
    }

    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
        margin-right: 0;
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
        margin-right: 0;
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
        margin-right: 0;
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
        margin-right: 0;
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
        margin-right: 0;
    }

    .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-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: 290px;
    width: 100%;
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center;
}

.wp-block-image {
    margin-bottom: 1em;
}

    .wp-block-image img {
        max-width: 100%;
    }

    .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,
    .wp-block-image.is-resized {
        display: table;
        margin-left: 0;
        margin-right: 0;
    }

        .wp-block-image .aligncenter > figcaption,
        .wp-block-image .alignleft > figcaption,
        .wp-block-image .alignright > figcaption,
        .wp-block-image.is-resized > figcaption {
            display: table-caption;
            caption-side: bottom;
        }

    .wp-block-image .alignleft {
        float: left;
        margin-right: 1em;
    }

    .wp-block-image .alignright {
        float: right;
        margin-left: 1em;
    }

    .wp-block-image .aligncenter {
        margin-left: auto;
        margin-right: auto;
    }

    .wp-block-image figcaption {
        margin-top: 0.5em;
        margin-bottom: 1em;
    }

.is-style-circle-mask img,
.is-style-rounded img {
    border-radius: 9999px;
}

@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
    .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 {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em;
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    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: 52px;
    }

.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: 14px;
    line-height: 1.8;
    margin: 5px 0 20px;
}

.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px;
}

.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 16px 16px 0;
        width: 100%;
    }

@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 16px);
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 16px);
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 16px);
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 16px);
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 16px);
    }
}

.wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px;
}

.wp-block-latest-posts__post-excerpt {
    margin-top: 8px;
    margin-bottom: 16px;
}

.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;
}

.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 > figure > img,
    .wp-block-media-text > figure > video {
        max-width: unset;
        width: 100%;
        vertical-align: middle;
    }

    .wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
        height: 100%;
        min-height: 250px;
        background-size: cover;
    }

        .wp-block-media-text.is-image-fill figure.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.has-media-on-the-right .wp-block-media-text__media,
        .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-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
            -ms-grid-column: 1;
            grid-column: 1;
            -ms-grid-row: 1;
            grid-row: 1;
        }
}

.wp-block-navigation > ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

@media (min-width: 600px) {
    .wp-block-navigation > ul {
        display: flex;
        flex-wrap: wrap;
    }
}

.wp-block-navigation > ul ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-left: 0;
}

    .wp-block-navigation > ul ul li {
        margin: 0;
    }

.wp-block-navigation > ul li {
    z-index: 1;
}

    .wp-block-navigation > ul li:focus-within,
    .wp-block-navigation > ul li:hover {
        cursor: pointer;
        z-index: 99999;
    }

        .wp-block-navigation > ul li:focus-within > ul,
        .wp-block-navigation > ul li:hover > ul,
        .wp-block-navigation > ul li ul:focus,
        .wp-block-navigation > ul li ul:hover {
            visibility: visible;
            opacity: 1;
            display: flex;
            flex-direction: column;
        }

.wp-block-navigation > ul > li ul {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 200px;
    max-width: 200px;
    opacity: 0;
    transition: opacity 0.1s linear;
    visibility: hidden;
}

.wp-block-navigation,
.wp-block-navigation .block-editor-block-list__layout {
    display: flex;
    flex-wrap: wrap;
}

    .wp-block-navigation .block-editor-block-list__layout .block-editor-block-list__layout {
        width: 200px;
    }

    .wp-block-navigation .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
        margin: 0;
        width: auto;
    }

    .wp-block-navigation,
    .wp-block-navigation > .wp-block-navigation__container {
        align-items: center;
        width: 100%;
    }

        .wp-block-navigation > .wp-block-navigation-link,
        .wp-block-navigation > .wp-block-navigation__container > .wp-block-navigation-link {
            display: flex;
            margin-top: 0;
            margin-bottom: 0;
        }

        .wp-block-navigation .wp-block-navigation-link {
            position: relative;
            margin: 0;
            min-height: 56px;
            display: flex;
            line-height: 1.4;
        }

            .wp-block-navigation .wp-block-navigation-link .wp-block,
            .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link {
                min-height: auto;
                padding: 0;
            }

                .wp-block-navigation .wp-block-navigation-link .wp-block .wp-block-navigation-link {
                    margin: 0;
                }

            .wp-block-navigation .wp-block-navigation-link > .block-editor-inner-blocks {
                display: none;
            }

            .wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container,
            .wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks {
                display: flex;
                border: 1px solid rgba(0, 0, 0, 0.15);
                position: absolute;
                z-index: 1;
                top: 100%;
                left: 0;
            }

                .wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container .block-editor-inner-blocks,
                .wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container .wp-block-navigation__container,
                .wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks .block-editor-inner-blocks,
                .wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks .wp-block-navigation__container {
                    left: 100%;
                    top: -1px;
                }

            .wp-block-navigation .wp-block-navigation-link .block-editor-inner-blocks,
            .wp-block-navigation .wp-block-navigation-link .wp-block-navigation__container {
                background-color: inherit;
                color: inherit;
            }

            .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
                display: flex;
                align-items: center;
                width: max-content;
                padding: 6px 16px;
            }

            .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:first-child:not(:only-child) .wp-block-navigation-link__content {
                padding-top: 8px;
            }

            .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:last-child .wp-block-navigation-link__content {
                padding-bottom: 8px;
            }

            .wp-block-navigation .wp-block-navigation-link.has-child .wp-block-navigation-link__content {
                min-width: 100%;
                padding-right: 32px;
                position: relative;
            }

            .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon {
                position: absolute;
                right: 16px;
            }

                .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon svg {
                    fill: currentColor;
                }

            .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link svg {
                transform: rotate(0);
            }

            .wp-block-navigation .wp-block-navigation-link.has-text-color .wp-block-navigation-link__content {
                color: inherit;
            }

            .wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks,
            .wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container,
            .wp-block-navigation .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks,
            .wp-block-navigation .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container {
                color: #111;
            }

            .wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks,
            .wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container,
            .wp-block-navigation .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks,
            .wp-block-navigation .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container {
                background-color: #fff;
            }

        .wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks,
        .wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container {
            color: #fff;
        }

        .wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks,
        .wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container {
            background-color: #333;
        }

        .wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container {
            display: flex;
            flex-direction: column;
            padding: 0;
        }

        .wp-block-navigation > ul > li > a {
            display: flex;
            align-items: center;
        }

        .wp-block-navigation > ul > li:first-of-type > a {
            padding-left: 0;
        }

        .wp-block-navigation > ul > li:last-of-type > a {
            padding-right: 0;
        }

        .wp-block-navigation.items-justified-left > ul {
            justify-content: flex-start;
        }

        .wp-block-navigation.items-justified-center > ul {
            justify-content: center;
        }

        .wp-block-navigation.items-justified-right > ul {
            justify-content: flex-end;
        }

.is-small-text {
    font-size: 14px;
}

.is-regular-text {
    font-size: 16px;
}

.is-large-text {
    font-size: 36px;
}

.is-larger-text {
    font-size: 48px;
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: 0.68;
    font-weight: 100;
    margin: 0.05em 0.1em 0 0;
    text-transform: uppercase;
    font-style: normal;
}

p.has-background {
    padding: 20px 30px;
}

p.has-text-color a {
    color: inherit;
}

.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: 290px;
    }

        .wp-block-pullquote.alignleft p,
        .wp-block-pullquote.alignright p {
            font-size: 20px;
        }

    .wp-block-pullquote p {
        font-size: 28px;
        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: 32px;
            }

            .wp-block-pullquote.is-style-solid-color blockquote cite {
                text-transform: none;
                font-style: normal;
            }

    .wp-block-pullquote cite {
        color: inherit;
    }

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em;
}

    .wp-block-quote.is-large p,
    .wp-block-quote.is-style-large p {
        font-size: 24px;
        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: 18px;
        text-align: right;
    }

.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 16px 16px 0;
        width: 100%;
    }

@media (min-width: 600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 16px);
    }

    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 16px);
    }

    .wp-block-rss.columns-4 li {
        width: calc(25% - 16px);
    }

    .wp-block-rss.columns-5 li {
        width: calc(20% - 16px);
    }

    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 16px);
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    color: #6c7781;
    font-size: 13px;
}

.wp-block-search {
    display: flex;
    flex-wrap: wrap;
}

    .wp-block-search .wp-block-search__label {
        width: 100%;
    }

    .wp-block-search .wp-block-search__input {
        flex-grow: 1;
        max-width: 360px;
    }

    .wp-block-search .wp-block-search__button {
        margin-left: 10px;
    }

.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: "\00b7 \00b7 \00b7";
        color: currentColor;
        font-size: 20px;
        letter-spacing: 2em;
        padding-left: 2em;
        font-family: serif;
    }

.wp-block-social-links {
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 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-social-link {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    margin-right: 8px;
    transition: transform 0.1s ease;
}

@media (prefers-reduced-motion: reduce) {
    .wp-social-link {
        transition-duration: 0s;
    }
}

.wp-social-link a {
    padding: 6px;
    display: block;
    line-height: 0;
    transition: transform 0.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.aligncenter {
    justify-content: center;
    display: flex;
}

.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: #1977f2;
    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: #0577b5;
    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-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-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: #21a1f3;
    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: #ff0100;
    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 svg {
        width: 28px;
        height: 28px;
    }

.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: #1977f2;
}

.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: #0577b5;
}

.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-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-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: #21a1f3;
}

.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: #ff0100;
}

.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: 16px;
        padding-right: 16px;
    }

.wp-block-spacer {
    clear: both;
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: 0.75;
}

/*.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 #f3f4f5;
    }

        .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
            background-color: #f3f4f5;
        }

        .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 16px;
        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%;
    }

.wp-block-video {
    margin-left: 0;
    margin-right: 0;
}

    .wp-block-video video {
        max-width: 100%;
    }

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .wp-block-video [poster] {
        object-fit: cover;
    }
}

.wp-block-video.aligncenter {
    text-align: center;
}

.wp-block-video figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
}

: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-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-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-very-light-gray-color {
    color: #eee;
}

:root .has-cyan-bluish-gray-color {
    color: #abb8c3;
}

:root .has-very-dark-gray-color {
    color: #313131;
}

: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);
}

.has-small-font-size {
    font-size: 13px;
}

.has-normal-font-size,
.has-regular-font-size {
    font-size: 16px;
}

.has-medium-font-size {
    font-size: 20px;
}

.has-large-font-size {
    font-size: 36px;
}

.has-huge-font-size,
.has-larger-font-size {
    font-size: 42px;
}

.has-text-align-center {
    text-align: center;
}

.has-text-align-left {
    text-align: left;
}

.has-text-align-right {
    text-align: right;
}
/*! /wp-includes/css/dist/block-library/theme.min.css */
.wp-block-audio figcaption {
    color: #555d66;
    font-size: 13px;
    text-align: center;
}

.wp-block-code {
    font-family: Menlo, Consolas, monaco, monospace;
    font-size: 14px;
    color: #23282d;
    padding: 0.8em 1em;
    border: 1px solid #e2e4e7;
    border-radius: 4px;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
    color: #555d66;
    font-size: 13px;
    text-align: center;
}

.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    margin-bottom: 28px;
    color: #40464d;
}

    .wp-block-pullquote__citation,
    .wp-block-pullquote cite,
    .wp-block-pullquote footer {
        color: #40464d;
        text-transform: uppercase;
        font-size: 13px;
        font-style: normal;
    }

.wp-block-navigation ul,
.wp-block-navigation ul li {
    list-style: none;
}

.wp-block-quote {
    border-left: 4px solid #000;
    margin: 0 0 28px;
    padding-left: 1em;
}

    .wp-block-quote__citation,
    .wp-block-quote cite,
    .wp-block-quote footer {
        color: #6c7781;
        font-size: 13px;
        margin-top: 1em;
        position: relative;
        font-style: normal;
    }

    .wp-block-quote.has-text-align-right {
        border-left: none;
        border-right: 4px solid #000;
        padding-left: 0;
        padding-right: 1em;
    }

    .wp-block-quote.has-text-align-center {
        border: none;
        padding-left: 0;
    }

    .wp-block-quote.is-large,
    .wp-block-quote.is-style-large {
        border: none;
    }

.wp-block-search .wp-block-search__label {
    font-weight: 700;
}

.wp-block-group.has-background {
    padding: 20px 30px;
    margin-top: 0;
    margin-bottom: 0;
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid #8f98a1;
    margin-left: auto;
    margin-right: auto;
}

    .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
        max-width: 100px;
    }

    .wp-block-separator.has-background:not(.is-style-dots) {
        border-bottom: none;
        height: 1px;
    }

    .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
        height: 2px;
    }

/*.wp-block-table {
    border-collapse: collapse;
}

    .wp-block-table thead {
        border-bottom: 3px solid;
    }

    .wp-block-table tfoot {
        border-top: 3px solid;
    }

    .wp-block-table td,
    .wp-block-table th {
        padding: 0.5em;
        border: 1px solid;
        word-break: normal;
    }

    .wp-block-table figcaption,
    .wp-block-video figcaption {
        color: #555d66;
        font-size: 13px;
        text-align: center;
    }*/
/*! /wp-content/cache/asset-cleanup/css/item/contact-form-7-v5.1.7-30cd5e3a1f0cd121cfd1893b3c078b89ecba3f9c.css */
/*! /wp-content/plugins/contact-form-7/includes/css/styles.css */
div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid red;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    border: 2px solid red;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    color: red;
    font-size: 1em;
    font-weight: 400;
    display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid red;
    background: #fff;
    padding: 0.2em 0.8em;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
    content: " ";
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(data:image/gif;base64,R0lGODlhEAAQAPQAAP///3d3d/r6+pSUlL29vXp6eouLi+jo6NDQ0IKCgrW1ta2trfDw8MfHx+Dg4J2dnaSkpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAFUCAgjmRpnqUwFGwhKoRgqq2YFMaRGjWA8AbZiIBbjQQ8AmmFUJEQhQGJhaKOrCksgEla+KIkYvC6SJKQOISoNSYdeIk1ayA8ExTyeR3F749CACH5BAkKAAAALAAAAAAQABAAAAVoICCKR9KMaCoaxeCoqEAkRX3AwMHWxQIIjJSAZWgUEgzBwCBAEQpMwIDwY1FHgwJCtOW2UDWYIDyqNVVkUbYr6CK+o2eUMKgWrqKhj0FrEM8jQQALPFA3MAc8CQSAMA5ZBjgqDQmHIyEAIfkECQoAAAAsAAAAABAAEAAABWAgII4j85Ao2hRIKgrEUBQJLaSHMe8zgQo6Q8sxS7RIhILhBkgumCTZsXkACBC+0cwF2GoLLoFXREDcDlkAojBICRaFLDCOQtQKjmsQSubtDFU/NXcDBHwkaw1cKQ8MiyEAIfkECQoAAAAsAAAAABAAEAAABVIgII5kaZ6AIJQCMRTFQKiDQx4GrBfGa4uCnAEhQuRgPwCBtwK+kCNFgjh6QlFYgGO7baJ2CxIioSDpwqNggWCGDVVGphly3BkOpXDrKfNm/4AhACH5BAkKAAAALAAAAAAQABAAAAVgICCOZGmeqEAMRTEQwskYbV0Yx7kYSIzQhtgoBxCKBDQCIOcoLBimRiFhSABYU5gIgW01pLUBYkRItAYAqrlhYiwKjiWAcDMWY8QjsCf4DewiBzQ2N1AmKlgvgCiMjSQhACH5BAkKAAAALAAAAAAQABAAAAVfICCOZGmeqEgUxUAIpkA0AMKyxkEiSZEIsJqhYAg+boUFSTAkiBiNHks3sg1ILAfBiS10gyqCg0UaFBCkwy3RYKiIYMAC+RAxiQgYsJdAjw5DN2gILzEEZgVcKYuMJiEAOwAAAAAAAAAAAA==);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}

    div.wpcf7 .ajax-loader.is-active {
        visibility: visible;
    }

div.wpcf7 div.ajax-error {
    display: none;
}

div.wpcf7 .placeheld {
    color: #888;
}

div.wpcf7 input[type="file"] {
    cursor: pointer;
}

    div.wpcf7 input[type="file"]:disabled {
        cursor: default;
    }

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: ltr;
}
/*! /wp-content/cache/asset-cleanup/css/item/rs-plugin-settings-v6.1.1-b5c8ee23cf9e6a6ea0b79137ba369ecb4d94f4c2.css */
/*! /wp-content/plugins/revslider/public/assets/css/rs6.css */
.rs-p-wp-fix {
    display: none !important;
    margin: 0 !important;
    height: 0px !important;
}

#debungcontrolls {
    z-index: 100000;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    box-sizing: border-box;
}

rs-debug {
    z-index: 100000;
    position: fixed;
    top: 0;
    width: 300px;
    height: 300px;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 10px;
    line-height: 13px;
    overflow: scroll;
}

rs-modal {
    position: fixed !important;
    z-index: 9999999 !important;
    pointer-events: none !important;
}

    rs-modal.rs-modal-auto {
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }

    rs-modal.rs-modal-fullwidth,
    rs-modal.rs-modal-fullscreen {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    rs-modal rs-fullwidth-wrap {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

rs-module-wrap.rs-modal {
    display: none;
    max-height: 100% !important;
    overflow: auto !important;
    pointer-events: auto !important;
}

rs-modal-cover {
    width: 100%;
    height: 100%;
    z-index: 0;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    pointer-events: auto;
}

body > rs-modal-cover {
    position: fixed;
    z-index: 9999995 !important;
}

rs-sbg-px {
    pointer-events: none;
}

.rs-forcehidden * {
    visibility: hidden !important;
}

.rs_splitted_lines {
    display: block;
    white-space: nowrap !important;
}

.debugtimeline {
    width: 100%;
    height: 10px;
    position: relative;
    display: block;
    margin-bottom: 3px;
    display: none;
    white-space: nowrap;
    box-sizing: border-box;
}

    .debugtimeline:hover {
        height: 15px;
    }

.the_timeline_tester {
    background: #e74c3c;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
}

.rs-go-fullscreen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important;
    z-index: 9999999 !important;
    background: #fff;
}

.debugtimeline.tl_slide .the_timeline_tester {
    background: #f39c12;
}

.debugtimeline.tl_frame .the_timeline_tester {
    background: #3498db;
}

.debugtimline_txt {
    color: #fff;
    font-weight: 400;
    font-size: 7px;
    position: absolute;
    left: 10px;
    top: 0;
    white-space: nowrap;
    line-height: 10px;
}

.rtl {
    direction: rtl;
}

@font-face {
    font-family: "revicons";
    src: url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888);
    src: url("http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix") format("embedded-opentype"), url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.woff?5510888) format("woff"), url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.ttf?5510888) format("truetype"), url("http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons") format("svg");
    font-weight: 400;
    font-style: normal;
}

[class^="revicon-"]:before,
[class*=" revicon-"]:before {
    font-family: "revicons";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
}

rs-module i[class^="fa-"],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^="fa-"],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^="fa-"],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^="fa-"],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^="fa-"],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^="fa-"],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^="fa-"],
#builderView i[class*=" fa-"] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

rs-module [class^="fa-"]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before,
#builderView [class*=" fa-"]:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 0;
}

rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.revicon-search-1:before {
    content: "\e802";
}

.revicon-pencil-1:before {
    content: "\e831";
}

.revicon-picture-1:before {
    content: "\e803";
}

.revicon-cancel:before {
    content: "\e80a";
}

.revicon-info-circled:before {
    content: "\e80f";
}

.revicon-trash:before {
    content: "\e801";
}

.revicon-left-dir:before {
    content: "\e817";
}

.revicon-right-dir:before {
    content: "\e818";
}

.revicon-down-open:before {
    content: "\e83b";
}

.revicon-left-open:before {
    content: "\e819";
}

.revicon-right-open:before {
    content: "\e81a";
}

.revicon-angle-left:before {
    content: "\e820";
}

.revicon-angle-right:before {
    content: "\e81d";
}

.revicon-left-big:before {
    content: "\e81f";
}

.revicon-right-big:before {
    content: "\e81e";
}

.revicon-magic:before {
    content: "\e807";
}

.revicon-picture:before {
    content: "\e800";
}

.revicon-export:before {
    content: "\e80b";
}

.revicon-cog:before {
    content: "\e832";
}

.revicon-login:before {
    content: "\e833";
}

.revicon-logout:before {
    content: "\e834";
}

.revicon-video:before {
    content: "\e805";
}

.revicon-arrow-combo:before {
    content: "\e827";
}

.revicon-left-open-1:before {
    content: "\e82a";
}

.revicon-right-open-1:before {
    content: "\e82b";
}

.revicon-left-open-mini:before {
    content: "\e822";
}

.revicon-right-open-mini:before {
    content: "\e823";
}

.revicon-left-open-big:before {
    content: "\e824";
}

.revicon-right-open-big:before {
    content: "\e825";
}

.revicon-left:before {
    content: "\e836";
}

.revicon-right:before {
    content: "\e826";
}

.revicon-ccw:before {
    content: "\e808";
}

.revicon-arrows-ccw:before {
    content: "\e806";
}

.revicon-palette:before {
    content: "\e829";
}

.revicon-list-add:before {
    content: "\e80c";
}

.revicon-doc:before {
    content: "\e809";
}

.revicon-left-open-outline:before {
    content: "\e82e";
}

.revicon-left-open-2:before {
    content: "\e82c";
}

.revicon-right-open-outline:before {
    content: "\e82f";
}

.revicon-right-open-2:before {
    content: "\e82d";
}

.revicon-equalizer:before {
    content: "\e83a";
}

.revicon-layers-alt:before {
    content: "\e804";
}

.revicon-popup:before {
    content: "\e828";
}

.tp-fullwidth-forcer {
    z-index: 0;
    pointer-events: none;
}

rs-module-wrap,
rs-module-wrap * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

rs-module-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
}

.rs-fixedscrollon rs-module-wrap {
    position: fixed !important;
    top: 0px !important;
    z-index: 1000;
}

rs-fw-forcer {
    display: block;
    width: 100%;
    pointer-events: none;
}

rs-module {
    position: relative;
    overflow: hidden;
    display: block;
}

rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg {
    display: block;
    pointer-events: none;
}

rs-sbg-effectwrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

rs-sbg-px,
rs-sbg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
}

a.rs-layer,
a.rs-layer:-webkit-any-link {
    text-decoration: none;
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.entry-content rs-module a,
rs-module a {
    box-shadow: none;
}

.rs-ov-hidden {
    overflow: hidden !important;
}

.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide {
    overflow: visible !important;
}

.tp-simpleresponsive img,
rs-module img {
    max-width: none !important;
    transition: none;
    margin: 0;
    padding: 0;
    border: none;
}

rs-module .no-slides-text {
    font-weight: 700;
    text-align: center;
    padding-top: 80px;
}

rs-slides,
rs-slide,
rs-slide:before {
    position: absolute;
    text-indent: 0em;
    top: 0;
    left: 0;
}

    rs-slide,
    rs-slide:before {
        display: block;
        visibility: hidden;
    }

.rs-layer .rs-untoggled-content {
    display: block;
}

.rs-layer .rs-toggled-content {
    display: none;
}

.rs-tc-active.rs-layer .rs-toggled-content {
    display: block;
}

.rs-tc-active.rs-layer .rs-untoggled-content {
    display: none;
}

.rs-layer-video {
    overflow: hidden;
}

rs-module rs-layer,
rs-module .rs-layer {
    opacity: 0;
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    display: block;
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
}

rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child {
    margin-bottom: 0;
}

.rs-svg svg {
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: top;
}

rs-layer,
.rs-layer,
rs-alyer *,
.rs-layer * {
    outline: none !important;
}

rs-carousel-wrap {
    cursor: url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/plugins/revslider/public/assets/css/openhand.cur), move;
}

    rs-carousel-wrap.dragged {
        cursor: url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/plugins/revslider/public/assets/css/closedhand.cur), move;
    }

rs-carousel-wrap {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

rs-carousel-space {
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
    position: relative;
    margin-bottom: -1px;
}

.tp_inner_padding {
    box-sizing: border-box;
    max-height: none !important;
}

.rs-layer.rs-selectable {
    -moz-user-select: all;
    -khtml-user-select: all;
    -webkit-user-select: all;
    -o-user-select: all;
}

rs-px-mask {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
    max-width: none !important;
    border: none;
}

rs-bg-elem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    pointer-events: none;
}

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    transform: scaleX(0) scaleY(0);
}

rs-zone {
    position: absolute;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    min-height: 50px;
    font-size: 0;
}

rs-layer-wrap,
rs-row-wrap,
rs-column,
rs-parallax-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap,
rs-loop-wrap {
    display: block;
    visibility: hidden;
}

rs-column-wrap > rs-loop-wrap {
    z-index: 1;
}

rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap {
    transform-style: flat;
    perspective: 10000px;
}

rs-mask-wrap {
    overflow: hidden;
}

rs-fullwidth-wrap {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

.rev_row_zone_top {
    top: 0;
}

.rev_row_zone_bottom {
    bottom: 0;
}

rs-column-wrap .rs-parallax-wrap {
    vertical-align: top;
}

.rs-layer img,
rs-layer img {
    vertical-align: top;
}

rs-row,
rs-row.rs-layer {
    display: table;
    position: relative;
    width: 100% !important;
    table-layout: fixed;
    box-sizing: border-box;
    vertical-align: top;
    height: auto;
    font-size: 0;
}

rs-column-wrap {
    display: table-cell;
    position: relative;
    vertical-align: top;
    height: auto;
    box-sizing: border-box;
    font-size: 0;
}

rs-column {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100% !important;
    height: auto !important;
    white-space: normal !important;
}

rs-cbg-mask-wrap {
    position: absolute;
    z-index: 0;
    box-sizing: border-box;
}

rs-column-bg {
    position: absolute;
    z-index: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.rs-pelock * {
    pointer-events: none !important;
}

rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap {
    text-align: inherit;
}

rs-column rs-mask-wrap {
    display: inline-block;
}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    line-height: 0;
}

    rs-column .rs-parallax-wrap rs-loop-wrap,
    rs-column .rs-parallax-wrap rs-mask-wrap,
    rs-column .rs-parallax-wrap,
    rs-column .rev_layer_in_column {
        vertical-align: top;
    }

.rev_break_columns {
    display: block !important;
}

    .rev_break_columns rs-column-wrap.rs-parallax-wrap {
        display: block !important;
        width: 100% !important;
    }

        .rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
        .tp-forcenotvisible,
        .tp-hide-revslider,
        rs-row-wrap.rs-layer-hidden,
        rs-column-wrap.rs-layer-hidden,
        .rs-layer.rs-layer-hidden,
        .rs-layer-audio.rs-layer-hidden,
        .rs-parallax-wrap.rs-layer-hidden {
            visibility: hidden !important;
            display: none !important;
        }

rs-layer.rs-nointeraction,
.rs-layer.rs-nointeraction {
    pointer-events: none !important;
}

rs-static-layers {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

    rs-static-layers.rs-stl-back {
        z-index: 0;
    }

.rs-layer rs-fcr {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-top: 40px solid #00a8ff;
    position: absolute;
    right: 100%;
    top: 0;
}

.rs-layer rs-fcrt {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 40px solid #00a8ff;
    position: absolute;
    right: 100%;
    top: 0;
}

.rs-layer rs-bcr {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00a8ff;
    position: absolute;
    left: 100%;
    top: 0;
}

.rs-layer rs-bcrt {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00a8ff;
    position: absolute;
    left: 100%;
    top: 0;
}

.tp-layer-inner-rotation {
    position: relative !important;
}

img.tp-slider-alternative-image {
    width: 100%;
    height: auto;
}

.noFilterClass {
    filter: none !important;
}

rs-bgvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 0;
    display: block;
}

.rs-layer.coverscreenvideo {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.rs-layer.rs-fsv {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

    .rs-layer.rs-fsv audio,
    .rs-layer.rs-fsv video,
    .rs-layer.rs-fsv iframe,
    .rs-layer.rs-fsv iframe audio,
    .rs-layer.rs-fsv iframe video {
        width: 100% !important;
        height: 100% !important;
        display: none;
    }

.fullcoveredvideo audio,
.rs-fsv audio .fullcoveredvideo video,
.rs-fsv video {
    background: #000;
}

.fullcoveredvideo rs-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.videoisplaying .html5vid rs-poster {
    display: none;
}

.tp-video-play-button {
    background: #000;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 3;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px !important;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    z-index: 4;
    opacity: 0;
    transition: opacity 300ms ease-out !important;
}

.rs-audio .tp-video-play-button {
    display: none !important;
}

.rs-layer .html5vid {
    width: 100% !important;
    height: 100% !important;
}

.tp-video-play-button i {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center !important;
    vertical-align: top;
    line-height: 50px !important;
    font-size: 30px !important;
}

.rs-layer:hover .tp-video-play-button {
    opacity: 1;
    display: block;
}

.rs-layer .tp-revstop {
    display: none;
    width: 15px;
    border-right: 5px solid #fff !important;
    border-left: 5px solid #fff !important;
    transform: translateX(50%) translateY(50%);
    height: 20px;
    margin-left: 11px !important;
    margin-top: 5px !important;
}

.videoisplaying .revicon-right-dir {
    display: none;
}

.videoisplaying .tp-revstop {
    display: block;
}

.videoisplaying .tp-video-play-button {
    display: none;
}

.fullcoveredvideo .tp-video-play-button {
    display: none !important;
}

.rs-fsv .rs-fsv audio {
    object-fit: contain !important;
}

.rs-fsv .rs-fsv video {
    object-fit: contain !important;
}

.rs-fsv .fullcoveredvideo audio {
    object-fit: cover !important;
}

.rs-fsv .fullcoveredvideo video {
    object-fit: cover !important;
}

.rs-fullvideo-cover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: transparent;
    z-index: 5;
}

.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls {
    display: none !important;
}

.rs-audio .tp-video-controls {
    opacity: 1 !important;
    visibility: visible !important;
}

rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer {
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

    rs-module h1.rs-layer:before,
    rs-module h2.rs-layer:before,
    rs-module h3.rs-layer:before,
    rs-module h4.rs-layer:before,
    rs-module h5.rs-layer:before,
    rs-module h6.rs-layer:before {
        content: none;
    }

rs-dotted {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    pointer-events: none;
}

rs-sbg-wrap rs-dotted {
    z-index: 31;
}

rs-dotted.twoxtwo {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAADUlEQVR42mNg+M8AAQAIAgEAloXiqwAAAABJRU5ErkJggg==);
}

rs-dotted.twoxtwowhite {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAADUlEQVR4AWP4/58BAgAQ+QH/eU1QjQAAAABJRU5ErkJggg==);
}

rs-dotted.threexthree {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAQAAAD8IX00AAAADUlEQVR4AWNg+M+AAQATAgEAtKVJJQAAAABJRU5ErkJggg==);
}

rs-dotted.threexthreewhite {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAQAAAD8IX00AAAADklEQVR42mP4/58BAwAAJu4B/7J4cV8AAAAASUVORK5CYII=);
}

.tp-shadowcover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    position: absolute;
    z-index: -1;
}

.tp-shadow1 {
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
}

.tp-shadow2:before,
.tp-shadow2:after,
.tp-shadow3:before,
.tp-shadow4:after {
    z-index: -2;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 10px;
    width: 50%;
    top: 85%;
    max-width: 300px;
    background: transparent;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
    transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.tp-shadow5 {
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

    .tp-shadow5:before,
    .tp-shadow5:after {
        content: "";
        position: absolute;
        z-index: -2;
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
        top: 30%;
        bottom: 0;
        left: 20px;
        right: 20px;
        border-radius: 100px / 20px;
    }

.rev-btn,
.rev-btn:visited {
    outline: none !important;
    box-shadow: none;
    text-decoration: none !important;
    box-sizing: border-box;
    cursor: pointer;
}

    .rev-btn.rev-uppercase,
    .rev-btn.rev-uppercase:visited {
        text-transform: uppercase;
    }

    .rev-btn i {
        font-size: inherit;
        font-weight: 400;
        position: relative;
        top: 0;
        transition: opacity 0.2s ease-out, margin 0.2s ease-out;
        margin-left: 0;
        line-height: inherit;
    }

    .rev-btn.rev-hiddenicon i {
        font-size: inherit;
        font-weight: 400;
        position: relative;
        top: 0;
        transition: opacity 0.2s ease-out, margin 0.2s ease-out;
        opacity: 0;
        margin-left: 0px !important;
        width: 0px !important;
    }

    .rev-btn.rev-hiddenicon:hover i {
        opacity: 1 !important;
        margin-left: 10px !important;
        width: auto !important;
    }

.rev-burger {
    position: relative;
    box-sizing: border-box;
    padding: 22px 14px 22px 14px;
    border-radius: 50%;
    border: 1px solid rgba(51, 51, 51, 0.25);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

    .rev-burger span {
        display: block;
        width: 30px;
        height: 3px;
        background: #333;
        transition: 0.7s;
        pointer-events: none;
        transform-style: flat !important;
    }

        .rev-burger span:nth-child(2) {
            margin: 3px 0;
        }

.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
    transform: translateY(6px) rotate(-45deg);
}

.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
    transform: rotate(-45deg);
    opacity: 0;
}

.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
    transform: translateY(-6px) rotate(-135deg);
}

.rev-burger.revb-white {
    border: 2px solid rgba(255, 255, 255, 0.2);
}

    .rev-b-span-light span,
    .rev-burger.revb-white span {
        background: #fff;
    }

.rev-burger.revb-whitenoborder {
    border: 0;
}

    .rev-burger.revb-whitenoborder span {
        background: #fff;
    }

.rev-burger.revb-darknoborder {
    border: 0;
}

    .rev-b-span-dark span,
    .rev-burger.revb-darknoborder span {
        background: #333;
    }

.rev-burger.revb-whitefull {
    background: #fff;
    border: none;
}

    .rev-burger.revb-whitefull span {
        background: #333;
    }

.rev-burger.revb-darkfull {
    background: #333;
    border: none;
}

    .rev-burger.revb-darkfull span {
        background: #fff;
    }

@keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 70%;
    }

    50% {
        opacity: 0;
        top: 70%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

.rev-scroll-btn {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    width: 35px;
    height: 55px;
    box-sizing: border-box;
    border: 3px solid #fff;
    border-radius: 23px;
}

    .rev-scroll-btn > * {
        display: inline-block;
        line-height: 18px;
        font-size: 13px;
        font-weight: 400;
        color: #7f8c8d;
        color: #fff;
        font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
        letter-spacing: 2px;
    }

        .rev-scroll-btn > *:hover,
        .rev-scroll-btn > *:focus,
        .rev-scroll-btn > *.active {
            color: #fff;
        }

        .rev-scroll-btn > *:hover,
        .rev-scroll-btn > *:focus,
        .rev-scroll-btn > *:active,
        .rev-scroll-btn > *.active {
            opacity: 0.8;
        }

    .rev-scroll-btn.revs-fullwhite {
        background: #fff;
    }

        .rev-scroll-btn.revs-fullwhite span {
            background: #333;
        }

    .rev-scroll-btn.revs-fulldark {
        background: #333;
        border: none;
    }

        .rev-scroll-btn.revs-fulldark span {
            background: #fff;
        }

    .rev-scroll-btn span {
        position: absolute;
        display: block;
        top: 29%;
        left: 50%;
        width: 8px;
        height: 8px;
        margin: -4px 0 0 -4px;
        border-radius: 50%;
        animation: rev-ani-mouse 2.5s linear infinite;
        background: #fff;
    }

    .rev-scroll-btn.rev-b-span-dark {
        border-color: #333;
    }

        .rev-scroll-btn.rev-b-span-dark span,
        .rev-scroll-btn.revs-dark span {
            background: #333;
        }

.rev-control-btn {
    position: relative;
    display: inline-block;
    z-index: 5;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    border-radius: 50px;
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0.5);
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer;
}

.rev-cbutton-dark-sr {
    border-radius: 3px;
}

.rev-cbutton-light {
    color: #333;
    background-color: rgba(255, 255, 255, 0.75);
}

.rev-cbutton-light-sr {
    color: #333;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.75);
}

.rev-sbutton {
    line-height: 37px;
    width: 37px;
    height: 37px;
}

.rev-sbutton-blue {
    background-color: #3b5998;
}

.rev-sbutton-lightblue {
    background-color: #00a0d1;
}

.rev-sbutton-red {
    background-color: #dd4b39;
}

rs-progress {
    visibility: hidden;
    width: 100%;
    height: 5px;
    background: #000;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 200;
    top: 0;
}

    rs-progress.rs-bottom {
        top: auto;
        bottom: 0px !important;
        height: 5px;
    }

.rs-layer img {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
    zoom: 1;
}

.rs-layer.slidelink {
    cursor: pointer;
    width: 100%;
    height: 100%;
}

    .rs-layer.slidelink a {
        width: 100%;
        height: 100%;
        display: block;
    }

        .rs-layer.slidelink a div {
            width: 3000px;
            height: 1500px;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAIAAAACDbGyAAAABnRSTlMARwBwAEyv7uYjAAAAD0lEQVR4AWNwL/BBRpTyAfO4GUwbPa/4AAAAAElFTkSuQmCC) repeat;
        }

        .rs-layer.slidelink a span {
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAIAAAACDbGyAAAABnRSTlMARwBwAEyv7uYjAAAAD0lEQVR4AWNwL/BBRpTyAfO4GUwbPa/4AAAAAElFTkSuQmCC) repeat;
            width: 100%;
            height: 100%;
            display: block;
        }

.rs-layer .rs-starring {
    display: inline-block;
}

    .rs-layer .rs-starring .star-rating {
        float: none;
        display: inline-block;
        vertical-align: top;
        color: #ffc321 !important;
    }

    .rs-layer .rs-starring .star-rating,
    .rs-layer .rs-starring-page .star-rating {
        position: relative;
        height: 1em;
        width: 5.4em;
        font-family: star;
        font-size: 1em !important;
    }

        .rs-layer .rs-starring .star-rating:before,
        .rs-layer .rs-starring-page .star-rating:before {
            content: "\73\73\73\73\73";
            color: #e0dadf;
            float: left;
            top: 0;
            left: 0;
            position: absolute;
        }

        .rs-layer .rs-starring .star-rating span {
            overflow: hidden;
            float: left;
            top: 0;
            left: 0;
            position: absolute;
            padding-top: 1.5em;
            font-size: 1em !important;
        }

            .rs-layer .rs-starring .star-rating span:before,
            .rs-layer .rs-starring .star-rating span:before {
                content: "\53\53\53\53\53";
                top: 0;
                position: absolute;
                left: 0;
            }

rs-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
}

    rs-loader.off {
        display: none !important;
    }

    rs-loader.spinner0 {
        width: 40px;
        height: 40px;
        background-color: #fff;
        background-image: url(data:image/gif;base64,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);
        background-repeat: no-repeat;
        background-position: center center;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
        margin-top: -20px;
        margin-left: -20px;
        animation: tp-rotateplane 1.2s infinite ease-in-out;
        border-radius: 3px;
    }

    rs-loader.spinner1 {
        width: 40px;
        height: 40px;
        background-color: #fff;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
        margin-top: -20px;
        margin-left: -20px;
        animation: tp-rotateplane 1.2s infinite ease-in-out;
        border-radius: 3px;
    }

    rs-loader.spinner5 {
        background-image: url(data:image/gif;base64,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);
        background-repeat: no-repeat;
        background-position: 10px 10px;
        background-color: #fff;
        margin: -22px -22px;
        width: 44px;
        height: 44px;
        border-radius: 3px;
    }

@keyframes tp-rotateplane {
    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);
    }
}

rs-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: red;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    animation: tp-scaleout 1s infinite ease-in-out;
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

rs-loader.spinner3 {
    margin: -9px 0 0 -35px;
    width: 70px;
    text-align: center;
}

    rs-loader.spinner3 .bounce1,
    rs-loader.spinner3 .bounce2,
    rs-loader.spinner3 .bounce3 {
        width: 18px;
        height: 18px;
        background-color: #fff;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
        border-radius: 100%;
        display: inline-block;
        animation: tp-bouncedelay 1.4s infinite ease-in-out;
        animation-fill-mode: both;
    }

    rs-loader.spinner3 .bounce1 {
        animation-delay: -0.32s;
    }

    rs-loader.spinner3 .bounce2 {
        animation-delay: -0.16s;
    }

@keyframes tp-bouncedelay {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

rs-loader.spinner4 {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    animation: tp-rotate 2s infinite linear;
}

    rs-loader.spinner4 .dot1,
    rs-loader.spinner4 .dot2 {
        width: 60%;
        height: 60%;
        display: inline-block;
        position: absolute;
        top: 0;
        background-color: #fff;
        border-radius: 100%;
        animation: tp-bounce 2s infinite ease-in-out;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    }

    rs-loader.spinner4 .dot2 {
        top: auto;
        bottom: 0;
        animation-delay: -1s;
    }

@keyframes tp-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes tp-bounce {
    0%, 100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

rs-layer iframe {
    visibility: hidden;
}

rs-layer.rs-ii-o iframe {
    visibility: visible;
}

rs-layer input[type="text"],
rs-layer input[type="email"],
rs-layer input[type="url"],
rs-layer input[type="password"],
rs-layer input[type="search"],
rs-layer input[type="number"],
rs-layer input[type="tel"],
rs-layer input[type="range"],
rs-layer input[type="date"],
rs-layer input[type="month"],
rs-layer input[type="week"],
rs-layer input[type="time"],
rs-layer input[type="datetime"],
rs-layer input[type="datetime-local"] {
    display: inline-block;
}

rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow {
    display: block;
}

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar {
    border: none;
    min-height: 0;
    margin: 0;
    border-radius: 0;
}

.tp-tabs,
.tp-thumbs,
.tp-bullets {
    position: absolute;
    display: block;
    z-index: 1000;
    top: 0;
    left: 0;
}

.tp-tab,
.tp-thumb {
    cursor: pointer;
    position: absolute;
    opacity: 0.5;
    box-sizing: border-box;
}

.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

rs-poster {
    cursor: pointer;
    z-index: 3;
}

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected {
    opacity: 1;
}

.tp-tab-mask,
.tp-thumb-mask {
    box-sizing: border-box !important;
}

.tp-tabs,
.tp-thumbs {
    box-sizing: content-box !important;
}

.tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

    .tp-bullet.selected,
    .tp-bullet:hover {
        background: #fff;
    }

.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
}

    .tparrows:hover {
        background: #000;
    }

    .tparrows:before {
        font-family: "revicons";
        font-size: 15px;
        color: #fff;
        display: block;
        line-height: 40px;
        text-align: center;
    }

    .tparrows.tp-leftarrow:before {
        content: "\e824";
    }

    .tparrows.tp-rightarrow:before {
        content: "\e825";
    }

.rs-layer [class^="pe-7s-"]:before,
.rs-layer [class*=" pe-7s-"]:before {
    width: auto;
    margin: 0;
    line-height: inherit;
    box-sizing: inherit;
}

rs-pzimg-wrap {
    display: block;
}

body.rtl .rs-pzimg {
    left: 0 !important;
}

.dddwrappershadow {
    box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4);
}

.dddwrapper {
    transform-style: flat;
    perspective: 10000px;
}

.rs_error_message_box {
    background: #111;
    width: 800px;
    margin: 40px auto;
    padding: 40px 20px;
    text-align: center;
    font-family: 'Recursive', sans-serif;
}

.rs_error_message_oops {
    margin: 0 0 20px;
    line-height: 60px;
    font-size: 34px;
    color: #fff;
}

.rs_error_message_content {
    margin: 0 0 20px;
    line-height: 25px;
    font-size: 17px;
    color: #fff;
}

.rs_error_message_button {
    color: #fff !important;
    background: #333;
    display: inline-block;
    padding: 10px 15px;
    text-align: right;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none !important;
}

    .rs_error_message_button:hover {
        background: #5e35b1;
    }

.hglayerinfo {
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.75);
    padding: 5px 10px;
    z-index: 2000;
    white-space: normal;
}

.hginfo {
    position: absolute;
    top: -2px;
    left: -2px;
    color: #e74c3c;
    font-size: 12px;
    font-weight: 600;
    background: #000;
    padding: 2px 5px;
}

.indebugmode .rs-layer:hover {
    border: 1px dashed #c0392b !important;
}

.helpgrid {
    border: 2px dashed #c0392b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

#revsliderlogloglog {
    padding: 15px;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 150px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100000;
    font-size: 10px;
    overflow: scroll;
}

.aden {
    filter: hue-rotate(-20deg) contrast(0.9) saturate(0.85) brightness(1.2);
}

    .aden::after {
        background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
        mix-blend-mode: darken;
    }

.perpetua::after,
.reyes::after {
    mix-blend-mode: soft-light;
    opacity: 0.5;
}

.inkwell {
    filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
}

.perpetua::after {
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
}

.reyes {
    filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
}

    .reyes::after {
        background: #efcdad;
    }

.gingham {
    filter: brightness(1.05) hue-rotate(-10deg);
}

    .gingham::after {
        background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
        mix-blend-mode: darken;
    }

.toaster {
    filter: contrast(1.5) brightness(0.9);
}

    .toaster::after {
        background: radial-gradient(circle, #804e0f, #3b003b);
        mix-blend-mode: screen;
    }

.walden {
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
}

    .walden::after {
        background: #04c;
        mix-blend-mode: screen;
        opacity: 0.3;
    }

.hudson {
    filter: brightness(1.2) contrast(0.9) saturate(1.1);
}

    .hudson::after {
        background: radial-gradient(circle, #a6b1ff 50%, #342134);
        mix-blend-mode: multiply;
        opacity: 0.5;
    }

.earlybird {
    filter: contrast(0.9) sepia(0.2);
}

    .earlybird::after {
        background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
        mix-blend-mode: overlay;
    }

.mayfair {
    filter: contrast(1.1) saturate(1.1);
}

    .mayfair::after {
        background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111 60%);
        mix-blend-mode: overlay;
        opacity: 0.4;
    }

.lofi {
    filter: saturate(1.1) contrast(1.5);
}

    .lofi::after {
        background: radial-gradient(circle, transparent 70%, #222 150%);
        mix-blend-mode: multiply;
    }

._1977 {
    filter: contrast(1.1) brightness(1.1) saturate(1.3);
}

    ._1977:after {
        background: rgba(243, 106, 188, 0.3);
        mix-blend-mode: screen;
    }

.brooklyn {
    filter: contrast(0.9) brightness(1.1);
}

    .brooklyn::after {
        background: radial-gradient(circle, rgba(168, 223, 193, 0.4) 70%, #c4b7c8);
        mix-blend-mode: overlay;
    }

.xpro2 {
    filter: sepia(0.3);
}

    .xpro2::after {
        background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
        mix-blend-mode: color-burn;
    }

.nashville {
    filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
}

    .nashville::after {
        background: rgba(0, 70, 150, 0.4);
        mix-blend-mode: lighten;
    }

    .nashville::before {
        background: rgba(247, 176, 153, 0.56);
        mix-blend-mode: darken;
    }

.lark {
    filter: contrast(0.9);
}

    .lark::after {
        background: rgba(242, 242, 242, 0.8);
        mix-blend-mode: darken;
    }

    .lark::before {
        background: #22253f;
        mix-blend-mode: color-dodge;
    }

.moon {
    filter: grayscale(1) contrast(1.1) brightness(1.1);
}

    .moon::before {
        background: #a0a0a0;
        mix-blend-mode: soft-light;
    }

    .moon::after {
        background: #383838;
        mix-blend-mode: lighten;
    }

.clarendon {
    filter: contrast(1.2) saturate(1.35);
}

    .clarendon:before {
        background: rgba(127, 187, 227, 0.2);
        mix-blend-mode: overlay;
    }

.willow {
    filter: grayscale(0.5) contrast(0.95) brightness(0.9);
}

    .willow::before {
        background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
        mix-blend-mode: overlay;
    }

    .willow::after {
        background-color: #d8cdcb;
        mix-blend-mode: color;
    }

.rise {
    filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
}

    .rise::after {
        background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
        mix-blend-mode: overlay;
        opacity: 0.6;
    }

    .rise::before {
        background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
        mix-blend-mode: multiply;
    }

    ._1977:after,
    ._1977:before,
    .aden:after,
    .aden:before,
    .brooklyn:after,
    .brooklyn:before,
    .clarendon:after,
    .clarendon:before,
    .earlybird:after,
    .earlybird:before,
    .gingham:after,
    .gingham:before,
    .hudson:after,
    .hudson:before,
    .inkwell:after,
    .inkwell:before,
    .lark:after,
    .lark:before,
    .lofi:after,
    .lofi:before,
    .mayfair:after,
    .mayfair:before,
    .moon:after,
    .moon:before,
    .nashville:after,
    .nashville:before,
    .perpetua:after,
    .perpetua:before,
    .reyes:after,
    .reyes:before,
    .rise:after,
    .rise:before,
    .slumber:after,
    .slumber:before,
    .toaster:after,
    .toaster:before,
    .walden:after,
    .walden:before,
    .willow:after,
    .willow:before,
    .xpro2:after,
    .xpro2:before {
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        pointer-events: none;
    }

._1977,
.aden,
.brooklyn,
.clarendon,
.earlybird,
.gingham,
.hudson,
.inkwell,
.lark,
.lofi,
.mayfair,
.moon,
.nashville,
.perpetua,
.reyes,
.rise,
.slumber,
.toaster,
.walden,
.willow,
.xpro2 {
    position: relative;
}

    ._1977 img,
    .aden img,
    .brooklyn img,
    .clarendon img,
    .earlybird img,
    .gingham img,
    .hudson img,
    .inkwell img,
    .lark img,
    .lofi img,
    .mayfair img,
    .moon img,
    .nashville img,
    .perpetua img,
    .reyes img,
    .rise img,
    .slumber img,
    .toaster img,
    .walden img,
    .willow img,
    .xpro2 img {
        width: 100%;
        z-index: 1;
    }

    ._1977:before,
    .aden:before,
    .brooklyn:before,
    .clarendon:before,
    .earlybird:before,
    .gingham:before,
    .hudson:before,
    .inkwell:before,
    .lark:before,
    .lofi:before,
    .mayfair:before,
    .moon:before,
    .nashville:before,
    .perpetua:before,
    .reyes:before,
    .rise:before,
    .slumber:before,
    .toaster:before,
    .walden:before,
    .willow:before,
    .xpro2:before {
        z-index: 2;
    }

    ._1977:after,
    .aden:after,
    .brooklyn:after,
    .clarendon:after,
    .earlybird:after,
    .gingham:after,
    .hudson:after,
    .inkwell:after,
    .lark:after,
    .lofi:after,
    .mayfair:after,
    .moon:after,
    .nashville:after,
    .perpetua:after,
    .reyes:after,
    .rise:after,
    .slumber:after,
    .toaster:after,
    .walden:after,
    .willow:after,
    .xpro2:after {
        z-index: 3;
    }

.slumber {
    filter: saturate(0.66) brightness(1.05);
}

    .slumber::after {
        background: rgba(125, 105, 24, 0.5);
        mix-blend-mode: soft-light;
    }

    .slumber::before {
        background: rgba(69, 41, 12, 0.4);
        mix-blend-mode: lighten;
    }

rs-pzimg-wrap.xpro2:before,
rs-pzimg-wrap.xpro2:after,
rs-pzimg-wrap:before,
rs-pzimg-wrap:after {
    height: 500%;
    width: 500%;
}

rs-loader.spinner6 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    rs-loader.spinner6 .rs-spinner-inner {
        width: 100%;
        height: 100%;
        display: inline-block;
        -webkit-animation: rs-revealer-6 1.4s linear infinite;
        animation: rs-revealer-6 1.4s linear infinite;
    }

        rs-loader.spinner6 .rs-spinner-inner span {
            position: absolute;
            vertical-align: top;
            border-radius: 100%;
            display: inline-block;
            width: 8px;
            height: 8px;
            margin-left: 16px;
            transform-origin: center 20px;
            -webkit-transform-origin: center 20px;
        }

            rs-loader.spinner6 .rs-spinner-inner span:nth-child(2) {
                transform: rotate(36deg);
                -webkit-transform: rotate(36deg);
                opacity: 0.1;
            }

            rs-loader.spinner6 .rs-spinner-inner span:nth-child(3) {
                transform: rotate(72deg);
                -webkit-transform: rotate(72deg);
                opacity: 0.2;
            }

            rs-loader.spinner6 .rs-spinner-inner span:nth-child(4) {
                transform: rotate(108deg);
                -webkit-transform: rotate(108deg);
                opacity: 0.3;
            }

            rs-loader.spinner6 .rs-spinner-inner span:nth-child(5) {
                transform: rotate(144deg);
                -webkit-transform: rotate(144deg);
                opacity: 0.4;
            }

            rs-loader.spinner6 .rs-spinner-inner span:nth-child(6) {
                transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                opacity: 0.5;
            }

            rs-loader.spinner6 .rs-spinner-inner span:nth-child(7) {
                transform: rotate(216deg);
                -webkit-transform: rotate(216deg);
                opacity: 0.6;
            }

            rs-loader.spinner6 .rs-spinner-inner span:nth-child(8) {
                transform: rotate(252deg);
                -webkit-transform: rotate(252deg);
                opacity: 0.7;
            }

            rs-loader.spinner6 .rs-spinner-inner span:nth-child(9) {
                transform: rotate(288deg);
                -webkit-transform: rotate(288deg);
                opacity: 0.8;
            }

            rs-loader.spinner6 .rs-spinner-inner span:nth-child(10) {
                transform: rotate(324deg);
                -webkit-transform: rotate(324deg);
                opacity: 0.9;
            }

@keyframes rs-revealer-6 {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rs-revealer-6 {
    from {
        -webkit-transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

rs-loader.spinner7 {
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    rs-loader.spinner7 .rs-spinner-inner {
        width: 100%;
        height: 100%;
        display: inline-block;
        padding: 0;
        border-radius: 100%;
        border: 2px solid;
        -webkit-animation: rs-revealer-7 0.8s linear infinite;
        animation: rs-revealer-7 0.8s linear infinite;
    }

@keyframes rs-revealer-7 {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rs-revealer-7 {
    from {
        -webkit-transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

rs-loader.spinner8 {
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    rs-loader.spinner8 .rs-spinner-inner {
        width: 100%;
        height: 100%;
        display: inline-block;
        padding: 0;
        text-align: left;
    }

        rs-loader.spinner8 .rs-spinner-inner span {
            position: absolute;
            display: inline-block;
            width: 100%;
            height: 100%;
            border-radius: 100%;
            -webkit-animation: rs-revealer-8 1.6s linear infinite;
            animation: rs-revealer-8 1.6s linear infinite;
        }

            rs-loader.spinner8 .rs-spinner-inner span:last-child {
                animation-delay: -0.8s;
                -webkit-animation-delay: -0.8s;
            }

@keyframes rs-revealer-8 {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes rs-revealer-8 {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

rs-loader.spinner9 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    rs-loader.spinner9 .rs-spinner-inner span {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: rs-revealer-9 2s infinite ease-in-out;
        animation: rs-revealer-9 2s infinite ease-in-out;
    }

        rs-loader.spinner9 .rs-spinner-inner span:last-child {
            -webkit-animation-delay: -1s;
            animation-delay: -1s;
        }

@-webkit-keyframes rs-revealer-9 {
    0%, 100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes rs-revealer-9 {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

rs-loader.spinner10 {
    width: 54px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    rs-loader.spinner10 .rs-spinner-inner {
        width: 100%;
        height: 100%;
        text-align: center;
        font-size: 10px;
    }

        rs-loader.spinner10 .rs-spinner-inner span {
            display: block;
            height: 100%;
            width: 6px;
            display: inline-block;
            -webkit-animation: rs-revealer-10 1.2s infinite ease-in-out;
            animation: rs-revealer-10 1.2s infinite ease-in-out;
        }

            rs-loader.spinner10 .rs-spinner-inner span:nth-child(2) {
                -webkit-animation-delay: -1.1s;
                animation-delay: -1.1s;
            }

            rs-loader.spinner10 .rs-spinner-inner span:nth-child(3) {
                -webkit-animation-delay: -1s;
                animation-delay: -1s;
            }

            rs-loader.spinner10 .rs-spinner-inner span:nth-child(4) {
                -webkit-animation-delay: -0.9s;
                animation-delay: -0.9s;
            }

            rs-loader.spinner10 .rs-spinner-inner span:nth-child(5) {
                -webkit-animation-delay: -0.8s;
                animation-delay: -0.8s;
            }

@-webkit-keyframes rs-revealer-10 {
    0%, 100%, 40% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes rs-revealer-10 {
    0%, 100%, 40% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

rs-loader.spinner11 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    rs-loader.spinner11 .rs-spinner-inner {
        width: 100%;
        height: 100%;
    }

        rs-loader.spinner11 .rs-spinner-inner span {
            display: block;
            width: 33%;
            height: 33%;
            background-color: #333;
            float: left;
            -webkit-animation: rs-revealer-11 1.3s infinite ease-in-out;
            animation: rs-revealer-11 1.3s infinite ease-in-out;
        }

            rs-loader.spinner11 .rs-spinner-inner span:nth-child(1) {
                -webkit-animation-delay: 0.2s;
                animation-delay: 0.2s;
            }

            rs-loader.spinner11 .rs-spinner-inner span:nth-child(2) {
                -webkit-animation-delay: 0.3s;
                animation-delay: 0.3s;
            }

            rs-loader.spinner11 .rs-spinner-inner span:nth-child(3) {
                -webkit-animation-delay: 0.4s;
                animation-delay: 0.4s;
            }

            rs-loader.spinner11 .rs-spinner-inner span:nth-child(4) {
                -webkit-animation-delay: 0.1s;
                animation-delay: 0.1s;
            }

            rs-loader.spinner11 .rs-spinner-inner span:nth-child(5) {
                -webkit-animation-delay: 0.2s;
                animation-delay: 0.2s;
            }

            rs-loader.spinner11 .rs-spinner-inner span:nth-child(6) {
                -webkit-animation-delay: 0.3s;
                animation-delay: 0.3s;
            }

            rs-loader.spinner11 .rs-spinner-inner span:nth-child(7) {
                -webkit-animation-delay: 0s;
                animation-delay: 0s;
            }

            rs-loader.spinner11 .rs-spinner-inner span:nth-child(8) {
                -webkit-animation-delay: 0.1s;
                animation-delay: 0.1s;
            }

            rs-loader.spinner11 .rs-spinner-inner span:nth-child(9) {
                -webkit-animation-delay: 0.2s;
                animation-delay: 0.2s;
            }

@-webkit-keyframes rs-revealer-11 {
    0%, 100%, 70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes rs-revealer-11 {
    0%, 100%, 70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

rs-loader.spinner12 {
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    rs-loader.spinner12 .rs-spinner-inner {
        width: 100%;
        height: 100%;
        -webkit-animation: rs-revealer-12 1s infinite linear;
        animation: rs-revealer-12 1s infinite linear;
    }

@-webkit-keyframes rs-revealer-12 {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rs-revealer-12 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

rs-loader.spinner13 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    rs-loader.spinner13 .rs-spinner-inner {
        width: 100%;
        height: 100%;
    }

        rs-loader.spinner13 .rs-spinner-inner span {
            display: block;
            width: 40%;
            height: 40%;
            position: absolute;
            border-radius: 50%;
            -webkit-animation: rs-revealer-13 2s ease infinite;
            animation: rs-revealer-13 2s ease infinite;
        }

            rs-loader.spinner13 .rs-spinner-inner span:nth-child(1) {
                animation-delay: -1.5s;
                -webkit-animation-delay: -1.5s;
            }

            rs-loader.spinner13 .rs-spinner-inner span:nth-child(2) {
                animation-delay: -1s;
                -webkit-animation-delay: -1s;
            }

            rs-loader.spinner13 .rs-spinner-inner span:nth-child(3) {
                animation-delay: -0.5s;
                -webkit-animation-delay: -0.5s;
            }

@keyframes rs-revealer-13 {
    0%, 100% {
        transform: translate(0);
    }

    25% {
        transform: translate(160%);
    }

    50% {
        transform: translate(160%, 160%);
    }

    75% {
        transform: translate(0, 160%);
    }
}

@-webkit-keyframes rs-revealer-13 {
    0%, 100% {
        -webkit-transform: translate(0);
    }

    25% {
        -webkit-transform: translate(160%);
    }

    50% {
        -webkit-transform: translate(160%, 160%);
    }

    75% {
        -webkit-transform: translate(0, 160%);
    }
}

rs-loader.spinner14 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    rs-loader.spinner14 .rs-spinner-inner {
        width: 100%;
        height: 100%;
        animation: rs-revealer-14 1s infinite linear;
    }

        rs-loader.spinner14 .rs-spinner-inner span {
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            margin: -8px;
        }

            rs-loader.spinner14 .rs-spinner-inner span:nth-child(1) {
                -webkit-animation: rs-revealer-14-1 2s infinite;
                animation: rs-revealer-14-1 2s infinite;
            }

            rs-loader.spinner14 .rs-spinner-inner span:nth-child(2) {
                -webkit-animation: rs-revealer-14-2 2s infinite;
                animation: rs-revealer-14-2 2s infinite;
            }

            rs-loader.spinner14 .rs-spinner-inner span:nth-child(3) {
                -webkit-animation: rs-revealer-14-3 2s infinite;
                animation: rs-revealer-14-3 2s infinite;
            }

            rs-loader.spinner14 .rs-spinner-inner span:nth-child(4) {
                -webkit-animation: rs-revealer-14-4 2s infinite;
                animation: rs-revealer-14-4 2s infinite;
            }

@-webkit-keyframes rs-revealer-14-1 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
    }

    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
    }
}

@-webkit-keyframes rs-revealer-14-2 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
    }

    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
    }
}

@-webkit-keyframes rs-revealer-14-3 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
    }

    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
    }
}

@-webkit-keyframes rs-revealer-14-4 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
    }

    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
    }
}

@keyframes rs-revealer-14-1 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
    }

    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0);
    }

    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0);
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
    }
}

@keyframes rs-revealer-14-2 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
    }

    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0);
    }

    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0);
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
    }
}

@keyframes rs-revealer-14-3 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
    }

    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0);
    }

    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0);
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
    }
}

@keyframes rs-revealer-14-4 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
    }

    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0);
    }

    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0);
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
    }
}

rs-loader.spinner15 {
    width: 40px;
    height: 40px;
    margin-top: -4px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    rs-loader.spinner15 .rs-spinner-inner {
        width: 100%;
        height: 100%;
    }

        rs-loader.spinner15 .rs-spinner-inner span {
            display: block;
            width: 20px;
            height: 20px;
            position: absolute;
            top: 0;
            left: 0;
            -webkit-animation: rs-revealer-15 1.8s infinite ease-in-out;
            animation: rs-revealer-15 1.8s infinite ease-in-out;
        }

        rs-loader.spinner15 .rs-spinner-inner:last-child {
            -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s;
        }

@-webkit-keyframes rs-revealer-15 {
    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    }

    50% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    }

    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes rs-revealer-15 {
    25% {
        transform: translateX(30px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    }

    50% {
        transform: translateX(30px) translateY(30px) rotate(-179deg);
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    }

    50.1% {
        transform: translateX(30px) translateY(30px) rotate(-180deg);
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    }

    75% {
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}
/*! /wp-content/cache/asset-cleanup/css/item/jet-elements-v2.2.13-5bc263b142ba5191090a21108b68d50c864fdfca.css */
/*! /wp-content/plugins/jet-elements/assets/css/jet-elements.css */
.col-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

    .col-row.disable-cols-gap div[class*="col-desk"] {
        padding-left: 0;
        padding-right: 0;
    }

    .col-row.disable-rows-gap div[class*="col-desk"] {
        padding-top: 0;
        padding-bottom: 0;
    }

.col-desk-1,
.col-desk-2,
.col-desk-3,
.col-desk-4,
.col-desk-5,
.col-desk-6,
.col-tab-1,
.col-tab-2,
.col-tab-3,
.col-tab-4,
.col-tab-5,
.col-tab-6,
.col-mob-1,
.col-mob-2,
.col-mob-3,
.col-mob-4,
.col-mob-5,
.col-mob-6 {
    position: relative;
    min-height: 1px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.col-mob-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-mob-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-mob-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-mob-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-mob-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.col-mob-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666%;
    -ms-flex: 0 0 16.66666%;
    flex: 0 0 16.66666%;
    max-width: 16.66666%;
}

@media (min-width: 768px) {
    .col-tab-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-tab-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-tab-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-tab-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-tab-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-tab-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66666%;
        -ms-flex: 0 0 16.66666%;
        flex: 0 0 16.66666%;
        max-width: 16.66666%;
    }
}

@media (min-width: 1025px) {
    .col-desk-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-desk-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-desk-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-desk-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-desk-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-desk-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66666%;
        -ms-flex: 0 0 16.66666%;
        flex: 0 0 16.66666%;
        max-width: 16.66666%;
    }
}

.jet-elements select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}

.jet-elements-icon {
    display: inline-block;
    line-height: 1;
    text-align: center;
}

    .jet-elements-icon svg {
        display: block;
        width: 1em;
        height: 1em;
        fill: currentColor;
    }

.jet-elements .jet-elements-edit-template-link {
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: inline-block;
    padding: 5px;
    background-color: #b7084e;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}

    .jet-elements .jet-elements-edit-template-link i {
        width: 1em;
        height: 1em;
    }

    .jet-elements .jet-elements-edit-template-link:hover {
        background-color: #840739;
        color: #fff;
    }

@-webkit-keyframes jetFade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes jetFade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes jetZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jetZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes jetZoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jetZoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes jetMoveUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes jetMoveUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes jetMoveUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes jetMoveUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes jetMoveDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes jetMoveDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes jetMoveDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes jetMoveDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes jetMoveLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(25px);
        transform: translateX(25px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes jetMoveLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(25px);
        transform: translateX(25px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes jetMoveLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes jetMoveLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes jetMoveRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes jetMoveRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes jetMoveRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes jetMoveRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes jetFallPerspective {
    0% {
        opacity: 0;
        -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
        transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
        transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
    }
}

@keyframes jetFallPerspective {
    0% {
        opacity: 0;
        -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
        transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
        transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
    }
}

@-webkit-keyframes jetFlipInX {
    0% {
        -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);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes jetFlipInX {
    0% {
        -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);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@-webkit-keyframes jetFlipInY {
    0% {
        -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);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes jetFlipInY {
    0% {
        -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);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.jet-family-column-flex-horizontal > .elementor-column-wrap > .elementor-widget-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.jet-family-column-flex-vertical > .elementor-column-wrap > .elementor-widget-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.jet-family-column-flex-wrap-true > .elementor-column-wrap > .elementor-widget-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.jet-family-column-flex-start > .elementor-column-wrap > .elementor-widget-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.jet-family-column-flex-center > .elementor-column-wrap > .elementor-widget-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jet-family-column-flex-end > .elementor-column-wrap > .elementor-widget-wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.jet-family-column-flex-space-between > .elementor-column-wrap > .elementor-widget-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jet-family-column-flex-space-evenly > .elementor-column-wrap > .elementor-widget-wrap {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.jet-family-column-flex-space-around > .elementor-column-wrap > .elementor-widget-wrap {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media (max-width: 1024px) {
    .jet-family-column-tablet-flex-horizontal > .elementor-column-wrap > .elementor-widget-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .jet-family-column-tablet-flex-vertical > .elementor-column-wrap > .elementor-widget-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }

    .jet-family-column-tablet-flex-start > .elementor-column-wrap > .elementor-widget-wrap {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .jet-family-column-tablet-flex-center > .elementor-column-wrap > .elementor-widget-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .jet-family-column-tablet-flex-end > .elementor-column-wrap > .elementor-widget-wrap {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .jet-family-column-tablet-flex-space-between > .elementor-column-wrap > .elementor-widget-wrap {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .jet-family-column-tablet-flex-space-evenly > .elementor-column-wrap > .elementor-widget-wrap {
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    .jet-family-column-tablet-flex-space-around > .elementor-column-wrap > .elementor-widget-wrap {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media (max-width: 767px) {
    .jet-family-column-mobile-flex-horizontal > .elementor-column-wrap > .elementor-widget-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .jet-family-column-mobile-flex-vertical > .elementor-column-wrap > .elementor-widget-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }

    .jet-family-column-mobile-flex-start > .elementor-column-wrap > .elementor-widget-wrap {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .jet-family-column-mobile-flex-center > .elementor-column-wrap > .elementor-widget-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .jet-family-column-mobile-flex-end > .elementor-column-wrap > .elementor-widget-wrap {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .jet-family-column-mobile-flex-space-between > .elementor-column-wrap > .elementor-widget-wrap {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .jet-family-column-mobile-flex-space-evenly > .elementor-column-wrap > .elementor-widget-wrap {
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    .jet-family-column-mobile-flex-space-around > .elementor-column-wrap > .elementor-widget-wrap {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.jet-animated-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -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;
}

.jet-animated-text__before-text {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.jet-animated-text__animated-text {
    position: relative;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.jet-animated-text__animated-text-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    visibility: hidden;
    z-index: 1;
}

    .jet-animated-text__animated-text-item.active {
        position: relative;
        z-index: 2;
    }

.elementor-widget:not(.elementor-invisible) .jet-animated-text__animated-text-item.visible {
    visibility: visible;
}

.jet-animated-text__animated-text-item span {
    position: relative;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.jet-animated-text__after-text {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.jet-animated-text--effect-fx6 .jet-animated-text__animated-text-item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.jet-animated-text--effect-fx7 .jet-animated-text__animated-text-item span {
    -webkit-transform-origin: -200% 50%;
    -ms-transform-origin: -200% 50%;
    transform-origin: -200% 50%;
}

.jet-animated-text--effect-fx8 .jet-animated-text__animated-text-item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

    .jet-animated-text--effect-fx8 .jet-animated-text__animated-text-item span {
        -webkit-transform-origin: -200% 50%;
        -ms-transform-origin: -200% 50%;
        transform-origin: -200% 50%;
    }

.jet-animated-text--effect-fx9 .jet-animated-text__animated-text-item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    .jet-animated-text--effect-fx9 .jet-animated-text__animated-text-item span {
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }

.jet-animated-text--effect-fx10 .jet-animated-text__animated-text-item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.jet-animated-text--effect-fx12 .jet-animated-text__animated-text-item span {
    overflow: hidden;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.jet-animated-text--effect-fx12 .jet-animated-text__animated-text-item:after {
    width: 2px;
    overflow: hidden;
    display: inline-block;
    background-color: #000;
    -webkit-animation: 1s blink step-end infinite;
    animation: 1s blink step-end infinite;
    content: "|";
}

@-webkit-keyframes blink {
    from, to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes blink {
    from, to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.jet-animated-box {
    position: relative;
}

.jet-animated-box__toggle {
    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;
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.jet-animated-box__front,
.jet-animated-box__back {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.jet-animated-box__front {
    background-color: #6ec1e4;
}

.jet-animated-box__back {
    background-color: #54595f;
}

.jet-animated-box__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
}

.jet-animated-box__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-width: 100%;
    z-index: 2;
}

.jet-animated-box__icon {
    min-width: 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;
}

    .jet-animated-box__icon .jet-animated-box-icon-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.jet-animated-box__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.jet-animated-box .jet-animated-box__button {
    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;
}

.jet-animated-box .jet-animated-box__button--icon-before .jet-animated-box__button-text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.jet-animated-box .jet-animated-box__button--icon-before .jet-animated-box__button-icon {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.jet-animated-box .jet-animated-box__button--icon-after .jet-animated-box__button-text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.jet-animated-box .jet-animated-box__button--icon-after .jet-animated-box__button-icon {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.jet-animated-box.jet-box-effect-1 {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    .jet-animated-box.jet-box-effect-1 .jet-animated-box__front {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 2;
        -webkit-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
        -o-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
        transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
    }

    .jet-animated-box.jet-box-effect-1 .jet-animated-box__back {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        -webkit-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
        -o-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
        transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
    }

    .jet-animated-box.jet-box-effect-1.flipped .jet-animated-box__front {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        -webkit-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
        -o-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
        transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
    }

    .jet-animated-box.jet-box-effect-1.flipped .jet-animated-box__back {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        -webkit-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
        -o-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
        transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
    }

.jet-animated-box.jet-box-effect-2 {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    .jet-animated-box.jet-box-effect-2 .jet-animated-box__front {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 2;
        -webkit-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
        -o-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
        transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
    }

    .jet-animated-box.jet-box-effect-2 .jet-animated-box__back {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        -webkit-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
        -o-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
        transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
    }

    .jet-animated-box.jet-box-effect-2.flipped .jet-animated-box__front {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        -webkit-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
        -o-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
        transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
    }

    .jet-animated-box.jet-box-effect-2.flipped .jet-animated-box__back {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
        -o-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
        transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
    }

.jet-animated-box.jet-box-effect-3 {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    .jet-animated-box.jet-box-effect-3 .jet-animated-box__front {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateX(0deg) translateY(0) scale(1);
        transform: rotateX(0deg) translateY(0) scale(1);
        z-index: 2;
        -webkit-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
        -o-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
        transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
    }

    .jet-animated-box.jet-box-effect-3 .jet-animated-box__back {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateX(-90deg) translateY(150%) scale(0);
        transform: rotateX(-90deg) translateY(150%) scale(0);
        z-index: 1;
        -webkit-transition: all 0.5s cubic-bezier(0.63, 0.07, 0.78, 0.55);
        -o-transition: all 0.5s cubic-bezier(0.63, 0.07, 0.78, 0.55);
        transition: all 0.5s cubic-bezier(0.63, 0.07, 0.78, 0.55);
    }

    .jet-animated-box.jet-box-effect-3.flipped .jet-animated-box__front {
        -webkit-transform: rotateX(90deg) translateY(-150%) scale(0);
        transform: rotateX(90deg) translateY(-150%) scale(0);
        -webkit-transition: all 0.5s cubic-bezier(0.63, 0.07, 0.78, 0.55);
        -o-transition: all 0.5s cubic-bezier(0.63, 0.07, 0.78, 0.55);
        transition: all 0.5s cubic-bezier(0.63, 0.07, 0.78, 0.55);
        z-index: 1;
    }

    .jet-animated-box.jet-box-effect-3.flipped .jet-animated-box__back {
        -webkit-transform: rotateX(0deg) translateY(0) scale(1);
        transform: rotateX(0deg) translateY(0) scale(1);
        -webkit-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
        -o-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
        transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
        z-index: 2;
    }

.jet-animated-box.jet-box-effect-4 {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    .jet-animated-box.jet-box-effect-4 .jet-animated-box__front {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateY(0deg) translateX(0) scale(1);
        transform: rotateY(0deg) translateX(0) scale(1);
        z-index: 2;
        -webkit-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
        -o-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
        transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
    }

    .jet-animated-box.jet-box-effect-4 .jet-animated-box__back {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateY(-90deg) translateX(-150%) scale(0);
        transform: rotateY(-90deg) translateX(-150%) scale(0);
        z-index: 1;
        -webkit-transition: all 0.5s cubic-bezier(0.63, 0.07, 0.78, 0.55);
        -o-transition: all 0.5s cubic-bezier(0.63, 0.07, 0.78, 0.55);
        transition: all 0.5s cubic-bezier(0.63, 0.07, 0.78, 0.55);
    }

    .jet-animated-box.jet-box-effect-4.flipped .jet-animated-box__front {
        -webkit-transform: rotateY(90deg) translateX(150%) scale(0);
        transform: rotateY(90deg) translateX(150%) scale(0);
        -webkit-transition: all 0.5s cubic-bezier(0.63, 0.07, 0.78, 0.55);
        -o-transition: all 0.5s cubic-bezier(0.63, 0.07, 0.78, 0.55);
        transition: all 0.5s cubic-bezier(0.63, 0.07, 0.78, 0.55);
        z-index: 1;
    }

    .jet-animated-box.jet-box-effect-4.flipped .jet-animated-box__back {
        -webkit-transform: rotateY(0deg) translateX(0) scale(1);
        transform: rotateY(0deg) translateX(0) scale(1);
        -webkit-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
        -o-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
        transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
        z-index: 2;
    }

.jet-animated-box.jet-box-effect-5 {
    overflow: hidden;
}

    .jet-animated-box.jet-box-effect-5 .jet-animated-box__front {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .jet-animated-box.jet-box-effect-5 .jet-animated-box__back {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .jet-animated-box.jet-box-effect-5.flipped .jet-animated-box__front {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    .jet-animated-box.jet-box-effect-5.flipped .jet-animated-box__back {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

.jet-animated-box.jet-box-effect-6 {
    overflow: hidden;
}

    .jet-animated-box.jet-box-effect-6 .jet-animated-box__front {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .jet-animated-box.jet-box-effect-6 .jet-animated-box__back {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .jet-animated-box.jet-box-effect-6.flipped .jet-animated-box__front {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

    .jet-animated-box.jet-box-effect-6.flipped .jet-animated-box__back {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

.jet-animated-box.jet-box-effect-7 {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    .jet-animated-box.jet-box-effect-7 .jet-animated-box__front {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 2;
        -webkit-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -o-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

        .jet-animated-box.jet-box-effect-7 .jet-animated-box__front .jet-animated-box__inner {
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
            -o-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
            transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

    .jet-animated-box.jet-box-effect-7 .jet-animated-box__back {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        -webkit-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -o-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

        .jet-animated-box.jet-box-effect-7 .jet-animated-box__back .jet-animated-box__inner {
            -webkit-transform: translateZ(125px);
            transform: translateZ(125px);
            -webkit-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
            -o-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
            transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

    .jet-animated-box.jet-box-effect-7.flipped .jet-animated-box__front {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        -webkit-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -o-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

        .jet-animated-box.jet-box-effect-7.flipped .jet-animated-box__front .jet-animated-box__inner {
            -webkit-transform: translateZ(125px);
            transform: translateZ(125px);
            -webkit-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
            -o-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
            transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

    .jet-animated-box.jet-box-effect-7.flipped .jet-animated-box__back {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        -webkit-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -o-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

        .jet-animated-box.jet-box-effect-7.flipped .jet-animated-box__back .jet-animated-box__inner {
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
            -o-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
            transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

.jet-animated-box.jet-box-effect-8 {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    .jet-animated-box.jet-box-effect-8 .jet-animated-box__toggle {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .jet-animated-box.jet-box-effect-8 .jet-animated-box__front {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 2;
        -webkit-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -o-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

        .jet-animated-box.jet-box-effect-8 .jet-animated-box__front .jet-animated-box__inner {
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
            -o-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
            transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

    .jet-animated-box.jet-box-effect-8 .jet-animated-box__back {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        -webkit-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -o-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

        .jet-animated-box.jet-box-effect-8 .jet-animated-box__back .jet-animated-box__inner {
            -webkit-transform: translateZ(125px);
            transform: translateZ(125px);
            -webkit-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
            -o-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
            transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

    .jet-animated-box.jet-box-effect-8.flipped .jet-animated-box__front {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        -webkit-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -o-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

        .jet-animated-box.jet-box-effect-8.flipped .jet-animated-box__front .jet-animated-box__inner {
            -webkit-transform: translateZ(125px);
            transform: translateZ(125px);
            -webkit-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
            -o-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
            transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

    .jet-animated-box.jet-box-effect-8.flipped .jet-animated-box__back {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -o-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

        .jet-animated-box.jet-box-effect-8.flipped .jet-animated-box__back .jet-animated-box__inner {
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
            -o-transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
            transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

.jet-animated-box.jet-box-effect-9 .jet-animated-box__front {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: opacity 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: opacity 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-animated-box.jet-box-effect-9 .jet-animated-box__back {
    z-index: 1;
}

.jet-animated-box.jet-box-effect-9.flipped .jet-animated-box__front {
    opacity: 0;
    pointer-events: none;
}

.jet-animated-box.jet-box-effect-10 {
    overflow: hidden;
}

    .jet-animated-box.jet-box-effect-10 .jet-animated-box__front {
        opacity: 1;
        -webkit-transform: scaleX(1) scaleY(1);
        -ms-transform: scaleX(1) scaleY(1);
        transform: scaleX(1) scaleY(1);
        z-index: 2;
        -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .jet-animated-box.jet-box-effect-10 .jet-animated-box__back {
        -webkit-transform: scaleX(1.2) scaleY(1.2);
        -ms-transform: scaleX(1.2) scaleY(1.2);
        transform: scaleX(1.2) scaleY(1.2);
        z-index: 1;
        -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .jet-animated-box.jet-box-effect-10.flipped .jet-animated-box__front {
        opacity: 0;
        -webkit-transform: scaleX(0.8) scaleY(0.8);
        -ms-transform: scaleX(0.8) scaleY(0.8);
        transform: scaleX(0.8) scaleY(0.8);
        pointer-events: none;
    }

    .jet-animated-box.jet-box-effect-10.flipped .jet-animated-box__back {
        -webkit-transform: scaleX(1) scaleY(1);
        -ms-transform: scaleX(1) scaleY(1);
        transform: scaleX(1) scaleY(1);
    }

.jet-animated-box.jet-box-effect-11 {
    overflow: hidden;
}

    .jet-animated-box.jet-box-effect-11 .jet-animated-box__front {
        opacity: 1;
        -webkit-transform: scaleX(1) scaleX(1);
        -ms-transform: scaleX(1) scaleX(1);
        transform: scaleX(1) scaleX(1);
        z-index: 2;
        -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .jet-animated-box.jet-box-effect-11 .jet-animated-box__back {
        -webkit-transform: scaleX(1.2) scaleY(1.2);
        -ms-transform: scaleX(1.2) scaleY(1.2);
        transform: scaleX(1.2) scaleY(1.2);
        z-index: 1;
        -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .jet-animated-box.jet-box-effect-11.flipped .jet-animated-box__front {
        opacity: 0;
        -webkit-transform: scaleX(1.2) scaleY(1.2);
        -ms-transform: scaleX(1.2) scaleY(1.2);
        transform: scaleX(1.2) scaleY(1.2);
        pointer-events: none;
    }

    .jet-animated-box.jet-box-effect-11.flipped .jet-animated-box__back {
        -webkit-transform: scaleX(1) scaleY(1);
        -ms-transform: scaleX(1) scaleY(1);
        transform: scaleX(1) scaleY(1);
    }

.jet-animated-box.jet-box-effect-12 {
    overflow: hidden;
}

    .jet-animated-box.jet-box-effect-12 .jet-animated-box__front {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        z-index: 1;
        -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .jet-animated-box.jet-box-effect-12 .jet-animated-box__back {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        z-index: 2;
        -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .jet-animated-box.jet-box-effect-12.flipped .jet-animated-box__front {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .jet-animated-box.jet-box-effect-12.flipped .jet-animated-box__back {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

.jet-animated-box.jet-box-effect-13 {
    overflow: hidden;
}

    .jet-animated-box.jet-box-effect-13 .jet-animated-box__front {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        z-index: 1;
        -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .jet-animated-box.jet-box-effect-13 .jet-animated-box__back {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        z-index: 2;
        -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .jet-animated-box.jet-box-effect-13.flipped .jet-animated-box__front {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .jet-animated-box.jet-box-effect-13.flipped .jet-animated-box__back {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

.jet-animated-box.jet-box-effect-14 {
    overflow: hidden;
}

    .jet-animated-box.jet-box-effect-14 .jet-animated-box__front {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .jet-animated-box.jet-box-effect-14 .jet-animated-box__back {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .jet-animated-box.jet-box-effect-14.flipped .jet-animated-box__front {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .jet-animated-box.jet-box-effect-14.flipped .jet-animated-box__back {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

.jet-animated-box.jet-box-effect-15 {
    overflow: hidden;
}

    .jet-animated-box.jet-box-effect-15 .jet-animated-box__front {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .jet-animated-box.jet-box-effect-15 .jet-animated-box__back {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .jet-animated-box.jet-box-effect-15.flipped .jet-animated-box__front {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .jet-animated-box.jet-box-effect-15.flipped .jet-animated-box__back {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

.jet-animated-box.jet-box-effect-16 {
    overflow: hidden;
}

    .jet-animated-box.jet-box-effect-16 .jet-animated-box__front {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        z-index: 1;
        -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .jet-animated-box.jet-box-effect-16 .jet-animated-box__back {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        z-index: 2;
        -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .jet-animated-box.jet-box-effect-16.flipped .jet-animated-box__front {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .jet-animated-box.jet-box-effect-16.flipped .jet-animated-box__back {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

.jet-animated-box.jet-box-effect-17 {
    overflow: hidden;
}

    .jet-animated-box.jet-box-effect-17 .jet-animated-box__front {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        z-index: 1;
        -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .jet-animated-box.jet-box-effect-17 .jet-animated-box__back {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        z-index: 2;
        -webkit-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -o-transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        transition: all 0.5s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    }

    .jet-animated-box.jet-box-effect-17.flipped .jet-animated-box__front {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .jet-animated-box.jet-box-effect-17.flipped .jet-animated-box__back {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

.jet-animated-box.jet-box-effect-18 .jet-animated-box__front {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    z-index: 2;
    -webkit-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-animated-box.jet-box-effect-18 .jet-animated-box__back {
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    z-index: 1;
    -webkit-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.7s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-animated-box.jet-box-effect-18.flipped .jet-animated-box__front {
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    pointer-events: none;
}

.jet-animated-box.jet-box-effect-18.flipped .jet-animated-box__back {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.jet-animated-box.jet-box-scratch-effect {
    position: relative;
    overflow: hidden;
}

    .jet-animated-box.jet-box-scratch-effect canvas {
        top: 0;
        left: 0;
        position: absolute;
        z-index: 2;
    }

    .jet-animated-box.jet-box-scratch-effect .jet-animated-box__front {
        z-index: 3;
    }

    .jet-animated-box.jet-box-scratch-effect .jet-animated-box__back {
        z-index: 1;
    }

    .jet-animated-box.jet-box-scratch-effect.flipped .jet-animated-box__front {
        z-index: 1;
        visibility: hidden;
        pointer-events: none;
    }

    .jet-animated-box.jet-box-scratch-effect.flipped .jet-animated-box__back {
        z-index: 3;
    }

        .jet-animated-box.jet-box-scratch-effect.flipped .jet-animated-box__back .jet-elements-edit-template-link {
            pointer-events: auto;
        }

    .jet-animated-box.jet-box-scratch-effect.back-events-inactive .jet-animated-box__back {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.jet-animated-box.jet-box-fold-effect {
    position: relative;
    overflow: hidden;
    visibility: hidden;
}

    .jet-animated-box.jet-box-fold-effect .oridomi-holder {
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .jet-animated-box.jet-box-fold-effect .jet-animated-box__front {
        z-index: 2;
        cursor: -webkit-grab;
        cursor: grab;
    }

    .jet-animated-box.jet-box-fold-effect .jet-animated-box__back {
        z-index: 1;
    }

    .jet-animated-box.jet-box-fold-effect.flipped .jet-animated-box__front {
        z-index: 1;
    }

    .jet-animated-box.jet-box-fold-effect.flipped .jet-animated-box__back {
        z-index: 2;
    }

    .jet-animated-box.jet-box-fold-effect.fold-init {
        visibility: visible;
    }

.jet-animated-box.jet-box-peel-effect {
    position: relative;
    overflow: hidden;
    visibility: hidden;
}

    .jet-animated-box.jet-box-peel-effect .jet-animated-box__front {
        z-index: 2;
    }

    .jet-animated-box.jet-box-peel-effect .jet-animated-box__back {
        z-index: 1;
    }

    .jet-animated-box.jet-box-peel-effect.flipped .jet-animated-box__front {
        z-index: 1;
    }

    .jet-animated-box.jet-box-peel-effect.flipped .jet-animated-box__back {
        z-index: 2;
    }

    .jet-animated-box.jet-box-peel-effect.peel-ready {
        visibility: visible;
    }

.jet-animated-box.jet-box-slide-out-effect {
    position: relative;
    overflow: hidden;
}

    .jet-animated-box.jet-box-slide-out-effect .jet-animated-box__front {
        z-index: 2;
    }

    .jet-animated-box.jet-box-slide-out-effect .jet-animated-box__back {
        z-index: 1;
    }

    .jet-animated-box.jet-box-slide-out-effect.flipped .jet-animated-box__front {
        z-index: 1;
    }

    .jet-animated-box.jet-box-slide-out-effect.flipped .jet-animated-box__back {
        z-index: 2;
    }

    .jet-animated-box.jet-box-slide-out-effect.slide-out-left .ui-draggable-handle {
        cursor: w-resize;
    }

    .jet-animated-box.jet-box-slide-out-effect.slide-out-left .ui-draggable-dragging {
        cursor: ew-resize;
    }

    .jet-animated-box.jet-box-slide-out-effect.slide-out-top .ui-draggable-handle {
        cursor: n-resize;
    }

    .jet-animated-box.jet-box-slide-out-effect.slide-out-top .ui-draggable-dragging {
        cursor: ns-resize;
    }

    .jet-animated-box.jet-box-slide-out-effect.slide-out-right .ui-draggable-handle {
        cursor: e-resize;
    }

    .jet-animated-box.jet-box-slide-out-effect.slide-out-right .ui-draggable-dragging {
        cursor: ew-resize;
    }

    .jet-animated-box.jet-box-slide-out-effect.slide-out-bottom .ui-draggable-handle {
        cursor: s-resize;
    }

    .jet-animated-box.jet-box-slide-out-effect.slide-out-bottom .ui-draggable-dragging {
        cursor: ns-resize;
    }

.elementor-jet-banner:after {
    clear: both;
    width: 100%;
    display: block;
    content: "";
}

.jet-banner {
    position: relative;
    overflow: hidden;
    float: left;
    max-width: 100%;
    width: 100%;
}

    .jet-banner * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.jet-banner__content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
}

.jet-banner__content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
}

.jet-banner .jet-banner__title,
.jet-banner .jet-banner__text {
    margin: 0;
    padding: 0;
}

.jet-banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background: #000;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.jet-banner__img {
    display: block;
}

.jet-banner:hover .jet-banner__overlay {
    opacity: 0.2;
}

.jet-banner.jet-effect-none .jet-banner__content {
    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;
}

.jet-banner.jet-effect-lily .jet-banner__img {
    max-width: none;
    width: calc(100% + 50px);
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

.jet-banner.jet-effect-lily .jet-banner__content {
    text-align: left;
}

.jet-banner.jet-effect-lily .jet-banner__content-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 50%;
    z-index: 2;
}

.jet-banner.jet-effect-lily .jet-banner__title,
.jet-banner.jet-effect-lily .jet-banner__text {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

.jet-banner.jet-effect-lily .jet-banner__title {
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
}

.jet-banner.jet-effect-lily .jet-banner__text {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, -webkit-transform 0.35s;
    -o-transition: opacity 0.2s, transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
    transition: opacity 0.2s, transform 0.35s, -webkit-transform 0.35s;
}

.jet-banner.jet-effect-lily:hover .jet-banner__text {
    opacity: 1;
}

.jet-banner.jet-effect-lily:hover .jet-banner__img,
.jet-banner.jet-effect-lily:hover .jet-banner__title,
.jet-banner.jet-effect-lily:hover .jet-banner__text {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.jet-banner.jet-effect-lily:hover .jet-banner__text {
    -webkit-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

.jet-banner.jet-effect-sadie .jet-banner__title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    -webkit-transition: color 0.35s, -webkit-transform 0.35s;
    transition: color 0.35s, -webkit-transform 0.35s;
    -o-transition: transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.jet-banner.jet-effect-sadie .jet-banner__text {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

.jet-banner.jet-effect-sadie .jet-banner__text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

.jet-banner.jet-effect-sadie:hover .jet-banner__title {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}

.jet-banner.jet-effect-sadie:hover .jet-banner__text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.jet-banner.jet-effect-layla .jet-banner__content {
    padding: 3em;
}

    .jet-banner.jet-effect-layla .jet-banner__content::before,
    .jet-banner.jet-effect-layla .jet-banner__content::after {
        position: absolute;
        content: "";
        opacity: 0;
        z-index: 2;
    }

    .jet-banner.jet-effect-layla .jet-banner__content::before {
        top: 40px;
        right: 20px;
        bottom: 40px;
        left: 20px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .jet-banner.jet-effect-layla .jet-banner__content::after {
        top: 20px;
        right: 40px;
        bottom: 20px;
        left: 40px;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

.jet-banner.jet-effect-layla .jet-banner__title {
    padding-top: 26%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
}

.jet-banner.jet-effect-layla .jet-banner__text {
    padding: 0.5em 2em;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

.jet-banner.jet-effect-layla .jet-banner__title {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}

.jet-banner.jet-effect-layla .jet-banner__content::before,
.jet-banner.jet-effect-layla .jet-banner__content::after,
.jet-banner.jet-effect-layla .jet-banner__text {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

.jet-banner.jet-effect-layla:hover .jet-banner__content::before,
.jet-banner.jet-effect-layla:hover .jet-banner__content::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.jet-banner.jet-effect-layla:hover .jet-banner__title,
.jet-banner.jet-effect-layla:hover .jet-banner__text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.jet-banner.jet-effect-layla:hover .jet-banner__content::after,
.jet-banner.jet-effect-layla:hover .jet-banner__title,
.jet-banner.jet-effect-layla:hover .jet-banner__text {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.jet-banner.jet-effect-oscar .jet-banner__content {
    padding: 3em;
}

    .jet-banner.jet-effect-oscar .jet-banner__content::before {
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        border: 1px solid #fff;
        content: "";
    }

.jet-banner.jet-effect-oscar .jet-banner__title {
    margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.jet-banner.jet-effect-oscar .jet-banner__img {
    width: 100%;
}

.jet-banner.jet-effect-oscar .jet-banner__content::before,
.jet-banner.jet-effect-oscar .jet-banner__text {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.jet-banner.jet-effect-oscar:hover .jet-banner__title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.jet-banner.jet-effect-oscar:hover .jet-banner__content::before,
.jet-banner.jet-effect-oscar:hover .jet-banner__text {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.jet-banner.jet-effect-marley .jet-banner__content {
    text-align: right;
}

.jet-banner.jet-effect-marley .jet-banner__title,
.jet-banner.jet-effect-marley .jet-banner__text {
    position: absolute;
    right: 30px;
    left: 30px;
    padding: 10px 0;
}

.jet-banner.jet-effect-marley .jet-banner__text {
    bottom: 30px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.jet-banner.jet-effect-marley .jet-banner__title {
    top: 30px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

    .jet-banner.jet-effect-marley .jet-banner__title::after {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 4px;
        background: #fff;
        content: "";
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

    .jet-banner.jet-effect-marley .jet-banner__title::after,
    .jet-banner.jet-effect-marley .jet-banner__text {
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, -webkit-transform 0.35s;
        -o-transition: opacity 0.35s, transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    }

.jet-banner.jet-effect-marley:hover .jet-banner__title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .jet-banner.jet-effect-marley:hover .jet-banner__title::after,
    .jet-banner.jet-effect-marley:hover .jet-banner__text {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.jet-banner.jet-effect-ruby .jet-banner__content {
    padding: 2em;
}

.jet-banner.jet-effect-ruby .jet-banner__img {
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.jet-banner.jet-effect-ruby .jet-banner__title {
    margin-top: 20%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.jet-banner.jet-effect-ruby .jet-banner__text {
    margin: 1em 0 0;
    padding: 1.5em;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
    transform: translate3d(0, 20px, 0) scale(1.1);
}

.jet-banner.jet-effect-ruby:hover .jet-banner__img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.jet-banner.jet-effect-ruby:hover .jet-banner__title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.jet-banner.jet-effect-ruby:hover .jet-banner__text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

.jet-banner.jet-effect-roxy .jet-banner__img {
    max-width: none;
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
}

.jet-banner.jet-effect-roxy .jet-banner__content::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}

.jet-banner.jet-effect-roxy .jet-banner__content {
    padding: 3em;
    text-align: left;
}

.jet-banner.jet-effect-roxy .jet-banner__title {
    padding: 30% 0 10px 0;
}

.jet-banner.jet-effect-roxy .jet-banner__text {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.jet-banner.jet-effect-roxy:hover .jet-banner__img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.jet-banner.jet-effect-roxy:hover .jet-banner__content::before,
.jet-banner.jet-effect-roxy:hover .jet-banner__text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.jet-banner.jet-effect-bubba .jet-banner__content::before,
.jet-banner.jet-effect-bubba .jet-banner__content::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

.jet-banner.jet-effect-bubba .jet-banner__content::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}

.jet-banner.jet-effect-bubba .jet-banner__content::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
}

.jet-banner.jet-effect-bubba .jet-banner__title {
    padding-top: 30%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}

.jet-banner.jet-effect-bubba .jet-banner__text {
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.jet-banner.jet-effect-bubba:hover .jet-banner__content::before,
.jet-banner.jet-effect-bubba:hover .jet-banner__content::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.jet-banner.jet-effect-bubba:hover .jet-banner__title,
.jet-banner.jet-effect-bubba:hover .jet-banner__text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.jet-banner.jet-effect-romeo {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    .jet-banner.jet-effect-romeo .jet-banner__img {
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, -webkit-transform 0.35s;
        -o-transition: opacity 0.35s, transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
        -webkit-transform: translate3d(0, 0, 300px);
        transform: translate3d(0, 0, 300px);
    }

    .jet-banner.jet-effect-romeo .jet-banner__content::before,
    .jet-banner.jet-effect-romeo .jet-banner__content::after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        height: 1px;
        background: #fff;
        content: "";
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, -webkit-transform 0.35s;
        -o-transition: opacity 0.35s, transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }

    .jet-banner.jet-effect-romeo .jet-banner__title,
    .jet-banner.jet-effect-romeo .jet-banner__text {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        -webkit-transition: -webkit-transform 0.35s;
        transition: -webkit-transform 0.35s;
        -o-transition: transform 0.35s;
        transition: transform 0.35s;
        transition: transform 0.35s, -webkit-transform 0.35s;
    }

    .jet-banner.jet-effect-romeo .jet-banner__title {
        -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
        transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
    }

    .jet-banner.jet-effect-romeo .jet-banner__text {
        padding: 0.25em 2em;
        -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
        transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
    }

    .jet-banner.jet-effect-romeo:hover .jet-banner__content::before {
        opacity: 0.5;
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
        transform: translate3d(-50%, -50%, 0) rotate(45deg);
    }

    .jet-banner.jet-effect-romeo:hover .jet-banner__content::after {
        opacity: 0.5;
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
        transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    }

    .jet-banner.jet-effect-romeo:hover .jet-banner__img {
        opacity: 0.6;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .jet-banner.jet-effect-romeo:hover .jet-banner__title {
        -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
        transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
    }

    .jet-banner.jet-effect-romeo:hover .jet-banner__text {
        -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
        transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
    }

.jet-banner.jet-effect-sarah .jet-banner__img {
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.jet-banner.jet-effect-sarah .jet-banner__img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.jet-banner.jet-effect-sarah .jet-banner__content {
    text-align: left;
    padding: 2em;
}

.jet-banner.jet-effect-sarah .jet-banner__title {
    position: relative;
    overflow: hidden;
    padding: 0.5em 0;
}

    .jet-banner.jet-effect-sarah .jet-banner__title::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: #fff;
        content: "";
        -webkit-transition: -webkit-transform 0.35s;
        transition: -webkit-transform 0.35s;
        -o-transition: transform 0.35s;
        transition: transform 0.35s;
        transition: transform 0.35s, -webkit-transform 0.35s;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

.jet-banner.jet-effect-sarah .jet-banner__text {
    padding: 1em 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.jet-banner.jet-effect-sarah:hover .jet-banner__title::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.jet-banner.jet-effect-sarah:hover .jet-banner__text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.jet-banner.jet-effect-chico .jet-banner__img {
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
}

.jet-banner.jet-effect-chico .jet-banner__content {
    padding: 3em;
}

    .jet-banner.jet-effect-chico .jet-banner__content::before {
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        border: 1px solid #fff;
        content: "";
        -webkit-transform: scale(1.1);
    }

    .jet-banner.jet-effect-chico .jet-banner__content::before,
    .jet-banner.jet-effect-chico .jet-banner__text {
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, -webkit-transform 0.35s;
        -o-transition: opacity 0.35s, transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    }

.jet-banner.jet-effect-chico .jet-banner__title {
    padding: 20% 0 20px 0;
}

.jet-banner.jet-effect-chico .jet-banner__text {
    margin: 0 auto;
    max-width: 70%;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.jet-banner.jet-effect-chico:hover .jet-banner__img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.jet-banner.jet-effect-chico:hover .jet-banner__content::before,
.jet-banner.jet-effect-chico:hover .jet-banner__text {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.jet-carousel {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}

.jet-carousel-wrap.jet-equal-cols .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.jet-carousel-wrap.jet-equal-cols .jet-carousel__item {
    float: none;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .jet-carousel-wrap.jet-equal-cols .jet-carousel__item img {
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .jet-carousel-wrap.jet-equal-cols .jet-carousel__item .jet-carousel__item-inner,
    .jet-carousel-wrap.jet-equal-cols .jet-carousel__item .jet-banner,
    .jet-carousel-wrap.jet-equal-cols .jet-carousel__item .jet-banner__link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .jet-carousel-wrap.jet-equal-cols .jet-carousel__item .jet-carousel__item-inner,
        .jet-carousel-wrap.jet-equal-cols .jet-carousel__item .jet-carousel__item-inner > *:last-child,
        .jet-carousel-wrap.jet-equal-cols .jet-carousel__item .jet-banner__link {
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

.jet-carousel__item {
    padding: 10px;
}

    .jet-carousel__item .jet-banner {
        float: none;
    }

.jet-carousel__content {
    position: relative;
    z-index: 2;
}

.jet-carousel__content,
.jet-carousel__item-title,
.jet-carousel__item-text {
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.jet-carousel .jet-arrow {
    position: absolute;
    top: 50%;
    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;
    cursor: pointer;
    z-index: 999;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

    .jet-carousel .jet-arrow svg {
        width: 1em;
        height: 1em;
    }

    .jet-carousel .jet-arrow:before {
        display: block;
        width: 100%;
        text-align: center;
        line-height: 0;
        -webkit-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .jet-carousel .jet-arrow.prev-arrow {
        left: 0;
    }

    .jet-carousel .jet-arrow.next-arrow {
        right: 0;
    }

.jet-carousel .jet-slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 99;
    padding: 0;
}

    .jet-carousel .jet-slick-dots li {
        padding: 5px;
        margin: 0;
        list-style: none;
    }

        .jet-carousel .jet-slick-dots li span {
            -webkit-transition: all 200ms linear;
            -o-transition: all 200ms linear;
            transition: all 200ms linear;
            display: block;
            cursor: pointer;
            width: 10px;
            height: 10px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            padding: 0;
            text-indent: 10em;
            overflow: hidden;
        }

            .jet-carousel .jet-slick-dots li span:before {
                display: none;
            }

.elementor-jet-carousel .jet-carousel .elementor-slick-slider:not(.slick-initialized),
.elementor-jet-posts .jet-carousel > .jet-posts:not(.slick-initialized) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
}

    .elementor-jet-carousel .jet-carousel .elementor-slick-slider:not(.slick-initialized) ~ .jet-arrow,
    .elementor-jet-posts .jet-carousel > .jet-posts:not(.slick-initialized) ~ .jet-arrow {
        visibility: hidden;
    }

.circle-progress {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.circle-progress-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
}

.circle-progress-bar {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

    .circle-progress-bar .position-in-circle {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

        .circle-progress-bar .position-in-circle .circle-counter {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

.circle-progress__meter,
.circle-progress__value {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.28, 0.77, 0.39, 0.95);
    -o-transition-timing-function: cubic-bezier(0.28, 0.77, 0.39, 0.95);
    transition-timing-function: cubic-bezier(0.28, 0.77, 0.39, 0.95);
    fill: none;
    stroke-linecap: butt;
}

.circle-counter .circle-val {
    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;
}

.jet-countdown-timer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -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;
}

.jet-countdown-timer__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
    margin: 5px;
}

.jet-countdown-timer__separator {
    display: none;
}

* + .jet-countdown-timer__separator {
    display: block;
}

.jet-countdown-timer__digit {
    display: inline-block;
}

.jet-countdown-timer-message {
    display: none;
    text-align: center;
}

.jet-posts__item {
    outline: none;
}

    .jet-posts__item.slick-slide {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

.jet-posts__inner-box {
    position: relative;
    overflow: hidden;
}

.jet-posts__terms {
    margin-bottom: 10px;
}

.jet-posts__terms-link {
    display: inline-block;
    padding: 5px 10px;
}

.post-thumbnail + .jet-posts__terms {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 10px;
}

.jet-posts .jet-more {
    overflow: hidden;
}

.jet-posts .jet-more-icon {
    margin-left: 5px;
}

.jet-posts .entry-excerpt {
    padding-bottom: 15px;
}

.jet-posts .jet-more-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.jet-posts .post-thumbnail {
    overflow: hidden;
    line-height: 0;
}

.jet-posts .slick-list {
    width: 100%;
}

.jet-posts.jet-equal-cols .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .jet-posts.jet-equal-cols .slick-track:before,
    .jet-posts.jet-equal-cols .slick-track:after {
        content: none;
    }

    .jet-posts.jet-equal-cols .slick-track .jet-posts__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

.jet-posts.jet-equal-cols .jet-posts__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
}

    .jet-posts.jet-equal-cols .jet-posts__item .jet-posts__inner-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .jet-posts.jet-equal-cols .jet-posts__item .jet-posts__inner-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

        .jet-posts.jet-equal-cols .jet-posts__item .jet-posts__inner-content > * {
            width: 100%;
        }

.post-meta {
    padding-bottom: 10px;
    text-decoration: none;
}

.post-meta__item {
    display: inline-block;
    text-decoration: inherit;
}

    .post-meta__item:not(:first-child):before {
        content: "";
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
    }

.elementor-jet-posts .jet-carousel {
    margin-left: 0;
    margin-right: 0;
}

.pricing-table {
    position: relative;
}

.pricing-table__icon-box .jet-elements-icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-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;
}

.pricing-table__badge {
    position: absolute;
    right: 20px;
    top: 20px;
}

.pricing-table .pricing-table-button {
    overflow: hidden;
}

    .pricing-table .pricing-table-button.button-full-size {
        width: 100%;
    }

.pricing-table .button-icon {
    margin-right: 5px;
}

.pricing-feature:not(:first-child):before {
    content: "";
    display: block;
    height: 0;
    margin-left: auto;
    margin-right: auto;
}

.pricing-feature__inner {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pricing-feature .item-bullet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 7px;
}

.jet-images-layout {
    position: relative;
}

.jet-images-layout__item {
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

    .jet-images-layout__item.image-loaded .jet-images-layout__link {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .jet-images-layout__item:hover .jet-images-layout__content {
        opacity: 1;
    }

.jet-images-layout__inner {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.jet-images-layout__link {
    display: block;
    opacity: 0;
}

.jet-images-layout__icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -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;
    pointer-events: none;
}

    .jet-images-layout__icon .jet-images-layout-icon-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .jet-images-layout__icon svg {
        width: 1em;
        height: 1em;
    }

.jet-images-layout__image {
    position: relative;
    line-height: 0;
}

.jet-images-layout__image-instance {
    width: 100%;
    min-width: 100px;
    min-height: 100px;
}

.jet-images-layout__title {
    width: 100%;
}

.jet-images-layout__desc {
    width: 100%;
}

.jet-images-layout__content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.21, 0.75, 0.27, 0.96);
    -o-transition: opacity 0.5s cubic-bezier(0.21, 0.75, 0.27, 0.96);
    transition: opacity 0.5s cubic-bezier(0.21, 0.75, 0.27, 0.96);
}

    .jet-images-layout__content:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: -1;
        content: "";
    }

.jet-images-layout__image-loader {
    position: absolute;
    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;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

    .jet-images-layout__image-loader span {
        width: 30px;
        height: 30px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border-top-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
        -webkit-box-shadow: 2px 2px 1px #fff;
        box-shadow: 2px 2px 1px #fff;
        -webkit-animation: jet-images-layout-load-spin 690ms infinite linear;
        animation: jet-images-layout-load-spin 690ms infinite linear;
    }

.jet-images-layout.layout-type-masonry .jet-images-layout__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .jet-images-layout.layout-type-masonry .jet-images-layout__list .jet-images-layout__item {
        height: auto;
        min-height: 100px;
    }

    .jet-images-layout.layout-type-masonry .jet-images-layout__list .salvattore-column {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }

    .jet-images-layout.layout-type-masonry .jet-images-layout__list:before {
        display: none;
    }

.jet-images-layout.layout-type-justify .jet-images-layout__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

    .jet-images-layout.layout-type-justify .jet-images-layout__list .jet-images-layout__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        height: auto;
        min-height: 100px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .jet-images-layout.layout-type-justify .jet-images-layout__list .jet-images-layout__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .jet-images-layout.layout-type-justify .jet-images-layout__list .jet-images-layout__link {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .jet-images-layout.layout-type-justify .jet-images-layout__list .jet-images-layout__image {
        height: 100%;
    }

    .jet-images-layout.layout-type-justify .jet-images-layout__list .jet-images-layout__image-instance {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.jet-images-layout.layout-type-grid .jet-images-layout__image-instance {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.jet-images-layout.layout-type-list .jet-images-layout__item {
    width: 100%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .jet-images-layout .jet-images-layout__list.column-mobile-1[data-columns]::before {
        content: "1 .salvattore-column";
    }

    .jet-images-layout .jet-images-layout__list.column-mobile-1 .salvattore-column {
        width: 100%;
    }

    .jet-images-layout .jet-images-layout__list.column-mobile-2[data-columns]::before {
        content: "2 .salvattore-column";
    }

    .jet-images-layout .jet-images-layout__list.column-mobile-2 .salvattore-column {
        width: 50%;
    }

    .jet-images-layout .jet-images-layout__list.column-mobile-3[data-columns]::before {
        content: "3 .salvattore-column";
    }

    .jet-images-layout .jet-images-layout__list.column-mobile-3 .salvattore-column {
        width: 33.33333%;
    }

    .jet-images-layout .jet-images-layout__list.column-mobile-4[data-columns]::before {
        content: "4 .salvattore-column";
    }

    .jet-images-layout .jet-images-layout__list.column-mobile-4 .salvattore-column {
        width: 25%;
    }

    .jet-images-layout .jet-images-layout__list.column-mobile-5[data-columns]::before {
        content: "5 .salvattore-column";
    }

    .jet-images-layout .jet-images-layout__list.column-mobile-5 .salvattore-column {
        width: 20%;
    }

    .jet-images-layout .jet-images-layout__list.column-mobile-6[data-columns]::before {
        content: "6 .salvattore-column";
    }

    .jet-images-layout .jet-images-layout__list.column-mobile-6 .salvattore-column {
        width: 16.66666%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .jet-images-layout .jet-images-layout__list.column-tablet-1[data-columns]::before {
        content: "1 .salvattore-column";
    }

    .jet-images-layout .jet-images-layout__list.column-tablet-1 .salvattore-column {
        width: 100%;
    }

    .jet-images-layout .jet-images-layout__list.column-tablet-2[data-columns]::before {
        content: "2 .salvattore-column";
    }

    .jet-images-layout .jet-images-layout__list.column-tablet-2 .salvattore-column {
        width: 50%;
    }

    .jet-images-layout .jet-images-layout__list.column-tablet-3[data-columns]::before {
        content: "3 .salvattore-column";
    }

    .jet-images-layout .jet-images-layout__list.column-tablet-3 .salvattore-column {
        width: 33.33333%;
    }

    .jet-images-layout .jet-images-layout__list.column-tablet-4[data-columns]::before {
        content: "4 .salvattore-column";
    }

    .jet-images-layout .jet-images-layout__list.column-tablet-4 .salvattore-column {
        width: 25%;
    }

    .jet-images-layout .jet-images-layout__list.column-tablet-5[data-columns]::before {
        content: "5 .salvattore-column";
    }

    .jet-images-layout .jet-images-layout__list.column-tablet-5 .salvattore-column {
        width: 20%;
    }

    .jet-images-layout .jet-images-layout__list.column-tablet-6[data-columns]::before {
        content: "6 .salvattore-column";
    }

    .jet-images-layout .jet-images-layout__list.column-tablet-6 .salvattore-column {
        width: 16.66666%;
    }
}

@media (min-width: 1025px) {
    .jet-images-layout .jet-images-layout__list.column-desktop-1[data-columns]::before {
        content: "1 .salvattore-column";
    }

    .jet-images-layout .jet-images-layout__list.column-desktop-1 .salvattore-column {
        width: 100%;
    }

    .jet-images-layout .jet-images-layout__list.column-desktop-2[data-columns]::before {
        content: "2 .salvattore-column";
    }

    .jet-images-layout .jet-images-layout__list.column-desktop-2 .salvattore-column {
        width: 50%;
    }

    .jet-images-layout .jet-images-layout__list.column-desktop-3[data-columns]::before {
        content: "3 .salvattore-column";
    }

    .jet-images-layout .jet-images-layout__list.column-desktop-3 .salvattore-column {
        width: 33.33333%;
    }

    .jet-images-layout .jet-images-layout__list.column-desktop-4[data-columns]::before {
        content: "4 .salvattore-column";
    }

    .jet-images-layout .jet-images-layout__list.column-desktop-4 .salvattore-column {
        width: 25%;
    }

    .jet-images-layout .jet-images-layout__list.column-desktop-5[data-columns]::before {
        content: "5 .salvattore-column";
    }

    .jet-images-layout .jet-images-layout__list.column-desktop-5 .salvattore-column {
        width: 20%;
    }

    .jet-images-layout .jet-images-layout__list.column-desktop-6[data-columns]::before {
        content: "6 .salvattore-column";
    }

    .jet-images-layout .jet-images-layout__list.column-desktop-6 .salvattore-column {
        width: 16.66666%;
    }
}

@-webkit-keyframes jet-images-layout-load-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes jet-images-layout-load-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.jet-slider {
    position: relative;
}

    .jet-slider .hidden-html {
        display: none;
    }

    .jet-slider .slider-pro {
        visibility: hidden;
    }

        .jet-slider .slider-pro.slider-loaded {
            visibility: visible;
        }

    .jet-slider .jet-slider-loader {
        display: none;
    }

.jet-slider__image-exact .sp-image {
    -o-object-fit: cover;
    object-fit: cover;
}

.jet-slider__image-contain .sp-image {
    -o-object-fit: contain;
    object-fit: contain;
}

.jet-slider__item {
    overflow: hidden;
}

.jet-slider__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -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;
}

.jet-slider__content-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 100%;
}

.jet-slider__content-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -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;
    position: relative;
    width: 100%;
}

.jet-slider__icon {
    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;
    width: 100%;
}

    .jet-slider__icon .jet-slider-icon-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -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;
    }

        .jet-slider__icon .jet-slider-icon-inner svg {
            width: 1em;
            height: 1em;
        }

.jet-slider__title {
    width: 100%;
}

.jet-slider__subtitle {
    width: 100%;
}

.jet-slider__desc {
    width: 100%;
}

.jet-slider__button-wrapper {
    width: 100%;
}

.jet-slider__button {
    margin: 0 5px;
}

.jet-slider .sp-slides-container {
    -webkit-background-size: cover;
    background-size: cover;
}

.jet-slider .sp-image-container {
    position: relative;
}

    .jet-slider .sp-image-container:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(0, 0, 0, 0.3);
        content: "";
    }

.jet-slider .sp-full-screen-button {
    color: #fff;
}

    .jet-slider .sp-full-screen-button svg {
        width: 1em;
        height: 1em;
    }

.jet-slider .sp-arrow {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    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;
}

    .jet-slider .sp-arrow.sp-next-arrow {
        -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        transform: scale(-1, 1);
    }

    .jet-slider .sp-arrow svg {
        width: 1em;
        height: 1em;
    }

    .jet-slider .sp-arrow i {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -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;
        line-height: 0em;
    }

    .jet-slider .sp-arrow:before,
    .jet-slider .sp-arrow:after {
        display: none;
    }

.jet-slider .sp-full-screen-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -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;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    top: 10px;
    right: 10px;
}

    .jet-slider .sp-full-screen-button:before {
        display: none;
    }

.jet-slider .sp-buttons {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

    .jet-slider .sp-buttons .sp-button {
        width: 15px;
        height: 15px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

.jet-slider .sp-thumbnails .sp-thumbnail-container {
    position: relative;
    cursor: pointer;
}

    .jet-slider .sp-thumbnails .sp-thumbnail-container:before {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        content: "";
    }

.jet-slider .sp-grab {
    cursor: auto;
}

.jet-download.elementor-button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jet-download.jet-download-icon-position-top,
.jet-download.jet-download-icon-position-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.jet-download__icon.jet-download-icon-left {
    margin-right: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.jet-download__icon.jet-download-icon-right {
    margin-left: 10px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.jet-download__icon.jet-download-icon-top {
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.jet-download__icon.jet-download-icon-bottom {
    margin-top: 10px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.jet-download__icon {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.jet-download__text {
    text-align: left;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.jet-download__label {
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.jet-download__sub-label {
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.jet-team-member__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -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;
}

.jet-team-member__image {
    position: relative;
}

    .jet-team-member__image img.jet-team-member__img-tag {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.jet-team-member__image {
    width: 100%;
}

.jet-team-member__figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
    line-height: 0;
}

.jet-team-member__cover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -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;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .jet-team-member__cover:empty {
        display: none;
    }

    .jet-team-member__cover > * {
        z-index: 1;
    }

    .jet-team-member__cover:before {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 0;
        content: "";
    }

    .jet-team-member__cover:after {
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        bottom: -10px;
        content: none;
    }

.jet-team-member__content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -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;
    width: 100%;
}

    .jet-team-member__content:empty {
        display: none;
    }

.jet-team-member__name {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    text-align: center;
    max-width: 100%;
}

.jet-team-member__position {
    max-width: 100%;
}

.jet-team-member__desc {
    max-width: 100%;
}

.jet-team-member__button-container {
    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;
    width: 100%;
}

.jet-team-member__socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -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;
}

.jet-team-member__socials-item .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -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;
}

.jet-team-member.jet-team-member--cover-hint .jet-team-member__cover {
    top: auto;
    height: auto;
    bottom: 100%;
    padding-bottom: 12px;
}

    .jet-team-member.jet-team-member--cover-hint .jet-team-member__cover:before {
        height: calc(100% - 12px);
    }

    .jet-team-member.jet-team-member--cover-hint .jet-team-member__cover:after {
        bottom: 2px;
    }

.jet-team-member.jet-team-member--hint-corner .jet-team-member__cover:after {
    content: "";
}

.jet-team-member.jet-team-member--cover-hover .jet-team-member__cover {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s cubic-bezier(0.69, 0.1, 0.33, 0.9);
    -o-transition: opacity 0.3s cubic-bezier(0.69, 0.1, 0.33, 0.9);
    transition: opacity 0.3s cubic-bezier(0.69, 0.1, 0.33, 0.9);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.jet-team-member.jet-team-member--cover-hover .jet-team-member__image:hover .jet-team-member__cover {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.jet-services__header {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

    .jet-services__header img.jet-services__img-tag {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.jet-services__cover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -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;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .jet-services__cover:empty {
        display: none;
    }

    .jet-services__cover > * {
        z-index: 1;
    }

    .jet-services__cover:before {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 0;
        content: "";
    }

    .jet-services__cover:after {
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        bottom: -10px;
        content: none;
    }

.jet-services__content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -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;
    width: 100%;
}

    .jet-services__content:empty {
        display: none;
    }

.jet-services__icon {
    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;
}

    .jet-services__icon .inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -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;
    }

.jet-services__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    max-width: 100%;
}

.jet-services__desc {
    max-width: 100%;
}

.jet-services .jet-services__button {
    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;
}

.jet-services .jet-services__button--icon-before .jet-services__button-text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.jet-services .jet-services__button--icon-before .jet-services__button-icon {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.jet-services .jet-services__button--icon-after .jet-services__button-text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.jet-services .jet-services__button--icon-after .jet-services__button-icon {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.jet-services.jet-services--cover-hover .jet-services__cover {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s cubic-bezier(0.69, 0.1, 0.33, 0.9);
    -o-transition: opacity 0.4s cubic-bezier(0.69, 0.1, 0.33, 0.9);
    transition: opacity 0.4s cubic-bezier(0.69, 0.1, 0.33, 0.9);
}

.jet-services.jet-services--cover-hover .jet-services__header:hover .jet-services__cover {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0.3s cubic-bezier(0.69, 0.1, 0.33, 0.9);
    -o-transition: opacity 0.3s cubic-bezier(0.69, 0.1, 0.33, 0.9);
    transition: opacity 0.3s cubic-bezier(0.69, 0.1, 0.33, 0.9);
}

.jet-services.jet-services--header-position-top .jet-services__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -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;
}

.jet-services.jet-services--header-position-left .jet-services__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
}

    .jet-services.jet-services--header-position-left .jet-services__inner .jet-services__header {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .jet-services.jet-services--header-position-left .jet-services__inner .jet-services__content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

.jet-services.jet-services--header-position-right .jet-services__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
}

    .jet-services.jet-services--header-position-right .jet-services__inner .jet-services__header {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .jet-services.jet-services--header-position-right .jet-services__inner .jet-services__content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

.jet-testimonials {
    width: 100%;
    position: relative;
}

    .jet-testimonials.jet-equal-cols .slick-track {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .jet-testimonials.jet-equal-cols .jet-testimonials__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        float: none;
        height: auto;
    }

    .jet-testimonials.jet-equal-cols .jet-testimonials__item-inner {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

.jet-testimonials__instance {
    width: 100%;
    position: relative;
}

    .jet-testimonials__instance:not(.slick-initialized) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        visibility: hidden;
    }

    .jet-testimonials__instance.jet-testimonials--comment-corner .jet-testimonials__comment:after {
        content: "";
    }

.jet-testimonials__item {
    outline: none;
}

.jet-testimonials__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -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;
}

.jet-testimonials__figure {
    position: relative;
    overflow: hidden;
}

    .jet-testimonials__figure img.jet-testimonials__tag-img {
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.jet-testimonials__icon {
    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;
}

    .jet-testimonials__icon .jet-testimonials__icon-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -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;
    }

    .jet-testimonials__icon svg {
        width: 1em;
        height: 1em;
    }

.jet-testimonials__title {
    max-width: 100%;
}

.jet-testimonials__comment {
    max-width: 100%;
    position: relative;
}

    .jet-testimonials__comment:after {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        bottom: -10px;
        content: none;
    }

.jet-testimonials__name {
    max-width: 100%;
}

    .jet-testimonials__name a {
        color: inherit;
    }

.jet-testimonials__position {
    max-width: 100%;
}

.jet-testimonials__date {
    max-width: 100%;
}

.jet-testimonials__rating {
    color: #ffe435;
}

    .jet-testimonials__rating i {
        color: #c1c1c1;
    }

        .jet-testimonials__rating i::before {
            content: attr(data-star-style);
        }

    .jet-testimonials__rating[data-rating="1"] i:nth-child(-n + 1),
    .jet-testimonials__rating[data-rating="2"] i:nth-child(-n + 2),
    .jet-testimonials__rating[data-rating="3"] i:nth-child(-n + 3),
    .jet-testimonials__rating[data-rating="4"] i:nth-child(-n + 4),
    .jet-testimonials__rating[data-rating="5"] i:nth-child(-n + 5) {
        color: inherit !important;
    }

        .jet-testimonials__rating[data-rating="1"] i:nth-child(-n + 1)::before,
        .jet-testimonials__rating[data-rating="2"] i:nth-child(-n + 2)::before,
        .jet-testimonials__rating[data-rating="3"] i:nth-child(-n + 3)::before,
        .jet-testimonials__rating[data-rating="4"] i:nth-child(-n + 4)::before,
        .jet-testimonials__rating[data-rating="5"] i:nth-child(-n + 5)::before {
            content: attr(data-active-star-style);
        }

.jet-testimonials .jet-arrow {
    position: absolute;
    top: 50%;
    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;
    cursor: pointer;
    z-index: 999;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

    .jet-testimonials .jet-arrow:before {
        display: block;
        width: 100%;
        text-align: center;
        line-height: 0;
        -webkit-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .jet-testimonials .jet-arrow.prev-arrow {
        left: 0;
    }

    .jet-testimonials .jet-arrow.next-arrow {
        right: 0;
    }

.jet-testimonials .jet-slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 99;
    padding: 0;
}

    .jet-testimonials .jet-slick-dots li {
        padding: 5px;
        margin: 0;
        list-style: none;
    }

        .jet-testimonials .jet-slick-dots li span {
            display: block;
            cursor: pointer;
            width: 10px;
            height: 10px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            padding: 0;
            text-indent: 10em;
            overflow: hidden;
            -webkit-transition: all 200ms linear;
            -o-transition: all 200ms linear;
            transition: all 200ms linear;
        }

            .jet-testimonials .jet-slick-dots li span:before {
                display: none;
            }

.jet-button__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jet-button__instance {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__plane {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.jet-button__plane-normal {
    z-index: 1;
}

.jet-button__plane-hover {
    z-index: 3;
}

.jet-button__state {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jet-button__state-normal {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.jet-button__state-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
}

.jet-button__icon {
    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;
}

.jet-button__instance.jet-button__instance--icon-left .jet-button__state {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .jet-button__instance.jet-button__instance--icon-left .jet-button__state .jet-button__icon {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .jet-button__instance.jet-button__instance--icon-left .jet-button__state .jet-button__label {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

.jet-button__instance.jet-button__instance--icon-top .jet-button__state {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .jet-button__instance.jet-button__instance--icon-top .jet-button__state .jet-button__icon {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .jet-button__instance.jet-button__instance--icon-top .jet-button__state .jet-button__label {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

.jet-button__instance.jet-button__instance--icon-right .jet-button__state {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .jet-button__instance.jet-button__instance--icon-right .jet-button__state .jet-button__icon {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .jet-button__instance.jet-button__instance--icon-right .jet-button__state .jet-button__label {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

.jet-button__instance.jet-button__instance--icon-bottom .jet-button__state {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .jet-button__instance.jet-button__instance--icon-bottom .jet-button__state .jet-button__icon {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .jet-button__instance.jet-button__instance--icon-bottom .jet-button__state .jet-button__label {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

.jet-button__instance.hover-effect-0 .jet-button__plane-normal {
    opacity: 1;
}

.jet-button__instance.hover-effect-0 .jet-button__plane-hover {
    opacity: 0;
}

.jet-button__instance.hover-effect-0 .jet-button__state-normal {
    opacity: 1;
}

.jet-button__instance.hover-effect-0 .jet-button__state-hover {
    opacity: 0;
}

.jet-button__instance.hover-effect-0:hover .jet-button__plane-normal {
    opacity: 0;
}

.jet-button__instance.hover-effect-0:hover .jet-button__plane-hover {
    opacity: 1;
}

.jet-button__instance.hover-effect-0:hover .jet-button__state-normal {
    opacity: 0;
}

.jet-button__instance.hover-effect-0:hover .jet-button__state-hover {
    opacity: 1;
}

.jet-button__instance.hover-effect-1 .jet-button__plane-normal {
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-1 .jet-button__plane-hover {
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-1 .jet-button__state-normal .jet-button__icon {
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-1 .jet-button__state-normal .jet-button__label {
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-1 .jet-button__state-hover .jet-button__icon {
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-1 .jet-button__state-hover .jet-button__label {
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-1:hover .jet-button__plane-normal {
    opacity: 0;
}

.jet-button__instance.hover-effect-1:hover .jet-button__plane-hover {
    opacity: 1;
}

.jet-button__instance.hover-effect-1:hover .jet-button__state-normal .jet-button__icon {
    opacity: 0;
}

.jet-button__instance.hover-effect-1:hover .jet-button__state-normal .jet-button__label {
    opacity: 0;
}

.jet-button__instance.hover-effect-1:hover .jet-button__state-hover .jet-button__icon {
    opacity: 1;
}

.jet-button__instance.hover-effect-1:hover .jet-button__state-hover .jet-button__label {
    opacity: 1;
}

.jet-button__instance.hover-effect-2 .jet-button__plane-normal {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-2 .jet-button__plane-hover {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-2 .jet-button__state-normal {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-2 .jet-button__state-hover {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-2:hover .jet-button__plane-normal {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.jet-button__instance.hover-effect-2:hover .jet-button__plane-hover {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.jet-button__instance.hover-effect-2:hover .jet-button__state-normal {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.jet-button__instance.hover-effect-2:hover .jet-button__state-hover {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.jet-button__instance.hover-effect-3 .jet-button__plane-normal {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-3 .jet-button__plane-hover {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-3 .jet-button__state-normal {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-3 .jet-button__state-hover {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-3:hover .jet-button__plane-normal {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.jet-button__instance.hover-effect-3:hover .jet-button__plane-hover {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.jet-button__instance.hover-effect-3:hover .jet-button__state-normal {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.jet-button__instance.hover-effect-3:hover .jet-button__state-hover {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.jet-button__instance.hover-effect-4 .jet-button__plane-normal {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-4 .jet-button__plane-hover {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-4 .jet-button__state-normal {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-4 .jet-button__state-hover {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-4:hover .jet-button__plane-normal {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.jet-button__instance.hover-effect-4:hover .jet-button__plane-hover {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.jet-button__instance.hover-effect-4:hover .jet-button__state-normal {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.jet-button__instance.hover-effect-4:hover .jet-button__state-hover {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.jet-button__instance.hover-effect-5 .jet-button__plane-normal {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-5 .jet-button__plane-hover {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-5 .jet-button__state-normal {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-5 .jet-button__state-hover {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-5:hover .jet-button__plane-normal {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.jet-button__instance.hover-effect-5:hover .jet-button__plane-hover {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.jet-button__instance.hover-effect-5:hover .jet-button__state-normal {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.jet-button__instance.hover-effect-5:hover .jet-button__state-hover {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.jet-button__instance.hover-effect-6 .jet-button__plane-normal {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-6 .jet-button__plane-hover {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-6 .jet-button__state-normal {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-6 .jet-button__state-hover {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-6:hover .jet-button__plane-normal {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.jet-button__instance.hover-effect-6:hover .jet-button__plane-hover {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.jet-button__instance.hover-effect-6:hover .jet-button__state-normal {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.jet-button__instance.hover-effect-6:hover .jet-button__state-hover {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.jet-button__instance.hover-effect-7 .jet-button__plane-normal {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-7 .jet-button__plane-hover {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-7 .jet-button__state-normal {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-7 .jet-button__state-hover {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-7:hover .jet-button__plane-normal {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.jet-button__instance.hover-effect-7:hover .jet-button__plane-hover {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.jet-button__instance.hover-effect-7:hover .jet-button__state-normal {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.jet-button__instance.hover-effect-7:hover .jet-button__state-hover {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.jet-button__instance.hover-effect-8 .jet-button__plane-normal {
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-8 .jet-button__plane-hover {
    opacity: 1;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotateZ(-90deg) scaleX(2);
    -ms-transform: rotate(-90deg) scaleX(2);
    transform: rotateZ(-90deg) scaleX(2);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-8 .jet-button__state-normal {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-8 .jet-button__state-hover {
    opacity: 0;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotateZ(-90deg) translateY(-100%);
    -ms-transform: rotate(-90deg) translateY(-100%);
    transform: rotateZ(-90deg) translateY(-100%);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-8:hover .jet-button__plane-normal {
    opacity: 0;
}

.jet-button__instance.hover-effect-8:hover .jet-button__plane-hover {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotate(0deg);
    transform: rotateZ(0deg);
}

.jet-button__instance.hover-effect-8:hover .jet-button__state-normal {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.jet-button__instance.hover-effect-8:hover .jet-button__state-hover {
    opacity: 1;
    -webkit-transform: rotateZ(0) translateY(0);
    -ms-transform: rotate(0) translateY(0);
    transform: rotateZ(0) translateY(0);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.jet-button__instance.hover-effect-9 .jet-button__plane-normal {
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-9 .jet-button__plane-hover {
    opacity: 1;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotateZ(-90deg) translateY(100%) scaleX(2);
    -ms-transform: rotate(-90deg) translateY(100%) scaleX(2);
    transform: rotateZ(-90deg) translateY(100%) scaleX(2);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-9 .jet-button__state-normal {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-9 .jet-button__state-hover {
    opacity: 0;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotateZ(-90deg) translateY(100%);
    -ms-transform: rotate(-90deg) translateY(100%);
    transform: rotateZ(-90deg) translateY(100%);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-9:hover .jet-button__plane-normal {
    opacity: 0;
}

.jet-button__instance.hover-effect-9:hover .jet-button__plane-hover {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotate(0deg);
    transform: rotateZ(0deg);
}

.jet-button__instance.hover-effect-9:hover .jet-button__state-normal {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.jet-button__instance.hover-effect-9:hover .jet-button__state-hover {
    opacity: 1;
    -webkit-transform: rotateZ(0) translateY(0);
    -ms-transform: rotate(0) translateY(0);
    transform: rotateZ(0) translateY(0);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.jet-button__instance.hover-effect-10 .jet-button__plane-normal {
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-10 .jet-button__plane-hover {
    opacity: 1;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-10 .jet-button__state-normal {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-10 .jet-button__state-hover {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-10:hover .jet-button__plane-normal {
    opacity: 0;
}

.jet-button__instance.hover-effect-10:hover .jet-button__plane-hover {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.jet-button__instance.hover-effect-10:hover .jet-button__state-normal {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.jet-button__instance.hover-effect-10:hover .jet-button__state-hover {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.jet-button__instance.hover-effect-11 .jet-button__plane-normal {
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-11 .jet-button__plane-hover {
    opacity: 1;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-11 .jet-button__state-normal {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-11 .jet-button__state-hover {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-button__instance.hover-effect-11:hover .jet-button__plane-normal {
    opacity: 1;
}

.jet-button__instance.hover-effect-11:hover .jet-button__plane-hover {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.jet-button__instance.hover-effect-11:hover .jet-button__state-normal {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.jet-button__instance.hover-effect-11:hover .jet-button__state-hover {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.jet-image-comparison {
    width: 100%;
    position: relative;
}

.jet-image-comparison__instance {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .jet-image-comparison__instance:not(.slick-initialized) {
        display: none;
    }

.jet-image-comparison .jet-arrow {
    position: absolute;
    top: 50%;
    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;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

    .jet-image-comparison .jet-arrow:before {
        display: block;
        width: 100%;
        text-align: center;
        line-height: 0;
        -webkit-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .jet-image-comparison .jet-arrow.prev-arrow {
        left: 0;
    }

    .jet-image-comparison .jet-arrow.next-arrow {
        right: 0;
    }

    .jet-image-comparison .jet-arrow svg {
        width: 1em;
        height: 1em;
    }

.jet-image-comparison .jet-slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 99;
    padding: 0;
}

    .jet-image-comparison .jet-slick-dots li {
        padding: 5px;
        margin: 0;
        list-style: none;
    }

        .jet-image-comparison .jet-slick-dots li span {
            display: block;
            cursor: pointer;
            width: 10px;
            height: 10px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            padding: 0;
            text-indent: 10em;
            overflow: hidden;
            -webkit-transition: all 200ms linear;
            -o-transition: all 200ms linear;
            transition: all 200ms linear;
        }

            .jet-image-comparison .jet-slick-dots li span:before {
                display: none;
            }

.jet-image-comparison .juxtapose {
    margin: 0 auto;
    max-width: 100%;
}

    .jet-image-comparison .juxtapose .jx-image {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

        .jet-image-comparison .juxtapose .jx-image img {
            top: 0;
        }

        .jet-image-comparison .juxtapose .jx-image .jx-label {
            float: none;
            left: auto;
            right: auto;
        }

        .jet-image-comparison .juxtapose .jx-image.jx-left {
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

        .jet-image-comparison .juxtapose .jx-image.jx-right {
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

    .jet-image-comparison .juxtapose .jx-handle {
        width: 40px;
        margin: 0;
        margin-left: -20px;
    }

        .jet-image-comparison .juxtapose .jx-handle .jx-arrow {
            display: none;
        }

        .jet-image-comparison .juxtapose .jx-handle .jx-control {
            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;
            width: 40px;
            background: none;
            margin: 0;
            z-index: 1;
        }

            .jet-image-comparison .juxtapose .jx-handle .jx-control:before {
                width: 3px;
                height: 100%;
                display: block;
                position: absolute;
                top: 0;
                left: 50%;
                background-color: #fff;
                content: "";
            }

        .jet-image-comparison .juxtapose .jx-handle .jx-controller {
            width: 40px;
            height: 40px;
            margin: 0;
            position: relative;
            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;
            direction: ltr;
        }

            .jet-image-comparison .juxtapose .jx-handle .jx-controller i {
                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;
            }

.jet-instagram-gallery__instance.layout-type-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.jet-instagram-gallery__instance.layout-type-masonry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .jet-instagram-gallery__instance.layout-type-masonry .salvattore-column {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }

.jet-instagram-gallery__instance.show-overlay-on-hover .jet-instagram-gallery__inner .jet-instagram-gallery__content {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.5s cubic-bezier(0.21, 0.75, 0.27, 0.96);
    -o-transition: opacity 0.5s cubic-bezier(0.21, 0.75, 0.27, 0.96);
    transition: opacity 0.5s cubic-bezier(0.21, 0.75, 0.27, 0.96);
}

.jet-instagram-gallery__instance.show-overlay-on-hover .jet-instagram-gallery__inner:hover .jet-instagram-gallery__content {
    opacity: 1;
    pointer-events: auto;
}

.jet-instagram-gallery__item {
    position: relative;
}

.jet-instagram-gallery__inner {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.jet-instagram-gallery__link {
    display: block;
    line-height: 0;
}

.jet-instagram-gallery__image {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: top;
}

.jet-instagram-gallery__meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
}

.jet-instagram-gallery__meta-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
}

.jet-instagram-gallery__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
}

    .jet-instagram-gallery__content:before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 0;
        content: "";
    }

.jet-instagram-gallery__caption {
    max-width: 100%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .jet-instagram-gallery__instance.column-mobile-1[data-columns]::before {
        content: "1 .salvattore-column";
    }

    .jet-instagram-gallery__instance.column-mobile-1 .salvattore-column {
        width: 100%;
    }

    .jet-instagram-gallery__instance.column-mobile-2[data-columns]::before {
        content: "2 .salvattore-column";
    }

    .jet-instagram-gallery__instance.column-mobile-2 .salvattore-column {
        width: 50%;
    }

    .jet-instagram-gallery__instance.column-mobile-3[data-columns]::before {
        content: "3 .salvattore-column";
    }

    .jet-instagram-gallery__instance.column-mobile-3 .salvattore-column {
        width: 33.33333%;
    }

    .jet-instagram-gallery__instance.column-mobile-4[data-columns]::before {
        content: "4 .salvattore-column";
    }

    .jet-instagram-gallery__instance.column-mobile-4 .salvattore-column {
        width: 25%;
    }

    .jet-instagram-gallery__instance.column-mobile-5[data-columns]::before {
        content: "5 .salvattore-column";
    }

    .jet-instagram-gallery__instance.column-mobile-5 .salvattore-column {
        width: 20%;
    }

    .jet-instagram-gallery__instance.column-mobile-6[data-columns]::before {
        content: "6 .salvattore-column";
    }

    .jet-instagram-gallery__instance.column-mobile-6 .salvattore-column {
        width: 16.66666%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .jet-instagram-gallery__instance.column-tablet-1[data-columns]::before {
        content: "1 .salvattore-column";
    }

    .jet-instagram-gallery__instance.column-tablet-1 .salvattore-column {
        width: 100%;
    }

    .jet-instagram-gallery__instance.column-tablet-2[data-columns]::before {
        content: "2 .salvattore-column";
    }

    .jet-instagram-gallery__instance.column-tablet-2 .salvattore-column {
        width: 50%;
    }

    .jet-instagram-gallery__instance.column-tablet-3[data-columns]::before {
        content: "3 .salvattore-column";
    }

    .jet-instagram-gallery__instance.column-tablet-3 .salvattore-column {
        width: 33.33333%;
    }

    .jet-instagram-gallery__instance.column-tablet-4[data-columns]::before {
        content: "4 .salvattore-column";
    }

    .jet-instagram-gallery__instance.column-tablet-4 .salvattore-column {
        width: 25%;
    }

    .jet-instagram-gallery__instance.column-tablet-5[data-columns]::before {
        content: "5 .salvattore-column";
    }

    .jet-instagram-gallery__instance.column-tablet-5 .salvattore-column {
        width: 20%;
    }

    .jet-instagram-gallery__instance.column-tablet-6[data-columns]::before {
        content: "6 .salvattore-column";
    }

    .jet-instagram-gallery__instance.column-tablet-6 .salvattore-column {
        width: 16.66666%;
    }
}

@media (min-width: 1025px) {
    .jet-instagram-gallery__instance.column-desktop-1[data-columns]::before {
        content: "1 .salvattore-column";
    }

    .jet-instagram-gallery__instance.column-desktop-1 .salvattore-column {
        width: 100%;
    }

    .jet-instagram-gallery__instance.column-desktop-2[data-columns]::before {
        content: "2 .salvattore-column";
    }

    .jet-instagram-gallery__instance.column-desktop-2 .salvattore-column {
        width: 50%;
    }

    .jet-instagram-gallery__instance.column-desktop-3[data-columns]::before {
        content: "3 .salvattore-column";
    }

    .jet-instagram-gallery__instance.column-desktop-3 .salvattore-column {
        width: 33.33333%;
    }

    .jet-instagram-gallery__instance.column-desktop-4[data-columns]::before {
        content: "4 .salvattore-column";
    }

    .jet-instagram-gallery__instance.column-desktop-4 .salvattore-column {
        width: 25%;
    }

    .jet-instagram-gallery__instance.column-desktop-5[data-columns]::before {
        content: "5 .salvattore-column";
    }

    .jet-instagram-gallery__instance.column-desktop-5 .salvattore-column {
        width: 20%;
    }

    .jet-instagram-gallery__instance.column-desktop-6[data-columns]::before {
        content: "6 .salvattore-column";
    }

    .jet-instagram-gallery__instance.column-desktop-6 .salvattore-column {
        width: 16.66666%;
    }
}

.jet-scroll-navigation {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    overflow: visible !important;
}

.jet-scroll-navigation--position-left {
    left: 0;
}

    .jet-scroll-navigation--position-left .jet-scroll-navigation__item-hint {
        left: calc(100% + 10px);
    }

.jet-scroll-navigation--position-right {
    right: 0;
}

    .jet-scroll-navigation--position-right .jet-scroll-navigation__item-hint {
        right: calc(100% + 10px);
    }

.jet-scroll-navigation--show-active-hint .jet-scroll-navigation__item.active .jet-scroll-navigation__item-hint {
    opacity: 1;
    pointer-events: auto;
}

.jet-scroll-navigation--show-hint-on-hover .jet-scroll-navigation__item:hover .jet-scroll-navigation__item-hint {
    opacity: 1;
    pointer-events: auto;
}

.jet-scroll-navigation__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    position: relative;
    overflow: visible !important;
}

.jet-scroll-navigation__item {
    position: relative;
    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;
    overflow: visible !important;
}

.jet-scroll-navigation__dot {
    width: 20px;
    height: 20px;
    cursor: pointer;
    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;
}

.jet-scroll-navigation__item-hint {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -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;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-scroll-navigation__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jet-scroll-navigation__label {
    white-space: nowrap;
}

.jet-headline,
.jet-headline .jet-headline__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.jet-headline--direction-horizontal,
.jet-headline--direction-horizontal .jet-headline__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -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;
}

    .jet-headline--direction-horizontal .jet-headline__link {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

.jet-headline--direction-vertical,
.jet-headline--direction-vertical .jet-headline__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -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;
}

    .jet-headline--direction-vertical .jet-headline__link {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    .jet-headline--direction-vertical .jet-headline__divider {
        width: 100%;
    }

.jet-headline__first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.jet-headline__second {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.jet-headline__divider {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.jet-headline__deco-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

    .jet-headline__deco-icon svg {
        width: 1em;
        height: 1em;
    }

.jet-headline__deco-image {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 0;
}

    .jet-headline__deco-image img {
        width: 100% !important;
        height: 100% !important;
        -o-object-fit: cover;
        object-fit: cover;
    }

.jet-headline .headline__part--image-text .jet-headline__label {
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.jet-subscribe-form {
    max-width: 100%;
}

.jet-subscribe-form__fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.jet-subscribe-form__submit {
    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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative;
    max-width: 100%;
}

    .jet-subscribe-form__submit i {
        visibility: visible;
        -webkit-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
    }

    .jet-subscribe-form__submit span {
        visibility: visible;
    }

    .jet-subscribe-form__submit:before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        visibility: hidden;
        top: 50%;
        left: 50%;
        width: 26px;
        height: 26px;
        margin-top: -13px;
        margin-left: -13px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 3px solid #fff;
        border-top-color: #000;
        content: "";
        -webkit-animation: jet-spinner 0.6s linear infinite;
        animation: jet-spinner 0.6s linear infinite;
    }

    .jet-subscribe-form__submit.loading i {
        visibility: hidden;
    }

    .jet-subscribe-form__submit.loading span {
        visibility: hidden;
    }

    .jet-subscribe-form__submit.loading:before {
        visibility: visible;
    }

.jet-subscribe-form__message {
    position: absolute;
    top: 120%;
    width: 100%;
    visibility: hidden;
}

    .jet-subscribe-form__message .jet-subscribe-form__message-inner {
        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;
    }

.jet-subscribe-form--inline-layout .jet-subscribe-form__input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .jet-subscribe-form--inline-layout .jet-subscribe-form__input-group .jet-subscribe-form__fields {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: auto;
    }

    .jet-subscribe-form--inline-layout .jet-subscribe-form__input-group .jet-subscribe-form__submit {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: auto;
    }

.jet-subscribe-form--block-layout .jet-subscribe-form__input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .jet-subscribe-form--block-layout .jet-subscribe-form__input-group .jet-subscribe-form__fields {
        width: 100%;
    }

@-webkit-keyframes jet-spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes jet-spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.jet-parallax-section__layout {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.jet-parallax-section__image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: auto auto;
    background-size: auto;
    background-position-x: 50%;
    background-position-y: 50%;
    will-change: transform;
}

.jet-parallax-section .jet-parallax-section__scroll-layout:not(.is-mac) .jet-parallax-section__image {
    -webkit-transition: background-position 0s linear, -webkit-transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98);
    transition: background-position 0s linear, -webkit-transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98);
    -o-transition: transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98), background-position 0s linear;
    transition: transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98), background-position 0s linear;
    transition: transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98), background-position 0s linear, -webkit-transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98);
}

.jet-progress-bar__title {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.jet-progress-bar__wrapper {
    position: relative;
}

.jet-progress-bar__status-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -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;
    will-change: width, height;
    -webkit-transition: width 1s cubic-bezier(0.6, 0.17, 0.37, 0.86), height 1s cubic-bezier(0.6, 0.17, 0.37, 0.86);
    -o-transition: width 1s cubic-bezier(0.6, 0.17, 0.37, 0.86), height 1s cubic-bezier(0.6, 0.17, 0.37, 0.86);
    transition: width 1s cubic-bezier(0.6, 0.17, 0.37, 0.86), height 1s cubic-bezier(0.6, 0.17, 0.37, 0.86);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.jet-progress-bar__percent {
    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;
}

.jet-progress-bar__percent-value {
    line-height: 1;
}

.jet-progress-bar__percent-suffix {
    line-height: 1;
}

.jet-progress-bar-type-1 .jet-progress-bar__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
}

    .jet-progress-bar-type-1 .jet-progress-bar__inner .jet-progress-bar__status-bar {
        width: 0%;
    }

    .jet-progress-bar-type-1 .jet-progress-bar__inner .jet-progress-bar__title {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .jet-progress-bar-type-1 .jet-progress-bar__inner .jet-progress-bar__wrapper {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    .jet-progress-bar-type-1 .jet-progress-bar__inner .jet-progress-bar__percent {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

.jet-progress-bar-type-2 .jet-progress-bar__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
}

    .jet-progress-bar-type-2 .jet-progress-bar__inner .jet-progress-bar__status-bar {
        width: 0%;
    }

.jet-progress-bar-type-3 .jet-progress-bar__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
}

    .jet-progress-bar-type-3 .jet-progress-bar__inner .jet-progress-bar__wrapper {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .jet-progress-bar-type-3 .jet-progress-bar__inner .jet-progress-bar__status-bar {
        width: 0%;
    }

    .jet-progress-bar-type-3 .jet-progress-bar__inner .jet-progress-bar__percent {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        position: absolute;
        bottom: calc(100% + 10px);
        right: 0;
    }

.jet-progress-bar-type-4 .jet-progress-bar__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -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;
}

    .jet-progress-bar-type-4 .jet-progress-bar__inner .jet-progress-bar__wrapper {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .jet-progress-bar-type-4 .jet-progress-bar__inner .jet-progress-bar__status-bar {
        width: 0%;
    }

.jet-progress-bar-type-5 .jet-progress-bar__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -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;
}

    .jet-progress-bar-type-5 .jet-progress-bar__inner .jet-progress-bar__wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    .jet-progress-bar-type-5 .jet-progress-bar__inner .jet-progress-bar__status-bar {
        width: 0%;
    }

.jet-progress-bar-type-6 .jet-progress-bar__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -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;
}

    .jet-progress-bar-type-6 .jet-progress-bar__inner .jet-progress-bar__wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    .jet-progress-bar-type-6 .jet-progress-bar__inner .jet-progress-bar__status-bar {
        width: 0%;
    }

    .jet-progress-bar-type-6 .jet-progress-bar__inner .jet-progress-bar__status {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

.jet-progress-bar-type-7 .jet-progress-bar__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -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;
}

    .jet-progress-bar-type-7 .jet-progress-bar__inner .jet-progress-bar__wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }

    .jet-progress-bar-type-7 .jet-progress-bar__inner .jet-progress-bar__status-bar {
        width: 100%;
        height: 0%;
    }

.jet-portfolio {
    position: relative;
}

.jet-portfolio__filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -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;
}

.jet-portfolio__filter-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -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;
}

.jet-portfolio__filter-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.jet-portfolio__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: height 0.5s cubic-bezier(0.33, 0.79, 0.37, 0.97);
    -o-transition: height 0.5s cubic-bezier(0.33, 0.79, 0.37, 0.97);
    transition: height 0.5s cubic-bezier(0.33, 0.79, 0.37, 0.97);
}

.jet-portfolio__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

    .jet-portfolio__item.item-loaded .jet-portfolio__image-instance {
        visibility: visible;
    }

    .jet-portfolio__item.item-loaded .jet-portfolio__content {
        visibility: visible;
    }

    .jet-portfolio__item.hidden-status {
        height: 0;
        visibility: hidden;
    }

.layout-type-grid .jet-portfolio__item.hidden-status {
    display: none;
}

.jet-portfolio__item.hidden-status .jet-portfolio__inner {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.jet-portfolio__item.visible-status {
    height: auto;
    visibility: visible;
}

    .jet-portfolio__item.visible-status .jet-portfolio__inner {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

.jet-portfolio__inner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    position: relative;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.jet-portfolio__link {
    display: block;
}

.jet-portfolio__image {
    position: relative;
    line-height: 0;
}

.jet-portfolio__image-instance {
    width: 100%;
    min-height: 100px;
    visibility: hidden;
}

.jet-portfolio__image-loader {
    position: absolute;
    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;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(84, 89, 95, 0.75);
    z-index: 1;
}

    .jet-portfolio__image-loader span {
        width: 30px;
        height: 30px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border-top-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
        -webkit-box-shadow: 2px 2px 1px #fff;
        box-shadow: 2px 2px 1px #fff;
        -webkit-animation: jet-portfolio-load-spin 690ms infinite linear;
        animation: jet-portfolio-load-spin 690ms infinite linear;
    }

.jet-portfolio__content {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden;
}

.jet-portfolio__content-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -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;
}

    .jet-portfolio__content-inner:empty {
        display: none;
    }

.jet-portfolio__title {
    width: 100%;
}

.jet-portfolio__desc {
    width: 100%;
}

.jet-portfolio__category {
    width: 100%;
}

.jet-portfolio__cover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -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;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

    .jet-portfolio__cover i {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -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;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

.jet-portfolio__view-more {
    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;
}

    .jet-portfolio__view-more.hidden-status {
        display: none;
    }

.jet-portfolio__view-more-button {
    cursor: pointer;
}

.jet-portfolio .grid-sizer {
    width: 25%;
    height: 0;
}

.jet-portfolio.layout-type-grid .jet-portfolio__image-instance {
    -o-object-fit: cover;
    object-fit: cover;
}

.jet-portfolio.layout-type-justify .jet-portfolio__item,
.jet-portfolio.layout-type-justify .grid-sizer {
    width: 25%;
}

    .jet-portfolio.layout-type-justify .jet-portfolio__item.justify-size-1-4,
    .jet-portfolio.layout-type-justify .grid-sizer.justify-size-1-4 {
        width: 25%;
    }

    .jet-portfolio.layout-type-justify .jet-portfolio__item.justify-size-2-4,
    .jet-portfolio.layout-type-justify .grid-sizer.justify-size-2-4 {
        width: 25%;
    }

    .jet-portfolio.layout-type-justify .jet-portfolio__item.justify-size-3-4,
    .jet-portfolio.layout-type-justify .grid-sizer.justify-size-3-4 {
        width: 50%;
    }

    .jet-portfolio.layout-type-justify .jet-portfolio__item.justify-size-4-4,
    .jet-portfolio.layout-type-justify .grid-sizer.justify-size-4-4 {
        width: 50%;
    }

@media (max-width: 767px) {
    .jet-portfolio.layout-type-justify .jet-portfolio__item.justify-size-1-4,
    .jet-portfolio.layout-type-justify .grid-sizer.justify-size-1-4 {
        width: 100%;
    }

    .jet-portfolio.layout-type-justify .jet-portfolio__item.justify-size-2-4,
    .jet-portfolio.layout-type-justify .grid-sizer.justify-size-2-4 {
        width: 100%;
    }

    .jet-portfolio.layout-type-justify .jet-portfolio__item.justify-size-3-4,
    .jet-portfolio.layout-type-justify .grid-sizer.justify-size-3-4 {
        width: 100%;
    }

    .jet-portfolio.layout-type-justify .jet-portfolio__item.justify-size-4-4,
    .jet-portfolio.layout-type-justify .grid-sizer.justify-size-4-4 {
        width: 100%;
    }
}

.jet-portfolio.layout-type-justify .jet-portfolio__image-instance {
    -o-object-fit: cover;
    object-fit: cover;
    height: 350px;
}

.jet-portfolio.layout-type-list .jet-portfolio__item {
    width: 100%;
}

.jet-portfolio.layout-type-list .jet-portfolio__image-instance {
    -o-object-fit: cover;
    object-fit: cover;
}

.jet-portfolio.preset-type-1 .jet-portfolio__item .jet-portfolio__content {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.jet-portfolio.preset-type-1 .jet-portfolio__item:hover .jet-portfolio__content {
    opacity: 1;
}

.jet-portfolio.preset-type-2 .jet-portfolio__item .jet-portfolio__cover {
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

    .jet-portfolio.preset-type-2 .jet-portfolio__item .jet-portfolio__cover i {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
        -webkit-transition: all 0.3s ease 0.1s;
        -o-transition: all 0.3s ease 0.1s;
        transition: all 0.3s ease 0.1s;
    }

.jet-portfolio.preset-type-2 .jet-portfolio__item:hover .jet-portfolio__cover {
    opacity: 1;
}

    .jet-portfolio.preset-type-2 .jet-portfolio__item:hover .jet-portfolio__cover i {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

.jet-portfolio.preset-type-3 .jet-portfolio__item .jet-portfolio__cover {
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

    .jet-portfolio.preset-type-3 .jet-portfolio__item .jet-portfolio__cover i {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
        -webkit-transition: all 0.3s ease 0.1s;
        -o-transition: all 0.3s ease 0.1s;
        transition: all 0.3s ease 0.1s;
    }

.jet-portfolio.preset-type-3 .jet-portfolio__item:hover .jet-portfolio__cover {
    opacity: 1;
}

    .jet-portfolio.preset-type-3 .jet-portfolio__item:hover .jet-portfolio__cover i {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

.jet-portfolio.preset-type-4 .jet-portfolio__item .jet-portfolio__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.jet-portfolio.preset-type-4 .jet-portfolio__item .jet-portfolio__content-inner {
    width: 100%;
}

.jet-portfolio.preset-type-4 .jet-portfolio__item:hover .jet-portfolio__content {
    opacity: 1;
}

.jet-portfolio.layout-type-masonry.layout-desktop-column-1 .jet-portfolio__item,
.jet-portfolio.layout-type-grid.layout-desktop-column-1 .jet-portfolio__item {
    width: 100%;
}

.jet-portfolio.layout-type-masonry.layout-desktop-column-2 .jet-portfolio__item,
.jet-portfolio.layout-type-grid.layout-desktop-column-2 .jet-portfolio__item {
    width: 50%;
}

.jet-portfolio.layout-type-masonry.layout-desktop-column-3 .jet-portfolio__item,
.jet-portfolio.layout-type-grid.layout-desktop-column-3 .jet-portfolio__item {
    width: 33.3333%;
}

.jet-portfolio.layout-type-masonry.layout-desktop-column-4 .jet-portfolio__item,
.jet-portfolio.layout-type-grid.layout-desktop-column-4 .jet-portfolio__item {
    width: 25%;
}

.jet-portfolio.layout-type-masonry.layout-desktop-column-5 .jet-portfolio__item,
.jet-portfolio.layout-type-grid.layout-desktop-column-5 .jet-portfolio__item {
    width: 20%;
}

.jet-portfolio.layout-type-masonry.layout-desktop-column-6 .jet-portfolio__item,
.jet-portfolio.layout-type-grid.layout-desktop-column-6 .jet-portfolio__item {
    width: 16.6666%;
}

@media (max-width: 1024px) {
    .jet-portfolio.layout-type-masonry.layout-tablet-column-1 .jet-portfolio__item,
    .jet-portfolio.layout-type-grid.layout-tablet-column-1 .jet-portfolio__item {
        width: 100%;
    }

    .jet-portfolio.layout-type-masonry.layout-tablet-column-2 .jet-portfolio__item,
    .jet-portfolio.layout-type-grid.layout-tablet-column-2 .jet-portfolio__item {
        width: 50%;
    }

    .jet-portfolio.layout-type-masonry.layout-tablet-column-3 .jet-portfolio__item,
    .jet-portfolio.layout-type-grid.layout-tablet-column-3 .jet-portfolio__item {
        width: 33.3333%;
    }

    .jet-portfolio.layout-type-masonry.layout-tablet-column-4 .jet-portfolio__item,
    .jet-portfolio.layout-type-grid.layout-tablet-column-4 .jet-portfolio__item {
        width: 25%;
    }

    .jet-portfolio.layout-type-masonry.layout-tablet-column-5 .jet-portfolio__item,
    .jet-portfolio.layout-type-grid.layout-tablet-column-5 .jet-portfolio__item {
        width: 20%;
    }

    .jet-portfolio.layout-type-masonry.layout-tablet-column-6 .jet-portfolio__item,
    .jet-portfolio.layout-type-grid.layout-tablet-column-6 .jet-portfolio__item {
        width: 16.6666%;
    }
}

@media (max-width: 767px) {
    .jet-portfolio.layout-type-masonry.layout-mobile-column-1 .jet-portfolio__item,
    .jet-portfolio.layout-type-grid.layout-mobile-column-1 .jet-portfolio__item {
        width: 100%;
    }

    .jet-portfolio.layout-type-masonry.layout-mobile-column-2 .jet-portfolio__item,
    .jet-portfolio.layout-type-grid.layout-mobile-column-2 .jet-portfolio__item {
        width: 50%;
    }

    .jet-portfolio.layout-type-masonry.layout-mobile-column-3 .jet-portfolio__item,
    .jet-portfolio.layout-type-grid.layout-mobile-column-3 .jet-portfolio__item {
        width: 33.3333%;
    }

    .jet-portfolio.layout-type-masonry.layout-mobile-column-4 .jet-portfolio__item,
    .jet-portfolio.layout-type-grid.layout-mobile-column-4 .jet-portfolio__item {
        width: 25%;
    }

    .jet-portfolio.layout-type-masonry.layout-mobile-column-5 .jet-portfolio__item,
    .jet-portfolio.layout-type-grid.layout-mobile-column-5 .jet-portfolio__item {
        width: 20%;
    }

    .jet-portfolio.layout-type-masonry.layout-mobile-column-6 .jet-portfolio__item,
    .jet-portfolio.layout-type-grid.layout-mobile-column-6 .jet-portfolio__item {
        width: 16.6666%;
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    1% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes fade {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    1% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes jet-portfolio-load-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes jet-portfolio-load-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.elementor-widget-jet-map .jet-map-message {
    width: 100%;
    height: 300px;
    position: relative;
    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;
}

    .elementor-widget-jet-map .jet-map-message .jet-map-message__text {
        z-index: 2;
    }

    .elementor-widget-jet-map .jet-map-message .jet-map-message__dammy-map {
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(../../../plugins/jet-elements/assets/images/dummy-map.png);
        background-repeat: no-repeat;
        background-color: #fff;
        -webkit-background-size: cover;
        background-size: cover;
        -webkit-filter: blur(1.5px);
        filter: blur(1.5px);
        z-index: 1;
    }

.elementor-widget-jet-map .gm-style img {
    max-width: none;
}

.jet-timeline {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.jet-timeline-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.jet-timeline__line {
    position: absolute;
    width: 2px;
    bottom: 0;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    overflow: hidden;
}

.jet-timeline__line-progress {
    width: 100%;
    height: 20%;
}

.jet-timeline .timeline-item__card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.jet-timeline .timeline-item__card-inner {
    z-index: 1;
}

.jet-timeline .timeline-item__card-arrow {
    position: absolute;
    width: 20px;
    height: 20px;
}

.jet-timeline .timeline-item__card-btn-wrap {
    margin-top: 15px;
}

.jet-timeline .timeline-item__meta {
    display: inline-block;
}

.jet-timeline .timeline-item__meta-content {
    display: inline-block;
}

.jet-timeline .timeline-item__point-content {
    width: 40px;
    height: 40px;
    min-width: 10px;
    min-height: 10px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jet-timeline--align-left .timeline-item__point {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.jet-timeline--align-left .timeline-item__card {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.jet-timeline--align-left .jet-timeline__line {
    left: 0;
}

.jet-timeline--align-left .timeline-item__card-arrow {
    left: 0;
    margin-left: -10px;
    border-top-width: 0 !important;
    border-right-width: 0 !important;
}

.jet-timeline--align-left .timeline-item__meta:empty {
    display: none;
}

.jet-timeline--align-left .jet-timeline-item > .timeline-item__meta {
    display: none;
}

@media (min-width: 1025px) {
    .jet-timeline--align-center .jet-timeline-item:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

        .jet-timeline--align-center .jet-timeline-item:nth-child(even) .timeline-item__meta {
            text-align: right;
        }

        .jet-timeline--align-center .jet-timeline-item:nth-child(even) .timeline-item__card-arrow {
            left: 0;
            margin-left: -10px;
            border-top-width: 0 !important;
            border-right-width: 0 !important;
        }

    .jet-timeline--align-center .jet-timeline-item:nth-child(odd) .timeline-item__meta {
        text-align: left;
    }

    .jet-timeline--align-center .jet-timeline-item:nth-child(odd) .timeline-item__card-arrow {
        right: 0;
        margin-right: -10px;
        border-left-width: 0 !important;
        border-bottom-width: 0 !important;
    }

    .jet-timeline--align-center .timeline-item__meta {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .jet-timeline--align-center .timeline-item__point {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .jet-timeline--align-center .timeline-item__card {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .jet-timeline--align-center .jet-timeline__line {
        left: 50%;
        margin: 0 !important;
    }

    .jet-timeline--align-center .timeline-item__card-content > .timeline-item__meta {
        display: none;
    }
}

@media (max-width: 1024px) {
    .jet-timeline--align-center .timeline-item__point {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        margin-left: 0 !important;
    }

    .jet-timeline--align-center .timeline-item__card {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 10px;
    }

    .jet-timeline--align-center .jet-timeline__line {
        left: 0;
    }

    .jet-timeline--align-center .timeline-item__card-arrow {
        left: 0;
        margin-left: -10px;
        border-top-width: 0 !important;
        border-right-width: 0 !important;
    }

    .jet-timeline--align-center .jet-timeline-item > .timeline-item__meta {
        display: none;
    }
}

.jet-timeline--align-right .timeline-item__point {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.jet-timeline--align-right .timeline-item__card {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.jet-timeline--align-right .jet-timeline__line {
    left: auto;
    right: 0;
}

.jet-timeline--align-right .timeline-item__meta:empty {
    display: none;
}

.jet-timeline--align-right .timeline-item__card-arrow {
    right: 0;
    margin-right: -10px;
    border-bottom-width: 0 !important;
    border-left-width: 0 !important;
}

.jet-timeline--align-right .jet-timeline-item > .timeline-item__meta {
    display: none;
}

.jet-timeline--align-top .jet-timeline-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.jet-timeline--align-top .timeline-item__card-arrow {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.jet-timeline--align-middle .jet-timeline-item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.jet-timeline--align-middle .timeline-item__card-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.jet-timeline--align-bottom .jet-timeline-item {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.jet-timeline--align-bottom .timeline-item__card-arrow {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.jet-timeline-item--animated .timeline-item__card {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
}

@-webkit-keyframes card-animation-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(400px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes card-animation-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(400px);
        transform: translateX(400px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.card-animation-right,
.jet-timeline--align-left .jet-timeline-item--animated.is--show .timeline-item__card,
.jet-timeline--align-center .jet-timeline-item--animated.is--show:nth-child(even) .timeline-item__card {
    -webkit-animation-name: card-animation-right;
    animation-name: card-animation-right;
}

@-webkit-keyframes card-animation-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-400px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes card-animation-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-400px);
        transform: translateX(-400px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.card-animation-left,
.jet-timeline--align-center .jet-timeline-item--animated.is--show:nth-child(odd) .timeline-item__card,
.jet-timeline--align-right .jet-timeline-item--animated.is--show .timeline-item__card {
    -webkit-animation-name: card-animation-left;
    animation-name: card-animation-left;
}

.jet-inline-svg {
    display: inline-block;
}

    .jet-inline-svg svg {
        min-width: 20px;
    }

        .jet-inline-svg svg > circle:not([stroke]),
        .jet-inline-svg svg > ellipse:not([stroke]),
        .jet-inline-svg svg > polygon:not([stroke]),
        .jet-inline-svg svg > path:not([stroke]),
        .jet-inline-svg svg > rect:not([stroke]) {
            stroke: none;
        }

        .jet-inline-svg svg > circle:not([stroke-width]),
        .jet-inline-svg svg > ellipse:not([stroke-width]),
        .jet-inline-svg svg > polygon:not([stroke-width]),
        .jet-inline-svg svg > path:not([stroke-width]),
        .jet-inline-svg svg > rect:not([stroke-width]) {
            stroke-width: 2px;
        }

        .jet-inline-svg svg > circle:not([stroke-linecap]),
        .jet-inline-svg svg > ellipse:not([stroke-linecap]),
        .jet-inline-svg svg > polygon:not([stroke-linecap]),
        .jet-inline-svg svg > path:not([stroke-linecap]),
        .jet-inline-svg svg > rect:not([stroke-linecap]) {
            stroke-linecap: butt;
        }

        .jet-inline-svg svg > circle:not([stroke-dasharray]),
        .jet-inline-svg svg > ellipse:not([stroke-dasharray]),
        .jet-inline-svg svg > polygon:not([stroke-dasharray]),
        .jet-inline-svg svg > path:not([stroke-dasharray]),
        .jet-inline-svg svg > rect:not([stroke-dasharray]) {
            stroke-dasharray: none;
        }

        .jet-inline-svg svg > circle:not([stroke-miterlimit]),
        .jet-inline-svg svg > ellipse:not([stroke-miterlimit]),
        .jet-inline-svg svg > polygon:not([stroke-miterlimit]),
        .jet-inline-svg svg > path:not([stroke-miterlimit]),
        .jet-inline-svg svg > rect:not([stroke-miterlimit]) {
            stroke-miterlimit: 4;
        }

.jet-inline-svg--custom-width {
    width: 100%;
}

    .jet-inline-svg--custom-width svg {
        width: 100%;
        height: auto;
        display: block;
    }

.jet-inline-svg--custom-color svg {
    fill: currentColor;
    stroke: currentColor;
}

.jet-price-list {
    list-style: none;
    margin: 0;
}

    .jet-price-list .price-list__item-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .jet-price-list .price-list__item-content {
        width: 100%;
    }

    .jet-price-list .price-list__item-img-wrap {
        max-width: 200px;
        margin-right: 20px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        font-size: 0;
    }

        .jet-price-list .price-list__item-img-wrap img {
            width: 100%;
        }

    .jet-price-list .price-list__item-title__wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .jet-price-list .price-list__item-title__wrapper > * {
            -webkit-box-flex: 0;
            -webkit-flex: 0 1 auto;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto;
            -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            margin: 0;
        }

    .jet-price-list .price-list__item-separator {
        position: relative;
        height: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

.jet-weather__title {
    padding: 0;
    margin: 0 0 15px;
}

.jet-weather__current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jet-weather__current-temp,
.jet-weather__current-icon-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 50%;
}

.jet-weather__current-temp {
    font-size: 4em;
}

.jet-weather__current-icon-box {
    text-align: center;
}

.jet-weather__current-desc {
    margin-top: 10px;
}

.jet-weather__current-day,
.jet-weather__forecast-day {
    font-weight: 700;
}

.jet-weather__details,
.jet-weather__forecast {
    font-size: 14px;
    line-height: 1.5;
}

.jet-weather__details {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    row-gap: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.jet-weather__details-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .jet-weather__details-item:first-child {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .jet-weather__details-item:nth-child(2) {
        -ms-grid-column: 3;
    }

    .jet-weather__details-item:nth-child(3) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    .jet-weather__details-item:nth-child(4) {
        -ms-grid-column: 2;
        -ms-grid-row: 2;
    }

    .jet-weather__details-item:nth-child(5) {
        -ms-grid-column: 3;
        -ms-grid-row: 2;
    }

    .jet-weather__details-item:nth-child(6) {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    .jet-weather__details-item:nth-child(7) {
        -ms-grid-column: 2;
        -ms-grid-row: 3;
    }

    .jet-weather__details-item:nth-child(8) {
        -ms-grid-column: 3;
        -ms-grid-row: 3;
    }

    .jet-weather__details-item .jet-weather-icon {
        margin-right: 5px;
    }

.jet-weather__current-sunrise,
.jet-weather__current-sunset {
    text-transform: uppercase;
}

.jet-weather__forecast {
    margin-top: 15px;
}

.jet-weather__forecast-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
}

.jet-weather__forecast-day,
.jet-weather__forecast-icon,
.jet-weather__forecast-max-temp,
.jet-weather__forecast-min-temp {
    width: 25%;
}

.jet-weather__forecast-icon,
.jet-weather__forecast-max-temp,
.jet-weather__forecast-min-temp {
    text-align: center;
}

.jet-weather-icon {
    line-height: 1;
}

.jet-weather__current-icon .jet-weather-icon {
    font-size: 60px;
}

.jet-weather__details-item .jet-weather-icon,
.jet-weather__forecast-icon .jet-weather-icon {
    font-size: 1.5em;
}

.jet-weather-icon svg {
    width: auto;
    max-width: 1.5em;
    height: 1em;
    vertical-align: top;
}

.jet-weather-notice {
    font-style: italic;
}

.jet-table-wrapper {
    width: 100%;
    max-width: 100%;
}

    .jet-table-wrapper .jet-table {
        margin: 0;
    }

.jet-table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

    .jet-table .jet-table__cell {
        padding: 0;
        border: 1px none;
    }

.jet-table__cell {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.jet-table__cell-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
}

.jet-table__cell-link {
    color: inherit;
}

.jet-table__head-cell {
    background-color: #00b4ff;
    color: #fff;
}

.jet-table-header-sort {
    cursor: pointer;
}

.jet-table__sort-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 5px;
}

.jet-table--fa5-compat .jet-table__sort-icon {
    font: normal normal 900 12px/1 "Font Awesome 5 Free";
}

.jet-table__sort-icon:before {
    content: "\f0dc";
}

.jet-table-header-sort--up .jet-table__sort-icon:before {
    content: "\f0de";
}

.jet-table-header-sort--down .jet-table__sort-icon:before {
    content: "\f0dd";
}

.jet-table__cell-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

body:not(.rtl) .jet-table__cell-content {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

.jet-table__cell-img {
    display: block;
}

    .jet-table__cell-img img {
        vertical-align: top;
    }

.jet-table__cell-icon {
    width: 1em;
}

body:not(.rtl) .jet-table__cell-icon--before:not(:only-child),
body:not(.rtl) .jet-table__cell-img--before:not(:only-child) {
    margin-right: 5px;
}

.jet-table__cell-icon--after:not(:only-child),
.jet-table__cell-img--after:not(:only-child) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

body:not(.rtl) .jet-table__cell-icon--after:not(:only-child),
body:not(.rtl) .jet-table__cell-img--after:not(:only-child) {
    margin-left: 5px;
}

[data-elementor-device-mode="mobile"] .jet-table-responsive-mobile,
[data-elementor-device-mode="tablet"] .jet-table-responsive-tablet,
[data-elementor-device-mode="desktop"] .jet-table-responsive-desktop {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    [data-elementor-device-mode="mobile"] .jet-table-responsive-mobile .jet-table,
    [data-elementor-device-mode="tablet"] .jet-table-responsive-tablet .jet-table,
    [data-elementor-device-mode="desktop"] .jet-table-responsive-desktop .jet-table {
        width: auto;
        max-width: none;
    }

.jet-dropbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.jet-dropbar__inner {
    position: relative;
}

.jet-dropbar__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    border: 1px none;
}

.jet-dropbar__button-text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

body:not(.rtl) .jet-dropbar__button-icon--before:not(:only-child) {
    margin-right: 5px;
}

body:not(.rtl) .jet-dropbar__button-icon--after:not(:only-child) {
    margin-left: 5px;
}

.jet-dropbar__content-wrapper {
    position: absolute;
    z-index: 999;
    width: 300px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.jet-dropbar--none-effect .jet-dropbar__content-wrapper,
.jet-dropbar-open .jet-dropbar__content-wrapper {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.jet-dropbar-open .jet-dropbar__content-wrapper {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}

.jet-dropbar__content-wrapper:before {
    position: absolute;
}

.jet-dropbar-open .jet-dropbar__content-wrapper:before {
    content: "";
}

.jet-dropbar__content {
    position: relative;
    padding: 10px;
    background-color: #f7f7fb;
}

.jet-dropbar--fade-effect.jet-dropbar-open .jet-dropbar__content {
    -webkit-animation: jetFade 500ms cubic-bezier(0.26, 0.69, 0.37, 0.96);
    animation: jetFade 500ms cubic-bezier(0.26, 0.69, 0.37, 0.96);
}

.jet-dropbar--zoom-in-effect.jet-dropbar-open .jet-dropbar__content {
    -webkit-animation: jetZoomIn 500ms cubic-bezier(0.26, 0.69, 0.37, 0.96);
    animation: jetZoomIn 500ms cubic-bezier(0.26, 0.69, 0.37, 0.96);
}

.jet-dropbar--zoom-out-effect.jet-dropbar-open .jet-dropbar__content {
    -webkit-animation: jetZoomOut 500ms cubic-bezier(0.26, 0.69, 0.37, 0.96);
    animation: jetZoomOut 500ms cubic-bezier(0.26, 0.69, 0.37, 0.96);
}

.jet-dropbar--slide-up-effect.jet-dropbar-open .jet-dropbar__content {
    -webkit-animation: jetMoveUp 500ms cubic-bezier(0.26, 0.69, 0.37, 0.96);
    animation: jetMoveUp 500ms cubic-bezier(0.26, 0.69, 0.37, 0.96);
}

.jet-dropbar--slide-down-effect.jet-dropbar-open .jet-dropbar__content {
    -webkit-animation: jetMoveDown 500ms cubic-bezier(0.26, 0.69, 0.37, 0.96);
    animation: jetMoveDown 500ms cubic-bezier(0.26, 0.69, 0.37, 0.96);
}

.jet-dropbar--slide-left-effect.jet-dropbar-open .jet-dropbar__content {
    -webkit-animation: jetMoveLeft 500ms cubic-bezier(0.26, 0.69, 0.37, 0.96);
    animation: jetMoveLeft 500ms cubic-bezier(0.26, 0.69, 0.37, 0.96);
}

.jet-dropbar--slide-right-effect.jet-dropbar-open .jet-dropbar__content {
    -webkit-animation: jetMoveRight 500ms cubic-bezier(0.26, 0.69, 0.37, 0.96);
    animation: jetMoveRight 500ms cubic-bezier(0.26, 0.69, 0.37, 0.96);
}

.jet-dropbar--slide-up-big-effect.jet-dropbar-open .jet-dropbar__content {
    -webkit-animation: jetMoveUpBig 500ms cubic-bezier(0.26, 0.69, 0.37, 0.96);
    animation: jetMoveUpBig 500ms cubic-bezier(0.26, 0.69, 0.37, 0.96);
}

.jet-dropbar--slide-down-big-effect.jet-dropbar-open .jet-dropbar__content {
    -webkit-animation: jetMoveDownBig 500ms cubic-bezier(0.26, 0.69, 0.37, 0.96);
    animation: jetMoveDownBig 500ms cubic-bezier(0.26, 0.69, 0.37, 0.96);
}

.jet-dropbar--slide-left-big-effect.jet-dropbar-open .jet-dropbar__content {
    -webkit-animation: jetMoveLeftBig 500ms cubic-bezier(0.26, 0.69, 0.37, 0.96);
    animation: jetMoveLeftBig 500ms cubic-bezier(0.26, 0.69, 0.37, 0.96);
}

.jet-dropbar--slide-right-big-effect.jet-dropbar-open .jet-dropbar__content {
    -webkit-animation: jetMoveRightBig 500ms cubic-bezier(0.26, 0.69, 0.37, 0.96);
    animation: jetMoveRightBig 500ms cubic-bezier(0.26, 0.69, 0.37, 0.96);
}

.jet-dropbar--fall-perspective-effect.jet-dropbar-open .jet-dropbar__content {
    -webkit-animation: jetFallPerspective 500ms cubic-bezier(0.26, 0.69, 0.37, 0.96);
    animation: jetFallPerspective 500ms cubic-bezier(0.26, 0.69, 0.37, 0.96);
}

.jet-dropbar--flip-in-x-effect.jet-dropbar-open .jet-dropbar__content {
    -webkit-animation: jetFlipInX 500ms;
    animation: jetFlipInX 500ms;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.jet-dropbar--flip-in-y-effect.jet-dropbar-open .jet-dropbar__content {
    -webkit-animation: jetFlipInY 500ms;
    animation: jetFlipInY 500ms;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.jet-dropbar-fixed {
    position: fixed;
    z-index: 9999;
    padding: 10px;
}

.jet-dropbar-fixed--top-left-position {
    top: 0;
    left: 0;
}

.jet-dropbar-fixed--top-center-position {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.jet-dropbar-fixed--top-right-position {
    top: 0;
    right: 0;
}

.jet-dropbar-fixed--center-left-position {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.jet-dropbar-fixed--center-center-position {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.jet-dropbar-fixed--center-right-position {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.jet-dropbar-fixed--bottom-left-position {
    bottom: 0;
    left: 0;
}

.jet-dropbar-fixed--bottom-center-position {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.jet-dropbar-fixed--bottom-right-position {
    bottom: 0;
    right: 0;
}

.jet-video {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #000;
}

.jet-video__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    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;
    cursor: pointer;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

    .jet-video__overlay:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 4;
    }

.jet-video__overlay--custom-bg {
    z-index: 3;
}

.jet-video__play-button {
    z-index: 5;
    font-size: 80px;
    line-height: 1;
    text-align: center;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.jet-video__play-button-icon {
    width: 1em;
    vertical-align: top;
}

.jet-video__play-button-image {
    width: 1em;
    vertical-align: top;
}

    .jet-video__play-button-image svg {
        width: 100%;
        height: auto;
        vertical-align: top;
    }

.jet-video__play-button--animation-grow {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.jet-video__overlay:hover .jet-video__play-button--animation-grow {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.jet-video__play-button--animation-shrink {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.jet-video__overlay:hover .jet-video__play-button--animation-shrink {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.jet-video__overlay:hover .jet-video__play-button--animation-pulse {
    -webkit-animation-name: elementor-animation-pulse;
    animation-name: elementor-animation-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.jet-video__overlay:hover .jet-video__play-button--animation-pulse-grow {
    -webkit-animation-name: elementor-animation-pulse-grow;
    animation-name: elementor-animation-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.jet-video__overlay:hover .jet-video__play-button--animation-pulse-shrink {
    -webkit-animation-name: elementor-animation-pulse-shrink;
    animation-name: elementor-animation-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.jet-video__overlay:hover .jet-video__play-button--animation-push {
    -webkit-animation-name: elementor-animation-push;
    animation-name: elementor-animation-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.jet-video__overlay:hover .jet-video__play-button--animation-pop {
    -webkit-animation-name: elementor-animation-pop;
    animation-name: elementor-animation-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.jet-video__play-button--animation-bounce-in {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.jet-video__overlay:hover .jet-video__play-button--animation-bounce-in {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    -o-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.jet-video__play-button--animation-bounce-out {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.jet-video__overlay:hover .jet-video__play-button--animation-bounce-out {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    -o-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.jet-video__play-button--animation-rotate {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.jet-video__overlay:hover .jet-video__play-button--animation-rotate {
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
}

.jet-video__play-button--animation-grow-rotate {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.jet-video__overlay:hover .jet-video__play-button--animation-grow-rotate {
    -webkit-transform: scale(1.1) rotate(4deg);
    -ms-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg);
}

.jet-video__play-button--animation-float {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.jet-video__overlay:hover .jet-video__play-button--animation-float {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.jet-video__play-button--animation-sink {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.jet-video__overlay:hover .jet-video__play-button--animation-sink {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}

.jet-video__overlay:hover .jet-video__play-button--animation-bob {
    -webkit-animation-name: elementor-animation-bob-float, elementor-animation-bob;
    animation-name: elementor-animation-bob-float, elementor-animation-bob;
    -webkit-animation-duration: 0.3s, 1.5s;
    animation-duration: 0.3s, 1.5s;
    -webkit-animation-delay: 0s, 0.3s;
    animation-delay: 0s, 0.3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

.jet-video__overlay:hover .jet-video__play-button--animation-hang {
    -webkit-animation-name: elementor-animation-hang-sink, elementor-animation-hang;
    animation-name: elementor-animation-hang-sink, elementor-animation-hang;
    -webkit-animation-duration: 0.3s, 1.5s;
    animation-duration: 0.3s, 1.5s;
    -webkit-animation-delay: 0s, 0.3s;
    animation-delay: 0s, 0.3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

.jet-video__play-button--animation-skew {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.jet-video__overlay:hover .jet-video__play-button--animation-skew {
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
}

.jet-video__play-button--animation-skew-forward {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.jet-video__overlay:hover .jet-video__play-button--animation-skew-forward {
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
}

.jet-video__play-button--animation-skew-backward {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.jet-video__overlay:hover .jet-video__play-button--animation-skew-backward {
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
}

.jet-video__overlay:hover .jet-video__play-button--animation-wobble-vertical {
    -webkit-animation-name: elementor-animation-wobble-vertical;
    animation-name: elementor-animation-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.jet-video__overlay:hover .jet-video__play-button--animation-wobble-horizontal {
    -webkit-animation-name: elementor-animation-wobble-horizontal;
    animation-name: elementor-animation-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.jet-video__overlay:hover .jet-video__play-button--animation-wobble-to-bottom-right {
    -webkit-animation-name: elementor-animation-wobble-to-bottom-right;
    animation-name: elementor-animation-wobble-to-bottom-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.jet-video__overlay:hover .jet-video__play-button--animation-wobble-to-top-right {
    -webkit-animation-name: elementor-animation-wobble-to-top-right;
    animation-name: elementor-animation-wobble-to-top-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.jet-video__play-button--animation-wobble-top {
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.jet-video__overlay:hover .jet-video__play-button--animation-wobble-top {
    -webkit-animation-name: elementor-animation-wobble-top;
    animation-name: elementor-animation-wobble-top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.jet-video__play-button--animation-wobble-bottom {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.jet-video__overlay:hover .jet-video__play-button--animation-wobble-bottom {
    -webkit-animation-name: elementor-animation-wobble-bottom;
    animation-name: elementor-animation-wobble-bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.jet-video__overlay:hover .jet-video__play-button--animation-wobble-skew {
    -webkit-animation-name: elementor-animation-wobble-skew;
    animation-name: elementor-animation-wobble-skew;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.jet-video__overlay:hover .jet-video__play-button--animation-buzz {
    -webkit-animation-name: elementor-animation-buzz;
    animation-name: elementor-animation-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.jet-video__overlay:hover .jet-video__play-button--animation-buzz-out {
    -webkit-animation-name: elementor-animation-buzz-out;
    animation-name: elementor-animation-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.jet-video.jet-video-aspect-ratio--16-9 {
    padding-bottom: 56.25%;
}

.jet-video.jet-video-aspect-ratio--21-9 {
    padding-bottom: 42.8571%;
}

.jet-video.jet-video-aspect-ratio--9-16 {
    padding-bottom: 177.77%;
}

.jet-video.jet-video-aspect-ratio--4-3 {
    padding-bottom: 75%;
}

.jet-video.jet-video-aspect-ratio--3-2 {
    padding-bottom: 66.6666%;
}

.jet-video.jet-video-aspect-ratio--1-1 {
    padding-bottom: 100%;
}

.jet-video.jet-video-aspect-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border: none;
}

.jet-video .jet-video-html5-player,
.jet-video .mejs-mediaelement video.jet-video-mejs-player {
    -o-object-fit: cover;
    object-fit: cover;
}

.jet-video > video.jet-video-mejs-player {
    opacity: 0;
}

.jet-video .jet-video-html5-player {
    display: block;
}

.jet-video .jet-video-mejs-player.mejs-container {
    font-family: inherit;
    background: none;
}

.jet-video .jet-video-mejs-player.jet-video-custom-play-button .mejs-overlay-play .mejs-overlay-button {
    display: none;
}

.jet-video .jet-video-mejs-player .mejs-overlay-loading {
    display: none;
}

.jet-video .jet-video-mejs-player .mejs-controls {
    height: auto;
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}

    .jet-video .jet-video-mejs-player .mejs-controls .mejs-button,
    .jet-video .jet-video-mejs-player .mejs-controls .mejs-time,
    .jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail {
        width: auto;
        height: auto;
    }

        .jet-video .jet-video-mejs-player .mejs-controls .mejs-button > button {
            position: relative;
            width: auto;
            height: auto;
            margin: 0;
            letter-spacing: normal;
            border: 1px none;
            -webkit-border-radius: 0;
            border-radius: 0;
            background: none;
            font: normal normal normal 12px/1 FontAwesome;
            text-rendering: auto;
            text-align: center;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

            .jet-video .jet-video-mejs-player .mejs-controls .mejs-button > button:before {
                display: inline-block;
                width: 1em;
            }

    .jet-video .jet-video-mejs-player .mejs-controls .mejs-playpause-button > button {
        padding: 14px;
        color: #fff;
        background-color: #00b4ff;
    }

    .jet-video .jet-video-mejs-player .mejs-controls .mejs-volume-button,
    .jet-video .jet-video-mejs-player .mejs-controls .mejs-fullscreen-button {
        margin-left: 10px;
    }

        .jet-video .jet-video-mejs-player .mejs-controls .mejs-volume-button > button {
            padding: 3px;
            color: #00b4ff;
        }

        .jet-video .jet-video-mejs-player .mejs-controls .mejs-fullscreen-button > button {
            color: #00b4ff;
        }

            .jet-video .jet-video-mejs-player .mejs-controls .mejs-fullscreen-button > button:before {
                content: "\f0b2";
            }

@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
    .jet-video .jet-video-mejs-player .mejs-controls .mejs-fullscreen-button > button:before {
        content: "";
        height: 1em;
        vertical-align: top;
        background-color: currentColor;
        -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13'%3E%3Cpath d='M0 4.67188C0 4.78125 0.0273438 4.86328 0.0820312 4.91797C0.136719 4.97266 0.21875 5 0.328125 5H1.42188C1.50391 5 1.58594 4.97266 1.64062 4.91797C1.69531 4.86328 1.75 4.78125 1.75 4.67188V2.375H4.04688C4.12891 2.375 4.21094 2.34766 4.26562 2.29297C4.32031 2.23828 4.375 2.15625 4.375 2.04688V0.953125C4.375 0.871094 4.32031 0.789062 4.26562 0.734375C4.21094 0.679688 4.12891 0.625 4.04688 0.625H0.65625C0.464844 0.625 0.300781 0.707031 0.191406 0.816406C0.0546875 0.953125 0 1.11719 0 1.28125V4.67188ZM7.875 0.953125C7.875 0.871094 7.90234 0.789062 7.95703 0.734375C8.01172 0.679688 8.09375 0.625 8.20312 0.625H11.5938C11.7578 0.625 11.9219 0.707031 12.0586 0.816406C12.168 0.953125 12.25 1.11719 12.25 1.28125V4.67188C12.25 4.78125 12.1953 4.86328 12.1406 4.91797C12.0859 4.97266 12.0039 5 11.9219 5H10.8281C10.7188 5 10.6367 4.97266 10.582 4.91797C10.5273 4.86328 10.5 4.78125 10.5 4.67188V2.375H8.20312C8.09375 2.375 8.01172 2.34766 7.95703 2.29297C7.90234 2.23828 7.875 2.15625 7.875 2.04688V0.953125ZM11.9219 8.5C12.0039 8.5 12.0859 8.55469 12.1406 8.60938C12.1953 8.66406 12.25 8.74609 12.25 8.82812V12.2188C12.25 12.4102 12.168 12.5742 12.0586 12.6836C11.9219 12.8203 11.7578 12.875 11.5938 12.875H8.20312C8.09375 12.875 8.01172 12.8477 7.95703 12.793C7.90234 12.7383 7.875 12.6562 7.875 12.5469V11.4531C7.875 11.3711 7.90234 11.2891 7.95703 11.2344C8.01172 11.1797 8.09375 11.125 8.20312 11.125H10.5V8.82812C10.5 8.74609 10.5273 8.66406 10.582 8.60938C10.6367 8.55469 10.7188 8.5 10.8281 8.5H11.9219ZM4.375 12.5469C4.375 12.6562 4.32031 12.7383 4.26562 12.793C4.21094 12.8477 4.12891 12.875 4.04688 12.875H0.65625C0.464844 12.875 0.300781 12.8203 0.191406 12.6836C0.0546875 12.5742 0 12.4102 0 12.2188V8.82812C0 8.74609 0.0273438 8.66406 0.0820312 8.60938C0.136719 8.55469 0.21875 8.5 0.328125 8.5H1.42188C1.50391 8.5 1.58594 8.55469 1.64062 8.60938C1.69531 8.66406 1.75 8.74609 1.75 8.82812V11.125H4.04688C4.12891 11.125 4.21094 11.1797 4.26562 11.2344C4.32031 11.2891 4.375 11.3711 4.375 11.4531V12.5469Z'/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13'%3E%3Cpath d='M0 4.67188C0 4.78125 0.0273438 4.86328 0.0820312 4.91797C0.136719 4.97266 0.21875 5 0.328125 5H1.42188C1.50391 5 1.58594 4.97266 1.64062 4.91797C1.69531 4.86328 1.75 4.78125 1.75 4.67188V2.375H4.04688C4.12891 2.375 4.21094 2.34766 4.26562 2.29297C4.32031 2.23828 4.375 2.15625 4.375 2.04688V0.953125C4.375 0.871094 4.32031 0.789062 4.26562 0.734375C4.21094 0.679688 4.12891 0.625 4.04688 0.625H0.65625C0.464844 0.625 0.300781 0.707031 0.191406 0.816406C0.0546875 0.953125 0 1.11719 0 1.28125V4.67188ZM7.875 0.953125C7.875 0.871094 7.90234 0.789062 7.95703 0.734375C8.01172 0.679688 8.09375 0.625 8.20312 0.625H11.5938C11.7578 0.625 11.9219 0.707031 12.0586 0.816406C12.168 0.953125 12.25 1.11719 12.25 1.28125V4.67188C12.25 4.78125 12.1953 4.86328 12.1406 4.91797C12.0859 4.97266 12.0039 5 11.9219 5H10.8281C10.7188 5 10.6367 4.97266 10.582 4.91797C10.5273 4.86328 10.5 4.78125 10.5 4.67188V2.375H8.20312C8.09375 2.375 8.01172 2.34766 7.95703 2.29297C7.90234 2.23828 7.875 2.15625 7.875 2.04688V0.953125ZM11.9219 8.5C12.0039 8.5 12.0859 8.55469 12.1406 8.60938C12.1953 8.66406 12.25 8.74609 12.25 8.82812V12.2188C12.25 12.4102 12.168 12.5742 12.0586 12.6836C11.9219 12.8203 11.7578 12.875 11.5938 12.875H8.20312C8.09375 12.875 8.01172 12.8477 7.95703 12.793C7.90234 12.7383 7.875 12.6562 7.875 12.5469V11.4531C7.875 11.3711 7.90234 11.2891 7.95703 11.2344C8.01172 11.1797 8.09375 11.125 8.20312 11.125H10.5V8.82812C10.5 8.74609 10.5273 8.66406 10.582 8.60938C10.6367 8.55469 10.7188 8.5 10.8281 8.5H11.9219ZM4.375 12.5469C4.375 12.6562 4.32031 12.7383 4.26562 12.793C4.21094 12.8477 4.12891 12.875 4.04688 12.875H0.65625C0.464844 12.875 0.300781 12.8203 0.191406 12.6836C0.0546875 12.5742 0 12.4102 0 12.2188V8.82812C0 8.74609 0.0273438 8.66406 0.0820312 8.60938C0.136719 8.55469 0.21875 8.5 0.328125 8.5H1.42188C1.50391 8.5 1.58594 8.55469 1.64062 8.60938C1.69531 8.66406 1.75 8.74609 1.75 8.82812V11.125H4.04688C4.12891 11.125 4.21094 11.1797 4.26562 11.2344C4.32031 11.2891 4.375 11.3711 4.375 11.4531V12.5469Z'/%3E%3C/svg%3E");
    }
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-playpause-button.mejs-play > button:before {
    content: "\f04b";
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-playpause-button.mejs-pause > button:before {
    content: "\f04c";
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-playpause-button.mejs-replay > button:before {
    content: "\f0e2";
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-volume-button.mejs-mute > button:before {
    content: "\f028";
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-volume-button.mejs-unmute > button:before {
    content: "\f026";
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-time {
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #303865;
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-currenttime,
.jet-video .jet-video-mejs-player .mejs-controls .mejs-duration {
    margin-left: 10px;
}

    .jet-video .jet-video-mejs-player .mejs-controls .mejs-currenttime ~ .mejs-duration {
        margin-left: 0;
    }

.jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail {
    padding: 0;
    margin: 0 0 0 10px;
}

    .jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-total {
        position: relative;
        margin: 0;
        overflow: hidden;
        background: #eaebf0;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-current {
        width: 0;
        -webkit-transform: scaleX(1) !important;
        -ms-transform: scaleX(1) !important;
        transform: scaleX(1) !important;
        background: #ea36a4;
        -webkit-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    .jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-buffering,
    .jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-loaded,
    .jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-current,
    .jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-hovered {
        height: 100%;
    }

    .jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-buffering,
    .jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-loaded {
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-handle,
    .jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-loaded,
    .jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-hovered {
        display: none;
    }

.jet-video .jet-video-mejs-player .mejs-controls .mejs-horizontal-volume-slider {
    width: auto;
    height: auto;
    margin-left: 7px;
}

    .jet-video .jet-video-mejs-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
        position: relative;
        top: auto;
        width: 60px;
        height: 10px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background: #eaebf0;
        overflow: hidden;
    }

    .jet-video .jet-video-mejs-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
        -webkit-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
        background: #00b4ff;
    }

.jet-video .jet-video-mejs-player .mejs-controls .mejs-volume-slider .mejs-volume-total {
    width: 4px;
}

.jet-video--fa5-compat .jet-video-mejs-player .mejs-controls .mejs-button > button {
    font: normal normal 900 12px/1 "Font Awesome 5 Free";
}

.jet-video .ast-oembed-container {
    position: static;
    padding: 0;
}

.jet-audio > audio {
    display: none;
}

.jet-audio .mejs-container,
.jet-audio .mejs-container .mejs-controls {
    background: none;
}

.jet-audio .mejs-container {
    max-width: 100%;
    height: auto !important;
    font-family: inherit;
}

.jet-audio .mejs-controls {
    position: relative;
    height: auto;
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .jet-audio .mejs-controls .mejs-button,
    .jet-audio .mejs-controls .mejs-time,
    .jet-audio .mejs-controls .mejs-time-rail {
        width: auto;
        height: auto;
    }

        .jet-audio .mejs-controls .mejs-button > button {
            position: relative;
            width: auto;
            height: auto;
            margin: 0;
            letter-spacing: normal;
            border: 1px none;
            -webkit-border-radius: 0;
            border-radius: 0;
            background: none;
            font: normal normal normal 12px/1 FontAwesome;
            text-rendering: auto;
            text-align: center;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

            .jet-audio .mejs-controls .mejs-button > button:before {
                display: inline-block;
                width: 1em;
            }

    .jet-audio .mejs-controls .mejs-playpause-button > button {
        padding: 14px;
        color: #303865;
        background-color: #fff;
    }

    .jet-audio .mejs-controls .mejs-volume-button {
        margin-left: 10px;
    }

        .jet-audio .mejs-controls .mejs-volume-button > button {
            padding: 3px;
            color: #fff;
        }

    .jet-audio .mejs-controls .mejs-playpause-button.mejs-play > button:before {
        content: "\f04b";
    }

    .jet-audio .mejs-controls .mejs-playpause-button.mejs-pause > button:before {
        content: "\f04c";
    }

    .jet-audio .mejs-controls .mejs-playpause-button.mejs-replay > button:before {
        content: "\f0e2";
    }

    .jet-audio .mejs-controls .mejs-volume-button.mejs-mute > button:before {
        content: "\f028";
    }

    .jet-audio .mejs-controls .mejs-volume-button.mejs-unmute > button:before {
        content: "\f026";
    }

    .jet-audio .mejs-controls .mejs-time {
        padding: 0;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 400;
        color: #fff;
    }

    .jet-audio .mejs-controls .mejs-currenttime,
    .jet-audio .mejs-controls .mejs-duration {
        margin-left: 10px;
    }

        .jet-audio .mejs-controls .mejs-currenttime ~ .mejs-duration {
            margin-left: 0;
        }

    .jet-audio .mejs-controls .mejs-time-rail {
        padding: 0;
        margin: 0 0 0 10px;
    }

        .jet-audio .mejs-controls .mejs-time-rail .mejs-time-total {
            position: relative;
            margin: 0;
            overflow: hidden;
            background: #303865;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

        .jet-audio .mejs-controls .mejs-time-rail .mejs-time-current {
            width: 0;
            -webkit-transform: scaleX(1) !important;
            -ms-transform: scaleX(1) !important;
            transform: scaleX(1) !important;
            background: #fff;
            -webkit-border-radius: 0 5px 5px 0;
            border-radius: 0 5px 5px 0;
        }

        .jet-audio .mejs-controls .mejs-time-rail .mejs-time-buffering,
        .jet-audio .mejs-controls .mejs-time-rail .mejs-time-loaded,
        .jet-audio .mejs-controls .mejs-time-rail .mejs-time-current,
        .jet-audio .mejs-controls .mejs-time-rail .mejs-time-hovered {
            height: 100%;
        }

        .jet-audio .mejs-controls .mejs-time-rail .mejs-time-buffering,
        .jet-audio .mejs-controls .mejs-time-rail .mejs-time-loaded {
            -webkit-border-radius: 0;
            border-radius: 0;
        }

        .jet-audio .mejs-controls .mejs-time-rail .mejs-time-handle,
        .jet-audio .mejs-controls .mejs-time-rail .mejs-time-loaded,
        .jet-audio .mejs-controls .mejs-time-rail .mejs-time-hovered {
            display: none;
        }

    .jet-audio .mejs-controls .mejs-horizontal-volume-slider {
        width: auto;
        height: auto;
        margin-left: 7px;
    }

        .jet-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
            position: relative;
            top: auto;
            width: 60px;
            height: 10px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            background: #303865;
            overflow: hidden;
        }

        .jet-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
            -webkit-border-radius: 0 5px 5px 0;
            border-radius: 0 5px 5px 0;
            background: #fff;
        }

    .jet-audio .mejs-controls .mejs-volume-slider .mejs-volume-total {
        width: 4px;
    }

.jet-audio--fa5-compat .mejs-controls .mejs-button > button {
    font: normal normal 900 12px/1 "Font Awesome 5 Free";
}

.elementor-widget-jet-audio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .elementor-widget-jet-audio .elementor-widget-container {
        width: 100%;
        padding: 10px;
        background: #00b4ff;
    }

.jet-hor-timeline {
    position: relative;
}

.jet-hor-timeline--arrows-nav .jet-hor-timeline-inner {
    overflow: hidden;
}

.jet-hor-timeline--scroll-bar .jet-hor-timeline-track {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding-bottom: 30px;
}

    .jet-hor-timeline--scroll-bar .jet-hor-timeline-track::-webkit-scrollbar {
        height: 8px;
        background: #efeff1;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .jet-hor-timeline--scroll-bar .jet-hor-timeline-track::-webkit-scrollbar-button {
        width: 0;
        height: 0;
    }

    .jet-hor-timeline--scroll-bar .jet-hor-timeline-track::-webkit-scrollbar-thumb {
        background-color: #34314b;
        border: none;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .jet-hor-timeline--scroll-bar .jet-hor-timeline-track::-webkit-scrollbar-track {
        border: none;
        background: transparent;
    }

    .jet-hor-timeline--scroll-bar .jet-hor-timeline-track::-webkit-scrollbar-corner {
        background: transparent;
    }

.jet-hor-timeline--arrows-nav .jet-hor-timeline-track {
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    -o-transition: transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.jet-hor-timeline-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.jet-hor-timeline-list--top {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.jet-hor-timeline-list--middle {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.jet-hor-timeline-list--bottom {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.jet-hor-timeline-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.jet-hor-timeline-list--top .jet-hor-timeline-item {
    padding-top: 15px;
}

.jet-hor-timeline-list--bottom .jet-hor-timeline-item {
    padding-bottom: 15px;
}

.jet-hor-timeline-item__card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-width: 1px;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

.jet-hor-timeline-list--top .jet-hor-timeline-item__card {
    margin-bottom: 30px;
}

.jet-hor-timeline-list--bottom .jet-hor-timeline-item__card {
    margin-top: 30px;
}

.jet-hor-timeline-item__card-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 30px;
    overflow: hidden;
    z-index: 1;
    background-color: #f8f8f8;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

.jet-hor-timeline-item__card-img {
    margin-bottom: 10px;
}

    .jet-hor-timeline-item__card-img img {
        vertical-align: top;
    }

.jet-hor-timeline-item__card-title {
    margin: 0 0 10px;
    padding: 0;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

.jet-hor-timeline-item__card-btn-wrap {
    margin-top: 15px;
}

.jet-hor-timeline-item__card-arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    border-width: 1px;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

.jet-hor-timeline .jet-hor-timeline-item__card-arrow {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.jet-hor-timeline-item__card-arrow:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

.jet-hor-timeline-list--top .jet-hor-timeline-item__card-arrow {
    top: 100%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}

.jet-hor-timeline-list--bottom .jet-hor-timeline-item__card-arrow {
    bottom: 100%;
    -webkit-transform: translateY(50%) rotate(45deg);
    -ms-transform: translateY(50%) rotate(45deg);
    transform: translateY(50%) rotate(45deg);
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
}

.jet-hor-timeline--align-left .jet-hor-timeline-item__card-arrow {
    left: 20px;
}

.jet-hor-timeline--align-right .jet-hor-timeline-item__card-arrow {
    right: 20px;
}

.jet-hor-timeline--align-center .jet-hor-timeline-item__card-arrow {
    left: 50%;
}

.jet-hor-timeline--align-center .jet-hor-timeline-list--top .jet-hor-timeline-item__card-arrow {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.jet-hor-timeline--align-center .jet-hor-timeline-list--bottom .jet-hor-timeline-item__card-arrow {
    -webkit-transform: translateX(-50%) translateY(50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(50%) rotate(45deg);
    transform: translateX(-50%) translateY(50%) rotate(45deg);
}

.jet-hor-timeline-item__meta {
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

.jet-hor-timeline-list--top .jet-hor-timeline-item__meta {
    margin-bottom: 15px;
}

.jet-hor-timeline-list--bottom .jet-hor-timeline-item__meta {
    margin-top: 15px;
}

.jet-hor-timeline--align-left .jet-hor-timeline-item__meta {
    text-align: left;
    margin-right: auto;
}

.jet-hor-timeline--align-center .jet-hor-timeline-item__meta {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.jet-hor-timeline--align-right .jet-hor-timeline-item__meta {
    text-align: right;
    margin-left: auto;
}

.jet-hor-timeline-item__point {
    z-index: 1;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

.jet-hor-timeline-item__point-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-width: 10px;
    min-height: 10px;
    font-size: 16px;
    color: #34314b;
    background-color: #efeff1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

.jet-hor-timeline--align-left .jet-hor-timeline-item__point-content {
    margin-left: 10px;
    margin-right: auto;
}

.jet-hor-timeline--align-center .jet-hor-timeline-item__point-content {
    margin-left: auto;
    margin-right: auto;
}

.jet-hor-timeline--align-right .jet-hor-timeline-item__point-content {
    margin-left: auto;
    margin-right: 10px;
}

.jet-hor-timeline-item.is-active .jet-hor-timeline-item__point-content {
    background-color: #55cdff;
    color: #fff;
}

.jet-hor-timeline__line {
    position: absolute;
    top: 50%;
    height: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    background-color: #efeff1;
}

.jet-hor-timeline__line-progress {
    width: 0;
    height: 100%;
    background-color: #55cdff;
    -webkit-transition: 500ms ease;
    -o-transition: 500ms ease;
    transition: 500ms ease;
}

.jet-hor-timeline .jet-arrow {
    position: absolute;
    top: 50%;
    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;
    cursor: pointer;
    z-index: 999;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 30px;
    line-height: 1;
    background-color: #55cdff;
    color: #fff;
}

    .jet-hor-timeline .jet-arrow:before {
        line-height: 0;
    }

    .jet-hor-timeline .jet-arrow.jet-prev-arrow {
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .jet-hor-timeline .jet-arrow.jet-next-arrow {
        right: 0;
        -webkit-transform: translateY(-50%) scale(-1, 1);
        -ms-transform: translateY(-50%) scale(-1, 1);
        transform: translateY(-50%) scale(-1, 1);
    }

    .jet-hor-timeline .jet-arrow.jet-arrow-disabled {
        opacity: 0.5;
        cursor: default;
        pointer-events: none;
    }

.jet-pie-chart-container,
.jet-bar-chart-container {
    position: relative;
    height: 400px;
    max-width: 100%;
}

.jet-pie-chart-title-container .jet-pie-chart-title {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}
/*! /wp-content/cache/asset-cleanup/css/item/jet-elements-skin-v2.2.13-6819b2fcf37dd371ec5806b2da32ffb6aa301435.css */
/*! /wp-content/plugins/jet-elements/assets/css/jet-elements-skin.css */
.pricing-table {
    text-align: center;
    padding: 30px;
}

.pricing-table__icon-box > * {
    font-size: 40px;
}

.pricing-table .pricing-table__title {
    margin: 20px 0 0 0;
    padding: 0;
}

.pricing-table .pricing-table__subtitle {
    margin: 10px 0 0 0;
    padding: 0;
}

.pricing-table__price {
    padding: 15px 0;
}

.pricing-table__price-prefix,
.pricing-table__price-val {
    font-size: 23px;
}

.pricing-table__price-desc {
    padding: 0;
    margin: 5px 0 0;
}

.pricing-table__action {
    padding: 20px 0 0 0;
}

.brands-list .brands-list__item-name {
    margin: 20px 0 0 0;
    text-align: center;
}

.brands-list .brands-list__item-desc {
    text-align: center;
}

.brands-list .brands-list__item-img-wrap {
    text-align: center;
}

.brands-list .brands-list__item-img {
    display: inline-block;
}

.jet-animated-box {
    height: 250px;
}

.jet-animated-box__icon .jet-animated-box-icon-inner {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.jet-animated-box__icon .jet-elements-icon {
    font-size: 40px;
    color: #fff;
}

.jet-animated-box .jet-animated-box__toggle {
    cursor: pointer;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background-color: #848484;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.jet-animated-box .jet-animated-box__title {
    color: #fff;
    font-size: 23px;
    text-align: center;
    margin: 0 0 10px 0;
}

.jet-animated-box .jet-animated-box__subtitle {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 0 0 10px 0;
}

.jet-animated-box .jet-animated-box__description {
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin: 0 0 10px 0;
}

.jet-animated-box .jet-animated-box__button {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

    .jet-animated-box .jet-animated-box__button .jet-animated-box__button-text {
        margin: 0 3px;
    }

    .jet-animated-box .jet-animated-box__button .jet-animated-box__button-icon {
        color: #fff;
    }

.jet-animated-box.jet-box-peel-effect,
.jet-animated-box.jet-box-scratch-effect canvas {
    cursor: -webkit-grab;
    cursor: grab;
}

    .jet-animated-box.jet-box-peel-effect:active,
    .jet-animated-box.jet-box-scratch-effect canvas:active {
        cursor: -webkit-grabbing;
        cursor: grabbing;
    }

.jet-animated-box__back.peel-layer {
    cursor: default;
}

.jet-animated-text__before-text {
    color: #54595f;
    font-size: 36px;
}

.jet-animated-text__animated-text {
    color: #6ec1e4;
    font-size: 36px;
}

.jet-animated-text__after-text {
    color: #7a7a7a;
    font-size: 36px;
}

.circle-counter .circle-val {
    color: #6ec1e4;
    font-size: 23px;
}

    .circle-counter .circle-val .circle-counter__prefix {
        line-height: 1;
    }

    .circle-counter .circle-val .circle-counter__suffix {
        line-height: 1;
    }

.circle-counter .circle-counter__title {
    padding-top: 10px;
}

.jet-carousel .jet-carousel__item-title {
    margin: 0;
    padding: 0;
}

.jet-carousel .jet-arrow {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    margin-top: -18px;
    color: #fff;
    font-size: 23px;
}

    .jet-carousel .jet-arrow.prev-arrow {
        left: 20px;
    }

    .jet-carousel .jet-arrow.next-arrow {
        right: 20px;
    }

.jet-countdown-timer .jet-countdown-timer__item {
    margin: 10px;
}

.jet-countdown-timer .jet-countdown-timer__item-value {
    font-size: 23px;
}

.jet-countdown-timer .jet-countdown-timer__item-label {
    font-size: 13px;
}

.jet-images-layout__inner {
    margin: 10px;
}

.jet-images-layout__icon .jet-jet-images-layout-icon-inner {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.jet-images-layout__icon i,
.jet-images-layout__icon svg {
    font-size: 40px;
    color: #fff;
}

.jet-images-layout__content {
    padding: 20px;
}

    .jet-images-layout__content:before {
        background-color: rgba(84, 89, 95, 0.6);
    }

.jet-images-layout .jet-images-layout__title {
    color: #fff;
    font-size: 23px;
    margin: 0 0 10px 0;
}

.jet-images-layout .jet-images-layout__desc {
    color: #fff;
    font-size: 13px;
    margin: 0 0 10px 0;
}

.jet-slider {
    position: relative;
}

.jet-slider__icon .jet-slider-icon-inner {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.jet-slider .jet-slider__icon {
    color: #fff;
    font-size: 40px;
    text-align: center;
}

.jet-slider .jet-slider__title {
    color: #fff;
    font-size: 36px;
    margin: 10px 0;
    text-align: center;
}

.jet-slider .jet-slider__subtitle {
    color: #fff;
    font-size: 24px;
    margin: 10px 0;
    text-align: center;
}

.jet-slider .jet-slider__desc {
    color: #fff;
    font-size: 14px;
    margin: 10px 0 30px 0;
    text-align: center;
}

.jet-slider .jet-slider__button-wrapper {
    text-align: center;
}

    .jet-slider .jet-slider__button-wrapper .jet-slider__button--primary {
        background-color: #6ec1e4;
    }

.jet-slider .sp-image-container {
    position: relative;
}

    .jet-slider .sp-image-container:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(0, 0, 0, 0.2);
        content: "";
    }

.jet-slider .sp-arrow {
    color: #fff;
    font-size: 30px;
    background-color: #6ec1e4;
}

.jet-slider .sp-full-screen-button {
    font-size: 16px;
    color: #fff;
}

.jet-slider .sp-buttons .sp-button {
    border-color: #6ec1e4;
    background-color: transparent;
}

    .jet-slider .sp-buttons .sp-button.sp-selected-button {
        background-color: #6ec1e4;
    }

    .jet-slider .sp-buttons .sp-button:hover {
        background-color: #6ec1e4;
    }

.jet-slider .sp-thumbnails .sp-thumbnail-container:hover:before {
    border: 2px solid #54595f;
}

.jet-slider .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail:before {
    border: 2px solid #6ec1e4;
}

.jet-team-member .jet-team-member__cover:before {
    background-color: rgba(84, 89, 95, 0.5);
}

.jet-team-member .jet-team-member__cover:after {
    border-color: rgba(84, 89, 95, 0.5) transparent transparent transparent;
}

.jet-team-member .jet-team-member__name {
    font-size: 20px;
    color: #000;
    margin: 10px 0;
}

.jet-team-member .jet-team-member__position {
    text-align: center;
    margin: 5px 0;
    font-size: 14px;
    color: #6ec1e4;
}

.jet-team-member .jet-team-member__desc {
    text-align: center;
    font-size: 16px;
    color: #54595f;
    margin: 10px 0;
}

.jet-team-member .jet-team-member__socials {
    margin: 10px 0;
}

.jet-team-member .jet-team-member__socials-icon {
    font-size: 18px;
    color: #6ec1e4;
}

    .jet-team-member .jet-team-member__socials-icon .inner {
        width: 25px;
        height: 25px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .jet-team-member .jet-team-member__socials-icon .inner {
        margin: 5px;
    }

.jet-services .jet-services__icon {
    color: #fff;
    font-size: 40px;
    text-align: center;
    margin: 10px 0;
}

    .jet-services .jet-services__icon .inner {
        width: 80px;
        height: 80px;
        background-color: #6ec1e4;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

.jet-services .jet-services__title {
    font-size: 20px;
    color: #000;
    margin: 10px 0;
}

.jet-services .jet-services__desc {
    text-align: center;
    font-size: 16px;
    color: #54595f;
    margin: 10px 0;
}

.jet-testimonials .jet-testimonials__icon {
    font-size: 40px;
    text-align: center;
    margin: 5px;
}

    .jet-testimonials .jet-testimonials__icon .jet-testimonials__icon-inner {
        width: 60px;
        height: 60px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

.jet-testimonials .jet-testimonials__title {
    font-size: 20px;
    color: #000;
    margin: 5px;
}

.jet-testimonials .jet-testimonials__comment {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #54595f;
    margin: 5px;
    padding: 25px 15px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #6ec1e4;
}

    .jet-testimonials .jet-testimonials__comment:after {
        border-color: #6ec1e4 transparent transparent transparent;
    }

.jet-testimonials .jet-testimonials__name {
    font-size: 18px;
    color: #000;
    margin: 5px;
}

.jet-testimonials .jet-testimonials__position {
    text-align: center;
    margin: 5px;
    font-size: 16px;
    color: #6ec1e4;
}

.jet-testimonials .jet-testimonials__date {
    text-align: center;
    margin: 5px;
    font-size: 12px;
    color: #7a7a7a;
}

.jet-testimonials .jet-arrow {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    margin-top: -18px;
    color: #fff;
    background-color: #6ec1e4;
    font-size: 23px;
}

    .jet-testimonials .jet-arrow.prev-arrow {
        left: 20px;
    }

    .jet-testimonials .jet-arrow.next-arrow {
        right: 20px;
    }

.jet-testimonials .jet-slick-dots {
    margin: 20px 0 0 0;
}

    .jet-testimonials .jet-slick-dots li.slick-active span {
        background-color: #61ce70;
    }

    .jet-testimonials .jet-slick-dots li:hover span {
        background-color: #6ec1e4;
    }

    .jet-testimonials .jet-slick-dots li span {
        background-color: #7a7a7a;
    }

.jet-button__instance {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.jet-button__icon {
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 25px;
    margin: 3px;
}

.jet-button__label {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    text-align: left;
}

.jet-button__state {
    padding: 10px 30px;
}

.jet-button__plane-normal {
    background-color: #6ec1e4;
}

.jet-button__plane-hover {
    background-color: #54595f;
}

.jet-image-comparison .jx-label {
    margin: 5px;
    background-color: #54595f;
}

.jet-image-comparison .jx-controller {
    width: 40px;
    height: 40px;
    background-color: #6ec1e4;
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

    .jet-image-comparison .jx-controller i {
        color: #fff;
        font-size: 20px;
        margin: 5px;
    }

.jet-image-comparison .jx-image.jx-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.jet-image-comparison .jx-image.jx-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.jet-image-comparison .jet-arrow {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    margin-top: -18px;
    color: #fff;
    background-color: #6ec1e4;
    font-size: 23px;
}

    .jet-image-comparison .jet-arrow.prev-arrow {
        left: 20px;
    }

    .jet-image-comparison .jet-arrow.next-arrow {
        right: 20px;
    }

.jet-image-comparison .jet-slick-dots {
    margin: 20px 0 0 0;
}

    .jet-image-comparison .jet-slick-dots li.slick-active span {
        background-color: #61ce70;
    }

    .jet-image-comparison .jet-slick-dots li:hover span {
        background-color: #6ec1e4;
    }

    .jet-image-comparison .jet-slick-dots li span {
        background-color: #7a7a7a;
    }

.jet-instagram-gallery__content {
    padding: 20px;
}

    .jet-instagram-gallery__content:before {
        background-color: rgba(84, 89, 95, 0.6);
    }

.jet-instagram-gallery__caption {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    margin: 10px 0;
    max-width: 100%;
    z-index: 1;
}

.jet-instagram-gallery__meta {
    z-index: 1;
}

.jet-instagram-gallery__comments-count {
    color: #fff;
    font-size: 20px;
    margin: 5px;
}

.jet-instagram-gallery__comments-icon {
    color: #6ec1e4;
    margin-right: 5px;
}

.jet-instagram-gallery__likes-count {
    color: #fff;
    font-size: 20px;
    margin: 5px;
}

.jet-instagram-gallery__likes-icon {
    color: #6ec1e4;
    margin-right: 5px;
}

.jet-scroll-navigation--position-left {
    margin-left: 20px;
}

.jet-scroll-navigation--position-right {
    margin-right: 20px;
}

.jet-scroll-navigation__item {
    margin: 10px 0;
}

    .jet-scroll-navigation__item .jet-scroll-navigation__dot {
        background-color: #54595f;
    }

    .jet-scroll-navigation__item:hover .jet-scroll-navigation__dot {
        background-color: #61ce70;
    }

    .jet-scroll-navigation__item.invert .jet-scroll-navigation__dot {
        background-color: #fff;
    }

    .jet-scroll-navigation__item.active .jet-scroll-navigation__dot {
        background-color: #6ec1e4;
    }

.jet-scroll-navigation__dot {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.jet-scroll-navigation__item-hint {
    background-color: #6ec1e4;
    padding: 0 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.jet-scroll-navigation__icon {
    color: #fff;
    font-size: 20px;
    margin: 5px;
}

.jet-scroll-navigation__label {
    color: #fff;
    font-size: 16px;
}

.jet-headline__first {
    color: #54595f;
}

    .jet-headline__first .jet-headline__deco {
        margin-right: 10px;
    }

.jet-headline__second {
    color: #6ec1e4;
}

    .jet-headline__second .jet-headline__deco {
        margin-left: 10px;
    }

.jet-headline__divider {
    height: 2px;
    background-color: #7a7a7a;
}

.jet-headline__deco-icon {
    font-size: 30px;
    color: #54595f;
}

.jet-headline--direction-horizontal .jet-headline__divider.jet-headline__left-divider {
    margin-right: 10px;
}

.jet-headline--direction-horizontal .jet-headline__divider.jet-headline__right-divider {
    margin-left: 10px;
}

.jet-subscribe-form .jet-subscribe-form__input {
    border: 1px solid #e0e0e8;
    background-color: #f7fafd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 13px 20px;
    margin: 5px 0;
}

    .jet-subscribe-form .jet-subscribe-form__input.mail-invalid {
        color: #d9534f;
    }

    .jet-subscribe-form .jet-subscribe-form__input:focus {
        outline: none;
        -webkit-box-shadow: 0 0 10px #e0e0e8;
        box-shadow: 0 0 10px #e0e0e8;
    }

    .jet-subscribe-form .jet-subscribe-form__input:first-child {
        margin-top: 0;
    }

    .jet-subscribe-form .jet-subscribe-form__input:last-child {
        margin-bottom: 0;
    }

.jet-subscribe-form .jet-subscribe-form__submit {
    background-color: #6ec1e4;
}

.jet-subscribe-form .jet-subscribe-form__submit-icon {
    color: #fff;
    font-size: 15px;
    margin-right: 10px;
}

.jet-subscribe-form--inline-layout .jet-subscribe-form__submit {
    margin-left: 10px;
}

.jet-subscribe-form--block-layout .jet-subscribe-form__submit {
    margin-top: 10px;
}

.jet-subscribe-form--response-success .jet-subscribe-form__message {
    color: #5cb85c;
}

.jet-subscribe-form--response-error .jet-subscribe-form__message {
    color: #d9534f;
}

.jet-progress-bar__wrapper {
    position: relative;
    height: 30px;
    background-color: #eee;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.jet-progress-bar__status-bar {
    height: 100%;
    background-color: #6ec1e4;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.jet-progress-bar__title-icon {
    margin-right: 5px;
}

.jet-progress-bar-type-1 .jet-progress-bar__title {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.jet-progress-bar-type-1 .jet-progress-bar__title-text {
    color: #54595f;
}

.jet-progress-bar-type-1 .jet-progress-bar__title-icon {
    color: #54595f;
}

.jet-progress-bar-type-1 .jet-progress-bar__percent {
    margin: 0 10px;
    color: #fff;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.jet-progress-bar-type-2 .jet-progress-bar__title {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 5px;
}

.jet-progress-bar-type-2 .jet-progress-bar__percent {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 5px;
}

.jet-progress-bar-type-3 .jet-progress-bar__percent {
    width: 40px;
    margin-right: -20px;
    padding: 5px 0;
    color: #fff;
    background-color: #6ec1e4;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.jet-progress-bar-type-3 .jet-progress-bar__wrapper {
    height: 10px;
}

.jet-progress-bar-type-4 .jet-progress-bar__title {
    margin-right: 20px;
}

.jet-progress-bar-type-4 .jet-progress-bar__percent {
    margin-left: 20px;
}

.jet-progress-bar-type-4 .jet-progress-bar__wrapper {
    height: 10px;
}

.jet-progress-bar-type-5 .jet-progress-bar__title {
    margin-bottom: 5px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.jet-progress-bar-type-5 .jet-progress-bar__percent {
    margin-left: 10px;
}

.jet-progress-bar-type-6 .jet-progress-bar__title {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.jet-progress-bar-type-6 .jet-progress-bar__wrapper {
    height: 60px;
}

.jet-progress-bar-type-6 .jet-progress-bar__status {
    margin-left: 10px;
}

.jet-progress-bar-type-6 .jet-progress-bar__percent {
    font-size: 25px;
}

.jet-progress-bar-type-7 .jet-progress-bar__wrapper {
    width: 50px;
    height: 300px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.jet-progress-bar-type-7 .jet-progress-bar__percent {
    margin-bottom: 10px;
}

.jet-portfolio .jet-portfolio__filter-list {
    margin: 0 0 30px 0;
}

.jet-portfolio .jet-portfolio__filter-item {
    padding: 0 10px;
    margin: 0 5px;
    color: #54595f;
}

    .jet-portfolio .jet-portfolio__filter-item.active {
        color: #fff;
        background-color: #6ec1e4;
    }

.jet-portfolio .jet-portfolio__filter-item-separator {
    font-size: 12px;
    color: #6ec1e4;
}

.jet-portfolio .jet-portfolio__content-inner {
    padding: 10px;
}

.jet-portfolio .jet-portfolio__title {
    font-size: 22px;
    margin: 0 0 5px 0;
}

.jet-portfolio .jet-portfolio__category {
    font-size: 16px;
    margin: 0 0 5px 0;
}

.jet-portfolio .jet-portfolio__desc {
    font-size: 14px;
    margin: 0 0 5px 0;
}

.jet-portfolio .jet-portfolio__view-more {
    margin-top: 30px;
}

.jet-portfolio .jet-portfolio__view-more-button {
    background-color: #6ec1e4;
    color: #fff;
}

.jet-portfolio.preset-type-1 .jet-portfolio__title {
    color: #fff;
}

.jet-portfolio.preset-type-1 .jet-portfolio__category {
    color: #fff;
}

.jet-portfolio.preset-type-1 .jet-portfolio__desc {
    color: #fff;
}

.jet-portfolio.preset-type-1 .jet-portfolio__content-inner {
    background-color: #54595f;
}

.jet-portfolio.preset-type-2 .jet-portfolio__title {
    color: #54595f;
}

.jet-portfolio.preset-type-2 .jet-portfolio__category {
    color: #54595f;
}

.jet-portfolio.preset-type-2 .jet-portfolio__desc {
    color: #54595f;
}

.jet-portfolio.preset-type-2 .jet-portfolio__cover {
    background-color: rgba(84, 89, 95, 0.6);
}

    .jet-portfolio.preset-type-2 .jet-portfolio__cover i {
        font-size: 25px;
        color: #6ec1e4;
    }

.jet-portfolio.preset-type-3 .jet-portfolio__cover {
    background-color: rgba(84, 89, 95, 0.6);
}

    .jet-portfolio.preset-type-3 .jet-portfolio__cover i {
        font-size: 25px;
        color: #6ec1e4;
    }

.jet-portfolio.preset-type-4 .jet-portfolio__title {
    color: #fff;
}

.jet-portfolio.preset-type-4 .jet-portfolio__category {
    color: #fff;
}

.jet-portfolio.preset-type-4 .jet-portfolio__desc {
    color: #fff;
}

.jet-portfolio.preset-type-4 .jet-portfolio__content-inner {
    background-color: rgba(84, 89, 95, 0.6);
}

.jet-timeline__line {
    background-color: #e8e8f6;
}

.jet-timeline__line-progress {
    background-color: #55cdff;
}

.jet-timeline-item h5 {
    margin-top: 0;
}

.jet-timeline-item .timeline-item__card {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 30px 0 rgba(156, 156, 192, 0.26);
    box-shadow: 2px 2px 30px 0 rgba(156, 156, 192, 0.26);
}

.jet-timeline-item .timeline-item__card-img {
    font-size: 0;
}

.jet-timeline-item .timeline-item__card-arrow {
    background-color: #fff;
}

.jet-timeline-item .timeline-item__card-content {
    padding: 40px;
}

.jet-timeline-item .timeline-item__meta-content {
    font-size: 16px;
    color: #a0a0a2;
}

.jet-timeline-item .timeline-item__point-content {
    color: #fff;
    background-color: #e8e8f6;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.jet-timeline-item.is--active .timeline-item__point-content {
    background-color: #55cdff;
}

.jet-timeline-item.is--active .timeline-item__meta-content {
    color: #55cdff;
}

.jet-timeline-item--align-left .timeline-item__card {
    margin-left: 10px;
}

.jet-timeline-item--align-left .jet-timeline__line {
    margin-left: 20px;
}

.jet-timeline-item--align-right .timeline-item__card {
    margin-right: 10px;
}

.jet-timeline-item--align-right .jet-timeline__line {
    margin-right: 20px;
}

.jet-price-list .price-list {
    margin: 0;
}

.jet-price-list .price-list__item-separator {
    border-bottom: 2px dotted #434345;
}
/*! /wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css */
/*! elementor-icons - v5.6.2 - 13-02-2020 */
@font-face {
    font-family: eicons;
    src: url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.6.2);
    src: url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.6.2#iefix) format("embedded-opentype"), url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.6.2) format("woff2"), url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.6.2) format("woff"), url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.6.2) format("truetype"), url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.6.2#eicon) format("svg");
    font-weight: 400;
    font-style: normal;
}

[class*=" eicon-"],
[class^="eicon"] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@keyframes a {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.eicon-animation-spin {
    animation: a 2s infinite linear;
}

.eicon-editor-link:before {
    content: "\e800";
}

.eicon-editor-unlink:before {
    content: "\e801";
}

.eicon-editor-external-link:before {
    content: "\e802";
}

.eicon-editor-close:before {
    content: "\e803";
}

.eicon-editor-list-ol:before {
    content: "\e804";
}

.eicon-editor-list-ul:before {
    content: "\e805";
}

.eicon-editor-bold:before {
    content: "\e806";
}

.eicon-editor-italic:before {
    content: "\e807";
}

.eicon-editor-underline:before {
    content: "\e808";
}

.eicon-editor-paragraph:before {
    content: "\e809";
}

.eicon-editor-h1:before {
    content: "\e80a";
}

.eicon-editor-h2:before {
    content: "\e80b";
}

.eicon-editor-h3:before {
    content: "\e80c";
}

.eicon-editor-h4:before {
    content: "\e80d";
}

.eicon-editor-h5:before {
    content: "\e80e";
}

.eicon-editor-h6:before {
    content: "\e80f";
}

.eicon-editor-quote:before {
    content: "\e810";
}

.eicon-editor-code:before {
    content: "\e811";
}

.eicon-elementor:before {
    content: "\e812";
}

.eicon-elementor-square:before {
    content: "\e813";
}

.eicon-pojome:before {
    content: "\e814";
}

.eicon-plus:before {
    content: "\e815";
}

.eicon-menu-bar:before {
    content: "\e816";
}

.eicon-apps:before {
    content: "\e817";
}

.eicon-accordion:before {
    content: "\e818";
}

.eicon-alert:before {
    content: "\e819";
}

.eicon-animation-text:before {
    content: "\e81a";
}

.eicon-animation:before {
    content: "\e81b";
}

.eicon-banner:before {
    content: "\e81c";
}

.eicon-blockquote:before {
    content: "\e81d";
}

.eicon-button:before {
    content: "\e81e";
}

.eicon-call-to-action:before {
    content: "\e81f";
}

.eicon-captcha:before {
    content: "\e820";
}

.eicon-carousel:before {
    content: "\e821";
}

.eicon-checkbox:before {
    content: "\e822";
}

.eicon-columns:before {
    content: "\e823";
}

.eicon-countdown:before {
    content: "\e824";
}

.eicon-counter:before {
    content: "\e825";
}

.eicon-date:before {
    content: "\e826";
}

.eicon-divider-shape:before {
    content: "\e827";
}

.eicon-divider:before {
    content: "\e828";
}

.eicon-download-button:before {
    content: "\e829";
}

.eicon-dual-button:before {
    content: "\e82a";
}

.eicon-email-field:before {
    content: "\e82b";
}

.eicon-facebook-comments:before {
    content: "\e82c";
}

.eicon-facebook-like-box:before {
    content: "\e82d";
}

.eicon-form-horizontal:before {
    content: "\e82e";
}

.eicon-form-vertical:before {
    content: "\e82f";
}

.eicon-gallery-grid:before {
    content: "\e830";
}

.eicon-gallery-group:before {
    content: "\e831";
}

.eicon-gallery-justified:before {
    content: "\e832";
}

.eicon-gallery-masonry:before {
    content: "\e833";
}

.eicon-icon-box:before {
    content: "\e834";
}

.eicon-image-before-after:before {
    content: "\e835";
}

.eicon-image-box:before {
    content: "\e836";
}

.eicon-image-hotspot:before {
    content: "\e837";
}

.eicon-image-rollover:before {
    content: "\e838";
}

.eicon-info-box:before {
    content: "\e839";
}

.eicon-inner-section:before {
    content: "\e83a";
}

.eicon-mailchimp:before {
    content: "\e83b";
}

.eicon-menu-card:before {
    content: "\e83c";
}

.eicon-navigation-horizontal:before {
    content: "\e83d";
}

.eicon-nav-menu:before {
    content: "\e83e";
}

.eicon-navigation-vertical:before {
    content: "\e83f";
}

.eicon-number-field:before {
    content: "\e840";
}

.eicon-parallax:before {
    content: "\e841";
}

.eicon-php7:before {
    content: "\e842";
}

.eicon-post-list:before {
    content: "\e843";
}

.eicon-post-slider:before {
    content: "\e844";
}

.eicon-post:before {
    content: "\e845";
}

.eicon-posts-carousel:before {
    content: "\e846";
}

.eicon-posts-grid:before {
    content: "\e847";
}

.eicon-posts-group:before {
    content: "\e848";
}

.eicon-posts-justified:before {
    content: "\e849";
}

.eicon-posts-masonry:before {
    content: "\e84a";
}

.eicon-posts-ticker:before {
    content: "\e84b";
}

.eicon-price-list:before {
    content: "\e84c";
}

.eicon-price-table:before {
    content: "\e84d";
}

.eicon-radio:before {
    content: "\e84e";
}

.eicon-rtl:before {
    content: "\e84f";
}

.eicon-scroll:before {
    content: "\e850";
}

.eicon-search:before {
    content: "\e851";
}

.eicon-select:before {
    content: "\e852";
}

.eicon-share:before {
    content: "\e853";
}

.eicon-sidebar:before {
    content: "\e854";
}

.eicon-skill-bar:before {
    content: "\e855";
}

.eicon-slider-3d:before {
    content: "\e856";
}

.eicon-slider-album:before {
    content: "\e857";
}

.eicon-slider-device:before {
    content: "\e858";
}

.eicon-slider-full-screen:before {
    content: "\e859";
}

.eicon-slider-push:before {
    content: "\e85a";
}

.eicon-slider-vertical:before {
    content: "\e85b";
}

.eicon-slider-video:before {
    content: "\e85c";
}

.eicon-slides:before {
    content: "\e85d";
}

.eicon-social-icons:before {
    content: "\e85e";
}

.eicon-spacer:before {
    content: "\e85f";
}

.eicon-table:before {
    content: "\e860";
}

.eicon-tabs:before {
    content: "\e861";
}

.eicon-tel-field:before {
    content: "\e862";
}

.eicon-text-area:before {
    content: "\e863";
}

.eicon-text-field:before {
    content: "\e864";
}

.eicon-thumbnails-down:before {
    content: "\e865";
}

.eicon-thumbnails-half:before {
    content: "\e866";
}

.eicon-thumbnails-right:before {
    content: "\e867";
}

.eicon-time-line:before {
    content: "\e868";
}

.eicon-toggle:before {
    content: "\e869";
}

.eicon-url:before {
    content: "\e86a";
}

.eicon-t-letter:before {
    content: "\e86b";
}

.eicon-wordpress:before {
    content: "\e86c";
}

.eicon-text:before {
    content: "\e86d";
}

.eicon-anchor:before {
    content: "\e86e";
}

.eicon-bullet-list:before {
    content: "\e86f";
}

.eicon-code:before {
    content: "\e870";
}

.eicon-favorite:before {
    content: "\e871";
}

.eicon-google-maps:before {
    content: "\e872";
}

.eicon-image:before {
    content: "\e873";
}

.eicon-photo-library:before {
    content: "\e874";
}

.eicon-woocommerce:before {
    content: "\e875";
}

.eicon-youtube:before {
    content: "\e876";
}

.eicon-flip-box:before {
    content: "\e877";
}

.eicon-settings:before {
    content: "\e878";
}

.eicon-headphones:before {
    content: "\e879";
}

.eicon-testimonial:before {
    content: "\e87a";
}

.eicon-counter-circle:before {
    content: "\e87b";
}

.eicon-person:before {
    content: "\e87c";
}

.eicon-chevron-right:before {
    content: "\e87d";
}

.eicon-chevron-left:before {
    content: "\e87e";
}

.eicon-close:before {
    content: "\e87f";
}

.eicon-file-download:before {
    content: "\e880";
}

.eicon-save:before {
    content: "\e881";
}

.eicon-zoom-in:before {
    content: "\e882";
}

.eicon-shortcode:before {
    content: "\e883";
}

.eicon-nerd:before {
    content: "\e884";
}

.eicon-device-desktop:before {
    content: "\e885";
}

.eicon-device-tablet:before {
    content: "\e886";
}

.eicon-device-mobile:before {
    content: "\e887";
}

.eicon-document-file:before {
    content: "\e888";
}

.eicon-folder-o:before {
    content: "\e889";
}

.eicon-hypster:before {
    content: "\e88a";
}

.eicon-h-align-left:before {
    content: "\e88b";
}

.eicon-h-align-right:before {
    content: "\e88c";
}

.eicon-h-align-center:before {
    content: "\e88d";
}

.eicon-h-align-stretch:before {
    content: "\e88e";
}

.eicon-v-align-top:before {
    content: "\e88f";
}

.eicon-v-align-bottom:before {
    content: "\e890";
}

.eicon-v-align-middle:before {
    content: "\e891";
}

.eicon-v-align-stretch:before {
    content: "\e892";
}

.eicon-pro-icon:before {
    content: "\e893";
}

.eicon-mail:before {
    content: "\e894";
}

.eicon-lock-user:before {
    content: "\e895";
}

.eicon-testimonial-carousel:before {
    content: "\e896";
}

.eicon-media-carousel:before {
    content: "\e897";
}

.eicon-section:before {
    content: "\e898";
}

.eicon-column:before {
    content: "\e899";
}

.eicon-edit:before {
    content: "\e89a";
}

.eicon-clone:before {
    content: "\e89b";
}

.eicon-trash:before {
    content: "\e89c";
}

.eicon-play:before {
    content: "\e89d";
}

.eicon-angle-right:before {
    content: "\e89e";
}

.eicon-angle-left:before {
    content: "\e89f";
}

.eicon-animated-headline:before {
    content: "\e8a0";
}

.eicon-menu-toggle:before {
    content: "\e8a1";
}

.eicon-fb-embed:before {
    content: "\e8a2";
}

.eicon-fb-feed:before {
    content: "\e8a3";
}

.eicon-twitter-embed:before {
    content: "\e8a4";
}

.eicon-twitter-feed:before {
    content: "\e8a5";
}

.eicon-sync:before {
    content: "\e8a6";
}

.eicon-import-export:before {
    content: "\e8a7";
}

.eicon-check-circle:before {
    content: "\e8a8";
}

.eicon-library-save:before {
    content: "\e8a9";
}

.eicon-library-download:before {
    content: "\e8aa";
}

.eicon-insert:before {
    content: "\e8ab";
}

.eicon-preview-medium:before {
    content: "\e8ac";
}

.eicon-sort-down:before {
    content: "\e8ad";
}

.eicon-sort-up:before {
    content: "\e8ae";
}

.eicon-heading:before {
    content: "\e8af";
}

.eicon-logo:before {
    content: "\e8b0";
}

.eicon-meta-data:before {
    content: "\e8b1";
}

.eicon-post-content:before {
    content: "\e8b2";
}

.eicon-post-excerpt:before {
    content: "\e8b3";
}

.eicon-post-navigation:before {
    content: "\e8b4";
}

.eicon-yoast:before {
    content: "\e8b5";
}

.eicon-nerd-chuckle:before {
    content: "\e8b6";
}

.eicon-nerd-wink:before {
    content: "\e8b7";
}

.eicon-comments:before {
    content: "\e8b8";
}

.eicon-download-circle-o:before {
    content: "\e8b9";
}

.eicon-library-upload:before {
    content: "\e8ba";
}

.eicon-save-o:before {
    content: "\e8bb";
}

.eicon-upload-circle-o:before {
    content: "\e8bc";
}

.eicon-ellipsis-h:before {
    content: "\e8bd";
}

.eicon-ellipsis-v:before {
    content: "\e8be";
}

.eicon-arrow-left:before {
    content: "\e8bf";
}

.eicon-arrow-right:before {
    content: "\e8c0";
}

.eicon-arrow-up:before {
    content: "\e8c1";
}

.eicon-arrow-down:before {
    content: "\e8c2";
}

.eicon-play-o:before {
    content: "\e8c3";
}

.eicon-archive-posts:before {
    content: "\e8c4";
}

.eicon-archive-title:before {
    content: "\e8c5";
}

.eicon-featured-image:before {
    content: "\e8c6";
}

.eicon-post-info:before {
    content: "\e8c7";
}

.eicon-post-title:before {
    content: "\e8c8";
}

.eicon-site-logo:before {
    content: "\e8c9";
}

.eicon-site-search:before {
    content: "\e8ca";
}

.eicon-site-title:before {
    content: "\e8cb";
}

.eicon-plus-square:before {
    content: "\e8cc";
}

.eicon-minus-square:before {
    content: "\e8cd";
}

.eicon-cloud-check:before {
    content: "\e8ce";
}

.eicon-drag-n-drop:before {
    content: "\e8cf";
}

.eicon-welcome:before {
    content: "\e8d0";
}

.eicon-handle:before {
    content: "\e8d1";
}

.eicon-cart:before {
    content: "\e8d2";
}

.eicon-product-add-to-cart:before {
    content: "\e8d3";
}

.eicon-product-breadcrumbs:before {
    content: "\e8d4";
}

.eicon-product-categories:before {
    content: "\e8d5";
}

.eicon-product-description:before {
    content: "\e8d6";
}

.eicon-product-images:before {
    content: "\e8d7";
}

.eicon-product-info:before {
    content: "\e8d8";
}

.eicon-product-meta:before {
    content: "\e8d9";
}

.eicon-product-pages:before {
    content: "\e8da";
}

.eicon-product-price:before {
    content: "\e8db";
}

.eicon-product-rating:before {
    content: "\e8dc";
}

.eicon-product-related:before {
    content: "\e8dd";
}

.eicon-product-stock:before {
    content: "\e8de";
}

.eicon-product-tabs:before {
    content: "\e8df";
}

.eicon-product-title:before {
    content: "\e8e0";
}

.eicon-product-upsell:before {
    content: "\e8e1";
}

.eicon-products:before {
    content: "\e8e2";
}

.eicon-bag-light:before {
    content: "\e8e3";
}

.eicon-bag-medium:before {
    content: "\e8e4";
}

.eicon-bag-solid:before {
    content: "\e8e5";
}

.eicon-basket-light:before {
    content: "\e8e6";
}

.eicon-basket-medium:before {
    content: "\e8e7";
}

.eicon-basket-solid:before {
    content: "\e8e8";
}

.eicon-cart-light:before {
    content: "\e8e9";
}

.eicon-cart-medium:before {
    content: "\e8ea";
}

.eicon-cart-solid:before {
    content: "\e8eb";
}

.eicon-exchange:before {
    content: "\e8ec";
}

.eicon-preview-thin:before {
    content: "\e8ed";
}

.eicon-device-laptop:before {
    content: "\e8ee";
}

.eicon-collapse:before {
    content: "\e8ef";
}

.eicon-expand:before {
    content: "\e8f0";
}

.eicon-navigator:before {
    content: "\e8f1";
}

.eicon-plug:before {
    content: "\e8f2";
}

.eicon-dashboard:before {
    content: "\e8f3";
}

.eicon-typography:before {
    content: "\e8f4";
}

.eicon-info-circle-o:before {
    content: "\e8f5";
}

.eicon-integration:before {
    content: "\e8f6";
}

.eicon-plus-circle-o:before {
    content: "\e8f7";
}

.eicon-rating:before {
    content: "\e8f8";
}

.eicon-review:before {
    content: "\e8f9";
}

.eicon-tools:before {
    content: "\e8fa";
}

.eicon-loading:before {
    content: "\e8fb";
}

.eicon-sitemap:before {
    content: "\e8fc";
}

.eicon-click:before {
    content: "\e8fd";
}

.eicon-clock:before {
    content: "\e8fe";
}

.eicon-library-open:before {
    content: "\e8ff";
}

.eicon-warning:before {
    content: "\e900";
}

.eicon-flow:before {
    content: "\e901";
}

.eicon-cursor-move:before {
    content: "\e902";
}

.eicon-arrow-circle-left:before {
    content: "\e903";
}

.eicon-flash:before {
    content: "\e904";
}

.eicon-redo:before {
    content: "\e905";
}

.eicon-ban:before {
    content: "\e906";
}

.eicon-barcode:before {
    content: "\e907";
}

.eicon-calendar:before {
    content: "\e908";
}

.eicon-caret-left:before {
    content: "\e909";
}

.eicon-caret-right:before {
    content: "\e90a";
}

.eicon-caret-up:before {
    content: "\e90b";
}

.eicon-chain-broken:before {
    content: "\e90c";
}

.eicon-check-circle-o:before {
    content: "\e90d";
}

.eicon-check:before {
    content: "\e90e";
}

.eicon-chevron-double-left:before {
    content: "\e90f";
}

.eicon-chevron-double-right:before {
    content: "\e910";
}

.eicon-undo:before {
    content: "\e911";
}

.eicon-filter:before {
    content: "\e912";
}

.eicon-circle-o:before {
    content: "\e913";
}

.eicon-circle:before {
    content: "\e914";
}

.eicon-clock-o:before {
    content: "\e915";
}

.eicon-cog:before {
    content: "\e916";
}

.eicon-cogs:before {
    content: "\e917";
}

.eicon-commenting-o:before {
    content: "\e918";
}

.eicon-copy:before {
    content: "\e919";
}

.eicon-database:before {
    content: "\e91a";
}

.eicon-dot-circle-o:before {
    content: "\e91b";
}

.eicon-envelope:before {
    content: "\e91c";
}

.eicon-external-link-square:before {
    content: "\e91d";
}

.eicon-eyedropper:before {
    content: "\e91e";
}

.eicon-folder:before {
    content: "\e91f";
}

.eicon-font:before {
    content: "\e920";
}

.eicon-adjust:before {
    content: "\e921";
}

.eicon-lightbox:before {
    content: "\e922";
}

.eicon-heart-o:before {
    content: "\e923";
}

.eicon-history:before {
    content: "\e924";
}

.eicon-image-bold:before {
    content: "\e925";
}

.eicon-info-circle:before {
    content: "\e926";
}

.eicon-link:before {
    content: "\e927";
}

.eicon-long-arrow-left:before {
    content: "\e928";
}

.eicon-long-arrow-right:before {
    content: "\e929";
}

.eicon-caret-down:before {
    content: "\e92a";
}

.eicon-paint-brush:before {
    content: "\e92b";
}

.eicon-pencil:before {
    content: "\e92c";
}

.eicon-plus-circle:before {
    content: "\e92d";
}

.eicon-zoom-in-bold:before {
    content: "\e92e";
}

.eicon-sort-amount-desc:before {
    content: "\e92f";
}

.eicon-sign-out:before {
    content: "\e930";
}

.eicon-spinner:before {
    content: "\e931";
}

.eicon-square:before {
    content: "\e932";
}

.eicon-star-o:before {
    content: "\e933";
}

.eicon-star:before {
    content: "\e934";
}

.eicon-text-align-justify:before {
    content: "\e935";
}

.eicon-text-align-center:before {
    content: "\e936";
}

.eicon-tags:before {
    content: "\e937";
}

.eicon-text-align-left:before {
    content: "\e938";
}

.eicon-text-align-right:before {
    content: "\e939";
}

.eicon-close-circle:before {
    content: "\e93a";
}

.eicon-trash-o:before {
    content: "\e93b";
}

.eicon-font-awesome:before {
    content: "\e93c";
}

.eicon-user-circle-o:before {
    content: "\e93d";
}

.eicon-video-camera:before {
    content: "\e93e";
}

.eicon-heart:before {
    content: "\e93f";
}

.eicon-wrench:before {
    content: "\e940";
}

.eicon-help:before {
    content: "\e941";
}

.eicon-help-o:before {
    content: "\e942";
}

.eicon-zoom-out-bold:before {
    content: "\e943";
}

.eicon-plus-square-o:before {
    content: "\e944";
}

.eicon-minus-square-o:before {
    content: "\e945";
}

.eicon-minus-circle:before {
    content: "\e946";
}

.eicon-minus-circle-o:before {
    content: "\e947";
}

.eicon-code-bold:before {
    content: "\e948";
}

.eicon-cloud-upload:before {
    content: "\e949";
}

.eicon-search-bold:before {
    content: "\e94a";
}

.eicon-map-pin:before {
    content: "\e94b";
}

.eicon-meetup:before {
    content: "\e94c";
}

.eicon-slideshow:before {
    content: "\e94d";
}

.eicon-t-letter-bold:before {
    content: "\e94e";
}

.eicon-preferences:before {
    content: "\e94f";
}

.eicon-table-of-contents:before {
    content: "\e950";
}

.eicon-tv:before {
    content: "\e951";
}

.eicon-upload:before {
    content: "\e952";
}

.eicon-instagram-comments:before {
    content: "\e953";
}

.eicon-instagram-nested-gallery:before {
    content: "\e954";
}

.eicon-instagram-post:before {
    content: "\e955";
}

.eicon-instagram-video:before {
    content: "\e956";
}

.eicon-instagram-gallery:before {
    content: "\e957";
}

.eicon-instagram-likes:before {
    content: "\e958";
}

.eicon-facebook:before {
    content: "\e959";
}

.eicon-twitter:before {
    content: "\e95a";
}

.eicon-pinterest:before {
    content: "\e95b";
}

.eicon-frame-expand:before {
    content: "\e95c";
}

.eicon-frame-minimize:before {
    content: "\e95d";
}

.eicon-archive:before {
    content: "\e95e";
}

.eicon-colors-typography:before {
    content: "\e95f";
}

.eicon-custom:before {
    content: "\e960";
}

.eicon-footer:before {
    content: "\e961";
}

.eicon-header:before {
    content: "\e962";
}

.eicon-layout-settings:before {
    content: "\e963";
}

.eicon-lightbox-expand:before {
    content: "\e964";
}

.eicon-error-404:before {
    content: "\e965";
}

.eicon-theme-style:before {
    content: "\e966";
}

.eicon-search-results:before {
    content: "\e967";
}

.eicon-single-post:before {
    content: "\e968";
}

.eicon-site-identity:before {
    content: "\e969";
}

.eicon-theme-builder:before {
    content: "\e96a";
}

.eicon-download-bold:before {
    content: "\e96b";
}

.eicon-share-arrow:before {
    content: "\e96c";
}

.eicon-global-settings:before {
    content: "\e96d";
}

.eicon-user-preferences:before {
    content: "\e96e";
}

.eicon-lock:before {
    content: "\e96f";
}

.eicon-eye:before {
    content: "\e8ac";
}
/*! /wp-content/plugins/elementor/assets/lib/animations/animations.min.css */
@keyframes bounce {
    20%, 53%, 80%, from, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}

@keyframes flash {
    50%, from, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    animation-name: flash;
}

@keyframes pulse {
    from, to {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
}

.pulse {
    animation-name: pulse;
}

@keyframes rubberBand {
    from, to {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, 0.95, 1);
    }
}

.rubberBand {
    animation-name: rubberBand;
}

@keyframes shake {
    from, to {
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    animation-name: shake;
}

@keyframes headShake {
    0% {
        transform: translateX(0);
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        transform: translateX(0);
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake;
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

@keyframes tada {
    from, to {
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
}

.tada {
    animation-name: tada;
}

@keyframes wobble {
    from, to {
        transform: none;
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
}

.wobble {
    animation-name: wobble;
}

@keyframes jello {
    11.1%, from, to {
        transform: none;
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    animation-name: jello;
    transform-origin: center;
}

@keyframes bounceIn {
    20%, 40%, 60%, 80%, from, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    animation-name: bounceIn;
}

@keyframes bounceInDown {
    60%, 75%, 90%, from, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }

    75% {
        transform: translate3d(0, -10px, 0);
    }

    90% {
        transform: translate3d(0, 5px, 0);
    }

    to {
        transform: none;
    }
}

.bounceInDown {
    animation-name: bounceInDown;
}

@keyframes bounceInLeft {
    60%, 75%, 90%, from, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }

    75% {
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        transform: translate3d(5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInLeft {
    animation-name: bounceInLeft;
}

@keyframes bounceInRight {
    60%, 75%, 90%, from, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        transform: translate3d(10px, 0, 0);
    }

    90% {
        transform: translate3d(-5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInRight {
    animation-name: bounceInRight;
}

@keyframes bounceInUp {
    60%, 75%, 90%, from, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    75% {
        transform: translate3d(0, 10px, 0);
    }

    90% {
        transform: translate3d(0, -5px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.rollIn {
    animation-name: rollIn;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    animation-name: zoomInDown;
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    animation-name: zoomInRight;
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    animation-name: zoomInUp;
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    animation-name: slideInUp;
}

.elementor-animation-grow {
    transition-duration: 0.3s;
    transition-property: transform;
}

    .elementor-animation-grow:active,
    .elementor-animation-grow:focus,
    .elementor-animation-grow:hover {
        transform: scale(1.1);
    }

.elementor-animation-shrink {
    transition-duration: 0.3s;
    transition-property: transform;
}

    .elementor-animation-shrink:active,
    .elementor-animation-shrink:focus,
    .elementor-animation-shrink:hover {
        transform: scale(0.9);
    }

@keyframes elementor-animation-pulse {
    25% {
        transform: scale(1.1);
    }

    75% {
        transform: scale(0.9);
    }
}

.elementor-animation-pulse:active,
.elementor-animation-pulse:focus,
.elementor-animation-pulse:hover {
    animation-name: elementor-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes elementor-animation-pulse-grow {
    to {
        transform: scale(1.1);
    }
}

.elementor-animation-pulse-grow:active,
.elementor-animation-pulse-grow:focus,
.elementor-animation-pulse-grow:hover {
    animation-name: elementor-animation-pulse-grow;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes elementor-animation-pulse-shrink {
    to {
        transform: scale(0.9);
    }
}

.elementor-animation-pulse-shrink:active,
.elementor-animation-pulse-shrink:focus,
.elementor-animation-pulse-shrink:hover {
    animation-name: elementor-animation-pulse-shrink;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes elementor-animation-push {
    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

.elementor-animation-push:active,
.elementor-animation-push:focus,
.elementor-animation-push:hover {
    animation-name: elementor-animation-push;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

@keyframes elementor-animation-pop {
    50% {
        transform: scale(1.2);
    }
}

.elementor-animation-pop:active,
.elementor-animation-pop:focus,
.elementor-animation-pop:hover {
    animation-name: elementor-animation-pop;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

.elementor-animation-bounce-in {
    transition-duration: 0.5s;
}

    .elementor-animation-bounce-in:active,
    .elementor-animation-bounce-in:focus,
    .elementor-animation-bounce-in:hover {
        transform: scale(1.2);
        transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    }

.elementor-animation-bounce-out {
    transition-duration: 0.5s;
}

    .elementor-animation-bounce-out:active,
    .elementor-animation-bounce-out:focus,
    .elementor-animation-bounce-out:hover {
        transform: scale(0.8);
        transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    }

.elementor-animation-rotate {
    transition-duration: 0.3s;
    transition-property: transform;
}

    .elementor-animation-rotate:active,
    .elementor-animation-rotate:focus,
    .elementor-animation-rotate:hover {
        transform: rotate(4deg);
    }

.elementor-animation-grow-rotate {
    transition-duration: 0.3s;
    transition-property: transform;
}

    .elementor-animation-grow-rotate:active,
    .elementor-animation-grow-rotate:focus,
    .elementor-animation-grow-rotate:hover {
        transform: scale(1.1) rotate(4deg);
    }

.elementor-animation-float {
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

    .elementor-animation-float:active,
    .elementor-animation-float:focus,
    .elementor-animation-float:hover {
        transform: translateY(-8px);
    }

.elementor-animation-sink {
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

    .elementor-animation-sink:active,
    .elementor-animation-sink:focus,
    .elementor-animation-sink:hover {
        transform: translateY(8px);
    }

@keyframes elementor-animation-bob {
    0% {
        transform: translateY(-8px);
    }

    50% {
        transform: translateY(-4px);
    }

    100% {
        transform: translateY(-8px);
    }
}

@keyframes elementor-animation-bob-float {
    100% {
        transform: translateY(-8px);
    }
}

.elementor-animation-bob:active,
.elementor-animation-bob:focus,
.elementor-animation-bob:hover {
    animation-name: elementor-animation-bob-float, elementor-animation-bob;
    animation-duration: 0.3s, 1.5s;
    animation-delay: 0s, 0.3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate;
}

@keyframes elementor-animation-hang {
    0% {
        transform: translateY(8px);
    }

    50% {
        transform: translateY(4px);
    }

    100% {
        transform: translateY(8px);
    }
}

@keyframes elementor-animation-hang-sink {
    100% {
        transform: translateY(8px);
    }
}

.elementor-animation-hang:active,
.elementor-animation-hang:focus,
.elementor-animation-hang:hover {
    animation-name: elementor-animation-hang-sink, elementor-animation-hang;
    animation-duration: 0.3s, 1.5s;
    animation-delay: 0s, 0.3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate;
}

.elementor-animation-skew {
    transition-duration: 0.3s;
    transition-property: transform;
}

    .elementor-animation-skew:active,
    .elementor-animation-skew:focus,
    .elementor-animation-skew:hover {
        transform: skew(-10deg);
    }

.elementor-animation-skew-forward {
    transition-duration: 0.3s;
    transition-property: transform;
    transform-origin: 0 100%;
}

    .elementor-animation-skew-forward:active,
    .elementor-animation-skew-forward:focus,
    .elementor-animation-skew-forward:hover {
        transform: skew(-10deg);
    }

.elementor-animation-skew-backward {
    transition-duration: 0.3s;
    transition-property: transform;
    transform-origin: 0 100%;
}

    .elementor-animation-skew-backward:active,
    .elementor-animation-skew-backward:focus,
    .elementor-animation-skew-backward:hover {
        transform: skew(10deg);
    }

@keyframes elementor-animation-wobble-vertical {
    16.65% {
        transform: translateY(8px);
    }

    33.3% {
        transform: translateY(-6px);
    }

    49.95% {
        transform: translateY(4px);
    }

    66.6% {
        transform: translateY(-2px);
    }

    83.25% {
        transform: translateY(1px);
    }

    100% {
        transform: translateY(0);
    }
}

.elementor-animation-wobble-vertical:active,
.elementor-animation-wobble-vertical:focus,
.elementor-animation-wobble-vertical:hover {
    animation-name: elementor-animation-wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-horizontal {
    16.65% {
        transform: translateX(8px);
    }

    33.3% {
        transform: translateX(-6px);
    }

    49.95% {
        transform: translateX(4px);
    }

    66.6% {
        transform: translateX(-2px);
    }

    83.25% {
        transform: translateX(1px);
    }

    100% {
        transform: translateX(0);
    }
}

.elementor-animation-wobble-horizontal:active,
.elementor-animation-wobble-horizontal:focus,
.elementor-animation-wobble-horizontal:hover {
    animation-name: elementor-animation-wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-to-bottom-right {
    16.65% {
        transform: translate(8px, 8px);
    }

    33.3% {
        transform: translate(-6px, -6px);
    }

    49.95% {
        transform: translate(4px, 4px);
    }

    66.6% {
        transform: translate(-2px, -2px);
    }

    83.25% {
        transform: translate(1px, 1px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.elementor-animation-wobble-to-bottom-right:active,
.elementor-animation-wobble-to-bottom-right:focus,
.elementor-animation-wobble-to-bottom-right:hover {
    animation-name: elementor-animation-wobble-to-bottom-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-to-top-right {
    16.65% {
        transform: translate(8px, -8px);
    }

    33.3% {
        transform: translate(-6px, 6px);
    }

    49.95% {
        transform: translate(4px, -4px);
    }

    66.6% {
        transform: translate(-2px, 2px);
    }

    83.25% {
        transform: translate(1px, -1px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.elementor-animation-wobble-to-top-right:active,
.elementor-animation-wobble-to-top-right:focus,
.elementor-animation-wobble-to-top-right:hover {
    animation-name: elementor-animation-wobble-to-top-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-top {
    16.65% {
        transform: skew(-12deg);
    }

    33.3% {
        transform: skew(10deg);
    }

    49.95% {
        transform: skew(-6deg);
    }

    66.6% {
        transform: skew(4deg);
    }

    83.25% {
        transform: skew(-2deg);
    }

    100% {
        transform: skew(0);
    }
}

.elementor-animation-wobble-top {
    transform-origin: 0 100%;
}

    .elementor-animation-wobble-top:active,
    .elementor-animation-wobble-top:focus,
    .elementor-animation-wobble-top:hover {
        animation-name: elementor-animation-wobble-top;
        animation-duration: 1s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: 1;
    }

@keyframes elementor-animation-wobble-bottom {
    16.65% {
        transform: skew(-12deg);
    }

    33.3% {
        transform: skew(10deg);
    }

    49.95% {
        transform: skew(-6deg);
    }

    66.6% {
        transform: skew(4deg);
    }

    83.25% {
        transform: skew(-2deg);
    }

    100% {
        transform: skew(0);
    }
}

.elementor-animation-wobble-bottom {
    transform-origin: 100% 0;
}

    .elementor-animation-wobble-bottom:active,
    .elementor-animation-wobble-bottom:focus,
    .elementor-animation-wobble-bottom:hover {
        animation-name: elementor-animation-wobble-bottom;
        animation-duration: 1s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: 1;
    }

@keyframes elementor-animation-wobble-skew {
    16.65% {
        transform: skew(-12deg);
    }

    33.3% {
        transform: skew(10deg);
    }

    49.95% {
        transform: skew(-6deg);
    }

    66.6% {
        transform: skew(4deg);
    }

    83.25% {
        transform: skew(-2deg);
    }

    100% {
        transform: skew(0);
    }
}

.elementor-animation-wobble-skew:active,
.elementor-animation-wobble-skew:focus,
.elementor-animation-wobble-skew:hover {
    animation-name: elementor-animation-wobble-skew;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

@keyframes elementor-animation-buzz {
    50% {
        transform: translateX(3px) rotate(2deg);
    }

    100% {
        transform: translateX(-3px) rotate(-2deg);
    }
}

.elementor-animation-buzz:active,
.elementor-animation-buzz:focus,
.elementor-animation-buzz:hover {
    animation-name: elementor-animation-buzz;
    animation-duration: 0.15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes elementor-animation-buzz-out {
    10% {
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        transform: translateX(1px) rotate(0);
    }

    100% {
        transform: translateX(-1px) rotate(0);
    }
}

.elementor-animation-buzz-out:active,
.elementor-animation-buzz-out:focus,
.elementor-animation-buzz-out:hover {
    animation-name: elementor-animation-buzz-out;
    animation-duration: 0.75s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}
/*! /wp-content/uploads/elementor/css/custom-frontend.min.css */
.dialog-widget-content {
    background-color: #fff;
    position: absolute;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.dialog-message {
    font-size: 12px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dialog-type-lightbox {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .dialog-type-lightbox .dialog-widget-content {
        margin: auto;
        width: 375px;
    }

    .dialog-type-lightbox .dialog-header {
        font-size: 15px;
        color: #495157;
        padding: 30px 0 10px;
        font-weight: 500;
    }

    .dialog-type-lightbox .dialog-message {
        padding: 0 30px 30px;
        min-height: 50px;
    }

    .dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,
    .dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
        text-align: center;
    }

    .dialog-type-lightbox .dialog-buttons-wrapper {
        border-top: 1px solid #e6e9ec;
        text-align: center;
    }

        .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button {
            font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
            width: 50%;
            border: none;
            background: none;
            color: #6d7882;
            font-size: 15px;
            cursor: pointer;
            padding: 13px 0;
            outline: 0;
        }

            .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:hover {
                background-color: #f4f6f7;
            }

            .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button.dialog-ok {
                color: #b01b1b;
            }

            .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button.dialog-take_over {
                color: #39b54a;
            }

            .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:active {
                background-color: rgba(230, 233, 236, 0.5);
            }

            .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button::-moz-focus-inner {
                border: 0;
            }

.dialog-close-button {
    cursor: pointer;
    position: absolute;
    margin-top: 15px;
    right: 15px;
    font-size: 15px;
    line-height: 1;
}

    .dialog-close-button:not(:hover) {
        opacity: 0.4;
    }

.dialog-alert-widget .dialog-buttons-wrapper > button {
    width: 100%;
}

.dialog-confirm-widget .dialog-button:first-child {
    border-right: 1px solid #e6e9ec;
}

.dialog-prevent-scroll {
    overflow: hidden;
    max-height: 100vh;
}

@media (min-width: 1024px) {
    body.admin-bar .dialog-lightbox-widget {
        height: -webkit-calc(100vh - 32px);
        height: calc(100vh - 32px);
    }
}

@media (max-width: 1024px) {
    body.admin-bar .dialog-type-lightbox {
        position: -webkit-sticky;
        position: sticky;
        height: 100vh;
    }
}

.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
    padding-bottom: 42.8571%;
}

.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
    padding-bottom: 56.25%;
}

.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
    padding-bottom: 75%;
}

.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
    padding-bottom: 66.6666%;
}

.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
    padding-bottom: 100%;
}

.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
    padding-bottom: 177.8%;
}

.elementor-fit-aspect-ratio {
    position: relative;
    height: 0;
}

    .elementor-fit-aspect-ratio iframe {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border: 0;
        background-color: #000;
    }

    .elementor-fit-aspect-ratio video {
        width: 100%;
    }

.flatpickr-calendar {
    width: 280px;
}

    .flatpickr-calendar .flatpickr-current-month span.cur-month {
        font-weight: 300;
    }

    .flatpickr-calendar .dayContainer {
        width: 280px;
        min-width: 280px;
        max-width: 280px;
    }

    .flatpickr-calendar .flatpickr-days {
        width: 280px;
    }

    .flatpickr-calendar .flatpickr-day {
        max-width: 37px;
        height: 37px;
        line-height: 37px;
    }

.elementor-templates-modal .dialog-widget-content {
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    background-color: #f1f3f5;
    width: 100%;
}

@media (max-width: 1439px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 990px;
    }
}

@media (min-width: 1440px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 1200px;
    }
}

.elementor-templates-modal .dialog-header {
    padding: 0;
    z-index: 1;
}

.elementor-templates-modal .dialog-buttons-wrapper,
.elementor-templates-modal .dialog-header {
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    position: relative;
}

.elementor-templates-modal .dialog-buttons-wrapper {
    border: none;
    display: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5px;
}

    .elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
        height: 40px;
        margin-left: 5px;
    }

    .elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
        padding: 12px 36px;
        color: #fff;
        width: auto;
        font-size: 15px;
    }

        .elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover {
            background-color: #39b54a;
        }

.elementor-templates-modal .dialog-message {
    height: 750px;
    max-height: 85vh;
    overflow: auto;
    padding-top: 25px;
}

.elementor-templates-modal .dialog-content {
    height: 100%;
}

.elementor-templates-modal .dialog-loading {
    display: none;
}

.elementor-templates-modal__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
}

.elementor-templates-modal__header__logo {
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}

.elementor-templates-modal__header__logo-area {
    text-align: left;
    padding-left: 15px;
}

    .elementor-templates-modal__header__logo-area > * {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

.elementor-templates-modal__header__logo__icon-wrapper {
    margin-right: 10px;
}

.elementor-templates-modal__header__logo__title {
    padding-top: 2px;
}

.elementor-templates-modal__header__logo i {
    font-size: 10px;
}

.elementor-templates-modal__header__items-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.elementor-templates-modal__header__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    .elementor-templates-modal__header__item > i {
        font-size: 20px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        cursor: pointer;
    }

        .elementor-templates-modal__header__item > i:not(:hover) {
            color: #a4afb7;
        }

.elementor-templates-modal__header__close--normal {
    width: 45px;
    border-left: 1px solid #e6e9ec;
}

    .elementor-templates-modal__header__close--normal i {
        font-size: 18px;
    }

.elementor-templates-modal__header__close--skip {
    padding: 10px 10px 10px 20px;
    margin-right: 10px;
    color: #fff;
    background-color: #a4afb7;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

    .elementor-templates-modal__header__close--skip > i {
        font-size: inherit;
        padding-left: 10px;
        margin-left: 15px;
        border-left: 1px solid;
    }

        .elementor-templates-modal__header__close--skip > i:not(:hover) {
            color: #fff;
        }

.elementor-templates-modal__sidebar {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%;
    background-color: hsla(0, 0%, 100%, 0.3);
}

.elementor-templates-modal__content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-shadow: 0 0 13px inset rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 13px rgba(0, 0, 0, 0.05);
}

.elementor-hidden {
    display: none;
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.elementor-clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0;
}

.elementor-gradient-logo {
    background-image: -webkit-linear-gradient(225deg, #f2295b, #434363);
    background-image: -o-linear-gradient(225deg, #f2295b, #434363);
    background-image: linear-gradient(-135deg, #f2295b, #434363);
    display: inline-block;
    padding: 0.6em;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
}

    .elementor-gradient-logo i {
        color: #fff;
        display: block;
    }

.elementor {
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
}

    .elementor *,
    .elementor :after,
    .elementor :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .elementor a {
        -webkit-box-shadow: none;
        box-shadow: none;
        text-decoration: none;
    }

    .elementor hr {
        margin: 0;
        background-color: transparent;
    }

    .elementor img {
        /*height: auto;
        max-width: 100%;
        border: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;*/
    }

    .elementor .elementor-widget:not(.elementor-widget-text-editor) figure {
        margin: 0;
    }

    .elementor embed,
    .elementor iframe,
    .elementor object,
    .elementor video {
        max-width: 100%;
        width: 100%;
        margin: 0;
        line-height: 1;
        border: none;
    }

    .elementor .elementor-custom-embed {
        line-height: 0;
    }

    .elementor .elementor-background,
    .elementor .elementor-background-holder,
    .elementor .elementor-background-video-container {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        overflow: hidden;
        z-index: 0;
        direction: ltr;
    }

    .elementor .elementor-background-video-container {
        -webkit-transition: opacity 1s;
        -o-transition: opacity 1s;
        transition: opacity 1s;
        pointer-events: none;
    }

        .elementor .elementor-background-video-container.elementor-loading {
            opacity: 0;
        }

    .elementor .elementor-background-video-embed {
        max-width: none;
    }

    .elementor .elementor-background-video,
    .elementor .elementor-background-video-embed,
    .elementor .elementor-background-video-hosted {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .elementor .elementor-background-video {
        max-width: none;
    }

    .elementor .elementor-html5-video {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .elementor .elementor-background-overlay,
    .elementor .elementor-background-slideshow {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
    }

    .elementor .elementor-background-slideshow {
        z-index: 0;
    }

    .elementor .elementor-background-slideshow__slide__image {
        width: 100%;
        height: 100%;
        background-position: 50%;
        -webkit-background-size: cover;
        background-size: cover;
    }

.elementor-widget-wrap > .elementor-element.elementor-absolute {
    position: absolute;
}

.elementor-widget-wrap > .elementor-element.elementor-fixed {
    position: fixed;
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
    max-width: 100%;
}

@media (max-width: 1199px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
        max-width: 100%;
    }
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
    z-index: 1;
}

.elementor-invisible {
    visibility: hidden;
}

.elementor-align-center {
    text-align: center;
}

    .elementor-align-center .elementor-button {
        width: auto;
    }

.elementor-align-right {
    text-align: right;
}

    .elementor-align-right .elementor-button {
        width: auto;
    }

.elementor-align-left {
    text-align: left;
}

    .elementor-align-left .elementor-button {
        width: auto;
    }

.elementor-align-justify .elementor-button {
    width: 100%;
}

.elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .elementor-custom-embed-play i {
        font-size: 100px;
        color: #fff;
        opacity: 0.8;
        text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .elementor-custom-embed-play.elementor-playing i {
        font-family: eicons;
        -webkit-animation: fa-spin 2s linear infinite;
        animation: fa-spin 2s linear infinite;
    }

        .elementor-custom-embed-play.elementor-playing i:before {
            content: "\e8fb";
        }

.elementor-tag {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.elementor-ken-burns {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 10s;
    -o-transition-duration: 10s;
    transition-duration: 10s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.elementor-ken-burns--out {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.elementor-ken-burns--active {
    -webkit-transition-duration: 20s;
    -o-transition-duration: 20s;
    transition-duration: 20s;
}

    .elementor-ken-burns--active.elementor-ken-burns--out {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .elementor-ken-burns--active.elementor-ken-burns--in {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }

@media (max-width: 1199px) {
    /*.elementor-tablet-align-center {
        text-align: center;
    }

        .elementor-tablet-align-center .elementor-button {
            width: auto;
        }

    .elementor-tablet-align-right {
        text-align: right;
    }

        .elementor-tablet-align-right .elementor-button {
            width: auto;
        }

    .elementor-tablet-align-left {
        text-align: left;
    }

        .elementor-tablet-align-left .elementor-button {
            width: auto;
        }

    .elementor-tablet-align-justify .elementor-button {
        width: 100%;
    }*/
}

@media (max-width: 767px) {
    .elementor-mobile-align-center {
        text-align: center;
    }

        .elementor-mobile-align-center .elementor-button {
            width: auto;
        }

    .elementor-mobile-align-right {
        text-align: right;
    }

        .elementor-mobile-align-right .elementor-button {
            width: auto;
        }

    .elementor-mobile-align-left {
        text-align: left;
    }

        .elementor-mobile-align-left .elementor-button {
            width: auto;
        }

    .elementor-mobile-align-justify .elementor-button {
        width: 100%;
    }
}

#wpadminbar #wp-admin-bar-elementor_edit_page > .ab-item:before {
    content: "\e813";
    font-family: eicons;
    top: 3px;
    font-size: 18px;
}

#wpadminbar #wp-admin-bar-elementor_inspector > .ab-item:before {
    content: "\f348";
    top: 2px;
}

.elementor-section {
    position: relative;
}

    .elementor-section .elementor-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: auto;
        margin-left: auto;
        position: relative;
    }

    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1140px;
    }

    .elementor-section.elementor-section-stretched {
        position: relative;
        width: 100%;
    }

    .elementor-section.elementor-section-items-top > .elementor-container {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .elementor-section.elementor-section-items-middle > .elementor-container {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .elementor-section.elementor-section-items-bottom > .elementor-container {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

@media (min-width: 768px) {
    .elementor-section.elementor-section-height-full {
        height: 100vh;
    }

        .elementor-section.elementor-section-height-full > .elementor-container {
            height: 100%;
        }
}

.elementor-bc-flex-widget .elementor-section-content-top > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.elementor-bc-flex-widget .elementor-section-content-middle > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.elementor-bc-flex-widget .elementor-section-content-bottom > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1199px) {
    .elementor-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.elementor-column-wrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.elementor-widget-wrap > .elementor-element {
    width: 100%;
}

.elementor-widget {
    position: relative;
}

    .elementor-widget:not(:last-child) {
        margin-bottom: 20px;
    }

        .elementor-widget:not(:last-child).elementor-absolute,
        .elementor-widget:not(:last-child).elementor-widget__width-auto,
        .elementor-widget:not(:last-child).elementor-widget__width-initial {
            margin-bottom: 0;
        }

.elementor-column {
    position: relative;
    min-height: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.elementor-column-gap-narrow > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 5px;
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 10px;
}

.elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 15px;
}

.elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 20px;
}

.elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 30px;
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0;
}

@media (min-width: 768px) {
    .elementor-column.elementor-col-10,
    .elementor-column[data-col="10"] {
        width: 10%;
    }

    .elementor-column.elementor-col-11,
    .elementor-column[data-col="11"] {
        width: 11.111%;
    }

    .elementor-column.elementor-col-12,
    .elementor-column[data-col="12"] {
        width: 12.5%;
    }

    .elementor-column.elementor-col-14,
    .elementor-column[data-col="14"] {
        width: 14.285%;
    }

    .elementor-column.elementor-col-16,
    .elementor-column[data-col="16"] {
        width: 16.666%;
    }

    .elementor-column.elementor-col-20,
    .elementor-column[data-col="20"] {
        width: 20%;
    }

    .elementor-column.elementor-col-25,
    .elementor-column[data-col="25"] {
        width: 25%;
    }

    .elementor-column.elementor-col-30,
    .elementor-column[data-col="30"] {
        width: 30%;
    }

    .elementor-column.elementor-col-33,
    .elementor-column[data-col="33"] {
        width: 33.333%;
    }

    .elementor-column.elementor-col-40,
    .elementor-column[data-col="40"] {
        width: 40%;
    }

    .elementor-column.elementor-col-50,
    .elementor-column[data-col="50"] {
        width: 50%;
    }

    .elementor-column.elementor-col-60,
    .elementor-column[data-col="60"] {
        width: 60%;
    }

    .elementor-column.elementor-col-66,
    .elementor-column[data-col="66"] {
        width: 66.666%;
    }

    .elementor-column.elementor-col-70,
    .elementor-column[data-col="70"] {
        width: 70%;
    }

    .elementor-column.elementor-col-75,
    .elementor-column[data-col="75"] {
        width: 75%;
    }

    .elementor-column.elementor-col-80,
    .elementor-column[data-col="80"] {
        width: 80%;
    }

    .elementor-column.elementor-col-83,
    .elementor-column[data-col="83"] {
        width: 83.333%;
    }

    .elementor-column.elementor-col-90,
    .elementor-column[data-col="90"] {
        width: 90%;
    }

    .elementor-column.elementor-col-100,
    .elementor-column[data-col="100"] {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .elementor-column.elementor-xs-10 {
        width: 10%;
    }

    .elementor-column.elementor-xs-11 {
        width: 11.111%;
    }

    .elementor-column.elementor-xs-12 {
        width: 12.5%;
    }

    .elementor-column.elementor-xs-14 {
        width: 14.285%;
    }

    .elementor-column.elementor-xs-16 {
        width: 16.666%;
    }

    .elementor-column.elementor-xs-20 {
        width: 20%;
    }

    .elementor-column.elementor-xs-25 {
        width: 25%;
    }

    .elementor-column.elementor-xs-30 {
        width: 30%;
    }

    .elementor-column.elementor-xs-33 {
        width: 33.333%;
    }

    .elementor-column.elementor-xs-40 {
        width: 40%;
    }

    .elementor-column.elementor-xs-50 {
        width: 50%;
    }

    .elementor-column.elementor-xs-60 {
        width: 60%;
    }

    .elementor-column.elementor-xs-66 {
        width: 66.666%;
    }

    .elementor-column.elementor-xs-70 {
        width: 70%;
    }

    .elementor-column.elementor-xs-75 {
        width: 75%;
    }

    .elementor-column.elementor-xs-80 {
        width: 80%;
    }

    .elementor-column.elementor-xs-83 {
        width: 83.333%;
    }

    .elementor-column.elementor-xs-90 {
        width: 90%;
    }

    .elementor-column.elementor-xs-100 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .elementor-column.elementor-sm-10 {
        width: 10%;
    }

    .elementor-column.elementor-sm-11 {
        width: 11.111%;
    }

    .elementor-column.elementor-sm-12 {
        width: 12.5%;
    }

    .elementor-column.elementor-sm-14 {
        width: 14.285%;
    }

    .elementor-column.elementor-sm-16 {
        width: 16.666%;
    }

    .elementor-column.elementor-sm-20 {
        width: 20%;
    }

    .elementor-column.elementor-sm-25 {
        width: 25%;
    }

    .elementor-column.elementor-sm-30 {
        width: 30%;
    }

    .elementor-column.elementor-sm-33 {
        width: 33.333%;
    }

    .elementor-column.elementor-sm-40 {
        width: 40%;
    }

    .elementor-column.elementor-sm-50 {
        width: 50%;
    }

    .elementor-column.elementor-sm-60 {
        width: 60%;
    }

    .elementor-column.elementor-sm-66 {
        width: 66.666%;
    }

    .elementor-column.elementor-sm-70 {
        width: 70%;
    }

    .elementor-column.elementor-sm-75 {
        width: 75%;
    }

    .elementor-column.elementor-sm-80 {
        width: 80%;
    }

    .elementor-column.elementor-sm-83 {
        width: 83.333%;
    }

    .elementor-column.elementor-sm-90 {
        width: 90%;
    }

    .elementor-column.elementor-sm-100 {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .elementor-column.elementor-md-10 {
        width: 10%;
    }

    .elementor-column.elementor-md-11 {
        width: 11.111%;
    }

    .elementor-column.elementor-md-12 {
        width: 12.5%;
    }

    .elementor-column.elementor-md-14 {
        width: 14.285%;
    }

    .elementor-column.elementor-md-16 {
        width: 16.666%;
    }

    .elementor-column.elementor-md-20 {
        width: 20%;
    }

    .elementor-column.elementor-md-25 {
        width: 25%;
    }

    .elementor-column.elementor-md-30 {
        width: 30%;
    }

    .elementor-column.elementor-md-33 {
        width: 33.333%;
    }

    .elementor-column.elementor-md-40 {
        width: 40%;
    }

    .elementor-column.elementor-md-50 {
        width: 50%;
    }

    .elementor-column.elementor-md-60 {
        width: 60%;
    }

    .elementor-column.elementor-md-66 {
        width: 66.666%;
    }

    .elementor-column.elementor-md-70 {
        width: 70%;
    }

    .elementor-column.elementor-md-75 {
        width: 75%;
    }

    .elementor-column.elementor-md-80 {
        width: 80%;
    }

    .elementor-column.elementor-md-83 {
        width: 83.333%;
    }

    .elementor-column.elementor-md-90 {
        width: 90%;
    }

    .elementor-column.elementor-md-100 {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .elementor-reverse-tablet > .elementor-container > .elementor-row > :first-child {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 767px) {
    .elementor-reverse-mobile > .elementor-container > .elementor-row > :first-child {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .elementor-column {
        width: 100%;
    }
}

ul.elementor-icon-list-items.elementor-inline-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
        word-break: break-word;
    }

.elementor-grid .elementor-grid-item {
    word-break: break-word;
    min-width: 0;
}

.elementor-grid-0 .elementor-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.elementor-grid-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
}

.elementor-grid-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}

.elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}

.elementor-grid-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
}

.elementor-grid-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
    display: grid;
}

.elementor-grid-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
    display: grid;
}

.elementor-grid-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
    display: grid;
}

.elementor-grid-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
    display: grid;
}

.elementor-grid-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
    display: grid;
}

.elementor-grid-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
    display: grid;
}

.elementor-grid-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
    display: grid;
}

.elementor-grid-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}

@media (max-width: 1199px) {
    .elementor-grid-tablet-0 .elementor-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .elementor-grid-tablet-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr);
        display: grid;
    }

    .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
    }

    .elementor-grid-tablet-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr);
        display: grid;
    }

    .elementor-grid-tablet-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr);
        display: grid;
    }

    .elementor-grid-tablet-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr);
        display: grid;
    }

    .elementor-grid-tablet-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr);
        display: grid;
    }

    .elementor-grid-tablet-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr);
        display: grid;
    }

    .elementor-grid-tablet-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr);
        display: grid;
    }

    .elementor-grid-tablet-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr);
        display: grid;
    }

    .elementor-grid-tablet-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr);
        display: grid;
    }

    .elementor-grid-tablet-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr);
        display: grid;
    }

    .elementor-grid-tablet-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr);
        display: grid;
    }
}

@media (max-width: 767px) {
    .elementor-grid-mobile-0 .elementor-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .elementor-grid-mobile-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr);
        display: grid;
    }

    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
    }

    .elementor-grid-mobile-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr);
        display: grid;
    }

    .elementor-grid-mobile-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr);
        display: grid;
    }

    .elementor-grid-mobile-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr);
        display: grid;
    }

    .elementor-grid-mobile-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr);
        display: grid;
    }

    .elementor-grid-mobile-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr);
        display: grid;
    }

    .elementor-grid-mobile-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr);
        display: grid;
    }

    .elementor-grid-mobile-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr);
        display: grid;
    }

    .elementor-grid-mobile-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr);
        display: grid;
    }

    .elementor-grid-mobile-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr);
        display: grid;
    }

    .elementor-grid-mobile-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr);
        display: grid;
    }
}

@media (min-width: 1200px) {
    #elementor-device-mode:after {
        content: "desktop";
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #elementor-device-mode:after {
        content: "tablet";
    }
}

@media (max-width: 767px) {
    #elementor-device-mode:after {
        content: "mobile";
    }
}

.elementor-form-fields-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .elementor-form-fields-wrapper.elementor-labels-above > .elementor-field-group .elementor-field-subgroup,
    .elementor-form-fields-wrapper.elementor-labels-above > .elementor-field-group > .elementor-select-wrapper,
    .elementor-form-fields-wrapper.elementor-labels-above > .elementor-field-group > input,
    .elementor-form-fields-wrapper.elementor-labels-above > .elementor-field-group > textarea {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group .elementor-select-wrapper,
    .elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group > input {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

.elementor-field-group {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .elementor-field-group.elementor-field-type-submit {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .elementor-field-group .elementor-field-textual {
        width: 100%;
        max-width: 100%;
        border: 1px solid #818a91;
        background-color: transparent;
        color: #373a3c;
        vertical-align: middle;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

        .elementor-field-group .elementor-field-textual:focus {
            -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
            box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
            outline: 0;
        }

        .elementor-field-group .elementor-field-textual::-webkit-input-placeholder {
            color: inherit;
            font-family: inherit;
            opacity: 0.6;
        }

        .elementor-field-group .elementor-field-textual:-ms-input-placeholder {
            color: inherit;
            font-family: inherit;
            opacity: 0.6;
        }

        .elementor-field-group .elementor-field-textual::-ms-input-placeholder {
            color: inherit;
            font-family: inherit;
            opacity: 0.6;
        }

        .elementor-field-group .elementor-field-textual::placeholder {
            color: inherit;
            font-family: inherit;
            opacity: 0.6;
        }

    .elementor-field-group .elementor-select-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        width: 100%;
    }

        .elementor-field-group .elementor-select-wrapper select {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            color: inherit;
            font-size: inherit;
            font-family: inherit;
            font-weight: inherit;
            font-style: inherit;
            text-transform: inherit;
            letter-spacing: inherit;
            line-height: inherit;
            -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            padding-right: 20px;
        }

        .elementor-field-group .elementor-select-wrapper:before {
            content: "\e92a";
            font-family: eicons;
            font-size: 15px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 10px;
            pointer-events: none;
        }

    .elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
        content: "";
    }

.elementor-field-subgroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .elementor-field-subgroup .elementor-field-option label {
        display: inline-block;
    }

    .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
        padding-right: 10px;
    }

    .elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
    display: inline;
}

.elementor-field-label {
    cursor: pointer;
}

.elementor-mark-required .elementor-field-label:after {
    content: "*";
    color: red;
    padding-left: 0.2em;
}

.elementor-field-textual {
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .elementor-field-textual.elementor-size-xs {
        font-size: 13px;
        min-height: 33px;
        padding: 4px 12px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    .elementor-field-textual.elementor-size-md {
        font-size: 16px;
        min-height: 47px;
        padding: 6px 16px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .elementor-field-textual.elementor-size-lg {
        font-size: 18px;
        min-height: 59px;
        padding: 7px 20px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .elementor-field-textual.elementor-size-xl {
        font-size: 20px;
        min-height: 72px;
        padding: 8px 24px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }

.elementor-button-align-center .elementor-field-type-submit {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.elementor-button-align-stretch .elementor-field-type-submit button {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.elementor-button-align-start .elementor-field-type-submit {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.elementor-button-align-end .elementor-field-type-submit {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 1199px) {
    .elementor-tablet-button-align-center .elementor-field-type-submit {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .elementor-tablet-button-align-stretch .elementor-field-type-submit button {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .elementor-tablet-button-align-start .elementor-field-type-submit {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .elementor-tablet-button-align-end .elementor-field-type-submit {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 767px) {
    .elementor-mobile-button-align-center .elementor-field-type-submit {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .elementor-mobile-button-align-stretch .elementor-field-type-submit button {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .elementor-mobile-button-align-start .elementor-field-type-submit {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .elementor-mobile-button-align-end .elementor-field-type-submit {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.elementor-error .elementor-field {
    border-color: #d9534f;
}

.elementor-error .help-inline {
    color: #d9534f;
    font-size: 0.9em;
}

.elementor-message {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1;
}

    .elementor-message:before {
        content: "\e90e";
        display: inline-block;
        font-family: eicons;
        font-weight: 400;
        font-style: normal;
        vertical-align: middle;
        margin-right: 5px;
    }

    .elementor-message.elementor-message-danger {
        color: #d9534f;
    }

        .elementor-message.elementor-message-danger:before {
            content: "\e87f";
        }

    .elementor-message.form-message-success {
        color: #5cb85c;
    }

.elementor-form .elementor-button {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
}

    .elementor-form .elementor-button > span {
        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;
    }

    .elementor-form .elementor-button.elementor-size-xs {
        min-height: 33px;
    }

    .elementor-form .elementor-button.elementor-size-sm {
        min-height: 40px;
    }

    .elementor-form .elementor-button.elementor-size-md {
        min-height: 47px;
    }

    .elementor-form .elementor-button.elementor-size-lg {
        min-height: 59px;
    }

    .elementor-form .elementor-button.elementor-size-xl {
        min-height: 72px;
    }

.elementor-element .elementor-widget-container {
    -webkit-transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}

.elementor-accordion {
    text-align: left;
}

    .elementor-accordion .elementor-accordion-item {
        border: 1px solid #d4d4d4;
    }

        .elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
            border-top: none;
        }

    .elementor-accordion .elementor-tab-title {
        margin: 0;
        padding: 15px 20px;
        font-weight: 700;
        line-height: 1;
        cursor: pointer;
        outline: none;
    }

        .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
            display: inline-block;
            width: 1.5em;
        }

            .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
                float: right;
                text-align: right;
            }

            .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
                float: left;
                text-align: left;
            }

            .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
                display: block;
            }

            .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,
            .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
                display: none;
            }

        .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
            display: block;
        }

    .elementor-accordion .elementor-tab-content {
        display: none;
        padding: 15px 20px;
        border-top: 1px solid #d4d4d4;
    }

@media (max-width: 767px) {
    .elementor-accordion .elementor-tab-title {
        padding: 12px 15px;
    }

        .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
            width: 1.2em;
        }

    .elementor-accordion .elementor-tab-content {
        padding: 7px 15px;
    }
}

.elementor-alert {
    padding: 15px;
    border-left: 5px solid transparent;
    position: relative;
    text-align: left;
}

    .elementor-alert .elementor-alert-title {
        display: block;
        font-weight: 700;
    }

    .elementor-alert .elementor-alert-description {
        font-size: 13px;
    }

    .elementor-alert button.elementor-alert-dismiss {
        position: absolute;
        right: 10px;
        top: 10px;
        padding: 3px;
        font-size: 20px;
        line-height: 1;
        background: transparent;
        color: inherit;
        border: none;
        cursor: pointer;
    }

    .elementor-alert.elementor-alert-info {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bcdff1;
    }

    .elementor-alert.elementor-alert-success {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #cae6be;
    }

    .elementor-alert.elementor-alert-warning {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #f9f0c3;
    }

    .elementor-alert.elementor-alert-danger {
        color: #a94442;
        background-color: #f2dede;
        border-color: #e8c4c4;
    }

@media (max-width: 767px) {
    .elementor-alert {
        padding: 10px;
    }

        .elementor-alert button.elementor-alert-dismiss {
            right: 7px;
            top: 7px;
        }
}

.elementor-tab-title a {
    color: inherit;
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .elementor-button:focus,
    .elementor-button:hover,
    .elementor-button:visited {
        color: #fff;
    }

.elementor-button-content-wrapper {
    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;
}

.elementor-button-icon {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}

    .elementor-button-icon svg {
        width: 1em;
    }

.elementor-button-text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
    display: inline-block;
}

.elementor-button.elementor-size-xs {
    font-size: 13px;
    padding: 10px 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.elementor-button.elementor-size-lg {
    font-size: 18px;
    padding: 20px 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.elementor-button.elementor-size-xl {
    font-size: 20px;
    padding: 25px 50px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.elementor-button .elementor-align-icon-right {
    margin-left: 5px;
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15;
}

.elementor-button .elementor-align-icon-left {
    margin-right: 5px;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}

.elementor-button span {
    text-decoration: inherit;
}

.elementor-menu-cart__toggle .elementor-button-icon {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15;
}

.elementor-element.elementor-button-info .elementor-button {
    background-color: #5bc0de;
}

.elementor-element.elementor-button-success .elementor-button {
    background-color: #5cb85c;
}

.elementor-element.elementor-button-warning .elementor-button {
    background-color: #f0ad4e;
}

.elementor-element.elementor-button-danger .elementor-button {
    background-color: #d9534f;
}

.elementor-widget-button .elementor-button .elementor-button-info {
    background-color: #5bc0de;
}

.elementor-widget-button .elementor-button .elementor-button-success {
    background-color: #5cb85c;
}

.elementor-widget-button .elementor-button .elementor-button-warning {
    background-color: #f0ad4e;
}

.elementor-widget-button .elementor-button .elementor-button-danger {
    background-color: #d9534f;
}

.elementor-counter .elementor-counter-number-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 69px;
    font-weight: 600;
    color: #222;
    line-height: 1;
}

.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: pre-wrap;
}

.elementor-counter .elementor-counter-number-prefix {
    text-align: right;
}

.elementor-counter .elementor-counter-number-suffix {
    text-align: left;
}

.elementor-counter .elementor-counter-title {
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    color: #666;
    line-height: 2.5;
}

.elementor-widget-divider {
    --divider-border-style: none;
    --divider-border-width: 1px;
    --divider-border-color: $gray-darkest;
    --divider-icon-size: 20px;
    --divider-element-spacing: 10px;
    --divider-pattern-height: 24px;
    --divider-pattern-size: 20px;
    --divider-pattern-url: none;
    --divider-pattern-repeat: repeat-x;
}

    .elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon):not(.elementor-widget-divider--separator-type-pattern) .elementor-divider-separator {
        display: inline-block;
    }

    .elementor-widget-divider .elementor-divider {
        line-height: 0;
        font-size: 0;
    }

    .elementor-widget-divider .elementor-divider__text {
        font-size: 15px;
        line-height: 1;
        max-width: 95%;
    }

    .elementor-widget-divider .elementor-divider__element {
        margin: 0 var(--divider-element-spacing);
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .elementor-widget-divider .elementor-icon {
        font-size: var(--divider-icon-size);
    }

    .elementor-widget-divider .elementor-divider-separator {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        direction: ltr;
    }

.elementor-widget-divider--view-line_icon .elementor-divider-separator,
.elementor-widget-divider--view-line_text .elementor-divider-separator {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .elementor-widget-divider--view-line_icon .elementor-divider-separator:after,
    .elementor-widget-divider--view-line_icon .elementor-divider-separator:before,
    .elementor-widget-divider--view-line_text .elementor-divider-separator:after,
    .elementor-widget-divider--view-line_text .elementor-divider-separator:before {
        display: block;
        content: "";
        border-bottom: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-border-color);
    }

.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator > .elementor-divider__svg:first-of-type {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
}

.elementor-widget-divider--element-align-left .elementor-divider-separator:before {
    content: none;
}

.elementor-widget-divider--element-align-left .elementor-divider__element {
    margin-left: 0;
}

.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator > .elementor-divider__svg:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
}

.elementor-widget-divider--element-align-right .elementor-divider-separator:after {
    content: none;
}

.elementor-widget-divider--element-align-right .elementor-divider__element {
    margin-right: 0;
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-border-color);
}

.elementor-widget-divider--separator-type-pattern {
    --divider-border-style: none;
}

    .elementor-widget-divider--separator-type-pattern .elementor-divider-separator,
    .elementor-widget-divider--separator-type-pattern .elementor-divider-separator:after,
    .elementor-widget-divider--separator-type-pattern .elementor-divider-separator:before {
        width: 100%;
        min-height: var(--divider-pattern-height);
        background-image: var(--divider-pattern-url);
        -webkit-background-size: var(--divider-pattern-size) 100%;
        background-size: var(--divider-pattern-size) 100%;
        background-repeat: var(--divider-pattern-repeat);
    }

    .elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line_icon .elementor-divider-separator,
    .elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line_text .elementor-divider-separator {
        background-image: none;
    }

.elementor-widget-divider--no-spacing {
    --divider-pattern-size: auto;
}

.elementor-widget-divider--bg-round {
    --divider-pattern-repeat: round;
}

.rtl .elementor-widget-divider .elementor-divider__text {
    direction: rtl;
}

.elementor-image-gallery .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

    .elementor-image-gallery .gallery-item img {
        margin: 0 auto;
    }

    .elementor-image-gallery .gallery-item .gallery-caption {
        margin: 0;
    }

@media (min-width: 768px) {
    .elementor-image-gallery .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }

    .elementor-image-gallery .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }

    .elementor-image-gallery .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }

    .elementor-image-gallery .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }

    .elementor-image-gallery .gallery-columns-6 .gallery-item {
        max-width: 16.666%;
    }

    .elementor-image-gallery .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
    }

    .elementor-image-gallery .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }

    .elementor-image-gallery .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
    }

    .elementor-image-gallery .gallery-columns-10 .gallery-item {
        max-width: 10%;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
        max-width: 50%;
    }
}

@media (max-width: 479px) {
    .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
        max-width: 100%;
    }
}

.elementor-widget-google_maps iframe {
    height: 300px;
}

.elementor-widget-heading .elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1;
}

    .elementor-widget-heading .elementor-heading-title > a {
        color: inherit;
        font-size: inherit;
    }

    .elementor-widget-heading .elementor-heading-title.elementor-size-small {
        font-size: 15px;
    }

    .elementor-widget-heading .elementor-heading-title.elementor-size-medium {
        font-size: 19px;
    }

    .elementor-widget-heading .elementor-heading-title.elementor-size-large {
        font-size: 29px;
    }

    .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
        font-size: 39px;
    }

    .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
        font-size: 59px;
    }

.elementor-icon {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #818a91;
    font-size: 50px;
    text-align: center;
}

    .elementor-icon:hover {
        color: #818a91;
    }

    .elementor-icon i,
    .elementor-icon svg {
        width: 1em;
        height: 1em;
        position: relative;
        display: block;
    }

        .elementor-icon i:before,
        .elementor-icon svg:before {
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .elementor-icon i.fad {
            width: auto;
        }

.elementor-view-stacked .elementor-icon {
    padding: 0.5em;
    background-color: #818a91;
    color: #fff;
    fill: #fff;
}

.elementor-view-framed .elementor-icon {
    padding: 0.5em;
    color: #818a91;
    border: 3px solid #818a91;
    background-color: transparent;
}

.elementor-shape-circle .elementor-icon {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

@media (min-width: 768px) {
    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img {
        margin: auto;
    }

    .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (max-width: 767px) {
    .elementor-widget-icon-box .elementor-icon-box-icon {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 15px;
    }
}

.elementor-widget-icon-box .elementor-icon-box-wrapper {
    text-align: center;
    padding:20px;
}

.elementor-widget-icon-box .elementor-icon-box-title a {
    color: inherit;
}

.elementor-widget-icon-box .elementor-icon-box-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.elementor-widget-icon-box .elementor-icon-box-description {
    margin: 0;
}

.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
    overflow: hidden;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
    margin-right: -8px;
    margin-left: -8px;
}

    .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        margin-right: 8px;
        margin-left: 8px;
    }

        .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
            width: auto;
            left: auto;
            right: auto;
            position: relative;
            height: 100%;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            border-top: 0;
            border-bottom: 0;
            border-right: 0;
            border-left-width: 1px;
            border-style: solid;
            right: -8px;
        }

.elementor-widget .elementor-icon-list-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.elementor-widget .elementor-icon-list-item {
    margin: 0;
    padding: 0;
    position: relative;
}

    .elementor-widget .elementor-icon-list-item:after {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .elementor-widget .elementor-icon-list-item,
    .elementor-widget .elementor-icon-list-item a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .elementor-widget .elementor-icon-list-item a {
            width: 100%;
        }

.elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 5px;
}

.elementor-widget .elementor-icon-list-icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    .elementor-widget .elementor-icon-list-icon i {
        width: 1.25em;
    }

    .elementor-widget .elementor-icon-list-icon svg {
        width: 1em;
    }

.elementor-widget.elementor-align-center .elementor-icon-list-item,
.elementor-widget.elementor-align-center .elementor-icon-list-item a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .elementor-widget.elementor-align-center .elementor-icon-list-item:after {
        margin: auto;
    }

.elementor-widget.elementor-align-center .elementor-inline-items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.elementor-widget.elementor-align-left .elementor-icon-list-item,
.elementor-widget.elementor-align-left .elementor-icon-list-item a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
}

.elementor-widget.elementor-align-left .elementor-inline-items {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.elementor-widget.elementor-align-right .elementor-icon-list-item,
.elementor-widget.elementor-align-right .elementor-icon-list-item a {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
    left: 0;
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
    right: 0;
}

@media (max-width: 1199px) {
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-items {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
            margin: auto;
        }

    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-items {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right;
    }

    .elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
        left: 0;
    }

    .elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
        right: 0;
    }
}

@media (max-width: 767px) {
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-items {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
            margin: auto;
        }

    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-items {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right;
    }

    .elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
        left: 0;
    }

    .elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
        right: 0;
    }
}

.elementor-widget-image {
    text-align: center;
}

    .elementor-widget-image .elementor-image > a,
    .elementor-widget-image .elementor-image figure > a {
        display: inline-block;
    }

        .elementor-widget-image .elementor-image > a img[src$=".svg"],
        .elementor-widget-image .elementor-image figure > a img[src$=".svg"] {
            width: 48px;
        }

    .elementor-widget-image .elementor-image img {
        vertical-align: middle;
        display: inline-block;
    }

    .elementor-widget-image .elementor-image.elementor-image-shape-circle {
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

.elementor-widget-image-box .elementor-image-box-content {
    width: 100%;
}

@media (min-width: 768px) {
    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
    .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
        margin: auto;
    }

    .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (max-width: 767px) {
    .elementor-widget-image-box .elementor-image-box-img {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 15px;
    }
}

.elementor-widget-image-box .elementor-image-box-img {
    display: inline-block;
}

.elementor-widget-image-box .elementor-image-box-title a {
    color: inherit;
}

.elementor-widget-image-box .elementor-image-box-wrapper {
    text-align: center;
}

.elementor-widget-image-box .elementor-image-box-description {
    margin: 0;
}

.elementor-widget-image-carousel .swiper-container {
    position: static;
}

    .elementor-widget-image-carousel .swiper-container .swiper-slide figure {
        line-height: inherit;
    }

.elementor-widget-image-carousel .swiper-slide {
    text-align: center;
}

.elementor-image-gallery figure img {
    display: block;
}

.elementor-image-gallery figure figcaption {
    width: 100%;
}

.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
    padding: 0;
}

body.elementor-page .elementor-widget-menu-anchor {
    margin-bottom: 0;
}

.elementor-widget-progress {
    text-align: left;
}

.elementor-progress-wrapper {
    position: relative;
    background-color: #eee;
    color: #fff;
    height: 100%;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.elementor-progress-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #818a91;
    width: 0;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

.elementor-progress-text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 15px;
}

.elementor-progress-percentage {
    padding-right: 15px;
}

.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar {
    background-color: #5bc0de;
}

.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar {
    background-color: #5cb85c;
}

.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
    background-color: #f0ad4e;
}

.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar {
    background-color: #d9534f;
}

.elementor-progress .elementor-title {
    display: block;
}

@media (max-width: 767px) {
    .elementor-progress-text {
        padding-left: 10px;
    }
}

.elementor-social-icons-wrapper {
    font-size: 0;
}

.elementor-social-icon {
    background-color: #818a91;
    font-size: 25px;
    text-align: center;
    padding: 0.5em;
    margin-right: 5px;
    cursor: pointer;
}

    .elementor-social-icon i {
        color: #fff;
    }

    .elementor-social-icon:last-child {
        margin: 0;
    }

    .elementor-social-icon:hover {
        opacity: 0.9;
        color: #fff;
    }

.elementor-social-icon-android {
    background-color: #a4c639;
}

.elementor-social-icon-apple {
    background-color: #999;
}

.elementor-social-icon-behance {
    background-color: #1769ff;
}

.elementor-social-icon-bitbucket {
    background-color: #205081;
}

.elementor-social-icon-codepen {
    background-color: #000;
}

.elementor-social-icon-delicious {
    background-color: #39f;
}

.elementor-social-icon-deviantart {
    background-color: #05cc47;
}

.elementor-social-icon-digg {
    background-color: #005be2;
}

.elementor-social-icon-dribbble {
    background-color: #ea4c89;
}

.elementor-social-icon-elementor {
    background-color: #d30c5c;
}

.elementor-social-icon-envelope {
    background-color: #ea4335;
}

.elementor-social-icon-facebook,
.elementor-social-icon-facebook-f {
    background-color: #3b5998;
}

.elementor-social-icon-flickr {
    background-color: #0063dc;
}

.elementor-social-icon-foursquare {
    background-color: #2d5be3;
}

.elementor-social-icon-free-code-camp,
.elementor-social-icon-freecodecamp {
    background-color: #006400;
}

.elementor-social-icon-github {
    background-color: #333;
}

.elementor-social-icon-gitlab {
    background-color: #e24329;
}

.elementor-social-icon-globe {
    background-color: #818a91;
}

.elementor-social-icon-google-plus,
.elementor-social-icon-google-plus-g {
    background-color: #dd4b39;
}

.elementor-social-icon-houzz {
    background-color: #7ac142;
}

.elementor-social-icon-instagram {
    background-color: #262626;
}

.elementor-social-icon-jsfiddle {
    background-color: #487aa2;
}

.elementor-social-icon-link {
    background-color: #818a91;
}

.elementor-social-icon-linkedin,
.elementor-social-icon-linkedin-in {
    background-color: #0077b5;
}

.elementor-social-icon-medium {
    background-color: #00ab6b;
}

.elementor-social-icon-meetup {
    background-color: #ec1c40;
}

.elementor-social-icon-mixcloud {
    background-color: #273a4b;
}

.elementor-social-icon-odnoklassniki {
    background-color: #f4731c;
}

.elementor-social-icon-pinterest {
    background-color: #bd081c;
}

.elementor-social-icon-product-hunt {
    background-color: #da552f;
}

.elementor-social-icon-reddit {
    background-color: #ff4500;
}

.elementor-social-icon-rss {
    background-color: #f26522;
}

.elementor-social-icon-shopping-cart {
    background-color: #4caf50;
}

.elementor-social-icon-skype {
    background-color: #00aff0;
}

.elementor-social-icon-slideshare {
    background-color: #0077b5;
}

.elementor-social-icon-snapchat {
    background-color: #fffc00;
}

.elementor-social-icon-soundcloud {
    background-color: #f80;
}

.elementor-social-icon-spotify {
    background-color: #2ebd59;
}

.elementor-social-icon-stack-overflow {
    background-color: #fe7a15;
}

.elementor-social-icon-steam {
    background-color: #00adee;
}

.elementor-social-icon-stumbleupon {
    background-color: #eb4924;
}

.elementor-social-icon-telegram {
    background-color: #2ca5e0;
}

.elementor-social-icon-thumb-tack {
    background-color: #1aa1d8;
}

.elementor-social-icon-tripadvisor {
    background-color: #589442;
}

.elementor-social-icon-tumblr {
    background-color: #35465c;
}

.elementor-social-icon-twitch {
    background-color: #6441a5;
}

.elementor-social-icon-twitter {
    background-color: #1da1f2;
}

.elementor-social-icon-viber {
    background-color: #665cac;
}

.elementor-social-icon-vimeo {
    background-color: #1ab7ea;
}

.elementor-social-icon-vk {
    background-color: #45668e;
}

.elementor-social-icon-weibo {
    background-color: #df2029;
}

.elementor-social-icon-weixin {
    background-color: #7bb32e;
}

.elementor-social-icon-whatsapp {
    background-color: #25d366;
}

.elementor-social-icon-wordpress {
    background-color: #21759b;
}

.elementor-social-icon-xing {
    background-color: #026466;
}

.elementor-social-icon-yelp {
    background-color: #af0606;
}

.elementor-social-icon-youtube {
    background-color: #cd201f;
}

.elementor-social-icon-500px {
    background-color: #0099e5;
}

.elementor-shape-rounded .elementor-icon.elementor-social-icon {
    -webkit-border-radius: 10%;
    border-radius: 10%;
}

.elementor-shape-circle .elementor-icon.elementor-social-icon {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.elementor-star-rating {
    color: #ccd6df;
    font-family: eicons;
    display: inline-block;
}

    .elementor-star-rating i {
        display: inline-block;
        position: relative;
        font-style: normal;
        cursor: default;
    }

        .elementor-star-rating i:before {
            content: "\e934";
            display: block;
            font-size: inherit;
            font-family: inherit;
            position: absolute;
            overflow: hidden;
            color: #f0ad4e;
            top: 0;
            left: 0;
        }

    .elementor-star-rating .elementor-star-empty:before {
        content: none;
    }

    .elementor-star-rating .elementor-star-1:before {
        width: 10%;
    }

    .elementor-star-rating .elementor-star-2:before {
        width: 20%;
    }

    .elementor-star-rating .elementor-star-3:before {
        width: 30%;
    }

    .elementor-star-rating .elementor-star-4:before {
        width: 40%;
    }

    .elementor-star-rating .elementor-star-5:before {
        width: 50%;
    }

    .elementor-star-rating .elementor-star-6:before {
        width: 60%;
    }

    .elementor-star-rating .elementor-star-7:before {
        width: 70%;
    }

    .elementor-star-rating .elementor-star-8:before {
        width: 80%;
    }

    .elementor-star-rating .elementor-star-9:before {
        width: 90%;
    }

.elementor-star-rating__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.elementor-star-rating__title {
    margin-right: 10px;
}

.elementor-star-rating--align-right .elementor-star-rating__wrapper {
    text-align: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.elementor-star-rating--align-left .elementor-star-rating__wrapper {
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.elementor-star-rating--align-center .elementor-star-rating__wrapper {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.elementor-star-rating--align-justify .elementor-star-rating__title {
    margin-right: auto;
}

@media (max-width: 1199px) {
    .elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper {
        text-align: right;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper {
        text-align: left;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper {
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .elementor-star-rating-tablet--align-justify .elementor-star-rating__title {
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper {
        text-align: right;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper {
        text-align: left;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper {
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .elementor-star-rating-mobile--align-justify .elementor-star-rating__title {
        margin-right: auto;
    }
}

.last-star {
    letter-spacing: 0;
}

.elementor--star-style-star_unicode .elementor-star-rating {
    font-family: Arial, Helvetica, sans-serif;
}

    .elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before {
        content: "\002605";
    }

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
    width: 25%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
    border-right-style: none;
}

    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,
    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
        height: 999em;
        width: 0;
        right: 0;
        border-right-style: solid;
    }

    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
        top: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after {
        top: 100%;
    }

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    display: table-cell;
}

    .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
        border-bottom-style: none;
    }

        .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,
        .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
            bottom: 0;
            height: 0;
            width: 999em;
            border-bottom-style: solid;
        }

        .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
            right: 100%;
        }

        .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
            left: 100%;
        }

.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-widget-tabs .elementor-tab-title:before,
.elementor-widget-tabs .elementor-tabs-content-wrapper {
    border: 1px #d4d4d4;
}

.elementor-widget-tabs .elementor-tabs {
    text-align: left;
}

.elementor-widget-tabs .elementor-tabs-wrapper {
    overflow: hidden;
}

.elementor-widget-tabs .elementor-tab-title {
    cursor: pointer;
    outline: none;
}

.elementor-widget-tabs .elementor-tab-desktop-title {
    position: relative;
    padding: 20px 25px;
    font-weight: 700;
    line-height: 1;
    border: solid transparent;
}

    .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
        border-color: #d4d4d4;
    }

        .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,
        .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before {
            display: block;
            content: "";
            position: absolute;
        }

.elementor-widget-tabs .elementor-tab-mobile-title {
    padding: 10px;
    cursor: pointer;
}

.elementor-widget-tabs .elementor-tab-content {
    padding: 20px;
    display: none;
}

@media (max-width: 767px) {
    .elementor-tabs .elementor-tab-content,
    .elementor-tabs .elementor-tab-title {
        border-style: solid solid none;
    }

    .elementor-tabs .elementor-tabs-wrapper {
        display: none;
    }

    .elementor-tabs .elementor-tabs-content-wrapper {
        border-bottom-style: solid;
    }

    .elementor-tabs .elementor-tab-content {
        padding: 10px;
    }
}

@media (min-width: 768px) {
    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border-style: solid solid solid none;
    }

    .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
        border-style: none solid solid;
    }

    .elementor-tabs .elementor-tab-mobile-title {
        display: none;
    }
}

.elementor-testimonial-wrapper {
    overflow: hidden;
    text-align: center;
}

    .elementor-testimonial-wrapper .elementor-testimonial-content {
        font-size: 1.3em;
        margin-bottom: 20px;
    }

    .elementor-testimonial-wrapper .elementor-testimonial-name {
        line-height: 1.5;
        color: inherit;
        display: block;
    }

    .elementor-testimonial-wrapper .elementor-testimonial-job {
        font-size: 0.85em;
        color: inherit;
        display: block;
    }

    .elementor-testimonial-wrapper.elementor-testimonial-text-align-left {
        text-align: left;
    }

    .elementor-testimonial-wrapper.elementor-testimonial-text-align-right {
        text-align: right;
    }

    .elementor-testimonial-wrapper .elementor-testimonial-meta {
        width: 100%;
        line-height: 1;
    }

    .elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
        display: inline-block;
    }

    .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,
    .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image {
        display: table-cell;
        vertical-align: middle;
    }

        .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
            width: 60px;
            height: 60px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            -o-object-fit: cover;
            object-fit: cover;
            max-width: none;
        }

    .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
        padding-right: 15px;
    }

    .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details {
        text-align: left;
    }

    .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,
    .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
        display: block;
    }

    .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
        margin-bottom: 20px;
    }

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: #818a91;
    color: #fff;
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
    color: #818a91;
    border: 3px solid;
    background-color: transparent;
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
    margin-top: 8px;
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
    width: 1em;
    height: 1em;
}

.elementor-widget-text-editor .elementor-drop-cap {
    float: left;
    text-align: center;
    line-height: 1;
    font-size: 50px;
}

.elementor-widget-text-editor .elementor-drop-cap-letter {
    display: inline-block;
}

.elementor-toggle {
    text-align: left;
}

    .elementor-toggle .elementor-tab-title {
        font-weight: 700;
        line-height: 1;
        margin: 0;
        padding: 15px;
        border-bottom: 1px solid #d4d4d4;
        cursor: pointer;
        outline: none;
    }

        .elementor-toggle .elementor-tab-title .elementor-toggle-icon {
            display: inline-block;
            width: 1em;
        }

            .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
                float: right;
                text-align: right;
            }

            .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
                float: left;
                text-align: left;
            }

            .elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed {
                display: block;
            }

            .elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened {
                display: none;
            }

        .elementor-toggle .elementor-tab-title.elementor-active {
            border-bottom: none;
        }

            .elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed {
                display: none;
            }

            .elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
                display: block;
            }

    .elementor-toggle .elementor-tab-content {
        padding: 15px;
        border-bottom: 1px solid #d4d4d4;
        display: none;
    }

@media (max-width: 767px) {
    .elementor-toggle .elementor-tab-title {
        padding: 12px;
    }

    .elementor-toggle .elementor-tab-content {
        padding: 12px 10px;
    }
}

.elementor-widget-video .elementor-widget-container {
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
}

.elementor-widget-video .elementor-custom-embed-image-overlay {
    cursor: pointer;
    text-align: center;
}

    .elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i {
        opacity: 1;
    }

    .elementor-widget-video .elementor-custom-embed-image-overlay img {
        display: block;
        width: 100%;
    }

.elementor-widget-video .elementor-video {
    -o-object-fit: cover;
    object-fit: cover;
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slider {
    position: relative;
    display: block;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
    }

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:after,
    .slick-track:before {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.elementor-slick-slider[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.elementor-slick-slider .slick-loading .slick-list {
    background: #fff;
}

    .elementor-slick-slider .slick-loading .slick-list:after {
        content: "\e8fb";
        font-family: eicons;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-animation: fa-spin 2s linear infinite;
        animation: fa-spin 2s linear infinite;
        font-size: 25px;
        color: #a4afb7;
    }

.elementor-slick-slider .slick-next,
.elementor-slick-slider .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .elementor-slick-slider .slick-next:focus,
    .elementor-slick-slider .slick-next:hover,
    .elementor-slick-slider .slick-prev:focus,
    .elementor-slick-slider .slick-prev:hover {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .elementor-slick-slider .slick-next:focus:before,
        .elementor-slick-slider .slick-next:hover:before,
        .elementor-slick-slider .slick-prev:focus:before,
        .elementor-slick-slider .slick-prev:hover:before {
            opacity: 1;
        }

    .elementor-slick-slider .slick-next.slick-disabled:before,
    .elementor-slick-slider .slick-prev.slick-disabled:before {
        opacity: 0.25;
    }

    .elementor-slick-slider .slick-next:before,
    .elementor-slick-slider .slick-prev:before {
        font-family: eicons;
        font-size: 35px;
        line-height: 1;
        opacity: 0.75;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.elementor-slick-slider .slick-prev {
    left: -25px;
}

[dir="rtl"] .elementor-slick-slider .slick-prev {
    left: auto;
    right: -25px;
}

.elementor-slick-slider .slick-prev:before {
    content: "\e89f";
}

[dir="rtl"] .elementor-slick-slider .slick-prev:before {
    content: "\e89e";
}

.elementor-slick-slider .slick-next {
    right: -25px;
}

[dir="rtl"] .elementor-slick-slider .slick-next {
    left: -25px;
    right: auto;
}

.elementor-slick-slider .slick-next:before {
    content: "\e89e";
}

[dir="rtl"] .elementor-slick-slider .slick-next:before {
    content: "\e89f";
}

.elementor-slick-slider .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.elementor-slick-slider ul.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

    .elementor-slick-slider ul.slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

        .elementor-slick-slider ul.slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .elementor-slick-slider ul.slick-dots li button:focus,
            .elementor-slick-slider ul.slick-dots li button:hover {
                outline: none;
            }

                .elementor-slick-slider ul.slick-dots li button:focus:before,
                .elementor-slick-slider ul.slick-dots li button:hover:before {
                    opacity: 1;
                }

            .elementor-slick-slider ul.slick-dots li button:before {
                font-family: eicons;
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: "\e914";
                text-align: center;
                opacity: 0.25;
                color: #000;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .elementor-slick-slider ul.slick-dots li.slick-active button:before {
            opacity: 0.75;
            color: #000;
        }

.elementor-slick-slider .slick-arrows-inside .slick-prev {
    left: 20px;
}

[dir="rtl"] .elementor-slick-slider .slick-arrows-inside .slick-prev {
    left: auto;
    right: 20px;
}

.elementor-slick-slider .slick-arrows-inside .slick-next {
    right: 20px;
}

[dir="rtl"] .elementor-slick-slider .slick-arrows-inside .slick-next {
    left: 20px;
    right: auto;
}

.elementor-slick-slider .slick-dots-inside .slick-dots {
    bottom: 5px;
}

.elementor-slick-slider .slick-dots-inside.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.elementor-slick-slider .slick-slider .slick-next,
.elementor-slick-slider .slick-slider .slick-prev {
    z-index: 1;
}

.elementor-slick-slider .slick-slide img {
    margin: auto;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .swiper-container .swiper-slide figure {
        line-height: 0;
    }

    .swiper-container .elementor-lightbox-content-source {
        display: none;
    }

.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: translateZ(0);
    transform: translateZ(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;
}

.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 .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -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;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background: no-repeat 50%;
}

    .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
        opacity: 0.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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto;
}

    .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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
    }

    .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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
    }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto;
}

    .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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
    }

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 5px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #000;
    opacity: 0.2;
}

.swiper-pagination-fraction {
    color: #000;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.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: 5px 0;
        display: block;
    }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #000;
        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 {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, 0.5);
}

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #fff;
    }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
}

.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, 0.5)), to(transparent));
        background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
        background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
        background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
        background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
    }

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

    .swiper-container-cube .swiper-slide,
    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        z-index: 1;
    }

        .swiper-container-cube .swiper-slide .swiper-slide,
        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-active .swiper-slide-active,
    .swiper-container-flip .swiper-slide-active,
    .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .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,
    .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-cube .swiper-slide {
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
    }

    .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-next,
    .swiper-container-cube .swiper-slide-next + .swiper-slide,
    .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0;
    }

.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-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-scrollbar {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 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, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 30px;
}

.elementor-pagination-position-outside .elementor-swiper-button {
    top: -webkit-calc(50% - 15px);
    top: calc(50% - 15px);
}

.elementor-swiper {
    position: relative;
}

.elementor-main-swiper {
    position: static;
}

.elementor-arrows-position-outside .swiper-container {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
}

.elementor-arrows-position-outside .elementor-swiper-button-prev {
    left: 0;
}

.elementor-arrows-position-outside .elementor-swiper-button-next {
    right: 0;
}

.swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%;
}

.elementor-swiper-button {
    position: absolute;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0, 0%, 93.3%, 0.9);
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 1px);
    transform: translate3d(0, -50%, 1px);
}

.elementor-swiper-button-prev {
    left: 10px;
}

.elementor-swiper-button-next {
    right: 10px;
}

.elementor-swiper-button.swiper-button-disabled {
    opacity: 0.3;
}

.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) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite;
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        -webkit-background-size: 100% 100%;
        background-size: 100%;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%;
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.elementor-lightbox {
    --lightbox-ui-color: hsla(0, 0%, 93.3%, 0.9);
    --lightbox-ui-color-hover: #fff;
    --lightbox-text-color: var(--lightbox-ui-color);
    --lightbox-header-icons-size: 20px;
    --lightbox-navigation-icons-size: 25px;
}

    .elementor-lightbox .dialog-header {
        display: none;
    }

    .elementor-lightbox .dialog-widget-content {
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        height: 100%;
    }

    .elementor-lightbox .dialog-message {
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
    }

        .elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
            height: 100%;
        }

        .elementor-lightbox .dialog-message.dialog-lightbox-message {
            padding: 0;
        }

    .elementor-lightbox .dialog-lightbox-close-button {
        cursor: pointer;
        position: absolute;
        font-size: var(--lightbox-header-icons-size);
        right: 0.75em;
        margin-top: 13px;
        padding: 0.25em;
        z-index: 2;
        line-height: 1;
    }

    .elementor-lightbox .dialog-lightbox-close-button,
    .elementor-lightbox .elementor-swiper-button {
        color: var(--lightbox-ui-color);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 1;
    }

        .elementor-lightbox .dialog-lightbox-close-button:hover,
        .elementor-lightbox .elementor-swiper-button:hover {
            color: var(--lightbox-ui-color-hover);
        }

    .elementor-lightbox .swiper-container {
        height: 100%;
    }

    .elementor-lightbox .elementor-lightbox-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        padding: 70px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 100%;
        margin: auto;
    }

@media (max-width: 767px) {
    .elementor-lightbox .elementor-lightbox-item {
        padding: 70px 0;
    }
}

.elementor-lightbox .elementor-lightbox-image {
    max-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .elementor-lightbox .elementor-lightbox-image,
    .elementor-lightbox .elementor-lightbox-image:hover {
        opacity: 1;
        -webkit-filter: none;
        filter: none;
        border: none;
    }

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3), 0 0 8px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3), 0 0 8px -5px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.elementor-lightbox .elementor-video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (min-width: 1200px) {
    .elementor-lightbox .elementor-video-container {
        width: 75%;
    }
}

@media (max-width: 1199px) {
    .elementor-lightbox .elementor-video-container {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
        width: 70%;
    }
}

.elementor-lightbox .elementor-swiper-button:focus {
    outline: none;
}

.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-swiper-button-prev {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 15%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: var(--lightbox-navigation-icons-size);
}

.elementor-lightbox .elementor-swiper-button-prev {
    left: 0;
}

.elementor-lightbox .elementor-swiper-button-next {
    right: 0;
}

@media (max-width: 767px) {
    .elementor-lightbox .elementor-swiper-button-next,
    .elementor-lightbox .elementor-swiper-button-prev {
        width: 20%;
    }

        .elementor-lightbox .elementor-swiper-button-next i,
        .elementor-lightbox .elementor-swiper-button-prev i {
            padding: 10px;
            background-color: rgba(0, 0, 0, 0.5);
        }

    .elementor-lightbox .elementor-swiper-button-prev {
        left: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .elementor-lightbox .elementor-swiper-button-next {
        right: 0;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.elementor-slideshow__counter {
    color: currentColor;
    font-size: 0.75em;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.elementor-slideshow__footer,
.elementor-slideshow__header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.elementor-slideshow__footer {
    color: var(--lightbox-text-color);
}

.elementor-slideshow__header {
    color: var(--lightbox-ui-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: var(--lightbox-header-icons-size);
    padding-left: 1em;
    padding-right: 2.6em;
    top: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
}

    .elementor-slideshow__header > i {
        font-size: inherit;
        cursor: pointer;
        padding: 0.25em;
        margin: 0 0.35em;
    }

        .elementor-slideshow__header > i:hover {
            color: var(--lightbox-ui-color-hover);
        }

        .elementor-slideshow__header > i:first-of-type {
            margin-left: auto;
        }

    .elementor-slideshow__header .elementor-icon-share {
        z-index: 5;
    }

.elementor-slideshow__share-menu {
    background-color: transparent;
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

    .elementor-slideshow__share-menu .elementor-slideshow__share-links a {
        color: #2c2c2c;
    }

.elementor-slideshow__share-links {
    display: block;
    position: absolute;
    min-width: 200px;
    right: 67px;
    top: 60px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    padding: 14px 20px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transform-origin: 90% 10%;
    -ms-transform-origin: 90% 10%;
    transform-origin: 90% 10%;
    -webkit-transition: all 0.25s 0.1s;
    -o-transition: all 0.25s 0.1s;
    transition: all 0.25s 0.1s;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

    .elementor-slideshow__share-links a {
        text-align: left;
        color: #55595c;
        font-size: 12px;
        line-height: 2.5;
        display: block;
        opacity: 0;
        -webkit-transition: opacity 0.5s 0.1s;
        -o-transition: opacity 0.5s 0.1s;
        transition: opacity 0.5s 0.1s;
    }

        .elementor-slideshow__share-links a:hover {
            color: #000;
        }

        .elementor-slideshow__share-links a i {
            margin-right: 10px;
            font-size: 15px;
        }

    .elementor-slideshow__share-links:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 15px;
        border: 9px solid transparent;
        border-bottom-color: #fff;
        -webkit-transform: translateY(-100%) scaleX(0.7);
        -ms-transform: translateY(-100%) scaleX(0.7);
        transform: translateY(-100%) scaleX(0.7);
    }

.elementor-slideshow__footer {
    bottom: 0;
    z-index: 5;
    position: fixed;
}

.elementor-slideshow__description,
.elementor-slideshow__title {
    margin: 0;
}

.elementor-slideshow__title {
    font-size: 16px;
    font-weight: 700;
}

.elementor-slideshow__description {
    font-size: 14px;
}

.elementor-slideshow--ui-hidden .elementor-slideshow__footer,
.elementor-slideshow--ui-hidden .elementor-slideshow__header {
    opacity: 0;
    pointer-events: none;
}

.elementor-slideshow--ui-hidden .elementor-swiper-button-next,
.elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
    opacity: 0;
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
    width: 100%;
}

.elementor-slideshow--zoom-mode .elementor-slideshow__footer,
.elementor-slideshow--zoom-mode .elementor-slideshow__header {
    background-color: rgba(0, 0, 0, 0.5);
}

.elementor-slideshow--zoom-mode .elementor-swiper-button-next,
.elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
    opacity: 0;
    pointer-events: none;
}

.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    cursor: default;
    background-color: rgba(0, 0, 0, 0.5);
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

    .elementor-slideshow--share-mode .elementor-slideshow__share-links,
    .elementor-slideshow--share-mode .elementor-slideshow__share-links a {
        opacity: 1;
    }

        .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
            color: #1da1f2;
        }

        .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
            color: #3b5998;
        }

        .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
            color: #bd081c;
        }

        .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
            color: #a4afb7;
        }

.elementor-slideshow--share-mode .eicon-share-arrow {
    z-index: 2;
}

.animated {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
}

    .animated.animated-slow {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .animated.animated-fast {
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s;
    }

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.reverse {
        animation-direction: reverse;
    }

@media (prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation: none;
        animation: none;
    }
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.elementor-shape-top {
    top: -1px;
}

.elementor-shape-bottom {
    bottom: -1px;
}

.elementor-shape[data-negative="false"].elementor-shape-bottom {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.elementor-shape[data-negative="true"].elementor-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.elementor-shape svg {
    display: block;
    width: -webkit-calc(100% + 1.3px);
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
    background: #55595c;
    font-size: 11px;
    line-height: 9px;
    margin-top: 6px;
    padding: 4px 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.page-template-elementor_canvas.elementor-page:before {
    display: none;
}

.elementor-post__thumbnail__link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#left-area ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items {
    padding: 0;
}

#wpadminbar * {
    font-style: normal;
}

@media (max-width: 767px) {
    .elementor .elementor-hidden-phone {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .elementor .elementor-hidden-tablet {
        display: none;
    }
}

@media (min-width: 1200px) {
    .elementor .elementor-hidden-desktop {
        display: none;
    }
}
/*! /wp-content/cache/asset-cleanup/css/item/jet-tricks-frontend-v1.2.8-f59db84d5a11c97454ead94b5863feca2b916aaa.css */
/*! /wp-content/plugins/jet-tricks/assets/css/jet-tricks-frontend.css */
.jet-view-more {
    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;
}

.jet-view-more__button {
    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;
    cursor: pointer;
    padding: 15px 30px;
    font-size: 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 1;
    background-color: #818a91;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.jet-view-more__icon {
    color: #fff;
    margin: 0 5px 0 0;
}

.jet-view-more__label {
    color: #fff;
}

.jet-view-more-section-edit-mode {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.5;
}

.jet-view-more-section {
    height: 0;
    overflow: hidden;
}

    .jet-view-more-section.jet-tricks-fade-effect {
        -webkit-animation-name: jetTricksFade;
        animation-name: jetTricksFade;
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms;
        -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
        animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }

        .jet-view-more-section.jet-tricks-fade-effect.view-more-visible {
            height: auto;
            -webkit-animation-play-state: running;
            animation-play-state: running;
        }

    .jet-view-more-section.jet-tricks-zoom-in-effect {
        -webkit-animation-name: jetTricksZoomIn;
        animation-name: jetTricksZoomIn;
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms;
        -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
        animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }

        .jet-view-more-section.jet-tricks-zoom-in-effect.view-more-visible {
            height: auto;
            -webkit-animation-play-state: running;
            animation-play-state: running;
        }

    .jet-view-more-section.jet-tricks-zoom-out-effect {
        -webkit-animation-name: jetTricksZoomOut;
        animation-name: jetTricksZoomOut;
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms;
        -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
        animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }

        .jet-view-more-section.jet-tricks-zoom-out-effect.view-more-visible {
            height: auto;
            -webkit-animation-play-state: running;
            animation-play-state: running;
        }

    .jet-view-more-section.jet-tricks-move-up-effect {
        -webkit-animation-name: jetTricksMoveUp;
        animation-name: jetTricksMoveUp;
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms;
        -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
        animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }

        .jet-view-more-section.jet-tricks-move-up-effect.view-more-visible {
            height: auto;
            -webkit-animation-play-state: running;
            animation-play-state: running;
        }

    .jet-view-more-section.jet-tricks-fall-perspective-effect {
        -webkit-animation-name: jetTricksFallPerspective;
        animation-name: jetTricksFallPerspective;
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms;
        -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
        animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }

        .jet-view-more-section.jet-tricks-fall-perspective-effect.view-more-visible {
            height: auto;
            -webkit-animation-play-state: running;
            animation-play-state: running;
        }

@-webkit-keyframes jetTricksFade {
    0% {
        height: 0;
        opacity: 0;
    }

    1% {
        height: auto;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes jetTricksFade {
    0% {
        height: 0;
        opacity: 0;
    }

    1% {
        height: auto;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes jetTricksZoomIn {
    0% {
        height: 0;
        opacity: 0;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    1% {
        height: auto;
        opacity: 0;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jetTricksZoomIn {
    0% {
        height: 0;
        opacity: 0;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    1% {
        height: auto;
        opacity: 0;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes jetTricksZoomOut {
    0% {
        height: 0;
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    1% {
        height: auto;
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jetTricksZoomOut {
    0% {
        height: 0;
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    1% {
        height: auto;
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes jetTricksMoveUp {
    0% {
        height: 0;
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    1% {
        height: auto;
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes jetTricksMoveUp {
    0% {
        height: 0;
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    1% {
        height: auto;
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes jetTricksFallPerspective {
    0% {
        height: 0;
        opacity: 0;
        -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
        transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
    }

    1% {
        height: auto;
        opacity: 0;
        -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
        transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
        transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
    }
}

@keyframes jetTricksFallPerspective {
    0% {
        height: 0;
        opacity: 0;
        -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
        transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
    }

    1% {
        height: auto;
        opacity: 0;
        -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
        transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
        transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
    }
}

.jet-unfold {
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.jet-unfold__mask {
    overflow: hidden;
    position: relative;
}

.jet-unfold__separator {
    position: absolute;
    display: block;
    width: 100%;
    height: 30px;
    bottom: 0;
    opacity: 1;
    -webkit-transition: opacity 100ms ease;
    -o-transition: opacity 100ms ease;
    transition: opacity 100ms ease;
}

.jet-unfold__trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -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;
    margin-top: 30px;
}

.jet-unfold__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #6ec1e4;
    cursor: pointer;
}

.jet-unfold__button-icon:not(:empty) {
    margin-right: 5px;
}

.rtl .jet-unfold__button-icon:not(:empty) {
    margin-left: 5px;
    margin-right: 0;
}

.jet-unfold-state .jet-unfold__separator {
    opacity: 0;
}

.jet-hotspots {
    position: relative;
}

    .jet-hotspots.image-loaded .jet-hotspots__item {
        visibility: visible;
    }

.jet-hotspots__container {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    display: block;
}

.jet-hotspots__image {
    width: 100%;
}

.jet-hotspots__item {
    visibility: hidden;
    position: absolute;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 99;
}

    .jet-hotspots__item .jet-hotspots__item-inner {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -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;
        padding: 10px;
        color: #fff;
        background-color: #6ec1e4;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .jet-hotspots__item .jet-hotspots__item-icon {
        font-size: 20px;
    }

    .jet-hotspots__item .jet-hotspots__item-text {
        font-size: 14px;
        margin: 0 5px;
        overflow-wrap: break-word;
    }

.jet-hotspots.jet-hotspots__hotspots-flash-animation .jet-hotspots__item .jet-hotspots__item-inner {
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 7.5s;
    animation-duration: 7.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.jet-hotspots.jet-hotspots__hotspots-flash-animation .jet-hotspots__item:hover .jet-hotspots__item-inner {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.jet-hotspots.jet-hotspots__hotspots-pulse-animation .jet-hotspots__item .jet-hotspots__item-inner {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.jet-hotspots.jet-hotspots__hotspots-pulse-animation .jet-hotspots__item:hover .jet-hotspots__item-inner {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.jet-hotspots.jet-hotspots__hotspots-shake-animation .jet-hotspots__item .jet-hotspots__item-inner {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.jet-hotspots.jet-hotspots__hotspots-shake-animation .jet-hotspots__item:hover .jet-hotspots__item-inner {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.jet-hotspots.jet-hotspots__hotspots-tada-animation .jet-hotspots__item .jet-hotspots__item-inner {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.jet-hotspots.jet-hotspots__hotspots-tada-animation .jet-hotspots__item:hover .jet-hotspots__item-inner {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.jet-hotspots.jet-hotspots__hotspots-rubber-animation .jet-hotspots__item .jet-hotspots__item-inner {
    -webkit-animation-name: rubber;
    animation-name: rubber;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.jet-hotspots.jet-hotspots__hotspots-rubber-animation .jet-hotspots__item:hover .jet-hotspots__item-inner {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.jet-hotspots.jet-hotspots__hotspots-swing-animation .jet-hotspots__item .jet-hotspots__item-inner {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.jet-hotspots.jet-hotspots__hotspots-swing-animation .jet-hotspots__item:hover .jet-hotspots__item-inner {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@-webkit-keyframes flash {
    0%, 100%, 89% {
        opacity: 1;
    }

    90%, 94%, 98% {
        opacity: 0;
    }

    92%, 96% {
        opacity: 1;
    }
}

@keyframes flash {
    0%, 100%, 89% {
        opacity: 1;
    }

    90%, 94%, 98% {
        opacity: 0;
    }

    92%, 96% {
        opacity: 1;
    }
}

@-webkit-keyframes pulse {
    0%, 100%, 89% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    90%, 94%, 98% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    92%, 96% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
}

@keyframes pulse {
    0%, 100%, 89% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    90%, 94%, 98% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    92%, 96% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
}

@-webkit-keyframes shake {
    0%, 100%, 89% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    90%, 94%, 98% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    92%, 96% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
}

@keyframes shake {
    0%, 100%, 89% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    90%, 94%, 98% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    92%, 96% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
}

@-webkit-keyframes tada {
    0%, 100%, 86% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    87% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    90%, 94%, 98% {
        -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);
    }

    92%, 96% {
        -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 {
    0%, 100%, 86% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    87% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    90%, 94%, 98% {
        -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);
    }

    92%, 96% {
        -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);
    }
}

@-webkit-keyframes rubber {
    64% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    73% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    77% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    81% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    86% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    90% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubber {
    64% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    73% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    77% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    81% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    86% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    90% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes swing {
    0%, 100%, 75% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    85% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    90% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    95% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
}

@keyframes swing {
    0%, 100%, 75% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    85% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    90% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    95% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
}

.jet-satellite-widget {
    position: relative;
}

    .jet-satellite-widget > .elementor-widget-container {
        position: relative;
        z-index: 1;
    }

.jet-tricks-satellite {
    position: absolute;
    pointer-events: none;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 2;
}

    .jet-tricks-satellite .jet-tricks-satellite__text {
        font-size: 60px;
        font-weight: 600;
        color: #6ec1e4;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

        .jet-tricks-satellite .jet-tricks-satellite__text span {
            display: block;
            white-space: nowrap;
            -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
        }

    .jet-tricks-satellite .jet-tricks-satellite__icon {
        position: relative;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

        .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance {
            position: relative;
            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;
            width: 40px;
            height: 40px;
            -webkit-border-radius: 50px;
            border-radius: 50px;
            color: #fff;
            background-color: #6ec1e4;
        }

    .jet-tricks-satellite .jet-tricks-satellite__image {
        position: relative;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

        .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance {
            width: 100%;
            height: 100%;
            display: block;
            -o-object-fit: cover;
            object-fit: cover;
            -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
        }

.jet-tricks-satellite--top-left {
    top: 0;
    left: 0;
}

.jet-tricks-satellite--top-center {
    top: 0;
    left: 50%;
}

.jet-tricks-satellite--top-right {
    top: 0;
    left: 100%;
}

.jet-tricks-satellite--middle-left {
    top: 50%;
    left: 0;
}

.jet-tricks-satellite--middle-center {
    top: 50%;
    left: 50%;
}

.jet-tricks-satellite--middle-right {
    top: 50%;
    left: 100%;
}

.jet-tricks-satellite--bottom-left {
    top: 100%;
    left: 0;
}

.jet-tricks-satellite--bottom-center {
    top: 100%;
    left: 50%;
}

.jet-tricks-satellite--bottom-right {
    top: 100%;
    left: 100%;
}

.jet-tooltip-widget__content {
    display: none;
}

.jet-tooltip-widget .tippy-popper .tippy-tooltip {
    max-width: 100%;
}

.jet-tooltip-widget .tippy-popper .jet-tooltip-widget__content {
    display: block;
}

.jet-tricks-particles-section__instance {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.jet-sticky-section.stuck {
    position: fixed;
    width: auto;
    z-index: 99;
}

.jet-sticky-column {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

    .jet-sticky-column.is-affixed.elementor-element.elementor-column > .elementor-column-wrap {
        margin-top: 0;
        margin-bottom: 0;
    }

.jet-parallax-widget:not(.is-mac) > .elementor-widget-container {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.88, 0.54, 0.98);
    transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.88, 0.54, 0.98);
    -o-transition: transform 0.25s cubic-bezier(0.25, 0.88, 0.54, 0.98);
    transition: transform 0.25s cubic-bezier(0.25, 0.88, 0.54, 0.98);
    transition: transform 0.25s cubic-bezier(0.25, 0.88, 0.54, 0.98), -webkit-transform 0.25s cubic-bezier(0.25, 0.88, 0.54, 0.98);
    will-change: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.jet-tricks-icon {
    display: inline-block;
    line-height: 1;
    text-align: center;
}

    .jet-tricks-icon svg {
        display: block;
        width: 1em;
        height: 1em;
        fill: currentColor;
    }

.elementor .jet-tricks-edit-template-link {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99;
    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;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    background-color: #b7084e;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-box-shadow: 0 0 0 0 rgba(183, 8, 78, 0.6);
    box-shadow: 0 0 0 0 rgba(183, 8, 78, 0.6);
    -webkit-animation: edit-button-pulse 5s infinite;
    animation: edit-button-pulse 5s infinite;
}

    .elementor .jet-tricks-edit-template-link i {
        font-size: 14px;
        margin-right: 5px;
    }

.rtl .elementor .jet-tricks-edit-template-link i {
    margin-left: 5px;
    margin-right: 0;
}

.elementor .jet-tricks-edit-template-link span {
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
}

.elementor .jet-tricks-edit-template-link:hover {
    background-color: #840739;
    -webkit-animation: none;
    animation: none;
}

.jet-tricks-no-template-message {
    padding: 10px;
    text-align: center;
}

@-webkit-keyframes edit-button-pulse {
    0% {
        -webkit-box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0.6);
        box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0.6);
    }

    30% {
        -webkit-box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0);
        box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0);
        box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0);
    }
}

@keyframes edit-button-pulse {
    0% {
        -webkit-box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0.6);
        box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0.6);
    }

    30% {
        -webkit-box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0);
        box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0);
        box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0);
    }
}
/*! /wp-content/uploads/elementor/css/global.css */
.elementor-widget-heading .elementor-heading-title {
    color: #252525;
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-image .widget-image-caption {
    color: #4a4a52;
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-text-editor {
    color: #4a4a52;
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

    .elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
        background-color: #252525;
    }

    .elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap,
    .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
        color: #252525;
        border-color: #252525;
    }

.elementor-widget-button .elementor-button {
    font-family: 'Recursive', sans-serif;
    font-weight: 500;
    background-color: #26b1ff;
}

.elementor-widget-divider {
    --divider-border-color: #252525;
}

    .elementor-widget-divider .elementor-divider__text {
        color: #252525;
        font-family: 'Recursive', sans-serif;
        font-weight: 700;
    }

    .elementor-widget-divider.elementor-view-stacked .elementor-icon {
        background-color: #252525;
    }

    .elementor-widget-divider.elementor-view-framed .elementor-icon,
    .elementor-widget-divider.elementor-view-default .elementor-icon {
        color: #252525;
        border-color: #252525;
    }

        .elementor-widget-divider.elementor-view-framed .elementor-icon,
        .elementor-widget-divider.elementor-view-default .elementor-icon svg {
            fill: #252525;
        }

.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
    color: #252525;
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description {
    color: #4a4a52;
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-icon.elementor-view-stacked .elementor-icon {
    background-color: #252525;
}

.elementor-widget-icon.elementor-view-framed .elementor-icon,
.elementor-widget-icon.elementor-view-default .elementor-icon {
    color: #252525;
    border-color: #252525;
}

    .elementor-widget-icon.elementor-view-framed .elementor-icon,
    .elementor-widget-icon.elementor-view-default .elementor-icon svg {
        fill: #252525;
    }

.elementor-widget-icon-box.elementor-view-stacked .elementor-icon {
    background-color: #252525;
}

.elementor-widget-icon-box.elementor-view-framed .elementor-icon,
.elementor-widget-icon-box.elementor-view-default .elementor-icon {
    fill: #252525;
    color: #252525;
    border-color: #252525;
}

.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
    color: #252525;
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description {
    color: #4a4a52;
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-star-rating .elementor-star-rating__title {
    color: #4a4a52;
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-image-carousel .elementor-image-carousel-caption {
    font-family: 'Recursive', sans-serif;
    font-weight: 500;
}

.elementor-widget-image-gallery .gallery-item .gallery-caption {
    font-family: 'Recursive', sans-serif;
    font-weight: 500;
}

.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after {
    border-color: #4a4a52;
}

.elementor-widget-icon-list .elementor-icon-list-icon i {
    color: #252525;
}

.elementor-widget-icon-list .elementor-icon-list-icon svg {
    fill: #252525;
}

.elementor-widget-icon-list .elementor-icon-list-text {
    color: #252525;
}

.elementor-widget-icon-list .elementor-icon-list-item {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-counter .elementor-counter-number-wrapper {
    color: #252525;
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-counter .elementor-counter-title {
    color: #252525;
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
    background-color: #252525;
}

.elementor-widget-progress .elementor-title {
    color: #252525;
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-testimonial .elementor-testimonial-content {
    color: #4a4a52;
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-testimonial .elementor-testimonial-name {
    color: #252525;
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-testimonial .elementor-testimonial-job {
    color: #252525;
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title a {
    color: #252525;
}

    .elementor-widget-tabs .elementor-tab-title.elementor-active a {
        color: #26b1ff;
    }

.elementor-widget-tabs .elementor-tab-title {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-tabs .elementor-tab-content {
    color: #4a4a52;
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-accordion .elementor-accordion-icon,
.elementor-widget-accordion .elementor-accordion-title {
    color: #252525;
}

.elementor-widget-accordion .elementor-active .elementor-accordion-icon,
.elementor-widget-accordion .elementor-active .elementor-accordion-title {
    color: #26b1ff;
}

.elementor-widget-accordion .elementor-accordion .elementor-accordion-title {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
    color: #4a4a52;
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-toggle .elementor-toggle-title,
.elementor-widget-toggle .elementor-toggle-icon {
    color: #252525;
}

.elementor-widget-toggle .elementor-tab-title.elementor-active a,
.elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon {
    color: #26b1ff;
}

.elementor-widget-toggle .elementor-toggle .elementor-toggle-title {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-toggle .elementor-toggle .elementor-tab-content {
    color: #4a4a52;
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-alert .elementor-alert-title {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-alert .elementor-alert-description {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-dt-counter h4 {
    color: #252525;
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-dt-counter .dt-sc-counter-subtitle {
    color: #252525;
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-dt-counter .dt-sc-counter-icon-wrapper span {
    color: #252525;
}

.elementor-widget-dt-counter .dt-sc-counter-icon-wrapper {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-dt-counter .dt-sc-counter-number {
    color: #252525;
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-carousel .jet-carousel__content .jet-carousel__item-title,
.elementor-widget-jet-carousel .jet-banner__title {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-carousel .jet-carousel__content .jet-carousel__item-text {
    color: #4a4a52;
}

.elementor-widget-jet-carousel .jet-banner__text {
    color: #4a4a52;
}

.elementor-widget-jet-carousel .jet-carousel__content .jet-carousel__item-text,
.elementor-widget-jet-carousel .jet-banner__text {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-carousel .jet-carousel__content .jet-carousel__item-button {
    font-family: 'Recursive', sans-serif;
    font-weight: 500;
}

.elementor-widget-jet-carousel .jet-carousel__content .jet-carousel__item-button {
    background-color: #252525;
}

.elementor-widget-jet-carousel .jet-carousel .jet-arrow {
    background-color: #252525;
}

    .elementor-widget-jet-carousel .jet-carousel .jet-arrow:hover {
        background-color: #252525;
    }

.elementor-widget-jet-carousel .jet-carousel .jet-slick-dots li span {
    background-color: #4a4a52;
}

    .elementor-widget-jet-carousel .jet-carousel .jet-slick-dots li span:hover {
        background-color: #252525;
    }

.elementor-widget-jet-carousel .jet-carousel .jet-slick-dots li.slick-active span {
    background-color: #26b1ff;
}

.elementor-widget-jet-animated-box .jet-animated-box__front {
    background-color: #252525;
}

.elementor-widget-jet-animated-box .jet-animated-box__back {
    background-color: #252525;
}

.elementor-widget-jet-animated-box .jet-animated-box__title--front {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-animated-box .jet-animated-box__title--back {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-animated-box .jet-animated-box__subtitle--front {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-animated-box .jet-animated-box__subtitle--back {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-animated-box .jet-animated-box__description--front {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-animated-box .jet-animated-box__description--back {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-animated-box .jet-animated-box__button {
    background-color: #252525;
}

.elementor-widget-jet-animated-box .jet-animated-box__button {
    font-family: 'Recursive', sans-serif;
    font-weight: 500;
}

.elementor-widget-jet-animated-text .jet-animated-text__before-text {
    color: #252525;
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-animated-text .jet-animated-text__animated-text {
    color: #252525;
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-animated-text .jet-animated-text__animated-text-item:after {
    background-color: #252525;
}

.elementor-widget-jet-animated-text .jet-animated-text__after-text {
    color: #4a4a52;
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-banner .jet-banner__title {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-banner .jet-banner__text {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-brands .brands-list .brands-list__item-name {
    color: #252525;
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-brands .brands-list .brands-list__item-desc {
    color: #4a4a52;
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-button .jet-button__plane-normal {
    background-color: #252525;
}

.elementor-widget-jet-button .jet-button__plane-hover {
    background-color: #252525;
}

.elementor-widget-jet-button .jet-button__state-normal .jet-button__label {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-button .jet-button__state-hover .jet-button__label {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-circle-progress .circle-counter .circle-val {
    color: #252525;
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-circle-progress .circle-counter .circle-counter__title {
    color: #252525;
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-circle-progress .circle-counter .circle-counter__subtitle {
    color: #4a4a52;
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-countdown-timer .jet-countdown-timer__item {
    border-color: #4a4a52;
}

.elementor-widget-jet-countdown-timer .jet-countdown-timer__item-label {
    color: #4a4a52;
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-countdown-timer .jet-countdown-timer__item-value {
    color: #252525;
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-download-button .jet-download__label {
    font-family: 'Recursive', sans-serif;
    font-weight: 500;
}

.elementor-widget-jet-download-button .jet-download__sub-label {
    font-family: 'Recursive', sans-serif;
    font-weight: 500;
}

.elementor-widget-jet-download-button .jet-download:hover .jet-download__label {
    font-family: 'Recursive', sans-serif;
    font-weight: 500;
}

.elementor-widget-jet-download-button .jet-download:hover .jet-download__sub-label {
    font-family: 'Recursive', sans-serif;
    font-weight: 500;
}

.elementor-widget-jet-dropbar .jet-dropbar__button-text {
    font-family: 'Recursive', sans-serif;
    font-weight: 500;
}

.elementor-widget-jet-dropbar .jet-dropbar__content {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-headline .jet-headline__first .jet-headline__label {
    color: #252525;
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-headline .jet-headline__second .jet-headline__label {
    color: #252525;
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-horizontal-timeline .jet-hor-timeline-item__card-btn {
    font-family: 'Recursive', sans-serif;
    font-weight: 500;
    background-color: #26b1ff;
}

.elementor-widget-jet-image-comparison .jx-left .jx-label {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-image-comparison .jx-left .jx-label {
    background-color: #252525;
}

.elementor-widget-jet-image-comparison .jx-right .jx-label {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-image-comparison .jx-right .jx-label {
    background-color: #252525;
}

.elementor-widget-jet-image-comparison .jx-slider .jx-controller {
    background-color: #252525;
}

.elementor-widget-jet-image-comparison .jx-slider:hover .jx-controller {
    background-color: #252525;
}

.elementor-widget-jet-image-comparison .jet-arrow {
    background-color: #252525;
}

    .elementor-widget-jet-image-comparison .jet-arrow:hover {
        background-color: #26b1ff;
    }

.elementor-widget-jet-image-comparison .jet-slick-dots li span {
    background-color: #4a4a52;
}

    .elementor-widget-jet-image-comparison .jet-slick-dots li span:hover {
        background-color: #252525;
    }

.elementor-widget-jet-image-comparison .jet-slick-dots li.slick-active span {
    background-color: #26b1ff;
}

.elementor-widget-jet-images-layout .jet-images-layout__title {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-images-layout .jet-images-layout__desc {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-instagram-gallery .jet-instagram-gallery__content:before {
    background-color: #252525;
}

.elementor-widget-jet-instagram-gallery .jet-instagram-gallery__caption {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-instagram-gallery .jet-instagram-gallery__meta-label {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-portfolio .jet-portfolio__filter-item {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

    .elementor-widget-jet-portfolio .jet-portfolio__filter-item:hover {
        font-family: 'Recursive', sans-serif;
        font-weight: 700;
    }

    .elementor-widget-jet-portfolio .jet-portfolio__filter-item.active {
        font-family: 'Recursive', sans-serif;
        font-weight: 700;
    }

.elementor-widget-jet-portfolio .jet-portfolio__title {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-portfolio .jet-portfolio__category {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-portfolio .jet-portfolio__desc {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-portfolio .jet-portfolio__button {
    background-color: #252525;
}

.elementor-widget-jet-portfolio .jet-portfolio__button {
    font-family: 'Recursive', sans-serif;
    font-weight: 500;
}

.elementor-widget-jet-portfolio .jet-portfolio__view-more-button {
    background-color: #252525;
}

.elementor-widget-jet-portfolio .jet-portfolio__view-more-button {
    font-family: 'Recursive', sans-serif;
    font-weight: 500;
}

.elementor-widget-jet-posts .jet-posts .entry-title a {
    color: #252525;
}

    .elementor-widget-jet-posts .jet-posts .entry-title a:hover {
        color: #252525;
    }

.elementor-widget-jet-posts .jet-posts .entry-title {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-posts .jet-posts .post-meta {
    color: #4a4a52;
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-posts .jet-posts .entry-excerpt {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-posts .jet-posts .jet-more {
    background-color: #252525;
}

.elementor-widget-jet-posts .jet-posts .jet-more {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

    .elementor-widget-jet-posts .jet-posts .jet-more:hover {
        background-color: #252525;
    }

.elementor-widget-jet-posts .jet-posts .jet-posts__terms-link {
    font-family: 'Recursive', sans-serif;
    font-weight: 500;
}

.elementor-widget-jet-posts .jet-posts .jet-posts__terms-link {
    background-color: #252525;
}

    .elementor-widget-jet-posts .jet-posts .jet-posts__terms-link:hover {
        background-color: #252525;
    }

.elementor-widget-jet-posts .jet-posts .jet-arrow {
    background-color: #252525;
}

    .elementor-widget-jet-posts .jet-posts .jet-arrow:hover {
        background-color: #252525;
    }

.elementor-widget-jet-posts .jet-carousel .jet-slick-dots li span {
    background-color: #4a4a52;
}

    .elementor-widget-jet-posts .jet-carousel .jet-slick-dots li span:hover {
        background-color: #252525;
    }

.elementor-widget-jet-posts .jet-carousel .jet-slick-dots li.slick-active span {
    background-color: #26b1ff;
}

.elementor-widget-jet-posts .jet-title-fields__item-label {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-posts .jet-content-fields__item-label {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-price-list .jet-price-list .price-list__item-title {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-price-list .jet-price-list .price-list__item-price {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-price-list .jet-price-list .price-list__item-desc {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-pricing-table .pricing-table {
    border-color: #4a4a52;
}

.elementor-widget-jet-pricing-table .pricing-table__title {
    color: #252525;
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-pricing-table .pricing-table__subtitle {
    color: #252525;
}

.elementor-widget-jet-pricing-table .pricing-table__subtitle {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-pricing-table .pricing-table__icon-box > * {
    color: #252525;
}

    .elementor-widget-jet-pricing-table .pricing-table__icon-box > * svg {
        fill: #252525;
    }

.elementor-widget-jet-pricing-table .pricing-table__price-prefix {
    color: #252525;
}

.elementor-widget-jet-pricing-table .pricing-table__price-prefix {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-pricing-table .pricing-table__price-val {
    color: #252525;
}

.elementor-widget-jet-pricing-table .pricing-table__price-val {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-pricing-table .pricing-table__price-suffix {
    color: #252525;
}

.elementor-widget-jet-pricing-table .pricing-table__price-suffix {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-pricing-table .pricing-table__price-desc {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-pricing-table .pricing-feature {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

    .elementor-widget-jet-pricing-table .pricing-feature.item-included {
        color: #252525;
    }

        .elementor-widget-jet-pricing-table .pricing-feature.item-included .item-bullet {
            color: #26b1ff;
        }

    .elementor-widget-jet-pricing-table .pricing-feature.item-excluded {
        color: #4a4a52;
    }

        .elementor-widget-jet-pricing-table .pricing-feature.item-excluded .item-bullet {
            color: #4a4a52;
        }

    .elementor-widget-jet-pricing-table .pricing-feature:before {
        border-top-color: #4a4a52;
    }

.elementor-widget-jet-pricing-table .pricing-table__action {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

    .elementor-widget-jet-pricing-table .pricing-table__action .pricing-table-button {
        background-color: #252525;
    }

    .elementor-widget-jet-pricing-table .pricing-table__action .pricing-table-button {
        font-family: 'Recursive', sans-serif;
        font-weight: 500;
    }

.elementor-widget-jet-progress-bar .jet-progress-bar__title-text {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-progress-bar .jet-progress-bar__percent {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-scroll-navigation .jet-scroll-navigation__label {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-scroll-navigation .jet-scroll-navigation__item .jet-scroll-navigation__dot {
    background-color: #252525;
}

.elementor-widget-jet-scroll-navigation .jet-scroll-navigation__item.invert .jet-scroll-navigation__dot {
    background-color: #4a4a52;
}

.elementor-widget-jet-scroll-navigation .jet-scroll-navigation__item:hover .jet-scroll-navigation__dot {
    background-color: #26b1ff;
}

.elementor-widget-jet-scroll-navigation .jet-scroll-navigation__item.active .jet-scroll-navigation__dot {
    background-color: #252525;
}

.elementor-widget-jet-services .jet-services__title-text {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-services .jet-services__desc {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-services .jet-services__button {
    background-color: #252525;
}

.elementor-widget-jet-services .jet-services__button {
    font-family: 'Recursive', sans-serif;
    font-weight: 500;
}

.elementor-widget-jet-slider .jet-slider .slider-pro .jet-slider__item {
    background-color: #252525;
}

.elementor-widget-jet-slider .jet-slider .sp-image-container:after {
    background-color: #252525;
}

.elementor-widget-jet-slider .jet-slider__title {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-slider .jet-slider__subtitle {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-slider .jet-slider__desc {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-slider .jet-slider__button--primary {
    background-color: #252525;
}

.elementor-widget-jet-slider .jet-slider__button--primary {
    font-family: 'Recursive', sans-serif;
    font-weight: 500;
}

.elementor-widget-jet-slider .jet-slider__button--secondary {
    background-color: #252525;
}

.elementor-widget-jet-slider .jet-slider__button--secondary {
    font-family: 'Recursive', sans-serif;
    font-weight: 500;
}

.elementor-widget-jet-slider .jet-slider .sp-buttons .sp-button:hover {
    background-color: #252525;
}

.elementor-widget-jet-slider .jet-slider .sp-buttons .sp-button.sp-selected-button {
    background-color: #252525;
}

.elementor-widget-jet-slider .jet-slider .sp-thumbnail-container:before {
    border-color: #252525;
}

.elementor-widget-jet-slider .jet-slider .sp-thumbnail-container:hover:before {
    border-color: #252525;
}

.elementor-widget-jet-slider .jet-slider .sp-thumbnail-container.sp-selected-thumbnail:before {
    border-color: #252525;
}

.elementor-widget-jet-subscribe-form .jet-subscribe-form__input {
    font-family: 'Recursive', sans-serif;
    font-weight: 500;
}

    .elementor-widget-jet-subscribe-form .jet-subscribe-form__input:focus {
        font-family: 'Recursive', sans-serif;
        font-weight: 500;
    }

    .elementor-widget-jet-subscribe-form .jet-subscribe-form__input.mail-invalid {
        font-family: 'Recursive', sans-serif;
        font-weight: 500;
    }

.elementor-widget-jet-subscribe-form .jet-subscribe-form__submit {
    background-color: #252525;
}

.elementor-widget-jet-subscribe-form .jet-subscribe-form__submit {
    font-family: 'Recursive', sans-serif;
    font-weight: 500;
}

.elementor-widget-jet-subscribe-form .jet-subscribe-form--response-success .jet-subscribe-form__message span {
    font-family: 'Recursive', sans-serif;
    font-weight: 500;
}

.elementor-widget-jet-subscribe-form .jet-subscribe-form--response-error .jet-subscribe-form__message span {
    font-family: 'Recursive', sans-serif;
    font-weight: 500;
}

.elementor-widget-jet-team-member .jet-team-member__name .jet-team-member__name-first {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-team-member .jet-team-member__name .jet-team-member__name-last {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-team-member .jet-team-member__position {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-team-member .jet-team-member__desc {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-team-member .jet-team-member__button {
    background-color: #252525;
}

.elementor-widget-jet-team-member .jet-team-member__button {
    font-family: 'Recursive', sans-serif;
    font-weight: 500;
}

.elementor-widget-jet-testimonials .jet-testimonials__title {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-testimonials .jet-testimonials__comment {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
    background-color: #252525;
}

.elementor-widget-jet-testimonials .jet-testimonials__name {
    color: #252525;
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

    .elementor-widget-jet-testimonials .jet-testimonials__name a:hover {
        color: #252525;
    }

.elementor-widget-jet-testimonials .jet-testimonials__position {
    color: #252525;
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-testimonials .jet-testimonials__date {
    color: #4a4a52;
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-testimonials .jet-testimonials__instance .jet-arrow {
    background-color: #252525;
}

    .elementor-widget-jet-testimonials .jet-testimonials__instance .jet-arrow:hover {
        background-color: #26b1ff;
    }

.elementor-widget-jet-testimonials .jet-testimonials__instance .jet-slick-dots li span {
    background-color: #4a4a52;
}

    .elementor-widget-jet-testimonials .jet-testimonials__instance .jet-slick-dots li span:hover {
        background-color: #252525;
    }

.elementor-widget-jet-testimonials .jet-testimonials__instance .jet-slick-dots li.slick-active span {
    background-color: #26b1ff;
}

.elementor-widget-jet-timeline .jet-timeline-item .timeline-item__meta-content {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-timeline .jet-timeline-item .timeline-item__card-title {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-timeline .jet-timeline-item .timeline-item__card-desc {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

.elementor-widget-jet-timeline .timeline-item__card-btn {
    font-family: 'Recursive', sans-serif;
    font-weight: 500;
    background-color: #26b1ff;
}

.elementor-widget-jet-timeline .timeline-item__point-content.timeline-item__point-content--text {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-hotspots .jet-hotspots__item-inner .jet-hotspots__item-text {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-hotspots .jet-hotspots .tippy-tooltip .tippy-content {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-unfold .jet-unfold__content {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-unfold .jet-unfold-state .jet-unfold__content {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-unfold .jet-unfold__button {
    font-family: 'Recursive', sans-serif;
    font-weight: 500;
}

.elementor-widget-jet-unfold .jet-unfold__button {
    background-color: #252525;
}

.elementor-widget-jet-view-more .jet-view-more__button .jet-view-more__label {
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-jet-view-more .jet-view-more__button:hover .jet-view-more__icon {
    color: #252525;
}

.elementor-widget-jet-view-more .jet-view-more__button:hover .jet-view-more__label {
    color: #252525;
    font-family: 'Recursive', sans-serif;
    font-weight: 700;
}

.elementor-widget-contact-form-7 .wpcf7 input.wpcf7-submit {
    background-color: #252525;
}

.elementor-widget-contact-form-7 .wpcf7 input.wpcf7-submit {
    font-family: 'Recursive', sans-serif;
    font-weight: 400;
}

    .elementor-widget-contact-form-7 .wpcf7 input.wpcf7-submit:hover {
        background-color: #252525;
    }

    .elementor-widget-contact-form-7 .wpcf7 input.wpcf7-submit:focus {
        background-color: #252525;
    }
/*! /wp-content/uploads/elementor/css/post-45.css */
.elementor-45 .elementor-element.elementor-element-403d2c4 .jet-headline {
    align-items: center;
}

    .elementor-45 .elementor-element.elementor-element-403d2c4 .jet-headline > .jet-headline__link {
        align-items: center;
    }

.elementor-45 .elementor-element.elementor-element-403d2c4 .jet-headline__second .jet-headline__label {
    font-family: 'Recursive', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
}

.elementor-45 .elementor-element.elementor-element-403d2c4 .jet-headline__second {
    margin: 10px 0px 0px 0px;
}

.elementor-45 .elementor-element.elementor-element-403d2c4 > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-45 .elementor-element.elementor-element-403d2c4 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-96395e5 .pricing-table__heading {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-96395e5 .pricing-table__icon {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-96395e5 .pricing-table__price-prefix {
    vertical-align: baseline;
    display: inline-block;
}

.elementor-45 .elementor-element.elementor-element-96395e5 .pricing-table__price-suffix {
    vertical-align: baseline;
    display: inline-block;
}

.elementor-45 .elementor-element.elementor-element-96395e5 .pricing-table__price {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-96395e5 .pricing-table__features {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-96395e5 .pricing-feature.item-included .item-bullet {
    font-size: 14px;
    width: 14px;
}

.elementor-45 .elementor-element.elementor-element-96395e5 .pricing-feature.item-excluded .item-bullet {
    font-size: 14px;
    width: 14px;
}

.elementor-45 .elementor-element.elementor-element-96395e5 .pricing-feature.item-excluded .pricing-feature__text {
    text-decoration: none;
}

.elementor-45 .elementor-element.elementor-element-96395e5 .pricing-table__action {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-96395e5 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-cda3d10 .pricing-table__heading {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-cda3d10 .pricing-table__icon {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-cda3d10 .pricing-table__price-prefix {
    vertical-align: baseline;
    display: inline-block;
}

.elementor-45 .elementor-element.elementor-element-cda3d10 .pricing-table__price-suffix {
    vertical-align: baseline;
    display: inline-block;
}

.elementor-45 .elementor-element.elementor-element-cda3d10 .pricing-table__price {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-cda3d10 .pricing-table__features {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-cda3d10 .pricing-feature.item-included .item-bullet {
    font-size: 14px;
    width: 14px;
}

.elementor-45 .elementor-element.elementor-element-cda3d10 .pricing-feature.item-excluded .item-bullet {
    font-size: 14px;
    width: 14px;
}

.elementor-45 .elementor-element.elementor-element-cda3d10 .pricing-feature.item-excluded .pricing-feature__text {
    text-decoration: none;
}

.elementor-45 .elementor-element.elementor-element-cda3d10 .pricing-table__action {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-cda3d10 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-89b464d .pricing-table__heading {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-89b464d .pricing-table__icon {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-89b464d .pricing-table__price-prefix {
    vertical-align: baseline;
    display: inline-block;
}

.elementor-45 .elementor-element.elementor-element-89b464d .pricing-table__price-suffix {
    vertical-align: baseline;
    display: inline-block;
}

.elementor-45 .elementor-element.elementor-element-89b464d .pricing-table__price {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-89b464d .pricing-table__features {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-89b464d .pricing-feature.item-included .item-bullet {
    font-size: 14px;
    width: 14px;
}

.elementor-45 .elementor-element.elementor-element-89b464d .pricing-feature.item-excluded .item-bullet {
    font-size: 14px;
    width: 14px;
}

.elementor-45 .elementor-element.elementor-element-89b464d .pricing-feature.item-excluded .pricing-feature__text {
    text-decoration: none;
}

.elementor-45 .elementor-element.elementor-element-89b464d .pricing-table__action {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-89b464d > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-62adccf .pricing-table__heading {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-62adccf .pricing-table__icon {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-62adccf .pricing-table__price-prefix {
    vertical-align: baseline;
    display: inline-block;
}

.elementor-45 .elementor-element.elementor-element-62adccf .pricing-table__price-suffix {
    vertical-align: baseline;
    display: inline-block;
}

.elementor-45 .elementor-element.elementor-element-62adccf .pricing-table__price {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-62adccf .pricing-table__features {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-62adccf .pricing-feature.item-included .item-bullet {
    font-size: 14px;
    width: 14px;
}

.elementor-45 .elementor-element.elementor-element-62adccf .pricing-feature.item-excluded .item-bullet {
    font-size: 14px;
    width: 14px;
}

.elementor-45 .elementor-element.elementor-element-62adccf .pricing-feature.item-excluded .pricing-feature__text {
    text-decoration: none;
}

.elementor-45 .elementor-element.elementor-element-62adccf .pricing-table__action {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-62adccf > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-ff3c945 {
    padding: 50px 0px 0px 0px;
}

.elementor-45 .elementor-element.elementor-element-71e6639 {
    padding: 10px 0px 90px 0px;
}

.elementor-45 .elementor-element.elementor-element-a62e10f .jet-headline {
    justify-content: center;
}

    .elementor-45 .elementor-element.elementor-element-a62e10f .jet-headline > .jet-headline__link {
        justify-content: center;
    }

.elementor-45 .elementor-element.elementor-element-a62e10f > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-45 .elementor-element.elementor-element-a62e10f > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-f80467e {
    text-align: center;
}

    .elementor-45 .elementor-element.elementor-element-f80467e .elementor-heading-title {
        font-family: 'Recursive', sans-serif;
        font-size: 20px;
        font-weight: 300;
    }

    .elementor-45 .elementor-element.elementor-element-f80467e > .elementor-widget-container {
        margin: -5px 0px 0px 0px;
    }

    .elementor-45 .elementor-element.elementor-element-f80467e > .tippy-popper .tippy-tooltip .tippy-content {
        text-align: center;
    }

.elementor-45 .elementor-element.elementor-element-1f31521 .elementor-spacer-inner {
    height: 50px;
}

.elementor-45 .elementor-element.elementor-element-1f31521 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-42ee729 .jet-headline {
    align-items: flex-end;
    margin: 0px 0px 0px 0px;
}

    .elementor-45 .elementor-element.elementor-element-42ee729 .jet-headline > .jet-headline__link {
        align-items: flex-end;
    }

.elementor-45 .elementor-element.elementor-element-42ee729 .jet-headline__first {
    align-self: flex-end;
}

    .elementor-45 .elementor-element.elementor-element-42ee729 .jet-headline__first .jet-headline__label {
        text-align: right;
        font-family: 'Recursive', sans-serif;
        font-weight: 700;
    }

.elementor-45 .elementor-element.elementor-element-42ee729 .jet-headline__second .jet-headline__label {
    text-align: right;
}

.elementor-45 .elementor-element.elementor-element-42ee729 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-f5734cc .jet-headline {
    align-items: flex-start;
    margin: 0px 0px 0px 0px;
}

    .elementor-45 .elementor-element.elementor-element-f5734cc .jet-headline > .jet-headline__link {
        align-items: flex-start;
    }

.elementor-45 .elementor-element.elementor-element-f5734cc .jet-headline__first .jet-headline__label {
    font-family: 'Recursive', sans-serif;
    font-weight: 600;
}

.elementor-45 .elementor-element.elementor-element-f5734cc .jet-headline__second .jet-headline__label {
    font-family: 'Recursive', sans-serif;
    font-weight: 600;
}

.elementor-45 .elementor-element.elementor-element-f5734cc > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-82bc4ba:not(.elementor-motion-effects-element-type-background),
.elementor-45 .elementor-element.elementor-element-82bc4ba > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: url(https://invicodt.wpengine.com/wp-content/uploads/2019/10/marker-pin-skintone.png);
    background-position: 50% 5px;
    background-repeat: no-repeat;
    background-size: 20px auto;
}

.elementor-45 .elementor-element.elementor-element-82bc4ba > .elementor-background-overlay {
    background-image: url(https://invicodt.wpengine.com/wp-content/uploads/2019/10/marker-pin-pointer-dots.png);
    background-position: 50% 40px;
    background-repeat: no-repeat;
    background-size: 10px auto;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-45 .elementor-element.elementor-element-82bc4ba {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 110px 0px;
}

.elementor-45 .elementor-element.elementor-element-3cdcbac > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap {
    align-content: flex-end;
    align-items: flex-end;
}

.elementor-45 .elementor-element.elementor-element-5d396ef > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
}

.elementor-45 .elementor-element.elementor-element-447974e > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-551a556 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-22d8b12 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-ca00ef6 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-359b1e0 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-337504e > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
}

.elementor-45 .elementor-element.elementor-element-cd2a012 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-b04fa34 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-bbf6622 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-7602c9d > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-b0b79d5.elementor-column > .elementor-column-wrap > .elementor-widget-wrap {
    justify-content: center;
}

.elementor-45 .elementor-element.elementor-element-84dd61e {
    text-align: right;
}

    .elementor-45 .elementor-element.elementor-element-84dd61e > .tippy-popper .tippy-tooltip .tippy-content {
        text-align: center;
    }

.elementor-45 .elementor-element.elementor-element-207a255.elementor-column > .elementor-column-wrap > .elementor-widget-wrap {
    justify-content: center;
}

.elementor-45 .elementor-element.elementor-element-557dbb6 {
    text-align: left;
}

    .elementor-45 .elementor-element.elementor-element-557dbb6 > .tippy-popper .tippy-tooltip .tippy-content {
        text-align: center;
    }

.elementor-45 .elementor-element.elementor-element-5e7995b {
    padding: 90px 0px 90px 0px;
}

.elementor-45 .elementor-element.elementor-element-ede07ed {
    padding: 90px 0px 0px 0px;
}

.elementor-45 .elementor-element.elementor-element-f792f4b > .elementor-element-populated {
    padding: 0px 0px 0px 0px;
}

.elementor-45 .elementor-element.elementor-element-d583014 .jet-headline {
    align-items: center;
}

    .elementor-45 .elementor-element.elementor-element-d583014 .jet-headline > .jet-headline__link {
        align-items: center;
    }

.elementor-45 .elementor-element.elementor-element-d583014 .jet-headline__first {
    align-self: center;
}

    .elementor-45 .elementor-element.elementor-element-d583014 .jet-headline__first .jet-headline__label {
        text-align: center;
    }

.elementor-45 .elementor-element.elementor-element-d583014 .jet-headline__second {
    align-self: center;
    margin: 10px 0px 0px 0px;
}

    .elementor-45 .elementor-element.elementor-element-d583014 .jet-headline__second .jet-headline__label {
        text-align: center;
        font-family: 'Recursive', sans-serif;
        font-size: 20px;
        font-weight: 300;
        line-height: 32px;
    }

.elementor-45 .elementor-element.elementor-element-d583014 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-05a762f {
    text-align: center;
}

    .elementor-45 .elementor-element.elementor-element-05a762f > .tippy-popper .tippy-tooltip .tippy-content {
        text-align: center;
    }

.elementor-45 .elementor-element.elementor-element-cc93224 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-a13840a .elementor-button:hover,
.elementor-45 .elementor-element.elementor-element-a13840a .elementor-button:focus {
    color: #000000;
    background-color: #ffffff;
}

    .elementor-45 .elementor-element.elementor-element-a13840a .elementor-button:hover svg,
    .elementor-45 .elementor-element.elementor-element-a13840a .elementor-button:focus svg {
        fill: #000000;
    }

.elementor-45 .elementor-element.elementor-element-a13840a .elementor-button {
    box-shadow: 0px 10px 30px 0px rgba(0, 68, 167, 0.5);
}

.elementor-45 .elementor-element.elementor-element-a13840a > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-a13840a {
    width: auto;
    max-width: auto;
}

.elementor-45 .elementor-element.elementor-element-af832f8 .elementor-button:hover,
.elementor-45 .elementor-element.elementor-element-af832f8 .elementor-button:focus {
    color: #000000;
    background-color: #ffffff;
}

    .elementor-45 .elementor-element.elementor-element-af832f8 .elementor-button:hover svg,
    .elementor-45 .elementor-element.elementor-element-af832f8 .elementor-button:focus svg {
        fill: #000000;
    }

.elementor-45 .elementor-element.elementor-element-af832f8 .elementor-button {
    box-shadow: 0px 10px 30px 0px rgba(0, 68, 167, 0.5);
}

.elementor-45 .elementor-element.elementor-element-af832f8 > .elementor-widget-container {
    margin: 0px 0px 0px 42px;
}

.elementor-45 .elementor-element.elementor-element-af832f8 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-af832f8 {
    width: auto;
    max-width: auto;
}

.elementor-45 .elementor-element.elementor-element-1fbdaa2 .elementor-spacer-inner {
    height: 75px;
}

.elementor-45 .elementor-element.elementor-element-1fbdaa2 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-1eaa71c .jet-services__header {
    width: 85px;
    height: 85px;
}

.elementor-45 .elementor-element.elementor-element-1eaa71c .jet-services__icon .jet-elements-icon {
    font-size: 60px;
}

.elementor-45 .elementor-element.elementor-element-1eaa71c .jet-services__icon .inner {
    width: 60px;
    height: 60px;
}

.elementor-45 .elementor-element.elementor-element-1eaa71c .jet-services__icon {
    align-self: flex-start;
    order: 1;
}

.elementor-45 .elementor-element.elementor-element-1eaa71c .jet-services__title {
    align-self: flex-start;
    text-align: left;
    order: 2;
}

.elementor-45 .elementor-element.elementor-element-1eaa71c .jet-services__desc {
    align-self: flex-start;
    text-align: left;
    order: 3;
}

.elementor-45 .elementor-element.elementor-element-1eaa71c .jet-services__button {
    align-self: center;
    order: 4;
}

.elementor-45 .elementor-element.elementor-element-1eaa71c .jet-services__cover {
    justify-content: center;
}

.elementor-45 .elementor-element.elementor-element-1eaa71c > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-baeaee8 .jet-services__header {
    width: 85px;
    height: 85px;
}

.elementor-45 .elementor-element.elementor-element-baeaee8 .jet-services__icon .jet-elements-icon {
    font-size: 60px;
}

.elementor-45 .elementor-element.elementor-element-baeaee8 .jet-services__icon .inner {
    width: 60px;
    height: 60px;
}

.elementor-45 .elementor-element.elementor-element-baeaee8 .jet-services__icon {
    align-self: flex-start;
    order: 1;
}

.elementor-45 .elementor-element.elementor-element-baeaee8 .jet-services__title {
    align-self: flex-start;
    text-align: left;
    order: 2;
}

.elementor-45 .elementor-element.elementor-element-baeaee8 .jet-services__desc {
    align-self: flex-start;
    text-align: left;
    order: 3;
}

.elementor-45 .elementor-element.elementor-element-baeaee8 .jet-services__button {
    align-self: center;
    order: 4;
}

.elementor-45 .elementor-element.elementor-element-baeaee8 .jet-services__cover {
    justify-content: center;
}

.elementor-45 .elementor-element.elementor-element-baeaee8 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-6cee059 .jet-services__header {
    width: 85px;
    height: 85px;
}

.elementor-45 .elementor-element.elementor-element-6cee059 .jet-services__icon .jet-elements-icon {
    font-size: 60px;
}

.elementor-45 .elementor-element.elementor-element-6cee059 .jet-services__icon .inner {
    width: 60px;
    height: 60px;
}

.elementor-45 .elementor-element.elementor-element-6cee059 .jet-services__icon {
    align-self: flex-start;
    order: 1;
}

.elementor-45 .elementor-element.elementor-element-6cee059 .jet-services__title {
    align-self: flex-start;
    text-align: left;
    order: 2;
}

.elementor-45 .elementor-element.elementor-element-6cee059 .jet-services__desc {
    align-self: flex-start;
    text-align: left;
    order: 3;
}

.elementor-45 .elementor-element.elementor-element-6cee059 .jet-services__button {
    align-self: center;
    order: 4;
}

.elementor-45 .elementor-element.elementor-element-6cee059 .jet-services__cover {
    justify-content: center;
}

.elementor-45 .elementor-element.elementor-element-6cee059 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-ad1016f .jet-services__header {
    width: 85px;
    height: 85px;
}

.elementor-45 .elementor-element.elementor-element-ad1016f .jet-services__icon .jet-elements-icon {
    font-size: 60px;
}

.elementor-45 .elementor-element.elementor-element-ad1016f .jet-services__icon .inner {
    width: 60px;
    height: 60px;
}

.elementor-45 .elementor-element.elementor-element-ad1016f .jet-services__icon {
    align-self: flex-start;
    order: 1;
}

.elementor-45 .elementor-element.elementor-element-ad1016f .jet-services__title {
    align-self: flex-start;
    text-align: left;
    order: 2;
}

.elementor-45 .elementor-element.elementor-element-ad1016f .jet-services__desc {
    align-self: flex-start;
    text-align: left;
    order: 3;
}

.elementor-45 .elementor-element.elementor-element-ad1016f .jet-services__button {
    align-self: center;
    order: 4;
}

.elementor-45 .elementor-element.elementor-element-ad1016f .jet-services__cover {
    justify-content: center;
}

.elementor-45 .elementor-element.elementor-element-ad1016f > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-8262147 {
    padding: 120px 0px 35px 0px;
}

.elementor-45 .elementor-element.elementor-element-6e0d856 .jet-headline {
    align-items: center;
}

    .elementor-45 .elementor-element.elementor-element-6e0d856 .jet-headline > .jet-headline__link {
        align-items: center;
    }

.elementor-45 .elementor-element.elementor-element-6e0d856 .jet-headline__second .jet-headline__label {
    font-family: 'Recursive', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
}

.elementor-45 .elementor-element.elementor-element-6e0d856 .jet-headline__second {
    margin: 10px 0px 0px 0px;
}

.elementor-45 .elementor-element.elementor-element-6e0d856 > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

.elementor-45 .elementor-element.elementor-element-6e0d856 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-b0d5c57 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap {
    align-content: center;
    align-items: center;
}

.elementor-45 .elementor-element.elementor-element-78e36c3 .jet-dropbar__inner {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.elementor-45 .elementor-element.elementor-element-78e36c3 .jet-dropbar__content-wrapper {
    top: 100%;
    bottom: auto;
    left: 0;
    right: auto;
    transform: none;
    width: 280px;
}

.elementor-45 .elementor-element.elementor-element-78e36c3[class*="jet-dropbar-position-top-"] .jet-dropbar__content-wrapper {
    margin: 0 0 10px 0;
}

.elementor-45 .elementor-element.elementor-element-78e36c3[class*="jet-dropbar-position-bottom-"] .jet-dropbar__content-wrapper {
    margin: 10px 0 0 0;
}

.elementor-45 .elementor-element.elementor-element-78e36c3[class*="jet-dropbar-position-left-"] .jet-dropbar__content-wrapper {
    margin: 0 10px 0 0;
}

.elementor-45 .elementor-element.elementor-element-78e36c3[class*="jet-dropbar-position-right-"] .jet-dropbar__content-wrapper {
    margin: 0 0 0 10px;
}

.elementor-45 .elementor-element.elementor-element-78e36c3[class*="jet-dropbar-position-top-"] .jet-dropbar__content-wrapper:before {
    top: 100%;
    bottom: auto;
    left: 0;
    right: 0;
    height: 10px;
    width: 100%;
}

.elementor-45 .elementor-element.elementor-element-78e36c3[class*="jet-dropbar-position-bottom-"] .jet-dropbar__content-wrapper:before {
    top: auto;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 10px;
    width: 100%;
}

.elementor-45 .elementor-element.elementor-element-78e36c3[class*="jet-dropbar-position-left-"] .jet-dropbar__content-wrapper:before {
    top: 0;
    bottom: 0;
    left: 100%;
    right: auto;
    height: 100%;
    width: 10px;
}

.elementor-45 .elementor-element.elementor-element-78e36c3[class*="jet-dropbar-position-right-"] .jet-dropbar__content-wrapper:before {
    top: 0;
    bottom: 0;
    left: auto;
    right: 100%;
    height: 100%;
    width: 10px;
}

.elementor-45 .elementor-element.elementor-element-78e36c3 .jet-dropbar__button {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.25);
}

.elementor-45 .elementor-element.elementor-element-78e36c3 .jet-dropbar__content {
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 20px 30px 20px 30px;
}

.elementor-45 .elementor-element.elementor-element-78e36c3 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-a2057c3 .jet-dropbar__inner {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.elementor-45 .elementor-element.elementor-element-a2057c3 .jet-dropbar__content-wrapper {
    top: 100%;
    bottom: auto;
    left: 0;
    right: auto;
    transform: none;
    width: 250px;
}

.elementor-45 .elementor-element.elementor-element-a2057c3[class*="jet-dropbar-position-top-"] .jet-dropbar__content-wrapper {
    margin: 0 0 10px 0;
}

.elementor-45 .elementor-element.elementor-element-a2057c3[class*="jet-dropbar-position-bottom-"] .jet-dropbar__content-wrapper {
    margin: 10px 0 0 0;
}

.elementor-45 .elementor-element.elementor-element-a2057c3[class*="jet-dropbar-position-left-"] .jet-dropbar__content-wrapper {
    margin: 0 10px 0 0;
}

.elementor-45 .elementor-element.elementor-element-a2057c3[class*="jet-dropbar-position-right-"] .jet-dropbar__content-wrapper {
    margin: 0 0 0 10px;
}

.elementor-45 .elementor-element.elementor-element-a2057c3[class*="jet-dropbar-position-top-"] .jet-dropbar__content-wrapper:before {
    top: 100%;
    bottom: auto;
    left: 0;
    right: 0;
    height: 10px;
    width: 100%;
}

.elementor-45 .elementor-element.elementor-element-a2057c3[class*="jet-dropbar-position-bottom-"] .jet-dropbar__content-wrapper:before {
    top: auto;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 10px;
    width: 100%;
}

.elementor-45 .elementor-element.elementor-element-a2057c3[class*="jet-dropbar-position-left-"] .jet-dropbar__content-wrapper:before {
    top: 0;
    bottom: 0;
    left: 100%;
    right: auto;
    height: 100%;
    width: 10px;
}

.elementor-45 .elementor-element.elementor-element-a2057c3[class*="jet-dropbar-position-right-"] .jet-dropbar__content-wrapper:before {
    top: 0;
    bottom: 0;
    left: auto;
    right: 100%;
    height: 100%;
    width: 10px;
}

.elementor-45 .elementor-element.elementor-element-a2057c3 .jet-dropbar__button {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.25);
}

.elementor-45 .elementor-element.elementor-element-a2057c3 .jet-dropbar__content {
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 20px 30px 20px 30px;
}

.elementor-45 .elementor-element.elementor-element-a2057c3 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-b67f2a7 .jet-dropbar__inner {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.elementor-45 .elementor-element.elementor-element-b67f2a7 .jet-dropbar__content-wrapper {
    top: auto;
    bottom: 100%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 250px;
}

.elementor-45 .elementor-element.elementor-element-b67f2a7[class*="jet-dropbar-position-top-"] .jet-dropbar__content-wrapper {
    margin: 0 0 10px 0;
}

.elementor-45 .elementor-element.elementor-element-b67f2a7[class*="jet-dropbar-position-bottom-"] .jet-dropbar__content-wrapper {
    margin: 10px 0 0 0;
}

.elementor-45 .elementor-element.elementor-element-b67f2a7[class*="jet-dropbar-position-left-"] .jet-dropbar__content-wrapper {
    margin: 0 10px 0 0;
}

.elementor-45 .elementor-element.elementor-element-b67f2a7[class*="jet-dropbar-position-right-"] .jet-dropbar__content-wrapper {
    margin: 0 0 0 10px;
}

.elementor-45 .elementor-element.elementor-element-b67f2a7[class*="jet-dropbar-position-top-"] .jet-dropbar__content-wrapper:before {
    top: 100%;
    bottom: auto;
    left: 0;
    right: 0;
    height: 10px;
    width: 100%;
}

.elementor-45 .elementor-element.elementor-element-b67f2a7[class*="jet-dropbar-position-bottom-"] .jet-dropbar__content-wrapper:before {
    top: auto;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 10px;
    width: 100%;
}

.elementor-45 .elementor-element.elementor-element-b67f2a7[class*="jet-dropbar-position-left-"] .jet-dropbar__content-wrapper:before {
    top: 0;
    bottom: 0;
    left: 100%;
    right: auto;
    height: 100%;
    width: 10px;
}

.elementor-45 .elementor-element.elementor-element-b67f2a7[class*="jet-dropbar-position-right-"] .jet-dropbar__content-wrapper:before {
    top: 0;
    bottom: 0;
    left: auto;
    right: 100%;
    height: 100%;
    width: 10px;
}

.elementor-45 .elementor-element.elementor-element-b67f2a7 .jet-dropbar__button {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.25);
}

.elementor-45 .elementor-element.elementor-element-b67f2a7 .jet-dropbar__content {
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 6px 0px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 20px 30px 20px 30px;
}

.elementor-45 .elementor-element.elementor-element-b67f2a7 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-84ddbeb .jet-dropbar__inner {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.elementor-45 .elementor-element.elementor-element-84ddbeb .jet-dropbar__content-wrapper {
    top: 100%;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 320px;
}

.elementor-45 .elementor-element.elementor-element-84ddbeb[class*="jet-dropbar-position-top-"] .jet-dropbar__content-wrapper {
    margin: 0 0 10px 0;
}

.elementor-45 .elementor-element.elementor-element-84ddbeb[class*="jet-dropbar-position-bottom-"] .jet-dropbar__content-wrapper {
    margin: 10px 0 0 0;
}

.elementor-45 .elementor-element.elementor-element-84ddbeb[class*="jet-dropbar-position-left-"] .jet-dropbar__content-wrapper {
    margin: 0 10px 0 0;
}

.elementor-45 .elementor-element.elementor-element-84ddbeb[class*="jet-dropbar-position-right-"] .jet-dropbar__content-wrapper {
    margin: 0 0 0 10px;
}

.elementor-45 .elementor-element.elementor-element-84ddbeb[class*="jet-dropbar-position-top-"] .jet-dropbar__content-wrapper:before {
    top: 100%;
    bottom: auto;
    left: 0;
    right: 0;
    height: 10px;
    width: 100%;
}

.elementor-45 .elementor-element.elementor-element-84ddbeb[class*="jet-dropbar-position-bottom-"] .jet-dropbar__content-wrapper:before {
    top: auto;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 10px;
    width: 100%;
}

.elementor-45 .elementor-element.elementor-element-84ddbeb[class*="jet-dropbar-position-left-"] .jet-dropbar__content-wrapper:before {
    top: 0;
    bottom: 0;
    left: 100%;
    right: auto;
    height: 100%;
    width: 10px;
}

.elementor-45 .elementor-element.elementor-element-84ddbeb[class*="jet-dropbar-position-right-"] .jet-dropbar__content-wrapper:before {
    top: 0;
    bottom: 0;
    left: auto;
    right: 100%;
    height: 100%;
    width: 10px;
}

.elementor-45 .elementor-element.elementor-element-84ddbeb .jet-dropbar__button {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.25);
}

.elementor-45 .elementor-element.elementor-element-84ddbeb .jet-dropbar__content {
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 0px 0px 0px 0px;
}

.elementor-45 .elementor-element.elementor-element-84ddbeb > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-9d3cc81 .jet-dropbar__inner {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.elementor-45 .elementor-element.elementor-element-9d3cc81 .jet-dropbar__content-wrapper {
    top: 100%;
    bottom: auto;
    left: auto;
    right: 0;
    transform: none;
    width: 280px;
}

.elementor-45 .elementor-element.elementor-element-9d3cc81[class*="jet-dropbar-position-top-"] .jet-dropbar__content-wrapper {
    margin: 0 0 10px 0;
}

.elementor-45 .elementor-element.elementor-element-9d3cc81[class*="jet-dropbar-position-bottom-"] .jet-dropbar__content-wrapper {
    margin: 10px 0 0 0;
}

.elementor-45 .elementor-element.elementor-element-9d3cc81[class*="jet-dropbar-position-left-"] .jet-dropbar__content-wrapper {
    margin: 0 10px 0 0;
}

.elementor-45 .elementor-element.elementor-element-9d3cc81[class*="jet-dropbar-position-right-"] .jet-dropbar__content-wrapper {
    margin: 0 0 0 10px;
}

.elementor-45 .elementor-element.elementor-element-9d3cc81[class*="jet-dropbar-position-top-"] .jet-dropbar__content-wrapper:before {
    top: 100%;
    bottom: auto;
    left: 0;
    right: 0;
    height: 10px;
    width: 100%;
}

.elementor-45 .elementor-element.elementor-element-9d3cc81[class*="jet-dropbar-position-bottom-"] .jet-dropbar__content-wrapper:before {
    top: auto;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 10px;
    width: 100%;
}

.elementor-45 .elementor-element.elementor-element-9d3cc81[class*="jet-dropbar-position-left-"] .jet-dropbar__content-wrapper:before {
    top: 0;
    bottom: 0;
    left: 100%;
    right: auto;
    height: 100%;
    width: 10px;
}

.elementor-45 .elementor-element.elementor-element-9d3cc81[class*="jet-dropbar-position-right-"] .jet-dropbar__content-wrapper:before {
    top: 0;
    bottom: 0;
    left: auto;
    right: 100%;
    height: 100%;
    width: 10px;
}

.elementor-45 .elementor-element.elementor-element-9d3cc81 .jet-dropbar__button {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.25);
}

.elementor-45 .elementor-element.elementor-element-9d3cc81 .jet-dropbar__content {
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 20px 30px 20px 30px;
}

.elementor-45 .elementor-element.elementor-element-9d3cc81 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-b0d5c57 {
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 0px 82px 0px 82px;
}

.elementor-45 .elementor-element.elementor-element-e2aa188 .elementor-button {
    font-size: 22px;
    text-decoration: underline;
    background-color: rgba(0, 0, 0, 0);
    padding: 0px 0px 0px 0px;
}

    .elementor-45 .elementor-element.elementor-element-e2aa188 .elementor-button:hover,
    .elementor-45 .elementor-element.elementor-element-e2aa188 .elementor-button:focus {
        color: rgba(255, 255, 255, 0.55);
    }

        .elementor-45 .elementor-element.elementor-element-e2aa188 .elementor-button:hover svg,
        .elementor-45 .elementor-element.elementor-element-e2aa188 .elementor-button:focus svg {
            fill: rgba(255, 255, 255, 0.55);
        }

.elementor-45 .elementor-element.elementor-element-e2aa188 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-c933eea {
    padding: 100px 0px 175px 0px;
}

.elementor-45 .elementor-element.elementor-element-d535cbc .jet-carousel__content {
    text-align: left;
}

.elementor-45 .elementor-element.elementor-element-d535cbc .jet-carousel .jet-slick-dots {
    justify-content: center;
}

    .elementor-45 .elementor-element.elementor-element-d535cbc .jet-carousel .jet-slick-dots li {
        padding-left: 5px;
        padding-right: 5px;
    }

.elementor-45 .elementor-element.elementor-element-d535cbc > .elementor-widget-container {
    margin: -10px 0px 0px 0px;
}

.elementor-45 .elementor-element.elementor-element-d535cbc > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-65ad7dc {
    margin-top: -11.5%;
    margin-bottom: 0%;
}

.elementor-45 .elementor-element.elementor-element-88b40a7 .elementor-spacer-inner {
    height: 65px;
}

.elementor-45 .elementor-element.elementor-element-88b40a7 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-aa4bb72 .jet-headline {
    align-items: center;
    margin: 0px 0px 0px 0px;
}

    .elementor-45 .elementor-element.elementor-element-aa4bb72 .jet-headline > .jet-headline__link {
        align-items: center;
    }

.elementor-45 .elementor-element.elementor-element-aa4bb72 .jet-headline__first {
    align-self: center;
}

    .elementor-45 .elementor-element.elementor-element-aa4bb72 .jet-headline__first .jet-headline__label {
        text-align: center;
    }

.elementor-45 .elementor-element.elementor-element-aa4bb72 .jet-headline__second {
    align-self: center;
    margin: 10px 0px 0px 0px;
}

    .elementor-45 .elementor-element.elementor-element-aa4bb72 .jet-headline__second .jet-headline__label {
        text-align: center;
        font-family: 'Recursive', sans-serif;
        font-size: 20px;
        font-weight: 300;
        line-height: 32px;
    }

.elementor-45 .elementor-element.elementor-element-aa4bb72 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-a519427 .elementor-spacer-inner {
    height: 30px;
}

.elementor-45 .elementor-element.elementor-element-a519427 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-7270b1f .jet-services__header {
    width: 80px;
    height: 80px;
}

.elementor-45 .elementor-element.elementor-element-7270b1f .jet-services__icon {
    align-self: center;
    order: 1;
}

.elementor-45 .elementor-element.elementor-element-7270b1f .jet-services__title {
    align-self: center;
    text-align: center;
    order: 2;
}

.elementor-45 .elementor-element.elementor-element-7270b1f .jet-services__desc {
    align-self: center;
    text-align: center;
    order: 3;
}

.elementor-45 .elementor-element.elementor-element-7270b1f .jet-services__button {
    align-self: center;
    order: 4;
}

.elementor-45 .elementor-element.elementor-element-7270b1f .jet-services__cover {
    justify-content: center;
}

.elementor-45 .elementor-element.elementor-element-7270b1f > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-41c6b03 .jet-services__header {
    width: 80px;
    height: 80px;
}

.elementor-45 .elementor-element.elementor-element-41c6b03 .jet-services__icon {
    align-self: center;
    order: 1;
}

.elementor-45 .elementor-element.elementor-element-41c6b03 .jet-services__title {
    align-self: center;
    text-align: center;
    order: 2;
}

.elementor-45 .elementor-element.elementor-element-41c6b03 .jet-services__desc {
    align-self: center;
    text-align: center;
    order: 3;
}

.elementor-45 .elementor-element.elementor-element-41c6b03 .jet-services__button {
    align-self: center;
    order: 4;
}

.elementor-45 .elementor-element.elementor-element-41c6b03 .jet-services__cover {
    justify-content: center;
}

.elementor-45 .elementor-element.elementor-element-41c6b03 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-f9f3c83 .jet-services__header {
    width: 80px;
    height: 80px;
}

.elementor-45 .elementor-element.elementor-element-f9f3c83 .jet-services__icon {
    align-self: center;
    order: 1;
}

.elementor-45 .elementor-element.elementor-element-f9f3c83 .jet-services__title {
    align-self: center;
    text-align: center;
    order: 2;
}

.elementor-45 .elementor-element.elementor-element-f9f3c83 .jet-services__desc {
    align-self: center;
    text-align: center;
    order: 3;
}

.elementor-45 .elementor-element.elementor-element-f9f3c83 .jet-services__button {
    align-self: center;
    order: 4;
}

.elementor-45 .elementor-element.elementor-element-f9f3c83 .jet-services__cover {
    justify-content: center;
}

.elementor-45 .elementor-element.elementor-element-f9f3c83 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-4719565 .jet-services__header {
    width: 80px;
    height: 80px;
}

.elementor-45 .elementor-element.elementor-element-4719565 .jet-services__icon {
    align-self: center;
    order: 1;
}

.elementor-45 .elementor-element.elementor-element-4719565 .jet-services__title {
    align-self: center;
    text-align: center;
    order: 2;
}

.elementor-45 .elementor-element.elementor-element-4719565 .jet-services__desc {
    align-self: center;
    text-align: center;
    order: 3;
}

.elementor-45 .elementor-element.elementor-element-4719565 .jet-services__button {
    align-self: center;
    order: 4;
}

.elementor-45 .elementor-element.elementor-element-4719565 .jet-services__cover {
    justify-content: center;
}

.elementor-45 .elementor-element.elementor-element-4719565 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-5fb0818 .jet-services__header {
    width: 80px;
    height: 80px;
}

.elementor-45 .elementor-element.elementor-element-5fb0818 .jet-services__icon {
    align-self: center;
    order: 1;
}

.elementor-45 .elementor-element.elementor-element-5fb0818 .jet-services__title {
    align-self: center;
    text-align: center;
    order: 2;
}

.elementor-45 .elementor-element.elementor-element-5fb0818 .jet-services__desc {
    align-self: center;
    text-align: center;
    order: 3;
}

.elementor-45 .elementor-element.elementor-element-5fb0818 .jet-services__button {
    align-self: center;
    order: 4;
}

.elementor-45 .elementor-element.elementor-element-5fb0818 .jet-services__cover {
    justify-content: center;
}

.elementor-45 .elementor-element.elementor-element-5fb0818 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-c2fa2c3 .jet-services__header {
    width: 80px;
    height: 80px;
}

.elementor-45 .elementor-element.elementor-element-c2fa2c3 .jet-services__icon {
    align-self: center;
    order: 1;
}

.elementor-45 .elementor-element.elementor-element-c2fa2c3 .jet-services__title {
    align-self: center;
    text-align: center;
    order: 2;
}

.elementor-45 .elementor-element.elementor-element-c2fa2c3 .jet-services__desc {
    align-self: center;
    text-align: center;
    order: 3;
}

.elementor-45 .elementor-element.elementor-element-c2fa2c3 .jet-services__button {
    align-self: center;
    order: 4;
}

.elementor-45 .elementor-element.elementor-element-c2fa2c3 .jet-services__cover {
    justify-content: center;
}

.elementor-45 .elementor-element.elementor-element-c2fa2c3 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-74334af {
    margin-top: 0px;
    margin-bottom: 0px;
}

.elementor-45 .elementor-element.elementor-element-4435d3f {
    padding: 0px 0px 135px 0px;
}

.elementor-45 .elementor-element.elementor-element-2f1d49e > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-70fe77a > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
}

.elementor-45 .elementor-element.elementor-element-18dad0d > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
}

.elementor-45 .elementor-element.elementor-element-0863362 .jet-headline {
    align-items: flex-start;
    margin: 0px 0px 35px 0px;
}

    .elementor-45 .elementor-element.elementor-element-0863362 .jet-headline > .jet-headline__link {
        align-items: flex-start;
    }

.elementor-45 .elementor-element.elementor-element-0863362 .jet-headline__first .jet-headline__label {
    font-family: 'Recursive', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.elementor-45 .elementor-element.elementor-element-0863362 .jet-headline__first {
    margin: 0px 0px 10px 0px;
}

.elementor-45 .elementor-element.elementor-element-0863362 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-15b2160 .wpcf7 span.wpcf7-not-valid-tip {
    text-align: center;
    display: block;
}

.elementor-45 .elementor-element.elementor-element-15b2160 .wpcf7 .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-acceptance):not(.wpcf7-file) {
    background-color: #ffffff;
    color: rgba(74, 74, 82, 0.5);
}

.elementor-45 .elementor-element.elementor-element-15b2160 .wpcf7 .wpcf7-form .wpcf7-form-control::-webkit-input-placeholder {
    color: rgba(74, 74, 82, 0.5);
}

.elementor-45 .elementor-element.elementor-element-15b2160 .wpcf7 .wpcf7-form .wpcf7-form-control::-moz-placeholder {
    color: rgba(74, 74, 82, 0.5);
}

.elementor-45 .elementor-element.elementor-element-15b2160 .wpcf7 .wpcf7-form .wpcf7-form-control:-ms-input-placeholder {
    color: rgba(74, 74, 82, 0.5);
}

.elementor-45 .elementor-element.elementor-element-15b2160 .wpcf7 .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-acceptance):not(.wpcf7-file):focus {
    color: rgba(74, 74, 82, 0.35);
}

.elementor-45 .elementor-element.elementor-element-15b2160 .wpcf7 .wpcf7-form .wpcf7-form-control:focus::-webkit-input-placeholder {
    color: rgba(74, 74, 82, 0.35);
}

.elementor-45 .elementor-element.elementor-element-15b2160 .wpcf7 .wpcf7-form .wpcf7-form-control:focus::-moz-placeholder {
    color: rgba(74, 74, 82, 0.35);
}

.elementor-45 .elementor-element.elementor-element-15b2160 .wpcf7 .wpcf7-form .wpcf7-form-control:focus:-ms-input-placeholder {
    color: rgba(74, 74, 82, 0.35);
}

.elementor-45 .elementor-element.elementor-element-15b2160 .wpcf7 div.wpcf7-response-output {
    text-align: left;
}

.elementor-45 .elementor-element.elementor-element-15b2160 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-028d6eb,
.elementor-45 .elementor-element.elementor-element-028d6eb > .elementor-background-overlay {
    border-radius: 10px 10px 10px 10px;
}

.elementor-45 .elementor-element.elementor-element-028d6eb {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 45px 30px 50px 30px;
}

.elementor-45 .elementor-element.elementor-element-501612f {
    padding: 60px 0px 75px 0px;
}

.elementor-45 .elementor-element.elementor-element-ad4f0b8 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap {
    align-content: center;
    align-items: center;
}

.elementor-45 .elementor-element.elementor-element-717e5dc .jet-headline {
    justify-content: flex-start;
    margin: 0px 0px 0px -35px;
}

    .elementor-45 .elementor-element.elementor-element-717e5dc .jet-headline > .jet-headline__link {
        justify-content: flex-start;
    }

.elementor-45 .elementor-element.elementor-element-717e5dc .jet-headline__first .jet-headline__deco {
    align-self: flex-start;
    margin: -25px -25px 0px 0px;
}

.elementor-45 .elementor-element.elementor-element-717e5dc .jet-headline__first .jet-headline__deco-icon i {
    color: #d7e4f1;
    font-size: 60px;
}

.elementor-45 .elementor-element.elementor-element-717e5dc .jet-headline__first .jet-headline__deco-icon svg {
    fill: #d7e4f1;
}

.elementor-45 .elementor-element.elementor-element-717e5dc .jet-headline__first .jet-headline__deco-icon {
    font-size: 60px;
}

.elementor-45 .elementor-element.elementor-element-717e5dc > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-8eb356a > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-3448882 .elementor-button .elementor-align-icon-right {
    margin-left: 15px;
}

.elementor-45 .elementor-element.elementor-element-3448882 .elementor-button .elementor-align-icon-left {
    margin-right: 15px;
}

.elementor-45 .elementor-element.elementor-element-3448882 .elementor-button {
    text-transform: uppercase;
    box-shadow: 0px 10px 30px 0px rgba(0, 68, 167, 0.5);
}

.elementor-45 .elementor-element.elementor-element-3448882 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-bd7e37e > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
}

.elementor-45 .elementor-element.elementor-element-dbbf177 .jet-carousel__content {
    text-align: left;
}

.elementor-45 .elementor-element.elementor-element-dbbf177 .jet-carousel .jet-slick-dots {
    justify-content: center;
}

    .elementor-45 .elementor-element.elementor-element-dbbf177 .jet-carousel .jet-slick-dots li {
        padding-left: 5px;
        padding-right: 5px;
    }

.elementor-45 .elementor-element.elementor-element-dbbf177 > .elementor-widget-container {
    margin: 0px -80px 0px 0px;
}

.elementor-45 .elementor-element.elementor-element-dbbf177 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-ad4f0b8 {
    padding: 65px 0px 65px 0px;
}

.elementor-45 .elementor-element.elementor-element-8ab30bb > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
}

.elementor-45 .elementor-element.elementor-element-b7bef3e .jet-headline {
    align-items: center;
}

    .elementor-45 .elementor-element.elementor-element-b7bef3e .jet-headline > .jet-headline__link {
        align-items: center;
    }

.elementor-45 .elementor-element.elementor-element-b7bef3e .jet-headline__first {
    align-self: center;
}

    .elementor-45 .elementor-element.elementor-element-b7bef3e .jet-headline__first .jet-headline__label {
        text-align: center;
    }

.elementor-45 .elementor-element.elementor-element-b7bef3e .jet-headline__second {
    align-self: center;
    margin: 10px 0px 0px 0px;
}

    .elementor-45 .elementor-element.elementor-element-b7bef3e .jet-headline__second .jet-headline__label {
        text-align: center;
        font-family: 'Recursive', sans-serif;
        font-size: 20px;
        font-weight: 300;
        line-height: 32px;
    }

.elementor-45 .elementor-element.elementor-element-b7bef3e > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-842d1f7 .elementor-spacer-inner {
    height: 50px;
}

.elementor-45 .elementor-element.elementor-element-842d1f7 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-1cccd65 .jet-subscribe-form {
    width: 600px;
    border-radius: 60px 60px 60px 60px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e6eff8;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.elementor-45 .elementor-element.elementor-element-1cccd65 .jet-subscribe-form__input {
    padding: 14px 35px 14px 35px;
    border-radius: 60px 60px 60px 60px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(0, 0, 0, 0);
}

    .elementor-45 .elementor-element.elementor-element-1cccd65 .jet-subscribe-form__input:focus {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    }

    .elementor-45 .elementor-element.elementor-element-1cccd65 .jet-subscribe-form__input.mail-invalid {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    }

.elementor-45 .elementor-element.elementor-element-1cccd65 .jet-subscribe-form__submit-icon {
    margin: 0px 0px 0px 0px;
}

.elementor-45 .elementor-element.elementor-element-1cccd65 .jet-subscribe-form__submit {
    background-color: rgba(0, 0, 0, 0);
    color: #4a4a52;
    padding: 22px 38px 22px 38px;
    margin: 0px 0px 0px 0px;
}

.elementor-45 .elementor-element.elementor-element-1cccd65 .jet-subscribe-form__message .jet-subscribe-form__message-inner {
    justify-content: center;
}

.elementor-45 .elementor-element.elementor-element-1cccd65 > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-605893f .elementor-text-editor {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-605893f > .elementor-widget-container {
    margin: 15px 0px 0px 0px;
}

.elementor-45 .elementor-element.elementor-element-605893f > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-cf7ffc4 {
    padding: 110px 0px 110px 0px;
}

.elementor-45 .elementor-element.elementor-element-6ca947fd .jet-carousel__content {
    text-align: left;
}

.elementor-45 .elementor-element.elementor-element-6ca947fd .jet-carousel .jet-slick-dots {
    justify-content: center;
}

    .elementor-45 .elementor-element.elementor-element-6ca947fd .jet-carousel .jet-slick-dots li {
        padding-left: 5px;
        padding-right: 5px;
    }

.elementor-45 .elementor-element.elementor-element-6ca947fd > .elementor-widget-container {
    margin: -10px 0px 0px 0px;
}

.elementor-45 .elementor-element.elementor-element-6ca947fd > .tippy-popper .tippy-tooltip .tippy-content {
    text-align: center;
}

.elementor-45 .elementor-element.elementor-element-144dd4c7 {
    margin-top: -11.5%;
    margin-bottom: 0%;
}

@media (max-width: 1199px) {
    .elementor-45 .elementor-element.elementor-element-42ee729 .jet-headline__first .jet-headline__label {
        text-align: right;
    }

    .elementor-45 .elementor-element.elementor-element-42ee729 .jet-headline__second .jet-headline__label {
        text-align: right;
    }

    .elementor-45 .elementor-element.elementor-element-a13840a > .elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-45 .elementor-element.elementor-element-af832f8 > .elementor-widget-container {
        margin: 0px 0px 0px 42px;
    }

    .elementor-45 .elementor-element.elementor-element-6e0d856 .jet-headline__first {
        align-self: center;
    }

        .elementor-45 .elementor-element.elementor-element-6e0d856 .jet-headline__first .jet-headline__label {
            text-align: center;
        }

    .elementor-45 .elementor-element.elementor-element-78e36c3[class*="jet-dropbar-tablet-position-top-"] .jet-dropbar__content-wrapper {
        margin: 0 0 10px 0;
    }

    .elementor-45 .elementor-element.elementor-element-78e36c3[class*="jet-dropbar-tablet-position-bottom-"] .jet-dropbar__content-wrapper {
        margin: 10px 0 0 0;
    }

    .elementor-45 .elementor-element.elementor-element-78e36c3[class*="jet-dropbar-tablet-position-left-"] .jet-dropbar__content-wrapper {
        margin: 0 10px 0 0;
    }

    .elementor-45 .elementor-element.elementor-element-78e36c3[class*="jet-dropbar-tablet-position-right-"] .jet-dropbar__content-wrapper {
        margin: 0 0 0 10px;
    }

    .elementor-45 .elementor-element.elementor-element-78e36c3[class*="jet-dropbar-tablet-position-top-"] .jet-dropbar__content-wrapper:before {
        top: 100%;
        bottom: auto;
        left: 0;
        right: 0;
        height: 10px;
        width: 100%;
    }

    .elementor-45 .elementor-element.elementor-element-78e36c3[class*="jet-dropbar-tablet-position-bottom-"] .jet-dropbar__content-wrapper:before {
        top: auto;
        bottom: 100%;
        left: 0;
        right: 0;
        height: 10px;
        width: 100%;
    }

    .elementor-45 .elementor-element.elementor-element-78e36c3[class*="jet-dropbar-tablet-position-left-"] .jet-dropbar__content-wrapper:before {
        top: 0;
        bottom: 0;
        left: 100%;
        right: auto;
        height: 100%;
        width: 10px;
    }

    .elementor-45 .elementor-element.elementor-element-78e36c3[class*="jet-dropbar-tablet-position-right-"] .jet-dropbar__content-wrapper:before {
        top: 0;
        bottom: 0;
        left: auto;
        right: 100%;
        height: 100%;
        width: 10px;
    }

    .elementor-45 .elementor-element.elementor-element-a2057c3[class*="jet-dropbar-tablet-position-top-"] .jet-dropbar__content-wrapper {
        margin: 0 0 10px 0;
    }

    .elementor-45 .elementor-element.elementor-element-a2057c3[class*="jet-dropbar-tablet-position-bottom-"] .jet-dropbar__content-wrapper {
        margin: 10px 0 0 0;
    }

    .elementor-45 .elementor-element.elementor-element-a2057c3[class*="jet-dropbar-tablet-position-left-"] .jet-dropbar__content-wrapper {
        margin: 0 10px 0 0;
    }

    .elementor-45 .elementor-element.elementor-element-a2057c3[class*="jet-dropbar-tablet-position-right-"] .jet-dropbar__content-wrapper {
        margin: 0 0 0 10px;
    }

    .elementor-45 .elementor-element.elementor-element-a2057c3[class*="jet-dropbar-tablet-position-top-"] .jet-dropbar__content-wrapper:before {
        top: 100%;
        bottom: auto;
        left: 0;
        right: 0;
        height: 10px;
        width: 100%;
    }

    .elementor-45 .elementor-element.elementor-element-a2057c3[class*="jet-dropbar-tablet-position-bottom-"] .jet-dropbar__content-wrapper:before {
        top: auto;
        bottom: 100%;
        left: 0;
        right: 0;
        height: 10px;
        width: 100%;
    }

    .elementor-45 .elementor-element.elementor-element-a2057c3[class*="jet-dropbar-tablet-position-left-"] .jet-dropbar__content-wrapper:before {
        top: 0;
        bottom: 0;
        left: 100%;
        right: auto;
        height: 100%;
        width: 10px;
    }

    .elementor-45 .elementor-element.elementor-element-a2057c3[class*="jet-dropbar-tablet-position-right-"] .jet-dropbar__content-wrapper:before {
        top: 0;
        bottom: 0;
        left: auto;
        right: 100%;
        height: 100%;
        width: 10px;
    }

    .elementor-45 .elementor-element.elementor-element-b67f2a7[class*="jet-dropbar-tablet-position-top-"] .jet-dropbar__content-wrapper {
        margin: 0 0 10px 0;
    }

    .elementor-45 .elementor-element.elementor-element-b67f2a7[class*="jet-dropbar-tablet-position-bottom-"] .jet-dropbar__content-wrapper {
        margin: 10px 0 0 0;
    }

    .elementor-45 .elementor-element.elementor-element-b67f2a7[class*="jet-dropbar-tablet-position-left-"] .jet-dropbar__content-wrapper {
        margin: 0 10px 0 0;
    }

    .elementor-45 .elementor-element.elementor-element-b67f2a7[class*="jet-dropbar-tablet-position-right-"] .jet-dropbar__content-wrapper {
        margin: 0 0 0 10px;
    }

    .elementor-45 .elementor-element.elementor-element-b67f2a7[class*="jet-dropbar-tablet-position-top-"] .jet-dropbar__content-wrapper:before {
        top: 100%;
        bottom: auto;
        left: 0;
        right: 0;
        height: 10px;
        width: 100%;
    }

    .elementor-45 .elementor-element.elementor-element-b67f2a7[class*="jet-dropbar-tablet-position-bottom-"] .jet-dropbar__content-wrapper:before {
        top: auto;
        bottom: 100%;
        left: 0;
        right: 0;
        height: 10px;
        width: 100%;
    }

    .elementor-45 .elementor-element.elementor-element-b67f2a7[class*="jet-dropbar-tablet-position-left-"] .jet-dropbar__content-wrapper:before {
        top: 0;
        bottom: 0;
        left: 100%;
        right: auto;
        height: 100%;
        width: 10px;
    }

    .elementor-45 .elementor-element.elementor-element-b67f2a7[class*="jet-dropbar-tablet-position-right-"] .jet-dropbar__content-wrapper:before {
        top: 0;
        bottom: 0;
        left: auto;
        right: 100%;
        height: 100%;
        width: 10px;
    }

    .elementor-45 .elementor-element.elementor-element-84ddbeb .jet-dropbar__content-wrapper {
        top: 100%;
        bottom: auto;
        left: auto;
        right: 0;
        transform: none;
    }

    .elementor-45 .elementor-element.elementor-element-84ddbeb[class*="jet-dropbar-tablet-position-top-"] .jet-dropbar__content-wrapper {
        margin: 0 0 10px 0;
    }

    .elementor-45 .elementor-element.elementor-element-84ddbeb[class*="jet-dropbar-tablet-position-bottom-"] .jet-dropbar__content-wrapper {
        margin: 10px 0 0 0;
    }

    .elementor-45 .elementor-element.elementor-element-84ddbeb[class*="jet-dropbar-tablet-position-left-"] .jet-dropbar__content-wrapper {
        margin: 0 10px 0 0;
    }

    .elementor-45 .elementor-element.elementor-element-84ddbeb[class*="jet-dropbar-tablet-position-right-"] .jet-dropbar__content-wrapper {
        margin: 0 0 0 10px;
    }

    .elementor-45 .elementor-element.elementor-element-84ddbeb[class*="jet-dropbar-tablet-position-top-"] .jet-dropbar__content-wrapper:before {
        top: 100%;
        bottom: auto;
        left: 0;
        right: 0;
        height: 10px;
        width: 100%;
    }

    .elementor-45 .elementor-element.elementor-element-84ddbeb[class*="jet-dropbar-tablet-position-bottom-"] .jet-dropbar__content-wrapper:before {
        top: auto;
        bottom: 100%;
        left: 0;
        right: 0;
        height: 10px;
        width: 100%;
    }

    .elementor-45 .elementor-element.elementor-element-84ddbeb[class*="jet-dropbar-tablet-position-left-"] .jet-dropbar__content-wrapper:before {
        top: 0;
        bottom: 0;
        left: 100%;
        right: auto;
        height: 100%;
        width: 10px;
    }

    .elementor-45 .elementor-element.elementor-element-84ddbeb[class*="jet-dropbar-tablet-position-right-"] .jet-dropbar__content-wrapper:before {
        top: 0;
        bottom: 0;
        left: auto;
        right: 100%;
        height: 100%;
        width: 10px;
    }

    .elementor-45 .elementor-element.elementor-element-165b0a9 > .elementor-element-populated {
        margin: 0% 0% 0% 20%;
    }

    .elementor-45 .elementor-element.elementor-element-9d3cc81 .jet-dropbar__content-wrapper {
        top: 100%;
        bottom: auto;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .elementor-45 .elementor-element.elementor-element-9d3cc81[class*="jet-dropbar-tablet-position-top-"] .jet-dropbar__content-wrapper {
        margin: 0 0 10px 0;
    }

    .elementor-45 .elementor-element.elementor-element-9d3cc81[class*="jet-dropbar-tablet-position-bottom-"] .jet-dropbar__content-wrapper {
        margin: 10px 0 0 0;
    }

    .elementor-45 .elementor-element.elementor-element-9d3cc81[class*="jet-dropbar-tablet-position-left-"] .jet-dropbar__content-wrapper {
        margin: 0 10px 0 0;
    }

    .elementor-45 .elementor-element.elementor-element-9d3cc81[class*="jet-dropbar-tablet-position-right-"] .jet-dropbar__content-wrapper {
        margin: 0 0 0 10px;
    }

    .elementor-45 .elementor-element.elementor-element-9d3cc81[class*="jet-dropbar-tablet-position-top-"] .jet-dropbar__content-wrapper:before {
        top: 100%;
        bottom: auto;
        left: 0;
        right: 0;
        height: 10px;
        width: 100%;
    }

    .elementor-45 .elementor-element.elementor-element-9d3cc81[class*="jet-dropbar-tablet-position-bottom-"] .jet-dropbar__content-wrapper:before {
        top: auto;
        bottom: 100%;
        left: 0;
        right: 0;
        height: 10px;
        width: 100%;
    }

    .elementor-45 .elementor-element.elementor-element-9d3cc81[class*="jet-dropbar-tablet-position-left-"] .jet-dropbar__content-wrapper:before {
        top: 0;
        bottom: 0;
        left: 100%;
        right: auto;
        height: 100%;
        width: 10px;
    }

    .elementor-45 .elementor-element.elementor-element-9d3cc81[class*="jet-dropbar-tablet-position-right-"] .jet-dropbar__content-wrapper:before {
        top: 0;
        bottom: 0;
        left: auto;
        right: 100%;
        height: 100%;
        width: 10px;
    }

    .elementor-45 .elementor-element.elementor-element-b0d5c57 {
        padding: 0px 0px 0px 0px;
    }

    .elementor-45 .elementor-element.elementor-element-8db004f > .elementor-element-populated {
        margin: 0px 0px 35px 0px;
    }

    .elementor-45 .elementor-element.elementor-element-dbbf177 > .elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-45 .elementor-element.elementor-element-ad4f0b8 {
        padding: 65px 0px 35px 0px;
    }
}

@media (max-width: 767px) {
    .elementor-45 .elementor-element.elementor-element-403d2c4 .jet-headline__second {
        align-self: center;
    }

        .elementor-45 .elementor-element.elementor-element-403d2c4 .jet-headline__second .jet-headline__label {
            text-align: center;
        }

    .elementor-45 .elementor-element.elementor-element-a62e10f .jet-headline__first {
        align-self: center;
    }

        .elementor-45 .elementor-element.elementor-element-a62e10f .jet-headline__first .jet-headline__label {
            text-align: center;
        }

    .elementor-45 .elementor-element.elementor-element-a62e10f .jet-headline__second {
        align-self: center;
    }

        .elementor-45 .elementor-element.elementor-element-a62e10f .jet-headline__second .jet-headline__label {
            text-align: center;
        }

    .elementor-45 .elementor-element.elementor-element-42ee729 .jet-headline__first {
        align-self: center;
    }

        .elementor-45 .elementor-element.elementor-element-42ee729 .jet-headline__first .jet-headline__label {
            text-align: center;
        }

    .elementor-45 .elementor-element.elementor-element-42ee729 .jet-headline__second {
        align-self: center;
    }

        .elementor-45 .elementor-element.elementor-element-42ee729 .jet-headline__second .jet-headline__label {
            text-align: center;
        }

    .elementor-45 .elementor-element.elementor-element-89b01a9 > .elementor-element-populated {
        margin: 20px 0px 0px 0px;
    }

    .elementor-45 .elementor-element.elementor-element-f5734cc .jet-headline__first {
        align-self: center;
    }

        .elementor-45 .elementor-element.elementor-element-f5734cc .jet-headline__first .jet-headline__label {
            text-align: center;
        }

    .elementor-45 .elementor-element.elementor-element-f5734cc .jet-headline__second {
        align-self: center;
    }

        .elementor-45 .elementor-element.elementor-element-f5734cc .jet-headline__second .jet-headline__label {
            text-align: center;
        }

    .elementor-45 .elementor-element.elementor-element-82bc4ba:not(.elementor-motion-effects-element-type-background),
    .elementor-45 .elementor-element.elementor-element-82bc4ba > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-position: top center;
    }

    .elementor-45 .elementor-element.elementor-element-82bc4ba {
        padding: 110px 0px 0px 0px;
    }

    .elementor-45 .elementor-element.elementor-element-84dd61e {
        text-align: center;
    }

    .elementor-45 .elementor-element.elementor-element-557dbb6 {
        text-align: center;
    }

    .elementor-45 .elementor-element.elementor-element-af832f8 > .elementor-widget-container {
        margin: 10px 0px 0px 0px;
    }

    .elementor-45 .elementor-element.elementor-element-6e0d856 .jet-headline__first {
        align-self: center;
    }

        .elementor-45 .elementor-element.elementor-element-6e0d856 .jet-headline__first .jet-headline__label {
            text-align: center;
            font-size: 38px;
        }

    .elementor-45 .elementor-element.elementor-element-6e0d856 .jet-headline__second {
        align-self: center;
    }

        .elementor-45 .elementor-element.elementor-element-6e0d856 .jet-headline__second .jet-headline__label {
            text-align: center;
        }

    .elementor-45 .elementor-element.elementor-element-78e36c3 .jet-dropbar__content-wrapper {
        top: 100%;
        bottom: auto;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .elementor-45 .elementor-element.elementor-element-78e36c3[class*="jet-dropbar-mobile-position-top-"] .jet-dropbar__content-wrapper {
        margin: 0 0 10px 0;
    }

    .elementor-45 .elementor-element.elementor-element-78e36c3[class*="jet-dropbar-mobile-position-bottom-"] .jet-dropbar__content-wrapper {
        margin: 10px 0 0 0;
    }

    .elementor-45 .elementor-element.elementor-element-78e36c3[class*="jet-dropbar-mobile-position-left-"] .jet-dropbar__content-wrapper {
        margin: 0 10px 0 0;
    }

    .elementor-45 .elementor-element.elementor-element-78e36c3[class*="jet-dropbar-mobile-position-right-"] .jet-dropbar__content-wrapper {
        margin: 0 0 0 10px;
    }

    .elementor-45 .elementor-element.elementor-element-78e36c3[class*="jet-dropbar-mobile-position-top-"] .jet-dropbar__content-wrapper:before {
        top: 100%;
        bottom: auto;
        left: 0;
        right: 0;
        height: 10px;
        width: 100%;
    }

    .elementor-45 .elementor-element.elementor-element-78e36c3[class*="jet-dropbar-mobile-position-bottom-"] .jet-dropbar__content-wrapper:before {
        top: auto;
        bottom: 100%;
        left: 0;
        right: 0;
        height: 10px;
        width: 100%;
    }

    .elementor-45 .elementor-element.elementor-element-78e36c3[class*="jet-dropbar-mobile-position-left-"] .jet-dropbar__content-wrapper:before {
        top: 0;
        bottom: 0;
        left: 100%;
        right: auto;
        height: 100%;
        width: 10px;
    }

    .elementor-45 .elementor-element.elementor-element-78e36c3[class*="jet-dropbar-mobile-position-right-"] .jet-dropbar__content-wrapper:before {
        top: 0;
        bottom: 0;
        left: auto;
        right: 100%;
        height: 100%;
        width: 10px;
    }

    .elementor-45 .elementor-element.elementor-element-a2057c3 .jet-dropbar__content-wrapper {
        top: 100%;
        bottom: auto;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .elementor-45 .elementor-element.elementor-element-a2057c3[class*="jet-dropbar-mobile-position-top-"] .jet-dropbar__content-wrapper {
        margin: 0 0 10px 0;
    }

    .elementor-45 .elementor-element.elementor-element-a2057c3[class*="jet-dropbar-mobile-position-bottom-"] .jet-dropbar__content-wrapper {
        margin: 10px 0 0 0;
    }

    .elementor-45 .elementor-element.elementor-element-a2057c3[class*="jet-dropbar-mobile-position-left-"] .jet-dropbar__content-wrapper {
        margin: 0 10px 0 0;
    }

    .elementor-45 .elementor-element.elementor-element-a2057c3[class*="jet-dropbar-mobile-position-right-"] .jet-dropbar__content-wrapper {
        margin: 0 0 0 10px;
    }

    .elementor-45 .elementor-element.elementor-element-a2057c3[class*="jet-dropbar-mobile-position-top-"] .jet-dropbar__content-wrapper:before {
        top: 100%;
        bottom: auto;
        left: 0;
        right: 0;
        height: 10px;
        width: 100%;
    }

    .elementor-45 .elementor-element.elementor-element-a2057c3[class*="jet-dropbar-mobile-position-bottom-"] .jet-dropbar__content-wrapper:before {
        top: auto;
        bottom: 100%;
        left: 0;
        right: 0;
        height: 10px;
        width: 100%;
    }

    .elementor-45 .elementor-element.elementor-element-a2057c3[class*="jet-dropbar-mobile-position-left-"] .jet-dropbar__content-wrapper:before {
        top: 0;
        bottom: 0;
        left: 100%;
        right: auto;
        height: 100%;
        width: 10px;
    }

    .elementor-45 .elementor-element.elementor-element-a2057c3[class*="jet-dropbar-mobile-position-right-"] .jet-dropbar__content-wrapper:before {
        top: 0;
        bottom: 0;
        left: auto;
        right: 100%;
        height: 100%;
        width: 10px;
    }

    .elementor-45 .elementor-element.elementor-element-b67f2a7[class*="jet-dropbar-mobile-position-top-"] .jet-dropbar__content-wrapper {
        margin: 0 0 10px 0;
    }

    .elementor-45 .elementor-element.elementor-element-b67f2a7[class*="jet-dropbar-mobile-position-bottom-"] .jet-dropbar__content-wrapper {
        margin: 10px 0 0 0;
    }

    .elementor-45 .elementor-element.elementor-element-b67f2a7[class*="jet-dropbar-mobile-position-left-"] .jet-dropbar__content-wrapper {
        margin: 0 10px 0 0;
    }

    .elementor-45 .elementor-element.elementor-element-b67f2a7[class*="jet-dropbar-mobile-position-right-"] .jet-dropbar__content-wrapper {
        margin: 0 0 0 10px;
    }

    .elementor-45 .elementor-element.elementor-element-b67f2a7[class*="jet-dropbar-mobile-position-top-"] .jet-dropbar__content-wrapper:before {
        top: 100%;
        bottom: auto;
        left: 0;
        right: 0;
        height: 10px;
        width: 100%;
    }

    .elementor-45 .elementor-element.elementor-element-b67f2a7[class*="jet-dropbar-mobile-position-bottom-"] .jet-dropbar__content-wrapper:before {
        top: auto;
        bottom: 100%;
        left: 0;
        right: 0;
        height: 10px;
        width: 100%;
    }

    .elementor-45 .elementor-element.elementor-element-b67f2a7[class*="jet-dropbar-mobile-position-left-"] .jet-dropbar__content-wrapper:before {
        top: 0;
        bottom: 0;
        left: 100%;
        right: auto;
        height: 100%;
        width: 10px;
    }

    .elementor-45 .elementor-element.elementor-element-b67f2a7[class*="jet-dropbar-mobile-position-right-"] .jet-dropbar__content-wrapper:before {
        top: 0;
        bottom: 0;
        left: auto;
        right: 100%;
        height: 100%;
        width: 10px;
    }

    .elementor-45 .elementor-element.elementor-element-84ddbeb .jet-dropbar__content-wrapper {
        top: 100%;
        bottom: auto;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .elementor-45 .elementor-element.elementor-element-84ddbeb[class*="jet-dropbar-mobile-position-top-"] .jet-dropbar__content-wrapper {
        margin: 0 0 10px 0;
    }

    .elementor-45 .elementor-element.elementor-element-84ddbeb[class*="jet-dropbar-mobile-position-bottom-"] .jet-dropbar__content-wrapper {
        margin: 10px 0 0 0;
    }

    .elementor-45 .elementor-element.elementor-element-84ddbeb[class*="jet-dropbar-mobile-position-left-"] .jet-dropbar__content-wrapper {
        margin: 0 10px 0 0;
    }

    .elementor-45 .elementor-element.elementor-element-84ddbeb[class*="jet-dropbar-mobile-position-right-"] .jet-dropbar__content-wrapper {
        margin: 0 0 0 10px;
    }

    .elementor-45 .elementor-element.elementor-element-84ddbeb[class*="jet-dropbar-mobile-position-top-"] .jet-dropbar__content-wrapper:before {
        top: 100%;
        bottom: auto;
        left: 0;
        right: 0;
        height: 10px;
        width: 100%;
    }

    .elementor-45 .elementor-element.elementor-element-84ddbeb[class*="jet-dropbar-mobile-position-bottom-"] .jet-dropbar__content-wrapper:before {
        top: auto;
        bottom: 100%;
        left: 0;
        right: 0;
        height: 10px;
        width: 100%;
    }

    .elementor-45 .elementor-element.elementor-element-84ddbeb[class*="jet-dropbar-mobile-position-left-"] .jet-dropbar__content-wrapper:before {
        top: 0;
        bottom: 0;
        left: 100%;
        right: auto;
        height: 100%;
        width: 10px;
    }

    .elementor-45 .elementor-element.elementor-element-84ddbeb[class*="jet-dropbar-mobile-position-right-"] .jet-dropbar__content-wrapper:before {
        top: 0;
        bottom: 0;
        left: auto;
        right: 100%;
        height: 100%;
        width: 10px;
    }

    .elementor-45 .elementor-element.elementor-element-165b0a9 > .elementor-element-populated {
        margin: 0px 0px 0px 0px;
    }

    .elementor-45 .elementor-element.elementor-element-9d3cc81 .jet-dropbar__content-wrapper {
        top: 100%;
        bottom: auto;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .elementor-45 .elementor-element.elementor-element-9d3cc81[class*="jet-dropbar-mobile-position-top-"] .jet-dropbar__content-wrapper {
        margin: 0 0 10px 0;
    }

    .elementor-45 .elementor-element.elementor-element-9d3cc81[class*="jet-dropbar-mobile-position-bottom-"] .jet-dropbar__content-wrapper {
        margin: 10px 0 0 0;
    }

    .elementor-45 .elementor-element.elementor-element-9d3cc81[class*="jet-dropbar-mobile-position-left-"] .jet-dropbar__content-wrapper {
        margin: 0 10px 0 0;
    }

    .elementor-45 .elementor-element.elementor-element-9d3cc81[class*="jet-dropbar-mobile-position-right-"] .jet-dropbar__content-wrapper {
        margin: 0 0 0 10px;
    }

    .elementor-45 .elementor-element.elementor-element-9d3cc81[class*="jet-dropbar-mobile-position-top-"] .jet-dropbar__content-wrapper:before {
        top: 100%;
        bottom: auto;
        left: 0;
        right: 0;
        height: 10px;
        width: 100%;
    }

    .elementor-45 .elementor-element.elementor-element-9d3cc81[class*="jet-dropbar-mobile-position-bottom-"] .jet-dropbar__content-wrapper:before {
        top: auto;
        bottom: 100%;
        left: 0;
        right: 0;
        height: 10px;
        width: 100%;
    }

    .elementor-45 .elementor-element.elementor-element-9d3cc81[class*="jet-dropbar-mobile-position-left-"] .jet-dropbar__content-wrapper:before {
        top: 0;
        bottom: 0;
        left: 100%;
        right: auto;
        height: 100%;
        width: 10px;
    }

    .elementor-45 .elementor-element.elementor-element-9d3cc81[class*="jet-dropbar-mobile-position-right-"] .jet-dropbar__content-wrapper:before {
        top: 0;
        bottom: 0;
        left: auto;
        right: 100%;
        height: 100%;
        width: 10px;
    }

    .elementor-45 .elementor-element.elementor-element-b0d5c57 {
        padding: 0px 15px 0px 15px;
    }

    .elementor-45 .elementor-element.elementor-element-d6abc49 > .elementor-element-populated {
        padding: 0px 15px 0px 15px;
    }

    .elementor-45 .elementor-element.elementor-element-717e5dc .jet-headline {
        justify-content: center;
        margin: 0px 0px 0px 0px;
    }

        .elementor-45 .elementor-element.elementor-element-717e5dc .jet-headline > .jet-headline__link {
            justify-content: center;
        }

    .elementor-45 .elementor-element.elementor-element-717e5dc .jet-headline__first {
        align-self: center;
    }

        .elementor-45 .elementor-element.elementor-element-717e5dc .jet-headline__first .jet-headline__label {
            text-align: center;
        }

    .elementor-45 .elementor-element.elementor-element-717e5dc .jet-headline__second {
        align-self: center;
    }

        .elementor-45 .elementor-element.elementor-element-717e5dc .jet-headline__second .jet-headline__label {
            text-align: center;
        }

    .elementor-45 .elementor-element.elementor-element-8eb356a .elementor-text-editor {
        text-align: center;
    }

    .elementor-45 .elementor-element.elementor-element-8eb356a > .elementor-widget-container {
        padding: 0px 15px 0px 15px;
    }

    .elementor-45 .elementor-element.elementor-element-bd7e37e > .elementor-element-populated {
        margin: 0px 0px 0px 0px;
    }
}

@media (min-width: 768px) {
    .elementor-45 .elementor-element.elementor-element-385fb48 {
        width: 40%;
    }

    .elementor-45 .elementor-element.elementor-element-d8fd86a {
        width: 19.332%;
    }

    .elementor-45 .elementor-element.elementor-element-89b01a9 {
        width: 40%;
    }

    .elementor-45 .elementor-element.elementor-element-5d396ef {
        width: 32%;
    }

    .elementor-45 .elementor-element.elementor-element-8d22f36 {
        width: 5%;
    }

    .elementor-45 .elementor-element.elementor-element-2c07dc9 {
        width: 26%;
    }

    .elementor-45 .elementor-element.elementor-element-7823038 {
        width: 5%;
    }

    .elementor-45 .elementor-element.elementor-element-337504e {
        width: 32%;
    }

    .elementor-45 .elementor-element.elementor-element-57ff20c {
        width: 16%;
    }

    .elementor-45 .elementor-element.elementor-element-2a03f33 {
        width: 67.996%;
    }

    .elementor-45 .elementor-element.elementor-element-3516203 {
        width: 16%;
    }

    .elementor-45 .elementor-element.elementor-element-e803997 {
        width: 20.025%;
    }

    .elementor-45 .elementor-element.elementor-element-d6abc49 {
        width: 19.532%;
    }

    .elementor-45 .elementor-element.elementor-element-bd7e37e {
        width: 60.439%;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .elementor-45 .elementor-element.elementor-element-7fed5b6 {
        width: 50%;
    }

    .elementor-45 .elementor-element.elementor-element-bdd6b2e {
        width: 50%;
    }

    .elementor-45 .elementor-element.elementor-element-6dbe2d4 {
        width: 50%;
    }

    .elementor-45 .elementor-element.elementor-element-c662912 {
        width: 50%;
    }

    .elementor-45 .elementor-element.elementor-element-385fb48 {
        width: 45%;
    }

    .elementor-45 .elementor-element.elementor-element-d8fd86a {
        width: 10%;
    }

    .elementor-45 .elementor-element.elementor-element-89b01a9 {
        width: 45%;
    }

    .elementor-45 .elementor-element.elementor-element-396352d {
        width: 83.33%;
    }

    .elementor-45 .elementor-element.elementor-element-e3283ea {
        width: 83.33%;
    }

    .elementor-45 .elementor-element.elementor-element-d089bb1 {
        width: 25%;
    }

    .elementor-45 .elementor-element.elementor-element-c092bad {
        width: 25%;
    }

    .elementor-45 .elementor-element.elementor-element-29f4369 {
        width: 25%;
    }

    .elementor-45 .elementor-element.elementor-element-de394f3 {
        width: 25%;
    }

    .elementor-45 .elementor-element.elementor-element-165b0a9 {
        width: 80%;
    }

    .elementor-45 .elementor-element.elementor-element-8db004f {
        width: 100%;
    }

    .elementor-45 .elementor-element.elementor-element-70fe77a {
        width: 100%;
    }

    .elementor-45 .elementor-element.elementor-element-e803997 {
        width: 20%;
    }

    .elementor-45 .elementor-element.elementor-element-d6abc49 {
        width: 60%;
    }

    .elementor-45 .elementor-element.elementor-element-bd7e37e {
        width: 83.33%;
    }
}
/*! /wp-content/themes/invico/style.css */
/*
Theme Name: Invico
Theme URI: https://invicodt.wpengine.com/
Author: the DesignThemes team
Author URI: https://wedesignthemes.com/
Description: Invico multi-purpose theme for Websites.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: invico

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*! /wp-content/cache/asset-cleanup/css/item/invico-base-v1.0-bd6a52cc427400a06485db872ea11f9cc063b92d.css */
/*! /wp-content/themes/invico/css/base.css */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
and,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
select {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

del {
    text-decoration: line-through;
}

hr {
    background-color: #767676;
    border: 0;
    clear: both;
    color: transparent;
    height: 1px;
    margin: 20px 0;
    padding: 0;
}

small {
    font-size: 80%;
}

mark {
    background-color: #ffffb3;
    font-style: italic;
}

input,
select {
    vertical-align: middle;
}

ins {
    background-color: red;
    color: #fff;
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

table {
    /*border-collapse: collapse;
    border-spacing: 0;*/
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

:before,
:after {
    text-decoration: inherit;
    vertical-align: inherit;
}

html {
    /*height: 100%;
    cursor: default;
    line-height: 1.5;
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;*/
}

html,
body {
    overflow-x: hidden;
    width: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body,
button,
input,
textarea,
select,
optgroup,
.elementor-widget-heading.elementor-widget-heading p.elementor-heading-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    margin: 0;
}

.elementor-widget-heading.elementor-widget-heading p.elementor-heading-title {
    color: inherit;
}

.dt-custom-service-icon-box.elementor-element .pricing-table .pricing-table__features .pricing-feature__inner,
.dt-custom-service-image-box.elementor-element .jet-services .jet-services__content ul li {
    font-weight: 300;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button[type="button"],
button,
.button,
a.button,
.elementor-button,
.elementor-widget-button .elementor-button-wrapper a.elementor-button,
.elementor-widget-button .elementor-button-wrapper .elementor-button,
.elementor-widget-contact-form-7 .elementor-contact-form-7 .wpcf7 input.wpcf7-submit,
.elementor-widget-button a.elementor-button,
.elementor-widget-jet-services .jet-services__button,
.elementor-widget-jet-subscribe-form .jet-subscribe-form__submit,
#respond h3#reply-title small,
.dt-custom-contact-info.elementor-widget-jet-headline .jet-headline__label,
.dt-custom-dropbar-wrapper .jet-dropbar__button span {
    font-weight: 500;
}

.breadcrumb span.current,
.dt-custom-team-horizontal .jet-team-member .jet-team-member__inner .jet-team-member__position,
.dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box .elementor-icon i,
.dt-custom-faq-wrapper.elementor-widget-accordion .elementor-accordion .elementor-tab-title,
.dt-subscribe-form-wrapper .elementor-widget-heading .elementor-heading-title,
.dt-service-feature-counter-box-wrapper .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap:before,
.dt-custom-service-icon-box.elementor-element .pricing-table .pricing-table__action .pricing-table-button,
.dt-custom-service-image-box.elementor-element .jet-services .jet-services__content .jet-services__button,
.dt-custom-icon-box-carousel .jet-carousel__item-inner .jet-carousel__item-button,
.dt-custom-feature-box.elementor-element .jet-services .jet-services__button,
.dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
    font-weight: 600;
}

a,
input[type="submit"],
input[type="reset"],
input[type="button"],
button[type="button"],
button,
.button,
a.button,
.elementor-button,
.radio-label input[type="radio"] + span:before,
.wpcf7-form-control-wrap {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.elementor-widget-heading .elementor-heading-title {
    line-height: 1.25em;
}

    h1:empty,
    h2:empty,
    h3:empty,
    h4:empty,
    h5:empty,
    h6:empty,
    p:empty {
        display: none;
    }

a {
    background-color: transparent;
    text-decoration: none;
}

    a:focus,
    a:hover,
    a:active {
        outline: 0;
    }

p {
    margin-bottom: 20px;
}

b,
strong {
    font-weight: bolder;
}

em,
i,
dfn,
cite,
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
    font-style: italic;
}

address {
    display: block;
    margin: 0 0 1.5em;
}

blockquote {
    border-left: 4px solid #252525;
    margin: 1rem 0;
    padding: 0 0 0 1.5rem;
}

    blockquote > p {
        margin: 0 0 1rem;
    }

        blockquote > p:only-child,
        blockquote > p:last-of-type {
            margin-bottom: 0;
        }

        blockquote > p > br:first-child,
        blockquote > p > br:last-child {
            display: none;
        }

pre {
    border: 1px solid #e2e4e7;
    font-family: monospace, monospace;
    font-size: 16px;
    line-height: 32px;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
    white-space: pre;
}

code,
kbd,
tt,
var {
    font-family: monospace, monospace;
    font-size: 16px;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

    abbr[title] {
        border-bottom: none;
        text-decoration: underline;
        text-decoration: underline;
    }

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

hr {
    background-color: #eaeaea;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0;
}

ul,
ol {
    margin: 0 0 1.5em;
    padding-left: 1rem;
}

li > ul,
li > ol {
    padding: 10px 0 0 2rem;
}

ul,
ul.commentlist ul {
    list-style: disc;
}

    ul ul,
    ul.commentlist ul ul {
        list-style-type: circle;
    }

ol {
    list-style: decimal;
}

li {
    line-height: 1.8;
    padding-bottom: 10px;
}

ul > li:last-child,
ol > li:last-child {
    padding-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
    margin: 0;
}

/*table {
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    clear: both;
    margin: 0 0 1rem;
    width: 100%;
}

    table td,
    table th {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 0.5em;
    }*/

/*tbody tr:nth-child(2n + 1) {
    background: rgba(0, 0, 0, 0.03);
}

th,
th a {
    color: #fff;
}

    th a:hover {
        color: rgba(255, 255, 255, 0.55);
    }

td a {
    color: inherit;
}

    td a:hover {
        color: rgba(0, 0, 0, 0.75);
    }

    th a:hover,
    td a:hover {
        text-decoration: underline;
    }*/

.post-edit-link,
.vc_inline-link {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    color: #000;
    float: right;
    clear: both;
    margin: 20px 0 20px;
    line-height: 24px;
    padding: 2px 13px;
    font-size: 12px;
}

    .post-edit-link:hover,
    .vc_inline-link:hover {
        color: #fff;
    }

.vc_inline-link {
    clear: none;
    margin-right: 10px;
}

.page-link {
    float: left;
    clear: both;
    margin: 10px 0 0;
    padding: 0;
}

    .page-link a {
        border: 1px solid rgba(0, 0, 0, 0.5);
        color: #303030;
        font-weight: 700;
        line-height: normal;
        padding: 7px 13px 5px;
        float: left;
        margin-right: 10px;
    }

        .page-link a span {
            border-width: 0;
            color: #303030;
            padding: 0;
            margin: 0;
        }

    .page-link > span {
        border: 1px solid rgba(0, 0, 0, 0.5);
        font-weight: 700;
        line-height: normal;
        padding: 7px 13px 5px;
        float: left;
        margin-right: 10px;
    }

    .page-link > span,
    .page-link a:hover span {
        color: #fff;
    }

.text-with-icon {
    display: inline-block;
}

    .text-with-icon .icon,
    .text-with-icon .fa {
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        margin: 0 5px 0 0;
        position: relative;
        top: 1px;
    }

.uppercase,
.uppercase * {
    text-transform: uppercase;
}

.underline a {
    border-bottom: 1px solid;
}

.underline.dt-sc-dark-bg a {
    color: #fff;
}

.large p {
    font-size: 22px;
    line-height: 34px;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

audio,
video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

iframe {
    border-style: none;
}

img {
    border-style: none;
}

svg:not([fill]) {
    fill: currentColor;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 0;
}

img {
    /*height: auto;
    max-width: 100%;*/
}

a img {
    border: 0;
}

.column img,
.vc_column_container img,
.wpb_column img {
    max-width: 100%;
    height: auto;
    display: inherit;
}

button,
input,
textarea,
select,
optgroup {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    transition: all 0.3s linear 0s;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: none;
    }

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    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;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.55;
}

::-moz-placeholder {
    color: inherit;
    opacity: 0.55;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 0.55;
}

:-moz-placeholder {
    color: inherit;
    opacity: 0.55;
}

fieldset {
    border: 1px solid;
    padding: 15px;
    margin: 0 0 20px;
}

legend {
    font-weight: 700;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="range"],
input[type="date"],
textarea,
input.text,
input[type="search"] {
    /*border: 1px solid;
    display: block;
    margin: 0;
    padding: 15px 30px;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;*/
}

textarea {
    height: 115px;
    overflow: auto;
    resize: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
.elementor-widget-button a.elementor-button,
.elementor-widget-jet-services .jet-services__button {
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin: 10px 0 0;
    text-transform: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    outline: none;
}

    button,
    [type="button"],
    [type="reset"],
    [type="submit"],
    .elementor-widget-button a.elementor-button.elementor-size-md,
    .elementor-widget-jet-services .jet-services__button {
        padding: 15px 45px;
    }

    .elementor-widget-button a.elementor-button.elementor-size-xs {
        padding: 10px 35px;
    }

    .elementor-widget-button a.elementor-button.elementor-size-sm {
        padding: 12px 40px;
    }

    .elementor-widget-button a.elementor-button.elementor-size-lg {
        padding: 16px 50px;
    }

    .elementor-widget-button a.elementor-button.elementor-size-xl {
        padding: 20px 65px;
    }

.aligncenter input[type="submit"] {
    float: none;
}

input[type="submit"]::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px;
}

select {
    border: 1px solid;
    cursor: pointer;
    height: 49px;
    line-height: normal;
    margin: 0;
    padding: 10px 0;
    text-indent: 0.01px;
    text-overflow: "";
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.selection-box {
    position: relative;
    clear: both;
}

    .selection-box:after {
        content: "\f2f9";
        display: inline-block;
        font-family: "Material-Design-Iconic-Font";
        font-size: 20px;
        height: 0;
        line-height: 0;
        margin: auto;
        pointer-events: none;
        position: absolute;
        bottom: 0;
        right: 22px;
        top: 1px;
        z-index: 1;
    }

    .selection-box select {
        margin-top: 0;
    }

#searchform {
    clear: both;
}

.dt_ajax_subscribe_msg .success-msg {
    color: #15d401;
}

.dt_ajax_subscribe_msg .error-msg {
    color: #bd0404;
}

input,
select,
optgroup,
select .select2-container--default .select2-selection--single[aria-expanded="false"],
.woocommerce .select2-container--default .select2-selection--single[aria-expanded="false"] {
    -webkit-border-radius: 2.5em;
    border-radius: 2.5em;
}

textarea {
    border-radius: 0.75em;
}

main,
details {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

dialog {
    background-color: #fff;
    border: solid;
    color: #000;
    display: block;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

template,
dialog:not([open]),
[hidden] {
    display: none;
}

.hidden {
    display: none !important;
}

[aria-busy="true"] {
    cursor: progress;
}

[aria-controls] {
    cursor: pointer;
}

[aria-disabled="true"],
[disabled] {
    cursor: not-allowed;
}

[aria-hidden="false"][hidden] {
    display: initial;
}

    [aria-hidden="false"][hidden]:not(:focus) {
        clip: rect(0, 0, 0, 0);
        position: absolute;
    }

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    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;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        clip-path: none;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: 0.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;
    }

#content[tabindex="-1"]:focus {
    outline: 0;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignnone {
    float: none;
    display: inline-block;
}

.has-text-align-left p,
.has-text-align-left,
.alignleft {
    text-align: left;
}

.has-text-align-center p,
.has-text-align-center,
.aligncenter {
    text-align: center;
}

.has-text-align-right p,
.has-text-align-right,
.alignright {
    text-align: right;
}

.column .aligncenter img {
    display: inline-block;
}

.column.aligncenter,
.aligncenter.wpb_column {
    clear: none;
}

.wp-caption {
    margin-bottom: 15px;
    max-width: 100%;
    padding: 0;
    text-align: center;
    width: 100%;
}

    .wp-caption img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }

.wp-caption-text,
.wp-caption-dt {
    font-size: 12px;
    line-height: 16px;
    margin: 2px 0 0;
    padding: 0;
    text-align: center;
}

    .wp-caption-text:empty,
    .wp-caption-dt:empty {
        display: none;
    }

.wp-caption.alignnone {
    clear: both;
}

.wp-caption.alignright {
    margin: 0 0 1.25em 1.25em;
}

.wp-caption.alignleft {
    margin: 0 1.25em 1.25em 0;
}

figure.wp-caption figcaption {
    margin-top: 1em;
}

img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone,
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter,
.wp-caption.alignnone {
    margin-bottom: 1em;
}

img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
    margin-top: 0.375em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter,
.wp-caption.alignnone {
    margin-top: -2px;
}

.gallery {
    margin: 0 -1.1666667% 1.25em;
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

    .gallery-item img {
        border: 10px solid rgba(0, 0, 0, 0.1) !important;
    }

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.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-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #686868;
    display: block;
    font-size: 0.81111em;
    margin: 0;
    padding: 0.5rem;
    font-style: italic;
    line-height: 1.6153846154;
    hyphens: auto;
    word-break: break-word;
    -ms-word-wrap: break-word;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

.gallery {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: calc(1.5 * 1rem);
}

.gallery-item {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 16px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: calc((100% - 16px * 1) / 2);
}

    .gallery-columns-2 .gallery-item:nth-of-type(2n + 2) {
        margin-right: 0;
    }

.gallery-columns-3 .gallery-item {
    max-width: calc((100% - 16px * 2) / 3);
}

    .gallery-columns-3 .gallery-item:nth-of-type(3n + 3) {
        margin-right: 0;
    }

.gallery-columns-4 .gallery-item {
    max-width: calc((100% - 16px * 3) / 4);
}

    .gallery-columns-4 .gallery-item:nth-of-type(4n + 4) {
        margin-right: 0;
    }

.gallery-columns-5 .gallery-item {
    max-width: calc((100% - 16px * 4) / 5);
}

    .gallery-columns-5 .gallery-item:nth-of-type(5n + 5) {
        margin-right: 0;
    }

.gallery-columns-6 .gallery-item {
    max-width: calc((100% - 16px * 5) / 6);
}

    .gallery-columns-6 .gallery-item:nth-of-type(6n + 6) {
        margin-right: 0;
    }

.gallery-columns-7 .gallery-item {
    max-width: calc((100% - 16px * 6) / 7);
}

    .gallery-columns-7 .gallery-item:nth-of-type(7n + 7) {
        margin-right: 0;
    }

.gallery-columns-8 .gallery-item {
    max-width: calc((100% - 16px * 7) / 8);
}

    .gallery-columns-8 .gallery-item:nth-of-type(8n + 8) {
        margin-right: 0;
    }

.gallery-columns-9 .gallery-item {
    max-width: calc((100% - 16px * 8) / 9);
}

    .gallery-columns-9 .gallery-item:nth-of-type(9n + 9) {
        margin-right: 0;
    }

.gallery-item:last-of-type {
    padding-right: 0;
}

.gallery-item > div > a {
    display: block;
    line-height: 0;
    box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 0 transparent;
    margin-bottom: 20px;
}

.gallery-size-thumbnail .gallery-item figcaption {
    border: none;
    margin: 0;
    padding: 0;
    background: none;
}

dl.gallery-item {
    margin: 0;
}

.gallery-caption {
    margin-bottom: 10px;
}

.wpcf7-form-control-wrap {
    width: 100%;
    float: left;
}

.wpcf7-form .wpcf7-not-valid {
    border-color: #ff0000 !important;
}

.wpcf7-form .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-form.event-contact-form .wpcf7-not-valid {
    background-color: rgba(255, 0, 0, 0.1) !important;
}

.wpcf7-form.university-contact-form p {
    clear: both;
}

.wpcf7-form div.wpcf7-validation-errors,
.wpcf7-form div.wpcf7-mail-sent-ok {
    box-sizing: border-box;
    clear: both;
    display: inline-block !important;
    float: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 15px 15px 45px;
    width: 100%;
}

.wpcf7-form div.wpcf7-validation-errors {
    background-color: #fcc;
    border: 1px solid #f99;
    color: #d01313;
    position: relative;
}

    .wpcf7-form div.wpcf7-validation-errors:before,
    .wpcf7-form div.wpcf7-mail-sent-ok:before {
        top: 15px;
        left: 18px;
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-weight: 900;
        text-decoration: inherit;
        font-size: 20px;
        position: absolute;
    }

    .wpcf7-form div.wpcf7-validation-errors:before {
        content: "\f057";
        color: #c54228;
    }

.wpcf7-form div.wpcf7-mail-sent-ok {
    background-color: #eafac0;
    border: 1px solid #b1cf67;
    color: #7ba411;
    position: relative;
}

    .wpcf7-form div.wpcf7-mail-sent-ok:before {
        content: "\f058";
        color: #75b632;
    }

.wpcf7-form .ajax-loader {
    bottom: -22px;
    left: 0;
    margin: 0 auto !important;
    position: absolute;
    right: 0;
}

.dt-sc-empty-space {
    clear: both;
    display: block;
}

.dt-sc-hr-invisible-xsmall {
    float: left;
    width: 100%;
    margin: 15px 0 0;
    display: block;
    clear: both;
}

.dt-sc-hr-invisible-small {
    float: left;
    width: 100%;
    margin: 35px 0 0;
    display: block;
    clear: both;
}

.dt-sc-hr-invisible-medium {
    float: left;
    width: 100%;
    margin: 55px 0 0;
    display: block;
    clear: both;
}

.dt-sc-hr-invisible-large {
    float: left;
    width: 100%;
    margin: 75px 0 0;
    display: block;
    clear: both;
}

.dt-sc-hr-invisible-xlarge {
    float: left;
    width: 100%;
    margin: 95px 0 0;
    display: block;
    clear: both;
}

.dt-sc-hr-top-5 {
    margin-top: 5px;
    float: left;
    clear: both;
    display: block;
    width: 100%;
}

.dt-sc-hr-top-10 {
    margin-top: 10px;
    float: left;
    clear: both;
    display: block;
    width: 100%;
}

.dt-sc-hr-top-20 {
    margin-top: 20px;
    float: left;
    clear: both;
    display: block;
    width: 100%;
}

.dt-sc-hr-top-30 {
    margin-top: 30px;
    float: left;
    clear: both;
    display: block;
    width: 100%;
}

.dt-sc-hr-top-40 {
    margin-top: 40px;
    float: left;
    clear: both;
    display: block;
    width: 100%;
}

.dt-sc-hr-top-50 {
    margin-top: 50px;
    float: left;
    clear: both;
    display: block;
    width: 100%;
}

.dt-sc-small-separator {
    width: 30px;
    height: 2px;
    display: inline-block;
    clear: both;
    text-align: center;
    margin: 15px 0;
}

    .dt-sc-small-separator.aligncenter {
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .dt-sc-small-separator.bottom,
    .dt-sc-small-separator.bottom.aligncenter {
        margin-top: 0;
    }

    .dt-sc-small-separator.black {
        background: #000;
        height: 3px;
    }

.dt-sc-diamond-separator {
    width: 10px;
    height: 10px;
    border-radius: 1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    clear: both;
    text-align: center;
    margin: 10px 0 20px;
    position: relative;
}

    .dt-sc-diamond-separator:before,
    .dt-sc-diamond-separator:after {
        content: "";
        position: absolute;
        left: 6px;
        top: -26px;
        margin: auto;
        height: 1px;
        width: 60px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .dt-sc-diamond-separator:after {
        left: -55px;
        top: 35px;
    }

    .dt-sc-diamond-separator.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

.dt-sc-single-line-separator {
    float: left;
    width: 100%;
    margin: 20px 0;
    display: block;
    clear: both;
    border-top: 1px solid;
}

.dt-sc-single-line-dashed-separator {
    float: left;
    width: 100%;
    margin: 20px 0;
    display: block;
    clear: both;
    border-top: 1px dashed;
}

.dt-sc-single-line-dotted-separator {
    float: left;
    width: 100%;
    margin: 20px 0;
    display: block;
    clear: both;
    border-top: 1px dotted;
}

.dt-sc-double-border-separator {
    float: left;
    margin: -10px 0 30px;
    display: block;
    clear: both;
    width: 150px;
    height: 3px;
    position: relative;
}

    .dt-sc-double-border-separator:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -3px;
        height: 1px;
        width: 100%;
    }

.aligncenter .dt-sc-double-border-separator {
    float: none;
    display: inline-block;
}

.dt-sc-double-border-separator.aligncenter {
    float: none;
    margin: auto;
}

.dt-sc-stamp-divider-down {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 -160px;
    padding: 0;
    position: relative;
    z-index: 1;
}

.dt-sc-stamp-divider-up {
    float: left;
    clear: both;
    width: 100%;
    margin: -150px 0 0;
    padding: 0;
    position: relative;
    z-index: 1;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dt-sc-down-arrow,
.dt-sc-up-arrow,
.dt-sc-up-arrow-bottom {
    position: relative;
}

    .dt-sc-down-arrow:before,
    .dt-sc-up-arrow:before,
    .dt-sc-up-arrow-bottom:before,
    .dt-sc-up-arrow-bottom:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        width: 0;
    }

    .dt-sc-down-arrow:before {
        border-top: 15px solid;
    }

    .dt-sc-up-arrow:before,
    .dt-sc-up-arrow-bottom:before {
        border-bottom: 15px solid;
        top: -15px;
    }

    .dt-sc-up-arrow-bottom:before {
        top: inherit;
        bottom: 0;
    }

.dt-sc-clear {
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
}

.dt-sc-vertical-small-separator {
    width: 1px;
    height: 15px;
    display: inline-block;
    margin: 0 20px;
}

.dt-sc-vertical-separator {
    display: inline-block;
    margin: 0 20px;
    position: relative;
}

    .dt-sc-vertical-separator::before {
        content: "";
        height: 30px;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: -20px;
        width: 1px;
    }

body div.pp_overlay {
    z-index: 9999;
}

.dt-sc-any-carousel-wrapper {
    overflow: hidden;
    position: relative;
}

.page-template-tpl-onepage #primary.content-full-width {
    padding-bottom: 0;
}

.side-navigation-content .container,
#primary.page-with-sidebar .container,
.dt-portfolio-single-details .container {
    max-width: 100%;
    width: auto;
}

div[class*="bg-opaque"],
section[class*="bg-opaque"] {
    position: relative;
    z-index: 1;
}

    div[class*="bg-opaque"]:not(.ult-vc-hide-row):before,
    div[class*="bg-opaque"] .upb_row_bg:before,
    section[class*="bg-opaque"]:before {
        display: inline;
        content: "";
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: -1;
    }

div[class*="bg-opaque-1"]:not(.ult-vc-hide-row):before,
div[class*="bg-opaque-1"].ult-vc-hide-row .upb_row_bg:before,
section[class*="bg-opaque-1"]:before {
    opacity: 0.1;
}

div[class*="bg-opaque-2"]:not(.ult-vc-hide-row):before,
div[class*="bg-opaque-2"].ult-vc-hide-row .upb_row_bg:before,
section[class*="bg-opaque-2"]:before {
    opacity: 0.2;
}

div[class*="bg-opaque-3"]:not(.ult-vc-hide-row):before,
div[class*="bg-opaque-3"].ult-vc-hide-row .upb_row_bg:before,
section[class*="bg-opaque-3"]:before {
    opacity: 0.3;
}

div[class*="bg-opaque-4"]:not(.ult-vc-hide-row):before,
div[class*="bg-opaque-4"].ult-vc-hide-row .upb_row_bg:before,
section[class*="bg-opaque-4"]:before {
    opacity: 0.4;
}

div[class*="bg-opaque-5"]:not(.ult-vc-hide-row):before,
div[class*="bg-opaque-5"].ult-vc-hide-row .upb_row_bg:before,
section[class*="bg-opaque-5"]:before {
    opacity: 0.5;
}

div[class*="bg-opaque-6"]:not(.ult-vc-hide-row):before,
div[class*="bg-opaque-6"].ult-vc-hide-row .upb_row_bg:before,
section[class*="bg-opaque-6"]:before {
    opacity: 0.6;
}

div[class*="bg-opaque-7"]:not(.ult-vc-hide-row):before,
div[class*="bg-opaque-7"].ult-vc-hide-row .upb_row_bg:before,
section[class*="bg-opaque-7"]:before {
    opacity: 0.7;
}

div[class*="bg-opaque-8"]:not(.ult-vc-hide-row):before,
div[class*="bg-opaque-8"].ult-vc-hide-row .upb_row_bg:before,
section[class*="bg-opaque-8"]:before {
    opacity: 0.8;
}

div[class*="bg-opaque-9"]:not(.ult-vc-hide-row):before,
div[class*="bg-opaque-9"].ult-vc-hide-row .upb_row_bg:before,
section[class*="bg-opaque-9"]:before {
    opacity: 0.9;
}

div[class*="bg-opaque-15"]:not(.ult-vc-hide-row):before,
div[class*="bg-opaque-15"].ult-vc-hide-row .upb_row_bg:before,
section[class*="bg-opaque-15"]:before {
    opacity: 0.15;
}

div[class*="bg-opaque-25"]:not(.ult-vc-hide-row):before,
div[class*="bg-opaque-25"].ult-vc-hide-row .upb_row_bg:before,
section[class*="bg-opaque-25"]:before {
    opacity: 0.25;
}

div[class*="bg-opaque-35"]:not(.ult-vc-hide-row):before,
div[class*="bg-opaque-35"].ult-vc-hide-row .upb_row_bg:before,
section[class*="bg-opaque-35"]:before {
    opacity: 0.35;
}

div[class*="bg-opaque-45"]:not(.ult-vc-hide-row):before,
div[class*="bg-opaque-45"].ult-vc-hide-row .upb_row_bg:before,
section[class*="bg-opaque-45"]:before {
    opacity: 0.45;
}

div[class*="bg-opaque-55"]:not(.ult-vc-hide-row):before,
div[class*="bg-opaque-55"].ult-vc-hide-row .upb_row_bg:before,
section[class*="bg-opaque-55"]:before {
    opacity: 0.55;
}

div[class*="bg-opaque-65"]:not(.ult-vc-hide-row):before,
div[class*="bg-opaque-65"].ult-vc-hide-row .upb_row_bg:before,
section[class*="bg-opaque-65"]:before {
    opacity: 0.65;
}

div[class*="bg-opaque-75"]:not(.ult-vc-hide-row):before,
div[class*="bg-opaque-75"].ult-vc-hide-row .upb_row_bg:before,
section[class*="bg-opaque-75"]:before {
    opacity: 0.75;
}

div[class*="bg-opaque-85"]:not(.ult-vc-hide-row):before,
div[class*="bg-opaque-85"].ult-vc-hide-row .upb_row_bg:before,
section[class*="bg-opaque-85"]:before {
    opacity: 0.85;
}

div[class*="bg-opaque-95"]:not(.ult-vc-hide-row):before,
div[class*="bg-opaque-95"].ult-vc-hide-row .upb_row_bg:before,
section[class*="bg-opaque-95"]:before {
    opacity: 0.95;
}

.elementor-widget[class*="align-center"] .elementor-icon-list-item:after {
    margin: 0;
}

.elementor-widget-heading.elementor-widget-heading[class*="ary-color"] .elementor-heading-title {
    color: inherit;
}

.elementor-widget-icon-list .elementor-icon-list-item a > span,
.elementor-widget-icon-list.dt-custom-social-icon-list .elementor-icon-list-item a:hover > .elementor-icon-list-icon > i {
    transition: inherit;
}

.elementor-widget-icon-list .elementor-icon-list-item a:hover > .elementor-icon-list-text,
.elementor-widget-icon-list.dt-custom-social-icon-list .elementor-icon-list-item a:hover > .elementor-icon-list-icon,
.elementor-widget-icon-list.dt-custom-social-icon-list .elementor-icon-list-item a:hover > .elementor-icon-list-icon > i {
    color: inherit;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-content > *:last-child {
    margin-bottom: 0;
}

.jet-carousel,
.elementor-widget-image-carousel .swiper-slide {
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAWCAYAAACCAs+RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1RDNCOTM3QzE2OTYxMUVBODFGNEZCMjNGQjQ1RTBFQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1RDNCOTM3RDE2OTYxMUVBODFGNEZCMjNGQjQ1RTBFQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVEM0I5MzdBMTY5NjExRUE4MUY0RkIyM0ZCNDVFMEVDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjVEM0I5MzdCMTY5NjExRUE4MUY0RkIyM0ZCNDVFMEVDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+TQ5EdwAAAndJREFUeNrMlzloFGEUx2fWsBpRsLG0CqIoxmMbIYhJo+CB4FFYCBZW5sQz4n2tx6JioygIllY2FhYaFI9C2W2MQYVEEQRBTUCNaDw2/p78hWHIJLt+40we/Jhlv2He/L/3vWP8YrHoVWhz4TRcgeve/zfz8wtaYSjqplwu9+eaqfChs+EsTIb3XjL2CmZCXn5HtUqEzIMzkIXjcD8hIcfgHiyCEzDRRYhF4rx2ZB/c9pK1g3AL6rWJ2X8RskDHyYfD8NBLx/LawJwiM6kaIXPgHNQqEne9dM2i0aVjdgpqKhEyX5Ew259iJEbKmS4dMxMzJbhYE1GdTOAReODofAashunQDTfhq6MYy5MlUIA2+GELfqCP1Ks6mbgDMVSnRtgTStA+/edawjthOTyxU0Mv+ZQJiChIxNEYREyFdomwHFsF16AOtsRwzE7CHb13vlQqZe3FD8FS3WBd9GkMjhbDNLgayLFLqoRNcBn6HX3Y0R+AdZYOFpHhwOLPmBLT17Uc+r+sNT8mP991rc2oR7QraS5CQwwOHsMgbIaFMAE2qaxbt/4Qg48dsFGjTFtUsttNJUdHy5SUwd1/A7vgreOzW3SknlkOkuwDfmj6tfJ7Qc53a2ddzIa+NYHyewM+Oj5zm0r6S2hGxLdw+Q2O6wV1ddvRR974sQ5tzAvYawVjtDG+R9WrrDLXME5EtEhEL+wMV72oWatPXXNQ3bQxZRGtyole5e/naqbfHikf1jjdlJKIrbBWIjqjcmys75HnKs1fNLasSFhEM2yA10ryfpcvxG6Fc0gRWpmgiPVK7O0jHadqhfyNTId+1yUkZBa8U98Zc5z5LcAAnSKR182CaLQAAAAASUVORK5CYII=), auto;
}

.jet-parallax-section__layout {
    -webkit-perspective: none;
    perspective: none;
}

.jet-animated-box {
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAmCAYAAAC/H3lnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDODUyQjc1MjE2OTcxMUVBQTIwMkUwQjk3MTMyMDVBQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDODUyQjc1MzE2OTcxMUVBQTIwMkUwQjk3MTMyMDVBQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM4NTJCNzUwMTY5NzExRUFBMjAyRTBCOTcxMzIwNUFDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM4NTJCNzUxMTY5NzExRUFBMjAyRTBCOTcxMzIwNUFDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+LTBY+AAAA3xJREFUeNrMmH9ojHEcx587l9t2iawUGvkVI2odipJfjTT5FcU/LMnPROZ3JKRufmSkoUQpf+giaaFoVlPIXTRmQ6xlLKvpbDp2dub9qfdTT9ez7Z7n+T52n3r1fL93z33vfd/7fD/f9/fxRCIRzYWYAA6CbLAGdHZ3YzAYtDSwzwWxK8B2tj+rHlyl4EFgD5jJ/j1Q1tPs9qXgaWAfyAUJUAoq3cg1FYI3Mk8lXoEzoElzKZwIHgFKwBQQA+fBY83lsCu4kGL97MuMBsBqkGVloGg0auz+AS3gDapHs9n9HhtlTX7kQ839eA1uQ3iVU8EesAjsAv34Wi24z0XntyGui+SAcWCy4b1n4CiE/7YrWI/RYDfIZw7LYntidRCzjQNpIj98CVjLlz6Czbi30+vgL/sEtoIwa/BxcAoMcZoLENYKrqG5BfwEY8B+ec+rINfKwQHQBqYC+aJZKpIYouu5xUvMx8yP9SpaIJJn68Fz5uExsFORaFl81ewW9SZYzMvANMdu5d92if2l4DoYoED3A14LzOrwJDBbfhwXlsRXsC5NX3BT6ig4DPJYVZxGI695RsE5NC9zTD7QZvELarnCs2x81izivHp9BrEXud1qrKlPQR1vjtv4kgRREfrumdQFH6HYFrbrtcyK4Xpq+mhepjM/ZWU3a5kXhboblCpRxM6dTBSL2is76QJ2K7yGfbsqA8VKpTrN7iPU5PeSEkP5wpcMEDiYdV8OsTMMO2YNCKX6YVUrOsD10GFBqJ+bjJkPCWNmy43eNkmbmG2zfBnDz7UQoxmqsfDZX7y2g3f0w5UQ25Rqxhu5o43k9uokxNM20NOeA1fAjTT8gvwbxZhp2Q860E92d68suhdsL1aQDgkeSm+xv8GK5YTQeE9idcEVbM+lj1ARF2gL22k5r6qynF4eIPUZOalQtGztxbSeAVrOHSoE6zMSoaeQ9iZDuXMS32nuD4EfYBm4zBy3FalnupKUXJZj0AeuYLtmXxbUN7AwRehZcNfqw0CzQ2gBWK4q53qJeRDc5fRByksiB8vxYBjoD/468LJyRJenmhMNp5MQy6CyJz8xntFUxCqefPXzXynH/6/P1tKJfJ5iRhlO2OG+eLaWTqwE29hu4AZS53RQNwRL7u+l29K4MZXRs2iZJjiX3sHPchZS7bPdmGGp12/BCT4eUBr/BBgAOPPbq7Equ1AAAAAASUVORK5CYII=), auto;
}

a:hover {
    color: #252525;
}

.dt-section-dark-bg h1,
.dt-section-dark-bg h2,
.dt-section-dark-bg h3,
.dt-section-dark-bg h4,
.dt-section-dark-bg h5,
.dt-section-dark-bg h6,
.dt-section-dark-bg > p,
.dt-section-dark-bg .elementor-widget-heading.elementor-widget-heading .elementor-heading-title,
.dt-section-dark-bg .jet-services .jet-services__title,
.dt-section-dark-bg .elementor-widget-text-editor,
.dt-section-dark-bg .elementor-widget-jet-headline .jet-headline__first .jet-headline__label,
.dt-section-dark-bg .elementor-widget-jet-headline .jet-headline__second .jet-headline__label {
    color: #fff;
}

.dt-sc-dark-bg .wp-caption-text,
.dt-sc-dark-bg .wp-caption-dt {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.05);
}

abbr {
    border-color: #222;
}

ins {
    color: inherit;
}

label {
    font-weight: 600;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="range"],
input[type="date"],
textarea,
input.text,
input[type="search"],
textarea,
select,
.form-calender-icon input[type="text"] {
    color: inherit;
}

.form-calender-icon input[type="text"],
.selection-box select {
    padding-left: 20px;
    padding-right: 50px;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button[type="button"],
button,
.button,
a.button {
    /*color: #fff;*/
}

label span.required {
    color: red;
}

fieldset {
    border-color: rgba(0, 0, 0, 0.2);
}

.dt-sc-dark-bg fieldset {
    border-color: rgba(255, 255, 255, 0.2);
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="range"],
input[type="date"],
textarea,
input.text,
input[type="search"],
select {
    border-color: rgba(0, 0, 0, 0.15);
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="tel"]:focus,
    input[type="number"]:focus,
    input[type="range"]:focus,
    input[type="date"]:focus,
    textarea:focus,
    input.text:focus,
    input[type="search"]:focus {
        -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25);
        box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25);
    }

.selection-box:before {
    border-top-color: #4a4a52;
}

.dt-sc-dark-bg .dt-sc-skin-highlight .dt-sc-small-separator,
.dt-sc-dark-bg .dt-sc-vertical-small-separator {
    background: #fff;
}

.dt-sc-single-line-separator {
    border-top-color: rgba(0, 0, 0, 0.2);
}

.dt-sc-down-arrow:before {
    border-top-color: #fff;
}

.dt-sc-up-arrow-bottom:before {
    border-bottom-color: #fff;
}

.dt-sc-dark-bg .dt-sc-single-line-separator {
    border-color: rgba(255, 255, 255, 0.2);
}

.dt-sc-diamond-separator:before,
.dt-sc-diamond-separator:after {
    background: rgba(0, 0, 0, 0.1);
}

.dt-sc-dark-bg .dt-sc-diamond-separator:before,
.dt-sc-dark-bg .dt-sc-diamond-separator:after {
    background: rgba(255, 255, 255, 0.2);
}

.dt-sc-vertical-separator:before {
    background: rgba(0, 0, 0, 0.2);
}

.dt-sc-double-border-separator,
.dt-sc-double-border-separator:before {
    background: #000;
}

@media screen and (min-width: 0\0) {
    .selection-box:before,
    .selection-box:after {
        background: none;
        border: none;
    }

    .selection-box select {
        padding-right: 15px;
        position: relative;
    }

    form.woocommerce-ordering .selection-box select {
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .entry-body .gallery .gallery-item {
        max-width: 100% !important;
    }

    .vc_row-no-padding .wpb_column {
        margin-bottom: 0;
    }

    .vc_row.vc_row-flex > .dt-sc-stretch-row-content,
    .vc_row.vc_row-flex > .dt-sc-stretch-row-content > .vc_column_container {
        display: inline-block;
    }

    .flex-col-elements-inline-middle.justify-end.vc_column_container > .vc_column-inner > .wpb_wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/*@media only screen and (min-width: 480px) and (max-width: 767px) {
    th,
    td,
    tbody th,
    table td,
    table th {
        font-size: 11px;
        padding: 5px;
    }
}*/

@media only screen and (max-width: 479px) {
    button,
    [type="button"],
    [type="reset"],
    [type="submit"],
    .elementor-widget-button a.elementor-button.elementor-size-md,
    .elementor-widget-jet-services .jet-services__button {
        font-size: 15px;
        padding: 14px 32px;
    }

    .jet-subscribe-form--inline-layout .jet-subscribe-form__input-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }

    .pp_pic_holder {
        width: 90% !important;
        left: 5% !important;
        overflow: hidden;
    }

    .pp_content {
        width: 98% !important;
        height: auto !important;
    }

    .pp_fade {
        width: 100% !important;
        height: 100% !important;
    }

    a.pp_expand,
    a.pp_contract,
    .pp_hoverContainer,
    .pp_gallery {
        display: none !important;
    }

    #pp_full_res img {
        width: 100% !important;
        height: auto !important;
    }

    .pp_details {
        width: 100% !important;
        position: static !important;
        min-height: 25px;
    }

        .pp_details a.pp_close {
            right: 25px;
        }

    div.pp_default .pp_content_container .pp_details {
        margin-top: 15px;
    }

    #tiptip_content {
        font-size: 11px;
    }
}

/*@media only screen and (min-width: 320px) and (max-width: 479px) {
    th,
    td,
    tbody th,
    table td,
    table th {
        font-size: 11px;
        padding: 5px 3px;
    }
}*/

@media only screen and (max-width: 319px) {
    h2 {
        font-size: 22px;
    }

    /*th,
    td,
    tbody th,
    table td,
    table th {
        font-size: 10px;
    }*/
}
/*! /wp-content/cache/asset-cleanup/css/item/invico-grid-v1.0-35ff0d7a5fdab3a386fb108375730abf0ca4e764.css */
/*! /wp-content/themes/invico/css/grid.css */
.wrapper {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

.inner-wrapper {
    margin: 0;
    width: 100%;
    float: left;
    padding: 0;
    overflow: hidden;
}

.container {
    /*width: 1230px;
    margin: 0 auto;
    position: relative;
    clear: both;*/
}

.elementor-section.elementor-section-boxed > .elementor-container,
#header .elementor-section.elementor-section-boxed > .elementor-container,
#header .dt-header-tpl .sticky-wrapper .apply-sticky-header {
    max-width: 1230px;
}

.elementor-section > .elementor-column-gap-default > .elementor-row {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
}

.elementor-section > .elementor-column-gap-narrow > .elementor-row {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
}

.elementor-section > .elementor-column-gap-extended > .elementor-row {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}

.elementor-section > .elementor-column-gap-wide > .elementor-row {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}

.elementor-section > .elementor-column-gap-wider > .elementor-row {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
}

.elementor-section.elementor-column-gap-25 > .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 0 25px;
}

.elementor-section.elementor-column-gap-25 > .elementor-column-gap-default > .elementor-row {
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
}

.blog-single-entry .elementor-section .elementor-inner-section > .elementor-column-gap-default > .elementor-row,
.blog-single-entry .elementor-section .elementor-inner-section > .elementor-column-gap-narrow > .elementor-row,
.blog-single-entry .elementor-section .elementor-inner-section > .elementor-column-gap-extended > .elementor-row,
.blog-single-entry .elementor-section .elementor-inner-section > .elementor-column-gap-wide > .elementor-row,
.blog-single-entry .elementor-section .elementor-inner-section > .elementor-column-gap-wider > .elementor-row {
    margin-left: 0;
    margin-right: 0;
}

#main {
    /*float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;*/
}

#primary {
    width: 850px;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}

    #primary.content-full-width {
        width: 100%;
    }

    #primary.with-left-sidebar {
        float: right;
        margin-left: 65px;
    }

    #primary.with-right-sidebar {
        float: left;
        margin-right: 65px;
    }

    #primary.with-both-sidebar {
        width: 470px;
        float: left;
        margin: 0 65px;
    }

#secondary,
#secondary-right,
#secondary-left {
    width: 315px;
    margin: 0;
    float: left;
    padding: 0;
    position: relative;
    z-index: 1;
}

    #secondary-right.secondary-has-right-sidebar {
        float: right;
    }

    #secondary-left.secondary-has-left-sidebar {
        float: left;
    }

    #secondary.secondary-has-both-sidebar {
        margin: 0;
    }

.page-template-tpl-fullwidth-php #primary {
    padding-bottom: 0;
}

.page-template-tpl-blog #primary,
.page-template-tpl-portfolio #primary,
.page-template-tpl-sidenavigation #primary,
.single #primary,
.archive #primary,
.post-type-archive-tribe_events #primary,
.woocommerce-page #primary,
.single.single-wp_router_page #main,
.search.search-results #primary,
.search.search-no-results #primary,
.home.blog #primary {
    padding-bottom: 100px;
}

body.layout-boxed {
    background-attachment: fixed;
    background-color: rgba(0, 0, 0, 0.025);
}

.layout-boxed .wrapper {
    overflow: hidden;
}

.layout-boxed .inner-wrapper {
    background: #fff;
}

.layout-boxed .wrapper {
    width: 1250px;
    margin: 0 auto;
    float: none;
}

.column {
    margin: 0 0 0 2%;
    float: left;
    min-height: 1px;
    position: relative;
}

    .column.first {
        clear: both;
        margin-left: 0;
    }

    .column.dt-sc-full-width,
    .column.dt-sc-one-column {
        margin-left: 0;
    }

.dt-sc-full-width,
.dt-sc-one-column {
    width: 100%;
}

.dt-sc-one-half,
.dt-sc-three-sixth {
    width: 49%;
}

.dt-sc-one-third,
.dt-sc-two-sixth {
    width: 32%;
}

.dt-sc-two-third,
.dt-sc-four-sixth {
    width: 66%;
}

.dt-sc-one-fourth {
    width: 23.5%;
}

.dt-sc-three-fourth {
    width: 74.5%;
}

.dt-sc-one-fifth {
    width: 18.4%;
}

.dt-sc-two-fifth {
    width: 38.8%;
}

.dt-sc-three-fifth {
    width: 59.2%;
}

.dt-sc-four-fifth {
    width: 79.6%;
}

.dt-sc-one-sixth {
    width: 15%;
}

.dt-sc-five-sixth {
    width: 83%;
}

.column.no-space {
    margin-left: 0;
    margin-right: 0;
}

    .column.no-space.dt-sc-one-half,
    .column.no-space.dt-sc-three-sixth {
        width: 50%;
    }

    .column.no-space.dt-sc-one-third,
    .column.no-space.dt-sc-two-sixth {
        width: 33.33%;
    }

    .column.no-space.dt-sc-two-third,
    .column.no-space.dt-sc-four-sixth {
        width: 66.66%;
    }

    .column.no-space.dt-sc-one-fourth {
        width: 25%;
    }

    .column.no-space.dt-sc-three-fourth {
        width: 75%;
    }

    .column.no-space.dt-sc-one-fifth {
        width: 20%;
    }

    .column.no-space.dt-sc-two-fifth {
        width: 40%;
    }

    .column.no-space.dt-sc-three-fifth {
        width: 60%;
    }

    .column.no-space.dt-sc-four-fifth {
        width: 80%;
    }

    .column.no-space.dt-sc-one-sixth {
        width: 16.66%;
    }

    .column.no-space.dt-sc-five-sixth {
        width: 83.33%;
    }

.dt-col {
    float: left;
    margin: 0;
    min-height: 1px;
    padding: 0 15px;
    position: relative;
}

.column iframe,
iframe {
    max-width: 100%;
}

embed,
iframe,
object,
video {
    max-width: 100%;
}

.rs_margin-none.vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.rs_margin-default.vc_row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.elementor-section[class*="dt-section-wrap-col"] .elementor-row {
    flex-flow: row wrap;
}

.elementor-section.dt-section-wrap-col-lg-12 > .elementor-container > .elementor-row > .elementor-column {
    flex: 1 1 100%;
    max-width: 100%;
}

.elementor-section.dt-section-wrap-col-lg-11 > .elementor-container > .elementor-row > .elementor-column {
    flex: 1 1 91.66666667%;
    max-width: 91.66666667%;
}

.elementor-section.dt-section-wrap-col-lg-10 > .elementor-container > .elementor-row > .elementor-column {
    flex: 1 1 83.33333333%;
    max-width: 83.33333333%;
}

.elementor-section.dt-section-wrap-col-lg-9 > .elementor-container > .elementor-row > .elementor-column {
    flex: 1 1 75%;
    max-width: 75%;
}

.elementor-section.dt-section-wrap-col-lg-8 > .elementor-container > .elementor-row > .elementor-column {
    flex: 1 1 66.66666667%;
    max-width: 66.66666667%;
}

.elementor-section.dt-section-wrap-col-lg-7 > .elementor-container > .elementor-row > .elementor-column {
    flex: 1 1 58.33333333%;
    max-width: 58.33333333%;
}

.elementor-section.dt-section-wrap-col-lg-6 > .elementor-container > .elementor-row > .elementor-column {
    flex: 1 1 50%;
    max-width: 50%;
}

.elementor-section.dt-section-wrap-col-lg-5 > .elementor-container > .elementor-row > .elementor-column {
    flex: 1 1 41.66666667%;
    max-width: 41.66666667%;
}

.elementor-section.dt-section-wrap-col-lg-4 > .elementor-container > .elementor-row > .elementor-column {
    flex: 1 1 33.33333333%;
    max-width: 33.33333333%;
}

.elementor-section.dt-section-wrap-col-lg-3 > .elementor-container > .elementor-row > .elementor-column {
    flex: 1 1 25%;
    max-width: 25%;
}

.elementor-section.dt-section-wrap-col-lg-2 > .elementor-container > .elementor-row > .elementor-column {
    flex: 1 1 16.66666667%;
    max-width: 16.66666667%;
}

.elementor-section.dt-section-wrap-col-lg-1 > .elementor-container > .elementor-row > .elementor-column {
    flex: 1 1 8.33333333%;
    max-width: 8.33333333%;
}

@media only screen and (max-width: 1440px) {
    #primary.with-left-sidebar {
        margin-left: 30px;
    }

    #primary.with-right-sidebar {
        margin-right: 30px;
    }

    #primary.with-both-sidebar {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    .dt-col-hxlg-12,
    .elementor-section .elementor-row .elementor-column.dt-col-hxlg-12 {
        width: 100%;
    }

    .dt-col-hxlg-11,
    .elementor-section .elementor-row .elementor-column.dt-col-hxlg-11 {
        width: 91.66666667%;
    }

    .dt-col-hxlg-10,
    .elementor-section .elementor-row .elementor-column.dt-col-hxlg-10 {
        width: 83.33333333%;
    }

    .dt-col-hxlg-9,
    .elementor-section .elementor-row .elementor-column.dt-col-hxlg-9 {
        width: 75%;
    }

    .dt-col-hxlg-8,
    .elementor-section .elementor-row .elementor-column.dt-col-hxlg-8 {
        width: 66.66666667%;
    }

    .dt-col-hxlg-7,
    .elementor-section .elementor-row .elementor-column.dt-col-hxlg-7 {
        width: 58.33333333%;
    }

    .dt-col-hxlg-6,
    .elementor-section .elementor-row .elementor-column.dt-col-hxlg-6 {
        width: 50%;
    }

    .dt-col-hxlg-5,
    .elementor-section .elementor-row .elementor-column.dt-col-hxlg-5 {
        width: 41.66666667%;
    }

    .dt-col-hxlg-4,
    .elementor-section .elementor-row .elementor-column.dt-col-hxlg-4 {
        width: 33.33333333%;
    }

    .dt-col-hxlg-3,
    .elementor-section .elementor-row .elementor-column.dt-col-hxlg-3 {
        width: 25%;
    }

    .dt-col-hxlg-2,
    .elementor-section .elementor-row .elementor-column.dt-col-hxlg-2 {
        width: 16.66666667%;
    }

    .dt-col-hxlg-1,
    .elementor-section .elementor-row .elementor-column.dt-col-hxlg-1 {
        width: 8.33333333%;
    }

    .dt-col-hxlg-offset-12,
    .rs_col-hxlg-offset-12 {
        margin-left: 100%;
    }

    .dt-col-hxlg-offset-11,
    .rs_col-hxlg-offset-11 {
        margin-left: 91.66666667%;
    }

    .dt-col-hxlg-offset-10,
    .rs_col-hxlg-offset-10 {
        margin-left: 83.33333333%;
    }

    .dt-col-hxlg-offset-9,
    .rs_col-hxlg-offset-9 {
        margin-left: 75%;
    }

    .dt-col-hxlg-offset-8,
    .rs_col-hxlg-offset-8 {
        margin-left: 66.66666667%;
    }

    .dt-col-hxlg-offset-7,
    .rs_col-hxlg-offset-7 {
        margin-left: 58.33333333%;
    }

    .dt-col-hxlg-offset-6,
    .rs_col-hxlg-offset-6 {
        margin-left: 50%;
    }

    .dt-col-hxlg-offset-5,
    .rs_col-hxlg-offset-5 {
        margin-left: 41.66666667%;
    }

    .dt-col-hxlg-offset-4,
    .rs_col-hxlg-offset-4 {
        margin-left: 33.33333333%;
    }

    .dt-col-hxlg-offset-3,
    .rs_col-hxlg-offset-3 {
        margin-left: 25%;
    }

    .dt-col-hxlg-offset-2,
    .rs_col-hxlg-offset-2 {
        margin-left: 16.66666667%;
    }

    .dt-col-hxlg-offset-1,
    .rs_col-hxlg-offset-1 {
        margin-left: 8.33333333%;
    }

    .dt-col-hxlg-offset-0,
    .rs_col-hxlg-offset-0 {
        margin-left: 0;
    }

    .elementor-section.dt-section-wrap-col-hxlg-12 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .elementor-section.dt-section-wrap-col-hxlg-11 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 91.66666667%;
        max-width: 91.66666667%;
    }

    .elementor-section.dt-section-wrap-col-hxlg-10 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 83.33333333%;
        max-width: 83.33333333%;
    }

    .elementor-section.dt-section-wrap-col-hxlg-9 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 75%;
        max-width: 75%;
    }

    .elementor-section.dt-section-wrap-col-hxlg-8 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 66.66666667%;
        max-width: 66.66666667%;
    }

    .elementor-section.dt-section-wrap-col-hxlg-7 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 58.33333333%;
        max-width: 58.33333333%;
    }

    .elementor-section.dt-section-wrap-col-hxlg-6 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 50%;
        max-width: 50%;
    }

    .elementor-section.dt-section-wrap-col-hxlg-5 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 41.66666667%;
        max-width: 41.66666667%;
    }

    .elementor-section.dt-section-wrap-col-hxlg-4 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 33.33333333%;
        max-width: 33.33333333%;
    }

    .elementor-section.dt-section-wrap-col-hxlg-3 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 25%;
        max-width: 25%;
    }

    .elementor-section.dt-section-wrap-col-hxlg-2 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 16.66666667%;
        max-width: 16.66666667%;
    }

    .elementor-section.dt-section-wrap-col-hxlg-1 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 8.33333333%;
        max-width: 8.33333333%;
    }

    .dt-hidden-hxlg,
    .rs_hidden-hxlg {
        display: none !important;
    }

    .wpb_column[class*="rs_col-hxlg-offset"],
    .rs_col-hxlg-6.wpb_column[class*="rs_col-hxlg-offset"],
    .rs_col-hxlg-8.wpb_column[class*="rs_col-hxlg-offset"],
    .rs_col-hxlg-10.wpb_column[class*="rs_col-hxlg-offset"],
    .rs_col-hxlg-12.wpb_column {
        margin-bottom: 20px;
    }

        .rs_col-hxlg-nospace-bottom.wpb_column,
        .rs_col-hxlg-12 ~ .rs_col-hxlg-12,
        .rs_col-hxlg-12.wpb_column:last-child,
        .rs_col-hxlg-8.wpb_column:last-child,
        .vc_row-no-padding > .rs_col-hxlg-12.wpb_column,
        .vc_row-no-padding .rs_col-qxlg-12.wpb_column,
        .vc_row.vc_row-o-equal-height:not(.vc_row-no-padding) > .rs_col-hxlg-12.wpb_column ~ .rs_col-hxlg-12.dt-sc-skin-highlight,
        .vc_row.vc_row-o-equal-height:not(.vc_row-no-padding) > .rs_col-hxlg-12.wpb_column ~ .rs_col-hxlg-12.vc_col-has-fill {
            margin-bottom: 0;
        }

    .rs_margin-hxlg-none.vc_row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .rs_margin-hxlg-default.vc_row {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .rs_aligncenter_hxlg h1,
    .rs_aligncenter_hxlg h2,
    .rs_aligncenter_hxlg h3,
    .rs_aligncenter_hxlg h4,
    .rs_aligncenter_hxlg h5,
    .rs_aligncenter_hxlg h6,
    .rs_aligncenter_hxlg p,
    .rs_aligncenter_hxlg div[class*="vc_custom"],
    .rs_aligncenter_hxlg div,
    .rs_aligncenter_hxlg {
        text-align: center !important;
    }

        .rs_aligncenter_hxlg .alignleft,
        .rs_aligncenter_hxlg .alignright {
            text-align: center;
        }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    /*.container,
    .layout-boxed .vc_row .dt-sc-stretch-row-content,
    .left-header #header-wrapper .top-bar .container {
        width: 1080px;
    }*/

    .layout-boxed .wrapper,
    .layout-boxed .main-header-wrapper,
    .layout-boxed .is-sticky #header-wrapper,
    .layout-boxed.standard-header .main-header-wrapper {
        width: 1120px;
    }

    .elementor-section.elementor-section-boxed > .elementor-container,
    #header .elementor-section.elementor-section-boxed > .elementor-container,
    #header .dt-header-tpl .sticky-wrapper .apply-sticky-header {
        max-width: 1080px;
    }

    #primary {
        width: 810px;
    }

    #secondary,
    #secondary-right,
    #secondary-left {
        width: 240px;
    }

    #primary.with-both-sidebar {
        width: 540px;
    }

    .layout-boxed .vc_row.vc_row-no-padding {
        margin: 0 -30px;
    }

    .dt-col-qxlg-12,
    .elementor-section .elementor-row .elementor-column.dt-col-qxlg-12 {
        width: 100%;
    }

    .dt-col-qxlg-11,
    .elementor-section .elementor-row .elementor-column.dt-col-qxlg-11 {
        width: 91.66666667%;
    }

    .dt-col-qxlg-10,
    .elementor-section .elementor-row .elementor-column.dt-col-qxlg-10 {
        width: 83.33333333%;
    }

    .dt-col-qxlg-9,
    .elementor-section .elementor-row .elementor-column.dt-col-qxlg-9 {
        width: 75%;
    }

    .dt-col-qxlg-8,
    .elementor-section .elementor-row .elementor-column.dt-col-qxlg-8 {
        width: 66.66666667%;
    }

    .dt-col-qxlg-7,
    .elementor-section .elementor-row .elementor-column.dt-col-qxlg-7 {
        width: 58.33333333%;
    }

    .dt-col-qxlg-6,
    .elementor-section .elementor-row .elementor-column.dt-col-qxlg-6 {
        width: 50%;
    }

    .dt-col-qxlg-5,
    .elementor-section .elementor-row .elementor-column.dt-col-qxlg-5 {
        width: 41.66666667%;
    }

    .dt-col-qxlg-4,
    .elementor-section .elementor-row .elementor-column.dt-col-qxlg-4 {
        width: 33.33333333%;
    }

    .dt-col-qxlg-3,
    .elementor-section .elementor-row .elementor-column.dt-col-qxlg-3 {
        width: 25%;
    }

    .dt-col-qxlg-2,
    .elementor-section .elementor-row .elementor-column.dt-col-qxlg-2 {
        width: 16.66666667%;
    }

    .dt-col-qxlg-1,
    .elementor-section .elementor-row .elementor-column.dt-col-qxlg-1 {
        width: 8.33333333%;
    }

    .dt-col-qxlg-offset-12,
    .rs_col-qxlg-offset-12 {
        margin-left: 100%;
    }

    .dt-col-qxlg-offset-11,
    .rs_col-qxlg-offset-11 {
        margin-left: 91.66666667%;
    }

    .dt-col-qxlg-offset-10,
    .rs_col-qxlg-offset-10 {
        margin-left: 83.33333333%;
    }

    .dt-col-qxlg-offset-9,
    .rs_col-qxlg-offset-9 {
        margin-left: 75%;
    }

    .dt-col-qxlg-offset-8,
    .rs_col-qxlg-offset-8 {
        margin-left: 66.66666667%;
    }

    .dt-col-qxlg-offset-7,
    .rs_col-qxlg-offset-7 {
        margin-left: 58.33333333%;
    }

    .dt-col-qxlg-offset-6,
    .rs_col-qxlg-offset-6 {
        margin-left: 50%;
    }

    .dt-col-qxlg-offset-5,
    .rs_col-qxlg-offset-5 {
        margin-left: 41.66666667%;
    }

    .dt-col-qxlg-offset-4,
    .rs_col-qxlg-offset-4 {
        margin-left: 33.33333333%;
    }

    .dt-col-qxlg-offset-3,
    .rs_col-qxlg-offset-3 {
        margin-left: 25%;
    }

    .dt-col-qxlg-offset-2,
    .rs_col-qxlg-offset-2 {
        margin-left: 16.66666667%;
    }

    .dt-col-qxlg-offset-1,
    .rs_col-qxlg-offset-1 {
        margin-left: 8.33333333%;
    }

    .dt-col-qxlg-offset-0,
    .rs_col-qxlg-offset-0 {
        margin-left: 0;
    }

    .elementor-section.dt-section-wrap-col-qxlg-12 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .elementor-section.dt-section-wrap-col-qxlg-11 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 91.66666667%;
        max-width: 91.66666667%;
    }

    .elementor-section.dt-section-wrap-col-qxlg-10 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 83.33333333%;
        max-width: 83.33333333%;
    }

    .elementor-section.dt-section-wrap-col-qxlg-9 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 75%;
        max-width: 75%;
    }

    .elementor-section.dt-section-wrap-col-qxlg-8 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 66.66666667%;
        max-width: 66.66666667%;
    }

    .elementor-section.dt-section-wrap-col-qxlg-7 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 58.33333333%;
        max-width: 58.33333333%;
    }

    .elementor-section.dt-section-wrap-col-qxlg-6 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 50%;
        max-width: 50%;
    }

    .elementor-section.dt-section-wrap-col-qxlg-5 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 41.66666667%;
        max-width: 41.66666667%;
    }

    .elementor-section.dt-section-wrap-col-qxlg-4 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 33.33333333%;
        max-width: 33.33333333%;
    }

    .elementor-section.dt-section-wrap-col-qxlg-3 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 25%;
        max-width: 25%;
    }

    .elementor-section.dt-section-wrap-col-qxlg-2 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 16.66666667%;
        max-width: 16.66666667%;
    }

    .elementor-section.dt-section-wrap-col-qxlg-1 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 8.33333333%;
        max-width: 8.33333333%;
    }

    .rs_hidden-qxlg,
    .dt-hidden-qxlg {
        display: none !important;
    }

    .rs_col-qxlg-6.wpb_column[class*="rs_col-qxlg-offset"],
    .rs_col-qxlg-8.wpb_column[class*="rs_col-qxlg-offset"],
    .rs_col-qxlg-10.wpb_column[class*="rs_col-qxlg-offset"],
    .rs_col-qxlg-12.wpb_column,
    .wpb_column[class*="rs_col-qxlg-offset"] {
        margin-bottom: 20px;
    }

        .rs_col-qxlg-nospace-bottom.wpb_column,
        .rs_col-qxlg-12 ~ .rs_col-qxlg-12,
        .rs_col-qxlg-12.wpb_column:last-child,
        .rs_col-qxlg-8.wpb_column:last-child,
        .vc_row-no-padding > .rs_col-qxlg-12.wpb_column,
        .vc_row-no-padding .rs_col-qxlg-12.wpb_column,
        .vc_row.vc_row-o-equal-height:not(.vc_row-no-padding) > .rs_col-qxlg-12.wpb_column ~ .rs_col-qxlg-12.dt-sc-skin-highlight,
        .vc_row.vc_row-o-equal-height:not(.vc_row-no-padding) > .rs_col-qxlg-12.wpb_column ~ .rs_col-qxlg-12.vc_col-has-fill {
            margin-bottom: 0;
        }

    .rs_margin-qxlg-none.vc_row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .rs_margin-qxlg-default.vc_row {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .rs_aligncenter_qxlg h1,
    .rs_aligncenter_qxlg h2,
    .rs_aligncenter_qxlg h3,
    .rs_aligncenter_qxlg h4,
    .rs_aligncenter_qxlg h5,
    .rs_aligncenter_qxlg h6,
    .rs_aligncenter_qxlg p,
    .rs_aligncenter_qxlg div[class*="vc_custom"],
    .rs_aligncenter_qxlg div,
    .rs_aligncenter_qxlg {
        text-align: center !important;
    }

        .rs_aligncenter_qxlg .alignleft,
        .rs_aligncenter_qxlg .alignright {
            text-align: center;
        }
}

@media only screen and (min-width: 1200px) {
    .wpb_column.dt-sc-one-fifth {
        width: 20%;
    }

    .wpb_column.dt-sc-two-fifth {
        width: 40%;
    }

    .wpb_column.dt-sc-three-fifth {
        width: 60%;
    }

    .wpb_column.dt-sc-four-fifth {
        width: 80%;
    }

    .dt-col-lg-12,
    .elementor-section .elementor-row .elementor-column.dt-col-lg-12 {
        width: 100%;
    }

    .dt-col-lg-11,
    .elementor-section .elementor-row .elementor-column.dt-col-lg-11 {
        width: 91.66666667%;
    }

    .dt-col-lg-10,
    .elementor-section .elementor-row .elementor-column.dt-col-lg-10 {
        width: 83.33333333%;
    }

    .dt-col-lg-9,
    .elementor-section .elementor-row .elementor-column.dt-col-lg-9 {
        width: 75%;
    }

    .dt-col-lg-8,
    .elementor-section .elementor-row .elementor-column.dt-col-lg-8 {
        width: 66.66666667%;
    }

    .dt-col-lg-7,
    .elementor-section .elementor-row .elementor-column.dt-col-lg-7 {
        width: 58.33333333%;
    }

    .dt-col-lg-6,
    .elementor-section .elementor-row .elementor-column.dt-col-lg-6 {
        width: 50%;
    }

    .dt-col-lg-5,
    .elementor-section .elementor-row .elementor-column.dt-col-lg-5 {
        width: 41.66666667%;
    }

    .dt-col-lg-4,
    .elementor-section .elementor-row .elementor-column.dt-col-lg-4 {
        width: 33.33333333%;
    }

    .dt-col-lg-3,
    .elementor-section .elementor-row .elementor-column.dt-col-lg-3 {
        width: 25%;
    }

    .dt-col-lg-2,
    .elementor-section .elementor-row .elementor-column.dt-col-lg-2 {
        width: 16.66666667%;
    }

    .dt-col-lg-1,
    .elementor-section .elementor-row .elementor-column.dt-col-lg-1 {
        width: 8.33333333%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .container,
    .type5.tribe_events .container .container {
        width: 900px;
    }

    .layout-boxed .wrapper {
        width: 940px;
    }

    .elementor-section.elementor-section-boxed > .elementor-container,
    #header .elementor-section.elementor-section-boxed > .elementor-container,
    #header .dt-header-tpl .sticky-wrapper .apply-sticky-header {
        max-width: 900px;
    }

    #primary {
        width: 670px;
    }

        #primary.with-both-sidebar {
            width: 440px;
        }

    #secondary,
    #secondary-right,
    #secondary-left {
        width: 200px;
    }

    .layout-boxed .vc_row.vc_row-no-padding {
        margin: 0 -20px;
    }

    .dt-col-md-12,
    .elementor-section .elementor-row .elementor-column.dt-col-md-12 {
        width: 100%;
    }

    .dt-col-md-11,
    .elementor-section .elementor-row .elementor-column.dt-col-md-11 {
        width: 91.66666667%;
    }

    .dt-col-md-10,
    .elementor-section .elementor-row .elementor-column.dt-col-md-10 {
        width: 83.33333333%;
    }

    .dt-col-md-9,
    .elementor-section .elementor-row .elementor-column.dt-col-md-9 {
        width: 75%;
    }

    .dt-col-md-8,
    .elementor-section .elementor-row .elementor-column.dt-col-md-8 {
        width: 66.66666667%;
    }

    .dt-col-md-7,
    .elementor-section .elementor-row .elementor-column.dt-col-md-7 {
        width: 58.33333333%;
    }

    .dt-col-md-6,
    .elementor-section .elementor-row .elementor-column.dt-col-md-6 {
        width: 50%;
    }

    .dt-col-md-5,
    .elementor-section .elementor-row .elementor-column.dt-col-md-5 {
        width: 41.66666667%;
    }

    .dt-col-md-4,
    .elementor-section .elementor-row .elementor-column.dt-col-md-4 {
        width: 33.33333333%;
    }

    .dt-col-md-3,
    .elementor-section .elementor-row .elementor-column.dt-col-md-3 {
        width: 25%;
    }

    .dt-col-md-2,
    .elementor-section .elementor-row .elementor-column.dt-col-md-2 {
        width: 16.66666667%;
    }

    .dt-col-md-1,
    .elementor-section .elementor-row .elementor-column.dt-col-md-1 {
        width: 8.33333333%;
    }

    .dt-col-md-offset-12 {
        margin-left: 100%;
    }

    .dt-col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .dt-col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .dt-col-md-offset-9 {
        margin-left: 75%;
    }

    .dt-col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .dt-col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .dt-col-md-offset-6 {
        margin-left: 50%;
    }

    .dt-col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .dt-col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .dt-col-md-offset-3 {
        margin-left: 25%;
    }

    .dt-col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .dt-col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .dt-col-md-offset-0 {
        margin-left: 0;
    }

    .elementor-section.dt-section-wrap-col-md-12 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .elementor-section.dt-section-wrap-col-md-11 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 91.66666667%;
        max-width: 91.66666667%;
    }

    .elementor-section.dt-section-wrap-col-md-10 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 83.33333333%;
        max-width: 83.33333333%;
    }

    .elementor-section.dt-section-wrap-col-md-9 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 75%;
        max-width: 75%;
    }

    .elementor-section.dt-section-wrap-col-md-8 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 66.66666667%;
        max-width: 66.66666667%;
    }

    .elementor-section.dt-section-wrap-col-md-7 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 58.33333333%;
        max-width: 58.33333333%;
    }

    .elementor-section.dt-section-wrap-col-md-6 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 50%;
        max-width: 50%;
    }

    .elementor-section.dt-section-wrap-col-md-5 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 41.66666667%;
        max-width: 41.66666667%;
    }

    .elementor-section.dt-section-wrap-col-md-4 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 33.33333333%;
        max-width: 33.33333333%;
    }

    .elementor-section.dt-section-wrap-col-md-3 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 25%;
        max-width: 25%;
    }

    .elementor-section.dt-section-wrap-col-md-2 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 16.66666667%;
        max-width: 16.66666667%;
    }

    .elementor-section.dt-section-wrap-col-md-1 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 8.33333333%;
        max-width: 8.33333333%;
    }

    .dt-col-md-1b5,
    .elementor-section .elementor-row .elementor-column.dt-col-md-1b5 {
        width: 20%;
    }

    .dt-col-md-2b5,
    .elementor-section .elementor-row .elementor-column.dt-col-md-2b5 {
        width: 40%;
    }

    .dt-col-md-3b5,
    .elementor-section .elementor-row .elementor-column.dt-col-md-3b5 {
        width: 60%;
    }

    .dt-col-md-4b5,
    .elementor-section .elementor-row .elementor-column.dt-col-md-4b5 {
        width: 80%;
    }

    .dt-hidden-md {
        display: none !important;
    }

    .wpb_column.dt-sc-one-fifth:not([class*="vc_col-md"]) {
        width: 20%;
    }

    .wpb_column.dt-sc-two-fifth:not([class*="vc_col-md"]) {
        width: 40%;
    }

    .wpb_column.dt-sc-three-fifth:not([class*="vc_col-md"]) {
        width: 60%;
    }

    .wpb_column.dt-sc-four-fifth:not([class*="vc_col-md"]) {
        width: 80%;
    }

    .vc_col-md-6.wpb_column[class*="vc_col-md-offset"],
    .vc_col-md-8.wpb_column[class*="vc_col-md-offset"],
    .vc_col-md-10.wpb_column[class*="vc_col-md-offset"],
    .vc_col-md-12.wpb_column,
    .wpb_column[class*="vc_col-md-offset"] {
        margin-bottom: 30px;
    }

        .rs_col-md-nospace-bottom.wpb_column,
        .vc_col-md-12 ~ .vc_col-md-12,
        .vc_col-md-12.wpb_column:last-child,
        .vc_col-md-8.wpb_column:last-child,
        .vc_row-no-padding > .vc_col-md-12.wpb_column,
        .vc_row-no-padding .vc_col-md-12.wpb_column,
        .vc_row.vc_row-o-equal-height:not(.vc_row-no-padding) > .vc_col-md-12.wpb_column ~ .vc_col-md-12.dt-sc-skin-highlight,
        .vc_row.vc_row-o-equal-height:not(.vc_row-no-padding) > .vc_col-md-12.wpb_column ~ .vc_col-md-12.vc_col-has-fill {
            margin-bottom: 0;
        }

    .rs_margin-md-none.vc_row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .rs_margin-md-default.vc_row {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .rs_margin_top_md-150.vc_row,
    .rs_margin_top_md-150.wpb_column .vc_column-inner {
        margin-top: 150px !important;
    }

    .rs_aligncenter_md h1,
    .rs_aligncenter_md h2,
    .rs_aligncenter_md h3,
    .rs_aligncenter_md h4,
    .rs_aligncenter_md h5,
    .rs_aligncenter_md h6,
    .rs_aligncenter_md p,
    .rs_aligncenter_md div[class*="vc_custom"],
    .rs_aligncenter_md div,
    .rs_aligncenter_md {
        text-align: center !important;
    }

        .rs_aligncenter_md .alignleft,
        .rs_aligncenter_md .alignright {
            text-align: center;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container,
    .type5.tribe_events .container .container {
        width: 710px;
    }

    .layout-boxed .wrapper {
        width: 750px;
    }

    .elementor-section.elementor-section-boxed > .elementor-container,
    #header .elementor-section.elementor-section-boxed > .elementor-container,
    #header .dt-header-tpl .sticky-wrapper .apply-sticky-header {
        max-width: 710px;
    }

    #primary {
        width: 100%;
    }

        #primary.with-both-sidebar {
            margin: 0;
        }

        #primary.with-left-sidebar {
            margin-left: 0;
        }

        #primary.with-right-sidebar {
            margin-right: 0;
        }

    #secondary,
    #secondary-right,
    #secondary-left {
        width: 100%;
    }

        #secondary-left.secondary-sidebar,
        #secondary-right.secondary-sidebar,
        .side-navigation.type5 {
            display: table-cell;
            float: none;
            width: 710px;
        }

            #primary.with-left-sidebar,
            #primary.with-right-sidebar,
            #primary.with-both-sidebar,
            .side-navigation.type5 + .side-navigation-content {
                display: table-caption;
                float: none;
                margin-bottom: 50px;
                width: 710px;
            }

    .dt-col-sm-12,
    .elementor-section .elementor-row .elementor-column.dt-col-sm-12 {
        width: 100%;
    }

    .dt-col-sm-11,
    .elementor-section .elementor-row .elementor-column.dt-col-sm-11 {
        width: 91.66666667%;
    }

    .dt-col-sm-10,
    .elementor-section .elementor-row .elementor-column.dt-col-sm-10 {
        width: 83.33333333%;
    }

    .dt-col-sm-9,
    .elementor-section .elementor-row .elementor-column.dt-col-sm-9 {
        width: 75%;
    }

    .dt-col-sm-8,
    .elementor-section .elementor-row .elementor-column.dt-col-sm-8 {
        width: 66.66666667%;
    }

    .dt-col-sm-7,
    .elementor-section .elementor-row .elementor-column.dt-col-sm-7 {
        width: 58.33333333%;
    }

    .dt-col-sm-6,
    .elementor-section .elementor-row .elementor-column.dt-col-sm-6 {
        width: 50%;
    }

    .dt-col-sm-5,
    .elementor-section .elementor-row .elementor-column.dt-col-sm-5 {
        width: 41.66666667%;
    }

    .dt-col-sm-4,
    .elementor-section .elementor-row .elementor-column.dt-col-sm-4 {
        width: 33.33333333%;
    }

    .dt-col-sm-3,
    .elementor-section .elementor-row .elementor-column.dt-col-sm-3 {
        width: 25%;
    }

    .dt-col-sm-2,
    .elementor-section .elementor-row .elementor-column.dt-col-sm-2 {
        width: 16.66666667%;
    }

    .dt-col-sm-1,
    .elementor-section .elementor-row .elementor-column.dt-col-sm-1 {
        width: 8.33333333%;
    }

    .dt-col-sm-offset-12 {
        margin-left: 100%;
    }

    .dt-col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .dt-col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .dt-col-sm-offset-9 {
        margin-left: 75%;
    }

    .dt-col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .dt-col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .dt-col-sm-offset-6 {
        margin-left: 50%;
    }

    .dt-col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .dt-col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .dt-col-sm-offset-3 {
        margin-left: 25%;
    }

    .dt-col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .dt-col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .dt-col-sm-offset-0 {
        margin-left: 0;
    }

    .elementor-section.dt-section-wrap-col-sm-12 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .elementor-section.dt-section-wrap-col-sm-11 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 91.66666667%;
        max-width: 91.66666667%;
    }

    .elementor-section.dt-section-wrap-col-sm-10 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 83.33333333%;
        max-width: 83.33333333%;
    }

    .elementor-section.dt-section-wrap-col-sm-9 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 75%;
        max-width: 75%;
    }

    .elementor-section.dt-section-wrap-col-sm-8 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 66.66666667%;
        max-width: 66.66666667%;
    }

    .elementor-section.dt-section-wrap-col-sm-7 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 58.33333333%;
        max-width: 58.33333333%;
    }

    .elementor-section.dt-section-wrap-col-sm-6 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 50%;
        max-width: 50%;
    }

    .elementor-section.dt-section-wrap-col-sm-5 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 41.66666667%;
        max-width: 41.66666667%;
    }

    .elementor-section.dt-section-wrap-col-sm-4 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 33.33333333%;
        max-width: 33.33333333%;
    }

    .elementor-section.dt-section-wrap-col-sm-3 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 25%;
        max-width: 25%;
    }

    .elementor-section.dt-section-wrap-col-sm-2 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 16.66666667%;
        max-width: 16.66666667%;
    }

    .elementor-section.dt-section-wrap-col-sm-1 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 8.33333333%;
        max-width: 8.33333333%;
    }

    .dt-hidden-sm {
        display: none !important;
    }

    .wpb_column.dt-sc-one-fifth:not([class*="rs_col-sm"]) {
        width: 20%;
    }

    .wpb_column.dt-sc-two-fifth:not([class*="rs_col-sm"]) {
        width: 40%;
    }

    .wpb_column.dt-sc-three-fifth:not([class*="rs_col-sm"]) {
        width: 60%;
    }

    .wpb_column.dt-sc-four-fifth:not([class*="rs_col-sm"]) {
        width: 80%;
    }

    .rs_col-sm-6.wpb_column[class*="vc_col-md-offset"],
    .rs_col-sm-8.wpb_column[class*="vc_col-md-offset"],
    .rs_col-sm-10.wpb_column[class*="vc_col-md-offset"],
    .rs_col-sm-12.wpb_column,
    .wpb_column[class*="vc_col-md-offset"] {
        margin-bottom: 20px;
    }

        .rs_col-sm-nospace-bottom.wpb_column,
        .rs_col-sm-12 ~ .rs_col-sm-12,
        .rs_col-sm-12.wpb_column:last-child,
        .rs_col-sm-8.wpb_column:last-child,
        .vc_row-no-padding > .rs_col-sm-12.wpb_column,
        .vc_row-no-padding .rs_col-sm-12.wpb_column,
        .vc_row.vc_row-o-equal-height:not(.vc_row-no-padding) > .rs_col-sm-12.wpb_column ~ .rs_col-sm-12.dt-sc-skin-highlight,
        .vc_row.vc_row-o-equal-height:not(.vc_row-no-padding) > .rs_col-sm-12.wpb_column ~ .rs_col-sm-12.vc_col-has-fill {
            margin-bottom: 0;
        }

    .rs_margin-sm-none.vc_row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .rs_margin-sm-default.vc_row {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .rs_aligncenter_sm h1,
    .rs_aligncenter_sm h2,
    .rs_aligncenter_sm h3,
    .rs_aligncenter_sm h4,
    .rs_aligncenter_sm h5,
    .rs_aligncenter_sm h6,
    .rs_aligncenter_sm p,
    .rs_aligncenter_sm div[class*="vc_custom"],
    .rs_aligncenter_sm div,
    .rs_aligncenter_sm {
        text-align: center !important;
    }

        .rs_aligncenter_sm .alignleft,
        .rs_aligncenter_sm .alignright {
            text-align: center;
        }

    .rs_margin_top_sm-50.vc_row,
    .rs_margin_top_sm-50.wpb_column .vc_column-inner {
        margin-top: 50px !important;
    }

    .rs_margin_top_sm-150.vc_row,
    .rs_margin_top_sm-150.wpb_column .vc_column-inner {
        margin-top: 150px !important;
    }

    .rs_margin_top_sm_alt-75.vc_row,
    .rs_margin_top_sm_alt-75.wpb_column .vc_column-inner {
        margin-top: -75px !important;
    }
}

@media only screen and (max-width: 767px) {
    #primary {
        width: 100%;
    }

        #primary.with-both-sidebar {
            width: 100%;
            margin: 0;
        }

        #primary.with-left-sidebar {
            margin-left: 0;
        }

        #primary.with-right-sidebar {
            margin-right: 0;
        }

    #secondary,
    #secondary-right,
    #secondary-left {
        width: 100%;
    }

    .column {
        margin-left: 0;
    }

    .column,
    .wpb_column {
        margin-bottom: 20px;
    }

        .wpb_column .wpb_column {
            padding: 0;
        }

        .column,
        .column.no-space,
        .dt-sc-one-half,
        .dt-sc-three-sixth,
        .column.no-space.dt-sc-one-half,
        .column.no-space.dt-sc-three-sixth,
        .dt-sc-one-third,
        .dt-sc-two-sixth,
        .column.no-space.dt-sc-one-third,
        .column.no-space.dt-sc-two-sixth,
        .dt-sc-two-third,
        .dt-sc-four-sixth,
        .column.no-space.dt-sc-two-third,
        .column.no-space.dt-sc-four-sixth,
        .dt-sc-one-fourth,
        .column.no-space.dt-sc-one-fourth,
        .dt-sc-three-fourth,
        .column.no-space.dt-sc-three-fourth,
        .dt-sc-one-fifth,
        .column.no-space.dt-sc-one-fifth,
        .dt-sc-two-fifth,
        .column.no-space.dt-sc-two-fifth,
        .dt-sc-three-fifth,
        .column.no-space.dt-sc-three-fifth,
        .dt-sc-four-fifth,
        .column.no-space.dt-sc-four-fifth,
        .dt-sc-one-sixth,
        .column.no-space.dt-sc-one-sixth,
        .dt-sc-five-sixth,
        .column.no-space.dt-sc-five-sixth .dt-col,
        div[class*="dt-col"],
        section[class*="dt-col"],
        li[class*="dt-col"] {
            width: 100%;
        }

            .wpb_column:not([class*="vc_col-xs"]),
            .dt-sc-one-fifth.wpb_column:not([class*="vc_col-xs"]),
            .dt-sc-two-fifth.wpb_column:not([class*="vc_col-xs"]),
            .dt-sc-three-fifth.wpb_column:not([class*="vc_col-xs"]),
            .dt-sc-four-fifth.wpb_column:not([class*="vc_col-xs"]) {
                float: left;
                width: 100%;
            }

        .wpb_column[class*="vc_col-xs-offset"] {
            margin-left: 0;
        }

    .dt-hidden-sm {
        display: none !important;
    }

    .rs_col-xs-nospace-bottom.wpb_column {
        margin-bottom: 0;
    }

    .rs_margin-xs-none.vc_row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .rs_margin-xs-default.vc_row {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .rs_aligncenter_xs h1,
    .rs_aligncenter_xs h2,
    .rs_aligncenter_xs h3,
    .rs_aligncenter_xs h4,
    .rs_aligncenter_xs h5,
    .rs_aligncenter_xs h6,
    .rs_aligncenter_xs p,
    .rs_aligncenter_xs div[class*="vc_custom"],
    .rs_aligncenter_xs div,
    .rs_aligncenter_xs {
        text-align: center !important;
    }

        .rs_aligncenter_xs .alignleft,
        .rs_aligncenter_xs .alignright {
            text-align: center;
        }

    #secondary-left.secondary-sidebar,
    #secondary-right.secondary-sidebar,
    .side-navigation.type5 {
        display: table-cell;
        float: none;
    }

        #primary.with-left-sidebar,
        #primary.with-right-sidebar,
        #primary.with-both-sidebar,
        .side-navigation.type5 + .side-navigation-content {
            display: table-caption;
            float: none;
            margin-bottom: 50px;
        }

    .layout-boxed .vc_row.vc_row-no-padding {
        margin: 0;
    }

    .elementor-section.dt-section-wrap-col-lg-12 > .elementor-container > .elementor-row > .elementor-column,
    .elementor-section.dt-section-wrap-col-lg-11 > .elementor-container > .elementor-row > .elementor-column,
    .elementor-section.dt-section-wrap-col-lg-10 > .elementor-container > .elementor-row > .elementor-column,
    .elementor-section.dt-section-wrap-col-lg-9 > .elementor-container > .elementor-row > .elementor-column,
    .elementor-section.dt-section-wrap-col-lg-8 > .elementor-container > .elementor-row > .elementor-column,
    .elementor-section.dt-section-wrap-col-lg-7 > .elementor-container > .elementor-row > .elementor-column,
    .elementor-section.dt-section-wrap-col-lg-6 > .elementor-container > .elementor-row > .elementor-column,
    .elementor-section.dt-section-wrap-col-lg-5 > .elementor-container > .elementor-row > .elementor-column,
    .elementor-section.dt-section-wrap-col-lg-4 > .elementor-container > .elementor-row > .elementor-column,
    .elementor-section.dt-section-wrap-col-lg-3 > .elementor-container > .elementor-row > .elementor-column,
    .elementor-section.dt-section-wrap-col-lg-2 > .elementor-container > .elementor-row > .elementor-column,
    .elementor-section.dt-section-wrap-col-lg-1 > .elementor-container > .elementor-row > .elementor-column {
        flex: 1 1 auto;
        max-width: 100%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container,
    .type5.tribe_events .container .container {
        width: 420px;
    }

    .layout-boxed .wrapper {
        width: 460px;
    }

    .elementor-section.elementor-section-boxed > .elementor-container,
    #header .elementor-section.elementor-section-boxed > .elementor-container,
    #header .dt-header-tpl .sticky-wrapper .apply-sticky-header,
    .jet-dropbar__content-wrapper {
        max-width: 420px;
    }

    #primary.with-left-sidebar,
    #primary.with-right-sidebar,
    #primary.with-both-sidebar {
        width: 420px;
    }
}

@media only screen and (max-width: 479px) {
    .wpb_column[class*="vc_col-xs"],
    .dt-sc-one-fifth.wpb_column[class*="vc_col-xs"],
    .dt-sc-two-fifth.wpb_column[class*="vc_col-xs"],
    .dt-sc-three-fifth.wpb_column[class*="vc_col-xs"],
    .dt-sc-four-fifth.wpb_column[class*="vc_col-xs"] {
        width: 100%;
    }

    .dt-carousel-item-sm-1 .swiper-slide {
        width: 100% !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .container {
        width: 290px;
    }

        .container.fill-container,
        .page-template-tpl-fullwidth .section-wrapper.fullwidth-section .container.fill-stretch-row {
            width: 320px;
        }

    .layout-boxed .wrapper {
        width: 100%;
    }

    #primary.with-left-sidebar,
    #primary.with-right-sidebar,
    #primary.with-both-sidebar {
        width: 290px;
    }

    .elementor-section.elementor-section-boxed > .elementor-container,
    #header .elementor-section.elementor-section-boxed > .elementor-container,
    #header .dt-header-tpl .sticky-wrapper .apply-sticky-header,
    .jet-dropbar__content-wrapper {
        max-width: 290px;
    }

    .layout-boxed .vc_row.vc_row-no-padding {
        width: 100% !important;
        left: 0px !important;
    }
}

@media only screen and (max-width: 319px) {
    .container,
    .type5.tribe_events .container .container {
        width: 200px;
    }

    .layout-boxed .wrapper {
        width: 100%;
    }

    .elementor-section.elementor-section-boxed > .elementor-container,
    #header .dt-header-tpl .sticky-wrapper .apply-sticky-header {
        max-width: 200px;
    }

    #primary.with-left-sidebar,
    #primary.with-right-sidebar,
    #primary.with-both-sidebar {
        width: 200px;
    }
}
/*! /wp-content/cache/asset-cleanup/css/item/invico-widget-v1.0-4670eb039a6c17db727116dc5b2b99dd3b699b1f.css */
/*! /wp-content/themes/invico/css/widget.css */
.widget .recent-portfolio-widget ul li a:before,
.widget .recent-portfolio-widget ul li a:after,
.widget ul li:before,
.widget.widget_categories ul li > a:hover span,
.widget.widget_archive ul li > a:hover span,
.flickr-widget div a img,
.widget.widget_categories ul li > a span,
.widget.widget_archive ul li > a span,
.widget ul li:hover:before {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.widgettitle {
    position: relative;
    clear: both;
    font-size: 20px;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 25px;
}

    .widgettitle:before {
        content: "";
        position: absolute;
        left: 0;
        height: 3px;
        width: 35px;
        bottom: 0;
    }

.widget ul {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    clear: both;
}

    .widget ul li {
        border-bottom: 1px solid;
        clear: both;
        display: block;
        margin: 0;
        padding: 10px 0 10px 0;
        position: relative;
        width: 100%;
    }

        .widget ul li:last-child {
            border-bottom-width: 0;
        }

        .widget ul li:only-child,
        .widget.widget_nav_menu ul.menu ul li:last-child,
        .widget.widget_archive ul ul li:last-child,
        .widget.widget_categories ul ul li:last-child,
        .widget.widget_pages ul ul li:last-child,
        .widget.widget_meta ul ul li:last-child {
            border-bottom-width: 1px;
        }

        .widget ul li > a,
        .widget.widget_nav_menu ul.menu li > a {
            display: inline-block;
            line-height: 24px;
            width: 100%;
        }

        .widget ul li:last-child > a {
            padding-bottom: 0;
        }

        .widget ul li:first-child,
        .widget.widget_nav_menu ul.menu li:first-child {
            padding-top: 0;
        }

.woocommerce .widget ul.product-categories li:first-child:before,
.woocommerce.widget ul.product-categories li:first-child:before,
.widget.widget_layered_nav ul li:first-child:before {
    top: 7px;
}

.widget.widget_pages ul li ul.children,
.widget.widget_nav_menu ul li ul.sub-menu {
    padding-left: 5%;
    width: 100%;
}

.widget.widget_archive ul li ul,
.widget.widget_categories ul li ul,
.widget.widget_pages ul li ul,
.widget.widget_nav_menu ul.menu li ul {
    padding-left: 5%;
    padding-top: 10px;
}

.widget.widget_nav_menu ul.menu li a {
    text-transform: lowercase;
    padding: 0;
    font-weight: 400;
    background: none;
    border: none;
}

    .widget.widget_nav_menu ul.menu li a:first-letter {
        text-transform: uppercase;
    }

.widget.widget_nav_menu ul li {
    border: none;
    padding: 0;
}

    .widget.widget_nav_menu ul li a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        padding: 10px 0;
    }

        .widget.widget_nav_menu ul li a:empty {
            display: none;
        }

.widget.widget_nav_menu ul.dt-primary-nav > li:last-child a {
    border-bottom: none;
}

.widget.widget_archive ul li,
.widget.widget_categories ul li,
.widget.widget_pages ul li,
.widget.widget_meta ul li,
.widget.widget_nav_menu ul.menu li,
.widget.widget_text ul li {
    padding: 0;
}

    .widget.widget_archive ul li > a,
    .widget.widget_categories ul li > a,
    .widget.widget_pages ul li > a,
    .widget.widget_meta ul li > a,
    .widget.widget_nav_menu ul.menu li > a,
    .widget.widget_text ul li > a {
        padding: 10px 0 10px 0;
    }

    .widget.widget_archive ul li:first-child > a,
    .widget.widget_categories ul li:first-child > a,
    .widget.widget_pages ul li:first-child > a,
    .widget.widget_meta ul li:first-child > a,
    .widget.widget_nav_menu ul.dt-primary-nav > li:first-child > a,
    .widget.widget_nav_menu ul.dt-primary-nav > li.close-nav + li > a,
    .widget.widget_text ul li:first-child > a {
        padding-top: 0;
    }

.widget .recent-portfolio-widget ul li:before,
.widget .recent-posts-widget li:before,
.widget .recent-posts-widget li:hover:before {
    content: "";
}

.widget.widget_categories ul li > a {
    position: relative;
    text-transform: capitalize;
}

    .widget.widget_categories ul li > a span,
    .widget.widget_archive ul li > a span {
        float: right;
        padding: 0;
    }

.widget.widget_categories ul li > a {
    position: relative;
    text-transform: capitalize;
    width: 100%;
    padding-right: 35px;
}

.widget.widget_categories ul li:first-child > a ~ span {
    top: 0;
}

.widget.widget_categories ul li > a ~ span {
    position: absolute;
    right: 0;
    top: 8px;
}

.widget.widget_categories ul li > a span,
.widget.widget_archive ul li > a span {
    position: absolute;
    right: 0;
    padding: 0 10px;
}

.widget.widget_categories ul ul.children {
    padding-left: 1.5em;
}

    .widget.widget_categories ul ul.children li:not(:first-child):before {
        margin-top: 4px;
    }

.widget_categories label,
.widget_archive label {
    margin: 0 0 10px;
    display: inline-block;
    font-size: 14px;
}

.widget .recent-portfolio-widget ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

    .widget .recent-portfolio-widget ul li {
        float: left;
        display: inline;
        margin: 0 2% 5px 0;
        padding: 0;
        width: 32%;
        overflow: hidden;
        clear: none;
        border: none;
    }

        .widget .recent-portfolio-widget ul li img {
            display: block;
            line-height: 0;
            width: 100%;
        }

        .widget .recent-portfolio-widget ul li:nth-child(3n) {
            margin-right: 0;
        }

        .widget .recent-portfolio-widget ul li a {
            float: left;
            width: 100%;
            position: relative;
            padding: 0;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .widget .recent-portfolio-widget ul li a:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                opacity: 0;
            }

            .widget .recent-portfolio-widget ul li a:hover:before {
                opacity: 1;
            }

            .widget .recent-portfolio-widget ul li a:after {
                content: "\e67b";
                position: absolute;
                left: 0;
                right: 0;
                bottom: auto;
                margin: 0 auto;
                font-family: "Stroke-Gap-Icons";
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                top: 50%;
                transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                opacity: 0;
                visibility: hidden;
                text-align: center;
                color: #fff;
            }

            .widget .recent-portfolio-widget ul li a:hover:after {
                opacity: 1;
                visibility: visible;
                font-size: 20px;
            }

.widget .recent-posts-widget {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .widget .recent-posts-widget ul {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .widget .recent-posts-widget li {
        display: block;
        clear: both;
        float: left;
        margin: 0 0 10px;
        padding-left: 0;
    }

        .widget .recent-posts-widget li:last-child {
            margin-bottom: 0;
        }

        .widget .recent-posts-widget li .thumb {
            float: left;
            margin: 0 15px 10px 0;
            padding: 0;
            width: 60px;
        }

            .widget .recent-posts-widget li .thumb img {
                max-width: 100%;
            }

        .widget .recent-posts-widget li .entry-title h4 {
            font-size: 13px;
            line-height: 20px;
            letter-spacing: 0.25px;
            margin-top: -5px;
            margin-bottom: 7px;
        }

        .widget .recent-posts-widget li .entry-meta {
            font-size: 14px;
        }

            .widget .recent-posts-widget li .entry-meta p {
                float: left;
                margin-right: 15px;
            }

                .widget .recent-posts-widget li .entry-meta p span {
                    margin-right: 5px;
                }

.widget .tweet_list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .widget .tweet_list li {
        float: left;
        display: block;
        margin: 0 0 20px;
        padding: 0 0 20px 40px;
        position: relative;
        border-bottom: 1px solid;
    }

        .widget .tweet_list li:before {
            content: "\f081";
            position: absolute;
            left: 0;
            top: 5px;
            font-family: FontAwesome;
            font-size: 24px;
        }

        .widget .tweet_list li:first-child:before {
            top: 5px;
        }

        .widget .tweet_list li:hover:before {
            content: "\f081";
        }

        .widget .tweet_list li:last-child {
            border: none;
            padding-bottom: 0;
            margin-bottom: 0;
        }

        .widget .tweet_list li .tweet-time {
            clear: both;
            display: block;
            font-size: 14px;
        }

.widget_text ul.no-border li {
    border: none;
}

.widget_text ul.no-bullet li a {
    padding-left: 0;
}

.widget_text ul.no-bullet li:before,
.widget_text ul.no-bullet li:hover:before {
    content: "";
}

.widget_text ul.split-list {
    width: 48%;
    margin-right: 2%;
    float: left;
    clear: none;
}

    .widget_text ul.split-list li {
        position: relative;
        width: 100%;
        border: none;
    }

        .widget_text ul.split-list li:before {
            content: "\f105";
        }

.widget_text form .selection-box + br:last-child {
    display: none;
}

.widget .screen-reader-text {
    display: none;
}

.flickr-widget div {
    float: left;
    margin: 0;
    padding: 0;
}

    .flickr-widget div a {
        line-height: 0;
        display: block;
        margin: 0 8px 8px 0;
        max-width: 60px;
    }

.flickr_badge_image img {
    height: auto !important;
}

.flickr-widget div a:hover img {
    opacity: 0.5;
}

.widget_tag_cloud .tagcloud {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
}

.tagcloud a {
    float: left;
    font-size: 14px !important;
    line-height: normal;
    margin: 0 10px 10px 0;
    padding: 7px 15px 6px;
    text-transform: capitalize;
    border-radius: 1.5em;
}

.dt-sc-dark-bg .tagcloud a {
    border-bottom: 1px solid;
}

.widget .dt-sc-newsletter-section {
    padding: 0;
}

    .widget .dt-sc-newsletter-section .dt-sc-subscribe-frm {
        float: left;
        clear: both;
        width: 100%;
        position: relative;
    }

        .widget .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type="text"],
        .widget .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type="email"] {
            margin: 0;
            width: 100%;
        }

        .widget .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type="submit"] {
            position: absolute;
            right: 0;
            height: 100%;
        }

.widget #searchform {
    border-width: 0;
    position: relative;
}

    .widget #searchform .dt-search-icon {
        display: none;
    }

    .widget #searchform input[type="text"] {
        border-width: 1px;
        height: 49px;
    }

    .widget #searchform input[type="submit"] {
        height: 49px;
        margin: 0;
        padding: 16px 20px;
        position: absolute;
        right: 0;
        top: 0;
        border-radius: 0;
    }

.widget #wp-calendar caption {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 10px;
}

.widget #wp-calendar th,
.widget #wp-calendar td {
    padding: 0.25em;
}

.widget .dt-sc-single-line-separator {
    margin: 13px 0;
}

.widget ul.dt-sc-sociable li:before,
.widget ul.dt-sc-sociable li:hover:before {
    content: "";
}

.widget ul.dt-sc-sociable li a {
    padding: 0;
}

.widget ul.dt-sc-sociable > li {
    width: auto;
    border-bottom: 0;
}

.widget .dt-sc-sociable li a {
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
}

.widget .dt-sc-sociable.hexagon-with-border li,
.widget .dt-sc-sociable.hexagon-border li {
    width: 40px;
    height: 25px;
}

    .widget .dt-sc-sociable.hexagon-with-border li a,
    .widget .dt-sc-sociable.hexagon-border li a {
        width: 42px;
        line-height: 52px;
        height: 52px;
    }

.widget .dt-sc-sociable.diamond-square-border li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 30px;
    height: 30px;
}

    .widget .dt-sc-sociable.diamond-square-border li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

.widget .diamond-narrow-square-border li a {
    height: 60px;
    line-height: 60px;
    width: 60px;
}

.widget .dt-sc-sociable li:first-child:before {
    top: 10px;
}

.widget_text ul.custom-social li a {
    padding: 0 0 25px;
}

.widget_text ul.custom-social li:last-child a {
    padding: 0;
}

.widget_text ul.dt-sc-sociable {
    text-align: center;
}

    .widget_text ul.dt-sc-sociable li {
        float: none;
        display: inline-block;
        text-align: center;
        clear: none;
        margin: 0 10px;
    }

        .widget_text ul.dt-sc-sociable li a {
            float: none;
            display: inline-block;
            padding-bottom: 0;
        }

    .widget_text ul.dt-sc-sociable.alignleft li {
        float: left;
        margin: 0 10px 0 0;
    }

        .widget_text ul.dt-sc-sociable.alignleft li:last-child {
            margin-right: 0;
        }

        .widget_text ul.dt-sc-sociable.alignleft li a {
            text-align: left;
        }

.widget_rss h3.widgettitle > a.rsswidget > img {
    margin-right: 5px;
}

.widget ul li.close-nav,
.widget ul li.go-back,
.widget ul li.see-all {
    display: none;
}

.secondary-sidebar img {
    max-width: 100%;
    height: auto;
}

.secondary-sidebar .widget {
    clear: both;
}

    .secondary-sidebar .widget:last-child {
        margin-bottom: 100px;
    }

.page-template-default:not(.single) .secondary-sidebar .widget:last-child {
    margin-bottom: 0;
}

.secondary-sidebar .widget ul li > a,
.secondary-sidebar .tagcloud a {
    color: #000;
}

    .secondary-sidebar .tagcloud a:hover {
        color: #fff;
    }

.secondary-sidebar .flickr-widget div a {
    max-width: 75px;
}

.secondary-sidebar .widget .tweet_list li {
    border-color: rgba(0, 0, 0, 0.15);
}

.secondary-sidebar #searchform input[type="text"] {
    width: 100%;
}

.secondary-sidebar #searchform {
    max-width: 100%;
    width: 100%;
}

.secondary-sidebar > div[class^="type"] {
    overflow: hidden;
}

.secondary-sidebar aside.widget {
    position: relative;
}

.secondary-sidebar .flickr-widget div {
    height: auto;
    width: 33.3333%;
}

    .secondary-sidebar .flickr-widget div a {
        margin: 0;
        padding: 0 4px 10px;
        max-width: 100%;
    }

.secondary-sidebar .type1 .widgettitle,
.secondary-sidebar .type2 .widgettitle,
.secondary-sidebar .type3 .widgettitle,
.secondary-sidebar .type4 .widgettitle,
.secondary-sidebar .type5 .widgettitle,
.secondary-sidebar .type6 .widgettitle,
.secondary-sidebar .type7 .widgettitle,
.secondary-sidebar .type9 .widgettitle,
.secondary-sidebar .type11 .widgettitle,
.secondary-sidebar .type12 .widgettitle,
.secondary-sidebar .type13 .widgettitle {
    margin-top: 0;
}

.secondary-sidebar .widgettitle:empty {
    display: none;
}

.secondary-sidebar .type1 .widgettitle,
.secondary-sidebar .type3 .widgettitle,
.secondary-sidebar .type4 .widgettitle,
.secondary-sidebar .type11 .widgettitle {
    float: none;
    display: inline-block;
}

.secondary-sidebar .widgettitle:before,
.secondary-sidebar .widgettitle:after,
.secondary-sidebar .type5 .widget .recent-portfolio-widget ul li:before,
.secondary-sidebar .type5 .widget .recent-posts-widget li:before,
.secondary-sidebar .type5 .widget .recent-posts-widget li:hover:before {
    content: "";
}

.secondary-sidebar .type15 .widget.widget_recent_reviews ul li:before,
.secondary-sidebar .type15 .widget.widget_recent_reviews ul li:hover:before,
.secondary-sidebar .type15 .widget.widget_top_rated_products ul li:before,
.secondary-sidebar .type15 .widget.widget_top_rated_products ul li:hover:before,
.secondary-sidebar .type15 .widget.widget_recently_viewed_products ul li:before,
.secondary-sidebar .type15 .widget.widget_recently_viewed_products ul li:hover:before,
.secondary-sidebar .type16 .widget .special-links li:before,
.secondary-sidebar .type16 .widgettitle:before,
.secondary-sidebar .type15 .widgettitle:before {
    content: none;
}

.secondary-sidebar .type2 .widgettitle > a,
.secondary-sidebar .type17 .widget-title-wrapper .widget-title-content h2,
.secondary-sidebar .type17 .widget-title-content h3.widgettitle,
.secondary-sidebar .type17 .widget-title-content h3.widgettitle > a,
.secondary-sidebar .type10 .widgettitle > a,
.secondary-sidebar .type18 .widgettitle > a,
.secondary-sidebar .type14 .widgettitle > a,
.secondary-sidebar .type15 .widgettitle > a {
    color: #fff;
}

.secondary-sidebar .type1 .widget.buddypress .bp-login-widget-user-avatar,
.secondary-sidebar .type3 .widget.buddypress .bp-login-widget-user-avatar,
.secondary-sidebar .type4 .widget.buddypress .bp-login-widget-user-avatar {
    float: none;
    position: absolute;
    left: 0;
    top: 63px;
}

.secondary-sidebar .type1 .widgettitle:before,
.secondary-sidebar .type1 .widgettitle:after {
    position: absolute;
    top: inherit;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #000;
    width: 100%;
}

.secondary-sidebar .type1 .widgettitle:after {
    bottom: -3px;
    height: 1px;
}

.secondary-sidebar .type2 .widgettitle {
    margin-bottom: 40px;
    background: #000;
    padding: 12px 15px;
    color: #fff;
}

    .secondary-sidebar .type2 .widgettitle:before {
        top: inherit;
        bottom: -13px;
        left: 0;
        width: 0;
        height: 0;
        border-top: 13px solid #000;
        border-right: 13px solid transparent;
        background: none;
    }

.secondary-sidebar .type3 .widgettitle {
    border-top: 3px solid;
    padding: 13px 0 0;
    margin-bottom: 35px;
}

    .secondary-sidebar .type3 .widgettitle:before {
        background: none;
    }

.secondary-sidebar .type4 .widgettitle {
    border-left: 5px solid #f1b956;
    padding: 0 15px;
}

    .secondary-sidebar .type4 .widgettitle:before {
        top: 0;
        height: 100%;
        width: 9999px;
        left: 100%;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkQyMjAzMDBERUZDMjExRTQ5MzhFQTVEMzBBMjg1QUM3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkQyMjAzMDBFRUZDMjExRTQ5MzhFQTVEMzBBMjg1QUM3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RDIyMDMwMEJFRkMyMTFFNDkzOEVBNUQzMEEyODVBQzciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RDIyMDMwMENFRkMyMTFFNDkzOEVBNUQzMEEyODVBQzciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7jmPE5AAAAHUlEQVR42mJgYGCQYsAExIqRrVFqJGociQEGEGAAn0kDDQ+4TqAAAAAASUVORK5CYII=) repeat;
    }

.secondary-sidebar .type5 .widgettitle {
    border-bottom: 2px solid;
    padding: 0 0 10px;
}

    .secondary-sidebar .type5 .widgettitle:before {
        background: none;
    }

.secondary-sidebar .type5 .widget .tweet_list li:before {
    content: "\f081";
    top: 0;
}

.secondary-sidebar .type5 .widget.woocommerce ul li:first-child::before {
    top: 0;
}

.secondary-sidebar .type5 .widget.woocommerce ul.product-categories li:first-child:before {
    top: 9px;
}

.secondary-sidebar .type5 .widget.widget_categories ul li > a span,
.secondary-sidebar .type5 .widget.widget_archive ul li > a span {
    font-size: 14px;
    text-align: center;
}

.secondary-sidebar .type5 .tagcloud a {
    border-radius: 0 10px;
    font-size: 14px !important;
}

.secondary-sidebar .type5 .widget .recent-posts-widget li .entry-title h4 {
    font-size: 16px;
}

.secondary-sidebar .type6 .widgettitle {
    border-left: 3px solid;
    padding: 0 0 0 15px;
    margin-bottom: 40px;
    width: 100%;
}

    .secondary-sidebar .type6 .widgettitle:before {
        height: 1px;
        background: rgba(0, 0, 0, 0.25);
        top: inherit;
        bottom: -10px;
        width: 100%;
    }

    .secondary-sidebar .type6 .widgettitle:after {
        position: absolute;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAICAYAAAAiJnXPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkYzNjRFNTYwQTlGQzExRTVCMkZGRDAyMTdEQzM3NTIwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkYzNjRFNTYxQTlGQzExRTVCMkZGRDAyMTdEQzM3NTIwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjM2NEU1NUVBOUZDMTFFNUIyRkZEMDIxN0RDMzc1MjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjM2NEU1NUZBOUZDMTFFNUIyRkZEMDIxN0RDMzc1MjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4tR+YZAAAAsUlEQVR42mK4devWf1LAgwcP/jMBNV29ffs2AzHg5cuXDFevXn3NBGQ7EqPx8+fPDBcuXPgGtMyXydvb+zUhjT9+/GA4derU/z9//kQD1Z8E2cSAT+Pfv38ZTp8+DdJYBVS3ASwItA6Ot2zZIgrEV2CB8+/fv/9ADf+BYtOQ1TGCCGSwdetWUSC1X01NTfvnz58MDx8+3AfkuwNt+QNTg6EJWSMQ/wNiW6CGj8jyAAEGAORBtQqmJlv/AAAAAElFTkSuQmCC) no-repeat;
        width: 13px;
        height: 8px;
        left: 30px;
        bottom: -17px;
    }

.secondary-sidebar div.type7 {
    overflow: visible;
}

.secondary-sidebar .type7 .widget,
.wpb_widgetised_column.type7 .widget {
    background-color: #fff;
    border: 1px solid rgb(238, 238, 238);
    padding: 35px 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: -2.27px 4.455px 13.02px 7.98px rgba(0, 0, 0, 0.07);
    box-shadow: -2.27px 4.455px 13.02px 7.98px rgba(0, 0, 0, 0.07);
}

.secondary-sidebar .type7 .widgettitle,
.wpb_widgetised_column.type7 .widgettitle,
.secondary-sidebar .type7 .widgettitle > a,
.wpb_widgetised_column.type7 .widgettitle > a {
    font-size: 22px;
    line-height: 32px;
    margin-top: -8px;
    margin-bottom: 18px;
    padding: 0;
}

    .secondary-sidebar .type7 .widgettitle > a:not(:hover),
    .wpb_widgetised_column.type7 .widgettitle > a:not(:hover) {
        color: inherit;
    }

    .secondary-sidebar .type7 .widgettitle:before,
    .secondary-sidebar .type7 .widgettitle:after {
        content: none;
    }

.secondary-sidebar .type7 .widget.widget_archive,
.secondary-sidebar .type7 .widget.widget_categories,
.secondary-sidebar .type7 .widget.widget_meta,
.secondary-sidebar .type7 .widget.widget_recent_comments {
    padding-bottom: 30px;
}

.secondary-sidebar .type7 .widget.widget_pages,
.secondary-sidebar .type7 .widget.widget_nav_menu,
.secondary-sidebar .type7 .widget.widget_rss {
    padding-bottom: 30px;
}

.secondary-sidebar .type7 .widget.widget_tag_cloud {
    padding-bottom: 25px;
}

.secondary-sidebar .type7 .widget.widget_archive > ul > li:last-child > a,
.secondary-sidebar .type7 .widget.widget_categories > ul > li:last-child > a,
.secondary-sidebar .type7 .widget.widget_pages > ul > li:last-child > a,
.secondary-sidebar .type7 .widget.widget_meta > ul > li:last-child > a,
.secondary-sidebar .type7 .widget.widget_nav_menu ul.dt-primary-nav > li:last-child > a,
.secondary-sidebar .type7 .widget.widget_text > ul > li:last-child > a,
.secondary-sidebar .type7 .widget.widget_rss ul li:last-child,
.secondary-sidebar .type7 .widget.widget_recent_comments > ul > li:last-child {
    padding-bottom: 0;
}

.secondary-sidebar .type7 .widget.widget_archive > ul > li:only-child > a,
.secondary-sidebar .type7 .widget.widget_categories > ul > li:only-child > a,
.secondary-sidebar .type7 .widget.widget_pages > ul > li:only-child > a,
.secondary-sidebar .type7 .widget.widget_meta > ul > li:only-child > a,
.secondary-sidebar .type7 .widget.widget_nav_menu ul.dt-primary-nav > li:only-child > a,
.secondary-sidebar .type7 .widget.widget_text > ul > li:only-child > a,
.secondary-sidebar .type7 .widget.widget_rss ul li:only-child,
.secondary-sidebar .type7 .widget.widget_recent_comments > ul > li:only-child {
    padding-bottom: 10px;
}

.secondary-sidebar .type7 .widget.widget_archive .screen-reader-text + .selection-box,
.secondary-sidebar .type7 .widget.widget_categories .screen-reader-text + .selection-box {
    margin-bottom: 3px;
}

.secondary-sidebar .type7 .widget.widget_calendar table {
    margin-bottom: 0;
}

.secondary-sidebar .type7 .widget #searchform {
    max-width: 100%;
}

    .secondary-sidebar .type7 .widget #searchform,
    .secondary-sidebar .type7 .widget #searchform input[type="text"] {
        width: 100%;
    }

.secondary-sidebar .type7 .widget_rss h3.widgettitle > a.rsswidget > img {
    margin-top: -2px;
}

.secondary-sidebar .type8 .widget {
    width: 100%;
    padding: 0 20px 15px;
}

    .secondary-sidebar .type8 .widget:before {
        border: 1px solid #000;
        content: "";
        height: 100%;
        position: absolute;
        left: 0;
        top: 6px;
        width: 100%;
        z-index: -1;
    }

.secondary-sidebar .type8 .widgettitle {
    background: #fff;
    padding: 10px 20px;
    margin: -14px auto 20px;
    text-align: center;
    display: table;
    float: none;
}

    .secondary-sidebar .type8 .widgettitle:before {
        content: none;
    }

.secondary-sidebar .type8 .widget #wp-calendar td {
    padding: 9px 8px;
}

.secondary-sidebar .type9 .widgettitle {
    padding: 0 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

    .secondary-sidebar .type9 .widgettitle:before {
        width: 50px;
        height: 3px;
        background: #000;
        top: inherit;
        left: 0;
        bottom: -2px;
    }

.secondary-sidebar .type10 .widget:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #000;
    height: 1px;
    top: 0;
}

.secondary-sidebar .type10 .widget {
    padding-top: 2px;
}

.secondary-sidebar .type10 .widgettitle {
    margin-top: 6px;
    padding: 2px 20px 0 20px;
    min-height: 37px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
}

    .secondary-sidebar .type10 .widgettitle:before {
        background: #000;
        height: 100%;
        width: 100%;
        top: -6px;
        z-index: -1;
    }

    .secondary-sidebar .type10 .widgettitle:after {
        position: absolute;
        right: -4px;
        top: -6px;
        background: #f6f6f6 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAA5CAYAAADUZxCcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhCNEZCMDAwQTA5NjExRTVCMDk5OTRFRjM3RjI2MzZEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhCNEZCMDAxQTA5NjExRTVCMDk5OTRFRjM3RjI2MzZEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEI0RkFGRkVBMDk2MTFFNUIwOTk5NEVGMzdGMjYzNkQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEI0RkFGRkZBMDk2MTFFNUIwOTk5NEVGMzdGMjYzNkQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz50FMjNAAABJ0lEQVR42mJkYGD4z0AdkMsANYwcvBebif+pgFsoMew8Lr9S6qo5lBj2HF8sUOKq7ZQaxkMLl52n1DA5QimXHFc9BGJmSgwzICZPkeqqz0DMT4lhlsTmdlJc9YdQJBAyIIeUcug/NSMBn+Z2UktIYl3lTYlhi8gpu4lxVRolhm0nt1Yh5KpqSgw7SUl9h89Vkykx7B6lNTEuV62j1DBLWrnMklLDSmnlMlDZpUKpYZa0Smeg8l6UUsMMaJU3QQ0VNkoNU6FVeXaVGoYJ0aoOOECpYW9p5TKiKhmqBT45raAuSg07TCuX4S2qiDVgI61cBsJRlBo2jVYuA2F7Sg2rppXLQFiLUsPSaOWyn0AsQalhZrTqo7+CdR0pMUQd2VWMVBzXuAMQYAB+YEYjjNpXHQAAAABJRU5ErkJggg==) center center no-repeat;
        height: 100%;
        width: 19px;
    }

.secondary-sidebar .type11 .widget {
    position: relative;
    background: #e8e8e8;
    padding: 25px 20px;
    border-radius: 5px;
}

.secondary-sidebar .type11 .widgettitle:before {
    position: absolute;
    right: -18px;
    top: 50%;
    margin: auto;
    background: #e8e8e8 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAARCAYAAADHeGwwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjExRDY3RUU3OUZFQzExRTVBMjZERDQzNjc1MTU2NjExIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjExRDY3RUU4OUZFQzExRTVBMjZERDQzNjc1MTU2NjExIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTFENjdFRTU5RkVDMTFFNUEyNkRENDM2NzUxNTY2MTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTFENjdFRTY5RkVDMTFFNUEyNkRENDM2NzUxNTY2MTEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7af/69AAABnUlEQVR42qyVT0SDcRjHt5kRo1NEpxF1GSWWOqVEKVE6FaNTIqKpy1pd2qWdSkSklLp0SIcsIqU0S0SdokuHGBExuvZ9+Ly8pmxv24+P98/e3/P3+3vm30ilfB5Wo9gVU6JQyYaAz9taFgPiiWtNHfSLGdfzay0dNIl97j/FGA6sZIciVo2DBpHFmBntFLcYfRAT4k4s/MdBi7gSUXEg2slgTdyQma17cfKXg3o2HItR129W70fuB8UmTX4j2iJOu8GyC4kh0eUYCVLbEZ7HRQaFRDHyhTQtkJxYF9figgybRVJ0IIQwttJixRz0lmTlrmWYaJxofTwnK+idfRMJ0DD3slK8cF+kvkWaGSGLPuEXrWJYLNGDosvOtpi2DOLUtk3siR0+mBerZBFns/Vojuis2WcElGZPiDJ9i0t74S8zKqzGp1y3RELU4WAWgz6yiv92+MrJ1ErVI55RVZ6MErx35lGsRIGeDloBmX6grDyKyXEujpBppppR8U4JnImaRZ7mfBIhVD3szonW3Z+yK+hxXC8ym+KV/h/8CDAA+FJaaXAGni4AAAAASUVORK5CYII=) no-repeat;
    width: 24px;
    height: 17px;
    left: auto;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.secondary-sidebar .type11 .widgettitle {
    font-size: 22px;
    margin-bottom: 25px;
    padding: 0 15px 5px 0;
    padding-right: 15px;
    position: relative;
}

.secondary-sidebar .type11 .woocommerce ul.cart_list li a,
.secondary-sidebar .type11 .woocommerce ul.product_list_widget li a {
    font-weight: 300;
}

.secondary-sidebar .type11 .widget #wp-calendar td {
    padding: 9px 8px;
}

.secondary-sidebar .type12 .widget {
    position: relative;
    background: rgba(0, 0, 0, 0.05);
    padding: 20px 20px 25px;
}

.secondary-sidebar .type12 .widgettitle {
    padding: 10px 15px;
    margin-bottom: 20px;
}

    .secondary-sidebar .type12 .widgettitle:before {
        background: none;
    }

.secondary-sidebar .type12 .widget #wp-calendar td {
    padding: 9px 7px;
}

.secondary-sidebar .type13 .widgettitle {
    padding: 14px 0 12px;
}

    .secondary-sidebar .type13 .widgettitle:before {
        height: 100%;
        width: 60px;
        border-top: 1px solid #60ae0d;
        border-bottom: 1px solid #60ae0d;
        top: 0;
        z-index: -1;
        background: none;
    }

.secondary-sidebar .type14 .widgettitle {
    background: #191919;
    padding: 10px 0 10px 20px;
    border-bottom: 3px solid;
    color: #fff;
}

    .secondary-sidebar .type14 .widgettitle:before {
        background: none;
        border-bottom: 1px solid #fff;
        bottom: 0;
        width: 100%;
        top: inherit;
    }

.secondary-sidebar .type15 .widgettitle {
    background: #000;
    box-sizing: border-box;
    color: #fff;
    padding: 13px 20px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.secondary-sidebar .type15 .widget.woocommerce ul li:before,
.secondary-sidebar .type15 .widget.woocommerce ul li:hover:before {
    content: "\f105";
    font-size: 15px;
}

.secondary-sidebar .type15 .widget.widget_recent_reviews ul li,
.secondary-sidebar .type15 .widget.widget_top_rated_products ul li,
.secondary-sidebar .type15 .widget.widget_recently_viewed_products ul li {
    background: #f8f1e4;
    padding: 15px;
    border-bottom: 2px solid #ebeef0;
}

.secondary-sidebar .type15 .woocommerce ul.cart_list li img,
.secondary-sidebar .type15 .woocommerce ul.product_list_widget li img {
    width: 50px;
    padding: 0;
}

.secondary-sidebar .type15 .widget.widget_recently_viewed_products ul li a img {
    height: 50px;
    margin-top: 0;
}

.secondary-sidebar .type16 .widgettitle {
    background: #f5f5f5;
    border-left: 3px solid;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
    padding: 15px;
}

.secondary-sidebar .type16 .widget .special-links {
    font-size: 15px;
}

    .secondary-sidebar .type16 .widget .special-links li a {
        padding-left: 0;
    }

.secondary-sidebar .type17 .widget-title-wrapper {
    overflow: hidden;
    float: left;
    width: 100%;
}

    .secondary-sidebar .type17 .widget-title-wrapper .widget-title-content {
        margin-bottom: 30px;
        position: relative;
        clear: both;
        float: left;
    }

        .secondary-sidebar .type17 .widget-title-wrapper .widget-title-content:before {
            content: "";
            position: absolute;
            right: -16px;
            top: 0;
            width: 100%;
            height: 100%;
            -webkit-transform: skewX(30deg);
            transform: skewX(30deg);
            -ms-transform: skewX(30deg);
        }

        .secondary-sidebar .type17 .widget-title-wrapper .widget-title-content:after {
            content: "";
            height: 100%;
            top: 0;
            left: 114%;
            left: -webkit-calc(100% - -26px);
            left: -moz-calc(100% - -26px);
            left: calc(100% - -26px);
            position: absolute;
            -ms-transform: skewX(30deg);
            -webkit-transform: skewX(30deg);
            transform: skewX(30deg);
            width: 9000px;
            background: #f3f3f3;
        }

        .secondary-sidebar .type17 .widget-title-wrapper .widget-title-content h2,
        .secondary-sidebar .type17 .widget-title-wrapper .widget-title-content h3.widgettitle {
            padding: 17px 10px 15px 20px;
            position: relative;
            z-index: 1;
            margin: 0;
            left: 0;
            font-size: 16px;
            text-transform: uppercase;
        }

.secondary-sidebar .type18 .widget-stripe-title {
    overflow: hidden;
    float: left;
    width: 100%;
}

    .secondary-sidebar .type18 .widget-stripe-title .widget-stripe-title-content {
        margin-bottom: 30px;
        position: relative;
        clear: both;
        float: left;
    }

        .secondary-sidebar .type18 .widget-stripe-title .widget-stripe-title-content:after {
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzIzMEZGM0U1RDUyMTFFNkJCRTg5OTcyRTlFNTE4NzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzIzMEZGM0Y1RDUyMTFFNkJCRTg5OTcyRTlFNTE4NzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozMjMwRkYzQzVENTIxMUU2QkJFODk5NzJFOUU1MTg3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozMjMwRkYzRDVENTIxMUU2QkJFODk5NzJFOUU1MTg3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvSPOSoAAAAVSURBVHjaYmJgYJBiIAIMc0UAAQYAbSAA00P4n7UAAAAASUVORK5CYII=) repeat;
            content: "";
            height: 100%;
            top: 0;
            left: 100%;
            position: absolute;
            width: 9000px;
        }

        .secondary-sidebar .type18 .widget-stripe-title .widget-stripe-title-content h2,
        .secondary-sidebar .type18 .widget-stripe-title .widget-stripe-title-content h3.widgettitle {
            background: #000;
            padding: 12px 15px;
            position: relative;
            z-index: 1;
            margin: 0;
            left: 0;
            font-size: 16px;
            text-transform: uppercase;
            color: #fff;
        }

.mz-title {
    overflow: hidden;
    float: left;
    width: 100%;
}

    .mz-title .mz-title-content {
        position: relative;
        clear: both;
        float: left;
    }

        .mz-title .mz-title-content h2,
        .mz-title .mz-title-content h3.widgettitle {
            padding: 7px 0 7px 10px;
            position: relative;
            z-index: 1;
            margin: 0;
            left: 0;
            text-transform: uppercase;
            color: #fff;
        }

        .mz-title .mz-title-content h1 {
            font-size: 52px;
        }

            .mz-title .mz-title-content h1 strong {
                font-weight: 700;
            }

        .mz-title .mz-title-content h2 {
            font-size: 35px;
        }

            .mz-title .mz-title-content h2 strong {
                font-weight: 600;
            }

        .mz-title .mz-title-content h3 {
            font-size: 18px;
        }

            .mz-title .mz-title-content h3 strong {
                font-weight: 600;
            }

        .mz-title .mz-title-content h4 {
            font-size: 24px;
        }

            .mz-title .mz-title-content h4 strong {
                font-weight: 600;
            }

        .mz-title .mz-title-content h5 {
            font-size: 18px;
        }

            .mz-title .mz-title-content h5 strong {
                font-weight: 600;
            }

        .mz-title .mz-title-content h6 {
            font-size: 14px;
        }

            .mz-title .mz-title-content h6 strong {
                font-weight: 600;
            }

.aligncenter .mz-title .mz-title-content {
    float: none;
    display: inline-block;
}

.widget .mz-title .mz-title-content h2,
.widget .split2-title .split2-title-content h2 {
    font-size: 16px;
}

.mz-stripe-title {
    float: left;
    overflow: hidden;
    width: 100%;
}

    .mz-stripe-title .mz-stripe-title-content {
        clear: both;
        float: left;
        margin-bottom: 30px;
        position: relative;
    }

        .mz-stripe-title .mz-stripe-title-content:after {
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzIzMEZGM0U1RDUyMTFFNkJCRTg5OTcyRTlFNTE4NzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzIzMEZGM0Y1RDUyMTFFNkJCRTg5OTcyRTlFNTE4NzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozMjMwRkYzQzVENTIxMUU2QkJFODk5NzJFOUU1MTg3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozMjMwRkYzRDVENTIxMUU2QkJFODk5NzJFOUU1MTg3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvSPOSoAAAAVSURBVHjaYmJgYJBiIAIMc0UAAQYAbSAA00P4n7UAAAAASUVORK5CYII=) repeat;
            content: "";
            height: 100%;
            top: 0;
            left: 100%;
            position: absolute;
            width: 9000px;
        }

        .mz-stripe-title .mz-stripe-title-content .dt-sc-main-heading,
        .mz-stripe-title .mz-stripe-title-content h3.widgettitle {
            background: #000;
            line-height: normal;
            margin: 0;
            padding: 12px 15px;
            position: relative;
            left: 0;
            text-transform: uppercase;
            z-index: 1;
        }

        .mz-stripe-title .mz-stripe-title-content h3.widgettitle {
            font-size: 16px;
        }

            .mz-stripe-title .mz-stripe-title-content h3.widgettitle:before {
                display: none;
            }

        .mz-stripe-title .mz-stripe-title-content .dt-sc-main-heading,
        .mz-stripe-title .mz-stripe-title-content h3.widgettitle {
            color: #fff;
        }

    .mz-stripe-title.blue .mz-stripe-title-content .dt-sc-main-heading {
        background: #3498db;
    }

    .mz-stripe-title.purple .mz-stripe-title-content .dt-sc-main-heading {
        background: #9b59b6;
    }

    .mz-stripe-title.pink .mz-stripe-title-content .dt-sc-main-heading {
        background: #f13d7a;
    }

    .mz-stripe-title.orange .mz-stripe-title-content .dt-sc-main-heading {
        background: #e67e22;
    }

    .mz-stripe-title.cyan .mz-stripe-title-content .dt-sc-main-heading {
        background: #1abc9c;
    }

.widget ul.tribe-events-sub-nav {
    float: none;
    width: auto;
}

.widget.tribe-this-week-events-widget ul.tribe-events-sub-nav li:before {
    display: none;
}

.widget.tribe-this-week-events-widget ul.tribe-events-sub-nav li {
    clear: none;
    width: auto;
}

.tribe-this-week-widget-wrapper .tribe-events-page-title {
    font-size: 16px;
    font-weight: 600;
}

.tribe-this-week-widget-wrapper .tribe-this-week-widget-day .duration,
.tribe-this-week-widget-wrapper .tribe-this-week-widget-day .tribe-venue {
    line-height: 21px;
}

.footer-widgets .widget {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 30px;
}

#footer .mailchimp-form {
    margin: 40px 0 0;
    position: relative;
}

    #footer .mailchimp-form input[type="email"] {
        font-size: 14px;
        font-weight: 400;
        width: 100%;
        padding: 15px;
        float: left;
        border-radius: 5px;
    }

    #footer .mailchimp-form input[type="submit"] {
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
        position: absolute;
        right: 0;
        border-radius: 0 5px 5px 0;
        padding: 15px;
        margin: 0;
    }

.tagcloud a:hover,
#footer .dt-sc-dark-bg .tagcloud a:hover,
#footer .tagcloud a:hover {
    color: #fff;
}

#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
    float: none;
    margin-bottom: -3px;
    border: 3px double #ddd;
}

.bbp-login-form fieldset legend {
    display: none;
}

.bbp-login-form label {
    width: 140px;
    display: inline-block;
}

#sidebar .bbp-login-form label {
    width: 70px;
}

.bbp-login-form .bbp-username,
.bbp-login-form .bbp-email,
.bbp-login-form .bbp-password,
.bbp-login-form .bbp-remember-me,
.bbp-login-form .bbp-submit-wrapper {
    margin-top: 10px;
}

.bbp-login-form .bbp-submit-wrapper {
    text-align: right;
}

.bbp-login-form .bbp-login-links a {
    float: left;
    clear: left;
}

.bbp-logged-in img.avatar {
    float: left;
    margin: 0 15px 0 0;
}

.bbp-logged-in h4 {
    font-weight: 700;
    font-size: 1.3em;
    clear: none;
    margin-bottom: 10px;
}

.widget #bbp-search-form {
    position: relative;
    float: left;
    width: 100%;
}

    .widget #bbp-search-form input[type="text"] {
        padding-right: 100px;
    }

    .widget #bbp-search-form input[type="submit"] {
        bottom: 0;
        right: 0;
        top: 0;
        margin: 0;
        padding: 0 20px;
        position: absolute;
        border-radius: 0;
    }

.widget.bbp_widget_login .bbp-logged-in h4 {
    font-weight: 400;
    margin-bottom: 0;
}

.widget.widget_display_replies ul li a.bbp-author-avatar {
    margin-right: 5px;
}

.widget.widget_display_replies ul li a.bbp-author-avatar,
.widget.widget_display_replies ul li a.bbp-author-name {
    display: inline;
}

.widget.widget_display_topics ul li .topic-author {
    margin-left: 5px;
}

.widget.widget_display_topics ul li div,
.widget.widget_display_replies ul li div {
    color: rgba(0, 0, 0, 0.5);
    margin-top: 5px;
}

.widget.widget_display_stats dl {
    margin: 0;
}

.widget.widget_display_stats dt {
    float: left;
    margin: 0 10px 0 0;
    font-weight: 400;
    clear: both;
}

.widget.widget_display_stats dd {
    float: left;
    line-height: 24px;
}

.dt-sc-dark-bg .widget.widget_display_topics ul li div,
.dt-sc-dark-bg .widget.widget_display_replies ul li div {
    color: rgba(255, 255, 255, 0.4);
}

.widget.buddypress div.item-avatar img.avatar {
    float: left;
    margin: 0 10px 15px 0;
}

.widget.buddypress span.activity {
    display: inline-block;
    font-size: small;
    opacity: 0.8;
    padding: 0;
}

.widget.buddypress div.item-options {
    font-size: 90%;
    margin: 0 0 1em 0;
    padding: 1em 0;
}

.widget.buddypress div.item {
    margin: 0 0 1em 0;
}

.widget.buddypress div.item-meta,
.widget.buddypress div.item-content {
    font-size: 11px;
    margin-left: 50px;
}

.widget.buddypress ul.item-list img.avatar {
    height: 40px;
    margin-right: 10px;
    width: 40px;
}

.widget.buddypress div.item-avatar img {
    height: 40px;
    margin: 1px;
    width: 40px;
}

.widget.buddypress div.avatar-block {
    overflow: hidden;
}

.widget.buddypress #bp-login-widget-form label {
    display: block;
    margin: 1rem 0 0.5rem;
}

.widget.buddypress #bp-login-widget-form #bp-login-widget-submit {
    margin-right: 10px;
}

.widget.buddypress .bp-login-widget-user-avatar {
    float: left;
}

.bp-login-widget-user-avatar img.avatar {
    height: 40px;
    width: 40px;
}

.widget.buddypress .bp-login-widget-user-links > div {
    padding-left: 60px;
}

.widget.buddypress .bp-login-widget-user-links > div {
    margin-bottom: 0.5rem;
}

    .widget.buddypress .bp-login-widget-user-links > div.bp-login-widget-user-link a {
        font-weight: 700;
    }

.widget.buddypress #groups-list,
.widget.buddypress #members-list,
.widget.buddypress #friends-list {
    margin-left: 0;
    padding-left: 0;
}

    .widget.buddypress #groups-list li,
    .widget.buddypress #members-list li,
    .widget.buddypress #friends-list li {
        clear: both;
        list-style-type: none;
    }

.widget.buddypress .item-list .item {
    margin-bottom: 0;
}

.widget.buddypress .item-list li:before,
.widget.buddypress .item-list li:hover:before {
    content: "";
}

.widget.buddypress .item-list li {
    padding-left: 0;
}

.widget #bp-login-widget-form span.bp-login-widget-register-link {
    display: inline-block;
    margin-top: 15px;
    margin-left: 5px;
}

#footer .dt-sc-dark-bg .widget #bp-login-widget-form span.bp-login-widget-register-link > a:hover {
    color: rgba(255, 255, 255, 0.6);
}

#footer .widget #bp-login-widget-form span.bp-login-widget-register-link > a:hover {
    color: #000;
}

.widget.buddypress .item-list .item .item-title {
    margin-bottom: -3px;
}

    .widget.buddypress .item-list .item .item-title a {
        color: #000;
        font-weight: 600;
    }

.widget.buddypress .item-list .item .item-meta {
    color: rgba(0, 0, 0, 0.5);
}

.widget.buddypress div.item-options {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 25px;
    padding-bottom: 0;
}

    .widget.buddypress div.item-options a {
        font-size: 14px;
        margin-bottom: -1px;
        padding: 8px 12px;
        color: rgba(0, 0, 0, 0.4);
        display: inline-block;
        border-radius: 3px 3px 0 0;
        font-weight: 600;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
    }

    .widget.buddypress div.item-options .bp-separator {
        display: none;
    }

    .widget.buddypress div.item-options a.selected {
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom-color: #fff;
    }

.widget.buddypress .bp-login-widget-user-links > div.bp-login-widget-user-link a {
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.widget.buddypress .bp-login-widget-user-links > div {
    margin-bottom: -3px;
}

.profile .bp-widget {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

.bp-widget > h4 {
    font-weight: 600;
    margin-bottom: 0;
}

.dt-sc-dark-bg .widget.buddypress .item-list .item .item-meta {
    color: rgba(255, 255, 255, 0.5);
}

.dt-sc-dark-bg .widget.buddypress div.item-options {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

    .dt-sc-dark-bg .widget.buddypress div.item-options a.selected {
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-bottom-color: #000;
    }

.widget.tribe-events-countdown-widget .tribe-countdown-text a {
    color: #000;
    font-weight: 600;
}

.widget.tribe-events-venue-widget .tribe-venue-widget-venue-name {
    font-size: 14px;
    font-weight: 600;
}

    .widget.tribe-events-venue-widget .tribe-venue-widget-venue-name a {
        color: #000;
    }

.widget.tribe-events-venue-widget .tribe-venue-widget-list {
    margin: 15px 0 0;
}

    .widget.tribe-events-venue-widget .tribe-venue-widget-list li {
        padding-top: 3px;
    }

    .widget.tribe-events-venue-widget .tribe-venue-widget-list .entry-title {
        font-size: 14px;
    }

.tribe-mini-calendar-event .list-info h2 {
    font-weight: 600;
}

.tribe-mini-calendar-event .list-date {
    background: rgba(0, 0, 0, 0.05);
}

    .tribe-mini-calendar-event .list-date .list-daynumber {
        color: #000;
        font-size: 12px;
    }

.tribe-events-adv-list-widget .duration {
    margin-bottom: 10px;
    display: inline;
    line-height: 20px;
}

.tribe-events-adv-list-widget .location {
    color: rgba(0, 0, 0, 0.5);
    line-height: 20px;
}

.tribe-events-adv-list-widget .tribe-events-duration,
.tribe-events-adv-list-widget .tribe-events-location {
    line-height: 24px;
}

.widget.tribe_mini_calendar_widget .tribe-mini-calendar th {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    font-size: 13px;
    padding: 3px 0;
}

.widget.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-mini-calendar-no-event {
    color: rgba(0, 0, 0, 0.3);
}

.widget.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-present .tribe-mini-calendar-no-event {
    color: #fff;
}

.widget.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events {
    background: rgba(0, 0, 0, 0.1);
}

.widget.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events a {
    color: rgba(0, 0, 0, 0.4);
}

.widget.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events.tribe-mini-calendar-today a {
    color: #fff;
}

.widget.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events:hover a:hover {
    background: rgba(0, 0, 0, 0.15);
}

.widget.tribe_mini_calendar_widget .tribe-mini-calendar tbody tr:nth-child(2n + 1) td {
    background: rgba(0, 0, 0, 0.05);
}

.widget.tribe_mini_calendar_widget .tribe-mini-calendar tbody td {
    background: rgba(0, 0, 0, 0.05);
}

.widget.tribe_mini_calendar_widget .tribe-mini-calendar tbody tr:nth-child(2n + 1) .tribe-events-othermonth,
.widget.tribe_mini_calendar_widget .tribe-mini-calendar tbody tr .tribe-events-othermonth {
    background: rgba(0, 0, 0, 0.02);
}

.dt-sc-dark-bg .widget.tribe_mini_calendar_widget .tribe-mini-calendar th {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.dt-sc-dark-bg .widget.tribe-events-countdown-widget .tribe-countdown-number {
    color: #fff;
}

.dt-sc-dark-bg .widget.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-mini-calendar-no-event {
    color: rgba(255, 255, 255, 0.5);
}

.dt-sc-dark-bg .widget.tribe_mini_calendar_widget .tribe-mini-calendar td.tribe-events-has-events {
    background: rgba(255, 255, 255, 0.4);
}

.dt-sc-dark-bg .widget.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events a {
    color: rgba(255, 255, 255, 0.5);
}

.dt-sc-dark-bg .widget.tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-has-events:hover a:hover {
    background: rgba(255, 255, 255, 0.5);
}

.dt-sc-dark-bg .widget.tribe-events-countdown-widget .tribe-countdown-text a,
.dt-sc-dark-bg .widget.tribe-events-venue-widget .tribe-venue-widget-venue-name a,
.dt-sc-dark-bg .tribe-mini-calendar-event .list-date .list-daynumber {
    color: #fff;
}

.dt-sc-dark-bg .tribe-events-adv-list-widget .location {
    color: rgba(255, 255, 255, 0.5);
}

.dt-sc-dark-bg .tribe-mini-calendar-event .list-date {
    background: rgba(255, 255, 255, 0.3);
}

.dt-sc-dark-bg .widget.tribe_mini_calendar_widget .tribe-mini-calendar td {
    border-color: rgba(255, 255, 255, 0.2);
}

.dt-sc-dark-bg .widget.tribe_mini_calendar_widget .tribe-mini-calendar tbody tr:nth-child(2n + 1) td {
    background: rgba(255, 255, 255, 0.3);
}

.dt-sc-dark-bg .widget.tribe_mini_calendar_widget .tribe-mini-calendar tbody td {
    background: rgba(255, 255, 255, 0.3);
}

.dt-sc-dark-bg .widget.tribe_mini_calendar_widget .tribe-mini-calendar tbody tr:nth-child(2n + 1) .tribe-events-othermonth,
.dt-sc-dark-bg .widget.tribe_mini_calendar_widget .tribe-mini-calendar tbody tr .tribe-events-othermonth {
    background: rgba(255, 255, 255, 0.2);
}

.widget.tribe-events-venue-widget .tribe-event-title {
    padding-top: 0;
    margin-bottom: 10px;
}

.widget.tribe-events-venue-widget .tribe-venue-widget-list li {
    padding-bottom: 20px;
}

.woo-type4 .widget.woocommerce .woocommerce-product-search input[type="search"],
.woo-type20 .widget.woocommerce .woocommerce-product-search input[type="search"] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.woo-type4 .widget.woocommerce .woocommerce-product-search input[type="submit"],
.woo-type20 .widget.woocommerce .woocommerce-product-search input[type="submit"] {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.woo-type17 .widget.woocommerce .woocommerce-product-search input[type="submit"] {
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
}

.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li:after {
    clear: both;
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .woocommerce ul.cart_list li,
    .woocommerce ul.product_list_widget li {
        list-style: none;
        margin: 0;
    }

        .woocommerce ul.cart_list li:after,
        .woocommerce ul.cart_list li:before,
        .woocommerce ul.product_list_widget li:after,
        .woocommerce ul.product_list_widget li:before {
            display: table;
        }

        .woocommerce ul.cart_list li a,
        .woocommerce ul.product_list_widget li a {
            display: block;
            font-weight: 700;
        }

        .woocommerce ul.cart_list li img,
        .woocommerce ul.product_list_widget li img {
            float: right;
            height: auto;
            margin-left: 4px;
            width: 32px;
            box-shadow: none;
        }

        .woocommerce ul.cart_list li dl,
        .woocommerce ul.product_list_widget li dl {
            border-left: 2px solid rgba(0, 0, 0, 0.1);
            margin: 0;
            padding-left: 1em;
        }

            .woocommerce ul.cart_list li dl:after,
            .woocommerce ul.cart_list li dl:before,
            .woocommerce ul.product_list_widget li dl:after,
            .woocommerce ul.product_list_widget li dl:before {
                content: " ";
                display: table;
            }

            .woocommerce ul.cart_list li dl dd,
            .woocommerce ul.cart_list li dl dt,
            .woocommerce ul.product_list_widget li dl dd,
            .woocommerce ul.product_list_widget li dl dt {
                display: inline-block;
                float: left;
                margin-bottom: 1em;
            }

            .woocommerce ul.cart_list li dl dt,
            .woocommerce ul.product_list_widget li dl dt {
                clear: left;
                font-weight: 700;
                margin: 0 4px 0 0;
                padding: 0 0 0.25em;
            }

.woocommerce .order_details:after,
.woocommerce .widget_layered_nav ul li:after,
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-account .addresses .title:after,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce.widget_shopping_cart .buttons:after {
    clear: both;
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 0.25em;
}

    .woocommerce ul.cart_list li dl dd p:last-child,
    .woocommerce ul.product_list_widget li dl dd p:last-child {
        margin-bottom: 0;
    }

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
    float: none;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border-top: 3px double #ebe9eb;
    padding: 4px 0 0;
}

    .woocommerce .widget_shopping_cart .total strong,
    .woocommerce.widget_shopping_cart .total strong {
        display: inline-block;
        min-width: 40px;
    }

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 2em;
    padding-top: 0;
    position: relative;
}

    .woocommerce .widget_shopping_cart .cart_list li a.remove,
    .woocommerce.widget_shopping_cart .cart_list li a.remove {
        position: absolute;
        left: 0;
        top: 0;
    }

.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce.widget_shopping_cart .buttons:before {
    content: " ";
    display: table;
}

.woocommerce .widget_layered_nav ul {
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .woocommerce .widget_layered_nav ul li {
        list-style: none;
        padding: 0 0 1px;
    }

        .woocommerce .widget_layered_nav ul li.chosen a:before,
        .woocommerce .widget_layered_nav_filters ul li a:before {
            content: "";
            color: #a00;
            font-family: WooCommerce;
            font-variant: normal;
            font-weight: 400;
            line-height: 1;
            speak: none;
            text-decoration: none;
            text-transform: none;
            -webkit-font-smoothing: antialiased;
        }

        .woocommerce .widget_layered_nav ul li a,
        .woocommerce .widget_layered_nav ul li span {
            padding: 1px 0;
        }

        .woocommerce .widget_layered_nav ul li.chosen a:before {
            margin-right: 0.618em;
        }

.woocommerce .widget_layered_nav_filters ul {
    border: 0;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    zoom: 1;
}

    .woocommerce .widget_layered_nav_filters ul li {
        border-width: 0;
        list-style: none;
        padding: 0 1px 1px 2px;
    }

        .woocommerce .widget_layered_nav_filters ul li:before {
            content: none;
        }

        .woocommerce .widget_layered_nav_filters ul li a {
            text-decoration: none;
            width: auto;
        }

            .woocommerce .widget_layered_nav_filters ul li a:before {
                margin-right: 0.618em;
            }

.woocommerce .widget_price_filter .price_slider {
    clear: both;
    margin-bottom: 1em;
}

.woocommerce .widget_price_filter .price_slider_amount {
    font-size: 0.8751em;
    line-height: 2.4;
    text-align: right;
}

    .woocommerce .widget_price_filter .price_slider_amount .button {
        font-size: 1.15em;
        float: left;
    }

.woocommerce .widget_price_filter .ui-slider {
    margin-left: 0.5em;
    margin-right: 0.5em;
    position: relative;
    text-align: left;
}

    .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
        background-color: #a46497;
        cursor: ew-resize;
        height: 1em;
        margin-left: -0.5em;
        position: absolute;
        outline: 0;
        top: -0.3em;
        width: 1em;
        z-index: 2;
        border-radius: 1em;
    }

    .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
        background-color: #a46497;
        border: 0;
        display: block;
        font-size: 0.7em;
        position: absolute;
        z-index: 1;
        border-radius: 1em;
    }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #602053;
    border: 0;
    border-radius: 1em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 0.5em;
}

    .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
        left: -1px;
    }

    .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
        right: -1px;
    }

.woocommerce .widget_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

    .woocommerce .widget_rating_filter ul li {
        border-width: 0;
        padding: 0 0 1px;
        list-style: none;
    }

        .woocommerce .widget_rating_filter ul li:after,
        .woocommerce .widget_rating_filter ul li:before {
            content: " ";
            display: table;
        }

        .woocommerce .widget_rating_filter ul li a {
            padding: 1px 0;
            text-decoration: none;
        }

        .woocommerce .widget_rating_filter ul li .star-rating {
            float: none;
            display: inline-block;
        }

        .woocommerce .widget_rating_filter ul li.chosen a:before {
            font-family: WooCommerce;
            speak: none;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            margin-right: 0.618em;
            content: "";
            text-decoration: none;
            color: #a00;
        }

.woo-type13 .widget.woocommerce ul.product-categories li:before,
.woo-type13 .widget.woocommerce ul.product-categories li:first-child:before {
    top: 8px;
}

.widget {
    float: left;
    margin-bottom: 40px;
    width: 100%;
}

.woocommerce #footer a.button:hover {
    color: #fff;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    font-weight: 600;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    display: inline-block;
    margin-bottom: 15px;
}

.woocommerce .widget_shopping_cart .cart_list li:last-child,
.woocommerce.widget_shopping_cart .cart_list li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.woocommerce .widget_shopping_cart .cart_list li.empty,
.woocommerce.widget_shopping_cart .cart_list li.empty {
    padding-left: 0;
}

.woocommerce ul.product_list_widget li::before {
    content: "\f10c";
    display: inline !important;
}

.woocommerce ul.product_list_widget li:hover:before {
    content: "\f192";
}

.woocommerce .widget_shopping_cart .cart_list li:before,
.woocommerce.widget_shopping_cart .cart_list li:before {
    content: none !important;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    position: absolute;
    top: 2px;
    width: 20px;
    z-index: 1;
}

.widget.woocommerce ul.product_list_widget li ins {
    background: none;
    font-size: 14px;
}

.widget.woocommerce ul.product_list_widget li del {
    font-size: 12px;
}

.widget.woocommerce ul.product_list_widget li a img {
    border: 1px solid;
    margin-top: 8px;
    padding: 3px;
}

.widget.woocommerce ul.product-categories li,
.widget.widget_layered_nav ul li {
    display: block;
    float: none;
    font-weight: 400;
    margin: 0;
    padding: 0;
    position: relative;
}

    .widget.woocommerce ul.product-categories li.cat-item-none {
        padding-bottom: 5px;
    }

        .widget.woocommerce ul.product-categories li.cat-item-none:before {
            display: none;
        }

    .widget.woocommerce ul.product-categories li a,
    .widget.widget_layered_nav ul li a {
        border: none;
        margin: 0;
        padding: 10px 0 10px 20px;
    }

    .widget.woocommerce ul.product-categories li span,
    .widget.widget_layered_nav ul li span {
        line-height: 44px;
        position: absolute;
        right: 0;
        top: 0;
    }

.widget.woocommerce ul li:before {
    font-weight: 400;
}

.widget.woocommerce ul.product_list_widget li,
.widget.woocommerce ul.product-categories li:last-child {
    border-bottom: 1px solid;
}

.widget.woocommerce ul.product-categories ul {
    padding: 0 0 0 15px;
    box-sizing: border-box;
}

    .widget.woocommerce ul.product-categories ul li {
        width: 100%;
        box-sizing: border-box;
    }

.widget.woocommerce .widget_shopping_cart_content .total {
    clear: both;
    float: left;
    margin: 20px 0 0;
    padding: 10px 0 0;
    width: 100%;
}

.widget.woocommerce .widget_shopping_cart_content .buttons {
    clear: both;
    float: left;
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
}

.woocommerce.widget_price_filter .price_label {
    font-size: 14px;
    position: relative;
    top: 17px;
}

.widget.woocommerce ul.product_list_widget li .star-rating {
    margin: 5px 0;
}

.widget.woocommerce .woocommerce-product-search label {
    display: none;
}

.widget.woocommerce .woocommerce-product-search {
    clear: both;
    position: relative;
}

    .widget.woocommerce .woocommerce-product-search input[type="search"] {
        padding-right: 100px;
    }

    .widget.woocommerce .woocommerce-product-search input[type="submit"] {
        margin: 0;
        position: absolute;
        bottom: 0;
        right: 0;
        top: 0;
    }

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
    margin: 5px 0 0 25px;
}

    .woocommerce ul.cart_list li dl dd,
    .woocommerce ul.cart_list li dl dt,
    .woocommerce ul.product_list_widget li dl dd,
    .woocommerce ul.product_list_widget li dl dt {
        float: none;
        margin: 0;
    }

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: #e8e8e8;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: #fff;
    border: 1px solid #ddd;
}

.woocommerce #footer .dt-sc-dark-bg .widget_price_filter .ui-slider .ui-slider-range {
    background: #545454;
}

.woocommerce #footer .dt-sc-dark-bg .widget_price_filter .ui-slider .ui-slider-handle {
    background: #545454;
    border: 1px solid #666;
}

.woocommerce.widget_price_filter .price_label {
    float: right;
}

#footer .product-categories li span {
    top: 3px;
}

#footer .widget.woocommerce ul.product_list_widget li a img {
    border: 3px solid;
    padding: 0;
}

.menu-item-widget-area-container .widget_product_categories .product-categories li a {
    border-bottom: none;
    line-height: 24px;
    margin: 0;
    padding: 0 45px 10px 0;
}

.menu-item-widget-area-container .widget.woocommerce ul.product_list_widget li .amount,
.menu-item-widget-area-container .widget.woocommerce ul.product_list_widget li .reviewer {
    display: inline-block;
    margin: 5px 0 0;
}

.menu-item-widget-area-container .widget.woocommerce ul.product_list_widget li a img {
    border-width: 3px;
    padding: 0;
}

.menu-item-widget-area-container .widget.widget_product_search #searchform input[type="text"],
.menu-item-widget-area-container .widget.widget_product_search #searchform input[type="submit"] {
    font-size: 13px;
}

.widget_product_categories .selection-box:after {
    top: 0;
    height: 100%;
}

#footer .dt-sc-dark-bg .recent-posts-widget li .entry-meta a,
#footer .dt-sc-dark-bg .recent-posts-widget li .entry-meta,
#footer .dt-sc-dark-bg .tweet_list li .tweet-time {
    color: rgba(255, 255, 255, 0.3);
}

.dt-sc-dark-bg .widget input[type="text"],
.dt-sc-dark-bg .widget input[type="password"],
.dt-sc-dark-bg .widget input[type="email"],
.dt-sc-dark-bg .widget input[type="url"],
.dt-sc-dark-bg .widget input[type="tel"],
.dt-sc-dark-bg .widget input[type="number"],
.dt-sc-dark-bg .widget input[type="range"],
.dt-sc-dark-bg .widget input[type="date"],
.dt-sc-dark-bg .widget textarea,
.dt-sc-dark-bg .widget input[type="search"],
.dt-sc-dark-bg .widget select,
.dt-sc-dark-bg .widget.widget_categories ul li > a span,
.dt-sc-dark-bg .widget.widget_archive ul li > a span {
    background: rgba(255, 255, 255, 0.15);
}

.dt-sc-twitter-icon:before,
.dt-sc-twitter-icon:after,
.dt-sc-twitter-icon span {
    background: #000;
}

.dt-sc-dark-bg .widget .selection-box:after {
    background: rgba(255, 255, 255, 0.05);
}

.dt-sc-dark-bg .widget .selection-box:before {
    border-top-color: rgba(255, 255, 255, 0.1);
}

.recent-portfolio-widget ul li a:after,
.dt-sc-twitter-icon span {
    color: #fff;
}

.widget ul li,
.widget.widget_nav_menu ul.menu li,
.tweet_list li {
    border-color: rgba(0, 0, 0, 0.15);
}

.dt-sc-dark-bg .widget ul li,
.dt-sc-dark-bg .widget.widget_nav_menu ul.menu li {
    border-color: rgba(255, 255, 255, 0.2);
}

.widget #wp-calendar td a,
.recent-posts-widget li .entry-meta a {
    color: rgba(0, 0, 0, 0.5);
}

.dt-sc-dark-bg .widget #wp-calendar td a {
    color: rgba(255, 255, 255, 0.5);
}

.dt-sc-tweet span {
    color: rgba(0, 0, 0, 0.4);
}

.tweet_list li .tweet-time {
    color: rgba(0, 0, 0, 0.3);
}

.tagcloud a {
    background: rgba(0, 0, 0, 0.05);
}

.dt-sc-dark-bg .tagcloud a {
    background: rgba(255, 255, 255, 0.1);
}

.dt-sc-dark-bg .tagcloud a {
    border-bottom-color: rgba(255, 255, 255, 0.12);
}

.tagcloud a {
    border-bottom-color: rgba(0, 0, 0, 0.11);
}

#footer .widget.woocommerce ul.product_list_widget li a img {
    border-color: rgba(255, 255, 255, 0.75);
}

.woocommerce ul.cart_list li dl:after,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li:after {
    clear: both;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #000;
}

.widget.woocommerce ul.product_list_widget li,
.widget.woocommerce ul.product-categories li:last-child,
.widget.woocommerce ul.product_list_widget li a img,
.select2-container .select2-choice {
    border-color: rgba(0, 0, 0, 0.15);
}

#footer .widget.woocommerce ul.product_list_widget li a img {
    border-color: rgba(255, 255, 255, 0.75);
}

.dt-sc-dark-bg .widget.woocommerce ul.product_list_widget li,
.dt-sc-dark-bg .widget.woocommerce ul.product-categories li:last-child,
.dt-sc-dark-bg .widget.woocommerce ul.product_list_widget li a img,
.dt-sc-dark-bg .woocommerce .widget_shopping_cart .total,
.dt-sc-dark-bg .woocommerce.widget_shopping_cart .total {
    border-color: rgba(255, 255, 255, 0.2);
}

#footer .widget.woocommerce #searchform input[type="text"] {
    color: gray;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .secondary-sidebar .type7 .widget,
    .wpb_widgetised_column.type7 .widget {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mz-title .mz-title-content h1 {
        line-height: normal;
    }

    .dt-sc-one-third .widget_text ul.split-list {
        width: 100%;
        margin-right: 0;
    }

    .flickr-widget div {
        height: 68px;
        width: 68px;
    }

    .widget .recent-posts-widget li .entry-meta p:last-child {
        margin-right: 0;
    }

    .tagcloud a {
        margin: 0 4px 10px 0;
    }

    .secondary-sidebar .widget .tweet_list li {
        padding: 0 0 20px 30px;
    }

        .secondary-sidebar .widget .tweet_list li:before {
            font-size: 22px;
        }

        .secondary-sidebar .widget .tweet_list li:before,
        .secondary-sidebar .widget .tweet_list li:first-child:before {
            top: 0;
        }

    .secondary-sidebar aside.widget,
    .secondary-sidebar .type11 .widget {
        font-size: 12px;
    }

    .secondary-sidebar .type2 .widget,
    .secondary-sidebar .type6 .widget,
    .secondary-sidebar .type8 .widget,
    .secondary-sidebar .type12 .widget,
    .secondary-sidebar .type13 .widget {
        font-size: 13px;
    }

    .secondary-sidebar .type7 .widgettitle:before {
        left: -20px;
    }

    .secondary-sidebar .type7 .widget,
    .wpb_widgetised_column.type7 .widget {
        padding-left: 20px;
        padding-right: 20px;
    }

    .secondary-sidebar .type7 .widget_tag_cloud .tagcloud a {
        font-size: 10px !important;
    }

    .secondary-sidebar .type7 .widget #searchform:before,
    .secondary-sidebar .type7 .widget #searchform input[type="submit"] {
        width: 50px;
    }

    .secondary-sidebar .type7 .widget #searchform input[type="text"] {
        font-size: 12px;
        padding-left: 20px;
    }

    .secondary-sidebar .type8 .widget {
        padding: 0 15px 15px;
    }

    .secondary-sidebar .type8 .widgettitle {
        margin: -28px auto 20px;
    }

    .secondary-sidebar .type9 .widget ul li,
    .secondary-sidebar .type12 .widget ul li {
        font-size: 13px;
    }

    .secondary-sidebar .type8 .widget,
    .secondary-sidebar .type12 .widget {
        padding: 15px 15px 20px;
    }

    .secondary-sidebar .type11 .widget {
        padding: 15px 10px 20px;
    }

        .secondary-sidebar .type5 .widget .tweet_list li,
        .secondary-sidebar .type8 .widget .tweet_list li,
        .secondary-sidebar .type11 .widget .tweet_list li,
        .secondary-sidebar .type12 .widget .tweet_list li {
            padding: 0 0 20px;
        }

            .secondary-sidebar .type5 .widget .tweet_list li:before,
            .secondary-sidebar .type8 .widget .tweet_list li:before,
            .secondary-sidebar .type11 .widget .tweet_list li:before,
            .secondary-sidebar .type12 .widget .tweet_list li:before {
                margin-right: 8px;
                position: static;
            }

    .secondary-sidebar .type11 > .widget:before {
        padding-right: 10px;
        top: 18px;
    }

    .secondary-sidebar .type11 .widgettitle:before {
        top: 9px;
    }

    .secondary-sidebar .type11 .widgettitle {
        font-size: 22px;
    }

    .secondary-sidebar .type12 .widget.woocommerce .woocommerce-product-search input[type="submit"] {
        width: 100%;
    }

    .widget.woocommerce .woocommerce-product-search input[type="submit"] {
        float: right;
        min-height: 50px;
        margin-top: 10px;
        position: inherit;
    }

    .woo-type4 .widget.woocommerce .woocommerce-product-search input[type="submit"] {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
    }

    .woo-type20 .widget.woocommerce .woocommerce-product-search input[type="submit"] {
        border-radius: 5px;
    }

    .widget.woocommerce .woocommerce-product-search input[type="search"] {
        padding-right: 10px;
    }

    .secondary-sidebar .widget #wp-calendar td {
        font-size: 12px;
    }

    .secondary-sidebar .widget #wp-calendar th {
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .flickr-widget div {
        height: 55px;
        width: 55px;
    }

    .footer-widgets .dt-sc-contact-info span {
        width: 20px;
        margin: 7px 6px 0 0;
        font-size: 15px;
    }

    .widget .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type="submit"] {
        float: right;
        margin-top: 7px;
        position: relative;
    }

    .dt-sc-one-third .widget_text ul.split-list {
        width: 100%;
        margin-right: 0;
    }

    .widget .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type="submit"] {
        position: absolute;
        margin: 0;
    }

    .widget .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm:after {
        right: 0;
    }

    .widget .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type="email"] {
        font-size: 14px;
        padding: 13px 0;
    }

    .widget .recent-posts-widget li .entry-meta p:last-child {
        margin-right: 0;
    }

    .widget .recent-posts-widget li .entry-meta p {
        margin-right: 11px;
    }

    .widgettitle {
        font-size: 20px;
    }

    .secondary-sidebar .type7 .widgettitle:before {
        left: -20px;
    }

    .widget.woocommerce .woocommerce-product-search input[type="submit"] {
        float: right;
        min-height: 50px;
        margin-top: 10px;
        position: inherit;
    }

    .woo-type20 .widget.woocommerce .woocommerce-product-search input[type="submit"] {
        border-radius: 5px;
    }

    .widget.woocommerce .woocommerce-product-search input[type="search"] {
        padding-right: 10px;
    }

    .tagcloud a {
        margin: 0 4px 10px 0;
    }

    .widget .recent-posts-widget li .entry-meta p:last-child {
        margin-right: 0;
    }

    .secondary-sidebar .type5 .widget ul li,
    .secondary-sidebar .type10 .widgettitle {
        font-size: 16px;
    }

    .secondary-sidebar .widget .tweet_list li {
        padding: 0 0 20px 25px;
    }

        .secondary-sidebar .widget .tweet_list li:before {
            font-size: 20px;
        }

        .secondary-sidebar .widget .tweet_list li:before,
        .secondary-sidebar .widget .tweet_list li:first-child:before {
            top: 0;
        }

    .secondary-sidebar aside.widget,
    .secondary-sidebar .type11 .widget {
        font-size: 14px;
    }

    .secondary-sidebar .type2 .widget,
    .secondary-sidebar .type6 .widget,
    .secondary-sidebar .type8 .widget,
    .secondary-sidebar .type12 .widget,
    .secondary-sidebar .type13 .widget {
        font-size: 13px;
    }

    .secondary-sidebar .type8 .widgettitle {
        margin: -28px auto 20px;
    }

    .secondary-sidebar .type8 .widget,
    .secondary-sidebar .type12 .widget {
        padding: 15px 15px 20px;
    }

    .secondary-sidebar .type9 h3.widgettitle {
        font-size: 18px;
    }

    .secondary-sidebar .type9 .widget.widget_categories ul li:before {
        top: 4px;
    }

    .secondary-sidebar .type11 .widget {
        padding: 15px 10px 20px;
    }

        .secondary-sidebar .type11 .widget.widget_flickr {
            padding: 25px 10px;
        }

        .secondary-sidebar .type5 .widget .tweet_list li,
        .secondary-sidebar .type8 .widget .tweet_list li,
        .secondary-sidebar .type11 .widget .tweet_list li,
        .secondary-sidebar .type12 .widget .tweet_list li {
            padding: 0 0 20px;
        }

            .secondary-sidebar .type5 .widget .tweet_list li:before,
            .secondary-sidebar .type8 .widget .tweet_list li:before,
            .secondary-sidebar .type11 .widget .tweet_list li:before,
            .secondary-sidebar .type12 .widget .tweet_list li:before {
                margin-right: 8px;
                position: static;
            }

    .secondary-sidebar .type11 > .widget:before {
        padding-right: 10px;
        top: 18px;
    }

    .secondary-sidebar .type11 .widgettitle:before {
        top: 7px;
    }

    .secondary-sidebar .type11 .widgettitle {
        font-size: 18px;
    }

    .secondary-sidebar .type12 .widget ul li {
        font-size: 13px;
    }

    .secondary-sidebar .type12 .widget.widget_categories ul li > a span,
    .secondary-sidebar .widget.widget_archive ul li > a span {
        padding: 0 5px;
    }

    .secondary-sidebar .type12 .tagcloud a {
        margin: 0 5px 10px 0;
    }

    .secondary-sidebar .type12 .widget.woocommerce .woocommerce-product-search input[type="submit"] {
        width: 100%;
    }

    .secondary-sidebar .type12 .widget .tagcloud a {
        padding: 7px 12px 6px;
    }

    .mz-title .mz-title-content h1 {
        font-size: 42px;
        line-height: normal;
    }

    .woo-type4 .widget.woocommerce .woocommerce-product-search input[type="submit"] {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
    }

    .woocommerce.widget_price_filter .price_label {
        font-size: 12px;
        top: 12px;
    }

    .woocommerce .widget_price_filter .price_slider_amount .button,
    .woocommerce-page .widget_price_filter .price_slider_amount .button {
        padding: 5px 10px;
        font-size: 12px;
    }

    .secondary-sidebar .widget #wp-calendar td {
        font-size: 12px;
        padding: 9px 5px;
    }

    .secondary-sidebar .widget #wp-calendar th {
        font-size: 13px;
        padding: 10px 5px;
    }
}

@media only screen and (max-width: 767px) {
    .widget .recent-posts-widget li .entry-meta p:last-child {
        margin-right: 0;
    }

    .secondary-sidebar .type7 .widgettitle:before {
        left: -23px;
    }

    .secondary-sidebar .type6 .widget ul li,
    .secondary-sidebar .type9 .widget ul li {
        font-size: 14px;
    }

    .mz-title .mz-title-content h1 {
        font-size: 40px;
    }

    .secondary-sidebar .widget #wp-calendar th,
    .secondary-sidebar .widget #wp-calendar td {
        font-size: 14px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .widget_text ul.split-list {
        width: 100%;
        margin: 0;
    }

    .alignright .dt-sc-sociable {
        width: 100%;
        text-align: center;
    }

    .tagcloud a {
        margin: 0 5px 10px 0;
    }

    .secondary-sidebar .flickr-widget div {
        width: auto;
    }

    .textwidget .dt-sc-contact-info span {
        width: 20px;
        margin: 7px 6px 0 0;
        font-size: 15px;
    }

    .widget.woocommerce .woocommerce-product-search input[type="submit"] {
        float: right;
        min-height: 50px;
        margin-top: 10px;
        position: inherit;
    }

    .woo-type20 .widget.woocommerce .woocommerce-product-search input[type="submit"] {
        border-radius: 5px;
    }

    .widget.woocommerce .woocommerce-product-search input[type="search"] {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .widget_text ul.split-list {
        width: 100%;
        margin: 0;
    }

    .widget.woocommerce .woocommerce-product-search input[type="submit"] {
        float: right;
        min-height: 50px;
        margin-top: 10px;
        position: inherit;
    }

    .woo-type20 .widget.woocommerce .woocommerce-product-search input[type="submit"] {
        border-radius: 5px;
    }

    .widget.woocommerce .woocommerce-product-search input[type="search"] {
        padding-right: 10px;
    }

    .tagcloud a {
        margin: 0 4px 10px 0;
    }

    .secondary-sidebar .type12 .widget ul li {
        font-size: 13px;
    }

    .textwidget .dt-sc-contact-info span {
        width: 20px;
        margin: 7px 6px 0 0;
        font-size: 15px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .secondary-sidebar .flickr-widget div {
        width: auto;
    }

    .secondary-sidebar .type8 .widget {
        padding: 0 17px 15px;
    }

    .secondary-sidebar .type5 .widget ul li {
        font-size: 16px;
    }
}

@media only screen and (max-width: 319px) {
    .flickr-widget div {
        width: 66px;
        height: 66px;
    }

    .widget .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type="submit"] {
        float: right;
        margin-top: 7px;
        position: relative;
    }

    .secondary-sidebar .type8 .widgettitle {
        padding: 10px;
    }

    .secondary-sidebar .type8 .widget.widget_flickr {
        padding: 0 15px 15px;
    }

    .secondary-sidebar .type7 .widgettitle:before {
        left: -20px;
    }

    .secondary-sidebar .type5 .widget ul li {
        font-size: 16px;
    }
}
/*! /wp-content/cache/asset-cleanup/css/item/invico-layout-v1.0-6d048caec59a1b404256f9361e31768383af0e9c.css */
/*! /wp-content/themes/invico/css/layout.css */
.menu-icons-wrapper .search a span,
.menu-icons-wrapper .cart a span,
#main-menu ul li.menu-item-simple-parent ul li a .fa,
#main-menu .megamenu-child-container > ul.sub-menu > li > a .menu-item-description,
#header .elementor-widget-wp-widget-nav_menu .dt-primary-nav li .sub-menu {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.top-bar {
    clear: both;
    float: left;
    line-height: 50px;
    margin: 0;
    max-height: 50px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 99999;
}

    .top-bar .dt-sc-button {
        margin-top: 5px;
        font-weight: 700;
    }

    .top-bar .dt-sc-vertical-small-separator {
        position: relative;
        top: 2px;
    }

.top-bar-right .dt-sc-vertical-small-separator {
    margin: 0 15px;
}

.top-bar .language {
    float: left;
    margin: 0;
    padding: 0 20px 0 0;
    position: relative;
}

    .top-bar .language img {
        margin: 0 10px 0 0;
        vertical-align: middle;
        position: relative;
        top: -1px;
    }

    .top-bar .language:before {
        content: "\f107";
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-size: 14px;
        font-weight: 900;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

.dt-no-header-builder-content .no-header-top {
    border-bottom: 1px solid #ededed;
    margin: 0;
    padding: 10px 0;
}

    .dt-no-header-builder-content .no-header-top > span {
        font-style: italic;
        font-weight: lighter;
    }

.dt-no-header-builder-content .no-header .no-header-menu:empty + .mobile-nav-container {
    display: none;
}

#header-wrapper {
    float: left;
    margin: 0 0 100px;
    padding: 0;
    width: 100%;
    position: relative;
}

#header {
    /*float: left;*/
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 99;
    background: #fff;
}

    #header .dt-header-tpl .sticky-wrapper {
        clear: both;
        display: block;
        position: relative;
        width: 100%;
    }

        #header .dt-header-tpl .sticky-wrapper .apply-sticky-header {
            margin: auto;
            position: relative;
            left: 0;
            right: 0;
            width: 100%;
        }

        #header .dt-header-tpl .sticky-wrapper,
        #header .dt-header-tpl .sticky-wrapper .apply-sticky-header {
            z-index: 9999 !important;
        }

            #header .dt-header-tpl .sticky-wrapper .apply-sticky-header > .vc_row:not(.vc_clearfix) {
                clear: both;
            }

            #header .dt-header-tpl .sticky-wrapper.is-sticky .apply-sticky-header > .vc_row:not(.vc_clearfix) {
                box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
            }

#header-wrapper #header:only-child .dt-no-header-builder-content {
    background-color: #fff;
    position: relative;
}

    #header-wrapper #header:only-child .dt-no-header-builder-content:before {
        background-color: inherit;
        border-bottom: 1px solid #eee;
        content: "";
        display: inline !important;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        width: 9999px;
        z-index: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.dt-no-header-builder-content .no-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 96px;
    padding: 0;
    position: relative;
}

.dt-no-header-builder-content.aligncenter .no-header {
    padding-bottom: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    flex-direction: column;
}

.dt-no-header-builder-content .no-header .no-header-logo {
    width: 30%;
}

    .dt-no-header-builder-content .no-header .no-header-logo a img {
        max-width: 83px;
        vertical-align: sub;
    }

    .dt-no-header-builder-content .no-header .no-header-logo .alternate_logo {
        display: none;
    }

    .dt-no-header-builder-content .no-header .no-header-logo h2 {
        margin: 10px 0;
    }

#header .dt-header-tpl > .vc_row.vc_row-flex > .vc_column_container > .vc_column-inner,
#header .dt-header-tpl > .vc_row .vc_row.vc_row-flex.vc_inner > .vc_column_container > .vc_column-inner {
    z-index: auto;
}

#header .dt-header-tpl .vc_row[data-vc-full-width],
#header .dt-header-tpl > .vc_section[data-vc-full-width] {
    overflow: visible;
}

#header-wrapper.header-top-relative #header {
    position: relative;
}

.no-breadcrumb.page-with-slider #header-wrapper.header-top-absolute #header {
    position: absolute;
    z-index: 1;
}

body:not(.no-breadcrumb) #header-wrapper.header-top-absolute #header .dt-header-tpl {
    margin-top: 15px;
}

.no-breadcrumb.page-with-slider #header-wrapper.bottom-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.dt-logo-container {
    font-size: 0;
    line-height: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .dt-logo-container.logo-align-center {
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .dt-logo-container.logo-align-right {
        text-align: right;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .dt-logo-container a {
        color: inherit;
    }

        .dt-logo-container a img {
            display: inline-block;
            vertical-align: middle;
        }

        .dt-logo-container a span {
            clear: both;
            display: block;
        }

            .dt-logo-container a span ~ span {
                margin-top: -1px;
            }

.dt-no-header-builder-content.aligncenter .no-header .dt-header-menu {
    background-color: rgba(0, 0, 0, 0.035);
    border-bottom: 1px solid #ededed;
    margin-top: 15px;
    position: relative;
    width: 100%;
}

    .dt-no-header-builder-content.aligncenter .no-header .dt-header-menu:before,
    .dt-no-header-builder-content.aligncenter .no-header .dt-header-menu:after {
        background: inherit;
        content: "";
        border-width: inherit;
        border-style: inherit;
        border-color: inherit;
        height: auto;
        position: absolute;
        top: 0;
        bottom: -1px;
        width: 100%;
    }

    .dt-no-header-builder-content.aligncenter .no-header .dt-header-menu:before {
        right: 100%;
    }

    .dt-no-header-builder-content.aligncenter .no-header .dt-header-menu:after {
        left: 100%;
    }

.dt-no-header-builder-content:not(.aligncenter) .no-header .no-header-logo ~ .no-header-menu {
    margin-left: auto;
    padding-left: 20px;
}

.no-header-menu ul,
.dt-header-menu .dt-primary-nav,
.elementor-widget-wp-widget-nav_menu .dt-primary-nav {
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
}

.dt-no-header-builder-content.aligncenter .no-header .no-header-menu > ul,
.dt-no-header-builder-content.aligncenter .no-header .dt-header-menu .dt-primary-nav {
    text-align: center;
}

#header .elementor-widget-wp-widget-nav_menu .dt-primary-nav {
    margin: 0;
}

    .no-header-menu ul,
    .no-header-menu ul li,
    .dt-header-menu .dt-primary-nav,
    .dt-header-menu .dt-primary-nav li,
    #header .elementor-widget-wp-widget-nav_menu .dt-primary-nav li {
        display: inline-block;
        font-size: 0;
        line-height: 0;
    }

        .no-header-menu ul li,
        .dt-header-menu .dt-primary-nav li,
        #header .elementor-widget-wp-widget-nav_menu .dt-primary-nav li {
            line-height: normal;
            margin: 0 2px;
            padding: 0;
            position: relative;
        }

            .no-header-menu ul li a,
            .dt-header-menu .dt-primary-nav li a,
            .dt-header-menu ul.dt-primary-nav li ul.sub-menu > li,
            #header .elementor-widget-wp-widget-nav_menu .dt-primary-nav li a {
                font-size: 15px;
                line-height: 36px;
                text-transform: none;
            }

            .no-header-menu ul li a,
            .dt-header-menu .dt-primary-nav li a,
            #header .elementor-widget-wp-widget-nav_menu .dt-primary-nav li a {
                display: inline-block;
                padding: 30px 6px;
                vertical-align: middle;
            }

                .no-header-menu > div.dt-primary-nav,
                .no-header-menu ul li a:empty,
                .dt-header-menu .dt-primary-nav li a:empty,
                #header .elementor-widget-wp-widget-nav_menu .dt-primary-nav li a:empty {
                    display: none;
                }

    .dt-header-menu ul.dt-primary-nav li ul.sub-menu > li a,
    #header .elementor-widget-wp-widget-nav_menu .dt-primary-nav ul.sub-menu li a {
        line-height: normal;
        padding: 15px 20px;
        font-size: 16px;
    }

    .dt-header-menu ul.dt-primary-nav li ul.sub-menu li a,
    #header .elementor-widget-wp-widget-nav_menu .dt-primary-nav ul.sub-menu li a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .dt-header-menu ul.dt-primary-nav li ul.sub-menu li:last-child > a,
    #header .elementor-widget-wp-widget-nav_menu .dt-primary-nav ul.sub-menu li:last-child > a {
        border-bottom: none;
    }

    .no-header-menu ul li ul.children,
    .dt-header-menu ul.dt-primary-nav li ul.sub-menu,
    #header .elementor-widget-wp-widget-nav_menu .dt-primary-nav li .sub-menu {
        background-color: #fff;
        border-top: 3px solid;
        margin: 0;
        opacity: 0;
        padding: 0;
        right: 0;
        top: 100%;
        text-align: left;
        visibility: hidden;
        z-index: 10;
        -webkit-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

div:not(.dt-sc-maaya-header) .no-header-menu ul li ul.children,
div:not(.dt-sc-maaya-header) .dt-header-menu ul.dt-primary-nav li:not(.has-mega-menu) ul.sub-menu,
div:not(.dt-sc-maaya-header) .no-header-menu ul li ul.children,
div:not(.dt-sc-maaya-header) .dt-header-menu ul.dt-primary-nav li.has-mega-menu ul.sub-menu .vc_section {
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
}

.no-header-menu ul li ul.children,
.dt-header-menu ul.dt-primary-nav li:not(.has-mega-menu) ul.sub-menu,
#header .elementor-widget-wp-widget-nav_menu .dt-primary-nav li .sub-menu {
    position: absolute;
    width: 220px;
}

.no-header-menu ul li ul.children,
.dt-header-menu ul.dt-primary-nav li:not(.has-mega-menu) ul.sub-menu,
.no-header-menu ul li ul.children,
.dt-header-menu ul.dt-primary-nav li.has-mega-menu ul.sub-menu .menu-item-object-dt_mega_menus > .vc_row,
.no-header-menu ul li ul.children,
.dt-header-menu ul.dt-primary-nav li.has-mega-menu ul.sub-menu .menu-item-object-dt_mega_menus > .vc_section,
#header .elementor-widget-wp-widget-nav_menu .dt-primary-nav li .sub-menu {
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
}

.no-header-menu ul li ul.children,
.dt-header-menu ul.dt-primary-nav li.has-mega-menu ul.sub-menu .menu-item-object-dt_mega_menus > .vc_row,
.no-header-menu ul li ul.children,
.dt-header-menu ul.dt-primary-nav li.has-mega-menu ul.sub-menu .menu-item-object-dt_mega_menus > .vc_section {
    display: table;
}

.dt-col-static-position.wpb_column {
    position: static;
}

.dt-header-menu ul.dt-primary-nav li.has-mega-menu {
    position: static;
}

    .dt-header-menu ul.dt-primary-nav li.has-mega-menu > ul.sub-menu,
    .dt-header-menu ul.dt-primary-nav li.has-mega-menu > ul.sub-menu > li {
        display: block;
        font-size: 14px;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
    }

.no-header-menu ul li ul.children li,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li,
#header .elementor-widget-wp-widget-nav_menu .dt-primary-nav li ul.sub-menu li {
    margin: 0;
}

    .no-header-menu ul li ul.children li ul.children,
    .dt-header-menu ul.dt-primary-nav li ul.sub-menu li ul.sub-menu,
    #header .elementor-widget-wp-widget-nav_menu .dt-primary-nav li ul.sub-menu ul.sub-menu {
        top: -3px;
    }

#header .elementor-widget-wp-widget-nav_menu .dt-primary-nav li.menu-item-depth-1 > ul.sub-menu,
.no-header-menu ul li.menu-item-depth-1 > ul.children,
.dt-header-menu ul.dt-primary-nav li.menu-item-depth-1 > ul.sub-menu,
#header .elementor-widget-wp-widget-nav_menu .dt-primary-nav li.menu-item-depth-3 > ul.sub-menu,
.no-header-menu ul li.menu-item-depth-3 > ul.children,
.dt-header-menu ul.dt-primary-nav li.menu-item-depth-3 > ul.sub-menu,
#header .elementor-widget-wp-widget-nav_menu .dt-primary-nav li.menu-item-depth-5 > ul.sub-menu,
.no-header-menu ul li.menu-item-depth-5 > ul.children,
.dt-header-menu ul.dt-primary-nav li.menu-item-depth-5 > ul.sub-menu,
#header .elementor-widget-wp-widget-nav_menu .dt-primary-nav li.menu-item-depth-7 > ul.sub-menu,
.no-header-menu ul li.menu-item-depth-7 > ul.children,
.dt-header-menu ul.dt-primary-nav li.menu-item-depth-7 > ul.sub-menu,
#header .elementor-widget-wp-widget-nav_menu .dt-primary-nav li.menu-item-depth-9 > ul.sub-menu,
.no-header-menu ul li.menu-item-depth-9 > ul.children,
.dt-header-menu ul.dt-primary-nav li.menu-item-depth-9 > ul.sub-menu {
    right: 100%;
}

#header .elementor-widget-wp-widget-nav_menu .dt-primary-nav li.menu-item-depth-2 > ul.sub-menu,
.no-header-menu ul li.menu-item-depth-2 > ul.children,
.dt-header-menu ul.dt-primary-nav li.menu-item-depth-2 > ul.sub-menu,
#header .elementor-widget-wp-widget-nav_menu .dt-primary-nav li.menu-item-depth-4 > ul.sub-menu,
.no-header-menu ul li.menu-item-depth-4 > ul.children,
.dt-header-menu ul.dt-primary-nav li.menu-item-depth-4 > ul.sub-menu,
#header .elementor-widget-wp-widget-nav_menu .dt-primary-nav li.menu-item-depth-6 > ul.sub-menu,
.no-header-menu ul li.menu-item-depth-6 > ul.children,
.dt-header-menu ul.dt-primary-nav li.menu-item-depth-6 > ul.sub-menu,
#header .elementor-widget-wp-widget-nav_menu .dt-primary-nav li.menu-item-depth-8 > ul.sub-menu,
.no-header-menu ul li.menu-item-depth-8 > ul.children,
.dt-header-menu ul.dt-primary-nav li.menu-item-depth-8 > ul.sub-menu,
#header .elementor-widget-wp-widget-nav_menu .dt-primary-nav li.menu-item-depth-10 > ul.sub-menu,
.no-header-menu ul li.menu-item-depth-10 > ul.children,
.dt-header-menu ul.dt-primary-nav li.menu-item-depth-10 > ul.sub-menu {
    left: 100%;
    right: auto;
}

.no-header-menu ul li.has-mega-menu:last-child > ul.children,
.dt-header-menu ul.dt-primary-nav li.has-mega-menu:last-child > ul.sub-menu,
.no-header-menu ul li.has-mega-menu:nth-last-child(2) > ul.children,
.dt-header-menu ul.dt-primary-nav li.has-mega-menu:nth-last-child(2) > ul.sub-menu {
    left: 0;
    right: 0;
}

.no-header-menu ul li ul.children li,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li,
.no-header-menu ul li ul.children li a,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li a,
#header .elementor-widget-wp-widget-nav_menu .dt-primary-nav li ul.sub-menu li,
#header .elementor-widget-wp-widget-nav_menu .dt-primary-nav li ul.sub-menu li a {
    width: 100%;
}

.no-header-menu ul li a,
.dt-header-menu .dt-primary-nav li a,
#header .elementor-widget-wp-widget-nav_menu .dt-primary-nav li a {
    color: #252525;
}

.no-header-menu ul li:hover > ul.children,
.dt-header-menu ul.dt-primary-nav li:hover > ul.sub-menu,
#header .elementor-widget-wp-widget-nav_menu .dt-primary-nav li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

.header-top-absolute .menu-main-menu-container {
    float: right;
}

.mobile-nav-container .menu-trigger {
    cursor: pointer;
}

    .mobile-nav-container .menu-trigger > i:before {
        content: "\f0c9";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 13px;
        font-style: normal;
    }

    .mobile-nav-container .menu-trigger > i,
    .mobile-nav-container .menu-trigger > span {
        display: inline-block;
        font-weight: 700;
        padding: 0 5px;
        vertical-align: middle;
    }

.mobile-menu,
.mobile-menu ul.dt-primary-nav,
.mobile-menu ul.dt-primary-nav li,
#header .elementor-widget-wp-widget-nav_menu .mobile-menu .dt-primary-nav,
#header .elementor-widget-wp-widget-nav_menu .mobile-menu .dt-primary-nav li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
}

    .mobile-menu ul.dt-primary-nav li,
    #header .elementor-widget-wp-widget-nav_menu .mobile-menu .dt-primary-nav li {
        position: static;
    }

    .mobile-menu .dt-primary-nav li a,
    .dt-header-menu .mobile-menu ul.dt-primary-nav li a,
    .dt-header-menu .mobile-menu ul.dt-primary-nav li ul.sub-menu > li a,
    .dt-header-menu .mobile-menu ul.dt-primary-nav li ul.children > li a,
    #header .elementor-widget-wp-widget-nav_menu .mobile-menu ul.dt-primary-nav li a,
    #header .elementor-widget-wp-widget-nav_menu .mobile-menu ul.dt-primary-nav li ul.children > li a,
    #header .elementor-widget-wp-widget-nav_menu .mobile-menu ul.dt-primary-nav li ul.sub-menu > li a {
        border-style: solid;
        border-width: 1px 0 0;
        color: #000;
        display: block;
        font-size: 16px;
        padding: 5px 15px;
    }

    .mobile-menu .dt-primary-nav > li > a,
    .dt-header-menu .mobile-menu ul.dt-primary-nav > li > a,
    .dt-header-menu .mobile-menu ul.dt-primary-nav li ul.children > li a,
    .dt-header-menu .mobile-menu ul.dt-primary-nav li ul.sub-menu > li a,
    #header .elementor-widget-wp-widget-nav_menu .mobile-menu ul.dt-primary-nav > li > a,
    #header .elementor-widget-wp-widget-nav_menu .mobile-menu ul.dt-primary-nav li ul.sub-menu > li a,
    #header .elementor-widget-wp-widget-nav_menu .mobile-menu ul.dt-primary-nav li ul.children > li a {
        min-height: 42px;
        line-height: 42px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .mobile-menu ul.dt-primary-nav,
    #header .elementor-widget-wp-widget-nav_menu .mobile-menu .dt-primary-nav {
        padding-top: 50px;
    }

        .mobile-menu,
        .mobile-menu > ul,
        .mobile-menu ul.sub-menu,
        .dt-header-menu .mobile-menu ul.dt-primary-nav li ul.children,
        .dt-header-menu .mobile-menu ul.dt-primary-nav li ul.sub-menu,
        #header .elementor-widget-wp-widget-nav_menu .mobile-menu .dt-primary-nav li .children,
        #header .elementor-widget-wp-widget-nav_menu .mobile-menu .dt-primary-nav li .sub-menu {
            background: #fff;
            border-width: 0;
            display: block;
            height: 100%;
            margin: 0;
            opacity: 1;
            overflow-y: visible;
            overflow-x: hidden;
            padding: 0;
            position: fixed;
            left: auto !important;
            right: 0 !important;
            top: 0;
            visibility: visible;
            width: 100%;
            z-index: 5;
            -webkit-border-radius: 0;
            border-radius: 0;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            -webkit-transform: translateX(0);
            transform: translateX(0);
            -webkit-transition: transform 0.3s;
            transition: transform 0.3s;
        }

.mobile-menu {
    max-width: 260px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    transform: translateX(100%);
    transition: transform 0.25s, visibility 0s 0.3s, opacity 0.25s;
}

.mobile-nav-offcanvas-right .mobile-menu {
    right: 0;
}

.mobile-nav-offcanvas-left .mobile-menu {
    left: 0;
    right: auto;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.mobile-menu.is-hidden,
.mobile-menu ul.is-hidden,
.mobile-menu ul.sub-menu.is-hidden,
.dt-header-menu .mobile-menu ul.dt-primary-nav li ul.children.is-hidden,
.dt-header-menu .mobile-menu ul.dt-primary-nav li ul.sub-menu.is-hidden,
#header .elementor-widget-wp-widget-nav_menu .mobile-menu .dt-primary-nav li .children.is-hidden,
#header .elementor-widget-wp-widget-nav_menu .mobile-menu .dt-primary-nav li .sub-menu.is-hidden {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.mobile-menu.nav-is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.25s, visibility 0s 0s;
    transition: transform 0.25s, visibility 0s 0s;
}

.mobile-menu ul.children,
.mobile-menu ul.sub-menu,
#header .elementor-widget-wp-widget-nav_menu .mobile-menu ul.children,
#header .elementor-widget-wp-widget-nav_menu .mobile-menu ul.sub-menu {
    width: 100% !important;
}

    .mobile-menu ul.children li,
    .mobile-menu ul.sub-menu li,
    #header .elementor-widget-wp-widget-nav_menu .mobile-menu ul.children li,
    #header .elementor-widget-wp-widget-nav_menu .mobile-menu ul.sub-menu li {
        float: left;
        width: 100%;
    }

.mobile-menu ul.dt-primary-nav li.go-back a,
#header .elementor-widget-wp-widget-nav_menu .mobile-menu ul.dt-primary-nav li.go-back a {
    border-width: 0;
    height: 100%;
    padding: 0;
}

.mobile-menu ul.dt-primary-nav li.go-back a,
#header .elementor-widget-wp-widget-nav_menu .mobile-menu ul.dt-primary-nav li.go-back a,
.mobile-menu li[class*="has-children"] > a,
.mobile-menu li[class*="has_children"] > a,
#header .elementor-widget-wp-widget-nav_menu .mobile-menu li[class*="has-children"] > a,
#header .elementor-widget-wp-widget-nav_menu .mobile-menu li[class*="has_children"] > a {
    position: relative;
}

.mobile-menu li[class*="has-children"] > a,
.mobile-menu li[class*="has_children"] > a,
#header .elementor-widget-wp-widget-nav_menu .mobile-menu li[class*="has-children"] > a,
#header .elementor-widget-wp-widget-nav_menu .mobile-menu li[class*="has_children"] > a {
    padding-right: 40px;
}

.mobile-menu ul.dt-primary-nav li.go-back,
.mobile-menu ul.dt-primary-nav li.close-nav,
#header .elementor-widget-wp-widget-nav_menu .mobile-menu .dt-primary-nav li.go-back,
#header .elementor-widget-wp-widget-nav_menu .mobile-menu .dt-primary-nav li.close-nav {
    display: inline-block;
    height: 50px;
    width: 100%;
}

.mobile-menu ul.dt-primary-nav ul.children li.go-back,
.mobile-menu ul.dt-primary-nav ul.children li.close-nav,
.mobile-menu ul.dt-primary-nav ul.sub-menu li.go-back,
.mobile-menu ul.dt-primary-nav ul.sub-menu li.close-nav,
#header .elementor-widget-wp-widget-nav_menu .mobile-menu .dt-primary-nav ul.children li.go-back,
#header .elementor-widget-wp-widget-nav_menu .mobile-menu .dt-primary-nav ul.children li.close-nav,
#header .elementor-widget-wp-widget-nav_menu .mobile-menu .dt-primary-nav ul.sub-menu li.go-back,
#header .elementor-widget-wp-widget-nav_menu .mobile-menu .dt-primary-nav ul.sub-menu li.close-nav {
    width: 50%;
}

.mobile-menu ul.dt-primary-nav li.close-nav,
#header .elementor-widget-wp-widget-nav_menu .mobile-menu .dt-primary-nav li.close-nav {
    border: none !important;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    text-align: center;
    width: 50px;
    cursor: pointer;
}

    .mobile-menu ul.dt-primary-nav li.close-nav:before,
    .mobile-menu ul.dt-primary-nav li.close-nav:after {
        background-color: #222;
        content: "";
        height: 35%;
        margin: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        width: 2px;
    }

.mobile-menu ul.dt-primary-nav ul.sub-menu li.go-back:before,
.mobile-menu ul.dt-primary-nav ul.sub-menu li.close-nav:before,
.mobile-menu ul.dt-primary-nav ul.sub-menu li.go-back:after,
.mobile-menu ul.dt-primary-nav ul.sub-menu li.close-nav:after,
.mobile-menu ul.dt-primary-nav ul.children li.go-back:before,
.mobile-menu ul.dt-primary-nav ul.children li.close-nav:before,
.mobile-menu ul.dt-primary-nav ul.children li.go-back:after,
.mobile-menu ul.dt-primary-nav ul.children li.close-nav:after {
    margin: auto 0;
    left: auto;
    right: 20px;
}

.mobile-menu ul.dt-primary-nav li.close-nav:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu ul.dt-primary-nav li.close-nav:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu ul.dt-primary-nav li.close-nav:hover:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu ul.dt-primary-nav li.close-nav:hover:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu ul.dt-primary-nav li.go-back a:before,
.mobile-menu ul.dt-primary-nav li.go-back a:after,
.mobile-menu li[class*="has-children"] > a:before,
.mobile-menu li[class*="has-children"] > a:after,
.mobile-menu li[class*="has_children"] > a:before,
.mobile-menu li[class*="has_children"] > a:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile-menu ul.dt-primary-nav li.go-back a:before {
    content: "\edc6";
    font-family: "IcoMoon-Ultimate" !important;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    left: 15px;
    text-align: center;
    font-weight: 900;
}

.mobile-menu li[class*="has-children"] > a:before,
.mobile-menu li[class*="has_children"] > a:before {
    content: "\edbe";
    font-family: "IcoMoon-Ultimate" !important;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    right: 12px;
    text-align: center;
    font-weight: 900;
}

.mobile-menu ul.dt-primary-nav li.go-back a:after,
.mobile-menu li[class*="has-children"] > a:after,
.mobile-menu li[class*="has_children"] > a:after {
    content: "";
    background-color: currentColor;
    height: 2px;
    opacity: 0;
    visibility: hidden;
}

.mobile-menu ul.dt-primary-nav li.go-back a:hover:before {
    left: 10px;
}

.mobile-menu li[class*="has-children"] > a:hover:before,
.mobile-menu li[class*="has_children"] > a:hover:before {
    right: 8px;
}

.mobile-menu ul.dt-primary-nav li.go-back a:after {
    left: 25px;
}

.mobile-menu ul.dt-primary-nav li.go-back a:hover:after {
    left: 15px;
}

.mobile-menu li[class*="has-children"] > a:after,
.mobile-menu li[class*="has_children"] > a:after {
    right: 18px;
}

.mobile-menu li[class*="has-children"] > a:hover:after,
.mobile-menu li[class*="has_children"] > a:hover:after {
    right: 12px;
}

.overlay {
    /*background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    width: 100%;
    z-index: 98;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;*/
}

    .overlay.is-visible,
    .mobile-menu ul.dt-primary-nav li.go-back a:hover:after,
    .mobile-menu li[class*="has-children"] > a:hover:after,
    .mobile-menu li[class*="has_children"] > a:hover:after {
        opacity: 1;
        visibility: visible;
    }

.mobile-menu ul.dt-primary-nav li a,
.mobile-menu ul.dt-primary-nav li a:before,
.mobile-menu ul.dt-primary-nav li a:after,
.mobile-menu ul.dt-primary-nav li.close-nav,
.mobile-menu ul.dt-primary-nav li.close-nav:before,
.mobile-menu ul.dt-primary-nav li.close-nav:after {
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.mobile-menu .dt-primary-nav li a {
    border-color: rgba(0, 0, 0, 0.06);
}

.mobile-menu ul.dt-primary-nav li.see-all a {
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
}

.mobile-menu .dt-sc-dark-bg h1,
.mobile-menu .dt-sc-dark-bg h2,
.mobile-menu .dt-sc-dark-bg h3,
.mobile-menu .dt-sc-dark-bg h4,
.mobile-menu .dt-sc-dark-bg h5,
.mobile-menu .dt-sc-dark-bg h6,
.mobile-menu .dt-sc-dark-bg p {
    color: #000 !important;
}

.mobile-menu ul.sub-menu::-webkit-scrollbar {
    background-color: #f1f1f1;
    width: 5px;
}

.mobile-menu ul.sub-menu::-webkit-scrollbar-track,
.mobile-menu ul.sub-menu::-webkit-scrollbar-thumb {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) inset;
}

.mobile-menu ul.sub-menu::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 5px;
}

#main .mobile-nav-container .menu-trigger {
    display: none;
}

.dt-header-menu.left {
    float: left;
}

.dt-header-menu.center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.dt-header-menu.right {
    float: right;
}

.flex-col-elements-inline-middle .dt-header-menu.left {
    display: table;
    margin-right: auto;
}

.flex-col-elements-inline-middle .dt-header-menu.center {
    display: table;
    margin-left: 0;
    margin-right: 0;
}

.flex-col-elements-inline-middle .dt-header-menu.right {
    display: table;
    margin-left: auto;
}

.dt-header-menu.gap_none .dt-primary-nav li {
    margin: 0;
}

.dt-header-menu.gap_1 .dt-primary-nav li {
    margin: 0 1px 0 0;
}

.vc_row.vc_row-flex > .vc_column_container .dt-header-menu.justify {
    display: inline-block;
}

.dt-header-menu ul.dt-primary-nav > li > a.icon-position-left > .menu-item-icon {
    padding-right: 6px;
}

.dt-header-menu ul.dt-primary-nav > li > a.icon-position-right > .menu-item-icon {
    padding-left: 6px;
}

    .dt-header-menu ul.dt-primary-nav > li > a.icon-position-right > .menu-item-icon ~ span {
        float: left;
    }

.dt-header-menu ul.dt-primary-nav > li > a {
    position: relative;
}

    .dt-header-menu ul.dt-primary-nav > li,
    .dt-header-menu ul.dt-primary-nav > li a,
    .dt-header-menu ul.dt-primary-nav > li > a:before,
    .dt-header-menu ul.dt-primary-nav > li > a:after,
    .dt-header-menu ul.dt-primary-nav > li a > span,
    .dt-header-menu ul.dt-primary-nav > li a > span:before {
        -webkit-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

.search-module {
    display: inline-block;
    text-align: center;
    position: relative;
}

    .search-module:before {
        background-color: #bcbcbc;
        bottom: 0;
        content: "";
        height: 20px;
        line-height: 0;
        margin: auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 1px;
    }

.menu-icons-wrapper {
    margin: 0 5px;
    padding: 5px 0;
}

    .menu-icons-wrapper .search,
    .menu-icons-wrapper .cart {
        display: inline-block;
        margin: 0 5px;
        text-align: center;
        width: 25px;
    }

    .menu-icons-wrapper.rounded-icons .search,
    .menu-icons-wrapper.rounded-icons .cart {
        margin: 0 5px;
    }

    .menu-icons-wrapper .search a,
    .menu-icons-wrapper .cart a {
        font-size: 14px;
    }

    .menu-icons-wrapper.rounded-icons .search a span,
    .menu-icons-wrapper.rounded-icons .cart a span {
        height: 38px;
        line-height: 40px;
        text-align: center;
        width: 38px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .menu-icons-wrapper .top-menu-search-container {
        display: none;
        position: absolute;
        right: 50%;
        top: 100%;
        width: 250px;
        z-index: 9;
    }

        .menu-icons-wrapper .top-menu-search-container.show-top-menu-search {
            display: block;
        }

        .menu-icons-wrapper .top-menu-search-container .search-form label span {
            display: none;
        }

        .menu-icons-wrapper .top-menu-search-container .search-form input[type="submit"] {
            text-indent: -9999px;
        }

        .menu-icons-wrapper .top-menu-search-container .search-form input[type="search"] {
            padding-right: 30px;
            text-transform: none;
        }

    .menu-icons-wrapper .cart sup {
        width: 15px;
        height: 15px;
        line-height: 15px;
        text-align: center;
        font-size: 9px;
        font-weight: 700;
        color: #fff;
        border-radius: 50%;
        position: relative;
        top: -8px;
        left: -9px;
        display: inline-block;
    }

#searchform {
    border: 1px solid;
    display: inline-block;
    margin: 0;
    max-width: 250px;
    position: relative;
}

    #searchform:before {
        content: "\f002";
        font-family: "Font Awesome 5 Free";
        font-size: 14px;
        font-weight: 900;
    }

    #searchform input[type="text"] {
        border-width: 0;
        background: none;
        font-size: 14px;
        padding: 12px 50px 12px 25px;
        text-transform: capitalize;
        width: 220px;
    }

    #searchform label span {
        display: none;
    }

    #searchform input[type="submit"] {
        background: none;
        cursor: pointer;
        margin: 0;
        padding: 0;
        text-indent: -9999px;
        z-index: 1;
    }

    #searchform .dt-search-icon {
        background-color: red;
        color: #fff;
        height: inherit;
        opacity: 0;
        left: 100%;
        visibility: hidden;
        z-index: -1;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

        #searchform .dt-search-icon span {
            display: block;
            height: 100%;
            width: 100%;
        }

            #searchform .dt-search-icon span:before {
                margin: auto;
                position: absolute;
                left: 0;
                right: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

    #searchform:before,
    #searchform input[type="submit"],
    #searchform .dt-search-icon {
        height: inherit;
        margin-top: auto;
        margin-bottom: auto;
        position: absolute;
        bottom: 0;
        right: 0;
        top: 0;
        text-align: center;
        width: 70px;
    }

    #searchform:before {
        height: 0;
        line-height: 0;
        -webkit-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

    #searchform:hover .dt-search-icon {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

.simple-header-search #searchform .dt-search-icon,
.overlay-header-search #searchform .dt-search-icon {
    display: none;
}

.simple-header-search.stretch,
.simple-header-search.stretch #searchform,
.simple-header-search.stretch #searchform input[type="text"] {
    height: 100%;
}

.search-module.slide-down-header-search {
    height: 100%;
}

    .search-module.slide-down-header-search #searchform,
    .search-module.slide-down-header-search #searchform input[type="text"] {
        width: 100%;
    }

    .search-module.slide-down-header-search .menu-icons-wrapper,
    .search-module.slide-down-header-search .menu-icons-wrapper .search,
    .search-module.slide-down-header-search .menu-icons-wrapper .search a,
    .search-module.slide-down-header-search .menu-icons-wrapper .search a span {
        height: inherit;
        width: inherit;
    }

    .search-module.slide-down-header-search .menu-icons-wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }

        .search-module.slide-down-header-search .menu-icons-wrapper .search a {
            display: inline-block;
        }

.search-module.simple-header-search.filled #searchform {
    border-color: transparent;
}

.search-module.simple-header-search.filled.gray #searchform {
    background-color: #f3f3f3;
}

.search-module.simple-header-search.filled.gray.dt-sc-dark-bg #searchform {
    background-color: #333;
}

.search-module.slide-down-header-search #searchform,
.search-module.simple-header-search.filled.white #searchform {
    background-color: #fff;
}

.search-module.simple-header-search.simple-rounded #searchform {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.search-module:not(.simple-header-search).filled,
.search-module:not(.simple-header-search).filled-onhvr {
    position: relative;
    text-align: center;
}

    .search-module:not(.simple-header-search).filled.stretch,
    .search-module:not(.simple-header-search).filled-onhvr.stretch {
        width: 60px;
    }

        .search-module:not(.simple-header-search).filled.stretch .menu-icons-wrapper,
        .search-module:not(.simple-header-search).filled.stretch .menu-icons-wrapper .search,
        .search-module:not(.simple-header-search).filled-onhvr.stretch .menu-icons-wrapper,
        .search-module:not(.simple-header-search).filled-onhvr.stretch .menu-icons-wrapper .search {
            margin-left: 0;
            margin-right: 0;
        }

    .search-module:not(.simple-header-search).filled .menu-icons-wrapper .search a span:before,
    .search-module:not(.simple-header-search).filled-onhvr .menu-icons-wrapper .search a span:before,
    .search-module:not(.simple-header-search).stretch .menu-icons-wrapper .search a span:before,
    .search-module:not(.simple-header-search).stretch .menu-icons-wrapper .search a span:before {
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.search-module.filled:not(.simple-header-search):not(.dt-sc-skin-highlight),
.search-module.filled-onhvr:not(.simple-header-search):not(.dt-sc-skin-highlight):hover {
    background-color: #f3f3f3;
}

.search-module:not(.simple-header-search).filled.dt-sc-dark-bg,
.search-module:not(.simple-header-search).filled-onhvr.dt-sc-dark-bg:hover {
    background-color: #000;
}

    .search-module:not(.simple-header-search).filled.dt-sc-dark-bg .menu-icons-wrapper .search span,
    .search-module:not(.simple-header-search).filled-onhvr.dt-sc-dark-bg:hover .menu-icons-wrapper .search span,
    .search-module:not(.simple-header-search).filled.dt-sc-skin-highlight .menu-icons-wrapper .search span,
    .search-module:not(.simple-header-search).filled-onhvr.dt-sc-skin-highlight:hover .menu-icons-wrapper .search span {
        color: #fff;
    }

.overlay-search {
    width: auto;
    float: right;
}

    .overlay-search,
    .overlay-search *,
    .overlay-search *:before,
    .overlay-search *:after {
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .overlay-search .overlay-close:before,
        .overlay-search .overlay-close:after {
            border-color: #161616;
        }

.overlay-search {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: #fff;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    cursor: inherit;
}

    .overlay-search.open {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.overlay-header-search .overlay-search #searchform {
    border-style: solid;
    border-width: 0 0 1px;
    margin: 0 auto;
    max-width: none;
    padding-bottom: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay-search #searchform input[type="text"] {
    color: #000;
}

.overlay-search #searchform input[type="text"] {
    width: 100%;
    font-size: 40px;
    text-transform: capitalize;
    padding-right: 60px;
}

.overlay-search #searchform input[type="submit"] {
    width: 55px;
    height: 100%;
}

.overlay-header-search .overlay-search #searchform:before {
    font-size: 30px;
    right: 10px;
}

.overlay-search-icon span {
    cursor: pointer;
    color: #2f2e2e;
}

.overlay-search .overlay-close {
    cursor: pointer;
    width: 75px;
    height: 75px;
    transform: scale(0);
    position: fixed;
    right: 20px;
    top: 20px;
    font-size: 0;
    z-index: 9;
    border-radius: 50%;
}

.overlay-search.open .overlay-close {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}

.overlay-search .overlay-close:before,
.overlay-search .overlay-close:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 50px;
    top: 50%;
    left: 50%;
    background: #fff;
}

.overlay-search .overlay-close:before {
    transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
}

.overlay-search .overlay-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
}

.search-module,
.search-module * {
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.cart-info {
    padding: 14px 20px 14px 57px;
    width: auto;
    display: inline-block;
    position: relative;
    margin: 28px 0 0;
}

    .cart-info p {
        margin: 0;
    }

    .cart-info:before {
        content: "\e66c";
        position: absolute;
        font-family: "Stroke-Gap-Icons";
        font-size: 20px;
        left: 15px;
        top: 18px;
    }

.cart-icon span {
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 28px;
    top: 9px;
}

.cart-total {
    font-size: 14px;
    display: inline-block;
    margin: 0 0 0 20px;
}

.live-chat {
    float: right;
    margin: 32px 0 0 10px;
}

    .live-chat a {
        font-size: 10px;
        font-weight: 800;
        padding: 10px 15px 9px;
        text-transform: uppercase;
        border-radius: 5px;
    }

        .live-chat a span {
            font-size: 14px;
            display: inline-block;
            margin: 0 5px 0 0;
        }

.dt-inline-modal ul.dt-sc-tabs-vertical > li > a {
    font-weight: 700;
    line-height: normal;
    padding: 10px 15px;
}

.dt-inline-modal .dt-sc-tabs-vertical-content {
    min-height: 210px;
    float: left;
    width: 68%;
    margin: 0;
    padding: 20px 30px 20px;
    position: relative;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.dt-inline-modal .dt-toggle-switch label {
    color: currentColor;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 5px;
    vertical-align: middle;
}

    .dt-inline-modal .dt-toggle-switch label input[type="checkbox"] {
        margin-right: 8px;
        margin-top: -2px;
    }

.dt-inline-modal .dt-sc-tabs-vertical-container {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    clear: both;
    overflow: hidden;
}

.dt-inline-modal ul.dt-sc-tabs-vertical {
    width: 32%;
    margin: 0 -1px 1px 0;
    padding: 0;
    float: left;
    padding: 0;
    list-style: none;
}

    .dt-inline-modal ul.dt-sc-tabs-vertical > li {
        float: left;
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .dt-inline-modal ul.dt-sc-tabs-vertical > li > a {
            border-right: 1px solid transparent;
            border-right-color: transparent;
            float: left;
            margin: 0;
            padding: 10px 20px 15px 0;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            color: rgba(0, 0, 0, 0.4);
            width: 100%;
            font-weight: 700;
            line-height: normal;
            padding: 10px 15px;
        }

            .dt-inline-modal ul.dt-sc-tabs-vertical > li > a.current {
                position: relative;
                z-index: 1;
            }

.mfp-close-btn-in .mfp-close {
    position: absolute !important;
    background-color: transparent !important;
    font-size: 28px;
}

.mfp-zoom-out-cur .mfp-close-btn-in .mfp-close {
    background-color: #ccc !important;
    color: #000;
    margin: 0;
    opacity: 1;
    padding: 0;
    right: -18px;
    top: 18px;
    text-align: center;
    width: 44px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.5);
    -webkit-transform: none;
    transform: none;
}

    .mfp-zoom-out-cur .mfp-close-btn-in .mfp-close:hover {
        background-color: #000 !important;
        color: #fff;
    }

.dt-simpler-slider {
    background: transparent;
    border: none;
    display: block;
    height: 32px;
    right: 20px;
    position: fixed;
    top: 20px;
    width: 32px;
    z-index: 999;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .dt-simpler-slider:before {
        transform: translate3d(0, 0, 0);
        transition: all 0.35s ease-in-out;
        -moz-transform: translate3d(0, 0, 0);
        -moz-transition: all 0.35s ease-in-out;
        -ms-transform: translate3d(0, 0, 0);
        -ms-transition: all 0.35s ease-in-out;
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        background: #ddd;
        content: "";
        display: block;
        font-size: 14px;
        line-height: 32px;
        opacity: 1;
        text-align: center;
        width: 40px;
        height: 40px;
        position: absolute;
        left: -4px;
        top: -5px;
    }

    .dt-sc-simpler-content-open .dt-simpler-slider:before,
    .dt-simpler-slider:hover:before {
        background: #000;
    }

.dt-sc-simpler-content-open .dt-simpler-slider:before {
    border-radius: 50%;
}

.dt-simpler-slider span {
    width: 25px;
    height: 3px;
    background: #000;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12.5px;
    margin-top: -1.5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .dt-simpler-slider span:first-child {
        top: 5px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
    }

    .dt-simpler-slider span:last-child {
        bottom: 5px;
        -webkit-transform: translate3d(0, 8px, 0);
        transform: translate3d(0, 8px, 0);
        -moz-transform: translate3d(0, 8px, 0);
        -ms-transform: translate3d(0, 8px, 0);
    }

    .dt-simpler-slider span:nth-child(2) {
        margin-top: -2px;
        top: 50%;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
    }

.dt-simpler-slider span {
    background: #fff;
}

.dt-sc-simpler-content-open .dt-simpler-slider span:first-child {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
    -moz-transform: translate3d(0, 10px, 0) rotate(45deg);
    -ms-transform: translate3d(0, 10px, 0) rotate(45deg);
}

.dt-sc-simpler-content-open .dt-simpler-slider span:last-child {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
    -moz-transform: translate3d(0, 0, 0) rotate(-45deg);
    -ms-transform: translate3d(0, 0, 0) rotate(-45deg);
}

.dt-sc-simpler-content-open .dt-simpler-slider span:nth-child(2) {
    -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
    transform: translate3d(0, 0, 0) scale(0.1, 1);
    -moz-transform: translate3d(0, 0, 0) scale(0.1, 1);
    -ms-transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.vc_row.dt-sc-simpler-content {
    margin: 0;
    position: relative;
}

    .vc_row.dt-sc-simpler-content > .wpb_column.vc_column_container {
        padding: 30px 0;
        background: #fff;
    }

    .vc_row.dt-sc-simpler-content > .vc_column_container,
    .vc_row.dt-sc-simpler-content > .vc_column-inner {
        height: 100%;
    }

.dt-sc-simpler-content-open .dt-simpler-slider span:nth-child(2) {
    width: 0;
}

.dt-sc-simpler-content-open .dt-simpler-slider:before {
    opacity: 1;
    visibility: visible;
    left: -5px;
}

.secondary-sidebar .vc_row.dt-sc-simpler-content {
    margin: 0;
    position: relative;
    overflow-y: scroll;
    background: #fff;
}

    .secondary-sidebar .vc_row.dt-sc-simpler-content .widget #searchform {
        max-width: 100%;
        width: 100%;
    }

.vc_row.dt-sc-simpler-content > .vc_column_container .dt-logo-container.logo-align-center {
    padding: 0 30px;
}

.vc_row.dt-sc-simpler-content > .vc_column_container .dt-header-menu {
    margin-left: 30px;
}

.vc_row.dt-sc-simpler-content > .secondary-sidebar .widget:last-child {
    margin-bottom: 30px;
}

.vc_row.dt-sc-simpler-content > .secondary-sidebar .type7 aside {
    padding: 25px;
}

#header .dt-header-tpl .vc_row.dt-sc-simpler-content .dt-sc-simpler-content-bottom {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.vc_row.dt-sc-simpler-content.boxed-header {
    border: 20px solid rgba(0, 0, 0, 0);
}

    .vc_row.dt-sc-simpler-content.boxed-header.dt-sc-simpler-content-close > .wpb_column.vc_column_container {
        margin-right: -20px;
        margin-left: 20px;
    }

    .vc_row.dt-sc-simpler-content.boxed-header > .vc_column_container .dt-header-menu {
        margin-left: 0;
    }

.vc_row.dt-sc-simpler-content.from-left.boxed-header.dt-sc-simpler-content-close > .wpb_column.vc_column_container {
    margin-left: -20px;
    margin-right: 0;
}

.vc_row.dt-sc-simpler-content.overlay-header {
    width: 100% !important;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .vc_row.dt-sc-simpler-content.overlay-header > .wpb_column.vc_column_container {
        background: rgba(255, 255, 255, 0.9);
    }

#header .dt-header-tpl .vc_row.dt-sc-simpler-content.overlay-header .dt-sc-simpler-content-top {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
}

.vc_row.dt-sc-simpler-content.overlay-header > .vc_column_container .dt-header-menu {
    width: 100%;
    text-align: center;
    margin: 0;
}

    .vc_row.dt-sc-simpler-content.overlay-header > .vc_column_container .dt-header-menu .dt-primary-nav {
        text-align: center;
    }

    .vc_row.dt-sc-simpler-content.overlay-header > .vc_column_container .dt-header-menu ul.dt-primary-nav > li > a {
        font-size: 40px;
        letter-spacing: 3px;
    }

        .vc_row.dt-sc-simpler-content.overlay-header > .vc_column_container .dt-header-menu ul.dt-primary-nav > li > a > .menu-item-icon {
            display: none;
        }

.vc_row.dt-sc-simpler-content.overlay-header {
    right: -100% !important;
    left: auto !important;
}

    .vc_row.dt-sc-simpler-content.overlay-header.dt-sc-simpler-content-open {
        right: 0 !important;
    }

    .vc_row.dt-sc-simpler-content.overlay-header .dt-simpler-slider {
        left: auto;
        right: 20px;
    }

    .vc_row.dt-sc-simpler-content.overlay-header.from-left {
        left: -100% !important;
    }

        .vc_row.dt-sc-simpler-content.overlay-header.from-left .dt-simpler-slider {
            right: auto;
            left: 20px;
        }

        .vc_row.dt-sc-simpler-content.overlay-header.from-left.dt-sc-simpler-content-open {
            left: 0 !important;
        }

.boxed-header .dt-simpler-slider {
    top: 25px;
}

.dt-sc-simpler-content-open .dt-simpler-slider,
.dt-sc-simpler-content-open.boxed-header .dt-simpler-slider {
    right: 320px;
    left: auto;
}

.from-left .dt-simpler-slider,
.overlay-header.from-left .dt-simpler-slider {
    left: 20px;
    right: auto;
}

.from-left.boxed-header .dt-simpler-slider {
    left: 25px;
    right: auto;
}

.dt-sc-simpler-content-open.from-left .dt-simpler-slider,
.dt-sc-simpler-content-open.from-left.boxed-header .dt-simpler-slider {
    left: 320px;
    right: auto;
}

.vc_row.dt-sc-simpler-content.from-left .dt-custom-nav-wrapper.inline-vertical[data-divider="yes"] .dt-custom-nav li.menu-item-has-children ul.sub-menu {
    right: -300px;
    left: auto;
}

.vc_row.dt-sc-simpler-content .dt-header-menu ul.dt-primary-nav > li {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.vc_row.dt-sc-simpler-content .dt-header-menu ul.dt-primary-nav li > ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 10px;
}

    .vc_row.dt-sc-simpler-content .dt-header-menu ul.dt-primary-nav li > ul.sub-menu > li.menu-item-object-dt_mega_menus > .vc_section {
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
        left: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: calc(100vw - 330px);
        max-width: calc(100vw - 330px);
    }

.vc_row.dt-sc-simpler-content .dt-header-menu ul.dt-primary-nav li:hover > ul.sub-menu {
    top: 0;
}

#slider {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    line-height: 0;
}

    #slider img {
        max-width: 100%;
    }

.section-wrapper {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}

    .section-wrapper.fullwidth-section > .container {
        width: 100%;
    }

    .section-wrapper.fullwidth-section {
        position: relative;
    }

.dark-overlay,
.extend-bg-fullwidth-left,
.extend-bg-fullwidth-right,
.light-overlay {
    position: relative;
}

    .dark-overlay:before,
    .light-overlay:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: inline !important;
        z-index: 0;
    }

.section-wrapper .container {
    z-index: 9;
}

.main-title-section-wrapper {
    background-color: rgba(0, 0, 0, 0.05);
    clear: both;
    float: left;
    margin: 0;
    padding: 148px 0;
    width: 100%;
}

    .main-title-section-wrapper.dt-sc-dark-bg {
        background-color: rgba(0, 0, 0, 0.75);
    }

#header-wrapper .main-title-section-wrapper {
    position: relative;
}

#header-wrapper.header-top-absolute .main-title-section-wrapper {
    position: static;
}

.main-title-section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

    .main-title-section h1 {
        color: #2b2b2b;
        font-size: 46px;
        font-weight: 700;
        line-height: normal;
        margin: 0 0 15px;
        word-break: break-all;
    }

.breadcrumb {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    clear: both;
    float: left;
    line-height: 32px;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .breadcrumb span:not(.current) {
        display: inline-block;
        margin: 0 12px;
        padding: 0;
    }

    .breadcrumb a,
    .breadcrumb span.current {
        color: fff;
    }

    .breadcrumb .fa.default,
    .breadcrumb .breadcrumb-default-delimiter {
        display: inline-block;
        height: 17px;
        width: 1px;
        background: #fff;
        top: 3px;
        position: relative;
        margin: 0 5px 0 10px;
    }

    .breadcrumb > .breadcrumb-default-delimiter:last-child {
        display: none;
    }

.main-title-section-wrapper.default .breadcrumb a + span:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.15);
    display: inline-block;
    height: 7px;
    position: relative;
    top: -1px;
    width: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.main-title-section.aligncenter {
    text-align: center;
}

.main-title-section.alignright {
    text-align: right;
}

.main-title-section-wrapper.breadcrumb-left .breadcrumb {
    clear: none;
    float: left;
    width: 35%;
    padding-right: 20px;
    margin-top: 13px;
}

.main-title-section-wrapper.breadcrumb-left .main-title-section {
    float: right;
    width: 65%;
    text-align: right;
}

.main-title-section-wrapper.breadcrumb-right .breadcrumb {
    clear: none;
    float: right;
    text-align: right;
    width: 35%;
    padding-left: 20px;
    margin-top: 13px;
}

.main-title-section-wrapper.breadcrumb-right .main-title-section {
    float: left;
    width: 65%;
}

.main-title-section-wrapper.breadcrumb-top-left-title-center .main-title-section {
    width: 100%;
    text-align: center;
}

.main-title-section-wrapper.breadcrumb-top-left-title-center .breadcrumb {
    margin-top: -70px;
    width: 100%;
    float: left;
}

.main-title-section-wrapper.breadcrumb-top-right-title-center .main-title-section {
    width: 100%;
    text-align: center;
}

.main-title-section-wrapper.breadcrumb-top-right-title-center .breadcrumb {
    margin-top: -70px;
    width: 100%;
    float: right;
    text-align: right;
}

.main-title-section h1,
.breadcrumb {
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

.dt-sc-dark-bg .breadcrumb {
    color: rgba(255, 255, 255, 0.6);
}

    .dt-sc-dark-bg .breadcrumb a {
        color: #fff;
    }

        .dt-sc-dark-bg .breadcrumb a:hover,
        .dt-sc-dark-bg .breadcrumb span.current {
            color: rgba(255, 255, 255, 0.6);
        }

    .dt-sc-dark-bg .breadcrumb .fa.default {
        background: #fff;
    }

.main-title-section-wrapper {
    background-color: rgba(0, 0, 0, 0) !important;
}

    .main-title-section-wrapper > .main-title-section-bg,
    .main-title-section-wrapper > .main-title-section-bg:after {
        content: "";
        height: 100% !important;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
    }

        .main-title-section-wrapper > .main-title-section-bg:after {
            background: rgba(0, 0, 0, 0.75);
        }

#footer {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
}

    #footer .container {
        z-index: 9;
    }

.footer-copyright {
    float: left;
    margin: 0;
    padding: 36px 0;
    width: 100%;
    clear: both;
    font-size: 14px;
}

    .footer-copyright .alignright img {
        float: right;
    }

.dt-no-footer-builder-content.footer-copyright {
    position: relative;
}

    .dt-no-footer-builder-content.footer-copyright:before {
        content: "";
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 50%;
        top: 0;
        width: 9999px;
        z-index: -1;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .dt-no-footer-builder-content.footer-copyright > * {
        vertical-align: middle;
    }

.page-template-default:not(.single) .dt-no-footer-builder-content.footer-copyright {
    margin: 100px 0 0;
}

.dt-sc-dark-bg .responsive-map {
    color: #000;
}

.footer-widgets a,
#footer a {
    color: #777;
}

.dt-mc-subscribe *,
.dt-sc-sociable li a > i {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dt-mc-subscribe .dt-subscribe-msg {
    display: inline-block;
}

    .dt-mc-subscribe .dt-subscribe-msg span {
        margin: 10px 0;
        line-height: 30px;
    }

.dt-sc-dark-bg .dt-mc-subscribe .dt-subscribe-msg span {
    color: #fff;
}

#footer .dt-sc-contact-info {
    padding-left: 30px;
    margin-bottom: 5px;
}

    #footer .dt-sc-contact-info span {
        margin: 8px 0 0 0;
        font-size: 14px;
        text-align: left;
        width: auto;
    }

    #footer .dt-sc-contact-info.type8 span {
        margin: auto;
        width: 84px;
        text-align: center;
        font-size: 32px;
    }

#footer .footer-copyright .widget,
#footer .footer-copyright .wpb_content_element,
#footer > .wpb_content_element {
    margin-bottom: 0;
}

.dt-custom-nav li {
    padding-bottom: 0;
}

.side-navigation {
    float: left;
    margin: 0 5.35% 0 0;
    padding: 0;
    width: 25.65%;
}

.side-navigation-content {
    float: left;
    margin: 0;
    padding: 0;
    width: 69%;
}

.side-navigation-bottom-content {
    width: 100%;
    float: left;
}

.side-navigation-content img {
    max-width: 100%;
}

.side-nav-container {
    float: left;
    margin: 0;
    padding: 0;
    width: 98%;
}

ul.side-nav {
    border: 1px solid;
    border-bottom: 0;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

    ul.side-nav li *,
    ul.side-nav li *:before,
    ul.side-nav li *:after {
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    ul.side-nav li {
        float: left;
        width: 100%;
        display: block;
        padding: 0;
        border-bottom: 1px solid;
    }

        ul.side-nav li a {
            color: #181823;
            padding: 12px 0 12px 60px;
            display: block;
            position: relative;
            font-weight: 600;
            font-size: 14px;
        }

            ul.side-nav li a:before {
                content: "\f301";
                font-family: Material-Design-Iconic-Font;
                font-style: normal;
                font-weight: 400;
                background: #f5f5f5;
                position: absolute;
                left: 3px;
                top: 3px;
                margin: auto;
                width: 42px;
                height: 42px;
                text-align: center;
                line-height: 42px;
            }

            ul.side-nav li a:hover:before {
                color: #fff;
            }

    ul.side-nav > li.current_page_item > a:before,
    ul.side-nav > li > ul > li.current_page_item > a:before,
    ul.side-nav > li > ul > li > ul > li.current_page_item > a:before {
        content: "\f2f5";
        font-size: 24px;
        color: #fff;
    }

    ul.side-nav li ul {
        border-top: 1px solid;
        margin: 0;
        padding-left: 0;
    }

        ul.side-nav li ul li:last-child {
            border: none;
            padding-bottom: 0;
        }

        ul.side-nav li ul li a {
            padding-left: 85px;
        }

    ul.side-nav ul ul li a {
        padding-left: 120px;
    }

    ul.side-nav,
    ul.side-nav li,
    ul.side-nav li ul {
        border-color: #e3e3e3;
    }

        ul.side-nav li a:before,
        ul.side-nav > li > a:hover,
        ul.side-nav > li > ul > li > a:hover,
        ul.side-nav > li > ul > li > ul > li > a:hover {
            color: #2d2d29;
        }

.sidenav-alignright .side-navigation {
    float: right;
    margin: 0 0 0 2%;
}

.side-navigation-bottom-content .widgettitle {
    padding-bottom: 25px;
    margin-bottom: 35px;
}

.side-navigation-content ul.dt-sc-fancy-list.arrow.dt-sc-consultancy-list li:before {
    content: "\f105";
}

.side-navigation-content ul.dt-sc-fancy-list.dt-sc-consultancy-list li:first-child:before {
    top: 1px;
}

.side-navigation-content ul.dt-sc-fancy-list.dt-sc-consultancy-list li:before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    font-size: 12px;
    position: absolute;
    top: 6px;
    left: 0;
}

.side-navigation-content ul.dt-sc-fancy-list.arrow.dt-sc-consultancy-list li {
    padding-left: 25px;
}

.side-navigation-content ul.dt-sc-fancy-list.dt-sc-consultancy-list li:first-child {
    padding-top: 0;
}

.side-navigation-content ul.dt-sc-fancy-list.dt-sc-consultancy-list li {
    clear: both;
    display: block;
    position: relative;
    padding: 10px 0 8px 23px;
    border-bottom: 1px solid #e5e5e5;
}

    .side-navigation-content ul.dt-sc-fancy-list.dt-sc-consultancy-list li:last-child {
        border-bottom: none;
    }

.side-navigation-content .dt-sc-wings-heading {
    margin: 0 0 25px;
    padding-bottom: 25px;
    line-height: 46px;
    position: relative;
    width: 100%;
    font-size: 32px;
}

    .side-navigation-content .dt-sc-wings-heading:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 45px;
        height: 3px;
    }

.side-navigation.type2 ul.side-nav > li.current_page_item > a:after,
.side-navigation.type2 ul.side-nav > li > ul > li.current_page_item > a:after {
    content: "";
    position: absolute;
    right: -11px;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left-width: 10px;
    border-left-style: solid;
    border-bottom: 10px solid transparent;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.side-navigation.type2 ul.side-nav > li.current_page_item > a {
    color: #fff;
}

.sidenav-alignright .side-navigation.type2 ul.side-nav > li.current_page_item > a:after,
.sidenav-alignright .side-navigation.type2 ul.side-nav > li > ul > li.current_page_item > a:after {
    left: -11px;
    right: auto;
    transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
}

.side-navigation.type3 ul.side-nav li {
    border-bottom: none;
}

    .side-navigation.type3 ul.side-nav li a:before,
    .side-navigation.type3 ul.side-nav li a:after {
        height: 28px;
        text-align: center;
        width: 45px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .side-navigation.type3 ul.side-nav li a:before {
        border-right: 1px solid;
        content: "\f0da";
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-weight: 900;
        line-height: inherit;
        margin-right: 15px;
    }

    .side-navigation.type3 ul.side-nav li a:after {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

    .side-navigation.type3 ul.side-nav li a:hover:before,
    ul.side-nav > li.current_page_item > a:before,
    .side-navigation.type3 ul.side-nav > li > ul > li.current_page_item > a:before,
    ul.side-nav > li > ul > li > ul > li.current_page_item > a:before {
        border-color: transparent;
        margin-right: 0;
    }

    .side-navigation.type3 ul.side-nav li:hover a:after,
    .side-navigation.type3 ul.side-nav > li.current_page_item > a:after,
    .side-navigation.type3 ul.side-nav > li > ul > li.current_page_item > a:after,
    .side-navigation.type3 ul.side-nav > li > ul > li > ul > li.current_page_item > a:after {
        width: 0;
    }

    .side-navigation.type3 ul.side-nav li ul {
        margin: 0;
        padding-left: 0;
    }

        .side-navigation.type3 ul.side-nav li ul li:last-child {
            padding-bottom: 0;
        }

        .side-navigation.type3 ul.side-nav li ul li a {
            padding-left: 130px;
        }

.side-navigation.type3 ul.side-nav > li.current_page_item > a,
.side-navigation.type3 ul.side-nav > li:hover > a {
    padding-left: 45px;
}

.side-navigation.type3 ul.side-nav li,
.side-navigation.type3 ul.side-nav li a,
.side-navigation.type3 ul.side-nav li a:before {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.side-navigation.type3 ul.side-nav > li > a:hover,
.side-navigation.type3 ul.side-nav > li > ul > li > a:hover,
.side-navigation.type3 ul.side-nav > li > ul > li > ul > li > a:hover,
.side-navigation.type3 ul.side-nav > li.current_page_item > a,
.side-navigation.type3 ul.side-nav > li > ul > li.current_page_item > a,
.side-navigation.type3 ul.side-nav > li > ul > li > ul > li.current_page_item > a,
.side-navigation.type3 ul.side-nav > li > a:hover:before,
.side-navigation.type3 ul.side-nav > li > ul > li > a:hover:before,
.side-navigation.type3 ul.side-nav > li > ul > li > ul > li > a:hover:before,
.side-navigation.type3 ul.side-nav > li.current_page_item > a:before,
.side-navigation.type3 ul.side-nav > li > ul > li.current_page_item > a:before,
.side-navigation.type3 ul.side-nav > li > ul > li > ul > li.current_page_item > a:before {
    color: #fff;
}

.side-navigation.type3 ul.side-nav {
    border-bottom: 1px solid #e3e3e3;
}

    .side-navigation.type3 ul.side-nav li {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.06) inset;
        box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.06) inset;
    }

        .side-navigation.type3 ul.side-nav li:last-child,
        .side-navigation.type3 ul.side-nav li ul li:last-child {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .side-navigation.type3 ul.side-nav li ul {
            -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06) inset;
            box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06) inset;
        }

        .side-navigation.type3 ul.side-nav li ul,
        .side-navigation.type3 ul.side-nav li a:before {
            border-color: #e3e3e3;
        }

        .side-navigation.type3 ul.side-nav li a,
        .side-navigation.type3 ul.side-nav li a:before {
            color: #333;
            background: none;
            font-size: 14px;
            line-height: 28px;
        }

        .side-navigation.type3 ul.side-nav li.current_page_item a:before {
            border-right: none;
        }

        .side-navigation.type3 ul.side-nav li:hover a:after {
            height: 0;
        }

.side-navigation.type4 ul.side-nav {
    overflow: hidden;
    border: none;
}

    .side-navigation.type4 ul.side-nav li {
        margin-bottom: 7px;
        border-width: 0 1px 0 0;
        border-style: solid;
        margin-bottom: 0;
    }

        .side-navigation.type4 ul.side-nav li a {
            padding: 13px 30px 13px 28px;
            text-align: left;
            background: transparent;
            font-size: 22px;
            font-weight: 600;
        }

            .side-navigation.type4 ul.side-nav li a:before {
                content: "";
                background: #f5f5f5;
                background-color: #000;
                position: absolute;
                right: 0;
                top: 0;
                margin: auto;
                width: 5px;
                height: 100%;
                left: auto;
                display: none;
            }

            .side-navigation.type4 ul.side-nav li a:after {
                width: 5px;
                height: 100%;
                content: "";
                position: absolute;
                right: -10px;
                top: 0;
                z-index: 9;
                display: none;
            }

        .side-navigation.type4 ul.side-nav > li > a:hover:after,
        .side-navigation.type4 ul.side-nav li.current_page_item > a:after {
            right: 0;
        }

        .side-navigation.type4 ul.side-nav li.current_page_item a {
            border-radius: 50px 0 0 50px;
        }

.side-navigation.type5 ul.side-nav,
.side-navigation.type5 .side-navigation-bottom-content .elementor-inner-section .elementor-column {
    border: 1px solid rgb(238, 238, 238);
    float: left;
    margin: 0 0 50px;
    padding: 30px 30px 35px;
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: -2.27px 4.455px 13.02px 7.98px rgba(0, 0, 0, 0.07);
    box-shadow: -2.27px 4.455px 13.02px 7.98px rgba(0, 0, 0, 0.07);
}

.side-navigation.type5 .side-navigation-bottom-content .elementor-inner-section .elementor-column {
    padding-bottom: 32px;
}

.side-navigation.type5 ul.side-nav li {
    display: block;
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}

    .side-navigation.type5 ul.side-nav li a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        display: block;
        font-size: 22px;
        font-weight: 700;
        line-height: normal;
        padding: 15px 0 20px;
        position: relative;
    }

        .side-navigation.type5 ul.side-nav li a:before {
            content: none;
        }

    .side-navigation.type5 ul.side-nav li,
    .side-navigation.type5 ul.side-nav li:last-child a {
        border-width: 0;
    }

        .side-navigation.type5 ul.side-nav li:first-child a {
            padding-top: 0;
        }

        .side-navigation.type5 ul.side-nav li:last-child a {
            padding-bottom: 0;
        }

        .side-navigation.type5 ul.side-nav li ul {
            border-top: 1px solid;
            margin: 0;
            padding-left: 0;
        }

            .side-navigation.type5 ul.side-nav li ul li a {
                padding-left: 85px;
            }

.side-navigation.type5 ul.side-nav ul ul li a {
    padding-left: 120px;
}

.side-navigation.type5 ul.side-nav li.current_page_item > a,
.side-navigation.type5 ul.side-nav li:hover > a {
    border-color: currentColor;
}

.side-navigation.type5 .side-navigation-bottom-content .elementor-inner-section .elementor-column .elementor-widget-heading .elementor-heading-title {
    line-height: 1.5em;
}

.side-navigation-content .elementor-tab-title a {
    display: block;
    line-height: normal;
    padding-right: 1.75em;
}

.loader {
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999991;
}

.loader-inner {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.loading-text {
    display: inline-block;
    font-size: 70px;
    font-weight: 700;
    margin-left: 5px;
    margin-right: 5px;
    text-transform: uppercase;
}

.loader-bounceball {
    position: relative;
    display: inline-block;
    height: 37px;
    width: 15px;
}

    .loader-bounceball:before,
    .loading-text:before,
    .loading-text:after {
        background-color: #252525;
        content: "";
        display: inline-block;
        height: 15px;
        margin: 0 3px;
        width: 15px;
        border-radius: 50%;
    }

.loading-text:before,
.loading-text:after {
    float: right;
    position: relative;
    bottom: -25px;
}

.loader-bounceball:before {
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: loader-bounceball 500ms alternate infinite ease;
    animation: loader-bounceball 500ms alternate infinite ease;
}

@-webkit-keyframes loader-bounceball {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
    }

    35% {
        height: 15px;
        border-radius: 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    100% {
        top: 0;
    }
}

@keyframes loader-bounceball {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
    }

    35% {
        height: 15px;
        border-radius: 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    100% {
        top: 0;
    }
}

#toTop {
    background: url(data:image/gif;base64,R0lGODlhLgByAPf/AMna7vmmQpez1f3gvPr8/v/69fy2UvzChf7rzn6hy/f5/PzZYvvKDcfY7fzMN97o9fz9/vmeMvvGDfD0+c7e8Pq8cvuaDf3q03qeyv7jqWSOwbPK55m11r7T6/qvVfq2Zf3my22VxfeXIuHp897n8tjk88zc7/q5bO/z+NHf8fzFROzy+PuUDfvNFrfN6MXX7dLg8avC3f3AgaW92/3Wqv/8+Pzasf/+/fyrO/uFDf7yxLnM4/myXcbW6Onv9vijPGqSw//8+v7yyv706cDU7MDR5rvQ6vzUPoqq0P7trLnP6dvm9Nvl8dbj8vy5Lfu4FMza6v/57P7buficLrTM6PT4/PmrTv3kxZKv02KNwK/E3+Xs9Njj79Xh7vuNDbLH4P737XOZx2eQwoanzoKkzfuLINHd7P/58vvFIvuhDfeVH/vNlvyyOf/78f748f3jxf3hlvzQnfvHi/zMkPyuXPmpSfuJEPeUHbXJ4fvODerx+eXt9/vPDWGMwPv8/fn7/fu/Dfu4De/0+vuxDf7///uoDWGLv/vCDbzR6sLV7P7+//u7DnWayOvx+dzn9Nfk8+Lr9vP2+ubt9bjL4oCizPu0DtTh8vj6/f3+/vP3+/ukDvusDuPs9rDF3/r7/bTL6Obu99Pf7dfi78jX6b7Q5bvN5KO82tTh8cPW7Onw+Pf6/cTU5/n6/OPr9N/o8v7+/uTs96C52b3P5HCXxrPL5/ioRp642PeaKuTt946s0ejv+NXi8rfL4v7nwO3z+vzYrfj6/O7z+uHq9eHr9qi/3Orw+MDU69He7drl8+fv+M7c6/L2+/P2+/H2+/H1+fyuZvyqSvuZG/3Sc/vKD/24efeYJfynL/zJYv/88fuQEvucFP7rsv3lov3bj/20bfyqMPunG/zKSv/65vzXUP7iwf7rwP7t2f3oj/vAEfvGHfvSI/7n0PzhZ/3hf/3dpP/9+/zATvu5D/3Ig/7Ytf3eufyWNP7fwf/78v3hgv3Sg//99PrBff3KiWCLv7LK5////yH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1QzRCRUFDMDI5ODdFNzExOUM0NjhDN0FGMTgyMThFRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDRkQzNUI2NDg3MjkxMUU3OTE2MEE1QkFGOTQ5RkE0NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDRkQzNUI2Mzg3MjkxMUU3OTE2MEE1QkFGOTQ5RkE0NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1RDRCRUFDMDI5ODdFNzExOUM0NjhDN0FGMTgyMThFRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1QzRCRUFDMDI5ODdFNzExOUM0NjhDN0FGMTgyMThFRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAUyAP8ALAAAAAAuAHIAAAj/AP8JHEiwoMGBwA4qXMiQ4ZYEfhpKnGgQAqV+WihqnNipXz8NWzaKPDgii8d+Y0aqFAghwUmPq1aO5PXSYxhPMjWiEFPTI56cFDn09AgkEtCGI/oM9TjjKEMsSz2KmeD0oCRDUZlWNRgjq1RnWwmuwkO2rNmyI8KqHQkB1563cPek0kO3rp4qYWH528u3r19/HcI2+Eu4r6Cql2gVXnyq6oPFi41UfQF5cbCjfxRXJlziKKTNhRMdNQGa8IY/OTG5KE14T85GhGmZgKSHE4VPhWHkbPLXyGGCmToQNpYzkV8qmQ4qUPKXFoSVEDTz3bVwCeFGK/X8/X2wCuEHK5H9/0WtkBDhFCsB/FWw8A9hVCuN/IW1EBRhFyovESai6KAi44SxJ5J25xFi0CmL6THSY4W90Eh/hPgy2GLCjARDZVQgslplj4w0IWuLUTCSfCAuBoBIhOBWYmgiqbJiZCIJ8mJh+G2UzIyFifQZjn9FpBGDPPZFwEYlBOkXeRRZYmRfAlJ04ZJ7NTnRk1AOqREFUO5lJUVYZvmcRlQaSYVIYQaphEhKQhnYRo9kCd9GjmRpgkjDZGkJRT6mkqUjQQkkI5SgTIRHP6i5CGUzAomykA8a9OODQCoGucFzK4RA1UFQ9ROKQMIZiYhAofTDwUEkYNUPKQKpZ+SJ/+zQjyFMGP+UaT9N/VOkkcgIFItHSBSEgkm8CrTHkroIdJFHrRD0xUuzCLTMkpf8wwqwtBKEQU0o/KMIFUF++g8XL4XwZTE9KSMQZTyK+M+gLyn6TxE9xSBQmzxyItCsHsn7jy09kSFQMUGyhwkQNVFibE9ZsOeHdCuuSUJPGkTEU0/HCIQKjk0ItGxPrTizFDECxTmjLwKRMZQyWyzFiECZzKiEgRMo1VMpTESV1j+dlojeP6Us1YkoUWX0j3UrriDQGEvFAO5SuQikwAYleouCzPG6ElUXA6nKWmetRtWJJEv1OhAzDyyxRAlNNAFDCimY4HYDcCeSCF7/mBHVJJEMZYgrVR3/21MR/xBckwBbQbGUGf+49FIWj26FgakvSfKPADWZotYoED83yUtigBXWK9e+lIBAD58ktEwFHNRD5QL5MXEIUhJEz0TmzHEQBIy8NMpASHhUikIXVDDRAVO8cxC8HvVhlECk9MOIjwatEYBEQUxxxxUH+RGGR/4OFHMPC32gRuoM2XDHHXIoJItHkxQ0wysLBXC9QDcoZMX5PCjkySx9GE0QJgy5xR1s94/0GQQE57tDHRayA7FRJAj4+0cNRDAAg/AggT9YCCuwppEznO8WN3jDHWpRv4FcIIEj3IoHz3cBOZzvFwS5YAI9sJUaJHANHjjfD2ogEBGicB9hUcP5pDwgggTGQSD3QyEMtxIBFCZwCmegBwpPIAIwhCWJTkSf/BK4Dhuo5QRZPJ8QUTiEtawhjFmMwFr+cQU0OlF4aynAGN14By+usQ50vEM1zrDGAt5BhmGE4xpBMAU3bDGLIOjjP25Ag3/EIYy1UCRBwFBEJ9pRkgIBIwp/YDxM9tCJjfTkQH6QQBKKciBnPF8FTymQIRSRhqwciPjWEcuBDECQKwkIACH5BAUyAP8ALA0AVQATAB0AAAj/AP/9myewoEGDFw4IXPfsoEOB1MoE+Sen3sODNcrksPePjp2LBmnYySHjXwQv5EAKDODFi4d/0VjwEyjv4RUWOHHUsGDBwL8C2h4a4GnB2r80acD965WGzUEESJGyaVOoKoJ8VTMYhFe1Krx/g8J2UxHWScFyYdNK+xcvUKBwT9wGgiNQhVy3WtEA2ssXEJp72/ouQBfl3xEJiBMjxudAsZAkAhcwmEx58rTKDMQVPJens+fPntUZ1MGntOnTptkZ1McHtOs8kA0ewUy7BbaD7SSMU8x7gUMh6do4OES8OHEdD7n9g7OoufNFDlRGeVKpunWtKq9t2r7drMqlmsKHHnf3XeA3ojjKC5yDk4X6gtm8QHsv0CMI+v+keAMZEAA7) no-repeat right bottom;
    background-size: 23px 57px;
    border: none;
    display: none;
    height: 57px;
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    right: 25px;
    text-decoration: none;
    text-indent: 100%;
    text-indent: -9999px;
    width: 23px;
    z-index: 999;
    -webkit-animation: toTop-rocket 1s infinite;
    -webkit-animation-direction: alternate;
    animation: toTop-rocket 1s infinite;
    animation-direction: alternate;
}

    #toTop:active,
    #toTop:focus {
        outline: none;
    }

@-webkit-keyframes toTop-rocket {
    0% {
        bottom: 20px;
        bottom: 30px;
    }

    100% {
        bottom: 30px;
        bottom: 20px;
    }
}

@keyframes toTop-rocket {
    0% {
        bottom: 20px;
        bottom: 30px;
    }

    100% {
        bottom: 30px;
        bottom: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .logged-in.admin-bar .mobile-menu {
        top: 32px;
    }
}

@media only screen and (max-width: 782px) {
    .logged-in.admin-bar .mobile-menu {
        top: 46px;
    }
}

.dt-sc-dark-bg.top-bar a {
    color: #fff;
}

    .top-bar a:hover,
    .dt-sc-dark-bg.top-bar a:hover {
        color: #666;
    }

#searchform {
    border-color: #e5e5e5;
}

    #searchform:before {
        color: #c2c2c2;
    }

    #searchform input[type="text"],
    .cart-info:before,
    .cart-total:before {
        color: #aaa;
    }

.cart-info {
    background: #f3f3f3;
}

.menu-icons-wrapper .search a,
.menu-icons-wrapper .cart a,
.menu-icons-wrapper .search a:hover span,
.menu-icons-wrapper .cart a:hover span {
    color: #2b2b2b;
}

.menu-icons-wrapper.rounded-icons .search a span,
.dt-sc-vertical-small-separator,
.cart-icon span,
.live-chat a:hover {
    background: #2b2b2b;
}

.menu-icons-wrapper .top-menu-search-container .search-form {
    background: #fff;
}

.footer-copyright.dt-sc-dark-bg,
#footer .dt-sc-dark-bg a {
    color: #fff;
}

#footer .dt-sc-dark-bg h3,
#footer .dt-sc-dark-bg h3 a {
    color: #fff;
}

#footer,
.footer-copyright {
    color: #fff;
}

    #footer a {
        color: #fff;
    }

    #footer .tweet_list li {
        border-color: rgba(255, 255, 255, 0.15);
    }

    #footer .dt-sc-dark-bg .wpcf7-form input[type="text"],
    #footer .dt-sc-dark-bg .wpcf7-form input[type="password"],
    #footer .dt-sc-dark-bg .wpcf7-form input[type="email"],
    #footer .dt-sc-dark-bg .wpcf7-form input[type="url"],
    #footer .dt-sc-dark-bg .wpcf7-form input[type="tel"],
    #footer .dt-sc-dark-bg .wpcf7-form input[type="number"],
    #footer .dt-sc-dark-bg .wpcf7-form input[type="range"],
    #footer .dt-sc-dark-bg .wpcf7-form input[type="date"],
    #footer .dt-sc-dark-bg .wpcf7-form textarea,
    #footer .dt-sc-dark-bg .wpcf7-form input.text,
    #footer .dt-sc-dark-bg .wpcf7-form input[type="search"],
    #footer .dt-sc-dark-bg .wpcf7-form select,
    #footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type="submit"],
    #footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered button,
    #footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type="button"],
    #footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type="reset"] {
        border-color: rgba(255, 255, 255, 0.5);
    }

    #footer .dt-sc-dark-bg .wpcf7-form input[type="text"],
    #footer .dt-sc-dark-bg .wpcf7-form input[type="password"],
    #footer .dt-sc-dark-bg .wpcf7-form input[type="email"],
    #footer .dt-sc-dark-bg .wpcf7-form input[type="url"],
    #footer .dt-sc-dark-bg .wpcf7-form input[type="tel"],
    #footer .dt-sc-dark-bg .wpcf7-form input[type="number"],
    #footer .dt-sc-dark-bg .wpcf7-form input[type="range"],
    #footer .dt-sc-dark-bg .wpcf7-form input[type="date"],
    #footer .dt-sc-dark-bg .wpcf7-form textarea,
    #footer .dt-sc-dark-bg .wpcf7-form input.text,
    #footer .dt-sc-dark-bg .wpcf7-form input[type="search"],
    #footer .dt-sc-dark-bg .wpcf7-form textarea,
    #footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type="submit"],
    #footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered button,
    #footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type="button"],
    #footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type="reset"],
    #footer .dt-sc-dark-bg .blog-entry.blog-thumb-style.entry-date-left .entry-date,
    #footer .dt-sc-dark-bg .blog-entry.blog-thumb-style.entry-date-left .entry-author {
        color: rgba(255, 255, 255, 0.5);
    }

        #footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered button:hover,
        #footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type="submit"]:hover,
        #footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type="button"]:hover,
        #footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type="reset"]:hover,
        #footer .wpcf7-form.bottom-bordered button:hover,
        #footer .wpcf7-form.bottom-bordered input[type="submit"]:hover,
        #footer .wpcf7-form.bottom-bordered input[type="button"]:hover,
        #footer .wpcf7-form.bottom-bordered input[type="reset"]:hover {
            color: #fff;
        }

    #footer .dt-sc-dark-bg .wpcf7-form-control-wrap:before {
        background: #fff;
    }

    #footer .dt-sc-dark-bg .dt-sc-vertical-separator:before {
        background: rgba(255, 255, 255, 0.5);
    }

.upb_row_bg:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.list-style-left ul.dt-custom-nav {
    margin-left: -15px;
    margin-right: -15px;
}

.wpsl-stores-fullwidth-container .page .vc_row.wpb_row.vc_row-fluid {
    overflow: hidden;
}

#wpsl-gmap,
#wpsl-result-list {
    width: 100%;
}

#wpsl-wrap {
    left: 30px;
    overflow: visible;
    position: absolute;
    top: 60px;
    width: 400px;
}

#wpsl-search-wrap .wpsl-search-btn-wrap .dt-sc-storesearch-btn {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.dt-sc-advanced-options {
    display: none;
    float: left;
    margin: 10px 0 0;
    padding: 20px 15px;
    width: 100%;
}

.wpsl-input #wpsl-search-input {
    border-radius: 0 !important;
    border: none;
    color: #4d4d4d;
    float: left;
    height: 60px;
    line-height: 60px;
    margin-right: 0;
    padding: 10px 12px;
    width: 316px;
}

#wpsl-search-wrap .wpsl-input {
    background: #fff;
    margin-right: 0;
    position: relative;
    width: 100%;
}

#wpsl-search-wrap .wpsl-search-btn-wrap,
#wpsl-search-btn {
    margin-right: 0;
}

.dt-sc-toggle-advanced-options {
    background: #fff;
    color: #4d4d4d;
    float: left;
    height: 60px;
    line-height: 40px;
    padding: 10px;
    position: relative;
    width: 100%;
}

    .dt-sc-toggle-advanced-options:hover {
        color: #4d4d4d;
    }

    .dt-sc-toggle-advanced-options span {
        color: #fff;
        float: right;
        font-size: 20px;
        height: 60px;
        line-height: 60px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 60px;
    }

.wpsl-input label,
#wpsl-radius label,
#wpsl-category label,
#wpsl-results label {
    width: 67% !important;
}

#wpsl-radius,
.wpsl-select-wrap #wpsl-results {
    margin-bottom: 10px;
    margin-right: 0 !important;
    width: 100% !important;
}

#wpsl-result-list li p {
    margin-bottom: 0;
}

#wpsl-search-wrap .wpsl-select-wrap div label {
    line-height: 40px;
}

#wpsl-results .wpsl-dropdown {
    z-index: 1;
}

.wpsl-select-wrap {
    margin-bottom: 0 !important;
    width: 100%;
}

#wpsl-checkbox-filter {
    margin-top: 0 !important;
}

.wpsl-dropdown {
    border-radius: 0 !important;
    width: 30% !important;
}

#wpsl-wrap #wpsl-stores,
#wpsl-wrap #wpsl-direction-details {
    height: 540px !important;
}

#wpsl-stores .wpsl-store-thumb {
    border-radius: 0 !important;
}

#wpsl-radius {
    width: 58%;
}

.wpsl-select-wrap #wpsl-results {
    margin-right: 0;
    width: 38%;
}

#wpsl-checkbox-filter input[type="checkbox"] {
    float: right;
    margin: 10px 0 0;
}

#wpsl-search-btn {
    background-image: none;
    border-radius: 0 !important;
    color: #fff;
    height: 60px;
    margin-top: 0;
    width: 60px;
}

#wpsl-wrap #wpsl-result-list ul li {
    margin: 20px 15px;
    padding: 20px 20px 10px;
}

#wpsl-wrap #wpsl-result-list li:last-child {
    border-bottom: none;
}

.wpsl-locations-details {
    color: #fff;
    float: left;
    margin-top: 25px;
    padding: 15px 10px 0;
    width: 100%;
}

    .wpsl-locations-details > span {
        display: block;
        margin-bottom: 20px;
    }

.single-wpsl_stores #wpsl-base-gmap_0 {
    height: 400px;
}

.dt-appointment-fix {
    float: left;
    margin: 0;
    position: relative;
}

#wpsl-stores .wpsl-directions {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 9px 7px 9px 0;
    position: relative;
    text-align: center;
}

#wpsl-stores li > p span {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 9px 7px;
}

#wpsl-stores li > p {
    display: block;
    float: left;
    text-align: center;
    width: 100%;
}

    #wpsl-stores li > p,
    #wpsl-stores li > p ~ .wpsl-directions {
        display: inline-block;
        margin: 20px 5px 0 0;
        width: 48.3%;
    }

#wpsl-stores li > div {
    float: left;
    width: 100%;
}

    #wpsl-stores li > div p a {
        display: block;
        margin-bottom: 10px;
    }

#wpsl-stores li > a:before {
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
    vertical-align: middle;
    font-weight: 900;
}

#wpsl-stores li > a.dt-appointment-fix:before {
    content: "\f073";
}

#wpsl-stores li > a.wpsl-directions:before {
    content: "\f1d8";
    font-weight: 400;
}

#wpsl-search-btn,
#wpsl-search-wrap input {
    border: none;
}

.wpsl-selected-item:after {
    border-top: 8px solid #fff !important;
}

.wpsl-active .wpsl-selected-item::after {
    border-bottom: 8px solid #fff !important;
    border-top: none !important;
    margin-top: -5px;
}

#wpsl-search-wrap #wpsl-checkbox-filter label,
#wpsl-checkbox-filter.wpsl-checkbox-3-columns li {
    margin-right: 0;
    width: 100%;
}

#wpsl-wrap #wpsl-result-list li {
    border-width: 0;
}

.wpsl-search,
#wpsl-result-list {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    background-color: rgba(237, 245, 248, 0.8);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

#wpsl-checkbox-filter.wpsl-checkbox-3-columns li {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
    margin-right: 0;
    padding: 10px 0;
    width: 100%;
}

.dt-sc-advanced-options,
#wpsl-wrap #wpsl-result-list ul li {
    background-color: rgba(255, 255, 255, 0.64);
}

div.pp_default .pp_content .pp_description {
    line-height: inherit;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .rs_aligncenter_hxlg .dt-logo-container.logo-align-left a,
    .rs_aligncenter_hxlg .dt-logo-container.logo-align-right a {
        margin: auto;
    }

    .rs_aligncenter_hxlg .dt-header-menu.left,
    .rs_aligncenter_hxlg .dt-header-menu.right {
        float: none;
    }

    .side-navigation.type5 .side-navigation-bottom-content .elementor-widget-button a.elementor-button.elementor-size-lg {
        padding-left: 40px;
        padding-right: 40px;
    }

    .dt-no-header-builder-content .no-header .no-header-logo {
        width: 25%;
    }

    .dt-no-header-builder-content:not(.aligncenter) .no-header .no-header-logo ~ .no-header-menu {
        padding-left: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .dt-header-menu {
        display: inline-block;
    }

        .mobile-nav-container,
        .dt-header-menu ul.dt-primary-nav li.go-back,
        .dt-header-menu ul.dt-primary-nav li.see-all,
        #header .elementor-widget-wp-widget-nav_menu ul.dt-primary-nav li.go-back,
        #header .elementor-widget-wp-widget-nav_menu ul.dt-primary-nav li.see-all {
            display: none;
        }

        .dt-header-menu.center {
            display: table;
        }
}

@media only screen and (max-width: 1381px) {
    .no-header-menu ul li:last-child > ul.children,
    .dt-header-menu ul.dt-primary-nav li:last-child > ul.sub-menu,
    .no-header-menu ul li:nth-last-child(2) > ul.children,
    .dt-header-menu ul.dt-primary-nav li:nth-last-child(2) > ul.sub-menu {
        left: auto;
        right: 0;
    }

        .no-header-menu ul li:last-child > ul.children li ul.children,
        .dt-header-menu ul.dt-primary-nav li:last-child ul.sub-menu li ul.sub-menu,
        .no-header-menu ul li:nth-last-child(2) > ul.children li ul.children,
        .dt-header-menu ul.dt-primary-nav li:nth-last-child(2) ul.sub-menu li ul.sub-menu {
            left: auto;
            right: 100%;
        }

    #header .search-module.slide-down-header-search #searchform .dt-search-icon {
        background-color: red;
        font-size: 12px;
        height: 25px;
        line-height: 25px;
        position: absolute;
        bottom: 100%;
        left: 100%;
        right: auto;
        top: auto;
        width: 25px;
        z-index: 2;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
    }

        #header .search-module.slide-down-header-search #searchform .dt-search-icon:hover {
            background-color: #000;
        }
}

@media only screen and (max-width: 1199px) {
    .dt-header-menu .menu-container,
    #header .elementor-widget-wp-widget-nav_menu .elementor-widget-container > div[class*="menu"]:first-child {
        display: none;
    }

    .dt-header-menu .mobile-nav-container {
        display: block;
    }

    .dt-no-header-builder-content.aligncenter .no-header {
        padding-bottom: 25px;
    }

    .dt-no-header-builder-content .no-header .no-header-logo {
        float: left;
        margin: 10px 0 10px;
    }

        .dt-no-header-builder-content .no-header .no-header-logo h2 {
            text-align: center;
        }

    .dt-no-header-builder-content .no-header .mobile-nav-container {
        float: right;
        line-height: 1.5em;
        margin: 25px 0;
        width: auto;
    }

    .elementor-widget-wp-widget-nav_menu .mobile-nav-container {
        width: auto;
        float: none;
        margin: 20px 0;
        text-align: right;
    }

    #header .dt-header-tpl .flex-col-elements-inline-middle .mobile-nav-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .overlay-header-search .overlay-search #searchform {
        width: 75%;
    }

    .simple-header-search.stretch,
    .simple-header-search.stretch #searchform,
    .simple-header-search.stretch #searchform input[type="text"] {
        height: auto;
    }

    .nav-is-visible #toTop {
        opacity: 0;
    }

    .dt-sc-simpler-content .mobile-nav-container .menu-trigger {
        display: table;
        margin-left: auto;
        margin-right: auto;
        cursor: pointer;
    }

    .dt-sc-simpler-content .mobile-menu,
    .dt-sc-simpler-content .mobile-menu ul.sub-menu,
    .dt-sc-simpler-content .mobile-menu ul.dt-primary-nav {
        height: 400px;
    }

        .dt-sc-simpler-content .mobile-menu,
        .dt-sc-simpler-content .mobile-menu > ul,
        .dt-sc-simpler-content .mobile-menu ul.sub-menu {
            position: absolute;
        }

            .dt-sc-simpler-content .mobile-menu.nav-is-visible {
                -webkit-transform: none;
                transform: none;
                -webkit-transition: all 0.3s linear;
                -moz-transition: all 0.3s linear;
                -o-transition: all 0.3s linear;
                -ms-transition: all 0.3s linear;
                transition: all 0.3s linear;
                width: 100%;
                max-width: 100%;
            }

    .dt-sc-simpler-content .mobile-menu {
        left: -245px;
        width: 230px;
        max-width: 230px;
        width: 0;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
        z-index: 1000;
    }

        .dt-sc-simpler-content .mobile-menu.nav-is-visible,
        .dt-sc-simpler-content .mobile-menu.nav-is-visible ul.dt-primary-nav {
            left: 0;
        }

    .vc_row.dt-sc-simpler-content.overlay-header > .vc_column_container .dt-header-menu ul.dt-primary-nav > li > a {
        font-size: 30px;
    }

    .vc_row.dt-sc-simpler-content .mobile-nav-container .menu-trigger,
    .dt-sc-simpler-content.overlay-header .mobile-nav-container .menu-trigger {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        text-align: center;
        width: 100%;
        font-size: 55px;
        text-transform: uppercase;
    }

        .vc_row.dt-sc-simpler-content .mobile-nav-container .menu-trigger > i:before {
            font-size: 55px;
        }

    .dt-sc-simpler-content .mobile-menu,
    .dt-sc-simpler-content .mobile-menu ul.sub-menu,
    .dt-sc-simpler-content .mobile-menu ul.dt-primary-nav {
        height: 100% !important;
    }

    .vc_row.dt-sc-simpler-content {
        overflow-x: hidden;
    }

    body:not(.no-breadcrumb) #header-wrapper.header-top-absolute #header .dt-header-tpl {
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .apply-sticky-header,
    .apply-sticky-header > .vc_row:not(.vc_clearfix) {
        height: inherit;
    }

    #footer .alignleft .dt-custom-nav-wrapper.same-on-mobile.left,
    #footer .alignleft .same-on-mobile.left .menu-footer-menu-container {
        text-align: left;
    }

    #footer .alignright .dt-custom-nav-wrapper.same-on-mobile.right,
    #footer .alignright .same-on-mobile.right .menu-footer-menu-container {
        text-align: right;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .top-bar .dt-sc-vertical-separator {
        margin: 0 10px;
    }

    #header .dt-header-tpl .vc_col-md-12.flex-col-elements-inline-middle > .vc_column-inner > .wpb_wrapper {
        display: block;
        text-align: center;
    }

    #header .dt-header-tpl .vc_col-md-12.flex-col-elements-inline-middle .dt-custom-nav-wrapper.left ~ .search-module.simple-header-search {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    #header .dt-header-tpl .vc_row > div.wpb_column.dt-sc-skin-highlight.extend-bg-fullwidth-left[class*="vc_col-md"]:after {
        content: none;
    }

    .rs_aligncenter_md .dt-logo-container.logo-align-left a,
    .rs_aligncenter_md .dt-logo-container.logo-align-right a {
        margin: auto;
    }

    .rs_aligncenter_md .dt-header-menu.left,
    .rs_aligncenter_md .dt-header-menu.right {
        float: none;
    }

    ul.side-nav li a {
        font-size: 13px;
    }

    .side-navigation.type5 ul.side-nav,
    .side-navigation.type5 .side-navigation-bottom-content .elementor-inner-section .elementor-column {
        padding: 25px;
    }

        .side-navigation.type5 ul.side-nav li a {
            font-size: 18px;
        }

    .side-navigation.type5 .side-navigation-bottom-content .elementor-widget-button a.elementor-button.elementor-size-lg {
        padding-left: 40px;
        padding-right: 40px;
    }

    .side-navigation.type5 .side-navigation-bottom-content .elementor-widget-button .elementor-button,
    .side-navigation.type5 .side-navigation-bottom-content .dt-minimal-call-to-action-form input.wpcf7-submit {
        width: 100%;
    }

    .main-title-section-wrapper.breadcrumb-right .main-title-section h1 {
        font-size: 26px;
    }

    .main-title-section-wrapper.breadcrumb-right .main-title-section {
        width: 58%;
    }

    .main-title-section-wrapper.breadcrumb-right .breadcrumb {
        width: 42%;
    }

    .responsive-map {
        max-width: 100%;
    }

    .footer-copyright .vc_col-sm-6 {
        width: 100%;
        text-align: center;
    }

        .footer-copyright .vc_col-sm-6 .vc_column-inner {
            padding: 0;
        }

    .footer-copyright .menu-links {
        text-align: center;
    }

    #footer .footer-copyright .vc_col-sm-6 .wpb_wrapper,
    #footer .footer-copyright .vc_col-sm-6 .dt-sc-sociable.right,
    #footer .footer-copyright .vc_col-sm-6 .dt-sc-sociable.left {
        text-align: center;
        float: none;
        display: inline-block;
    }

    .footer-copyright .vc_col-sm-6.alignright .dt-sc-sociable {
        float: left;
        margin-top: 10px;
        text-align: center;
        width: 100%;
    }

        .footer-copyright .vc_col-sm-6.alignright .dt-sc-sociable li {
            display: inline-block;
            float: none;
        }

    #footer .alignleft .menu-footer-menu-container,
    #footer .alignright .menu-footer-menu-container,
    #footer .alignleft .dt-custom-nav-wrapper,
    #footer .alignright .dt-custom-nav-wrapper {
        text-align: center;
    }

    #footer .footer-copyright .dt-logo-container.logo-align-left,
    #footer .footer-copyright .dt-logo-container.logo-align-right {
        float: none;
        display: inline-block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .text-with-icon {
        font-size: 12px;
    }

    .top-bar .dt-sc-vertical-separator,
    .top-bar .dt-sc-vertical-small-separator {
        margin: 0 7px;
    }

    #header .dt-header-tpl .rs_col-sm-12 > .vc_column-inner > .wpb_wrapper > .dt-custom-nav-wrapper:only-child,
    #header .dt-header-tpl .rs_col-sm-12 > .vc_column-inner > .wpb_wrapper > .dt-sc-sociable:only-child,
    #header .dt-header-tpl .rs_col-sm-12 > .vc_column-inner > .wpb_wrapper > .dt-logo-container:only-child {
        display: table;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center !important;
    }

    #header .dt-header-tpl .rs_col-sm-12 > .vc_column-inner > .wpb_wrapper > .dt-logo-container:only-child {
        display: block;
    }

    #header .dt-header-tpl .rs_col-sm-12.flex-col-elements-inline-middle > .vc_column-inner > .wpb_wrapper {
        display: block;
        text-align: center;
    }

    #header .dt-header-tpl .rs_col-sm-12.flex-col-elements-inline-middle .dt-custom-nav-wrapper.left ~ .search-module.simple-header-search {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    #header .dt-header-tpl .vc_row > div.wpb_column.dt-sc-skin-highlight.extend-bg-fullwidth-left[class*="rs_col-sm"]:after {
        content: none;
    }

    .rs_aligncenter_sm .dt-logo-container.logo-align-left a,
    .rs_aligncenter_sm .dt-logo-container.logo-align-right a {
        margin: auto;
    }

    .rs_aligncenter_sm .dt-header-menu.left,
    .rs_aligncenter_sm .dt-header-menu.right {
        float: none;
    }

    .rs_aligncenter_sm .mobile-nav-container {
        text-align: center;
    }

    .main-title-section-wrapper.breadcrumb-right .main-title-section h1 {
        font-size: 24px;
        margin-top: 11px;
    }

    .side-nav-container {
        width: 100%;
    }

    ul.side-nav li a {
        font-size: 10px;
        padding: 6px 10px 6px 50px;
    }

        ul.side-nav li a:before {
            width: 30px;
            height: 30px;
            line-height: 30px;
        }

    ul.side-nav > li.current_page_item > a:before,
    ul.side-nav > li > ul > li.current_page_item > a:before,
    ul.side-nav > li > ul > li > ul > li.current_page_item > a:before {
        font-size: 18px;
    }

    .side-navigation.type3 ul.side-nav > li.current_page_item > a,
    .side-navigation.type3 ul.side-nav > li:hover > a {
        padding-left: 35px;
    }

    .side-navigation.type3 ul.side-nav li a,
    .side-navigation.type3 ul.side-nav li a:before {
        font-size: 10px;
    }

        .side-navigation.type3 ul.side-nav li a:before,
        .side-navigation.type3 ul.side-nav li a:after {
            width: 35px;
        }

    .responsive-map {
        max-width: 100%;
    }

    .footer-copyright .vc_col-sm-6,
    .footer-copyright .vc_col-sm-6.alignright {
        width: 100%;
        text-align: center;
        float: none;
        display: block;
    }

        .footer-copyright .vc_col-sm-6 .vc_column-inner {
            padding: 0;
        }

    .footer-copyright .menu-links {
        text-align: center;
        margin-top: 5px;
    }

    .footer-copyright .vc_col-sm-6.alignright .dt-sc-sociable {
        float: none;
        text-align: center;
        display: inline-block;
    }

    #footer .alignleft .menu-footer-menu-container {
        text-align: center;
    }

    #footer .footer-copyright .dt-logo-container.logo-align-left,
    #footer .footer-copyright .dt-logo-container.logo-align-right {
        float: none;
        display: inline-block;
    }

    #footer .footer-copyright .wpb_wrapper,
    #footer .footer-copyright .dt-sc-sociable.right,
    #footer .footer-copyright .dt-sc-sociable.left {
        text-align: center;
        float: none;
        display: inline-block;
    }

    .fullwidth-on-laptop.vc_col-sm-8 h2.alignleft.no-margin,
    .fullwidth-on-laptop .vc_col-sm-8 h1.alignnone.no-margin {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .top-bar {
        max-height: none;
        text-align: center;
        padding: 5px 0;
    }

        .top-bar .wpb_column {
            margin-bottom: 0;
            padding: 0;
        }

        .top-bar .text-with-icon {
            font-size: 12px;
        }

        .top-bar .alignright {
            float: none;
            display: inline-block;
            text-align: center;
        }

        .top-bar .dt-sc-vertical-separator,
        .top-bar .dt-sc-vertical-small-separator {
            margin: 0 10px;
        }

        .top-bar .dt-sc-sociable li {
            float: none;
        }

    .dt-no-header-builder-content .no-header .no-header-logo a {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .dt-no-header-builder-content .no-header .no-header-menu,
    .dt-no-header-builder-content:not(.aligncenter) .no-header .no-header-logo ~ .no-header-menu {
        line-height: 1.5em;
    }

    #header .dt-header-tpl .wpb_column > .vc_column-inner > .wpb_wrapper > .dt-custom-nav-wrapper:only-child,
    #header .dt-header-tpl .wpb_column > .vc_column-inner > .wpb_wrapper > .dt-sc-sociable:only-child {
        display: table;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center !important;
    }

    #header .dt-header-tpl .dt-logo-container a,
    #header .dt-header-tpl div[class^="dt-logo-container"][class*="vc_custom"] {
        margin-left: auto;
        margin-right: auto;
    }

    #header .dt-header-tpl div[class^="dt-logo-container"][class*="vc_custom"] {
        width: 60%;
    }

    #header .dt-header-tpl .flex-col-elements-inline-middle.vc_column_container > .vc_column-inner > .wpb_wrapper {
        display: block;
        height: auto;
        text-align: center;
    }

    #header .dt-header-tpl .search-module.simple-header-search {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    #header .dt-header-tpl .flex-col-elements-inline-middle .mobile-nav-container ~ .search-module {
        margin-top: 15px;
    }

    .dt-sc-dark-bg #logo a .darkbg_logo {
        display: none;
    }

    .dt-sc-dark-bg #logo a .normal_logo {
        display: block;
    }

    .overlay-search #searchform input[type="text"] {
        font-size: 25px;
    }

    .overlay-header-search .overlay-search #searchform {
        padding: 0;
    }

    .mobile-nav-container,
    .dt-no-header-builder-content .no-header .mobile-nav-container {
        display: inline-block;
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .elementor-widget-wp-widget-nav_menu .mobile-nav-container {
        display: inline-block;
        float: none;
        margin: 10px 0;
        text-align: center;
        width: 100%;
    }

    .dt-sc-slide-menu .menu-icons-wrapper,
    .dt-sc-slide-menu .menu-icons-wrapper .search {
        padding: 0;
    }

    .search-module.slide-down-header-search .menu-icons-wrapper .top-menu-search-container {
        left: 75%;
        right: auto;
        -webkit-transform: translateX(-75%);
        transform: translateX(-75%);
    }

    .simple-header-search.stretch,
    .simple-header-search.stretch #searchform,
    .simple-header-search.stretch #searchform input[type="text"] {
        width: 100%;
    }

    .search-module.filled:not(.simple-header-search):not(.dt-sc-skin-highlight),
    .search-module.filled-onhvr:not(.simple-header-search):not(.dt-sc-skin-highlight):hover,
    .search-module:not(.simple-header-search).filled.dt-sc-dark-bg,
    .search-module:not(.simple-header-search).filled-onhvr.dt-sc-dark-bg:hover {
        background-color: transparent;
    }

        .search-module:not(.simple-header-search).filled.dt-sc-dark-bg .menu-icons-wrapper .search span,
        .search-module:not(.simple-header-search).filled-onhvr.dt-sc-dark-bg:hover .menu-icons-wrapper .search span,
        .search-module:not(.simple-header-search).filled.dt-sc-skin-highlight .menu-icons-wrapper .search span,
        .search-module:not(.simple-header-search).filled-onhvr.dt-sc-skin-highlight:hover .menu-icons-wrapper .search span {
            color: inherit;
        }

    .dt-sc-simpler-content.overlay-header .mobile-menu,
    .dt-sc-simpler-content.overlay-header .mobile-menu ul.dt-primary-nav {
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .dt-sc-simpler-content.overlay-header .mobile-nav-container .menu-trigger,
    .dt-sc-simpler-content.overlay-header .mobile-nav-container .menu-trigger > i:before {
        font-size: 60px;
        text-transform: uppercase;
    }

    .vc_row.dt-sc-simpler-content.overlay-header > .wpb_column.vc_column_container {
        margin: 0;
    }

    .vc_row.dt-sc-simpler-content.from-left.dt-sc-simpler-content-open .dt-simpler-slider {
        right: 20px;
    }

    .dt-sc-simpler-content .dt-simpler-slider,
    .dt-sc-simpler-content.boxed-header .dt-simpler-slider,
    .dt-sc-simpler-content-open .dt-simpler-slider,
    .dt-sc-simpler-content-close .dt-simpler-slider,
    .dt-sc-simpler-content-close.boxed-header .dt-simpler-slider,
    .dt-sc-simpler-content-open.boxed-header .dt-simpler-slider {
        top: 12px;
    }

    .vc_row.dt-sc-simpler-content .mobile-nav-container .menu-trigger,
    .dt-sc-simpler-content.overlay-header .mobile-nav-container .menu-trigger,
    .vc_row.dt-sc-simpler-content .mobile-nav-container .menu-trigger > i:before {
        font-size: 45px;
    }

    .vc_row.dt-sc-simpler-content.boxed-header .mobile-nav-container .menu-trigger {
        position: static;
        top: auto;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        font-size: 40px;
    }

        .vc_row.dt-sc-simpler-content.boxed-header .mobile-nav-container .menu-trigger > i:before {
            font-size: 40px;
        }

    .dt-sc-simpler-content.boxed-header .mobile-menu,
    .dt-sc-simpler-content.boxed-header .mobile-menu ul.sub-menu,
    .dt-sc-simpler-content.boxed-header .mobile-menu ul.dt-primary-nav,
    .dt-sc-simpler-content.overlay-header .mobile-menu,
    .dt-sc-simpler-content.overlay-header .mobile-menu ul.sub-menu,
    .dt-sc-simpler-content.overlay-header .mobile-menu ul.dt-primary-nav {
        height: 400px !important;
    }

    .dt-sc-simpler-content-open .dt-simpler-slider,
    .dt-sc-simpler-content-open.boxed-header .dt-simpler-slider {
        right: 20px;
        left: auto;
    }

    .vc_row.dt-sc-simpler-content > .wpb_column.vc_column_container {
        margin-bottom: 0;
    }

    .rs_aligncenter_xs .dt-logo-container.logo-align-left a,
    .rs_aligncenter_xs .dt-logo-container.logo-align-right a {
        margin: auto;
    }

    .rs_aligncenter_xs .dt-header-menu.left,
    .rs_aligncenter_xs .dt-header-menu.right {
        float: none;
    }

    .main-title-section-wrapper {
        padding: 74px 0;
    }

        .main-title-section-wrapper .main-title-section h1 {
            font-size: 26px;
            line-height: 1.5em;
        }

    .main-title-section,
    .main-title-section h1,
    .breadcrumb {
        text-align: center;
    }

    .main-title-section-wrapper.breadcrumb-right .main-title-section,
    .main-title-section-wrapper.breadcrumb-right .breadcrumb,
    .main-title-section-wrapper.breadcrumb-left .main-title-section,
    .main-title-section-wrapper.breadcrumb-left .breadcrumb {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .no-breadcrumb.page-with-slider #header-wrapper.header-top-absolute #header {
        position: static;
    }

    .side-nav-container,
    .side-navigation,
    .side-navigation-content {
        width: 100%;
    }

    .side-navigation {
        margin-bottom: 30px;
    }

    .responsive-map {
        max-width: 100%;
    }

    #footer .footer-copyright .vc_col-sm-6,
    #footer .footer-copyright .alignright.vc_col-sm-6,
    #footer .footer-copyright .alignleft.vc_col-sm-6,
    #footer .footer-copyright .dt-custom-nav-wrapper .custom-sub-nav.dt-custom-nav,
    #footer .alignright.wpb_column,
    #footer .alignleft.wpb_column,
    #footer .footer-copyright .dt-logo-container.logo-align-left,
    #footer .footer-copyright .dt-logo-container.logo-align-right {
        text-align: center;
    }

        #footer .footer-copyright .dt-custom-nav-wrapper .custom-sub-nav.dt-custom-nav li,
        #footer .footer-copyright .dt-logo-container.logo-align-left,
        #footer .footer-copyright .dt-logo-container.logo-align-right {
            float: none;
            display: inline-block;
        }

    #footer .dt-custom-nav-wrapper.left.same-on-mobile {
        text-align: left;
    }

    #footer .dt-custom-nav-wrapper.right.same-on-mobile {
        text-align: right;
    }

    #footer .dt-sc-sociable.center-on-mobiles {
        text-align: center;
    }

    #footer .dt-mc-subscribe:not(.inline) > form > div.btn-wrap {
        width: 50%;
        margin-top: 10px;
    }

    .fullwidth-on-laptop.vc_col-sm-8 h2.alignleft,
    .fullwidth-on-laptop.vc_col-sm-8 .alignright {
        margin-right: 0;
        line-height: 40px;
        width: 100%;
        margin-bottom: 10px;
    }

    .map-with-overlay .map-overlay.wpb_column .vc_column-inner .wpb_wrapper {
        width: 90%;
    }

    .footer-copyright {
        text-align: center;
    }

    .fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-none,
    .fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-left,
    .fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-right {
        margin-bottom: 0;
    }

    .fullwidth-on-laptop.vc_col-sm-8 h2.alignleft.no-margin,
    .fullwidth-on-laptop .vc_col-sm-8 h1.alignnone.no-margin {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .dt-custom-nav-wrapper.left.rs_align_sm-center,
    .dt-custom-nav-wrapper.right.rs_align_sm-center {
        text-align: center;
    }

    .flex-col-elements-inline-middle .dt-custom-nav-wrapper.left .dt-custom-nav,
    .flex-col-elements-inline-middle .dt-custom-nav-wrapper.center .dt-custom-nav,
    .flex-col-elements-inline-middle .dt-custom-nav-wrapper.right .dt-custom-nav {
        margin-left: auto;
        margin-right: auto;
    }

        .dt-custom-nav-wrapper.left.rs_align_sm-center .dt-custom-nav > li,
        .dt-custom-nav-wrapper.right.rs_align_sm-center .dt-custom-nav > li,
        .flex-col-elements-inline-middle .dt-custom-nav-wrapper.left .dt-custom-nav > li,
        .flex-col-elements-inline-middle .dt-custom-nav-wrapper.center .dt-custom-nav > li,
        .flex-col-elements-inline-middle .dt-custom-nav-wrapper.right .dt-custom-nav > li {
            float: none;
        }

    #footer .alignleft .dt-custom-nav-wrapper.same-on-mobile.left,
    #footer .alignleft .same-on-mobile.left .menu-footer-menu-container,
    #footer .alignright .dt-custom-nav-wrapper.same-on-mobile.right,
    #footer .alignright .same-on-mobile.right .menu-footer-menu-container {
        text-align: center;
    }

    #footer .footer-copyright .wpb_wrapper,
    #footer .footer-copyright .dt-sc-sociable.right,
    #footer .footer-copyright .dt-sc-sociable.left {
        text-align: center;
        float: none;
        display: inline-block;
    }

    .wpsl-stores-fullwidth-container {
        text-align: center;
    }

    #wpsl-wrap {
        margin: 35px auto;
        position: relative;
        top: auto;
        float: none;
        display: inline-block;
        text-align: left;
        left: 0;
    }

        #wpsl-wrap #wpsl-stores,
        #wpsl-wrap #wpsl-direction-details {
            height: 325px !important;
        }

    .wpsl-search,
    #wpsl-result-list {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .wpsl-input #wpsl-search-input {
        width: 316px !important;
    }

    #wpsl-search-wrap .wpsl-search-btn-wrap {
        clear: none;
    }

    #wpsl-search-wrap #wpsl-search-btn {
        margin-right: 0;
    }

    #wpsl-gmap {
        margin: 0;
    }

    .dt-mc-subscribe.only-border-bottom form .email-field-wrap input[type="email"] {
        font-size: 30px;
    }

    .zoom-hover.dt-sc-sociable li:first-child {
        margin-left: 10px;
    }

    .zoom-hover.dt-sc-sociable li {
        margin: 0 10px 10px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .loader-inner::before {
        font-size: 5em;
    }

    .dt-sc-simpler-content .mobile-menu,
    .dt-sc-simpler-content .mobile-menu ul.sub-menu,
    .dt-sc-simpler-content .mobile-menu ul.dt-primary-nav {
        height: 400px !important;
    }

    .footer-copyright .vc_col-sm-6 {
        width: 100% !important;
        margin-bottom: 15px !important;
        text-align: center;
        padding: 0;
    }

    .footer-copyright .dt-sc-sociable li {
        display: inline-block;
        float: none;
    }

    .footer-copyright .dt-sc-sociable.diamond-square-border li {
        margin: 0 20px 0 0;
    }

    .footer-copyright .alignright img {
        display: inline-block;
        float: none;
    }

    .footer-copyright .dt-sc-contact-info span {
        width: 20px;
        margin: 7px 6px 0 0;
        font-size: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .pp_pic_holder #pp_full_res iframe {
        width: 100%;
    }

    .loading-text {
        font-size: 50px;
        vertical-align: top;
    }

    .loader-inner:before {
        font-size: 4em;
    }

    .loader-bounceball::before,
    .loading-text::before,
    .loading-text::after {
        height: 10px;
        width: 10px;
    }

    .pp_pic_holder #pp_full_res iframe {
        width: 100%;
    }

    .dt-inline-modal ul.dt-sc-tabs-vertical,
    .dt-inline-modal .dt-sc-tabs-vertical-content {
        width: 100%;
    }

        .dt-inline-modal ul.dt-sc-tabs-vertical li a {
            border-color: rgba(0, 0, 0, 0.1) !important;
            border-style: solid;
            border-width: 0 0 1px;
            padding-left: 0;
        }

            .dt-inline-modal ul.dt-sc-tabs-vertical li a:before {
                border-color: currentColor;
                border-style: solid;
                border-width: 0 0 1px;
                content: "";
                height: 1px;
                opacity: 0;
                position: absolute;
                bottom: -1px;
                left: 0;
                width: 45px;
                transition: all 0.3s linear 0s;
            }

        .dt-inline-modal ul.dt-sc-tabs-vertical li.current a:before {
            opacity: 1;
        }

    .dt-inline-modal .dt-sc-tabs-vertical-content {
        border-width: 0;
        padding: 15px 5px;
    }

    .dt-inline-modal > h4 {
        font-size: 14px;
    }

    .top-bar {
        line-height: 35px;
        padding-bottom: 10px;
    }

        .top-bar .dt-sc-vertical-separator,
        .top-bar .dt-sc-vertical-small-separator {
            display: none;
        }

        .top-bar .dt-sc-sociable {
            float: none;
        }

        .top-bar .text-with-icon {
            margin: 0 5px;
        }

    .dt-no-header-builder-content .no-header-top,
    .dt-no-header-builder-content .no-header {
        text-align: center;
    }

        .dt-no-header-builder-content .no-header .no-header-logo {
            float: none;
            display: inline-block;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .dt-no-header-builder-content .no-header .mobile-nav-container {
            display: inline-block;
            margin: 10px auto 20px;
            float: none;
            width: auto;
        }

    .dt-no-header-builder-content .no-header {
        min-height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .dt-no-header-builder-content .no-header .no-header-menu,
        .dt-no-header-builder-content:not(.aligncenter) .no-header .no-header-logo ~ .no-header-menu {
            line-height: 1.5em;
            margin: 0 auto;
            padding: 0;
        }

    .no-header-menu > div.dt-primary-nav {
        margin-bottom: 10px;
    }

    .overlay-header-search .overlay-search #searchform {
        width: 90%;
    }

    .search-module.slide-down-header-search #searchform {
        max-width: 175px;
    }

    .vc_row.dt-sc-simpler-content {
        width: 100% !important;
        left: -100% !important;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .vc_row.dt-sc-simpler-content.dt-sc-simpler-content-open {
            left: 0 !important;
        }

    .dt-sc-simpler-content.from-left .dt-simpler-slider,
    .dt-sc-simpler-content.from-left.boxed-header .dt-simpler-slider,
    .dt-sc-simpler-content-close.from-left .dt-simpler-slider,
    .dt-sc-simpler-content-close.from-left.boxed-header .dt-simpler-slider,
    .dt-sc-simpler-content-open.from-left .dt-simpler-slider,
    .dt-sc-simpler-content-open.from-left.boxed-header .dt-simpler-slider {
        right: 15px;
        left: auto;
        top: 12px;
    }

    .dt-sc-simpler-content .mobile-menu {
        width: 100%;
        max-width: 100%;
    }

        .dt-sc-simpler-content .mobile-menu,
        .dt-sc-simpler-content .mobile-menu ul.sub-menu,
        .dt-sc-simpler-content .mobile-menu ul.dt-primary-nav {
            height: 100% !important;
        }

    .vc_row.dt-sc-simpler-content.overlay-header {
        left: auto !important;
    }

    .dt-sc-simpler-content.overlay-header .mobile-nav-container .menu-trigger,
    .dt-sc-simpler-content.overlay-header .mobile-nav-container .menu-trigger > i:before {
        font-size: 55px;
    }

    .secondary-sidebar .vc_row.dt-sc-simpler-content {
        width: 260px !important;
        left: -260px !important;
    }

        .secondary-sidebar .vc_row.dt-sc-simpler-content.dt-sc-simpler-content-open {
            left: 0 !important;
        }

    .main-title-section h1 {
        font-size: 23px;
    }

    #wpsl-wrap {
        width: 90%;
    }

    #wpsl-search-wrap .wpsl-search-btn-wrap {
        float: right;
    }

    .wpsl-input #wpsl-search-input {
        width: 77.2% !important;
    }

    #wpsl-search-wrap #wpsl-search-btn {
        margin-bottom: 0;
    }

    .map-with-overlay .map-overlay.wpb_column .dt-sc-tabs-horizontal-container.aligncenter ul.dt-sc-tabs-horizontal > li {
        margin: 5px 0;
    }

    .footer-copyright .dt-sc-sociable li {
        display: inline-block;
        float: none;
    }

    .alignright .dt-sc-sociable {
        width: 100%;
        text-align: center;
    }

    .footer-info-content.vc_row {
        width: 100%;
    }

    #footer .elementor-text-editor br {
        display: none;
    }
}

@media only screen and (max-width: 319px) {
    .top-bar .text-with-icon {
        font-size: 11px;
        margin: 0 3px;
    }

        .top-bar .text-with-icon .icon,
        .top-bar .text-with-icon .fa {
            font-size: 12px;
            margin: 0 3px 0 0;
        }

    .menu-icons-wrapper {
        float: none;
        margin: 0 auto;
        position: static;
        text-align: center;
    }

        .menu-icons-wrapper .search,
        .menu-icons-wrapper .cart {
            display: inline-block;
            float: none;
        }

    .footer-copyright .dt-sc-sociable li {
        margin-bottom: 7px;
    }
}

@media only screen and (max-height: 500px) {
    .dt-sc-simpler-content.boxed-header .mobile-menu,
    .dt-sc-simpler-content.boxed-header .mobile-menu ul.sub-menu,
    .dt-sc-simpler-content.boxed-header .mobile-menu ul.dt-primary-nav,
    .dt-sc-simpler-content.overlay-header .mobile-menu,
    .dt-sc-simpler-content.overlay-header .mobile-menu ul.sub-menu,
    .dt-sc-simpler-content.overlay-header .mobile-menu ul.dt-primary-nav {
        height: 320px !important;
    }
}

@media only screen and (max-height: 400px) {
    .dt-sc-simpler-content.boxed-header .mobile-menu,
    .dt-sc-simpler-content.boxed-header .mobile-menu ul.sub-menu,
    .dt-sc-simpler-content.boxed-header .mobile-menu ul.dt-primary-nav,
    .dt-sc-simpler-content.overlay-header .mobile-menu,
    .dt-sc-simpler-content.overlay-header .mobile-menu ul.sub-menu,
    .dt-sc-simpler-content.overlay-header .mobile-menu ul.dt-primary-nav {
        height: 200px !important;
    }
}
/*! /wp-content/cache/asset-cleanup/css/item/invico-blog-v1.0-7e9caa3952b5c35077449c5780db36ca22132b9c.css */
/*! /wp-content/themes/invico/css/blog.css */
*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.blog-entry,
.blog-entry *,
.blog-entry *:after,
.blog-entry *:after,
.blog-entry .entry-thumb .bx-controls a,
.dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:before,
.dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry:before,
.dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry:after,
.dt-sc-alternate-style.dt-sc-post-entry .blog-entry > div.entry-thumb:before,
.dt-sc-alternate-style.dt-sc-post-entry .entry-title h4 a:before,
.dt-sc-alternate-style.dt-sc-post-entry .blog-entry .entry-format a:before,
.dt-sc-minimal-style.dt-sc-post-entry.entry-grid-layout .blog-entry:after,
.dt-sc-title-overlap-style.dt-sc-post-entry .blog-entry > div.entry-title:before,
.dt-sc-title-overlap-style.dt-sc-post-entry .blog-entry > div.entry-title:after,
.pagination a.loadmore-btn:before {
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.blog-entry {
    clear: both;
    color: #4a4a52;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

    .blog-entry .entry-details {
        clear: both;
        display: inline-block;
        width: 100%;
    }

    .blog-entry .entry-meta {
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0.5px;
        margin-bottom: 7px;
    }

    .blog-entry .entry-body {
        clear: both;
        float: left;
        margin: 0 0 15px;
        width: 100%;
    }

        .blog-entry .entry-body p {
            margin-bottom: 10px;
        }

    .blog-entry div i[class*="fa"],
    .blog-entry div i.pe {
        color: #4a4a52;
        font-size: 14px;
        margin-right: 3px;
    }

    .blog-entry .entry-thumb {
        float: left;
        line-height: 0;
        position: relative;
        width: 100%;
    }

        .blog-entry .entry-thumb img {
            height: auto;
            max-width: 100%;
        }

        .blog-entry .entry-thumb .dt-video-wrap .wp-video {
            width: 100% !important;
        }

.entry-list-layout .blog-entry:not(.has-post-thumbnail) .entry-thumb {
    z-index: -1;
}

.blog-entry .entry-title h4 span.sticky-post {
    display: inline-block;
    font-size: 14px;
    padding: 0;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 20px;
    height: 20px;
}

    .blog-entry .entry-title h4 span.sticky-post > i:first-child {
        margin-right: 0;
        padding: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        font-size: 14px;
    }

    .blog-entry .entry-title h4 span.sticky-post > span {
        font-size: 0;
    }

.blog-entry .entry-title h4 {
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}

    .blog-entry .entry-title h4 a {
        width: 100%;
        float: none;
        display: inline-block;
    }

.blog-entry .dt-sc-like-views {
    display: inline-block;
}

    .blog-entry .dt-sc-like-views > div {
        display: inline-block;
        float: none;
        margin-right: 8px;
    }

        .blog-entry .dt-sc-like-views > div:last-child,
        .blog-entry .dt-sc-like-views > div:only-child {
            margin-right: 0;
        }

.blog-entry .entry-social-share .share {
    border: 1px solid;
    padding-right: 5px;
}

    .blog-entry .entry-social-share .share,
    .blog-entry .entry-social-share .share * {
        display: inline-block;
        float: none;
        line-height: 30px;
    }

        .blog-entry .entry-social-share .share > i {
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            margin-right: 5px;
            text-align: center;
            vertical-align: top;
            width: 30px;
        }

        .blog-entry .entry-social-share .share > ul {
            margin-bottom: 0;
            padding: 0;
        }

            .blog-entry .entry-social-share .share > ul li {
                list-style: none;
                padding-bottom: 0;
                margin-right: 5px;
            }

.blog-entry .entry-button a.dt-sc-button {
    display: inline-block;
    float: none;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding: 14px 12px 14px 20px;
    text-transform: capitalize;
}

    .blog-entry .entry-button a.dt-sc-button span {
        margin: 0 10px;
    }

.blog-entry.type-post .entry-format {
    display: block;
}

.blog-entry .entry-format {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9;
}

    .blog-entry .entry-format a {
        box-shadow: inset 0 0 0 2px #fff;
        -moz-box-shadow: inset 0 0 0 2px #fff;
        -ms-box-shadow: inset 0 0 0 2px #fff;
        -webkit-box-shadow: inset 0 0 0 2px #fff;
        float: left;
        height: 50px;
        line-height: 50px;
        margin: 5px;
        position: relative;
        text-align: center;
        width: 50px;
    }

        .blog-entry .entry-format a:before {
            font-family: "Font Awesome 5 Free";
            font-style: normal;
            font-weight: 900;
            font-size: 26px;
            height: 100%;
            left: 0;
            line-height: 50px;
            margin: 0;
            position: absolute;
            text-align: center;
            top: 0;
            width: 100%;
        }

.blog-entry.type-post:not(.has-post-thumbnail) .entry-format {
    display: none;
}

.blog-entry.format-standard .entry-format a:before,
.blog-entry.ico-format.format-standard:before {
    content: "\f15c";
}

.blog-entry.format-image .entry-format a:before,
.blog-entry.ico-format.format-image:before {
    content: "\f03e";
}

.blog-entry.format-gallery .entry-format a:before,
.blog-entry.ico-format.format-gallery:before {
    content: "\f030";
}

.blog-entry.format-status .entry-format a:before,
.blog-entry.ico-format.format-status:before {
    content: "\f075";
}

.blog-entry.format-link .entry-format a:before,
.blog-entry.ico-format.format-link:before {
    content: "\f0c1";
}

.blog-entry.format-aside .entry-format a:before,
.blog-entry.ico-format.format-aside:before {
    content: "\f036";
}

.blog-entry.format-quote .entry-format a:before,
.blog-entry.ico-format.format-quote:before {
    content: "\f10d";
}

.blog-entry.format-video .entry-format a:before,
.blog-entry.ico-format.format-video:before {
    content: "\f008";
}

.blog-entry.format-chat .entry-format a:before,
.blog-entry.ico-format.format-chat:before {
    content: "\f086";
}

.blog-entry.format-audio .entry-format a:before,
.blog-entry.ico-format.format-audio:before {
    content: "\f001";
}

.blog-entry .entry-thumb .bx-wrapper {
    overflow: hidden;
    position: relative;
}

.blog-entry .entry-thumb .bx-controls a {
    bottom: 0;
    background: #fff;
    filter: alpha(opacity=60);
    font-size: 0;
    height: 50px;
    margin: auto;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 35px;
    z-index: 9;
}

    .blog-entry .entry-thumb .bx-controls a:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .blog-entry .entry-thumb .bx-controls a.bx-prev:before,
    .entry-thumb .bx-controls a.bx-next:before {
        color: #000;
        content: "\e684";
        font-family: Pe-icon-7-stroke;
        font-size: 32px;
        left: 0;
        line-height: 50px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100%;
    }

    .blog-entry .entry-thumb .bx-controls a.bx-prev:before {
        content: "\e686";
    }

    .blog-entry .entry-thumb .bx-controls a.bx-prev {
        left: -35px;
    }

    .blog-entry .entry-thumb .bx-controls a.bx-next {
        right: -35px;
    }

.blog-entry .entry-thumb:hover .bx-controls a.bx-prev {
    left: 15px;
}

.blog-entry .entry-thumb:hover .bx-controls a.bx-next {
    right: 15px;
}

.blog-entry .entry-gallery-post-slider li {
    display: inline;
}

.blog-entry ul.entry-gallery-post-slider {
    float: left;
    margin-bottom: 0;
    width: 100%;
}

.blog-entry.format-gallery .entry-thumb .bx-wrapper .bx-viewport,
.blog-entry.format-gallery .entry-thumb .bx-wrapper .bx-viewport * {
    transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -webkit-transition: none;
}

.tpl-blog-holder {
    clear: both;
    display: block;
    float: none;
    margin: 0 -15px;
    padding: 0;
    width: auto;
}

    .tpl-blog-holder .column {
        margin-left: 0;
        padding: 15px;
    }

        .tpl-blog-holder .column:empty {
            height: 0 !important;
            margin: 0 !important;
            padding: 0 !important;
        }

        .tpl-blog-holder .dt-sc-one-third,
        .tpl-blog-holder .column.no-space.dt-sc-one-third {
            width: 33.33%;
        }

        .tpl-blog-holder .dt-sc-one-half,
        .tpl-blog-holder .column.no-space.dt-sc-one-half {
            width: 50%;
        }

        .tpl-blog-holder .dt-sc-one-column,
        .tpl-blog-holder .column.no-space.dt-sc-one-column {
            width: 100%;
        }

    .tpl-blog-holder.apply-no-space .column {
        padding: 0;
        margin: 0;
        min-height: auto;
        clear: none;
    }

.with-both-sidebar .tpl-blog-holder .dt-sc-one-half,
.with-both-sidebar .tpl-blog-holder .column.no-space.dt-sc-one-half,
.with-both-sidebar .tpl-blog-holder .column.no-space.dt-sc-one-third,
.with-both-sidebar .tpl-blog-holder .column.no-space.dt-sc-one-fourth,
.with-both-sidebar .tpl-blog-holder .column.dt-sc-one-third,
.with-both-sidebar .tpl-blog-holder .column.dt-sc-one-fourth {
    width: 100%;
}

.page-with-sidebar .tpl-blog-holder {
    margin-top: -10px;
}

.grid-sizer.column {
    margin: 0;
    min-height: 0;
    padding: 0;
}

.tpl-blog-holder .column {
    margin-left: 0;
    margin-right: 0;
}

    .tpl-blog-holder .column .blog-entry,
    .tpl-blog-holder .wpb_column .blog-entry {
        margin-bottom: 0;
    }

.column .blog-entry,
.wpb_column .blog-entry,
.dt-sc-one-column.column .blog-entry,
.dt-sc-one-column.wpb_column .blog-entry,
.dt-sc-one-column.dt-sc-post-entry.entry-cover-layout .blog-entry {
    margin-bottom: 25px;
}

.tpl-blog-holder .dt-sc-one-column.column:last-child,
.column.no-space .blog-entry,
.wpb_column.no-space .blog-entry,
.dt-sc-one-column.column:last-child .blog-entry,
.dt-sc-one-column.wpb_column:last-child .blog-entry,
.dt-sc-one-column.dt-sc-post-entry.entry-cover-layout:last-child .blog-entry {
    margin-bottom: 0;
}

.desc-wrapper {
    display: inline-block;
}

.dt-sc-post-entry .blog-entry h1,
.dt-sc-post-entry .blog-entry h2,
.dt-sc-post-entry .blog-entry h3,
.dt-sc-post-entry .blog-entry h4,
.dt-sc-post-entry .blog-entry h5,
.dt-sc-post-entry .blog-entry h6 {
    margin: 0;
    text-transform: none;
}

.dt-sc-post-entry .blog-entry > div,
.dt-sc-post-entry .blog-entry .entry-meta-group > div,
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div {
    margin-bottom: 25px;
    margin-top: 0;
}

    .dt-sc-post-entry .blog-entry > div:empty,
    .dt-sc-post-entry .blog-entry .entry-meta-group > div:empty,
    .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:empty {
        margin: 0;
    }

    .dt-sc-post-entry .blog-entry > div:last-child,
    .dt-sc-post-entry .blog-entry .entry-meta-group > div:last-child,
    .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:last-child {
        margin-bottom: 0;
    }

    .dt-sc-post-entry .blog-entry > div.entry-date:last-child,
    .dt-sc-post-entry .blog-entry > div.entry-categories:last-child,
    .dt-sc-post-entry .blog-entry > div.entry-thumb:last-child,
    .dt-sc-post-entry .blog-entry > div.entry-likes-views:last-child,
    .dt-sc-post-entry .blog-entry > div.entry-title:last-child,
    .dt-sc-post-entry .blog-entry > div.entry-comments:last-child,
    .dt-sc-post-entry .blog-entry > div.entry-social-share:last-child,
    .dt-sc-post-entry .blog-entry > div.entry-tags:last-child,
    .dt-sc-post-entry .blog-entry > div.entry-button:last-child,
    .dt-sc-post-entry .blog-entry > div.entry-author:last-child,
    .dt-sc-post-entry .blog-entry > div.entry-body:last-child,
    .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-date:last-child,
    .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-categories:last-child,
    .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-thumb:last-child,
    .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-likes-views:last-child,
    .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-title:last-child,
    .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-comments:last-child,
    .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-social-share:last-child,
    .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-tags:last-child,
    .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-button:last-child,
    .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-author:last-child,
    .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-body:last-child {
        margin-bottom: 40px;
    }

    .dt-sc-post-entry .blog-entry > div:first-child:not(.entry-thumb),
    .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:first-child:not(.entry-thumb) {
        margin-bottom: 10px;
        margin-top: 25px;
    }

    .dt-sc-post-entry .blog-entry > div.entry-thumb:not(:first-child),
    .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-thumb:not(:first-child) {
        margin-top: 15px;
    }

    .dt-sc-post-entry .blog-entry > div:not(:first-child),
    .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:not(:first-child) {
        margin-bottom: 10px;
    }

    .dt-sc-post-entry .blog-entry > div.entry-thumb,
    .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-thumb {
        margin-bottom: 25px;
    }

.dt-sc-post-entry .blog-entry.format-gallery > div.entry-thumb .bx-viewport,
.dt-sc-post-entry.entry-cover-layout .blog-entry.format-gallery .entry-details > div.entry-thumb .bx-viewport {
    margin-bottom: -11px;
}

.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-thumb .mejs-container {
    min-height: 100px;
}

    .dt-sc-post-entry.entry-grid-layout .blog-entry .entry-thumb .mejs-container .mejs-controls {
        bottom: 0;
        float: left;
        margin: 0;
        position: absolute;
        top: auto;
        width: 100%;
    }

.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb),
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:not(.entry-thumb),
.dt-sc-post-entry.entry-cover-layout .blog-entry > div:not(.entry-details) {
    display: inline-block;
    float: none;
    padding: 0 32px;
    width: 100%;
}

.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:not(.entry-thumb),
.dt-sc-post-entry.entry-cover-layout .blog-entry > div:not(.entry-details) {
    font-size: 12px;
    text-transform: uppercase;
}

    .dt-sc-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb):empty,
    .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:not(.entry-thumb):empty,
    .dt-sc-post-entry.entry-cover-layout .blog-entry > div:not(.entry-details):empty {
        display: none;
    }

.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-body p,
.dt-sc-post-entry.entry-cover-layout .blog-entry div.entry-body p {
    font-size: 14px;
    text-transform: initial;
}

@media all and (-ms-high-contrast: none) {
    .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-body p,
    .dt-sc-post-entry.entry-cover-layout .blog-entry div.entry-body p {
        text-transform: none;
    }

    *::-ms-backdrop,
    .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-body p,
    .dt-sc-post-entry.entry-cover-layout .blog-entry div.entry-body p {
        text-transform: none;
    }
}

.dt-sc-post-entry .blog-entry div.entry-categories a,
.dt-sc-post-entry .blog-entry div.entry-tags a {
    padding-right: 8px;
    position: relative;
}

    .dt-sc-post-entry .blog-entry div.entry-categories a:before,
    .dt-sc-post-entry .blog-entry div.entry-tags a:before {
        content: ",";
        display: block;
        font-size: 20px;
        line-height: 1em;
        position: absolute;
        bottom: 0;
        right: 1px;
    }

.dt-sc-post-entry.dt-sc-simple-style .blog-entry div.entry-categories a:before {
    display: none;
}

.dt-sc-post-entry .blog-entry div.entry-categories a:last-child,
.dt-sc-post-entry .blog-entry div.entry-tags a:last-child,
.dt-sc-post-entry .blog-entry div.entry-categories a:only-child,
.dt-sc-post-entry .blog-entry div.entry-tags a:only-child {
    padding-right: 0;
}

    .dt-sc-post-entry .blog-entry div.entry-categories a:last-child:before,
    .dt-sc-post-entry .blog-entry div.entry-tags a:last-child:before,
    .dt-sc-post-entry .blog-entry div.entry-categories a:only-child:before,
    .dt-sc-post-entry .blog-entry div.entry-tags a:only-child:before {
        display: none;
    }

.dt-sc-post-entry .blog-entry .entry-title h4 {
    font-size: 28px;
    font-weight: 400;
}

.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group,
.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group,
.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group,
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group {
    border-top: 1px solid #d6d6d6;
    float: left;
    margin-top: 24px;
    padding: 18px 32px 10px;
    width: 100%;
}

.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group,
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:not(.entry-thumb),
.dt-sc-post-entry.entry-cover-layout .blog-entry > div:not(.entry-details) {
    padding-left: 25px;
    padding-right: 25px;
}

    .dt-sc-post-entry .blog-entry > div.entry-meta-group > div,
    .dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div,
    .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div {
        margin-bottom: 15px;
    }

        .dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-last-child(-n + 2),
        .dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-last-child(-n + 2),
        .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-last-child(-n + 2) {
            margin-bottom: 0;
        }

    .dt-sc-post-entry .blog-entry > div.entry-meta-group:not(:last-child),
    .dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group:not(:last-child),
    .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group:not(:last-child) {
        border-bottom: 1px solid #d6d6d6;
        margin-bottom: 15px;
        margin-top: 0;
        padding-bottom: 18px;
    }

.dt-sc-post-entry .blog-entry > div.entry-meta-group:first-child {
    border-top: none;
    margin-top: 0;
}

.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:last-child,
.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group:last-child,
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group:last-child {
    margin-top: 0;
}

.dt-sc-post-entry.entry-list-layout .blog-entry {
    clear: both;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0 0 0 30%;
}

    .dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb {
        float: left;
        height: 100%;
        left: 0;
        margin: 0;
        margin-bottom: 0;
        position: absolute;
        width: 30%;
    }

        .dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image > a,
        .dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image .bx-wrapper .entry-gallery-post-slider li {
            background-position: center center !important;
            background-size: cover !important;
            display: inline-block;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }

    .dt-sc-post-entry.entry-list-layout .blog-entry:not(.has-post-thumbnail),
    .dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry:not(.has-post-thumbnail) {
        padding: 0;
    }

.tpl-blog-holder .column.dt-sc-post-entry.entry-list-layout:last-child .blog-entry {
    margin-bottom: 0;
}

.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image,
.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image .bx-wrapper,
.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image .bx-wrapper .bx-viewport,
.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image .bx-wrapper .entry-gallery-post-slider {
    height: 100% !important;
}

.dt-sc-post-entry.entry-list-layout .blog-entry > .entry-thumb + div:nth-child(2) {
    margin-top: 25px;
}

.dt-sc-post-entry.entry-list-layout .blog-entry > .entry-thumb + div.entry-meta-group {
    border-top: none;
    margin-top: 0;
}

#primary.with-both-sidebar .dt-sc-post-entry.entry-list-layout .blog-entry {
    text-align: center;
}

    #primary.with-both-sidebar .dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail {
        padding: 300px 0 0 0;
    }

        #primary.with-both-sidebar .dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail .entry-thumb {
            height: auto;
            min-height: 300px;
            position: absolute;
            top: 0;
            width: 100%;
        }

    #primary.with-both-sidebar .dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image,
    #primary.with-both-sidebar .dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image .bx-wrapper,
    #primary.with-both-sidebar .dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image .bx-wrapper .bx-viewport,
    #primary.with-both-sidebar .dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image .bx-wrapper .entry-gallery-post-slider,
    #primary.with-both-sidebar .dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image .dt-video-wrap,
    #primary.with-both-sidebar .dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image .dt-video-wrap .fluid-width-video-wrapper,
    #primary.with-both-sidebar .dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image .dt-video-wrap .wp-video,
    #primary.with-both-sidebar .dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image .dt-video-wrap .wp-video .mejs-container,
    #primary.with-both-sidebar .dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image .dt-video-wrap .wp-video-shortcode video,
    #primary.with-both-sidebar .dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image .dt-video-wrap video.wp-video-shortcode {
        height: 300px !important;
        padding-top: 0 !important;
    }

#primary.page-with-sidebar .dt-sc-post-entry:not(.entry-grid-layout) .format-audio iframe {
    height: 100%;
}

.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry {
    padding: 0 30% 0 0;
    text-align: right;
}

    .dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb {
        float: right;
        left: auto;
        right: 0;
    }

.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-title h4 span.sticky-post {
    display: inline-block;
    float: none;
    left: auto;
    left: 0;
    margin-bottom: 10px;
    position: relative;
    right: 0;
    top: auto;
}

.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-title h4 > a {
    display: inline-block;
    float: none;
    width: 100%;
}

.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-thumb {
    position: absolute;
    top: 0;
}

.dt-sc-post-entry.entry-cover-layout .blog-entry {
    box-shadow: 0 28px 16px -26px #000;
    -moz-box-shadow: 0 28px 16px -26px #000;
    clear: both;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.dt-sc-post-entry.entry-cover-layout:hover .blog-entry {
    box-shadow: none;
    -moz-box-shadow: none;
}

.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-thumb {
    float: left;
    height: 100%;
    left: 0;
    margin: 0;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

    .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-thumb .blog-image > a,
    .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-thumb .blog-image .bx-wrapper .entry-gallery-post-slider li {
        background-position: center center !important;
        background-size: cover !important;
        display: inline-block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image,
.dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image iframe,
.dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .bx-wrapper,
.dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .bx-wrapper .bx-viewport,
.dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .bx-wrapper .entry-gallery-post-slider,
.dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .dt-video-wrap,
.dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .dt-video-wrap .fluid-width-video-wrapper,
.dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .dt-video-wrap .wp-video,
.dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .dt-video-wrap .wp-video .mejs-container,
.dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .dt-video-wrap .wp-video-shortcode video,
.dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .dt-video-wrap video.wp-video-shortcode,
.dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .mejs-container {
    height: 100% !important;
}

    .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .mejs-container {
        bottom: 0;
        position: absolute;
    }

.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details {
    margin-bottom: 0;
}

    .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group:last-child {
        margin-bottom: 10px;
    }

    .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group {
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        margin-bottom: 0;
    }

        .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group:not(:last-child) {
            border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        }

.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-format {
    left: auto;
    right: 0;
}

    .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-format a {
        background: none;
        box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -webkit-box-shadow: none;
        height: 30px;
        margin: 3px;
        width: 30px;
    }

        .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-format a:before {
            font-size: 22px;
            line-height: normal;
        }

.dt-sc-post-entry.entry-cover-layout.alignright .blog-entry .entry-format {
    left: 0;
    right: auto;
}

.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-format {
    padding: 0;
    width: auto;
    margin: 0;
}

    .dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-format a {
        background: none;
        float: right;
    }

.dt-sc-post-entry .format-audio.blog-entry.has-post-media .entry-thumb:after,
.dt-sc-post-entry .format-video.blog-entry.has-post-media .entry-thumb:after {
    display: none;
}

.dt-sc-fixed-overlay .blog-entry .entry-thumb:after {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border: none !important;
}

.dt-sc-fixed-overlay:hover .blog-entry .entry-thumb:after {
    opacity: 1;
}

.dt-sc-tb-overlay .blog-entry .entry-thumb:after,
.dt-sc-bt-overlay .blog-entry .entry-thumb:after,
.dt-sc-lr-overlay .blog-entry .entry-thumb:after,
.dt-sc-rl-overlay .blog-entry .entry-thumb:after,
.dt-sc-middle-overlay .blog-entry .entry-thumb:after {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    border: none !important;
}

.dt-sc-bt-overlay .blog-entry .entry-thumb:after {
    bottom: 0;
    top: auto;
}

.dt-sc-tb-overlay:hover .blog-entry .entry-thumb:after,
.dt-sc-bt-overlay:hover .blog-entry .entry-thumb:after {
    height: 100%;
}

.dt-sc-lr-overlay .blog-entry .entry-thumb:after,
.dt-sc-rl-overlay .blog-entry .entry-thumb:after,
.dt-sc-middle-overlay .blog-entry .entry-thumb:after {
    height: 100%;
    top: 0;
    width: 0;
    border: none !important;
}

.dt-sc-lr-overlay .blog-entry .entry-thumb:after {
    left: 0;
    right: auto;
}

.dt-sc-rl-overlay .blog-entry .entry-thumb:after {
    left: auto;
    right: 0;
}

.dt-sc-middle-overlay .blog-entry .entry-thumb:after {
    left: 0;
    right: 0;
}

.dt-sc-lr-overlay:hover .blog-entry .entry-thumb:after,
.dt-sc-rl-overlay:hover .blog-entry .entry-thumb:after,
.dt-sc-middle-overlay:hover .blog-entry .entry-thumb:after {
    width: 100%;
    border: none !important;
}

.dt-sc-middle-radial-overlay .blog-entry .entry-thumb:after {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    width: 100%;
    border: none !important;
}

.dt-sc-middle-radial-overlay:hover .blog-entry .entry-thumb:after {
    opacity: 1;
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
}

.dt-sc-flash-overlay .blog-entry .entry-thumb,
.dt-sc-circle-overlay .blog-entry .entry-thumb,
.dt-sc-middle-radial-overlay .blog-entry .entry-thumb {
    overflow: hidden;
}

    .dt-sc-circle-overlay .blog-entry .entry-thumb:after,
    .dt-sc-flash-overlay .blog-entry .entry-thumb:after {
        content: "";
        display: block;
        position: absolute;
        border: none !important;
    }

    .dt-sc-flash-overlay .blog-entry .entry-thumb:after {
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        height: 100%;
        left: -100%;
        top: 0;
        transform: skewX(-25deg);
        -webkit-transform: skewX(-25deg);
        width: 50%;
        z-index: 2;
    }

.dt-sc-flash-overlay:hover .blog-entry .entry-thumb:after {
    animation: shine 1s;
    -webkit-animation: shine 1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.dt-sc-circle-overlay .blog-entry .entry-thumb:after {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    height: 0;
    left: 50%;
    opacity: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 0;
    z-index: 2;
    border: none !important;
}

.dt-sc-circle-overlay:hover .blog-entry .entry-thumb:after {
    animation: circle 0.75s;
    -webkit-animation: circle 0.75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        height: 200%;
        opacity: 0;
        width: 200%;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        height: 200%;
        opacity: 0;
        width: 200%;
    }
}

.dt-sc-tb-gradient-overlay .blog-entry .entry-thumb:after,
.dt-sc-bt-gradient-overlay .blog-entry .entry-thumb:after,
.dt-sc-rl-gradient-overlay .blog-entry .entry-thumb:after,
.dt-sc-lr-gradient-overlay .blog-entry .entry-thumb:after,
.dt-sc-radial-gradient-overlay .blog-entry .entry-thumb:after {
    content: "";
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border: none !important;
}

.dt-sc-tb-gradient-overlay .blog-entry .entry-thumb:after,
.dt-sc-bt-gradient-overlay .blog-entry .entry-thumb:after {
    left: 0;
    margin: 0 auto;
    right: 0;
}

.dt-sc-rl-gradient-overlay .blog-entry .entry-thumb:after {
    left: 0;
}

.dt-sc-lr-gradient-overlay .blog-entry .entry-thumb:after {
    right: 0;
}

.dt-sc-tb-gradient-overlay .blog-entry .entry-thumb:after {
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000',endColorstr='#b3000000',GradientType=0);
    top: 0;
}

.dt-sc-bt-gradient-overlay .blog-entry .entry-thumb:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000',endColorstr='#b3000000',GradientType=0);
    top: auto;
}

.dt-sc-rl-gradient-overlay .blog-entry .entry-thumb:after {
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-gradient(linear, top left, top right, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -ms-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000',endColorstr='#b3000000',GradientType=0);
    right: 0;
}

.dt-sc-lr-gradient-overlay .blog-entry .entry-thumb:after {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-gradient(linear, top right, top left, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000',endColorstr='#b3000000',GradientType=0);
    left: 0;
}

.dt-sc-radial-gradient-overlay .blog-entry .entry-thumb:after {
    background: rgba(0, 0, 0, 0.75);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.75) 100%);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.75) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.75) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.75) 100%);
    background: radial-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.75) 100%);
}

.dt-sc-tb-gradient-overlay:hover .blog-entry .entry-thumb:after,
.dt-sc-bt-gradient-overlay:hover .blog-entry .entry-thumb:after,
.dt-sc-rl-gradient-overlay:hover .blog-entry .entry-thumb:after,
.dt-sc-lr-gradient-overlay:hover .blog-entry .entry-thumb:after,
.dt-sc-radial-gradient-overlay:hover .blog-entry .entry-thumb:after {
    opacity: 1;
}

.dt-sc-hm-elastic-overlay .blog-entry .entry-thumb:after {
    backface-visibility: hidden;
    background: rgba(0, 0, 0, 0.75);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-property: transform;
    -webkit-transition-property: transform;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    border: none !important;
}

.dt-sc-hm-elastic-overlay:hover .blog-entry .entry-thumb:after {
    transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -ms-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.dt-sc-vm-elastic-overlay .blog-entry .entry-thumb:after {
    backface-visibility: hidden;
    background: rgba(0, 0, 0, 0.75);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-property: transform;
    -webkit-transition-property: transform;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    border: none !important;
}

.dt-sc-vm-elastic-overlay:hover .blog-entry .entry-thumb:after {
    transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -ms-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.dt-sc-blur-hover .blog-entry:hover .entry-thumb > a,
.dt-sc-blur-hover .blog-entry:hover .blog-image > a,
.dt-sc-blur-hover .blog-entry:hover .entry-thumb > .bx-wrapper img,
.dt-sc-blur-hover .blog-entry:hover .blog-image > .bx-wrapper img {
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.dt-sc-blur-hover.entry-cover-layout .blog-entry:hover .blog-image > a,
.dt-sc-blur-hover.entry-cover-layout .blog-entry:hover .blog-image > .bx-wrapper img {
    filter: blur(10px);
    -webkit-filter: blur(10px);
}

.dt-sc-bw-hover .blog-entry:hover .entry-thumb > a,
.dt-sc-bw-hover .blog-entry:hover .blog-image > a,
.dt-sc-bw-hover .blog-entry:hover .entry-thumb > .bx-wrapper img,
.dt-sc-bw-hover .blog-entry:hover .blog-image > .bx-wrapper img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.dt-sc-brightness-hover .blog-entry:hover .entry-thumb > a,
.dt-sc-brightness-hover .blog-entry:hover .blog-image > a,
.dt-sc-brightness-hover .blog-entry:hover .entry-thumb > .bx-wrapper img,
.dt-sc-brightness-hover .blog-entry:hover .blog-image > .bx-wrapper img {
    filter: brightness(1.5);
    -webkit-filter: brightness(1.5);
}

.dt-sc-hue-rotate-hover .blog-entry:hover .entry-thumb > a,
.dt-sc-hue-rotate-hover .blog-entry:hover .blog-image > a,
.dt-sc-hue-rotate-hover .blog-entry:hover .entry-thumb > .bx-wrapper img,
.dt-sc-hue-rotate-hover .blog-entry:hover .blog-image > .bx-wrapper img {
    filter: hue-rotate(90deg);
    -webkit-filter: hue-rotate(90deg);
}

.dt-sc-invert-hover .blog-entry:hover .entry-thumb > a,
.dt-sc-invert-hover .blog-entry:hover .blog-image > a,
.dt-sc-invert-hover .blog-entry:hover .entry-thumb > .bx-wrapper img,
.dt-sc-invert-hover .blog-entry:hover .blog-image > .bx-wrapper img {
    filter: invert(0.8);
    -webkit-filter: invert(0.8);
}

.dt-sc-opacity-hover .blog-entry:hover .entry-thumb > a,
.dt-sc-opacity-hover .blog-entry:hover .blog-image > a,
.dt-sc-opacity-hover .blog-entry:hover .entry-thumb > .bx-wrapper img,
.dt-sc-opacity-hover .blog-entry:hover .blog-image > .bx-wrapper img {
    filter: opacity(0.6);
    -webkit-filter: opacity(0.6);
}

.dt-sc-sepia-hover .blog-entry:hover .entry-thumb > a,
.dt-sc-sepia-hover .blog-entry:hover .blog-image > a,
.dt-sc-sepia-hover .blog-entry:hover .entry-thumb > .bx-wrapper img,
.dt-sc-sepia-hover .blog-entry:hover .blog-image > .bx-wrapper img {
    filter: sepia(1);
    -webkit-filter: sepia(1);
}

.dt-sc-tint-hover .blog-entry:hover .entry-thumb > a,
.dt-sc-tint-hover .blog-entry:hover .blog-image > a,
.dt-sc-tint-hover .blog-entry:hover .entry-thumb > .bx-wrapper img,
.dt-sc-tint-hover .blog-entry:hover .blog-image > .bx-wrapper img {
    filter: sepia(1) hue-rotate(200deg);
    -webkit-filter: sepia(1) hue-rotate(200deg);
}

div[class*="dt-sc-fadein"] .blog-entry .entry-thumb,
div[class*="dt-sc-scale"] .blog-entry .entry-thumb,
div[class*="rotate"] .blog-entry .entry-thumb {
    overflow: hidden;
}

div[class*="dt-sc-fadein"].dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .entry-format,
div[class*="dt-sc-scale"].dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .entry-format,
div[class*="rotate"].dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .entry-format,
.dt-sc-flash-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .entry-format,
.dt-sc-circle-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .entry-format,
.dt-sc-middle-radial-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .entry-format {
    right: -6px;
}

div[class*="dt-sc-fadein"].dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb .entry-format,
div[class*="dt-sc-scale"].dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb .entry-format,
div[class*="rotate"].dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb .entry-format,
.dt-sc-flash-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb .entry-format,
.dt-sc-circle-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb .entry-format,
.dt-sc-middle-radial-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb .entry-format {
    left: -6px;
    right: auto;
}

div[class*="dt-sc-fadein"].dt-sc-overlap-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-thumb .entry-format,
div[class*="dt-sc-scale"].dt-sc-overlap-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-thumb .entry-format,
div[class*="rotate"].dt-sc-overlap-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-thumb .entry-format,
.dt-sc-flash-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-thumb .entry-format,
.dt-sc-circle-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-thumb .entry-format,
.dt-sc-middle-radial-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-thumb .entry-format {
    bottom: -5px;
}

div[class*="dt-sc-scale"] .blog-entry .entry-thumb > a img {
    transition: opacity 0.35s, transform 0.45s;
}

div[class*="dt-sc-fadein"] .blog-entry .entry-thumb > a img,
div[class*="dt-sc-fadein"] .blog-entry .entry-thumb .blog-image > a {
    max-width: none;
    transition: opacity 0.35s, transform 0.45s;
}

.dt-sc-fadeinleft-hover .blog-entry .entry-thumb > a img,
.dt-sc-fadeinleft-hover.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image > a {
    transform: translate3d(-6.66%, 0, 0);
    -webkit-transform: translate3d(-6.66%, 0, 0);
    width: calc(100% + 10%);
}

.dt-sc-fadeinleft-hover .blog-entry:hover .entry-thumb > a img,
.dt-sc-fadeinleft-hover.dt-sc-post-entry.entry-list-layout .blog-entry:hover .entry-thumb .blog-image > a {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.dt-sc-fadeinright-hover .blog-entry .entry-thumb > a img,
.dt-sc-fadeinright-hover.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image > a {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    width: calc(100% + 10%);
}

.dt-sc-fadeinright-hover .blog-entry:hover .entry-thumb > a img,
.dt-sc-fadeinright-hover.dt-sc-post-entry.entry-list-layout .blog-entry:hover .entry-thumb .blog-image > a {
    transform: translate3d(-6.66%, 0, 0);
    -webkit-transform: translate3d(-6.66%, 0, 0);
}

.dt-sc-scalein-hover .blog-entry .entry-thumb > a img,
.dt-sc-scalein-hover.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image > a,
.dt-sc-scalein-hover.dt-sc-post-entry .blog-entry .entry-thumb .blog-image > a,
.dt-sc-scaleout-hover.dt-sc-post-entry.entry-list-layout:hover .blog-entry .entry-thumb .blog-image > a,
.dt-sc-scaleout-hover .blog-entry:hover .entry-thumb > a img,
.dt-sc-scaleout-hover.dt-sc-post-entry:hover .blog-entry .entry-thumb .blog-image > a {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    width: 100%;
}

.dt-sc-scalein-hover:hover .blog-entry .entry-thumb > a img,
.dt-sc-scalein-hover.dt-sc-post-entry.entry-list-layout:hover .blog-entry .entry-thumb .blog-image > a,
.dt-sc-scalein-hover.dt-sc-post-entry:hover .blog-entry .entry-thumb .blog-image > a,
.dt-sc-scaleout-hover.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image > a,
.dt-sc-scaleout-hover .blog-entry .entry-thumb > a img,
.dt-sc-scaleout-hover.dt-sc-post-entry .blog-entry .entry-thumb .blog-image > a {
    transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
}

.dt-sc-rotate-hover .blog-entry:hover .entry-thumb > a img,
.dt-sc-rotate-hover.dt-sc-post-entry.entry-list-layout .blog-entry:hover .entry-thumb .blog-image > a,
.dt-sc-rotate-hover.dt-sc-post-entry .blog-entry:hover .entry-thumb .blog-image > a {
    transform: scale(1.5) rotate(-10deg);
    -moz-transform: scale(1.5) rotate(-10deg);
    -ms-transform: scale(1.5) rotate(-10deg);
    -webkit-transform: scale(1.5) rotate(-10deg);
}

.dt-sc-rotate-alt-hover .blog-entry:hover .entry-thumb > a img,
.dt-sc-rotate-alt-hover.dt-sc-post-entry.entry-list-layout .blog-entry:hover .entry-thumb .blog-image > a,
.dt-sc-rotate-alt-hover.dt-sc-post-entry .blog-entry:hover .entry-thumb .blog-image > a {
    transform: scale(1.5) rotate(10deg);
    -moz-transform: scale(1.5) rotate(10deg);
    -ms-transform: scale(1.5) rotate(10deg);
    -webkit-transform: scale(1.5) rotate(10deg);
}

.dt-sc-fadeinleft-hover.entry-cover-layout .blog-entry .entry-thumb .blog-image > a {
    transform: translate3d(-6%, 0, 0) scale(1.2);
    -webkit-transform: translate3d(-6%, 0, 0) scale(1.2);
    width: calc(100% + 9%);
}

.dt-sc-fadeinleft-hover.entry-cover-layout .blog-entry:hover .entry-thumb .blog-image > a {
    transform: translate3d(0, 0, 0) scale(1.2);
    -webkit-transform: translate3d(0, 0, 0) scale(1.2);
}

.dt-sc-fadeinright-hover.entry-cover-layout .blog-entry .entry-thumb .blog-image > a {
    transform: translate3d(0, 0, 0) scale(1.2);
    -webkit-transform: translate3d(0, 0, 0) scale(1.2);
    width: calc(100% + 9%);
}

.dt-sc-fadeinright-hover.entry-cover-layout .blog-entry:hover .entry-thumb .blog-image > a {
    transform: translate3d(-6%, 0, 0) scale(1.2);
    -webkit-transform: translate3d(-6%, 0, 0) scale(1.2);
}

.dt-sc-boxed-style.dt-sc-post-entry .blog-entry {
    background-color: #f5f5f5;
}

    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry div:not(.entry-body) {
        text-transform: capitalize;
    }

    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(odd),
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd) {
        clear: both;
        float: left;
        text-align: left;
        width: 49%;
    }

    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(even),
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even) {
        float: right;
        text-align: right;
        width: 49%;
    }

        .dt-sc-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(odd):only-child,
        .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd):only-child,
        .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd):only-child,
        .dt-sc-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(even):only-child,
        .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even):only-child,
        .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even):only-child {
            display: inline-block;
            float: none;
            text-align: inherit;
        }

    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-author * {
        display: inline-block;
        float: none;
        margin-right: 3px;
    }

        .dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-author *:last-child {
            margin-right: 0;
        }

    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-author img {
        border-radius: 50%;
        position: relative;
    }

    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry div[class*="entry-"]:not(.entry-body) {
        font-size: 13px;
        text-transform: uppercase;
    }

    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group:last-child,
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group:last-child {
        margin-top: 15px;
    }

    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry div.entry-meta-group + div.entry-button:last-child {
        margin-top: 25px;
    }

    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry div[class*="entry-"]:only-child,
    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group:only-child {
        margin-bottom: 30px;
    }

    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-title h4 span.sticky-post {
        width: 30px;
        height: 30px;
    }

        .dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-title h4 span.sticky-post > i:first-child {
            font-size: 16px;
        }

.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-thumb:not(:first-child) {
    margin-top: 22px;
}

.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-thumb + .entry-meta-group {
    border-top: none;
}

.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group + .entry-thumb {
    margin-top: -15px;
}

.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:first-child + .entry-thumb {
    margin-top: -15px;
}

.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:not(:last-child),
.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-details > div.entry-meta-group:not(:last-child) {
    margin-top: 10px;
}

.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-thumb + .entry-meta-group:not(:last-child) {
    margin-top: 0;
    padding-top: 0;
}

.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-thumb:last-child {
    margin-bottom: 0;
}

.dt-sc-boxed-style.dt-sc-post-entry.entry-list-layout .blog-entry > .entry-thumb + div:nth-child(2) {
    margin-bottom: 25px;
}

.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-format + .entry-details .entry-meta-group:first-child {
    padding-top: 30px;
}

.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-title h4 span.sticky-post,
.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout.alignleft .blog-entry .entry-title h4 span.sticky-post {
    float: left;
}

.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout.aligncenter .blog-entry .entry-title h4 span.sticky-post {
    float: none;
    top: -5px;
}

.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout.alignright .blog-entry .entry-title h4 span.sticky-post {
    float: right;
}

@media all and (-ms-high-contrast: none) {
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout.aligncenter .blog-entry .entry-title h4 span.sticky-post {
        top: -15px;
    }

    *::-ms-backdrop,
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout.aligncenter .blog-entry .entry-title h4 span.sticky-post {
        top: -15px;
    }
}

.dt-sc-post-entry.dt-sc-simple-style .has-post-media.blog-entry.format-audio:hover iframe + .entry-format,
.dt-sc-post-entry.dt-sc-simple-style .has-post-media.blog-entry.format-audio:hover .wp-audio-shortcode + .entry-format,
.dt-sc-post-entry.dt-sc-simple-style .has-post-media.blog-entry.format-video:hover .dt-video-wrap + .entry-format {
    opacity: 0;
    visibility: hidden;
}

    .dt-sc-post-entry.dt-sc-simple-style .has-post-media.blog-entry.format-audio:hover iframe + .entry-format a,
    .dt-sc-post-entry.dt-sc-simple-style .has-post-media.blog-entry.format-audio:hover .wp-audio-shortcode + .entry-format a,
    .dt-sc-post-entry.dt-sc-simple-style .has-post-media.blog-entry.format-video:hover .dt-video-wrap + .entry-format a {
        opacity: 0;
        transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        visibility: hidden;
    }

.dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group,
.dt-sc-simple-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group {
    border: none;
    font-size: 14px;
    margin: 10px 0;
    padding-bottom: 0;
    padding-top: 0;
    text-transform: capitalize;
}

.dt-sc-simple-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group {
    padding-right: 0;
}

.dt-sc-simple-style.dt-sc-post-entry.entry-list-layout:not(.entry-right-thumb) .blog-entry > .entry-thumb + div.entry-meta-group,
.dt-sc-simple-style.dt-sc-post-entry.entry-list-layout:not(.entry-right-thumb) .blog-entry > div.entry-meta-group:first-child {
    width: 90%;
}

.dt-sc-simple-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry > div.entry-meta-group {
    padding-left: 0;
    padding-right: 40px;
}

#primary:not(.page-with-sidebar) .dt-sc-simple-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group:not(:last-child),
#primary:not(.page-with-sidebar) .dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:not(:last-child) {
    margin-top: 0;
}

.dt-sc-simple-style.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry > div.entry-meta-group:first-child,
#primary.with-both-sidebar .dt-sc-simple-style.dt-sc-one-half.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:first-child,
#primary.with-both-sidebar .dt-sc-simple-style.dt-sc-one-half.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:first-child,
#primary:not(.page-with-sidebar) .dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:first-child {
    margin-top: 30px;
}

.dt-sc-simple-style.dt-sc-post-entry .blog-entry > div.entry-meta-group + div.entry-button {
    margin-top: 20px;
}

.dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:last-child {
    margin-bottom: 23px;
}

.dt-sc-simple-style.dt-sc-post-entry.entry-list-layout .blog-entry > div:nth-child(2) {
    margin-top: 0;
}

.dt-sc-simple-style.dt-sc-post-entry.entry-list-layout .blog-entry > div:last-child {
    margin-bottom: 25px;
}

.dt-sc-simple-style.dt-sc-post-entry.entry-list-layout:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAMAAAA8eE0hAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURQAAAJOVmJOVmJOVmJOVmJOVmJOVmJOVmGQk9tIAAAAIdFJOUwBwW0QSCTAib1JXuwAAACtJREFUCNdjYIACdiYYi42RHcpiZmTBYDExsUIYrEwwHSyMzBgsBkY2GAsAEM0AUZ+q8x0AAAAASUVORK5CYII=);
    background-repeat: repeat;
    bottom: 30px;
    content: "";
    display: block;
    height: 9px;
    left: 10px;
    margin: auto;
    position: absolute;
    right: 10px;
    width: auto;
}

.dt-sc-simple-style.dt-sc-post-entry.entry-list-layout:last-child:before,
.dt-sc-simple-style.dt-sc-post-entry.entry-list-layout.grid-sizer:before {
    display: none;
}

.dt-sc-simple-style.dt-sc-post-entry.entry-list-layout:last-child {
    margin-bottom: 0;
}

.dt-sc-simple-style.dt-sc-post-entry.entry-list-layout .blog-entry {
    float: left;
    margin-bottom: 70px;
    position: relative;
    width: 100%;
}

.dt-sc-simple-style.dt-sc-post-entry .blog-entry .entry-format {
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

    .dt-sc-simple-style.dt-sc-post-entry .blog-entry .entry-format a {
        background: rgba(0, 0, 0, 0.65);
        border-radius: 50%;
        box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -webkit-box-shadow: none;
        height: 50px;
        margin: 0;
        width: 50px;
    }

        .dt-sc-simple-style.dt-sc-post-entry .blog-entry .entry-format a:before {
            font-size: 16px;
            line-height: 50px;
        }

.dt-sc-simple-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-format {
    left: 50%;
    right: auto;
}

.dt-sc-simple-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div,
.dt-sc-simple-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:nth-child(odd),
.dt-sc-simple-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:nth-child(even) {
    float: right;
    margin-left: 25px;
    margin-right: 0;
}

    .dt-sc-simple-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:not(:last-child):after {
        left: -15px;
        right: auto;
    }

    .dt-sc-simple-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:last-child {
        margin-left: 0;
    }

.dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout .blog-entry {
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
}

    .dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div,
    .dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    .dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(even) {
        display: inline-block;
        float: none;
        width: auto;
    }

.dt-sc-simple-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div,
.dt-sc-simple-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(odd),
.dt-sc-simple-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(even) {
    clear: none;
    display: inline-block;
    float: none;
    margin: 5px 25px 5px 0;
    position: relative;
    width: auto;
}

    .dt-sc-simple-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:not(:last-child):after {
        content: "-";
        display: block;
        margin: 0;
        padding: 0;
        position: absolute;
        right: -15px;
        top: 0;
    }

    .dt-sc-simple-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:last-child {
        margin-right: 0;
        padding-right: 0;
    }

    .dt-sc-simple-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div.entry-social-share {
        margin-bottom: 0;
        margin-top: 0;
    }

        .dt-sc-simple-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div.entry-social-share:after {
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
        }

.dt-sc-simple-style.dt-sc-post-entry .blog-entry > div.entry-body:last-child p {
    margin-bottom: 0;
}

.dt-sc-simple-style.dt-sc-post-entry .blog-entry .entry-title h4 span.sticky-post {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

    .dt-sc-simple-style.dt-sc-post-entry .blog-entry .entry-title h4 span.sticky-post > i:first-child {
        font-size: 16px;
    }

.dt-sc-simple-style.dt-sc-post-entry.alignright .blog-entry .entry-title h4 span.sticky-post {
    right: auto;
    left: 2px;
}

#primary.with-both-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-list-layout .blog-entry {
    margin-bottom: 50px;
}

    #primary.with-both-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-list-layout .blog-entry > div:nth-child(2) {
        margin-top: 25px;
    }

#primary.with-both-sidebar .dt-sc-simple-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div,
#primary.with-both-sidebar .dt-sc-simple-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(odd),
#primary.with-both-sidebar .dt-sc-simple-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(even) {
    display: inline-block;
    float: none;
}

#primary.with-both-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
#primary.with-both-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group > div:nth-child(even) {
    margin-left: 0;
    margin-right: 25px;
}

    #primary.with-both-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group > div:nth-child(odd):before,
    #primary.with-both-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group > div:nth-child(even):before,
    #primary.with-both-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div::after {
        left: auto;
        right: -15px;
    }

#primary.with-both-sidebar .dt-sc-simple-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div.entry-social-share {
    margin-bottom: 10px;
}

#primary.with-both-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:not(:last-child),
#primary.with-both-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group:not(:last-child) {
    margin-bottom: 10px;
    padding: 0 40px;
}

#primary.with-both-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:not(:last-child) {
    padding-right: 0;
}

#primary.with-both-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-list-layout:before {
    left: 0;
}

#primary.with-both-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:last-child {
    margin-bottom: 25px;
    padding: 0 40px;
}

#primary.with-both-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-list-layout .blog-entry > div:last-child {
    margin-bottom: 0;
    padding: 0 40px;
}

#primary.with-both-sidebar .dt-sc-simple-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:last-child,
#primary.with-both-sidebar .dt-sc-simple-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(odd):last-child,
#primary.with-both-sidebar .dt-sc-simple-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(even):last-child {
    margin-right: 0;
}

.dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout .blog-entry {
    border-radius: 10px;
    box-shadow: none;
    margin-bottom: 50px;
}

    .dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout .blog-entry:hover {
        background-color: #fff;
    }

.active-centered .dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout:nth-child(3) .blog-entry {
    box-shadow: none;
}

.dt-sc-simple-style.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb),
.dt-sc-simple-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:not(.entry-thumb),
.dt-sc-simple-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div:not(.entry-details) {
    padding: 0 40px 0 0;
    margin-bottom: 5px;
    width: 80%;
}

.dt-sc-simple-style.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry:hover > div:not(.entry-thumb),
.dt-sc-simple-style.dt-sc-post-entry.entry-cover-layout .blog-entry:hover .entry-details > div:not(.entry-thumb),
.dt-sc-simple-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div:not(.entry-details),
.active-centered .dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout:nth-child(3) .blog-entry > div:not(.entry-thumb),
.active-centered .dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout:nth-child(3) .blog-entry .entry-details > div:not(.entry-thumb) {
    transform: translateX(15%);
}

.dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-categories {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 400;
    margin-bottom: 0;
}

    .dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-categories a:hover {
        color: #181823 !important;
    }

.dt-sc-simple-style.dt-sc-post-entry .blog-entry > div.entry-thumb,
.dt-sc-simple-style.dt-sc-post-entry .blog-entry > div.entry-thumb img {
    border-radius: 10px;
}

.dt-sc-simple-style.dt-sc-post-entry .blog-entry > div.entry-thumb {
    margin-bottom: 37px;
}

    .dt-sc-simple-style.dt-sc-post-entry .blog-entry > div.entry-thumb img {
        box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.07);
    }

    .dt-sc-simple-style.dt-sc-post-entry .blog-entry > div.entry-thumb:before {
        content: "";
        background-color: rgba(0, 0, 0, 0.1);
        width: 100%;
        border-radius: inherit;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        transition: all 0.3s linear;
        opacity: 0;
        display: inline-block;
    }

.dt-sc-simple-style.dt-sc-post-entry:hover .blog-entry > div.entry-thumb:before {
    opacity: 1;
}

.dt-sc-simple-style.dt-sc-post-entry .blog-entry .entry-title h4 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.dt-sc-simple-style.dt-sc-post-entry article.blog-entry > .entry-title ~ .entry-date {
    margin-bottom: 0;
    transition: all 0.3s linear;
}

.dt-sc-simple-style.dt-sc-post-entry article.blog-entry:hover > .entry-title ~ .entry-date,
.dt-sc-simple-style.dt-sc-post-entry article.blog-entry.sticky > .entry-title ~ .entry-date {
    margin-bottom: 3px;
}

.dt-sc-simple-style.dt-sc-post-entry .blog-entry .entry-title h4 a {
    color: #252525;
}

.dt-sc-simple-style.dt-sc-post-entry .blog-entry .entry-button a.dt-sc-button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    color: #181823;
    text-align: center;
}

    .dt-sc-simple-style.dt-sc-post-entry .blog-entry .entry-button a.dt-sc-button span {
        font-size: 20px;
        margin: 0;
        color: #252525;
    }

.dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout .blog-entry:hover,
.active-centered .dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout:nth-child(3) .blog-entry {
    box-shadow: 0 9px 30px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

    .dt-sc-simple-style.dt-sc-post-entry .blog-entry:hover > div.entry-thumb img,
    .active-centered .dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout:nth-child(3) .blog-entry > div.entry-thumb img {
        box-shadow: none;
        border-radius: 10px 10px 0 0;
    }

.dt-sc-simple-style.dt-sc-post-entry .blog-entry:hover,
.dt-sc-simple-style.dt-sc-post-entry .blog-entry.sticky {
    padding-bottom: 35px;
}

.dt-sc-simple-style.dt-sc-post-entry .blog-entry .entry-button a.dt-sc-button span {
    border: 2px solid transparent;
    transform: translateX(-18px);
    width: 57px;
    height: 57px;
    border-radius: 50%;
    line-height: 55px;
    margin-top: 10px;
    text-align: center;
}

.dt-sc-simple-style.dt-sc-post-entry .blog-entry:hover .entry-button a.dt-sc-button span,
.active-centered .dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout:nth-child(3) .blog-entry .entry-button a.dt-sc-button span {
    transform: translateX(0);
}

.dt-sc-simple-style.dt-sc-post-entry .blog-entry:hover .entry-button a.dt-sc-button,
.dt-sc-simple-style.dt-sc-post-entry .blog-entry .entry-button a.dt-sc-button:hover {
    background: none;
    background-color: transparent;
}

    .dt-sc-simple-style.dt-sc-post-entry .blog-entry .entry-button a.dt-sc-button:hover span,
    .dt-sc-simple-style.dt-sc-post-entry .blog-entry .entry-button a.dt-sc-button span:hover,
    .dt-sc-simple-style.dt-sc-post-entry .blog-entry:hover .entry-button a.dt-sc-button:hover span {
        color: #fff;
    }

.dt-sc-simple-style.dt-sc-post-entry .blog-entry .entry-format {
    opacity: 0;
}

.dt-sc-simple-style.dt-sc-post-entry:hover .blog-entry .entry-format {
    opacity: 1;
}

.dt-sc-simple-style.dt-sc-post-entry .blog-entry.sticky .entry-title h4 {
    position: relative;
    padding: 0 0 0 35px;
}

.dt-sc-simple-style.dt-sc-post-entry .blog-entry .entry-title h4 span.sticky-post {
    width: 25px;
    height: 25px;
    right: auto;
    top: 2px;
    left: 0;
}

    .dt-sc-simple-style.dt-sc-post-entry .blog-entry .entry-title h4 span.sticky-post > i:first-child {
        font-size: 12px;
    }

.dt-sc-overlap-style.dt-sc-post-entry .blog-entry {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry.sticky {
        background: #f2f2f2;
    }

        .dt-sc-overlap-style.dt-sc-post-entry .blog-entry.sticky .entry-format a {
            box-shadow: inset 0 0 0 6px #f2f2f2;
            -moz-box-shadow: inset 0 0 0 6px #f2f2f2;
            -ms-box-shadow: inset 0 0 0 6px #f2f2f2;
            -webkit-box-shadow: inset 0 0 0 6px #f2f2f2;
        }

    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry .entry-format {
        bottom: -20px;
        float: left;
        left: 20px;
        margin: 0 auto;
        text-align: left;
        text-align: center;
        top: auto;
        width: 100%;
        z-index: 3;
    }

        .dt-sc-overlap-style.dt-sc-post-entry .blog-entry .entry-format a {
            box-shadow: inset 0 0 0 6px #fff;
            -moz-box-shadow: inset 0 0 0 6px #fff;
            -ms-box-shadow: inset 0 0 0 6px #fff;
            -webkit-box-shadow: inset 0 0 0 6px #fff;
            float: left;
            height: 60px;
            margin: 0;
            width: 60px;
            background: none;
        }

            .dt-sc-overlap-style.dt-sc-post-entry .blog-entry .entry-format a:before {
                font-size: 20px;
                line-height: 60px;
            }

            .dt-sc-overlap-style.dt-sc-post-entry .blog-entry .entry-format a:after {
                content: "";
                display: block;
                left: 3px;
                margin: auto;
                padding: 0;
                position: absolute;
                position: absolute;
                text-align: center;
                top: 3px;
                right: 3px;
                bottom: 3px;
                z-index: -1;
            }

.dt-sc-overlap-style.dt-sc-post-entry.aligncenter .blog-entry .entry-format {
    left: 0;
    right: 0;
}

    .dt-sc-overlap-style.dt-sc-post-entry.aligncenter .blog-entry .entry-format a {
        display: inline-block;
        float: none;
    }

.dt-sc-overlap-style.dt-sc-post-entry.alignright .blog-entry .entry-format {
    left: auto;
    right: 20px;
}

    .dt-sc-overlap-style.dt-sc-post-entry.alignright .blog-entry .entry-format a {
        float: right;
    }

.dt-sc-overlap-style.dt-sc-post-entry .blog-entry .entry-title h4 span.sticky-post {
    width: 30px;
    height: 30px;
    top: auto;
    bottom: 2px;
    margin: 0;
}

.dt-sc-overlap-style.dt-sc-post-entry.alignright .blog-entry .entry-title h4 span.sticky-post {
    right: auto;
    left: 2px;
}

.dt-sc-overlap-style.dt-sc-post-entry .blog-entry > div.entry-meta-group:not(:last-child) {
    border: none;
    padding-left: 30px;
    padding-right: 30px;
}

.dt-sc-overlap-style.dt-sc-post-entry .blog-entry > div.entry-meta-group:last-child {
    margin-bottom: 20px;
    margin-top: 10px;
}

.dt-sc-overlap-style.dt-sc-post-entry .blog-entry > div.entry-meta-group + .entry-button {
    margin-top: 15px;
}

.dt-sc-overlap-style.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb),
#primary.with-both-sidebar .dt-sc-overlap-style.dt-sc-one-half.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-details > div:not(.entry-thumb),
#primary.with-both-sidebar .dt-sc-overlap-style.dt-sc-one-half.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group {
    padding: 0 30px;
    text-transform: capitalize;
}

    .dt-sc-overlap-style.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry > div.entry-meta-group:first-child,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry > .entry-thumb + div.entry-meta-group,
    #primary.with-both-sidebar .dt-sc-overlap-style.dt-sc-one-half.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:first-child,
    #primary.with-both-sidebar .dt-sc-overlap-style.dt-sc-one-half.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:first-child {
        margin-top: 30px;
        margin-bottom: 0;
    }

.dt-sc-overlap-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-meta-group + div.entry-thumb {
    margin-top: 8px;
}

.dt-sc-overlap-style.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry > div.entry-body,
#primary.with-both-sidebar .dt-sc-overlap-style.dt-sc-one-half.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-details > div.entry-body {
    text-transform: initial;
}

.dt-sc-overlap-style.dt-sc-post-entry .blog-entry > div.entry-meta-group,
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group {
    border-top: none;
}

    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry > div.entry-meta-group:not(:last-child),
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group:not(:last-child) {
        margin-bottom: 0;
    }

    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div,
    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(odd),
    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(even) {
        display: inline-block;
        float: none;
        margin-bottom: 10px;
        margin-right: 15px;
        text-transform: capitalize;
        width: auto;
    }

.dt-sc-overlap-style.dt-sc-post-entry.alignright .blog-entry > div.entry-meta-group > div,
.dt-sc-overlap-style.dt-sc-post-entry.alignright .blog-entry > div.entry-meta-group > div:nth-child(odd),
.dt-sc-overlap-style.dt-sc-post-entry.alignright .blog-entry > div.entry-meta-group > div:nth-child(even) {
    margin-left: 15px;
    margin-right: 0;
}

.dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories,
.dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags,
.dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-author,
.dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-likes-views,
.dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-comments {
    float: left;
    left: 0;
    margin: 0;
    padding: 20px 0 0 20px;
    position: absolute;
    top: 0;
    width: 50%;
}

.dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-categories,
.dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-tags,
.dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-author,
.dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-likes-views,
.dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-comments {
    float: left;
    margin: 0;
    padding: 20px 20px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-date {
    background-color: #fff;
    display: inline-block;
    float: left;
    height: 22px;
    left: 20px;
    line-height: 22px;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    text-transform: uppercase;
    top: 20px;
    width: auto;
}

.dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-date {
    background-color: #fff;
    display: inline-block;
    float: left;
    min-height: 22px;
    line-height: 22px;
    padding: 0 10px;
    position: absolute;
    right: 20px;
    text-transform: uppercase;
    top: 20px;
    width: auto;
}

.dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-date {
    float: right;
    right: 20px;
    left: auto;
}

    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories i,
    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags i,
    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-author i,
    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-date i,
    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-categories i,
    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-tags i,
    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-author i,
    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-date i {
        display: none;
    }

.dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories a,
.dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags a,
.dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-author a,
.dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-likes-views .dt-sc-like-views > div,
.dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-comments a {
    background-color: #fff;
    float: left;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 0;
    min-height: 22px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
}

.dt-sc-overlap-style.dt-sc-post-entry.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories a,
.dt-sc-overlap-style.dt-sc-post-entry.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags a,
.dt-sc-overlap-style.dt-sc-post-entry.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-author a,
.dt-sc-overlap-style.dt-sc-post-entry.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-likes-views .dt-sc-like-views > div,
.dt-sc-overlap-style.dt-sc-post-entry.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-comments a {
    float: right;
    margin-right: 0;
    margin-left: 5px;
}

.dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-categories a,
.dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-tags a,
.dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-author a,
.dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-likes-views .dt-sc-like-views > div,
.dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-comments a {
    background-color: #fff;
    display: inline-block;
    float: right;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 0;
    min-height: 22px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
}

    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories a:before,
    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags a:before,
    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-categories a:before,
    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-tags a:before {
        display: none;
    }

.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories,
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags,
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-author,
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-likes-views,
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-comments {
    width: 25%;
}

.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-categories,
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-tags,
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-author,
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-likes-views,
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-comments {
    bottom: 20px;
    float: left;
    left: 0;
    margin: 0;
    padding: 0 0 0 20px;
    right: auto;
    top: auto;
    width: 25%;
}

.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-date {
    bottom: 20px;
    font-size: 12px;
    left: 20px;
    margin: 0;
    max-width: 20%;
    right: auto;
    top: auto;
}

.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-date {
    left: auto;
    right: 20px;
}

.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-categories a,
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-tags a,
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-author a,
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-likes-views .dt-sc-like-views > div,
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-comments a {
    float: left;
    font-size: 12px;
    margin-left: 0;
    margin-right: 5px;
}

    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-categories a:last-child,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-tags a:last-child,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-author a:last-child,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-likes-views .dt-sc-like-views > div:last-child,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-comments a:last-child {
        margin-bottom: 0;
        margin-right: 0;
    }

.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-format {
    bottom: auto;
    left: auto;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: auto;
}

    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-format a {
        float: right;
    }

.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-categories + div[class*="entry-"]:nth-child(3):not(.entry-meta-group),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-categories + div[class*="entry-"]:nth-child(4):not(.entry-meta-group),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-tags + div[class*="entry-"]:nth-child(3):not(.entry-meta-group),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-tags + div[class*="entry-"]:nth-child(4):not(.entry-meta-group),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-author + div[class*="entry-"]:nth-child(3):not(.entry-meta-group),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-author + div[class*="entry-"]:nth-child(4):not(.entry-meta-group),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-likes-views + div[class*="entry-"]:nth-child(3):not(.entry-meta-group),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-likes-views + div[class*="entry-"]:nth-child(4):not(.entry-meta-group),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-comments + div[class*="entry-"]:nth-child(3):not(.entry-meta-group),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-comments + div[class*="entry-"]:nth-child(4):not(.entry-meta-group),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-date + div[class*="entry-"]:nth-child(3):not(.entry-meta-group),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-date + div[class*="entry-"]:nth-child(4):not(.entry-meta-group),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-categories + div[class*="entry-title"]:nth-child(3),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-categories + div[class*="entry-title"]:nth-child(4),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-tags + div[class*="entry-title"]:nth-child(3),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-tags + div[class*="entry-title"]:nth-child(4),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-author + div[class*="entry-title"]:nth-child(3),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-author + div[class*="entry-title"]:nth-child(4),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-likes-views + div[class*="entry-title"]:nth-child(3),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-likes-views + div[class*="entry-title"]:nth-child(4),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-comments + div[class*="entry-title"]:nth-child(3),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-comments + div[class*="entry-title"]:nth-child(4),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-date + div[class*="entry-title"]:nth-child(3),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-date + div[class*="entry-title"]:nth-child(4),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-categories + div[class*="entry-meta"]:nth-child(3),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-categories + div[class*="entry-meta"]:nth-child(4),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-tags + div[class*="entry-meta"]:nth-child(3),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-tags + div[class*="entry-meta"]:nth-child(4),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-author + div[class*="entry-meta"]:nth-child(3),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-author + div[class*="entry-meta"]:nth-child(4),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-likes-views + div[class*="entry-meta"]:nth-child(3),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-likes-views + div[class*="entry-meta"]:nth-child(4) .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-comments + div[class*="entry-meta"]:nth-child(3),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-comments + div[class*="entry-meta"]:nth-child(4),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-date + div[class*="entry-meta"]:nth-child(3),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-date + div[class*="entry-meta"]:nth-child(4) {
    margin-top: 25px;
}

.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-title + div + div[class*="entry-"]:nth-child(3):not(.entry-meta-group),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-title + div + div[class*="entry-"]:nth-child(4):not(.entry-meta-group),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-title + div + div[class*="entry-meta"]:nth-child(3):not(.entry-meta-group),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-title + div + div[class*="entry-meta"]:nth-child(4):not(.entry-meta-group),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-meta-group + div + div[class*="entry-"]:nth-child(3),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-meta-group + div + div[class*="entry-"]:nth-child(4),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-meta-group + div + div[class*="entry-meta"]:nth-child(3),
.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-meta-group + div + div[class*="entry-meta"]:nth-child(4) {
    margin-top: 5px;
}

#primary.with-both-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-format {
    bottom: -25px;
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
    top: auto;
    width: 100%;
}

#primary.with-both-sidebar div[class*="dt-sc-fadein"].dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .entry-format,
#primary.with-both-sidebar div[class*="dt-sc-scale"].dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .entry-format,
#primary.with-both-sidebar div[class*="rotate"].dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .entry-format,
#primary.with-both-sidebar .dt-sc-flash-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .entry-format,
#primary.with-both-sidebar .dt-sc-circle-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .entry-format,
#primary.with-both-sidebar .dt-sc-middle-radial-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .entry-format {
    bottom: -5px;
    right: 0;
}

#primary.with-both-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-format a {
    display: inline-block;
    float: none;
}

#primary.with-both-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories,
#primary.with-both-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags,
#primary.with-both-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-author,
#primary.with-both-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-likes-views,
#primary.with-both-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-comments,
#primary.with-both-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-categories,
#primary.with-both-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-tags,
#primary.with-both-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-author,
#primary.with-both-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-likes-views,
#primary.with-both-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-comments {
    width: 50%;
}

#primary.with-both-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-categories,
#primary.with-both-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-tags,
#primary.with-both-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-author,
#primary.with-both-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-likes-views,
#primary.with-both-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-comments {
    bottom: auto;
    left: auto;
    padding: 20px 20px 0 0;
    right: 0;
    top: 0;
}

    #primary.with-both-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-categories a,
    #primary.with-both-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-tags a,
    #primary.with-both-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-author a,
    #primary.with-both-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-likes-views a,
    #primary.with-both-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-comments a {
        float: right;
        font-size: 12px;
        margin-left: 5px;
        margin-right: 0;
    }

.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry .entry-title h4 {
    position: relative;
}

    .dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry .entry-title h4 span.sticky-post {
        border-radius: 50%;
        height: 40px;
        padding: 0;
        text-align: center;
        width: 40px;
        position: absolute;
        opacity: 0.4;
        z-index: -1;
    }

.dt-sc-content-overlay-style.dt-sc-post-entry.aligncenter .blog-entry .entry-title h4 span.sticky-post {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.dt-sc-content-overlay-style.dt-sc-post-entry.alignleft .blog-entry .entry-title h4 span.sticky-post,
.dt-sc-content-overlay-style.dt-sc-post-entry.alignnone .blog-entry .entry-title h4 span.sticky-post {
    left: 0;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.dt-sc-content-overlay-style.dt-sc-post-entry.alignright .blog-entry .entry-title h4 span.sticky-post {
    right: 0;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry .entry-title h4 span.sticky-post > span {
    display: none;
}

.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry .entry-title h4 span.sticky-post > i:first-child {
    font-size: 20px;
    line-height: 40px;
    margin-right: 0;
}

.dt-sc-content-overlay-style.dt-sc-post-entry.entry-grid-layout {
    margin-bottom: 15px;
}

    .dt-sc-content-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry {
        background-color: #fff;
        z-index: 0;
    }

        .dt-sc-content-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-thumb {
            margin-bottom: -32px;
            overflow: hidden;
            position: relative;
            z-index: -1;
        }

            .dt-sc-content-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-thumb:before {
                background-color: #fff;
                bottom: 0;
                box-shadow: 0 0 13px 5px rgba(188, 188, 188, 0.3);
                -webkit-box-shadow: 0 0 13px 5px rgba(188, 188, 188, 0.3);
                content: "";
                display: block;
                height: 17px;
                left: 0;
                margin: 0 auto;
                position: absolute;
                right: 0;
                width: calc(100% - 30px);
                z-index: 9;
                -moz-width: calc(100% - 30px);
                -webkit-width: calc(100% - 30px);
                -ms-width: calc(100% - 30px);
            }

            .dt-sc-content-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-thumb + .entry-body {
                margin-top: 25px;
            }

        .dt-sc-content-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div[class*="entry-"]:not(.entry-body) {
            text-transform: capitalize;
        }

        .dt-sc-content-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div[class*="entry-"]:not(.entry-thumb) {
            padding-left: 0;
            padding-right: 0;
        }

        .dt-sc-content-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-thumb ~ div[class*="entry-"] {
            padding: 0 40px;
        }

            .dt-sc-content-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-thumb ~ div[class*="entry-"] p {
                margin-bottom: 0;
            }

        .dt-sc-content-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-thumb ~ div.entry-button {
            margin-top: 10px;
        }

        .dt-sc-content-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:not(:last-child),
        .dt-sc-content-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-thumb ~ div[class*="entry-"]:last-child {
            margin-bottom: 0;
        }

        .dt-sc-content-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-thumb ~ div.entry-meta-group:last-child {
            margin-bottom: 20px;
        }

        .dt-sc-content-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div[class*="entry-"]:first-child {
            margin-top: 0;
        }

        .dt-sc-content-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-thumb .mejs-container {
            min-height: 120px;
        }

            .dt-sc-content-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-thumb .mejs-container .mejs-controls {
                bottom: auto;
                margin-top: 60px;
                margin-bottom: 20px;
                position: static;
            }

        .dt-sc-content-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-thumb + div.entry-title,
        .dt-sc-content-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-thumb + div.entry-date,
        .dt-sc-content-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-thumb + div.entry-meta-group {
            margin-top: 25px;
        }

.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-tags a,
.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-categories a {
    display: inline-block;
    float: none;
    font-size: 12px;
    padding: 2px 16px;
    text-align: center;
    text-transform: uppercase;
}

.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-tags a,
.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-categories a,
.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-tags a,
.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-categories a {
    margin-bottom: 5px;
}

.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-tags a {
    border: 1px solid;
}

    .dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-tags a:before,
    .dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-categories a:before,
    .dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-tags i,
    .dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-categories i {
        display: none;
    }

.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry > div.entry-author > a,
.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry > div.entry-likes-views .dt-sc-like-views > div,
.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry > div.entry-comments > a {
    float: left;
    text-align: center;
    width: auto;
}

.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-author > a,
.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-likes-views .dt-sc-like-views > div,
.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-comments > a {
    display: inline-block;
    float: none;
    padding: 3px 15px;
    text-transform: uppercase;
}

.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-author a {
    padding-left: 35px;
    position: relative;
}

    .dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-author a:before {
        content: "\f2c0";
        display: block;
        font-family: FontAwesome;
        font-size: 14px;
        left: 15px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-author i {
    display: none;
}

.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-date,
.dt-sc-content-overlay-style.dt-sc-post-entry.entry-cover-layout .blog-entry div.entry-date {
    text-align: center;
    text-transform: capitalize;
    width: auto;
}

.dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-format {
    left: auto;
    right: 0;
}

div[class*="entry-"].dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-meta-group {
    border-bottom: none;
    border-top: none;
    padding-bottom: 0;
    padding-top: 0;
    text-transform: capitalize;
}

    div[class*="entry-"].dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-meta-group > div {
        display: inline-block;
        float: none;
        margin-bottom: 10px;
        margin-right: 10px;
        padding-right: 10px;
        position: relative;
    }

        div[class*="entry-"].dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-meta-group > div:not(:last-child):before {
            background: #4a4a52;
            content: "";
            display: block;
            height: 2px;
            position: absolute;
            right: -2px;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            width: 2px;
        }

div[class*="entry-"].dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:last-child {
    margin-right: 0;
    padding-right: 0;
}

.dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div:not(.entry-thumb) {
    padding: 0;
}

.dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-thumb {
    margin-right: -5px;
    overflow: hidden;
}

    .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-thumb:before {
        background-color: #fff;
        box-shadow: 0 0 13px 5px rgba(188, 188, 188, 0.3);
        -webkit-box-shadow: 0 0 13px 5px rgba(188, 188, 188, 0.3);
        content: "";
        display: block;
        height: 95%;
        left: auto;
        position: absolute;
        right: 0;
        top: 2.5%;
        width: 17px;
        z-index: 9;
    }

.dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > .entry-thumb .bx-controls a {
    width: 30px;
    height: 30px;
    bottom: 15px;
}

    .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > .entry-thumb .bx-controls a.bx-prev {
        left: -60px;
        margin: 0 auto;
        right: 0;
        top: auto;
        opacity: 0;
        visibility: hidden;
    }

    .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > .entry-thumb .bx-controls a.bx-next {
        left: 0;
        margin: 0 auto;
        right: -60px;
        top: auto;
        opacity: 0;
        visibility: hidden;
    }

        .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > .entry-thumb .bx-controls a.bx-prev:before,
        .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > .entry-thumb .bx-controls a.bx-next:before {
            line-height: 30px;
        }

.dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > .entry-thumb:hover .bx-controls a.bx-prev,
.dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > .entry-thumb:hover .bx-controls a.bx-next {
    width: 50px;
    opacity: 1;
    visibility: visible;
}

.dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry > div.entry-thumb {
    margin-left: -5px;
    margin-right: 0;
}

    .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry > div.entry-thumb:before {
        left: 0;
        right: auto;
    }

.dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry > div.entry-author > a,
.dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry > div.entry-likes-views .dt-sc-like-views > div,
.dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry > div.entry-comments > a {
    display: inline-block;
    float: none;
}

.dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-title h4 span.sticky-post {
    left: 0;
    opacity: 1;
    right: auto;
    top: 0;
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
}

    .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-title h4 span.sticky-post + a {
        margin-left: 50px;
    }

div[class*="entry-"].dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry div.entry-meta-group > div {
    margin-left: 10px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 0;
}

    div[class*="entry-"].dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry div.entry-meta-group > div:before {
        display: block;
        left: auto;
        right: -13px;
    }

.dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-title h4 span.sticky-post {
    left: auto;
    opacity: 1;
    right: 0;
    top: 0;
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
}

    .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-title h4 span.sticky-post + a {
        float: right;
        margin-left: 0;
        margin-right: 50px;
    }

.dt-sc-content-overlay-style.dt-sc-post-entry.entry-cover-layout.alignright .blog-entry > div.entry-author > a,
.dt-sc-content-overlay-style.dt-sc-post-entry.entry-cover-layout.alignright .blog-entry > div.entry-likes-views .dt-sc-like-views > div,
.dt-sc-content-overlay-style.dt-sc-post-entry.entry-cover-layout.alignright .blog-entry > div.entry-comments > a {
    display: inline-block;
    float: none;
}

div[class*="entry-"].dt-sc-content-overlay-style.dt-sc-post-entry.entry-cover-layout.alignright .blog-entry div.entry-meta-group > div {
    margin-left: 10px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 0;
}

div[class*="entry-"].dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-last-child(-n + 2),
div[class*="entry-"].dt-sc-content-overlay-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-last-child(-n + 2),
div[class*="entry-"].dt-sc-content-overlay-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-last-child(-n + 2),
#primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-content-overlay-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:last-child,
#primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-content-overlay-style.dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:last-child,
#primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-content-overlay-style.dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:last-child {
    margin-bottom: 10px;
}

div[class*="entry-"].dt-sc-content-overlay-style.dt-sc-post-entry.entry-cover-layout.alignright .blog-entry div.entry-meta-group > div:before,
div[class*="entry-"].dt-sc-content-overlay-style.dt-sc-post-entry.entry-cover-layout.alignright .blog-entry div.entry-meta-group > div:last-child:before {
    content: "";
    display: block;
    height: 2px;
    left: -2px;
    position: absolute;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 2px;
}

div[class*="entry-"].dt-sc-content-overlay-style.dt-sc-post-entry.entry-cover-layout.alignright .blog-entry div.entry-meta-group > div:first-child:before {
    display: none;
}

.dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > .entry-thumb + div:nth-child(2) {
    margin-top: 35px;
}

.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-meta-group + div.entry-button:last-child {
    margin-top: 25px;
}

.dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > div:last-child,
div[class*="entry-"].dt-sc-content-overlay-style.dt-sc-post-entry.entry-cover-layout .blog-entry div.entry-meta-group:last-child {
    margin-bottom: 25px;
    margin-top: 10px;
}

div[class*="entry-"].dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-meta-group:first-child {
    padding-top: 28px;
}

.dt-sc-content-overlay-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-format a:hover {
    background: none;
}

#primary.page-with-sidebar.with-both-sidebar .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-author > a,
#primary.page-with-sidebar.with-both-sidebar .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-likes-views .dt-sc-like-views > div,
#primary.page-with-sidebar.with-both-sidebar .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-comments > a {
    display: inline-block;
    float: none;
}

#primary.page-with-sidebar.with-both-sidebar .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-thumb:before {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 0 13px 5px rgba(188, 188, 188, 0.3);
    -webkit-box-shadow: 0 0 13px 5px rgba(188, 188, 188, 0.3);
    content: "";
    display: block;
    height: 17px;
    left: 5%;
    position: absolute;
    right: auto;
    top: auto;
    width: 90%;
    z-index: 9;
}

#primary.page-with-sidebar.with-both-sidebar .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-thumb {
    margin-bottom: -20px;
    margin-right: 0;
}

#primary.page-with-sidebar.with-both-sidebar .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > .entry-thumb + div:nth-child(2) {
    margin-top: 0;
}

#primary.page-with-sidebar.with-both-sidebar .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div:not(.entry-thumb) {
    padding: 0 40px;
}

#primary.page-with-sidebar.with-both-sidebar .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-title h4 span.sticky-post,
#primary.page-with-sidebar.with-both-sidebar .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-title h4 span.sticky-post {
    left: 0;
    margin: 0 auto;
    opacity: 0.3;
    right: 0;
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
}

    #primary.page-with-sidebar.with-both-sidebar .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-title h4 span.sticky-post + a {
        margin-left: 0;
    }

    #primary.page-with-sidebar.with-both-sidebar .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-title h4 span.sticky-post + a {
        margin-right: 0;
    }

#primary.page-with-sidebar.with-both-sidebar .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > .entry-thumb .bx-controls a {
    bottom: 30px;
}

.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-title h4 {
    text-transform: uppercase;
}

.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group {
    border: none;
}

    .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group:first-child {
        margin-top: 15px;
    }

    .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd) {
        clear: both;
        float: left;
        text-align: left;
        width: 49%;
    }

    .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even) {
        float: right;
        text-align: right;
        width: 49%;
    }

.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details {
    min-height: 670px;
}

    .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:nth-last-child(2):not(.entry-meta-group) {
        margin-bottom: 180px;
    }

    .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details .entry-meta-group:last-child {
        bottom: 10px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
    }

#primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
#primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd),
#primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
#primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even) {
    clear: both;
    display: inline-block;
    float: none;
    margin-bottom: 10px;
    text-align: inherit;
    width: 100%;
}

#primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details {
    min-height: auto;
}

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:nth-last-child(2):not(.entry-meta-group),
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details {
        min-height: auto;
    }

        #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:nth-last-child(2):not(.entry-meta-group) {
            margin-bottom: 0;
        }

        #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details .entry-meta-group:last-child,
        #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details .entry-meta-group:last-child {
            bottom: 0;
            margin-bottom: 18px;
            position: relative;
        }

        #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:nth-last-child(2):not(.entry-meta-group),
        #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:nth-last-child(2):not(.entry-meta-group) {
            margin-bottom: 0;
        }

.dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry .entry-title h4 {
    margin: 0;
    text-transform: capitalize;
}

.dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry .entry-social-share .share,
.dt-sc-simple-withbg-style.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry .entry-social-share .share {
    border-color: #fff;
    background: none;
}

.dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry {
    padding: 22px 26px 0 26px;
}

    .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div:not(.entry-thumb) {
        padding: 0 0;
    }

    .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-thumb ~ div.entry-button,
    .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry div.entry-button,
    .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-thumb ~ div.entry-button:not(:last-child),
    .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry div.entry-button:not(:last-child) {
        margin-bottom: 10px;
    }

        .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-thumb ~ div.entry-button:last-child,
        .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry div.entry-button:last-child,
        .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-thumb ~ div.entry-button:last-child,
        .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry div.entry-button:last-child {
            margin-bottom: 30px;
            margin-top: 15px;
        }

.dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry div.entry-meta-group + div.entry-button:last-child {
    margin-top: 10px;
}

.dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry.has-post-thumbnail {
    margin-top: 28px;
}

    .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry.has-post-thumbnail .entry-thumb {
        box-shadow: 0 28px 16px -26px #000;
        -moz-box-shadow: 0 28px 16px -26px #000;
    }

.dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry.sticky {
    box-shadow: 0 28px 16px -26px #000;
    -moz-box-shadow: 0 28px 16px -26px #000;
}

.dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout:hover .blog-entry.has-post-thumbnail .entry-thumb {
    box-shadow: none;
    -moz-box-shadow: none;
}

.dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div[class*="entry-"]:first-child {
    margin-top: 5px;
}

.dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-thumb:first-child {
    margin-top: -50px;
}

.dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div:not(.entry-body),
.dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div:not(.entry-body) {
    font-size: 14px;
    text-transform: capitalize;
}

.dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group,
.dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group {
    border: none;
    font-size: 14px;
    margin: 10px 0;
    padding-bottom: 0;
    padding-top: 0;
    text-transform: capitalize;
}

.dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry > div.entry-meta-group {
    padding-right: 40px;
}

.dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry .entry-title h4 span.sticky-post {
    top: 3px;
    right: 3px;
}

.dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry .entry-thumb + .entry-title h4 span.sticky-post {
    right: 3px;
    top: 3px;
    width: 30px;
    height: 30px;
}

.dt-sc-simple-withbg-style.dt-sc-post-entry.alignright .blog-entry .entry-title h4 span.sticky-post {
    right: auto;
    left: 3px;
}

.dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry div.entry-meta-group + div.entry-button:last-child,
.dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-thumb ~ div.entry-meta-group + div.entry-button:last-child,
.dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry div.entry-meta-group + div.entry-button:last-child,
.dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group + div.entry-thumb ~ div.entry-button:last-child,
.dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry div.entry-meta-group + div.entry-button:last-child {
    margin-top: 5px;
}

#primary:not(.page-with-sidebar) .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group:not(:last-child),
#primary:not(.page-with-sidebar) .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:not(:last-child) {
    margin-top: 0;
}

.dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:last-child {
    margin-bottom: 25px;
    margin-top: 0;
}

.dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div:nth-child(2) {
    margin-top: 0;
}

.dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div:last-child {
    margin-bottom: 30px;
}

.dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div,
#primary:not(.page-with-sidebar) .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div:first-child + div.entry-meta-group,
#primary:not(.page-with-sidebar) .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group:first-child {
    margin-top: 25px;
}

.dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div[class*="entry-"] > p {
    margin-bottom: 0;
}

.dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-body + .entry-meta-group:last-child {
    margin-top: 0;
}

.dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout:before {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    bottom: 30px;
    content: "";
    display: inline-block;
    float: none;
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%;
}

.dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout:last-child:before,
.dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout.grid-sizer:before {
    display: none;
}

.dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout:last-child {
    margin-bottom: 0;
}

.dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry {
    float: left;
    margin-bottom: 70px;
    position: relative;
    width: 100%;
}

.dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry .entry-format a {
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
}

.dt-sc-simple-withbg-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div,
.dt-sc-simple-withbg-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:nth-child(odd),
.dt-sc-simple-withbg-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:nth-child(even) {
    float: right;
    margin-left: 25px;
    margin-right: 0;
}

    .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:not(:last-child):after {
        left: -15px;
        right: auto;
    }

    .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:last-child {
        margin-left: 0;
    }

.dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div,
.dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
.dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(even) {
    display: inline-block;
    float: none;
    width: auto;
}

.dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div,
.dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(odd),
.dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(even) {
    clear: none;
    display: inline-block;
    float: none;
    margin: 5px 25px 5px 0;
    position: relative;
    width: auto;
}

    .dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:not(:last-child):after {
        content: "-";
        display: block;
        margin: 0;
        padding: 0;
        position: absolute;
        right: -15px;
        top: 0;
    }

    .dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:last-child {
        margin-right: 0;
        padding-right: 0;
    }

    .dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div.entry-social-share {
        margin-bottom: 0;
        margin-top: 0;
    }

        .dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div.entry-social-share:after {
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
        }

.dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry > div.entry-body:last-child p {
    margin-bottom: 0;
}

#primary.with-both-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry {
    margin-bottom: 50px;
}

    #primary.with-both-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div:nth-child(2) {
        margin-top: 25px;
    }

#primary.with-both-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div,
#primary.with-both-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(odd),
#primary.with-both-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(even) {
    display: inline-block;
    float: none;
}

#primary.with-both-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
#primary.with-both-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group > div:nth-child(even) {
    margin-left: 0;
    margin-right: 25px;
}

    #primary.with-both-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group > div:nth-child(odd):before,
    #primary.with-both-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group > div:nth-child(even):before,
    #primary.with-both-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div::after {
        left: auto;
        right: -15px;
    }

#primary.with-both-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div.entry-social-share {
    margin-bottom: 10px;
}

#primary.with-both-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group > div:nth-child(odd):last-child,
#primary.with-both-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group > div:nth-child(even):last-child {
    margin-right: 0;
}

#primary.with-both-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:not(:last-child),
#primary.with-both-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group:not(:last-child) {
    margin-bottom: 10px;
    padding: 0 40px;
    padding-right: 0;
}

#primary.with-both-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout:before {
    left: 0;
}

#primary.with-both-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:last-child {
    margin-bottom: 25px;
}

#primary.with-both-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group,
#primary.with-both-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry > div.entry-meta-group {
    padding: 0 40px;
}

    #primary.with-both-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group > div:last-child,
    #primary.with-both-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry > div.entry-meta-group > div:last-child {
        margin-right: 0;
    }

.dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry * {
    transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -webkit-transition: none;
}

.dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry a,
.dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry p,
.dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry i,
.dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-meta-group,
.dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-likes-views > div,
.dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-date {
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry {
    background: #f3f3f3;
    box-shadow: none;
    -moz-box-shadow: none;
    min-height: 300px;
    padding: 50px 0;
}

    .dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:first-child:not(.entry-thumb) {
        margin-top: 0;
    }

    .dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:not(.entry-thumb),
    .dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div:not(.entry-details) {
        font-size: 14px;
    }

    .dt-sc-trendy-style.dt-sc-post-entry .blog-entry > div.entry-meta-group:not(:last-child),
    .dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group:not(:last-child),
    .dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group:not(:last-child) {
        padding-bottom: 0;
    }

    .dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-button {
        margin-top: 10px;
    }

        .dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-button:last-child {
            margin-bottom: 0;
        }

    .dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-body p,
    .dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry div.entry-body p {
        margin-bottom: 0;
    }

    .dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group {
        border: none;
    }

        .dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div {
            display: inline-block;
            float: none;
            margin-right: 10px;
            padding-right: 10px;
            position: relative;
        }

        .dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            padding-top: 6px;
        }

        .dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div {
            margin-bottom: 5px;
        }

            .dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:before {
                color: rgba(0, 0, 0, 0.3);
                content: "/";
                display: block;
                left: auto;
                position: absolute;
                right: -4px;
                top: 50%;
                transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
            }

            .dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:last-child {
                margin-right: 0;
                padding-right: 0;
            }

                .dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:last-child:before {
                    display: none;
                }

.dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout:hover .blog-entry .entry-details > div.entry-meta-group > div:before {
    color: rgba(255, 255, 255, 0.6);
}

.dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout.alignright .blog-entry .entry-details > div.entry-meta-group > div {
    float: right;
    margin-right: 0;
    margin-left: 10px;
    padding-right: 0;
    padding-left: 10px;
}

    .dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout.alignright .blog-entry .entry-details > div.entry-meta-group > div.entry-social-share {
        margin-top: -3px;
    }

    .dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout.alignright .blog-entry .entry-details > div.entry-meta-group > div:before {
        right: auto;
        left: -4px;
    }

.dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-title h4 span.sticky-post {
    display: inline-block;
    float: none;
    left: 2px;
    margin-bottom: 10px;
    position: absolute;
    right: auto;
    top: 2px;
}

.dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout.alignright .blog-entry .entry-title h4 span.sticky-post {
    left: auto;
    right: 2px;
}

.dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 20px;
    display: inline-block;
    float: none;
    padding: 0 5px;
}

    .dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry:hover {
        background-color: rgba(0, 0, 0, 0);
    }

    .dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details {
        min-height: 600px;
        position: relative;
    }

    .dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry:before {
        border: 7px solid;
        border-radius: 20px;
        bottom: 0;
        content: "";
        display: block;
        height: auto;
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
    }

    .dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry:after {
        background: rgba(255, 255, 255, 0.85);
        content: "";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry.sticky {
        box-shadow: none;
        -moz-box-shadow: none;
    }

    .dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-title h4 span.sticky-post {
        bottom: -30px;
        height: 40px;
        left: 0;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        right: 0;
        text-align: center;
        width: 100%;
    }

        .dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-title h4 span.sticky-post i {
            font-size: 18px;
            line-height: 40px;
            margin-right: 0;
        }

        .dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-title h4 span.sticky-post > span {
            display: none;
        }

    .dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry div.entry-format {
        display: inline-block;
        float: none;
        margin: 0;
        position: relative;
        text-align: center;
        top: 0;
        width: 100%;
    }

        .dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry div.entry-format a {
            border-radius: 0 0 40px 40px;
            display: inline-block;
            float: none;
            height: 35px;
            line-height: 35px;
            margin-bottom: -10px;
            margin-top: -3px;
            position: relative;
            width: 100px;
        }

            .dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry div.entry-format a:before {
                font-size: 18px;
                line-height: normal;
                top: 9px;
            }

    .dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry div.entry-meta-group,
    .dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry div.entry-meta-group:last-child {
        border: none;
    }

    .dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry div.entry-meta-group {
        margin-bottom: 35px;
        margin-top: 35px;
    }

        .dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry div.entry-meta-group:last-child {
            bottom: 10px;
            left: 0;
            margin-top: 75px;
            position: relative;
            top: auto;
            z-index: 99;
        }

        .dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry div.entry-meta-group > div {
            display: inline-block;
            float: none;
            margin-right: 20px;
            width: auto;
        }

            .dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry div.entry-meta-group > div:last-child {
                margin-right: 0;
                margin-left: 0;
            }

.dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout.alignright .blog-entry div.entry-meta-group > div {
    margin-left: 20px;
    margin-right: 0;
}

.dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry.sticky {
    padding-bottom: 30px;
}

.dt-sc-alternate-style.dt-sc-post-entry .blog-entry.sticky {
    background-color: #f7f7f7;
}

.dt-sc-alternate-style.dt-sc-post-entry .blog-entry .entry-title h4 span.sticky-post {
    width: 30px;
    height: 30px;
}

    .dt-sc-alternate-style.dt-sc-post-entry .blog-entry .entry-title h4 span.sticky-post > i:first-child {
        font-size: 16px;
    }

.dt-sc-alternate-style.dt-sc-post-entry.alignright .blog-entry .entry-title h4 span.sticky-post {
    right: auto;
    left: 2px;
}

.dt-sc-alternate-style.dt-sc-post-entry .entry-format {
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.dt-sc-alternate-style.dt-sc-post-entry .blog-entry .entry-format a {
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    background: none;
    margin: 0;
}

    .dt-sc-alternate-style.dt-sc-post-entry .blog-entry .entry-format a:before {
        font-size: 24px;
    }

    .dt-sc-alternate-style.dt-sc-post-entry .blog-entry .entry-format a:after,
    .dt-sc-alternate-style.dt-sc-post-entry .blog-entry .entry-thumb:not(:first-child) .entry-format a:after {
        position: absolute;
        content: "";
        display: block;
        width: 50px;
        height: 50px;
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        z-index: -1;
    }

    .dt-sc-alternate-style.dt-sc-post-entry .blog-entry .entry-format a:after {
        border-radius: 50% 50% 0 50%;
    }

.dt-sc-alternate-style.dt-sc-post-entry .blog-entry .entry-thumb:not(:first-child) .entry-format a:after {
    border-radius: 0 50% 50% 50%;
}

.dt-sc-alternate-style.dt-sc-post-entry.entry-left-thumb .blog-entry .entry-format a:after {
    border-radius: 50% 0 50% 50%;
}

.dt-sc-alternate-style.dt-sc-post-entry.entry-right-thumb .blog-entry .entry-format a:after {
    border-radius: 50% 50% 50% 0;
}

.dt-sc-alternate-style.dt-sc-post-entry:hover .blog-entry .entry-format a:after,
.dt-sc-alternate-style.dt-sc-post-entry:hover .blog-entry .entry-thumb:not(:first-child) .entry-format a:after {
    border-radius: 50%;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.dt-sc-alternate-style.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb),
.dt-sc-alternate-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:not(.entry-thumb),
.dt-sc-alternate-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div:not(.entry-details) {
    padding: 0 25px;
}

.dt-sc-alternate-style.dt-sc-post-entry .blog-entry > div.entry-meta-group:first-child,
.dt-sc-alternate-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-thumb + div.entry-meta-group,
.dt-sc-alternate-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group:first-child,
.dt-sc-alternate-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group:first-child,
.dt-sc-alternate-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group:first-child {
    margin-top: 25px;
}

.dt-sc-alternate-style.dt-sc-post-entry .blog-entry > div.entry-thumb:before {
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
    z-index: 9;
}

.dt-sc-alternate-style.dt-sc-post-entry .blog-entry > div.entry-thumb:first-child:before,
.dt-sc-alternate-style.dt-sc-post-entry .blog-entry > div.entry-thumb:after {
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    bottom: 0;
}

.dt-sc-alternate-style.dt-sc-post-entry:hover .blog-entry > div.entry-thumb:first-child:before,
.dt-sc-alternate-style.dt-sc-post-entry:hover .blog-entry > div.entry-thumb:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}

.dt-sc-alternate-style.dt-sc-post-entry .blog-entry > div.entry-thumb:not(:first-child):before {
    border-top: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    top: 0;
}

.dt-sc-alternate-style.dt-sc-post-entry:hover .blog-entry > div.entry-thumb:not(:first-child):before {
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: 0;
}

.dt-sc-alternate-style.dt-sc-post-entry.entry-left-thumb .blog-entry > div.entry-thumb:before,
.dt-sc-alternate-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-thumb:before {
    content: "";
    display: block;
    height: 0;
    right: 0;
    position: absolute;
    left: auto;
    width: 0;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.dt-sc-alternate-style.dt-sc-post-entry.entry-left-thumb .blog-entry > div.entry-thumb:before {
    border-right: 15px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.dt-sc-alternate-style.dt-sc-post-entry.entry-left-thumb:hover .blog-entry > div.entry-thumb:before {
    border-right: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.dt-sc-alternate-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-thumb:before {
    left: 0;
    right: auto;
    border-left: 15px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.dt-sc-alternate-style.dt-sc-post-entry.entry-right-thumb:hover .blog-entry > div.entry-thumb:before {
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.dt-sc-alternate-style.dt-sc-post-entry .entry-title h4 a {
    padding: 0 0 18px;
    position: relative;
    width: 100%;
    float: left;
}

    .dt-sc-alternate-style.dt-sc-post-entry .entry-title h4 a:before {
        background: #d7d7d7;
        bottom: 0;
        content: "";
        display: block;
        height: 1px;
        left: 0;
        position: absolute;
        right: auto;
        width: 40px;
    }

.dt-sc-alternate-style.dt-sc-post-entry.alignright .entry-title h4 a:before,
.dt-sc-alternate-style.dt-sc-post-entry.entry-right-thumb .entry-title h4 a:before {
    right: 0;
    left: auto;
}

.dt-sc-alternate-style.dt-sc-post-entry.aligncenter .entry-title h4 a:before {
    right: 0;
    margin: 0 auto;
}

.dt-sc-alternate-style.dt-sc-post-entry:hover .entry-title h4 a:before {
    width: 75px;
}

.dt-sc-alternate-style.dt-sc-post-entry .blog-entry > div:not(.entry-body) {
    text-transform: capitalize;
    font-weight: 300;
    font-size: 14px;
}

.dt-sc-alternate-style.dt-sc-post-entry .blog-entry > div.entry-meta-group,
.dt-sc-alternate-style.dt-sc-post-entry .blog-entry .entry-details > div.entry-meta-group {
    border: none;
}

    .dt-sc-alternate-style.dt-sc-post-entry .blog-entry > div.entry-meta-group:last-child,
    .dt-sc-alternate-style.dt-sc-post-entry .blog-entry .entry-details > div.entry-meta-group:last-child {
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .dt-sc-alternate-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div,
    .dt-sc-alternate-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div,
    .dt-sc-alternate-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div {
        border: 1px solid rgba(0, 0, 0, 0.15);
        display: inline-block;
        float: none;
        margin-bottom: 7px;
        margin-right: 5px;
        padding: 3px 12px;
        border-bottom: 2px solid;
        background: #fff;
    }

        .dt-sc-alternate-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:last-child,
        .dt-sc-alternate-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:last-child,
        .dt-sc-alternate-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:last-child {
            margin-right: 0;
        }

        .dt-sc-alternate-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div.entry-social-share,
        .dt-sc-alternate-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div.entry-social-share,
        .dt-sc-alternate-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div.entry-social-share {
            padding: 0;
            border: none;
            border-bottom: 2px solid;
        }

            .dt-sc-alternate-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div.entry-social-share .share {
                border-color: rgba(0, 0, 0, 0.15);
            }

                .dt-sc-alternate-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div.entry-social-share .share i {
                    background: none;
                    border-right: 1px solid rgba(0, 0, 0, 0.15);
                    color: #4a4a52;
                }

.dt-sc-alternate-style.dt-sc-post-entry.alignright .blog-entry > div.entry-meta-group > div,
.dt-sc-alternate-style.dt-sc-post-entry.entry-cover-layout.alignright .blog-entry > div.entry-meta-group > div,
.dt-sc-alternate-style.dt-sc-post-entry.entry-cover-layout.alignright .blog-entry .entry-details > div.entry-meta-group > div {
    margin-right: 0;
    margin-left: 5px;
}

    .dt-sc-alternate-style.dt-sc-post-entry.alignright .blog-entry > div.entry-meta-group > div:last-child,
    .dt-sc-alternate-style.dt-sc-post-entry.entry-cover-layout.alignright .blog-entry > div.entry-meta-group > div:last-child,
    .dt-sc-alternate-style.dt-sc-post-entry.entry-cover-layout.alignright .blog-entry .entry-details > div.entry-meta-group > div:last-child {
        margin-left: 0;
    }

.dt-sc-alternate-style.dt-sc-post-entry .blog-entry > div[class*="entry-"]:last-child,
.dt-sc-alternate-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div[class*="entry-"]:last-child {
    margin-bottom: 40px;
}

.dt-sc-alternate-style.dt-sc-post-entry .blog-entry > div.entry-thumb:last-child,
.dt-sc-alternate-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-thumb:last-child {
    margin-bottom: 0;
    margin-top: 30px;
}

#primary.page-with-sidebar.with-both-sidebar .dt-sc-alternate-style.dt-sc-post-entry.entry-list-layout .entry-title h4 a:before {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.dt-sc-classic-style.dt-sc-post-entry .blog-entry .entry-title h4 span.sticky-post {
    height: 30px;
    width: 30px;
}

.dt-sc-classic-style.dt-sc-post-entry.alignright .blog-entry .entry-title h4 span.sticky-post {
    left: 2px;
    right: auto;
}

.dt-sc-classic-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div[class*="entry-"] {
    display: inline-block;
    float: none;
    margin-right: 10px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

    .dt-sc-classic-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div[class*="entry-"]:empty {
        display: none;
    }

.dt-sc-classic-style.dt-sc-post-entry.entry-grid-layout.aligncenter .blog-entry > div[class*="entry-"] {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.dt-sc-classic-style.dt-sc-post-entry.entry-grid-layout.alignright .blog-entry > div[class*="entry-"] {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.dt-sc-classic-style.dt-sc-post-entry.entry-grid-layout.alignright .blog-entry > div.entry-body,
.dt-sc-classic-style.dt-sc-post-entry.entry-grid-layout.alignright .blog-entry > div.entry-button {
    float: right;
    margin-left: 0;
}

.dt-sc-classic-style.dt-sc-post-entry.entry-grid-layout.aligncenter .blog-entry > div.entry-body,
.dt-sc-classic-style.dt-sc-post-entry.entry-grid-layout.aligncenter .blog-entry > div.entry-button {
    padding-right: 5%;
    padding-left: 5%;
}

.dt-sc-classic-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-title,
.dt-sc-classic-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-thumb,
.dt-sc-classic-style.dt-sc-post-entry.entry-grid-layout.alignright .blog-entry > div.entry-title,
.dt-sc-classic-style.dt-sc-post-entry.entry-grid-layout.alignright .blog-entry > div.entry-thumb,
.dt-sc-classic-style.dt-sc-post-entry.entry-grid-layout.aligncenter .blog-entry > div.entry-title,
.dt-sc-classic-style.dt-sc-post-entry.entry-grid-layout.aligncenter .blog-entry > div.entry-thumb {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.dt-sc-classic-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group,
.dt-sc-classic-style.dt-sc-post-entry.entry-grid-layout.alignright .blog-entry > div.entry-meta-group,
.dt-sc-classic-style.dt-sc-post-entry.entry-grid-layout.aligncenter .blog-entry > div.entry-meta-group {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 90%;
}

.dt-sc-classic-style.dt-sc-post-entry .blog-entry > div[class*="entry-"]:not(.entry-body) {
    text-transform: capitalize;
}

.dt-sc-classic-style.dt-sc-post-entry .blog-entry > div:not(.entry-thumb) {
    padding: 0 20px;
}

.dt-sc-classic-style.dt-sc-post-entry .blog-entry div.entry-tags a:first-child,
.dt-sc-classic-style.dt-sc-post-entry .blog-entry div.entry-categories a:first-child {
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 0;
    position: relative;
}

    .dt-sc-classic-style.dt-sc-post-entry .blog-entry div.entry-tags a:first-child:after,
    .dt-sc-classic-style.dt-sc-post-entry .blog-entry div.entry-categories a:first-child:after {
        content: ":";
        display: block;
        left: -4px;
        position: absolute;
        right: auto;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

.dt-sc-classic-style.dt-sc-post-entry .blog-entry > div.entry-meta-group:last-child {
    margin-top: 20px;
}

.dt-sc-classic-style.dt-sc-post-entry .blog-entry > div.entry-meta-group {
    border: none;
    float: left;
    font-size: 0;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

    .dt-sc-classic-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div {
        background-color: #fff;
        border: 1px solid #d1d1d1;
        float: left;
        font-size: 14px;
        margin: 2px 4px 2px 0;
        padding: 5px 15px;
        width: auto;
    }

.dt-sc-classic-style.dt-sc-post-entry.alignright .blog-entry .entry-format {
    left: auto;
    right: 0;
}

.dt-sc-classic-style.dt-sc-post-entry.alignright .blog-entry > div.entry-meta-group > div {
    margin: 2px 0 2px 4px;
}

.dt-sc-classic-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:only-child {
    width: 100%;
    margin: 0;
}

.dt-sc-classic-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:last-child {
    margin-bottom: 0;
}

.dt-sc-classic-style.dt-sc-post-entry .blog-entry > div.entry-meta-group .entry-social-share .share {
    border: none;
    padding: 0;
}

    .dt-sc-classic-style.dt-sc-post-entry .blog-entry > div.entry-meta-group .entry-social-share .share > i {
        display: none;
    }

.dt-sc-classic-style.dt-sc-post-entry .blog-entry div.entry-tags a,
.dt-sc-classic-style.dt-sc-post-entry .blog-entry div.entry-categories a,
.dt-sc-classic-style.dt-sc-post-entry .blog-entry div.entry-tags a:before,
.dt-sc-classic-style.dt-sc-post-entry .blog-entry div.entry-categories a:before {
    display: none;
}

    .dt-sc-classic-style.dt-sc-post-entry .blog-entry div.entry-tags a:first-child,
    .dt-sc-classic-style.dt-sc-post-entry .blog-entry div.entry-categories a:first-child {
        display: inline-block;
    }

.dt-sc-classic-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div i.pe-icon,
.dt-sc-classic-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div i[class*="fa"] {
    font-size: 15px;
}

.dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-title {
    width: 100%;
    float: none;
    display: inline-block;
}

.dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-comments,
.dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-date,
.dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-author,
.dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-tags,
.dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-categories,
.dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-likes-views,
.dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-social-share {
    display: inline-block;
    float: none;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0;
    width: auto;
}

.dt-sc-classic-style.dt-sc-post-entry.aligncenter .blog-entry > div.entry-meta-group > div {
    float: none;
    display: inline-block;
}

.dt-sc-classic-style.dt-sc-post-entry.alignright .blog-entry > div.entry-meta-group > div {
    float: right;
}

.dt-sc-classic-style.dt-sc-post-entry .blog-entry div.entry-social-share .share > ul li:last-child {
    margin-right: 0;
}

.dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry {
    padding: 0 0 0 33%;
}

    .dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry > div:not(.entry-thumb) {
        padding: 0;
    }

.dt-sc-classic-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry {
    padding: 0 33% 0 0;
}

    .dt-sc-classic-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry > div.entry-meta-group > div {
        float: right;
    }

.dt-sc-classic-style.dt-sc-post-entry .blog-entry > div.entry-meta-group:first-child,
.dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-thumb + div.entry-meta-group,
.dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group:first-child,
.dt-sc-classic-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group:first-child,
.dt-sc-classic-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group:first-child {
    margin-top: 25px;
}

#primary.page-with-sidebar.with-both-sidebar .dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group > div {
    float: none;
    display: inline-block;
}

.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-meta-group,
.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-meta-group {
    border: none;
    margin: 0;
}

.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-thumb:first-child + .entry-meta-group {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 25px 0 20px;
    margin: 0;
}

.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb:first-child + .entry-meta-group {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 15px 15px 15px;
    margin: 0;
    width: 30%;
}

.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > .entry-meta-group:not(:first-child) {
    margin-bottom: 20px;
}

.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > .entry-meta-group > div,
.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > .entry-meta-group > div {
    float: none;
    display: inline-block;
    margin-right: 15px;
}

    .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > .entry-meta-group > div:last-child,
    .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > .entry-meta-group > div:last-child {
        margin-right: 0;
        margin-bottom: 15px;
    }

.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-thumb .entry-format {
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
}

    .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-thumb .entry-format a,
    .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .entry-format a {
        margin: 15px;
    }

.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-thumb:before,
.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-gallery-post-slider li:before,
.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image:before,
.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-gallery-post-slider li:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry.has-post-media.format-video .entry-thumb:before,
.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry.has-post-media.format-audio .entry-thumb:before,
.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-media.format-video .entry-thumb:before,
.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-media.format-audio .entry-thumb:before {
    display: none;
}

.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-thumb:before,
.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-gallery-post-slider li:before,
.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry:not(.format-gallery) .entry-thumb .blog-image:before {
    z-index: 9;
}

.dt-sc-classic-overlay-style.dt-sc-post-entry:not(.entry-list-layout) .blog-entry > div:not(.entry-thumb),
.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:not(.entry-thumb),
.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div:not(.entry-details) {
    padding: 0 20px 0 0;
}

.dt-sc-classic-overlay-style.dt-sc-post-entry:not(.entry-list-layout).alignright .blog-entry > div:not(.entry-thumb),
.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-cover-layout.alignright .blog-entry .entry-details > div:not(.entry-thumb),
.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-cover-layout.alignright .blog-entry > div:not(.entry-details) {
    padding: 0 0 0 20px;
}

.dt-sc-classic-overlay-style.dt-sc-post-entry .blog-entry > div:not(.entry-body) {
    text-transform: capitalize;
    z-index: 1;
}

.dt-sc-classic-overlay-style.dt-sc-post-entry .blog-entry > .entry-title span {
    z-index: 9;
}

.dt-sc-classic-overlay-style.dt-sc-post-entry.alignright .blog-entry .entry-title h4 span.sticky-post {
    left: 2px;
    right: auto;
}

.dt-sc-classic-overlay-style.dt-sc-post-entry:not(.entry-list-layout) .blog-entry > .entry-tags,
.dt-sc-classic-overlay-style.dt-sc-post-entry:not(.entry-list-layout) .blog-entry > .entry-categories {
    width: auto;
    float: none;
    display: inline-block;
    margin-right: 6px;
}

.dt-sc-classic-overlay-style.dt-sc-post-entry:not(.entry-list-layout).alignright .blog-entry > .entry-tags,
.dt-sc-classic-overlay-style.dt-sc-post-entry:not(.entry-list-layout).alignright .blog-entry > .entry-categories {
    margin-right: 0;
    margin-left: 6px;
}

.dt-sc-classic-overlay-style.dt-sc-post-entry:not(.entry-list-layout) .blog-entry > .entry-tags:last-child,
.dt-sc-classic-overlay-style.dt-sc-post-entry:not(.entry-list-layout) .blog-entry > .entry-categories:last-child {
    margin-right: 0;
}

.dt-sc-classic-overlay-style.dt-sc-post-entry .blog-entry > .entry-tags > i,
.dt-sc-classic-overlay-style.dt-sc-post-entry .blog-entry > .entry-categories > i {
    display: none;
}

.dt-sc-classic-overlay-style.dt-sc-post-entry .blog-entry > .entry-tags > a {
    float: none;
    display: inline-block;
    border: 1px solid;
    padding: 3px 15px;
    margin-right: 5px;
    margin-bottom: 2px;
}

.dt-sc-classic-overlay-style.dt-sc-post-entry .blog-entry > .entry-categories > a {
    float: none;
    display: inline-block;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 3px 15px;
    margin-right: 5px;
    margin-bottom: 2px;
}

    .dt-sc-classic-overlay-style.dt-sc-post-entry .blog-entry > .entry-tags > a:before,
    .dt-sc-classic-overlay-style.dt-sc-post-entry .blog-entry > .entry-categories > a:before {
        display: none;
    }

    .dt-sc-classic-overlay-style.dt-sc-post-entry .blog-entry > .entry-tags > a:last-child,
    .dt-sc-classic-overlay-style.dt-sc-post-entry .blog-entry > .entry-categories > a:last-child {
        margin-right: 0;
        padding-right: 15px;
    }

.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout.alignright .blog-entry > .entry-meta-group > div {
    margin-right: 0;
    margin-left: 15px;
}

.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout.aligncenter .blog-entry > .entry-meta-group > div {
    margin-left: 7.5px;
    margin-right: 7.5px;
}

#primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layoutdt-sc-one-third .blog-entry > .entry-meta-group > div:last-child {
    margin-right: 0;
}

#primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layoutdt-sc-one-third .blog-entry .entry-thumb:first-child + .entry-meta-group {
    padding: 5px 20px 0 10px;
}

#primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layoutdt-sc-one-third .blog-entry .entry-thumb .entry-format a {
    margin: 9px;
}

#primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout.has-post-thumbnaildt-sc-one-third .blog-entry > .entry-meta-group > div {
    font-size: 12px;
    margin-bottom: 7px;
    margin-right: 7px;
}

#primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layoutdt-sc-one-third .blog-entry > .entry-meta-group > div:last-child {
    margin-right: 0;
}

.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout.dt-sc-one-third .blog-entry .entry-format a,
#primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout.dt-sc-one-half .blog-entry .entry-format a {
    height: 35px;
    line-height: 35px;
    width: 35px;
}

    .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout.dt-sc-one-third .blog-entry .entry-format a:before,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout.dt-sc-one-half .blog-entry .entry-format a:before {
        line-height: 35px;
        font-size: 16px;
    }

#primary.page-with-sidebar.with-both-sidebar .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry {
    padding: 320px 0 0 0;
}

    #primary.page-with-sidebar.with-both-sidebar .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-format {
        bottom: 0;
        top: auto;
    }

    #primary.page-with-sidebar.with-both-sidebar .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb:first-child + .entry-meta-group {
        top: 0;
        bottom: auto;
        width: 100%;
        padding: 15px 25px;
    }

    #primary.page-with-sidebar.with-both-sidebar .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-title h4 span.sticky-post {
        z-index: 9;
    }

    #primary.page-with-sidebar.with-both-sidebar .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > .entry-thumb + div:nth-child(2) {
        margin-top: 5px;
    }

.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb:first-child + .entry-meta-group {
    left: auto;
    right: 0;
}

.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry > .entry-meta-group > div {
    margin-right: 0;
    margin-left: 15px;
}

.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-title h4 span.sticky-post {
    z-index: 1;
}

.dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry {
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}

.dt-sc-overlay-ii-style.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry {
    background-color: #fff;
}

.dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry > .entry-title h4 {
    display: inline-block;
    line-height: 1.25em;
    position: relative;
    text-transform: none;
    word-break: break-word;
}

.dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry:not(.has-post-thumbnail) > .entry-title h4 {
    margin-top: -0.25em;
}

.dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry > .entry-title h4 .sticky-post {
    background: none;
    height: 1em;
    line-height: inherit;
    padding: 0;
    left: 0;
    right: auto;
    top: 1px;
    width: 1em;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry > .entry-title h4 .sticky-post + a {
        padding-left: 25px;
    }

    .dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry > .entry-title h4 .sticky-post i {
        color: #323232;
        font-size: 18px;
        height: 100%;
        line-height: inherit;
        position: absolute;
        left: auto;
        top: 50%;
        text-align: center;
        width: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry > .entry-title h4 .sticky-post i:before {
            content: "\f08d";
            line-height: inherit;
        }

.dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry .entry-title h4 span.sticky-post,
.dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry .entry-title h4 span.sticky-post > i:first-child {
    font-size: 0.9em;
}

.dt-sc-overlay-ii-style.dt-sc-post-entry:not(.entry-right-thumb) .blog-entry div.entry-thumb:first-child .entry-format a {
    border-radius: 10px 0 0 0;
}

.dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry div.entry-thumb:first-child img {
    border-radius: 10px 10px 0 0;
}

.dt-sc-overlay-ii-style.dt-sc-post-entry.entry-grid-layout .blog-entry:not(.has-post-thumbnail) {
    padding-top: 25px;
}

    .dt-sc-overlay-ii-style.dt-sc-post-entry.entry-grid-layout .blog-entry:not(.has-post-thumbnail) > div:first-child,
    .dt-sc-overlay-ii-style.dt-sc-post-entry.entry-grid-layout .blog-entry:not(.has-post-thumbnail) > div.entry-thumb:first-child + div,
    .dt-sc-overlay-ii-style.dt-sc-post-entry.entry-grid-layout .blog-entry.post-without-title:not(.has-post-thumbnail) > div.entry-thumb:first-child + div + div {
        margin-top: 0;
        padding-top: 0;
    }

    .dt-sc-overlay-ii-style.dt-sc-post-entry.entry-grid-layout .blog-entry:not(.has-post-thumbnail) > div.entry-thumb {
        display: none;
    }

.dt-sc-overlay-ii-style.dt-sc-post-entry.entry-grid-layout .blog-entry:hover > div.entry-thumb:before {
    opacity: 0.8;
}

.dt-sc-overlay-ii-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-thumb .entry-thumb-links {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

    .dt-sc-overlay-ii-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-thumb .entry-thumb-links a {
        border: 0;
        color: #fff;
        border-radius: 50%;
        display: inline-block;
        float: none;
        height: 45px;
        opacity: 0;
        transform: scale(0);
        transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
        width: 45px;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        -webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
        -moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
        -o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    }

        .dt-sc-overlay-ii-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-thumb .entry-thumb-links a:hover {
            background-color: #252525;
        }

        .dt-sc-overlay-ii-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-thumb .entry-thumb-links a:first-child {
            margin: 0 10px 0 0;
        }

        .dt-sc-overlay-ii-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-thumb .entry-thumb-links a:last-child {
            margin: 0 0 0 10px;
        }

        .dt-sc-overlay-ii-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-thumb .entry-thumb-links a:before {
            display: block;
            font-family: "Font Awesome 5 Free";
            font-size: 18px;
            font-weight: 900;
            height: 45px;
            line-height: 45px;
            position: absolute;
            text-align: center;
            width: 45px;
        }

        .dt-sc-overlay-ii-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-thumb .entry-thumb-links a.entry-thumb-popup:before {
            content: "\f002";
        }

        .dt-sc-overlay-ii-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-thumb .entry-thumb-links a.entry-thumb-link:before {
            content: "\f0c1";
        }

.dt-sc-overlay-ii-style.dt-sc-post-entry.entry-grid-layout:hover .blog-entry > div.entry-thumb .entry-thumb-links a {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
}

.dt-sc-overlay-ii-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-thumb .entry-thumb-links a:last-child {
    transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
}

.dt-sc-overlay-ii-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-thumb + div.entry-meta-group {
    padding-top: 0;
}

.dt-sc-overlay-ii-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group {
    padding-top: 10px;
}

.dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry > div.entry-meta-group:not(:last-child),
.dt-sc-overlay-ii-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group:not(:last-child),
.dt-sc-overlay-ii-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group:not(:last-child),
.dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry > div.entry-meta-group {
    border-width: 0;
    padding-bottom: 0;
}

.dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry div.entry-meta-group:not(:last-child) {
    margin-bottom: 0;
}

.dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry div.entry-meta-group > div {
    display: inline-block;
    vertical-align: middle;
}

    .dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry div.entry-meta-group > div:empty {
        display: none !important;
    }

    .dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry div.entry-meta-group > div:not(:last-child):after {
        content: "\00b7";
        display: inline-block;
        line-height: 0;
        position: relative;
        bottom: -3px;
        left: 6px;
        vertical-align: sub;
    }

.dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry div.entry-categories a:not(:last-child):after,
.dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry div.entry-tags a:not(:last-child):after {
    content: "\002c";
    display: inline-block;
    line-height: 0;
    position: relative;
    bottom: 2px;
    left: 2px;
    vertical-align: sub;
}

.dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry div.entry-categories a,
.dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry div.entry-tags a {
    color: inherit;
    display: inline-block;
    line-height: normal;
    padding: 0;
}

    .dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry div.entry-categories a::before,
    .dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry div.entry-tags a::before {
        content: none;
    }

.dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry div.entry-meta-group > div,
.dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(odd),
.dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(even) {
    display: inline-block;
    float: none;
    margin-right: 8px;
}

.dt-sc-overlay-ii-style.dt-sc-post-entry.alignright .blog-entry div.entry-meta-group > div,
.dt-sc-overlay-ii-style.dt-sc-post-entry.alignright .blog-entry > div.entry-meta-group > div:nth-child(odd),
.dt-sc-overlay-ii-style.dt-sc-post-entry.alignright .blog-entry > div.entry-meta-group > div:nth-child(even),
.dt-sc-overlay-ii-style.dt-sc-post-entry.entry-right-thumb .blog-entry div.entry-meta-group > div,
.dt-sc-overlay-ii-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:nth-child(odd),
.dt-sc-overlay-ii-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:nth-child(even) {
    margin-left: 20px;
    margin-right: 0;
}

.dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry div.entry-meta-group > div:last-child {
    margin-right: 0;
}

.dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry div.entry-meta-group div[class*="entry-social-share"] a {
    margin-left: 0;
}

.dt-sc-overlay-ii-style.dt-sc-post-entry[class*="entry-cover-layout"]:not(.dt-sc-one-third) .blog-entry {
    padding: 70px 60px;
}

.dt-sc-overlay-ii-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-format {
    top: 5px;
}

.dt-sc-overlay-ii-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details {
    padding-top: 30px;
}

.dt-sc-overlay-ii-style.dt-sc-post-entry.entry-grid-layout .blog-entry > .entry-thumb:first-child,
div[class*="overlay-"].dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry > .entry-thumb:first-child:after {
    border-radius: 10px 10px 0 0;
}

.dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry .entry-title h4 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.dt-sc-overlay-ii-style.dt-sc-post-entry.entry-cover-layout .blog-entry {
    min-height: 440px;
}

.dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry .dt-sc-like-views .likes {
    margin-right: 10px;
}

.dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div,
.dt-sc-overlay-ii-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div,
.dt-sc-overlay-ii-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div,
.dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-last-child(-n + 2),
.dt-sc-overlay-ii-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-last-child(-n + 2),
.dt-sc-overlay-ii-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-last-child(-n + 2) {
    margin-bottom: 10px;
}

.dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry .entry-button:last-child {
    margin-top: 15px;
    margin-bottom: 30px;
}

.dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry .entry-body + .entry-button:last-child {
    margin-top: 0;
}

.dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry .entry-button a.dt-sc-button {
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    padding: 17px 55px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

    .dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry .entry-button a.dt-sc-button:after {
        content: "\00b7";
        display: inline-block;
        line-height: 0;
        position: relative;
        vertical-align: sub;
    }

    .dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry .entry-button a.dt-sc-button span {
        display: none;
    }

.dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry a {
    color: #252525;
}

    .dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry a.dt-sc-button:hover,
    .dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry .entry-format a:hover {
        color: #fff;
    }

.dt-sc-overlay-iii-style.dt-sc-post-entry .blog-entry > div.entry-meta-group:not(:last-child),
.dt-sc-overlay-iii-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group:not(:last-child),
.dt-sc-overlay-iii-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group:not(:last-child),
.dt-sc-overlay-iii-style.dt-sc-post-entry .blog-entry > div.entry-meta-group {
    border-width: 0;
}

.dt-sc-overlay-iii-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:not(:last-child),
.dt-sc-overlay-iii-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div:not(.entry-thumb),
#primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-overlay-iii-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group,
#primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-overlay-iii-style.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb) {
    padding: 0;
}

.dt-sc-overlay-iii-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:first-child {
    margin-bottom: 5px;
}

.dt-sc-overlay-iii-style.dt-sc-post-entry .blog-entry div.entry-meta-group > div {
    display: inline-block;
    vertical-align: middle;
}

    .dt-sc-overlay-iii-style.dt-sc-post-entry .blog-entry div.entry-meta-group > div:after {
        background-color: #ebebeb;
        content: "";
        display: inline-block;
        height: 1px;
        margin: 5px 10px 5px;
        width: 50px;
    }

    .dt-sc-overlay-iii-style.dt-sc-post-entry .blog-entry div.entry-meta-group > div:last-child:after {
        display: none;
    }

.dt-sc-overlay-iii-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group {
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-top: 5px;
}

.dt-sc-overlay-iii-style.dt-sc-post-entry .blog-entry > div:first-child:not(.entry-thumb).entry-title,
.dt-sc-overlay-iii-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:first-child:not(.entry-thumb).entry-title {
    margin-bottom: 25px;
}

.dt-sc-overlay-iii-style.dt-sc-post-entry .blog-entry div.entry-meta-group > div.entry-likes-views div {
    display: inline-block;
    vertical-align: baseline;
}

.dt-sc-overlay-iii-style.dt-sc-post-entry.entry-list-layout {
    padding-bottom: 20px;
    padding-top: 30px;
}

    .dt-sc-overlay-iii-style.dt-sc-post-entry.entry-list-layout:not(.grid-sizer):before {
        border-bottom: 1px solid #ccc;
        bottom: 0;
        content: "";
        display: inline-block;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        width: calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: -webkit-calc(100% - 20px);
    }

    .dt-sc-overlay-iii-style.dt-sc-post-entry.entry-list-layout:last-child:before {
        display: none;
    }

    .dt-sc-overlay-iii-style.dt-sc-post-entry.entry-list-layout .blog-entry > .entry-thumb:before {
        content: "";
        height: 2px;
        position: absolute;
        right: -30px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        width: 60px;
        z-index: 2;
    }

    .dt-sc-overlay-iii-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry > .entry-thumb:before {
        left: -30px;
        right: auto;
    }

div[class*="dt-sc-fadein"].dt-sc-overlay-iii-style.dt-sc-post-entry .blog-entry .entry-thumb:before,
div[class*="dt-sc-scale"].dt-sc-overlay-iii-style.dt-sc-post-entry .blog-entry .entry-thumb:before,
div[class*="rotate"].dt-sc-overlay-iii-style.dt-sc-post-entry .blog-entry .entry-thumb:before {
    display: none;
}

.dt-sc-overlay-iii-style.dt-sc-post-entry.entry-cover-layout .blog-entry,
.dt-sc-overlay-iii-style.dt-sc-post-entry.entry-cover-layout .blog-entry:hover {
    background-color: transparent;
    box-shadow: none;
    -moz-box-shadow: none;
}

.dt-sc-overlay-iii-style.dt-sc-post-entry.entry-cover-layout .blog-entry {
    background: -webkit-linear-gradient(to bottom, transparent 0%, transparent 0%, rgb(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(to bottom, transparent 0%, transparent 0%, rgb(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000',endColorstr='#000',GradientType=0);
}

    .dt-sc-overlay-iii-style.dt-sc-post-entry.entry-cover-layout .blog-entry:not(.has-post-thumbnail) {
        background: rgba(0, 0, 0, 0.95);
    }

    .dt-sc-overlay-iii-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group {
        border: none;
        margin-bottom: 5px;
        padding-bottom: 0;
    }

    .dt-sc-overlay-iii-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details {
        bottom: 0;
        left: 0;
        padding-bottom: 30px;
        position: relative;
    }

.dt-sc-overlay-iii-style.dt-sc-post-entry .blog-entry .entry-details > div.entry-body:last-child {
    margin-bottom: 10px;
}

.dt-sc-overlay-iii-style.dt-sc-post-entry.entry-grid-layout .blog-entry > .entry-meta-group:first-child:not(:last-child) {
    padding-right: 30px;
}

.dt-sc-overlay-iii-style.dt-sc-post-entry.entry-grid-layout.alignright .blog-entry > .entry-meta-group:first-child {
    padding-left: 30px;
    padding-right: 0;
}

.dt-sc-overlay-iii-style.dt-sc-post-entry.alignright .blog-entry > .entry-meta-group:first-child ~ .entry-title h4 span.sticky-post {
    left: 2px;
    right: auto;
}

.dt-sc-overlay-iii-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div,
.dt-sc-overlay-iii-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div,
.dt-sc-overlay-iii-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div,
.dt-sc-overlay-iii-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-last-child(-n + 2),
.dt-sc-overlay-iii-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-last-child(-n + 2),
.dt-sc-overlay-iii-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-last-child(-n + 2) {
    margin-bottom: 10px;
}

.dt-sc-overlay-iii-style.dt-sc-post-entry .blog-entry div[class*="entry-"]:not(.entry-body) {
    text-transform: uppercase;
}

.dt-sc-modern-style.dt-sc-post-entry .blog-entry {
    border: 1px solid #f5f5f5;
}

    .dt-sc-modern-style.dt-sc-post-entry .blog-entry > div.entry-meta-group:not(:last-child),
    .dt-sc-modern-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group:not(:last-child),
    .dt-sc-modern-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group:not(:last-child),
    .dt-sc-modern-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group,
    .dt-sc-modern-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group,
    .dt-sc-modern-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group,
    .dt-sc-modern-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group {
        border: none;
    }

    .dt-sc-modern-style.dt-sc-post-entry .blog-entry .entry-format {
        left: auto;
        right: 0;
    }

        .dt-sc-modern-style.dt-sc-post-entry .blog-entry .entry-format a {
            box-shadow: none;
            -moz-box-shadow: none;
            -ms-box-shadow: none;
            -webkit-box-shadow: none;
            margin: 0;
        }

    .dt-sc-modern-style.dt-sc-post-entry .blog-entry .entry-title h4 span.sticky-post {
        bottom: 2px;
        top: auto;
    }

    .dt-sc-modern-style.dt-sc-post-entry .blog-entry:hover .entry-title h4 span.sticky-post {
        bottom: 5px;
        right: 5px;
    }

    .dt-sc-modern-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div,
    .dt-sc-modern-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(odd),
    .dt-sc-modern-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(even) {
        display: inline-block;
        float: none;
        margin-bottom: 10px;
        margin-right: 15px;
        text-transform: capitalize;
        width: auto;
    }

    .dt-sc-modern-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories,
    .dt-sc-modern-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags,
    .dt-sc-modern-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-author,
    .dt-sc-modern-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-likes-views,
    .dt-sc-modern-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-comments {
        display: inline-block;
        float: left;
        left: 5px;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 5px;
        width: 75%;
    }

        .dt-sc-modern-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories a,
        .dt-sc-modern-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags a,
        .dt-sc-modern-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-author a,
        .dt-sc-modern-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-likes-views .dt-sc-like-views > div,
        .dt-sc-modern-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-comments a {
            background-color: #fff;
            display: inline-block;
            float: left;
            font-size: 11px;
            line-height: 20px;
            margin-bottom: 5px;
            margin-right: 2px;
            min-height: 20px;
            padding: 0 8px;
            text-align: center;
            text-transform: capitalize;
        }

            .dt-sc-modern-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories a:last-child,
            .dt-sc-modern-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags a:last-child {
                margin-right: 0;
            }

.dt-sc-modern-style.dt-sc-post-entry.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories a:last-child,
.dt-sc-modern-style.dt-sc-post-entry.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags a:last-child {
    margin-left: 0;
}

.dt-sc-modern-style.dt-sc-post-entry .blog-entry .entry-meta-group div.entry-tags a {
    color: #fff;
    display: inline-block;
    float: none;
    padding: 0 8px;
    text-align: center;
}

.dt-sc-modern-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories i,
.dt-sc-modern-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags i,
.dt-sc-modern-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-author i,
.dt-sc-modern-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-date i,
.dt-sc-modern-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-categories i,
.dt-sc-modern-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-tags i,
.dt-sc-modern-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-author i,
.dt-sc-modern-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-date i,
.dt-sc-modern-style.dt-sc-post-entry .blog-entry .entry-meta-group div.entry-tags i {
    display: none;
}

.dt-sc-modern-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories a:before,
.dt-sc-modern-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags a:before,
.dt-sc-modern-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-categories a:before,
.dt-sc-modern-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-tags a:before,
.dt-sc-modern-style.dt-sc-post-entry .blog-entry .entry-meta-group div.entry-tags a:before {
    display: none;
}

.dt-sc-modern-style.dt-sc-post-entry.entry-right-thumb .blog-entry .entry-format {
    left: 0;
    right: auto;
}

.dt-sc-modern-style.dt-sc-post-entry.alignright .blog-entry div.entry-meta-group > div,
.dt-sc-modern-style.dt-sc-post-entry.alignright .blog-entry > div.entry-meta-group > div:nth-child(odd),
.dt-sc-modern-style.dt-sc-post-entry.alignright .blog-entry > div.entry-meta-group > div:nth-child(even),
.dt-sc-modern-style.dt-sc-post-entry.entry-right-thumb .blog-entry div.entry-meta-group > div,
.dt-sc-modern-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:nth-child(odd),
.dt-sc-overl.dt-sc-modern-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:nth-child(even) {
    margin-left: 20px;
    margin-right: 0;
}

.dt-sc-modern-style.dt-sc-post-entry article.blog-entry .entry-meta-group div.entry-tags,
.dt-sc-modern-style.dt-sc-post-entry.entry-right-thumb article.blog-entry .entry-meta-group div.entry-tags,
.dt-sc-modern-style.dt-sc-post-entry.alignright > article.blog-entry .entry-meta-group div.entry-tags {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.dt-sc-modern-style.dt-sc-post-entry .blog-entry > div.entry-meta-group:not(:last-child) {
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-top: 0;
}

.dt-sc-modern-style.dt-sc-post-entry .blog-entry > div.entry-meta-group:first-child {
    padding-top: 25px;
}

.dt-sc-modern-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb + div.entry-meta-group,
.dt-sc-modern-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb + div.entry-meta-group {
    padding-top: 30px;
}

.dt-sc-modern-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group:not(:last-child) {
    padding-top: 20px;
}

.dt-sc-modern-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories,
.dt-sc-modern-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags,
.dt-sc-modern-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-author,
.dt-sc-modern-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-likes-views,
.dt-sc-modern-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-comments {
    width: 25%;
}

.dt-sc-modern-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb + div + div:not(.entry-meta-group) {
    margin-top: 25px;
}

.dt-sc-overlay-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details {
    background: rgba(0, 0, 0, 0.8);
    bottom: 15%;
    margin: 0;
    padding: 25px 25px 25px 10%;
    position: absolute;
    width: 70%;
}

    .dt-sc-overlay-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details .entry-author img,
    .dt-sc-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-meta-group .entry-author img,
    .dt-sc-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-meta-group .entry-author img {
        border-radius: 50%;
        margin-right: 5px;
        position: relative;
        top: 7px;
    }

.dt-sc-overlay-style.dt-sc-post-entry.entry-cover-layout .blog-entry {
    background: transparent;
    box-shadow: none;
    min-height: 670px;
}

    .dt-sc-overlay-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > .entry-meta-group {
        border: none;
        padding-top: 0;
    }

    .dt-sc-overlay-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:last-child {
        margin-bottom: 0;
    }

    .dt-sc-overlay-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > .entry-tags {
        background: #000;
        display: block;
        margin: 0;
        padding: 0 10px;
        position: absolute;
        top: -12px;
        width: auto;
    }

        .dt-sc-overlay-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > .entry-tags a {
            color: #fff;
        }

    .dt-sc-overlay-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div {
        padding: 0;
    }

        .dt-sc-overlay-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:first-child {
            margin-top: 0;
        }

        .dt-sc-overlay-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group,
        .dt-sc-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group {
            border: none;
            margin: 0;
            padding: 0;
        }

.dt-sc-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group {
    border: none;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.dt-sc-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > div:last-child {
    margin-bottom: 25px;
}

div[class*="entry-"].dt-sc-overlay-style.dt-sc-post-entry .entry-details div.entry-meta-group > div,
div[class*="entry-"].dt-sc-overlay-style.dt-sc-post-entry div.entry-meta-group > div,
div[class*="entry-"].dt-sc-minimal-style.dt-sc-post-entry div.entry-meta-group > div,
div[class*="entry-"].dt-sc-classic-ii-style.dt-sc-post-entry div.entry-meta-group > div {
    display: inline-block;
    float: none;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}

    div[class*="entry-"].dt-sc-overlay-style.dt-sc-post-entry .entry-details div.entry-meta-group > div:last-child,
    div[class*="entry-"].dt-sc-overlay-style.dt-sc-post-entry div.entry-meta-group > div:last-child {
        margin-right: 0;
        padding-right: 0;
    }

    div[class*="entry-"].dt-sc-overlay-style.dt-sc-post-entry .entry-details div.entry-meta-group > div:after,
    div[class*="entry-"].dt-sc-overlay-style.dt-sc-post-entry div.entry-meta-group > div:after {
        background: rgba(255, 255, 255, 0.4);
        bottom: 3px;
        content: "";
        height: 20px;
        position: absolute;
        right: 0;
        width: 2px;
    }

    div[class*="entry-"].dt-sc-overlay-style.dt-sc-post-entry div.entry-meta-group > div:after {
        background: rgba(0, 0, 0, 0.1);
    }

    div[class*="entry-"].dt-sc-overlay-style.dt-sc-post-entry .entry-details div.entry-meta-group > div:last-child:after,
    div[class*="entry-"].dt-sc-overlay-style.dt-sc-post-entry div.entry-meta-group > div:last-child:after {
        content: none;
    }

.dt-sc-overlay-style.dt-sc-post-entry.entry-cover-layout.aligncenter .blog-entry .entry-details {
    bottom: auto;
    left: 0;
    margin: 0 auto;
    padding: 25px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 80%;
}

    .dt-sc-overlay-style.dt-sc-post-entry.entry-cover-layout.aligncenter .blog-entry .entry-details > .entry-tags {
        display: table;
        left: 0;
        margin: 0 auto;
        right: 0;
        width: fit-content;
    }

.dt-sc-overlay-style.dt-sc-post-entry.entry-cover-layout.alignright .blog-entry .entry-details {
    left: auto;
    padding: 25px 10% 25px 25px;
    right: 0;
}

    .dt-sc-overlay-style.dt-sc-post-entry.entry-cover-layout.alignright .blog-entry .entry-details > .entry-tags {
        left: auto;
        margin-right: 14%;
        right: 0;
    }

.dt-sc-overlay-style.dt-sc-post-entry.entry-cover-layout.dt-sc-one-half .blog-entry .entry-details {
    bottom: 10%;
}

.dt-sc-overlay-style.dt-sc-post-entry.entry-cover-layout.dt-sc-one-half.aligncenter .blog-entry .entry-details {
    bottom: auto;
}

.dt-sc-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry,
.dt-sc-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry {
    background: #f7f7f7;
}

    .dt-sc-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb {
        border-right: 4px solid #000;
    }

.dt-sc-overlay-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb {
    border-left: 4px solid #000;
    border-right: none;
}

.dt-sc-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div:not(.entry-thumb) {
    padding: 0 25px;
}

    .dt-sc-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div:not(.entry-thumb):first-child,
    .dt-sc-overlay-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group + div:not(.entry-tags),
    .dt-sc-overlay-style.dt-sc-post-entry.entry-list-layout.dt-sc-post-entry .blog-entry > div:first-child:not(.entry-thumb) {
        margin-top: 20px;
    }

.dt-sc-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-thumb {
    border-bottom: 4px solid #000;
}

.dt-sc-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div:last-child {
    margin-bottom: 20px;
}

.dt-sc-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > .entry-body p {
    margin: 0;
}

.dt-sc-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group + .entry-button {
    margin-top: 10px;
}

.dt-sc-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-button:last-child {
    margin-bottom: 25px;
}

.dt-sc-overlay-style.dt-sc-post-entry.entry-cover-layout.dt-sc-one-third:not(.aligncenter) .blog-entry .entry-details {
    bottom: 7%;
    width: 90%;
}

#primary.with-both-sidebar .dt-sc-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb {
    border-style: solid;
    border-width: 0 0 4px 0;
}

#primary.with-both-sidebar .dt-sc-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > .entry-thumb + div,
.dt-sc-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group:nth-child(2),
#primary.page-with-sidebar .dt-sc-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > .entry-thumb + div {
    margin-top: 25px;
}

.dt-sc-minimal-style.dt-sc-post-entry.entry-grid-layout .blog-entry > .entry-meta-group {
    border: none;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-top: 10px;
}

.dt-sc-minimal-style.dt-sc-post-entry.entry-grid-layout .blog-entry > .entry-body {
    margin: 0;
}

.dt-sc-minimal-style.dt-sc-post-entry.entry-grid-layout .blog-entry:after {
    background: #000;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 20%;
}

.dt-sc-minimal-style.dt-sc-post-entry.entry-grid-layout .blog-entry.sticky:after {
    bottom: -2px;
    height: 2px;
}

.dt-sc-minimal-style.dt-sc-post-entry.entry-grid-layout .blog-entry.sticky {
    border-bottom-width: 2px;
}

.dt-sc-minimal-style.dt-sc-post-entry.entry-grid-layout:hover .blog-entry:after {
    opacity: 1;
    width: 100%;
}

.dt-sc-minimal-style.dt-sc-post-entry.entry-grid-layout.aligncenter .blog-entry:after {
    left: 0;
    margin: 0 auto;
    right: 0;
}

.dt-sc-minimal-style.dt-sc-post-entry.entry-grid-layout.alignright .blog-entry:after {
    left: auto;
    right: 0;
}

.dt-sc-minimal-style.dt-sc-post-entry.entry-grid-layout .blog-entry {
    border-bottom: 1px solid #d6d6d6;
}

div[class*="entry-"].dt-sc-minimal-style.dt-sc-post-entry div.entry-meta-group > div {
    padding-right: 5px;
}

.dt-sc-minimal-style.dt-sc-post-entry.entry-list-layout .blog-entry {
    border: 1px solid #d6d6d6;
}

    .dt-sc-minimal-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group:last-child,
    .dt-sc-minimal-style.dt-sc-post-entry.entry-grid-layout .blog-entry > .entry-body:last-child > p {
        margin-bottom: 0;
    }

    .dt-sc-minimal-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group:last-child {
        margin-top: 10px;
    }

    .dt-sc-minimal-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group:not(:last-child) {
        border: none;
        margin-bottom: 0;
        padding-bottom: 10px;
        padding-top: 15px;
    }

        .dt-sc-minimal-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group:not(:last-child) .entry-social-share {
            padding-top: 10px;
        }

.dt-sc-minimal-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div,
#primary.page-with-sidebar:not(.with-both-sidebar) div[class*="dt-sc-"].dt-sc-minimal-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div:not(.entry-thumb) {
    padding: 0;
}

.dt-sc-minimal-style.dt-sc-post-entry.entry-grid-layout .blog-entry > .entry-thumb:not(:first-child) {
    margin-top: 10px;
}

.dt-sc-minimal-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div:last-child {
    margin-bottom: 30px;
}

.dt-sc-minimal-style.entry-grid-layout.dt-sc-post-entry .blog-entry .entry-title h4 {
    position: relative;
}

    .dt-sc-minimal-style.entry-grid-layout.dt-sc-post-entry .blog-entry .entry-title h4 > span.sticky-post {
        border-radius: 50%;
        height: 40px;
        left: 0;
        top: 0;
        width: 40px;
    }

        .dt-sc-minimal-style.entry-grid-layout.dt-sc-post-entry .blog-entry .entry-title h4 > span.sticky-post i {
            font-size: 18px;
        }

.dt-sc-minimal-style.entry-grid-layout.dt-sc-post-entry.aligncenter .blog-entry.sticky .entry-title > h4 {
    padding: 40px 0 0;
}

.dt-sc-minimal-style.entry-grid-layout.dt-sc-post-entry.aligncenter .blog-entry .entry-title h4 > span.sticky-post {
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
}

.dt-sc-minimal-style.entry-grid-layout.dt-sc-post-entry.alignright .blog-entry .entry-title h4 > span.sticky-post {
    left: auto;
    right: 0;
}

.dt-sc-minimal-style.entry-grid-layout.dt-sc-post-entry.alignright .blog-entry.sticky .entry-title > h4 {
    padding-left: 0;
    padding-right: 50px;
}

.dt-sc-minimal-style.entry-grid-layout.dt-sc-post-entry .blog-entry.sticky .entry-title > h4 {
    padding-left: 50px;
}

.dt-sc-minimal-style.dt-sc-post-entry .blog-entry div.entry-tags a:first-child:after,
.dt-sc-minimal-style.dt-sc-post-entry .blog-entry div.entry-categories a:first-child:after,
.dt-sc-minimal-style.dt-sc-post-entry .blog-entry div.entry-author a:after,
.dt-sc-classic-ii-style.dt-sc-post-entry .blog-entry div.entry-tags a:first-child:after,
.dt-sc-classic-ii-style.dt-sc-post-entry .blog-entry div.entry-categories a:first-child:after {
    color: #4a4a52;
    content: ": ";
    display: block;
    left: -4px;
    position: absolute;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.dt-sc-minimal-style.dt-sc-post-entry .blog-entry div.entry-tags a:first-child,
.dt-sc-minimal-style.dt-sc-post-entry .blog-entry div.entry-categories a:first-child,
.dt-sc-minimal-style.dt-sc-post-entry .blog-entry div.entry-author a,
.dt-sc-classic-ii-style.dt-sc-post-entry .blog-entry div.entry-tags a:first-child,
.dt-sc-classic-ii-style.dt-sc-post-entry .blog-entry div.entry-categories a:first-child {
    margin-left: 5px;
    padding-left: 5px;
    position: relative;
}

div[class*="entry-"].dt-sc-minimal-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry div.entry-meta-group > div {
    margin-left: 10px;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 0;
}

.dt-sc-minimal-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-body:last-child {
    margin-bottom: 25px;
}

div[class*="entry-"].dt-sc-classic-ii-style.dt-sc-post-entry div.entry-meta-group > div {
    padding-right: 0;
}

.dt-sc-classic-ii-style.dt-sc-post-entry .blog-entry > div.entry-meta-group {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 10px;
}

.dt-sc-classic-ii-style.dt-sc-post-entry .blog-entry > div:not(.entry-thumb) {
    padding: 0;
}

.dt-sc-classic-ii-style.dt-sc-post-entry .blog-entry > div.entry-button:last-child {
    margin-top: 10px;
}

.dt-sc-classic-ii-style.dt-sc-post-entry .blog-entry > .entry-thumb + div.entry-meta-group {
    margin-top: 25px;
}

.dt-sc-classic-ii-style.dt-sc-post-entry.dt-sc-post-entry .blog-entry.sticky > div:first-child:not(.entry-thumb) {
    margin-top: 40px;
}

.dt-sc-classic-ii-style.dt-sc-post-entry .blog-entry > div.entry-tags,
.dt-sc-classic-ii-style.dt-sc-post-entry .blog-entry > div.entry-categories {
    display: inline-block;
    float: none;
    margin-right: 10px;
    width: auto;
}

.dt-sc-classic-ii-style.dt-sc-post-entry .blog-entry > .entry-title h4 .sticky-post {
    height: 24px;
    padding: 2px 12px;
    right: 5px;
    top: 5px;
    width: auto;
}

    .dt-sc-classic-ii-style.dt-sc-post-entry .blog-entry > .entry-title h4 .sticky-post > i[class*="fa"] {
        display: none;
    }

    .dt-sc-classic-ii-style.dt-sc-post-entry .blog-entry > .entry-title h4 .sticky-post > span {
        font-size: 14px;
    }

.dt-sc-classic-ii-style.dt-sc-post-entry:not(.entry-grid-layout) .blog-entry {
    padding: 0 0 0 33%;
}

.dt-sc-classic-ii-style.dt-sc-post-entry.entry-right-thumb:not(.entry-grid-layout) .blog-entry {
    padding: 0 33% 0 0;
}

#primary.page-with-sidebar:not(.with-both-sidebar) div[class*="dt-sc-"].dt-sc-classic-ii-style.dt-sc-post-entry .blog-entry > div:not(.entry-thumb) {
    padding: 0;
}

.dt-sc-classic-ii-style.dt-sc-post-entry .blog-entry > .entry-body p {
    margin: 0;
}

.dt-sc-classic-ii-style.dt-sc-post-entry:not(.entry-grid-layout) .blog-entry:not(.has-post-thumbnail) {
    padding: 0;
}

.dt-sc-classic-ii-style.entry-grid-layout.dt-sc-post-entry .blog-entry > div:first-child:not(.entry-thumb) {
    margin-top: 40px;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry:before {
    content: "";
    display: inline-block;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
    transition: all 0.3s linear 0s;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry.sticky:before,
.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry:hover:before {
    opacity: 1;
    visibility: visible;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry:not(.has-post-thumbnail) {
    padding-top: 26px;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry .entry-thumb a {
    display: block;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignleft .blog-entry.has-post-format > div.entry-thumb ~ div,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignleft .blog-entry > div.entry-thumb + div.entry-comments ~ div,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignleft .blog-entry > div.entry-thumb + div.entry-likes-views ~ div,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignleft .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child ~ div,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignleft .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child ~ div,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignnone .blog-entry.has-post-format > div.entry-thumb ~ div,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignnone .blog-entry > div.entry-thumb + div.entry-comments ~ div,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignnone .blog-entry > div.entry-thumb + div.entry-likes-views ~ div,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignnone .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child ~ div,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignnone .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child ~ div,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-left-thumb .blog-entry.has-post-format > div.entry-thumb ~ div,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-left-thumb .blog-entry > div.entry-thumb + div.entry-comments ~ div,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-left-thumb .blog-entry > div.entry-thumb + div.entry-likes-views ~ div,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-left-thumb .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child ~ div,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-left-thumb .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child ~ div {
    padding-left: 90px;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignright .blog-entry.has-post-format > div.entry-thumb ~ div,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignright .blog-entry > div.entry-thumb + div.entry-comments ~ div,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignright .blog-entry > div.entry-thumb + div.entry-likes-views ~ div,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignright .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child ~ div,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignright .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child ~ div,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-right-thumb .blog-entry.has-post-format > div.entry-thumb ~ div,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-thumb + div.entry-comments ~ div,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-thumb + div.entry-likes-views ~ div,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-right-thumb .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child ~ div,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-right-thumb .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child ~ div {
    padding-right: 90px;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry > div:not(.entry-body) {
    text-transform: capitalize;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group:not(:last-child) {
    border-width: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group:first-child,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-list-layout .blog-entry div.entry-thumb + div.entry-meta-group {
    margin-top: 25px;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div {
    display: inline-block;
    text-transform: capitalize;
    vertical-align: middle;
}

    .dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div,
    .dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:last-child,
    .dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-last-child(-n + 2) {
        margin-bottom: 5px;
    }

        .dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:after {
            content: "\2215";
            display: inline-block;
            font-size: 15px;
            padding: 0 6px 0 7px;
            -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
        }

        .dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:last-child:after {
            content: none;
        }

.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry .entry-likes-views .dt-sc-like-views {
    display: inline-block;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry .entry-author span,
.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry .entry-categories span,
.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry .entry-tags span {
    position: relative;
}

    .dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry .entry-author span:after,
    .dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry .entry-categories span:after,
    .dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry .entry-tags span:after {
        content: "\003A";
        display: inline-block;
        padding: 0 4px 0 2px;
    }

.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry.type-post .entry-format {
    opacity: 0;
    visibility: hidden;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry.type-post .entry-format {
    top: 100%;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-list-layout .blog-entry.type-post .entry-format {
    left: 100%;
    top: 0;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.type-post .entry-format {
    left: auto;
    right: 100%;
}

#primary.page-with-sidebar .dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-list-layout .blog-entry.type-post .entry-format {
    left: 0;
    right: auto;
    top: 100%;
}

#primary.page-with-sidebar .dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.type-post .entry-format {
    left: auto;
    right: 0;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-grid-layout.alignright .blog-entry.type-post .entry-format {
    left: auto;
    right: 0;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-grid-layout.aligncenter .blog-entry.type-post .entry-format {
    margin: auto;
    left: 0;
    right: 0;
    top: 2px;
}

    .dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-grid-layout.aligncenter .blog-entry.type-post .entry-format a {
        display: inline-block;
        float: none;
    }

.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry.type-post .entry-format a {
    height: 35px;
    line-height: 35px;
    margin: 0;
    width: 70px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry.type-post .entry-format a:before {
        font-size: 22px;
        line-height: inherit;
    }

.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry.type-post:hover .entry-format {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-grid-layout.aligncenter .blog-entry.type-post:hover .entry-format {
    -webkit-transform: none;
    transform: none;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-comments,
.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-likes-views,
.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child,
.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child {
    display: inline;
    float: left;
    height: 0;
    padding: 0 !important;
    position: relative;
    top: 5px;
    width: 70px;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignright .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-comments,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignright .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-likes-views,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignright .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignright .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-comments,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-likes-views,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-right-thumb .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-right-thumb .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child {
    float: right;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry.aligncenter .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-comments,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.aligncenter .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-likes-views,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.aligncenter .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.aligncenter .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child {
    display: inline-block;
    float: none;
    height: auto;
    top: -26px;
    width: auto;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-comments,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-likes-views,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child {
    margin: 0;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry:not(.aligncenter) .blog-entry.has-post-thumbnail:hover > div.entry-thumb + div.entry-comments,
.dt-sc-grungy-boxed-style.dt-sc-post-entry:not(.aligncenter) .blog-entry.has-post-thumbnail:hover > div.entry-thumb + div.entry-likes-views,
.dt-sc-grungy-boxed-style.dt-sc-post-entry:not(.aligncenter) .blog-entry:not(.has-post-thumbnail):hover > div.entry-comments:first-child,
.dt-sc-grungy-boxed-style.dt-sc-post-entry:not(.aligncenter) .blog-entry:not(.has-post-thumbnail):hover > div.entry-likes-views:first-child {
    top: 45px;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-comments > *,
.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-likes-views > *,
.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child > *,
.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child > * {
    display: inline-block;
    float: left;
    line-height: 16px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 0;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry.aligncenter .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-comments > *,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.aligncenter .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-likes-views > *,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.aligncenter .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child > *,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.aligncenter .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child > * {
    float: none;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-comments > *:first-child,
.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-likes-views > *:first-child,
.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child > *:first-child,
.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child > *:first-child {
    padding-top: 15px;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-comments > *:last-child,
.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-likes-views > *:last-child,
.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child > *:last-child,
.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child > *:last-child {
    padding-bottom: 15px;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-comments > *:only-child,
.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-likes-views > *:only-child,
.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child > *:only-child,
.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child > *:only-child {
    padding-top: 15px;
    padding-bottom: 15px;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry.aligncenter .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-comments > *:first-child,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.aligncenter .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-likes-views > *:first-child,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.aligncenter .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child > *:first-child,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.aligncenter .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child > *:first-child {
    padding-left: 15px;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry.aligncenter .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-comments > *:last-child,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.aligncenter .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-likes-views > *:last-child,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.aligncenter .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child > *:last-child,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.aligncenter .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child > *:last-child {
    padding-right: 15px;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry.aligncenter .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-comments > *:only-child,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.aligncenter .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-likes-views > *:only-child,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.aligncenter .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child > *:only-child,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.aligncenter .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child > *:only-child {
    padding-left: 15px;
    padding-right: 15px;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-comments > *,
.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry:not(.has-post-thumbnail) > div.entry-child > * {
    font-size: 13px;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-likes-views div,
.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child div {
    font-size: 12px;
    float: left;
    margin: 0;
    width: 100%;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry.aligncenter .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-likes-views div,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.aligncenter .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child div {
    width: auto;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-comments a i,
.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry.has-post-t humbnail > div.entry-thumb + div.entry-likes-views .likes,
.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child a i,
.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child .likes {
    display: inline-block;
    margin: 0;
    position: relative;
    width: 100%;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry.aligncenter .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-comments a i,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.aligncenter .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-likes-views .likes,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.aligncenter .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child a i,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.aligncenter .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child .likes {
    width: auto;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-comments a i,
.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry:not(.has-post-thumbnail) > div.entry-child a i {
    line-height: inherit;
}

    .dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-comments a i:before,
    .dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry:not(.has-post-thumbnail) > div.entry-child a i:before {
        display: inline-block;
    }

    .dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-comments a i:after,
    .dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-likes-views .likes:after,
    .dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child a i:after,
    .dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child .likes:after {
        border-color: rgba(0, 0, 0, 0.25);
        border-style: solid;
        border-width: 0 0 1px;
        content: "";
        display: block;
        height: 1px;
        line-height: 0;
        margin: 10px 15px;
        padding: 0;
        width: auto;
    }

.dt-sc-grungy-boxed-style.dt-sc-post-entry.aligncenter .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-comments a i:after,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.aligncenter .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-likes-views .likes:after,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.aligncenter .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child a i:after,
.dt-sc-grungy-boxed-style.dt-sc-post-entry.aligncenter .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child .likes:after {
    border-width: 0 1px 0 0;
    display: inline-block;
    height: 16px;
    line-height: normal;
    margin: 0 10px;
    width: 1px;
    vertical-align: top;
}

.dt-sc-title-overlap-style.dt-sc-post-entry .blog-entry:before {
    content: "";
    display: inline-block;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
    transition: all 0.3s linear 0s;
}

.dt-sc-title-overlap-style.dt-sc-post-entry .blog-entry.sticky:before,
.dt-sc-title-overlap-style.dt-sc-post-entry .blog-entry:hover:before {
    opacity: 1;
    visibility: visible;
    pointer-events: none;
}

.dt-sc-title-overlap-style.dt-sc-post-entry .blog-entry > div:first-child:not(.entry-thumb) {
    margin-top: 20px;
}

.dt-sc-title-overlap-style.dt-sc-post-entry .blog-entry > div.entry-title {
    position: relative;
    z-index: 1;
}

    .dt-sc-title-overlap-style.dt-sc-post-entry .blog-entry > div.entry-title:not(:last-child) {
        margin-bottom: 30px;
    }

    .dt-sc-title-overlap-style.dt-sc-post-entry .blog-entry > div.entry-title h4 a {
        vertical-align: text-top;
    }

.dt-sc-title-overlap-style.dt-sc-post-entry .blog-entry .entry-title h4 span.sticky-post {
    background: none;
    left: 0;
    right: auto;
}

.dt-sc-title-overlap-style.dt-sc-post-entry.alignright .blog-entry .entry-title h4 span.sticky-post,
.dt-sc-title-overlap-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-title h4 span.sticky-post {
    left: auto;
    right: 0;
}

.dt-sc-title-overlap-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-title,
.dt-sc-title-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-title {
    padding-top: 30px;
    padding-bottom: 35px;
    width: auto;
}

.dt-sc-title-overlap-style.dt-sc-post-entry.entry-grid-layout.alignleft .blog-entry > div.entry-title,
.dt-sc-title-overlap-style.dt-sc-post-entry.entry-grid-layout.alignnone .blog-entry > div.entry-title,
.dt-sc-title-overlap-style.dt-sc-post-entry.entry-left-thumb .blog-entry:not(.has-post-thumbnail) > div.entry-title {
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.dt-sc-title-overlap-style.dt-sc-post-entry.entry-grid-layout.alignright .blog-entry > div.entry-title,
.dt-sc-title-overlap-style.dt-sc-post-entry.entry-right-thumb .blog-entry:not(.has-post-thumbnail) > div.entry-title {
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.dt-sc-title-overlap-style.dt-sc-post-entry.entry-grid-layout.aligncenter .blog-entry > div.entry-title {
    width: 75%;
}

.dt-sc-title-overlap-style.dt-sc-post-entry.entry-left-thumb .blog-entry > div.entry-title {
    margin-left: -40px;
}

.dt-sc-title-overlap-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-title {
    margin-right: -40px;
}

.dt-sc-title-overlap-style.dt-sc-post-entry.entry-grid-layout .blog-entry:not(.has-post-media) > div.entry-thumb + div.entry-title {
    margin-top: -26px;
    top: -25px;
    margin-bottom: 0;
}

.dt-sc-title-overlap-style.dt-sc-post-entry .blog-entry > div.entry-title:before,
.dt-sc-title-overlap-style.dt-sc-post-entry .blog-entry > div.entry-title:after {
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    z-index: -1;
}

.dt-sc-title-overlap-style.dt-sc-post-entry.aligncenter .blog-entry > div.entry-title:before,
.dt-sc-title-overlap-style.dt-sc-post-entry.aligncenter .blog-entry > div.entry-title:after {
    left: 0;
    right: 0;
    width: auto;
}

.dt-sc-title-overlap-style.dt-sc-post-entry.aligncenter .blog-entry > div.entry-title:after {
    margin: 10px -10px -10px;
}

.dt-sc-title-overlap-style.dt-sc-post-entry.alignright .blog-entry > div.entry-title:before,
.dt-sc-title-overlap-style.dt-sc-post-entry.alignright .blog-entry > div.entry-title:after,
.dt-sc-title-overlap-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-title:before,
.dt-sc-title-overlap-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-title:after {
    left: auto;
    right: 0;
}

.dt-sc-title-overlap-style.dt-sc-post-entry .blog-entry > div.entry-title:after {
    border-style: solid;
    border-width: 1px;
    margin: 10px -10px -10px 10px;
    z-index: -2;
}

.dt-sc-title-overlap-style.dt-sc-post-entry.alignright .blog-entry > div.entry-title:after,
.dt-sc-title-overlap-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-title:after {
    margin: 10px 10px -10px -10px;
}

.dt-sc-title-overlap-style.dt-sc-post-entry.entry-right-thumb .blog-entry.type-post .entry-format {
    left: auto;
    right: 0;
}

.dt-sc-title-overlap-style.dt-sc-post-entry .blog-entry > div.entry-meta-group:not(:last-child) {
    border-width: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.dt-sc-title-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-thumb + div.entry-meta-group {
    margin-top: 25px;
}

.dt-sc-title-overlap-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div {
    display: inline-block;
    text-transform: capitalize;
    vertical-align: middle;
}

    .dt-sc-title-overlap-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div,
    .dt-sc-title-overlap-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:last-child,
    .dt-sc-title-overlap-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-last-child(-n + 2) {
        margin-bottom: 10px;
    }

        .dt-sc-title-overlap-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:after {
            content: "\002C";
            display: inline-block;
            font-size: 15px;
            padding: 0 5px 0 0;
        }

        .dt-sc-title-overlap-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:last-child:after {
            content: none;
        }

.dt-sc-title-overlap-style.dt-sc-post-entry .blog-entry .entry-likes-views .dt-sc-like-views {
    display: inline-block;
}

#primary.with-both-sidebar .dt-sc-title-overlap-style.dt-sc-post-entry.entry-left-thumb .blog-entry {
    text-align: left;
}

#primary.with-both-sidebar .dt-sc-title-overlap-style.dt-sc-post-entry.entry-right-thumb .blog-entry {
    text-align: right;
}

#primary.with-both-sidebar .dt-sc-title-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-thumb + div.entry-title {
    margin-top: 0;
    margin-bottom: 0;
    top: -25px;
}

#primary.with-both-sidebar .dt-sc-title-overlap-style.dt-sc-post-entry.entry-left-thumb .blog-entry > div.entry-title {
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#primary.with-both-sidebar .dt-sc-title-overlap-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-title {
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.pagination {
    float: none;
    display: inline-block;
    margin-top: 35px;
    text-align: center;
    width: 100%;
}

    .pagination .column {
        float: right;
        width: 100%;
    }

    .pagination .column,
    .pagination ul {
        margin: 0;
    }

    .pagination ul {
        float: right;
        padding: 0;
        width: 100%;
    }

        .pagination ul li {
            display: inline-block;
            float: none;
            padding-bottom: 0;
        }

            .pagination ul li a,
            .pagination ul li span,
            .page-link a,
            .page-link > span {
                background: none;
                border: 1px solid;
                display: block;
                font-size: 13px;
                font-weight: 600;
                height: 40px;
                letter-spacing: 0;
                line-height: 38px;
                margin: 10px 5px 0 0;
                padding: 0;
                position: relative;
                text-align: center;
                text-transform: uppercase;
                width: 40px;
                -webkit-border-radius: 4px;
                border-radius: 4px;
            }

                .pagination ul li a.next,
                .pagination ul li a.prev {
                    font-size: 0;
                    top: -5px;
                }

.entry-body > .page-link {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.entry-body > p + .page-link {
    margin-top: 0;
}

@media all and (-ms-high-contrast: none) {
    .pagination ul li a.next,
    .pagination ul li a.prev {
        top: -24px;
    }

    *::-ms-backdrop,
    .pagination ul li a.next,
    .pagination ul li a.prev {
        top: -24px;
    }
}

.pagination ul li a.next i,
.pagination ul li a.prev i {
    font-size: 14px;
    height: 30px;
    left: 50%;
    line-height: 30px;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 30px;
}

.pagination div[class*="-posts"] {
    display: inline-block;
    float: none;
    position: relative;
    text-align: center;
    width: auto;
    z-index: 9;
}

    .pagination div[class*="-posts"] a {
        display: inline-block;
        float: none;
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        margin: 2px;
        min-width: 150px;
    }

.pagination:empty {
    display: none;
}

.pagination .newer-posts a {
    margin-bottom: -1px;
    padding: 10px 18px 10px 10px;
}

.pagination .older-posts a {
    margin-bottom: -1px;
    padding: 10px 10px 10px 18px;
}

.pagination .older-posts i,
.pagination .newer-posts i {
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
}

.pagination div[class*="-posts"]:only-child a {
    margin: 0;
}

.pagination a.loadmore-btn {
    background: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    position: relative;
    width: auto;
    margin-top: 10px;
}

    .pagination a.loadmore-btn:not(.more-items) {
        cursor: not-allowed;
    }

    .pagination a.loadmore-btn:before {
        border: 1px solid #ccc;
        bottom: -5px;
        content: "";
        display: block;
        left: -5px;
        margin: auto;
        position: absolute;
        right: -5px;
        top: -5px;
    }

.tpl-blog-holder.loading + .pagination a.loadmore-btn:after {
    animation: animateCircle 2s linear infinite;
    border: 3px solid transparent;
    border-radius: 50%;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 30px;
    left: 0;
    margin: auto;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

@keyframes animateCircle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate {
    0% {
        transform: rotate(45deg);
    }

    100% {
        transform: rotate(405deg);
    }
}

.dt-sc-post-entry .blog-entry a:not(.dt-sc-button):hover,
.dt-sc-post-entry .blog-entry .entry-title h4 a,
.dt-sc-simple-style.dt-sc-post-entry .blog-entry div.entry-categories a:hover,
.dt-sc-simple-style.dt-sc-post-entry .blog-entry div.entry-tags a:hover,
.dt-sc-simple-style.dt-sc-post-entry .blog-entry div a:hover,
.dt-sc-overlap-style.dt-sc-post-entry .blog-entry div.entry-categories a:hover,
.dt-sc-overlap-style.dt-sc-post-entry .blog-entry div.entry-tags a:hover,
.dt-sc-overlap-style.dt-sc-post-entry .blog-entry div a:hover,
.dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry a:not(.dt-sc-button):hover,
.dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details,
.dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div,
.dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-title h4 a,
.dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry i[class*="fa"],
.dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry a:hover,
.dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry div.entry-format a:hover,
.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > .entry-tags > a:hover {
    color: #000;
}

.dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details,
.dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div,
.dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry div i[class*="fa"],
.dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry div i.pe,
.dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry:before,
.dt-sc-classic-style.dt-sc-post-entry .blog-entry div.entry-tags a:first-child:after,
.dt-sc-classic-style.dt-sc-post-entry .blog-entry div.entry-categories a:first-child:after {
    color: #4a4a52;
}

.dt-sc-post-entry .blog-entry .entry-button a.dt-sc-button:hover,
.dt-sc-overlap-style.dt-sc-post-entry .blog-entry .entry-format a:hover:after,
.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry > div.entry-author > a,
.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry > div.entry-likes-views .dt-sc-like-views > div,
.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-comments > a,
.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-categories a:hover,
.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-likes-views .dt-sc-like-views > div,
.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-author a,
.dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry .entry-button a.dt-sc-button:hover,
.dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry div.entry-format a,
.dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry.sticky div.entry-format a,
.dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-button a.dt-sc-button:hover {
    background: #4a4a52;
}

.dt-sc-post-entry.entry-cover-layout .blog-entry,
.pagination .newer-posts a:hover,
.pagination .older-posts a:hover,
.pagination a.loadmore-btn:hover,
.pagination a.loadmore-btn:not(.more-items) {
    background-color: rgba(0, 0, 0, 0.75);
}

    .dt-sc-post-entry.entry-cover-layout .blog-entry:hover {
        background-color: rgba(0, 0, 0, 0.65);
    }

.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry:hover,
.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-comments > *,
.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-likes-views > *,
.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child > *,
.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child > * {
    background-color: rgba(0, 0, 0, 0.08);
}

.dt-sc-title-overlap-style.dt-sc-post-entry .blog-entry > div.entry-title h4 a:hover {
    color: rgba(0, 0, 0, 0.65);
}

.dt-sc-title-overlap-style.dt-sc-post-entry .blog-entry .entry-title h4 span.sticky-post i {
    color: #000;
}

.blog-entry .entry-social-share .share > i,
.blog-entry .entry-title h4 span.sticky-post,
.blog-entry .entry-title h4 span.sticky-post i[class*="fa"],
.blog-entry .entry-title h4 span.sticky-post i.pe,
.dt-sc-post-entry .blog-entry .entry-format a,
.dt-sc-post-entry .blog-entry .entry-button a.dt-sc-button,
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-title h4 a,
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details,
.dt-sc-post-entry.entry-cover-layout .blog-entry > div,
.dt-sc-post-entry.entry-cover-layout .blog-entry div i[class*="fa"],
.dt-sc-post-entry.entry-cover-layout .blog-entry a:hover,
.dt-sc-simple-style.dt-sc-post-entry .blog-entry .entry-button a.dt-sc-button,
.dt-sc-simple-style.dt-sc-post-entry .blog-entry .entry-format a:hover,
.dt-sc-overlap-style.dt-sc-post-entry.entry-cover-layout .blog-entry div.entry-categories a:hover,
.dt-sc-overlap-style.dt-sc-post-entry.entry-cover-layout .blog-entry div.entry-tags a:hover,
.dt-sc-overlap-style.dt-sc-post-entry.entry-cover-layout .blog-entry div a:hover,
.dt-sc-overlap-style.dt-sc-post-entry .blog-entry .entry-format a:hover,
.dt-sc-overlap-style.dt-sc-post-entry .blog-entry .entry-button a.dt-sc-button:hover,
.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-tags a,
.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-categories a,
.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-comments i,
.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry > div.entry-author > a,
.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry > div.entry-likes-views .dt-sc-like-views > div,
.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-comments > a,
.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-tags a:hover,
.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-likes-views .dt-sc-like-views > div,
.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-likes-views .dt-sc-like-views i,
.dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-author a,
.dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry,
.dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry a:not(.dt-sc-button),
.dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry div i[class*="fa"],
.dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry div i.pe,
.dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry .entry-button a.dt-sc-button:hover,
.dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry .entry-format a:hover,
.dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry.sticky .entry-format a,
.dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div a.dt-sc-button,
.dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry:hover .entry-details,
.dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry:hover > div,
.dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry .sticky-post i[class*="fa"],
.dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry .sticky-post i.pe,
.dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry:hover div i[class*="fa"],
.dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry:hover div i.pe,
.dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-social-share i[class*="fa"],
.dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details a:hover,
.dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div a:hover,
.dt-sc-trendy-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-format a:hover,
.dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry div.entry-social-share .share > i[class*="fa"],
.dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-title h4 span.sticky-post > i[class*="fa"],
.dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-button a.dt-sc-button:hover,
.pagination .newer-posts a,
.pagination .older-posts a,
.pagination ul li span,
.pagination ul li a:hover,
.pagination a.loadmore-btn,
.dt-sc-classic-overlay-style.dt-sc-post-entry .blog-entry .entry-thumb:first-child + .entry-meta-group > div,
.dt-sc-classic-overlay-style.dt-sc-post-entry .blog-entry .entry-thumb:first-child + .entry-meta-group > div > a,
.dt-sc-classic-overlay-style.dt-sc-post-entry .blog-entry .entry-thumb:first-child + .entry-meta-group > div i,
.dt-sc-classic-overlay-style.dt-sc-post-entry .blog-entry .entry-thumb:first-child + .entry-meta-group > div > div > i,
.dt-sc-classic-overlay-style.dt-sc-post-entry .blog-entry > .entry-categories > a:hover {
    color: #fff;
}

    .dt-sc-boxed-style.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry.sticky,
    .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-button a.dt-sc-button:hover,
    .dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry.type-post .entry-format a:hover,
    .dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-tags a,
    div[class*="entry-"].dt-sc-content-overlay-style.dt-sc-post-entry.entry-cover-layout.alignright .blog-entry div.entry-meta-group > div:before,
    div[class*="entry-"].dt-sc-content-overlay-style.dt-sc-post-entry.entry-cover-layout.alignright .blog-entry div.entry-meta-group > div:last-child:before,
    .dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry .entry-social-share .share > i,
    .dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry .entry-button a.dt-sc-button,
    .dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry .entry-format a,
    .pagination .newer-posts,
    .pagination .older-posts,
    .pagination ul li a:hover,
    .dt-sc-alternate-style.dt-sc-post-entry:hover .blog-entry .entry-format a:after,
    .dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry .entry-title h4 span.sticky-post,
    .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry.sticky .entry-thumb .entry-format a,
    .dt-sc-post-entry:not(.entry-cover-layout) .blog-entry .entry-social-share .share,
    div[class*="entry-cover-"].dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry div.entry-meta-group > div:not(:last-child):before,
    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry {
        background: #fff;
    }

.dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout .blog-entry.sticky:after,
.dt-sc-mobilephone-style.dt-sc-post-entry.entry-cover-layout:hover .blog-entry:after {
    background: rgba(255, 255, 255, 0.95);
}

.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group:not(:last-child),
.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group:not(:last-child) {
    border-color: rgba(255, 255, 255, 0.15);
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry,
.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-comments > *,
.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb + div.entry-likes-views > *,
.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child > *,
.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child > * {
    background-image: url(../../../themes/invico/images/pattern-grudge.png);
    background-position: left top;
    background-repeat: repeat;
}

.dt-sc-title-overlap-style.dt-sc-post-entry .blog-entry > div.entry-title:before {
    background-color: #f2f5f6;
}

.dt-sc-title-overlap-style.dt-sc-post-entry .blog-entry > div.entry-title:after {
    border-color: #f0f0f0;
}

.dt-sc-grungy-boxed-style.dt-sc-post-entry .blog-entry {
    background-color: #f0f0f0;
}

.dt-sc-title-overlap-style.dt-sc-post-entry .blog-entry {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-format a:before {
        font-size: 20px;
    }

    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-details > div:not(.entry-thumb),
    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group {
        padding-left: 20px;
        padding-right: 20px;
    }

    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-overlay-ii-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group {
        padding-left: 32px;
        padding-right: 32px;
    }

    #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even) {
        clear: both;
        display: inline-block;
        float: none;
        margin-bottom: 10px;
        text-align: inherit;
        width: 100%;
    }

    #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details {
        min-height: auto;
    }

        #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:nth-last-child(2):not(.entry-meta-group) {
            margin-bottom: 0;
        }

        #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details .entry-meta-group:last-child {
            bottom: 0;
            margin-bottom: 18px;
            position: relative;
        }

        #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:nth-last-child(2):not(.entry-meta-group) {
            margin-bottom: 0;
        }

    #primary.page-with-sidebar.with-both-sidebar .dt-sc-classic-overlay-style.dt-sc-post-entry .blog-entry div.entry-thumb + div.entry-meta-group {
        padding-left: 20px;
        padding-right: 20px;
    }

    #primary.page-with-sidebar.with-both-sidebar .dt-sc-classic-overlay-style.dt-sc-post-entry .blog-entry div.entry-meta-group {
        padding-left: 0;
        padding-right: 0;
    }

    #primary.page-with-sidebar .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout.alignright .blog-entry .entry-thumb:first-child + .entry-meta-group {
        padding: 15px 25px 0 20px;
    }

    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignleft .blog-entry.has-post-format > div.entry-thumb ~ div,
    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignleft .blog-entry > div.entry-thumb + div.entry-comments ~ div,
    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignleft .blog-entry > div.entry-thumb + div.entry-likes-views ~ div,
    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignleft .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child ~ div,
    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignleft .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child ~ div,
    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignnone .blog-entry.has-post-format > div.entry-thumb ~ div,
    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignnone .blog-entry > div.entry-thumb + div.entry-comments ~ div,
    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignnone .blog-entry > div.entry-thumb + div.entry-likes-views ~ div,
    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignnone .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child ~ div,
    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignnone .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child ~ div,
    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-left-thumb .blog-entry.has-post-format > div.entry-thumb ~ div,
    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-left-thumb .blog-entry > div.entry-thumb + div.entry-comments ~ div,
    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-left-thumb .blog-entry > div.entry-thumb + div.entry-likes-views ~ div,
    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-left-thumb .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child ~ div,
    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-left-thumb .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child ~ div {
        padding-left: 90px;
    }

    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignright .blog-entry.has-post-format > div.entry-thumb ~ div,
    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignright .blog-entry > div.entry-thumb + div.entry-comments ~ div,
    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignright .blog-entry > div.entry-thumb + div.entry-likes-views ~ div,
    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignright .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child ~ div,
    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignright .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child ~ div,
    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-right-thumb .blog-entry.has-post-format > div.entry-thumb ~ div,
    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-thumb + div.entry-comments ~ div,
    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-thumb + div.entry-likes-views ~ div,
    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-right-thumb .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child ~ div,
    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-right-thumb .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child ~ div {
        padding-right: 90px;
    }

    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-title-overlap-style.dt-sc-post-entry.alignleft .blog-entry > div.entry-meta-group,
    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-title-overlap-style.dt-sc-post-entry.alignnone .blog-entry > div.entry-meta-group,
    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-title-overlap-style.dt-sc-post-entry.entry-left-thumb .blog-entry > div.entry-meta-group {
        padding-left: 40px;
    }

    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-title-overlap-style.dt-sc-post-entry.alignright .blog-entry > div.entry-meta-group,
    #primary.with-both-sidebar .dt-sc-one-half.dt-sc-title-overlap-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group {
        padding-right: 40px;
    }
}

@media only screen and (min-width: 992px) {
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb) {
        padding-left: 25px;
        padding-right: 25px;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-author,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-likes-views,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-comments {
        padding-left: 20px;
        padding-right: 20px;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-post-entry:not(.entry-list-layout) .blog-entry .entry-title h4 {
        font-size: 22px;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:last-child,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:last-child,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:last-child {
        margin-bottom: 0;
    }

    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group .entry-author {
        position: relative;
    }

        .dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group .entry-author a {
            left: 54px;
            overflow: hidden;
            position: absolute;
            table-layout: fixed;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 50%;
            word-break: break-all;
            word-wrap: break-word;
        }

    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group div.entry-author:nth-child(even) a {
        left: auto;
        overflow: hidden;
        position: relative;
        right: 0;
        width: auto;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-simple-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-simple-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(odd) {
        display: inline-block;
        float: none;
        margin-bottom: 5px;
        margin-right: 20px;
        width: auto;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-simple-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-body p {
        margin-bottom: 0;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-simple-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:last-child,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-simple-style.dt-sc-one-third.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb):last-child {
        margin-bottom: 25px;
        margin-top: 0;
    }

    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry > div.entry-meta-group > div,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry > div.entry-meta-group > div:nth-child(odd),
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry > div.entry-meta-group > div:nth-child(even) {
        margin-left: 15px;
        margin-right: 0;
    }

    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-author,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-likes-views,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-comments {
        left: auto;
        padding: 20px 20px 0 0;
        right: 0;
    }

    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-categories,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-tags,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-author,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-likes-views,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-comments {
        left: auto;
        padding: 0 20px 0 0;
        right: 0;
    }

        .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories a,
        .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags a,
        .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-author a,
        .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-likes-views a,
        .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-comments a,
        .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-categories a,
        .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-tags a,
        .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-author a,
        .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-likes-views a,
        .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-comments a {
            float: right;
            margin: 0 0 5px 10px;
        }

            .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories a:last-child,
            .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags a:last-child,
            .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-author a:last-child,
            .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-likes-views a:last-child,
            .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-comments a:last-child,
            .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-categories a:last-child,
            .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-tags a:last-child,
            .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-author a:last-child,
            .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-likes-views a:last-child,
            .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-comments a:last-child {
                margin-bottom: 0;
            }

    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-format {
        left: -20px;
        right: auto;
    }

    #primary.page-with-sidebar.with-both-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories,
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags,
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-author,
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-likes-views,
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-comments {
        left: 0;
        padding: 20px 0 0 20px;
        right: auto;
    }

        #primary.page-with-sidebar.with-both-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories a,
        #primary.page-with-sidebar.with-both-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags a,
        #primary.page-with-sidebar.with-both-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-author a,
        #primary.page-with-sidebar.with-both-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-likes-views a,
        #primary.page-with-sidebar.with-both-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-comments a {
            float: left;
        }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-simple-withbg-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-simple-withbg-style.dt-sc-one-third.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb) {
        padding: 0 0;
    }

        #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-simple-withbg-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
        #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-simple-withbg-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(odd) {
            display: inline-block;
            float: none;
            margin-bottom: 5px;
            margin-right: 20px;
            width: auto;
        }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-simple-withbg-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-body p {
        margin-bottom: 0;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-simple-withbg-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:last-child,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-simple-withbg-style.dt-sc-one-third.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb):last-child {
        margin-bottom: 25px;
        margin-top: 0;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-classic-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-classic-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div:not(.entry-thumb) {
        padding: 0;
    }

    #primary.page-with-sidebar.with-both-sidebar .dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-title,
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-body,
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-button,
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group {
        padding-right: 5%;
        padding-left: 5%;
    }

    #primary.page-with-sidebar .dt-sc-one-third.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div:not(.entry-thumb) {
        padding-right: 0;
        padding-left: 0;
    }

    #primary.page-with-sidebar .dt-sc-one-third.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-thumb:first-child + .entry-meta-group {
        padding: 15px 25px 0 20px;
    }

    .dt-sc-modern-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories,
    .dt-sc-modern-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags,
    .dt-sc-modern-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-author,
    .dt-sc-modern-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-likes-views,
    .dt-sc-modern-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-comments {
        left: auto;
        right: 5px;
        width: auto;
    }

    .dt-sc-modern-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-categories,
    .dt-sc-modern-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-tags,
    .dt-sc-modern-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-author,
    .dt-sc-modern-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-likes-views,
    .dt-sc-modern-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-comments {
        left: auto;
        right: 0;
    }

    #primary.page-with-sidebar .dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-list-layout.entry-left-thumb .blog-entry,
    #primary.with-both-sidebar .dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-list-layout.entry-left-thumb .blog-entry {
        text-align: left;
    }

    #primary.page-with-sidebar .dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry,
    #primary.with-both-sidebar .dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry {
        text-align: right;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignleft .blog-entry.has-post-format > div.entry-thumb ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignleft .blog-entry > div.entry-thumb + div.entry-comments ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignleft .blog-entry > div.entry-thumb + div.entry-likes-views ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignleft .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignleft .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignnone .blog-entry.has-post-format > div.entry-thumb ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignnone .blog-entry > div.entry-thumb + div.entry-comments ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignnone .blog-entry > div.entry-thumb + div.entry-likes-views ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignnone .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignnone .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-left-thumb .blog-entry.has-post-format > div.entry-thumb ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-left-thumb .blog-entry > div.entry-thumb + div.entry-comments ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-left-thumb .blog-entry > div.entry-thumb + div.entry-likes-views ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-left-thumb .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-left-thumb .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child ~ div {
        padding-left: 90px;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignright .blog-entry.has-post-format > div.entry-thumb ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignright .blog-entry > div.entry-thumb + div.entry-comments ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignright .blog-entry > div.entry-thumb + div.entry-likes-views ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignright .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignright .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-right-thumb .blog-entry.has-post-format > div.entry-thumb ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-thumb + div.entry-comments ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-thumb + div.entry-likes-views ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-right-thumb .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-right-thumb .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child ~ div {
        padding-right: 90px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .with-both-sidebar .tpl-blog-holder .dt-sc-one-third,
    .with-both-sidebar .tpl-blog-holder .dt-sc-one-half {
        width: 100%;
    }

    .tpl-blog-holder .dt-sc-one-third {
        width: 33.33%;
    }

    .tpl-blog-holder .dt-sc-one-half,
    .page-with-sidebar:not(.with-both-sidebar) .tpl-blog-holder .dt-sc-one-third,
    .page-with-sidebar:not(.with-both-sidebar) .tpl-blog-holder .dt-sc-one-half {
        width: 50%;
    }

    .page-with-sidebar .tpl-blog-holder .dt-sc-one-third.column.first,
    .page-with-sidebar .tpl-blog-holder .dt-sc-one-third.column {
        clear: none;
    }

    .dt-sc-one-third .blog-entry .entry-title h4 {
        line-height: normal;
    }

    #primary:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    #primary:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    #primary:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd),
    #primary:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    #primary:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    #primary:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even),
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even) {
        display: inline-block;
        float: none;
        text-align: inherit;
        width: 100%;
    }

        #primary:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(odd):not(:last-child),
        #primary:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd):not(:last-child),
        #primary:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd):not(:last-child),
        #primary:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(even):not(:last-child),
        #primary:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even):not(:last-child),
        #primary:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even):not(:last-child),
        #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(odd):not(:last-child),
        #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd):not(:last-child),
        #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd):not(:last-child),
        #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(even):not(:last-child),
        #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even):not(:last-child),
        #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-half.dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even):not(:last-child) {
            margin-bottom: 15px;
        }

    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group .entry-author {
        position: relative;
    }

        .dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group .entry-author a {
            overflow: visible;
            position: static;
            width: auto;
        }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb) {
        padding-left: 25px;
        padding-right: 25px;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-post-entry:not(.entry-list-layout) .blog-entry .entry-title h4 {
        font-size: 22px;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:last-child,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:last-child,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:last-child {
        margin-bottom: 0;
    }

    .dt-sc-post-entry .blog-entry.format-gallery > div.entry-thumb .bx-viewport,
    .dt-sc-post-entry.entry-cover-layout .blog-entry.format-gallery .entry-details > div.entry-thumb .bx-viewport {
        margin-bottom: -9px;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry {
        padding: 0 0 0 33%;
    }

        #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb {
            width: 30%;
        }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-classic-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry {
        padding: 0 33% 0 0;
    }

    .dt-sc-simple-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    .dt-sc-simple-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-simple-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-simple-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(odd) {
        display: inline-block;
        float: none;
        margin-bottom: 5px;
        width: auto;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even),
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd) {
        clear: none;
        display: inline-block;
        float: none;
        margin-bottom: 5px;
        margin-right: 15px;
        width: auto;
    }

        #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(even):last-child,
        #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even):last-child,
        #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even):last-child,
        #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(odd):last-child,
        #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd):last-child,
        #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd):last-child {
            margin-right: 0;
        }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:last-child,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:last-child,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:last-child {
        margin-bottom: 0;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-content-overlay-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div[class*="entry-"]:not(.entry-thumb) {
        padding-left: 0;
        padding-right: 0;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-content-overlay-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-thumb ~ div[class*="entry-"] {
        padding: 0 25px;
    }

    #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even) {
        clear: both;
        display: inline-block;
        float: none;
        margin-bottom: 10px;
        text-align: inherit;
        width: 100%;
    }

    #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details {
        min-height: auto;
    }

        #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:nth-last-child(2):not(.entry-meta-group) {
            margin-bottom: 0;
        }

        #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details .entry-meta-group:last-child {
            bottom: 0;
            margin-bottom: 18px;
            position: relative;
        }

        #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:nth-last-child(2):not(.entry-meta-group) {
            margin-bottom: 0;
        }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-simple-withbg-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-simple-withbg-style.dt-sc-one-third.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-simple-withbg-style.dt-sc-one-third.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb) {
        padding: 0 0;
    }

        .dt-sc-simple-withbg-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
        .dt-sc-simple-withbg-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
        #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-simple-withbg-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
        #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-simple-withbg-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(odd) {
            display: inline-block;
            float: none;
            margin-bottom: 5px;
            width: auto;
        }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div:not(.entry-thumb),
    .dt-sc-classic-overlay-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group,
    .dt-sc-classic-overlay-style.dt-sc-one-third.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb) {
        padding-right: 0;
        padding-left: 0;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-thumb:first-child + .entry-meta-group {
        padding: 15px 25px 0 20px;
    }

    .dt-sc-classic-overlay-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > .entry-thumb:first-child + .entry-meta-group > div {
        font-size: 12px;
        margin-bottom: 10px;
        margin-right: 10px;
    }

        .dt-sc-classic-overlay-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > .entry-thumb:first-child + .entry-meta-group > div:last-child {
            margin-right: 0;
        }

    #primary.page-with-sidebar .dt-sc-one-half.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > .entry-meta-group > div {
        font-size: 12px;
        margin-bottom: 8px;
        margin-right: 8px;
    }

    #primary.page-with-sidebar .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-format a {
        height: 35px;
        line-height: 35px;
        width: 35px;
    }

        #primary.page-with-sidebar .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-format a:before {
            line-height: 35px;
            font-size: 16px;
        }

    #primary.page-with-sidebar:not(.with-both-sidebar) div[class*="dt-sc-"].dt-sc-classic-ii-style.dt-sc-post-entry .blog-entry > div:not(.entry-thumb) {
        padding: 0;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-classic-ii-style.dt-sc-post-entry.entry-list-layout .blog-entry {
        padding: 0 0 0 43%;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-classic-ii-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry {
        padding: 0 43% 0 0;
    }

    .dt-sc-overlay-style.dt-sc-post-entry.entry-cover-layout.dt-sc-one-third:not(.aligncenter) .blog-entry .entry-details {
        width: 90%;
    }

    .tpl-blog-holder .dt-sc-overlay-style.dt-sc-post-entry.entry-cover-layout.dt-sc-one-third {
        width: 50%;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignleft .blog-entry.has-post-format > div.entry-thumb ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignleft .blog-entry > div.entry-thumb + div.entry-comments ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignleft .blog-entry > div.entry-thumb + div.entry-likes-views ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignleft .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignleft .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignnone .blog-entry.has-post-format > div.entry-thumb ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignnone .blog-entry > div.entry-thumb + div.entry-comments ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignnone .blog-entry > div.entry-thumb + div.entry-likes-views ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignnone .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignnone .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-left-thumb .blog-entry.has-post-format > div.entry-thumb ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-left-thumb .blog-entry > div.entry-thumb + div.entry-comments ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-left-thumb .blog-entry > div.entry-thumb + div.entry-likes-views ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-left-thumb .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-left-thumb .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child ~ div {
        padding-left: 90px;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignright .blog-entry.has-post-format > div.entry-thumb ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignright .blog-entry > div.entry-thumb + div.entry-comments ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignright .blog-entry > div.entry-thumb + div.entry-likes-views ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignright .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignright .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-right-thumb .blog-entry.has-post-format > div.entry-thumb ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-thumb + div.entry-comments ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-thumb + div.entry-likes-views ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-right-thumb .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-right-thumb .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child ~ div {
        padding-right: 90px;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignleft .blog-entry.has-post-format > div.entry-thumb ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignleft .blog-entry > div.entry-thumb + div.entry-comments ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignleft .blog-entry > div.entry-thumb + div.entry-likes-views ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignleft .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignleft .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignnone .blog-entry.has-post-format > div.entry-thumb ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignnone .blog-entry > div.entry-thumb + div.entry-comments ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignnone .blog-entry > div.entry-thumb + div.entry-likes-views ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignnone .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignnone .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-left-thumb .blog-entry.has-post-format > div.entry-thumb ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-left-thumb .blog-entry > div.entry-thumb + div.entry-comments ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-left-thumb .blog-entry > div.entry-thumb + div.entry-likes-views ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-left-thumb .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-left-thumb .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child ~ div {
        padding-left: 90px;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignright .blog-entry.has-post-format > div.entry-thumb ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignright .blog-entry > div.entry-thumb + div.entry-comments ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignright .blog-entry > div.entry-thumb + div.entry-likes-views ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignright .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.alignright .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-right-thumb .blog-entry.has-post-format > div.entry-thumb ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-thumb + div.entry-comments ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-thumb + div.entry-likes-views ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-right-thumb .blog-entry:not(.has-post-thumbnail) > div.entry-comments:first-child ~ div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-right-thumb .blog-entry:not(.has-post-thumbnail) > div.entry-likes-views:first-child ~ div {
        padding-right: 90px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .with-both-sidebar .tpl-blog-holder .dt-sc-one-third,
    .with-both-sidebar .tpl-blog-holder .dt-sc-one-half,
    .page-with-sidebar .tpl-blog-holder .dt-sc-one-third,
    .page-with-sidebar .tpl-blog-holder .dt-sc-one-half {
        width: 100%;
    }

    .tpl-blog-holder .dt-sc-one-third {
        width: 50%;
    }

        .tpl-blog-holder .dt-sc-one-third.column.first,
        .tpl-blog-holder .dt-sc-one-third.column {
            clear: none;
        }

    .dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group,
    .dt-sc-one-third.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb) {
        padding-left: 25px;
        padding-right: 25px;
    }

    .dt-sc-one-third.dt-sc-post-entry:not(.entry-list-layout) .blog-entry .entry-title h4 {
        font-size: 22px;
    }

    #primary.page-with-sidebar.with-both-sidebar .dt-sc-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(even),
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even),
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even) {
        clear: both;
        display: inline-block;
        float: none;
        margin-bottom: 10px;
        text-align: inherit;
        width: 100%;
    }

    .dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:last-child,
    .dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:last-child,
    .dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:last-child {
        margin-bottom: 0;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-post-entry .blog-entry > div.entry-meta-group > div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div {
        margin-bottom: 15px;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group {
        padding-bottom: 0;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd) {
        clear: left;
        float: left;
        text-align: left;
        width: 49%;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(even),
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even),
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even) {
        clear: right;
        float: right;
        text-align: right;
        width: 49%;
    }

    #primary.page-with-sidebar .dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail {
        padding: 300px 0 0 0;
        text-align: center;
    }

        #primary.page-with-sidebar .dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail .entry-thumb {
            height: auto;
            min-height: 300px;
            position: absolute;
            top: 0;
            width: 100%;
        }

    #primary.page-with-sidebar .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image,
    #primary.page-with-sidebar .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .bx-wrapper,
    #primary.page-with-sidebar .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .bx-wrapper .bx-viewport,
    #primary.page-with-sidebar .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .bx-wrapper .entry-gallery-post-slider,
    #primary.page-with-sidebar .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .dt-video-wrap,
    #primary.page-with-sidebar .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .dt-video-wrap .fluid-width-video-wrapper,
    #primary.page-with-sidebar .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .dt-video-wrap .wp-video,
    #primary.page-with-sidebar .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .dt-video-wrap .wp-video .mejs-container,
    #primary.page-with-sidebar .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .dt-video-wrap .wp-video-shortcode video,
    #primary.page-with-sidebar .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .dt-video-wrap video.wp-video-shortcode {
        height: 300px !important;
        padding: 0 !important;
    }

    #primary:not(.with-both-sidebar) .dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group .entry-author {
        position: relative;
    }

        #primary:not(.with-both-sidebar) .dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group .entry-author a {
            left: 54px;
            overflow: hidden;
            position: absolute;
            table-layout: fixed;
            text-overflow: ellipsis;
            top: 9px;
            white-space: nowrap;
            width: 50%;
            word-break: break-all;
            word-wrap: break-word;
        }

    #primary:not(.with-both-sidebar) .dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group div.entry-author:nth-child(even) a {
        left: auto;
        overflow: hidden;
        position: relative;
        right: 0;
        top: 7px;
        width: auto;
    }

    .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div:not(.entry-body),
    .dt-sc-simple-withbg-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group,
    .dt-sc-simple-withbg-style.dt-sc-one-third.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb) {
        padding-left: 0;
        padding-right: 0;
    }

    .dt-sc-classic-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group,
    .dt-sc-classic-style.dt-sc-one-third.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb) {
        padding-left: 0;
        padding-right: 0;
    }

    #primary.page-with-sidebar .dt-sc-simple-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar .dt-sc-simple-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(even),
    #primary.page-with-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even),
    #primary.page-with-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even) {
        clear: none;
        display: inline-block;
        float: none;
        text-align: inherit;
        width: auto;
    }

    #primary.page-with-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div,
    #primary.page-with-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:nth-child(even) {
        margin-left: 0;
        margin-right: 25px;
    }

        #primary.page-with-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:not(:last-child):after {
            left: auto;
            right: -15px;
        }

    #primary.page-with-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-list-layout .blog-entry {
        margin-bottom: 50px;
    }

        #primary.page-with-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
        #primary.page-with-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group > div:nth-child(even) {
            margin-bottom: 5px;
        }

    #primary.page-with-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-list-layout:before {
        left: 0;
    }

    #primary.page-with-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-list-layout .blog-entry > div:nth-child(2) {
        margin-top: 25px;
    }

    #primary.page-with-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-list-layout .blog-entry > div:last-child {
        margin-bottom: 0;
        margin-top: 0;
        padding: 0 20px;
    }

    #primary.page-with-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-body:last-child p {
        margin-bottom: 0;
    }

    #primary.page-with-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div,
    #primary.page-with-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    .dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(even) {
        display: inline-block;
        float: none;
        margin-bottom: 0;
    }

    #primary.with-both-sidebar .dt-sc-simple-style.dt-sc-one-half.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div,
    #primary.with-both-sidebar .dt-sc-simple-style.dt-sc-one-half.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(odd) {
        margin-top: 8px;
    }

    #primary.page-with-sidebar .dt-sc-simple-style.dt-sc-post-entry .blog-entry > div:not(.entry-thumb),
    #primary.with-both-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:last-child {
        padding: 0 20px;
    }

    #primary.page-with-sidebar .dt-sc-simple-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div.entry-social-share {
        margin-bottom: 10px;
    }

    #primary.page-with-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:not(:last-child),
    #primary.page-with-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group:not(:last-child) {
        margin-bottom: 0;
    }

    .dt-sc-simple-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    .dt-sc-simple-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-simple-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-simple-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(odd) {
        display: inline-block;
        float: none;
        margin-bottom: 10px;
        width: auto;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-simple-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:last-child {
        margin-bottom: 25px;
    }

    .dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:last-child {
        margin-bottom: 25px;
    }

    .dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-body p {
        margin-bottom: 0;
    }

    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even),
    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd) {
        clear: none;
        display: inline-block;
        float: none;
        margin-bottom: 5px;
        margin-right: 15px;
        width: auto;
    }

        #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(even):last-child,
        #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even):last-child,
        #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even):last-child,
        #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(odd):last-child,
        #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd):last-child,
        #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd):last-child {
            margin-right: 0;
        }

    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:last-child,
    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:last-child,
    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:last-child {
        margin-bottom: 0;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-overlap-style.dt-sc-one-half.dt-sc-post-entry .blog-entry > div.entry-meta-group > div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-overlap-style.dt-sc-one-half.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-overlap-style.dt-sc-one-half.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-overlap-style.dt-sc-one-column.dt-sc-post-entry .blog-entry > div.entry-meta-group > div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-overlap-style.dt-sc-one-column.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-overlap-style.dt-sc-one-column.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div {
        margin-bottom: 5px;
        width: auto;
    }

    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-format {
        bottom: -25px;
        left: 0;
        margin: 0 auto;
        right: 0;
        text-align: center;
        top: auto;
        width: 100%;
    }

    #primary.page-with-sidebar div[class*="dt-sc-fadein"].dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .entry-format,
    #primary.page-with-sidebar div[class*="dt-sc-scale"].dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .entry-format,
    #primary.page-with-sidebar div[class*="rotate"].dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .entry-format,
    #primary.page-with-sidebar div[class*="dt-sc-fadein"].dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb .entry-format,
    #primary.page-with-sidebar div[class*="dt-sc-scale"].dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb .entry-format,
    #primary.page-with-sidebar div[class*="rotate"].dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb .entry-format,
    #primary.page-with-sidebar .dt-sc-flash-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .entry-format,
    #primary.page-with-sidebar .dt-sc-circle-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .entry-format,
    #primary.page-with-sidebar .dt-sc-middle-radial-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .entry-format,
    #primary.page-with-sidebar .dt-sc-flash-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb .entry-format,
    #primary.page-with-sidebar .dt-sc-circle-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb .entry-format,
    #primary.page-with-sidebar .dt-sc-middle-radial-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb .entry-format {
        bottom: -5px;
        right: 0;
        top: auto;
        transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
    }

    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-format a {
        display: inline-block;
        float: none;
    }

    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-categories,
    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-tags,
    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-author,
    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-likes-views,
    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-comments {
        bottom: auto;
        left: auto;
        padding: 20px 20px 0 0;
        right: 0;
        top: 0;
    }

    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories,
    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags,
    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-author,
    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-likes-views,
    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-comments,
    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-categories,
    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-tags,
    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-author,
    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-likes-views,
    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-comments {
        width: 50%;
    }

        #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-categories a,
        #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-tags a,
        #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-author a,
        #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-likes-views a,
        #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-comments a {
            float: right;
            margin-left: 5px;
            margin-right: 0;
        }

    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-author,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-likes-views,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-comments {
        left: auto;
        padding: 20px 20px 0 0;
        right: 0;
    }

    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-categories,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-tags,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-author,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-likes-views,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-comments {
        left: auto;
        padding: 0 20px 0 0;
        right: 0;
    }

        .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories a,
        .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags a,
        .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-author a,
        .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-likes-views a,
        .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-comments a,
        .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-categories a,
        .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-tags a,
        .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-author a,
        .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-likes-views a,
        .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-comments a {
            float: right;
            margin: 0 0 5px 10px;
        }

    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-format {
        left: -20px;
        right: auto;
    }

    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories,
    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags,
    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-author,
    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-likes-views,
    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-comments {
        left: 0;
        padding: 20px 0 0 20px;
        position: absolute;
        right: auto;
    }

        #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories a,
        #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags a,
        #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-author a,
        #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-likes-views a,
        #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-comments a {
            float: left;
        }

    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry > div.entry-meta-group > div,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry > div.entry-meta-group > div:nth-child(odd),
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry > div.entry-meta-group > div:nth-child(even) {
        margin-left: 15px;
        margin-right: 0;
    }

    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-date {
        font-size: 12px;
        right: 5px;
        top: 5px;
    }

    #primary.page-with-sidebar .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-author > a,
    #primary.page-with-sidebar .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-likes-views .dt-sc-like-views > div,
    #primary.page-with-sidebar .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-comments > a {
        display: inline-block;
        float: none;
    }

    #primary.page-with-sidebar .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-thumb:before {
        background-color: #fff;
        bottom: 0;
        box-shadow: 0 0 13px 5px rgba(188, 188, 188, 0.3);
        -webkit-box-shadow: 0 0 13px 5px rgba(188, 188, 188, 0.3);
        content: "";
        display: block;
        height: 17px;
        left: 5%;
        position: absolute;
        right: auto;
        top: auto;
        width: 90%;
        z-index: 9;
    }

    #primary.page-with-sidebar .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-thumb {
        margin-bottom: -20px;
        margin-right: 0;
    }

    #primary.page-with-sidebar .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > .entry-thumb + div:nth-child(2) {
        margin-top: 0;
    }

    #primary.page-with-sidebar .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > .entry-thumb .bx-controls a {
        bottom: 30px;
    }

    #primary.page-with-sidebar .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div:not(.entry-thumb) {
        padding: 0 40px;
    }

    #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even),
    #primary:not(.page-with-sidebar) .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    #primary:not(.page-with-sidebar) .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd),
    #primary:not(.page-with-sidebar) .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    #primary:not(.page-with-sidebar) .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even) {
        clear: both;
        display: inline-block;
        float: none;
        margin-bottom: 10px;
        text-align: inherit;
        width: 100%;
    }

    #primary.page-with-sidebar.with-both-sidebar .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details {
        min-height: auto;
    }

        #primary.page-with-sidebar.with-both-sidebar .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:nth-last-child(2):not(.entry-meta-group) {
            margin-bottom: 0;
        }

        #primary.page-with-sidebar.with-both-sidebar .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details .entry-meta-group:last-child,
        #primary:not(.page-with-sidebar) .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details .entry-meta-group:last-child {
            bottom: 0;
            margin-bottom: 18px;
            position: relative;
        }

        #primary.page-with-sidebar.with-both-sidebar .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:nth-last-child(2):not(.entry-meta-group),
        .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:nth-last-child(2):not(.entry-meta-group) {
            margin-bottom: 0;
        }

    #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even),
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-column.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-column.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-column.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-column.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even) {
        clear: both;
        display: inline-block;
        float: none;
        margin-bottom: 10px;
        text-align: inherit;
        width: 100%;
    }

    #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details,
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-column.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details {
        min-height: auto;
    }

        #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:nth-last-child(2):not(.entry-meta-group),
        #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-column.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:nth-last-child(2):not(.entry-meta-group) {
            margin-bottom: 0;
        }

        #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details .entry-meta-group:last-child,
        #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-column.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details .entry-meta-group:last-child {
            bottom: 0;
            margin-bottom: 18px;
            position: relative;
        }

        #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-half.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:nth-last-child(2):not(.entry-meta-group),
        #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-column.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:nth-last-child(2):not(.entry-meta-group) {
            margin-bottom: 0;
        }

    #primary.page-with-sidebar .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-title h4 span.sticky-post,
    #primary.page-with-sidebar .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-title h4 span.sticky-post {
        left: 0;
        margin: 0 auto;
        opacity: 0.3;
        right: 0;
        transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
    }

        #primary.page-with-sidebar .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-title h4 span.sticky-post + a {
            margin-left: 0;
        }

        #primary.page-with-sidebar .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-title h4 span.sticky-post + a {
            margin-right: 0;
        }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-simple-withbg-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-simple-withbg-style.dt-sc-one-third.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-simple-withbg-style.dt-sc-one-third.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb) {
        padding: 0 0;
    }

    #primary.page-with-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(even),
    #primary.page-with-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even),
    #primary.page-with-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even) {
        clear: none;
        display: inline-block;
        float: none;
        text-align: inherit;
        width: auto;
    }

    #primary.page-with-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group > div:nth-child(even) {
        margin-bottom: 5px;
    }

    #primary.page-with-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div,
    #primary.page-with-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:nth-child(even) {
        margin-left: 0;
        margin-right: 25px;
    }

        #primary.page-with-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:last-child,
        #primary.page-with-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:nth-child(odd):last-child,
        #primary.page-with-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:nth-child(even):last-child {
            margin-right: 0;
        }

    #primary.page-with-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout:before {
        left: 0;
    }

    #primary.page-with-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:not(:last-child):after {
        left: auto;
        right: -15px;
    }

    #primary.page-with-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div:nth-child(2) {
        margin-top: 25px;
    }

    #primary.page-with-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div:last-child,
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group {
        padding: 0 40px;
    }

    #primary.page-with-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-body:last-child p {
        margin-bottom: 0;
    }

    #primary.page-with-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div,
    #primary.page-with-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(even) {
        display: inline-block;
        float: none;
        margin-bottom: 0;
    }

    #primary.with-both-sidebar .dt-sc-simple-withbg-style.dt-sc-one-half.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div,
    #primary.with-both-sidebar .dt-sc-simple-withbg-style.dt-sc-one-half.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(odd) {
        margin-top: 8px;
    }

    #primary.page-with-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div:not(.entry-thumb) {
        padding: 0 20px;
    }

    #primary.page-with-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div.entry-social-share {
        margin-bottom: 10px;
    }

    #primary.page-with-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:not(:last-child),
    #primary.page-with-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group:not(:last-child) {
        margin-bottom: 0;
    }

    .dt-sc-simple-withbg-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    .dt-sc-simple-withbg-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-simple-withbg-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-simple-withbg-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(odd) {
        display: inline-block;
        float: none;
        margin-bottom: 10px;
        width: auto;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-simple-withbg-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:last-child {
        margin-bottom: 25px;
    }

    .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:last-child {
        margin-bottom: 25px;
    }

    .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-body p {
        margin-bottom: 0;
    }

    #primary.page-with-sidebar .dt-sc-alternate-style.dt-sc-post-entry.entry-list-layout .entry-title h4 a:before {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-classic-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-classic-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div:not(.entry-thumb) {
        padding: 0;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-classic-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div,
    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-classic-style.dt-sc-post-entry .blog-entry .entry-details > div.entry-meta-group > div {
        margin-bottom: 2px;
    }

    #primary.page-with-sidebar:not(.with-both-sidebar) .dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group > div {
        float: none;
        display: inline-block;
    }

    #primary.page-with-sidebar .dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-title,
    #primary.page-with-sidebar .dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-body,
    #primary.page-with-sidebar .dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-button,
    #primary.page-with-sidebar .dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group {
        padding-right: 5%;
        padding-left: 5%;
    }

    #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-half.dt-sc-classic-overlay-style.entry-grid-layout .blog-entry > div.entry-meta-group,
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-half.dt-sc-classic-overlay-style:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb) {
        padding-left: 0;
        padding-right: 0;
    }

    #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-half.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout.alignright .blog-entry > .entry-meta-group > div,
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-third.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout.alignright .blog-entry > .entry-meta-group > div {
        float: right;
    }

    #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-half.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > .entry-meta-group > div,
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-third.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > .entry-meta-group > div {
        font-size: 12px;
        margin-bottom: 5px;
        margin-right: 8px;
    }

    #primary.page-with-sidebar.with-both-sidebar .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-format a {
        height: 35px;
        line-height: 35px;
        width: 35px;
    }

        #primary.page-with-sidebar.with-both-sidebar .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-format a:before {
            line-height: 35px;
            font-size: 16px;
        }

    #primary.page-with-sidebar.with-both-sidebar .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-thumb:first-child + .entry-meta-group {
        padding: 10px 20px 0 15px;
    }

    #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-half.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > .entry-meta-group > div:last-child {
        margin-right: 0;
    }

    #primary.page-with-sidebar .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-thumb:first-child + .entry-meta-group,
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-thumb:first-child + .entry-meta-group,
    .dt-sc-one-third.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-thumb:first-child + .entry-meta-group {
        padding: 15px 25px 0 20px;
    }

    #primary.page-with-sidebar .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry div.entry-meta-group,
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry div.entry-meta-group,
    .dt-sc-one-third.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-meta-group,
    #primary.page-with-sidebar.with-both-sidebar .dt-sc-one-third.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div:not(.entry-thumb),
    #primary.page-with-sidebar .dt-sc-one-third.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div:not(.entry-thumb),
    .dt-sc-classic-overlay-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group,
    .dt-sc-classic-overlay-style.dt-sc-one-third.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb) {
        padding-left: 0;
        padding-right: 0;
    }

    #primary.page-with-sidebar .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry {
        padding: 320px 0 0 0;
    }

        #primary.page-with-sidebar .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-format {
            bottom: 0;
            top: auto;
        }

        #primary.page-with-sidebar .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb:first-child + .entry-meta-group {
            top: 0;
            bottom: auto;
            width: 100%;
            padding: 15px 25px;
        }

        #primary.page-with-sidebar .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-title h4 span.sticky-post {
            z-index: 9;
        }

        #primary.page-with-sidebar .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > .entry-thumb + div:nth-child(2) {
            margin-top: 5px;
        }

    .dt-sc-overlay-ii-style.dt-sc-post-entry[class*="entry-cover-layout"]:not(.dt-sc-one-third) .blog-entry {
        padding: 30px 0 0;
    }

    .dt-sc-modern-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories,
    .dt-sc-modern-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags,
    .dt-sc-modern-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-author,
    .dt-sc-modern-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-likes-views,
    .dt-sc-modern-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-comments {
        left: auto;
        right: 5px;
    }

        .dt-sc-modern-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories a,
        .dt-sc-modern-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags a,
        .dt-sc-modern-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-author a,
        .dt-sc-modern-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-likes-views a,
        .dt-sc-modern-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-comments a {
            float: right;
            margin: 0 0 5px 2px;
        }

    #primary.page-with-sidebar .dt-sc-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb {
        border-style: solid;
        border-width: 0 0 4px 0;
    }

    div[class*="dt-sc-"].dt-sc-minimal-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div,
    div[class*="dt-sc-"].dt-sc-classic-ii-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div {
        padding: 0;
    }

    .dt-sc-overlay-style.dt-sc-post-entry.entry-cover-layout.dt-sc-one-third:not(.aligncenter) .blog-entry .entry-details {
        width: 90%;
    }

    .dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-left-thumb .blog-entry {
        text-align: left;
    }

    .dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-right-thumb .blog-entry {
        text-align: right;
    }

    #primary.page-with-sidebar .dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-list-layout.entry-left-thumb .blog-entry,
    #primary.with-both-sidebar .dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-list-layout.entry-left-thumb .blog-entry {
        text-align: left;
    }

    #primary.page-with-sidebar .dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry,
    #primary.with-both-sidebar .dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry {
        text-align: right;
    }

    .dt-sc-one-third.dt-sc-title-overlap-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div,
    .dt-sc-one-third.dt-sc-title-overlap-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:last-child,
    .dt-sc-one-third.dt-sc-title-overlap-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-last-child(-n + 2) {
        margin-bottom: 10px;
    }

    #primary.page-with-sidebar .dt-sc-title-overlap-style.dt-sc-post-entry.entry-left-thumb .blog-entry {
        text-align: left;
    }

    #primary.page-with-sidebar .dt-sc-title-overlap-style.dt-sc-post-entry.entry-right-thumb .blog-entry {
        text-align: right;
    }

    #primary.page-with-sidebar .dt-sc-title-overlap-style.dt-sc-post-entry.entry-left-thumb .blog-entry > div.entry-title {
        margin-left: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    #primary.page-with-sidebar .dt-sc-title-overlap-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-title {
        margin-right: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .page-with-sidebar .tpl-blog-holder .dt-sc-one-half,
    .page-with-sidebar .tpl-blog-holder .dt-sc-one-third {
        width: 100%;
    }

    .tpl-blog-holder .column {
        margin-bottom: 0;
    }

    .tpl-blog-holder .dt-sc-one-half,
    .tpl-blog-holder .dt-sc-one-third {
        width: 100%;
    }

    .dt-sc-post-entry.entry-list-layout .blog-entry,
    .dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry,
    .dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry,
    .dt-sc-classic-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry {
        padding: 300px 0 0 0;
        text-align: center;
    }

        .dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb,
        .dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb,
        .dt-sc-classic-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb {
            height: auto;
            min-height: 300px;
            position: absolute;
            top: 0;
            width: 100%;
        }

        .dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-format {
            left: 0;
            right: auto;
        }

    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-meta-group .entry-author {
        position: relative;
    }

        .dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-meta-group .entry-author a {
            left: 54px;
            overflow: hidden;
            position: absolute;
            table-layout: fixed;
            text-overflow: ellipsis;
            top: 9px;
            white-space: nowrap;
            width: 50%;
            word-break: break-all;
            word-wrap: break-word;
        }

    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group div.entry-author:nth-child(even) a {
        left: auto;
        overflow: hidden;
        position: relative;
        right: 0;
        top: 7px;
        width: auto;
    }

    .dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb,
    .dt-sc-classic-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb {
        margin-bottom: 35px;
    }

    .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image,
    .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .bx-wrapper,
    .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .bx-wrapper .bx-viewport,
    .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .bx-wrapper .entry-gallery-post-slider,
    .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .dt-video-wrap,
    .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .dt-video-wrap .fluid-width-video-wrapper,
    .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .dt-video-wrap .wp-video,
    .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .dt-video-wrap .wp-video .mejs-container,
    .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .dt-video-wrap .wp-video-shortcode video,
    .dt-sc-post-entry:not(.entry-grid-layout) .blog-entry .entry-thumb .blog-image .dt-video-wrap video.wp-video-shortcode {
        height: 300px !important;
    }

    .dt-sc-simple-style.dt-sc-post-entry.entry-list-layout .blog-entry > div:nth-child(2) {
        margin-top: 25px;
    }

    .dt-sc-simple-style.dt-sc-post-entry.entry-list-layout .blog-entry > div:last-child {
        margin-bottom: 0;
    }

    .dt-sc-simple-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-body:last-child p {
        margin-bottom: 0;
    }

    .dt-sc-simple-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div,
    .dt-sc-simple-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(odd),
    .dt-sc-simple-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(even),
    .dt-sc-simple-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div,
    .dt-sc-simple-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:nth-child(odd),
    .dt-sc-simple-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:nth-child(even) {
        display: inline-block;
        float: none;
        margin-left: 0;
        margin-right: 25px;
    }

        .dt-sc-simple-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:last-child,
        .dt-sc-simple-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(odd):last-child,
        .dt-sc-simple-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(even):last-child,
        .dt-sc-simple-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div,
        .dt-sc-simple-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:nth-child(odd):last-child,
        .dt-sc-simple-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:nth-child(even):last-child {
            margin-right: 0;
        }

            .dt-sc-simple-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:after,
            .dt-sc-simple-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:not(:last-child):after {
                left: auto;
                right: -15px;
            }

    .dt-sc-simple-style.dt-sc-post-entry .blog-entry > div:not(.entry-thumb),
    .dt-sc-simple-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group,
    .dt-sc-simple-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry > div.entry-meta-group,
    #primary.with-both-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:last-child {
        padding: 0 20px;
    }

    .dt-sc-simple-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div.entry-social-share {
        margin-bottom: 10px;
    }

    .dt-sc-simple-style.dt-sc-post-entry.entry-list-layout .blog-entry {
        margin-bottom: 50px;
    }

    #primary.page-with-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:not(:last-child),
    .dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:last-child {
        margin-bottom: 25px;
        margin-top: 0;
    }

    .dt-sc-simple-style.dt-sc-post-entry.entry-list-layout .blog-entry > div:last-child,
    #primary.page-with-sidebar .dt-sc-simple-style.dt-sc-post-entry.entry-list-layout .blog-entry > div:last-child {
        margin-top: 0;
        padding: 0 20px;
    }

    #primary:not(.page-with-sidebar) .dt-sc-simple-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group:not(:last-child),
    #primary:not(.page-with-sidebar) .dt-sc-simple-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-body:last-child {
        margin-bottom: 10px;
    }

    .dt-sc-simple-style.dt-sc-post-entry.entry-list-layout:not(.entry-right-thumb) .blog-entry > .entry-thumb + div.entry-meta-group,
    .dt-sc-simple-style.dt-sc-post-entry.entry-list-layout:not(.entry-right-thumb) .blog-entry > div.entry-meta-group:first-child {
        width: 100%;
    }

    #primary:not(.page-with-sidebar) .dt-sc-simple-style.dt-sc-post-entry.entry-list-layout .blog-entry > .entry-thumb + div.entry-meta-group,
    #primary:not(.page-with-sidebar) .dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout .blog-entry > .entry-thumb + div.entry-meta-group {
        margin-top: 25px;
    }

    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-format {
        bottom: -35px;
        left: 0;
        margin: 0 auto;
        right: 0;
        text-align: center;
        top: auto;
        width: 100%;
    }

    div[class*="dt-sc-fadein"].dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .entry-format,
    div[class*="dt-sc-scale"].dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .entry-format,
    div[class*="rotate"].dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .entry-format,
    div[class*="dt-sc-fadein"].dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb .entry-format,
    div[class*="dt-sc-scale"].dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb .entry-format,
    div[class*="rotate"].dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb .entry-format,
    .dt-sc-flash-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .entry-format,
    .dt-sc-circle-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .entry-format,
    .dt-sc-middle-radial-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb .entry-format,
    .dt-sc-flash-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb .entry-format,
    .dt-sc-circle-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb .entry-format,
    .dt-sc-middle-radial-overlay.dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb .entry-format {
        bottom: -5px;
        right: 0;
        top: auto;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }

    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-format a {
        display: inline-block;
        float: none;
    }

    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-categories,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-tags,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-author,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-likes-views,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-comments {
        bottom: auto;
        left: auto;
        padding: 20px 20px 0 0;
        right: 0;
        top: 0;
    }

    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-author,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-likes-views,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-comments,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-categories,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-tags,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-author,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-likes-views,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-comments {
        width: 50%;
    }

    .dt-sc-overlap-style.dt-sc-post-entry.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories a,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags a,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-author a,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-likes-views .dt-sc-like-views > div,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-right-thumb .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-comments a {
        float: left;
    }

    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-categories a,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-tags a,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-author a,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-likes-views a,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-comments a {
        float: right;
        margin-left: 5px;
        margin-right: 0;
    }

    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-date {
        top: 20px;
        bottom: auto;
        right: 20px;
        left: auto;
        max-width: 50%;
    }

    .dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry > div.entry-author > a,
    .dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry > div.entry-likes-views .dt-sc-like-views > div,
    .dt-sc-content-overlay-style.dt-sc-post-entry .blog-entry > div.entry-comments > a {
        display: inline-block;
        float: none;
    }

    .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-thumb:before {
        background-color: #fff;
        bottom: 0;
        box-shadow: 0 0 13px 5px rgba(188, 188, 188, 0.3);
        -webkit-box-shadow: 0 0 13px 5px rgba(188, 188, 188, 0.3);
        content: "";
        display: block;
        height: 17px;
        left: 5%;
        position: absolute;
        right: auto;
        top: auto;
        width: 90%;
        z-index: 9;
    }

    .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-thumb {
        margin-bottom: -20px;
        margin-right: 0;
    }

    .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > .entry-thumb + div:nth-child(2) {
        margin-top: 0;
    }

    .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > .entry-thumb .bx-controls a {
        bottom: 30px;
    }

    #primary.page-with-sidebar .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div:not(.entry-thumb) {
        padding: 0 25px;
    }

    .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry > div.entry-thumb:before {
        margin: 0 auto;
        right: 0;
    }

    .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-title h4 span.sticky-post,
    .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-title h4 span.sticky-post {
        left: 0;
        margin: 0 auto;
        opacity: 0.3;
        right: 0;
        transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
    }

        .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-title h4 span.sticky-post + a {
            margin-left: 0;
        }

        .dt-sc-content-overlay-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-title h4 span.sticky-post + a {
            margin-right: 0;
        }

    .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout:before {
        left: 0;
    }

    .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div:nth-child(2),
    #primary:not(.page-with-sidebar) .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group:not(:last-child) {
        margin-top: 25px;
    }

    .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-body:last-child p {
        margin-bottom: 0;
    }

    .dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div,
    .dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(odd),
    .dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(even),
    .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div,
    .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:nth-child(odd),
    .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:nth-child(even) {
        display: inline-block;
        float: none;
        margin-left: 0;
        margin-right: 25px;
    }

        .dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:last-child,
        .dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(odd):last-child,
        .dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(even):last-child,
        .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div,
        .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:nth-child(odd):last-child,
        .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:nth-child(even):last-child {
            margin-right: 0;
        }

            .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:after,
            .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-meta-group > div:not(:last-child):after {
                left: auto;
                right: -15px;
            }

        .dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div.entry-social-share {
            margin-bottom: 10px;
        }

    .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry {
        margin-bottom: 50px;
    }

    #primary.page-with-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:not(:last-child),
    .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group:last-child {
        margin-bottom: 25px;
        margin-top: 0;
    }

    .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div:last-child,
    #primary.page-with-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div:last-child {
        margin-top: 0;
    }

    .dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry div.entry-meta-group + div.entry-button:last-child,
    #primary.page-with-sidebar .dt-sc-simple-withbg-style.dt-sc-post-entry .blog-entry div.entry-meta-group + div.entry-button:last-child {
        margin-top: 10px;
    }

    #primary:not(.page-with-sidebar) .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group:not(:last-child) {
        margin-top: 5px;
    }

    .dt-sc-alternate-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-format {
        left: 50%;
    }

    .dt-sc-alternate-style.dt-sc-post-entry.entry-list-layout .entry-title h4 a:before {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .dt-sc-classic-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div,
    .dt-sc-classic-style.dt-sc-post-entry .blog-entry.entry-right-thumb > div.entry-meta-group > div,
    .dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group > div,
    .dt-sc-classic-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry > div.entry-meta-group > div {
        float: none;
        display: inline-block;
    }

    .dt-sc-classic-style.dt-sc-post-entry.alignleft .blog-entry > div.entry-meta-group > div,
    .dt-sc-classic-style.dt-sc-post-entry.alignleft .blog-entry.entry-right-thumb > div.entry-meta-group > div,
    .dt-sc-classic-style.dt-sc-post-entry.alignleft.entry-list-layout .blog-entry > div.entry-meta-group > div,
    .dt-sc-classic-style.dt-sc-post-entry.alignleft.entry-list-layout.entry-right-thumb .blog-entry > div.entry-meta-group > div {
        float: left;
    }

    .dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-title,
    .dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-body,
    .dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-button,
    .dt-sc-classic-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group {
        padding-right: 5%;
        padding-left: 5%;
    }

    .dt-sc-classic-style.dt-sc-post-entry.alignnone .blog-entry > div.entry-meta-group > div {
        float: left;
    }

    .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > .entry-meta-group > div:last-child {
        margin-right: 0;
    }

    .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-thumb:first-child + .entry-meta-group {
        padding: 5px 20px 0 10px;
    }

    .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-thumb .entry-format a {
        margin: 9px;
    }

    .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout.alignright .blog-entry .entry-thumb:first-child + .entry-meta-group {
        padding: 15px 15px 0 20px;
    }

    .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout.has-post-thumbnail .blog-entry > .entry-meta-group > div {
        font-size: 12px;
        margin-bottom: 7px;
        margin-right: 7px;
    }

    .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > .entry-meta-group > div:last-child {
        margin-right: 0;
    }

    .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-format a,
    .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-format a {
        height: 35px;
        line-height: 35px;
        width: 35px;
    }

        .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry .entry-format a:before,
        .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-format a:before {
            line-height: 35px;
            font-size: 16px;
        }

    .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > .entry-meta-group > div {
        margin-right: 7.5px;
        margin-bottom: 7.5px;
    }

    #primary.page-with-sidebar .dt-sc-one-half.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout .blog-entry > .entry-meta-group > div {
        font-size: 12px;
        margin-bottom: 8px;
        margin-right: 8px;
    }

    #primary.page-with-sidebar .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout.alignright .blog-entry > .entry-meta-group > div,
    #primary.page-with-sidebar .dt-sc-one-half.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout.alignright .blog-entry > .entry-meta-group > div {
        margin-left: 4px;
    }

    #primary.page-with-sidebar .dt-sc-one-half.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout.alignright .blog-entry .entry-title h4 span.sticky-post {
        right: auto;
        left: 2px;
    }

    .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail {
        padding: 320px 0 0 0;
    }

    .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-format {
        bottom: 0;
        top: auto;
    }

    .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb:first-child + .entry-meta-group {
        top: 0;
        bottom: auto;
        width: 100%;
        padding: 15px 25px;
    }

    .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-title h4 span.sticky-post {
        z-index: 9;
    }

    #primary.page-with-sidebar .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry > .entry-thumb + div:nth-child(2) {
        margin-top: 5px;
    }

    .dt-sc-overlay-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-thumb,
    .dt-sc-overlay-style.dt-sc-post-entry.entry-list-layout.entry-right-thumb .blog-entry .entry-thumb {
        border-style: solid;
        border-width: 0 0 4px 0;
    }

    .dt-sc-classic-ii-style.dt-sc-post-entry:not(.entry-grid-layout) .blog-entry,
    .dt-sc-classic-ii-style.dt-sc-post-entry.entry-right-thumb:not(.entry-grid-layout) .blog-entry {
        padding: 300px 0 0 0;
    }

    .dt-sc-overlay-style.dt-sc-post-entry.entry-cover-layout.dt-sc-one-third:not(.aligncenter) .blog-entry .entry-details {
        bottom: 2%;
        width: 95%;
    }

    .dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-left-thumb .blog-entry {
        text-align: left;
    }

    .dt-sc-grungy-boxed-style.dt-sc-post-entry.entry-right-thumb .blog-entry {
        text-align: right;
    }

    #primary.with-both-sidebar .dt-sc-title-overlap-style.dt-sc-post-entry.entry-left-thumb .blog-entry,
    #primary.with-both-sidebar .dt-sc-title-overlap-style.dt-sc-post-entry.entry-right-thumb .blog-entry {
        text-align: center;
    }

    .dt-sc-title-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-thumb + div.entry-title,
    #primary.with-both-sidebar .dt-sc-title-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-thumb + div.entry-title {
        margin-top: 0;
        margin-bottom: 0;
        top: -25px;
    }

    .dt-sc-title-overlap-style.dt-sc-post-entry.entry-left-thumb .blog-entry > div.entry-title,
    .dt-sc-title-overlap-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-title,
    .dt-sc-title-overlap-style.dt-sc-post-entry.entry-left-thumb .blog-entry:not(.has-post-thumbnail) > div.entry-title,
    .dt-sc-title-overlap-style.dt-sc-post-entry.entry-right-thumb .blog-entry:not(.has-post-thumbnail) > div.entry-title,
    #primary.with-both-sidebar .dt-sc-title-overlap-style.dt-sc-post-entry.entry-left-thumb .blog-entry > div.entry-title,
    #primary.with-both-sidebar .dt-sc-title-overlap-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-title {
        margin-left: 0;
        margin-right: 0;
        padding-left: 25px;
        padding-right: 25px;
        width: 75%;
    }

        .dt-sc-title-overlap-style.dt-sc-post-entry.entry-left-thumb .blog-entry > div.entry-title:before,
        .dt-sc-title-overlap-style.dt-sc-post-entry.entry-left-thumb .blog-entry > div.entry-title:after,
        .dt-sc-title-overlap-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-title:before,
        .dt-sc-title-overlap-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-title:after,
        #primary.with-both-sidebar .dt-sc-title-overlap-style.dt-sc-post-entry.entry-left-thumb .blog-entry > div.entry-title:before,
        #primary.with-both-sidebar .dt-sc-title-overlap-style.dt-sc-post-entry.entry-left-thumb .blog-entry > div.entry-title:after,
        #primary.with-both-sidebar .dt-sc-title-overlap-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-title:before,
        #primary.with-both-sidebar .dt-sc-title-overlap-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-title:after {
            left: 0;
            right: 0;
            width: auto;
        }

        .dt-sc-title-overlap-style.dt-sc-post-entry.entry-left-thumb .blog-entry > div.entry-title:after,
        .dt-sc-title-overlap-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-title:after,
        #primary.with-both-sidebar .dt-sc-title-overlap-style.dt-sc-post-entry.entry-left-thumb .blog-entry > div.entry-title:after,
        #primary.with-both-sidebar .dt-sc-title-overlap-style.dt-sc-post-entry.entry-right-thumb .blog-entry > div.entry-title:after {
            margin: 10px -10px -10px;
        }
}

@media only screen and (max-width: 479px) {
    .dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group,
    .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group,
    .dt-sc-post-entry:not(.entry-cover-layout) .blog-entry > div:not(.entry-thumb),
    .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:not(.entry-thumb),
    .dt-sc-post-entry.entry-cover-layout .blog-entry > div:not(.entry-details) {
        padding-left: 25px;
        padding-right: 25px;
    }

    .dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-format {
        padding: 0;
    }

    .dt-sc-post-entry:not(.entry-list-layout) .blog-entry .entry-title h4 {
        font-size: 22px;
    }

    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(even),
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even),
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(odd),
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd),
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    .dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even),
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    .dt-sc-boxed-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    .dt-sc-boxed-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd),
    .dt-sc-boxed-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group > div,
    .dt-sc-boxed-style.dt-sc-post-entry.entry-list-layout .blog-entry .entry-details > div.entry-meta-group > div {
        clear: both;
        display: inline-block;
        float: none;
        margin-bottom: 15px;
        text-align: inherit;
        width: 100%;
    }

    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:last-child,
    .dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:last-child,
    .dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:last-child {
        margin-bottom: 0;
    }

    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group .entry-author {
        position: relative;
    }

        .dt-sc-boxed-style.dt-sc-post-entry .blog-entry:not(.entry-list-layout) .entry-meta-group .entry-author a {
            overflow: visible;
            position: static;
            width: auto;
        }

    .dt-sc-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group:last-child > div:last-child {
        margin-bottom: 0;
    }

    .dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div,
    .dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    .dt-sc-simple-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(even) {
        margin-bottom: 5px;
    }

    .dt-sc-overlay-ii-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:last-child {
        margin-bottom: 10px;
    }

    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even),
    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd),
    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(even),
    .dt-sc-overlap-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    .dt-sc-overlap-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even),
    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(odd),
    .dt-sc-overlap-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd),
    .dt-sc-overlap-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd) {
        margin-bottom: 5px;
    }

        #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(even):last-child,
        #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even):last-child,
        #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even):last-child,
        #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(odd):last-child,
        #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd):last-child,
        #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd):last-child,
        .dt-sc-overlap-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(even):last-child,
        .dt-sc-overlap-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even):last-child,
        .dt-sc-overlap-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even):last-child,
        .dt-sc-overlap-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even):last-child,
        .dt-sc-overlap-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(odd):last-child,
        .dt-sc-overlap-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd):last-child,
        .dt-sc-overlap-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd):last-child {
            margin-right: 0;
        }

    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:last-child,
    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:last-child,
    #primary.page-with-sidebar .dt-sc-overlap-style.dt-sc-one-third.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:last-child,
    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:last-child,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:last-child,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:last-child {
        margin-bottom: 0;
    }

    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories a,
    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags a,
    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-author a,
    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-likes-views .dt-sc-like-views > div,
    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-comments a,
    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-categories a,
    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-tags a,
    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-author a,
    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-likes-views .dt-sc-like-views > div,
    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-comments a,
    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-date,
    .dt-sc-overlap-style.dt-sc-post-entry .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-date,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories a,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags a,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-author a,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-likes-views .dt-sc-like-views > div,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-comments a,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-categories a,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-tags a,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-author a,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-likes-views .dt-sc-like-views > div,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-comments a,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-date,
    .dt-sc-overlap-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div + div.entry-date {
        font-size: 10px;
    }

    .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd),
    .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even) {
        clear: both;
        display: inline-block;
        float: none;
        margin-bottom: 10px;
        text-align: inherit;
        width: 100%;
    }

    .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details {
        min-height: auto;
    }

        .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details .entry-meta-group:last-child {
            bottom: 0;
            margin-bottom: 10px;
            position: relative;
        }

        .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div:nth-last-child(2):not(.entry-meta-group) {
            margin-bottom: 0;
        }

    .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div,
    .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    .dt-sc-simple-withbg-style.dt-sc-post-entry.entry-grid-layout .blog-entry > div.entry-meta-group > div:nth-child(even) {
        margin-bottom: 5px;
    }

    .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout.alignright .blog-entry .entry-thumb:first-child + .entry-meta-group {
        padding: 15px 15px 0 10px;
    }

    .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout.has-post-thumbnail .blog-entry > .entry-meta-group > div,
    .dt-sc-one-half.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout.has-post-thumbnail .blog-entry > .entry-meta-group > div {
        font-size: 12px;
        margin-bottom: 8px;
        margin-right: 8px;
    }

    .dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout.alignright .blog-entry > .entry-meta-group > div,
    .dt-sc-one-half.dt-sc-classic-overlay-style.dt-sc-post-entry.entry-grid-layout.alignright .blog-entry > .entry-meta-group > div {
        margin-left: 4px;
    }

    .dt-sc-overlay-ii-style.dt-sc-post-entry[class*="entry-cover-layout"]:not(.dt-sc-one-third) .blog-entry {
        padding: 30px 0 0;
    }

    .dt-sc-overlay-iii-style.dt-sc-post-entry.entry-list-layout .blog-entry > .entry-thumb:before {
        display: none;
    }

    .dt-sc-overlay-iii-style.dt-sc-post-entry.entry-list-layout .blog-entry > div.entry-meta-group {
        padding-top: 20px;
    }

    .dt-sc-modern-style.dt-sc-post-entry.entry-right-thumb .blog-entry .entry-format {
        left: auto;
        right: 0;
    }

    .dt-sc-modern-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-categories,
    .dt-sc-modern-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-tags,
    .dt-sc-modern-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-author,
    .dt-sc-modern-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-likes-views,
    .dt-sc-modern-style.dt-sc-post-entry.entry-list-layout .blog-entry.has-post-thumbnail > div.entry-thumb:first-child + div.entry-comments {
        width: 50%;
    }
}
/*! /wp-content/cache/asset-cleanup/css/item/invico-contact-v1.0-4a2d9d96f050c2436235aea468811a1ddf6be0d7.css */
/*! /wp-content/themes/invico/css/contact.css */
.business-contact-form {
    background: #fff;
    padding: 30px 15px;
    margin: 0 0 10px;
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

    .business-contact-form h2 {
        font-size: 20px;
    }

    .business-contact-form:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border: 10px solid rgba(255, 255, 255, 0.4);
        left: -10px;
        top: -10px;
    }

    .business-contact-form input[type="text"],
    .business-contact-form input[type="email"],
    .business-contact-form textarea {
        background: rgba(0, 0, 0, 0.02);
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 3px;
        padding: 19px 15px 18px;
    }

    .business-contact-form textarea {
        height: 134px;
    }

    .business-contact-form input[type="submit"] {
        margin-top: 20px;
        padding: 20px 20px 17px;
        font-size: 18px;
        font-weight: 400;
        text-transform: none;
        width: 100%;
    }

    .business-contact-form input[type="text"]:focus,
    .business-contact-form input[type="email"]:focus,
    .business-contact-form textarea:focus {
        border: 1px solid rgba(0, 0, 0, 0.2);
    }

.business-contact-social li {
    margin: 0 30px;
}

    .business-contact-social li a {
        font-size: 20px;
        color: #000;
    }

.attorney-contact-form input[type="text"],
.attorney-contact-form input[type="email"],
.attorney-contact-form input[type="tel"],
.attorney-contact-form textarea,
.attorney-contact-form select {
    border: 0;
    border-bottom: 1px solid #000;
    color: #000;
    padding: 15px 0;
    font-size: 16px;
}

.attorney-contact-form {
    margin: 0 auto;
    text-align: center;
    width: 70%;
}

    .attorney-contact-form textarea {
        height: 53px;
    }

    .attorney-contact-form input[type="submit"] {
        border-radius: 0;
        background: #000;
        margin: 20px 20px 0 0;
        padding: 16px 30px;
        float: none;
    }

        .attorney-contact-form input[type="submit"]:hover {
            background: #cda85c;
        }

    .attorney-contact-form .selection-box:after {
        content: none;
    }

.secondary-sidebar .attorney-contact-form {
    width: 100%;
}

    .secondary-sidebar .attorney-contact-form input[type="submit"] {
        float: left;
    }

.event-contact-form input[type="text"],
.event-contact-form input[type="email"],
.event-contact-form input[type="tel"],
.event-contact-form textarea {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 14px 15px 13px;
    border-radius: 5px;
}

.event-contact-form textarea {
    height: 153px;
}

.event-contact-form input[type="submit"] {
    float: right;
    text-transform: none;
    margin: 20px 0 0;
    font-size: 16px;
    font-weight: 400;
}

.fitness-form h2 {
    color: #eb0029;
    font-weight: 600;
}

.fitness-form .form-field {
    position: relative;
    margin: 12px 0 0;
    float: left;
    clear: both;
    width: 100%;
}

.fitness-form span.fa,
.fitness-form span.icon {
    position: absolute;
    left: 15px;
    top: 15px;
    color: rgba(0, 0, 0, 0.2);
    font-size: 16px;
    z-index: 9;
    color: #161616;
}

.fitness-form input[type="text"],
.fitness-form input[type="email"],
.fitness-form input[type="tel"],
.fitness-form textarea {
    padding: 13px 0 13px 40px;
    text-transform: capitalize;
    font-size: 14px;
    border-width: 0 0 3px 0;
    border-color: #ebeef0;
    margin-bottom: 5px;
    color: #000;
}

    .fitness-form input[type="text"]:hover,
    .fitness-form input[type="email"]:hover,
    .fitness-form input[type="tel"]:hover,
    .fitness-form textarea:hover {
        border-color: #161616;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

.fitness-form input[type="submit"] {
    border-radius: 0;
    float: right;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-top: 20px;
    font-size: 16px;
    padding: 16px 30px;
}

.fitness-form textarea {
    height: 120px;
}

.fitness-contact-info .dt-sc-contact-info {
    font-size: 16px;
}

    .fitness-contact-info .dt-sc-contact-info p b {
        color: #666;
    }

    .fitness-contact-info .dt-sc-contact-info span {
        font-size: 18px;
        color: #eb0029;
        margin: 1px 10px 30px 0;
    }

    .fitness-contact-info .dt-sc-contact-info h6 {
        font-size: 18px;
        margin-bottom: 10px;
    }

.fitness-contact-info .dt-sc-sociable li a {
    color: #161616;
}

    .fitness-contact-info .dt-sc-sociable li a:hover {
        color: #fff;
    }

.fitness-contact-boxes .wpb_text_column {
    width: 20.5%;
    float: left;
    margin-bottom: 0;
}

    .fitness-contact-boxes .wpb_text_column:nth-child(2),
    .fitness-contact-boxes .wpb_text_column:last-child {
        width: 23.1%;
        float: left;
        padding-left: 30px;
    }

    .fitness-contact-boxes .wpb_text_column:nth-child(3) {
        width: 12.8%;
        float: left;
        padding-top: 85px;
    }

.fitness-form-container.extend-bg-fullwidth-right:after {
    background: #fff;
}

.hosting-contact-form input[type="submit"] {
    width: 100%;
    padding: 15px 20px 13px;
    margin-top: 15px;
}

.hosting-contact-form textarea {
    height: 196px;
}

.restaurant-contact-form {
    width: 100%;
    float: right;
    max-width: 570px;
    padding: 30px 0 0;
}

    .restaurant-contact-form h3 {
        margin-bottom: 25px;
        padding-left: 10px;
    }

    .restaurant-contact-form input[type="text"],
    .restaurant-contact-form input[type="email"],
    .restaurant-contact-form input[type="tel"],
    .restaurant-contact-form textarea {
        background: none;
        border-color: rgba(255, 255, 255, 0.2);
        color: #fff;
    }

        .restaurant-contact-form input[type="text"]:focus,
        .restaurant-contact-form input[type="email"]:focus,
        .restaurant-contact-form input[type="tel"]:focus,
        .restaurant-contact-form textarea:focus {
            border-color: #b48b3c;
        }

    .restaurant-contact-form input[type="submit"] {
        margin-top: 0;
        float: right;
    }

.restaurant-contact-bg:before {
    content: "";
    position: absolute;
    right: -201px;
    top: 0;
    background: url(../../../themes/invico/css/images/slanting-bg.html) no-repeat;
    width: 201px;
    height: 525px;
    z-index: 9;
}

.dt-sc-contact-details-on-map {
    position: relative;
}

    .dt-sc-contact-details-on-map:after {
        background: rgba(0, 0, 0, 0.8);
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .dt-sc-contact-details-on-map.hide-overlay:after {
        display: none;
    }

    .dt-sc-contact-details-on-map .map {
        width: 100%;
    }

    .dt-sc-contact-details-on-map .dt-sc-map-overlay {
        padding: 72px 0 0;
    }

    .dt-sc-contact-details-on-map .back-to-contact {
        display: none;
    }

        .dt-sc-contact-details-on-map .back-to-contact span {
            background: #b48b3c;
            border: 2px solid #b48b3c;
            border-radius: 50%;
            color: #fff;
            float: left;
            font-size: 28px;
            height: 60px;
            left: 0;
            line-height: 60px;
            margin: auto;
            position: absolute;
            right: 0;
            text-align: center;
            top: -30px;
            width: 60px;
            z-index: 99;
        }

    .dt-sc-contact-details-on-map .section-wrapper.dt-sc-map-overlay {
        right: 0;
        margin: auto;
        max-width: 1170px;
    }

    .dt-sc-contact-details-on-map .dt-sc-map-overlay:after {
        left: 100%;
        right: inherit;
    }

.vc_row.vc_row-no-padding .dt-sc-map-overlay .wpb_column.vc_col-sm-3 {
    padding-left: 15px;
    padding-right: 15px;
}

.dt-location-map .gm-style .gm-style-iw-c {
    background-color: #fff !important;
    font-size: 16px;
    line-height: 32px;
    overflow: visible;
    padding: 22px 25px !important;
    left: 10px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.dt-location-map .gm-style .gm-style-iw-d {
    font-weight: 400;
}

.dt-location-map .gm-style .gm-ui-hover-effect {
    opacity: 1;
}

.dt-location-map .gm-style .gm-style-iw-c,
.dt-location-map .gm-style .gm-style-iw-t:after {
    top: -10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.spa-contact-form input[type="text"],
.spa-contact-form input[type="tel"],
.spa-contact-form input[type="email"],
.spa-contact-form textarea {
    border-color: #ffc9d4;
    font-family: 'Recursive', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    border-radius: 15px 0;
}

    .spa-contact-form input[type="text"]:focus,
    .spa-contact-form input[type="tel"]:focus,
    .spa-contact-form input[type="email"]:focus,
    .spa-contact-form textarea:focus {
        border-color: #ef577a;
    }

.university-contact-form .form-field,
.university-contact-form .button-field {
    position: relative;
    float: left;
    clear: both;
    margin: 0 0 20px;
    width: 100%;
}

    .university-contact-form .form-field i,
    .university-contact-form .button-field i {
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 23px;
        color: #1c3f55;
        z-index: 9;
        font-weight: 700;
    }

    .university-contact-form .form-field input[type="text"],
    .university-contact-form .form-field input[type="tel"],
    .university-contact-form .form-field input[type="email"],
    .university-contact-form textarea,
    .university-contact-form .form-field select {
        padding: 16px 30px 15px 12px;
        color: #1c3f55;
        font-weight: 400;
        font-family: 'Recursive', sans-serif;
    }

.university-contact-form textarea {
    height: 205px;
}

.university-contact-form .button-field {
    margin: 10px 0 0;
}

    .university-contact-form .button-field input[type="submit"] {
        padding: 0 48px 0 20px;
        width: 100%;
        color: #fff;
        height: 49px;
        line-height: 49px;
        border-radius: 0;
    }

    .university-contact-form .button-field i {
        color: #463839;
        right: 0;
        top: 10px;
        width: 48px;
        height: 49px;
        line-height: 49px;
        text-align: center;
    }

.dt-sc-newsletter-section.yoga-expert-form .dt-sc-subscribe-frm {
    width: 100%;
    float: left;
}

.dt-sc-newsletter-section.yoga-expert-form {
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .dt-sc-newsletter-section.yoga-expert-form .dt-sc-subscribe-frm input[type="email"] {
        border: 1px solid #c8dcdf;
        border-radius: 5px;
        width: 50%;
        float: left;
        margin: 0 20px 0 0;
    }

    .dt-sc-newsletter-section.yoga-expert-form .dt-sc-subscribe-frm input[type="submit"] {
        background: #927d7d;
        clear: none;
        padding: 17px 20px;
        margin: 0;
        border-radius: 3px;
    }

        .dt-sc-newsletter-section.yoga-expert-form .dt-sc-subscribe-frm input[type="submit"]:hover {
            background: #3c939d;
        }

.yoga-contact-form input[type="text"],
.yoga-contact-form input[type="email"],
.yoga-contact-form input[type="tel"],
.yoga-contact-form textarea {
    border-color: #c8dcdf;
    border-radius: 5px;
}

.yoga-contact-form input[type="submit"] {
    background: #927d7d;
    margin: 20px 0 0;
}

    .yoga-contact-form input[type="submit"]:hover {
        background: #3c939d;
    }

.yoga-contact-form textarea {
    height: 100px;
}

.nightclub-contact {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
}

.nightclub-contact-info {
    width: 23%;
    float: left;
    margin: 0 2.5% 0 0;
    padding: 20px 0 67px;
    border-bottom: 1px solid #000;
}

    .nightclub-contact-info .dt-sc-contact-info {
        font-size: 16px;
        line-height: 34px;
    }

        .nightclub-contact-info .dt-sc-contact-info span {
            color: #c09245;
            font-size: 24px;
        }

            .nightclub-contact-info .dt-sc-contact-info span.icon-pointer {
                font-size: 30px;
            }

            .nightclub-contact-info .dt-sc-contact-info span.icon-phone2 {
                margin-bottom: 45px;
            }

            .nightclub-contact-info .dt-sc-contact-info span.icon-plaine {
                margin-bottom: 10px;
            }

        .nightclub-contact-info .dt-sc-contact-info a {
            color: #000;
        }

            .nightclub-contact-info .dt-sc-contact-info a:hover {
                color: #c09245;
            }

.nightclub-working-hours {
    color: #fff;
    background: #000;
    padding: 30px;
    width: 32%;
    float: left;
    margin: 0 2.5% 0 0;
}

    .nightclub-working-hours h2 {
        color: #fff;
    }

    .nightclub-working-hours ul {
        float: left;
        clear: both;
        margin: 10px 0 0;
        width: 100%;
    }

    .nightclub-working-hours li {
        font-size: 16px;
        display: block;
        clear: both;
        color: #c09245;
        padding: 0;
        margin: 0;
    }

        .nightclub-working-hours li span {
            color: #fff;
            width: 120px;
            display: inline-block;
        }

.nightclub-booking-form {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .nightclub-booking-form p {
        margin-bottom: 20px;
        float: left;
        clear: both;
        width: 100%;
        position: relative;
    }

        .nightclub-booking-form p.date:before,
        .nightclub-booking-form p.time:before {
            position: absolute;
            right: 14px;
            top: 9px;
            color: #fff;
            font-size: 25px;
            font-family: FontAwesome;
        }

        .nightclub-booking-form p.date:before {
            content: "\f073";
        }

        .nightclub-booking-form p.time:before {
            content: "\f017";
        }

        .nightclub-booking-form p label {
            float: left;
            width: 35%;
            padding: 0 10px 0 0;
            color: #fff;
            font-size: 16px;
            line-height: 52px;
        }

    .nightclub-booking-form input[type="text"],
    .nightclub-booking-form input[type="tel"],
    .nightclub-booking-form input[type="date"] {
        width: 65%;
        background: rgba(255, 255, 255, 0.1);
        float: left;
        color: #fff;
        font-size: 16px;
        font-family: 'Recursive', sans-serif;
    }

    .nightclub-booking-form input[type="submit"] {
        font-size: 30px;
        text-transform: none;
        font-weight: 400;
        float: right;
        border-radius: 0;
        margin: 10px -105px 0 0;
    }

.nightclub-contact-form {
    width: 40%;
    float: left;
    margin: 0;
    padding: 45px 45px 30px;
    position: relative;
    background: #f2f2f2;
    margin: -192px 0 0;
}

    .nightclub-contact-form:before {
        border: 4px solid #000;
        content: "";
        height: auto;
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        top: 20px;
        width: auto;
    }

    .nightclub-contact-form p {
        font-size: 14px;
        color: rgba(0, 0, 0, 0.5);
        line-height: 24px;
        position: relative;
        z-index: 1;
    }

    .nightclub-contact-form form {
        float: left;
        clear: both;
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .nightclub-contact-form input[type="text"],
    .nightclub-contact-form input[type="email"],
    .nightclub-contact-form input[type="tel"],
    .nightclub-contact-form textarea {
        background: none;
        border: none;
        border-bottom: 1px solid #000;
        font-size: 16px;
        color: #000;
        padding: 16px 12px 8px 0;
        margin-bottom: 7px;
    }

    .nightclub-contact-form textarea {
        height: 150px;
    }

    .nightclub-contact-form input[type="submit"] {
        border-radius: 0;
        width: 100%;
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        margin: 40px 0 0;
        padding: 18px 20px 17px;
    }

.architecture-contact-form input[type="text"],
.architecture-contact-form input[type="email"],
.architecture-contact-form input[type="tel"],
.architecture-contact-form textarea {
    border: 0;
    border-bottom: 1px solid #000;
    color: #000;
    padding: 15px 0 10px 30px;
    font-size: 14px;
    background: none;
}

.architecture-contact-form textarea {
    height: 130px;
}

.architecture-contact-form input[type="submit"] {
    float: right;
    border-radius: 0;
    background: #000;
    color: #fff;
    font-weight: 400;
    margin: 20px 0 0 20px;
    padding: 16px 30px;
}

    .architecture-contact-form input[type="submit"]:hover {
        background: #ffe401;
        color: #000;
    }

.architecture-contact-form .form-field {
    position: relative;
    margin: 0;
    float: left;
    clear: both;
    width: 100%;
}

.architecture-contact-form span.fa {
    position: absolute;
    left: 0;
    top: 15px;
    color: #000;
    font-size: 16px;
}

.insurance-contact-form input[type="text"],
.insurance-contact-form input[type="email"],
.insurance-contact-form textarea {
    background: rgba(0, 0, 0, 0.02);
}

.insurance-contact-form input[type="submit"] {
    margin-top: 20px;
    width: 100%;
    font-size: 16px;
    padding: 17px 20px 16px;
}

.insurance-contact-form textarea {
    height: 122px;
}

.insurance-custom-tab .dt-sc-tabs-horizontal-frame-content {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
    border-radius: 0 0 3px 3px;
    padding: 25px;
}

.insurance-quote-form {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .insurance-quote-form label {
        margin-bottom: 5px;
        display: inline-block;
    }

    .insurance-quote-form .radio-label {
        clear: both;
        margin: 0;
    }

        .insurance-quote-form .radio-label .wpcf7-list-item {
            position: relative;
            clear: both;
            display: inline-block;
        }

            .insurance-quote-form .radio-label .wpcf7-list-item label:before {
                content: "";
                position: absolute;
                left: 5px;
                top: 7px;
                width: 14px;
                height: 14px;
                border: 1px solid rgba(0, 0, 0, 0.2);
                background: #fff;
                border-radius: 50%;
            }

        .insurance-quote-form .radio-label input[type="radio"] {
            width: 30px;
        }

        .insurance-quote-form .radio-label .wpcf7-list-item-label {
            position: relative;
            min-width: 40px;
            display: inline-block;
            line-height: 29px;
            margin: 0;
        }

            .insurance-quote-form .radio-label .wpcf7-list-item-label:before {
                opacity: 0;
            }

        .insurance-quote-form .radio-label input[type="radio"]:checked + .wpcf7-list-item-label:before {
            content: "";
            position: absolute;
            left: -23px;
            top: 2px;
            bottom: 0;
            margin: auto;
            width: 6px;
            height: 6px;
            background: #008bd3;
            border-radius: 50%;
            opacity: 1;
        }

        .insurance-quote-form .radio-label .wpcf7-list-item.last input[type="radio"]:checked + .wpcf7-list-item-label:before {
            left: -31px;
        }

    .insurance-quote-form input[type="text"],
    .insurance-quote-form input[type="tel"],
    .insurance-quote-form input[type="date"],
    .insurance-quote-form select {
        background: rgba(0, 0, 0, 0.02);
    }

    .insurance-quote-form .checkbox-label input[type="checkbox"] {
        position: absolute;
        left: 0;
        top: 2px;
    }

    .insurance-quote-form .checkbox-label span {
        line-height: 20px;
        float: left;
        padding: 0 0 0 23px;
    }

    .insurance-quote-form .checkbox-label {
        font-size: 12px;
        color: #222;
        position: relative;
        clear: both;
        display: inline-block;
    }

    .insurance-quote-form input[type="submit"] {
        border-radius: 0;
        padding: 14px 20px;
    }

.wpcf7-form.hotel-contact-form p {
    position: relative;
    margin-bottom: 10px;
}

.hotel-contact-form p span.fa {
    position: absolute;
    right: 15px;
    top: 17px;
    color: rgba(0, 0, 0, 0.2);
    font-size: 16px;
    z-index: 1;
}

.hotel-contact-form p textarea {
    height: 120px;
}

.hotel-contact-form p input[type="submit"] {
    float: right;
    margin: 15px 0 0 10px;
    border-radius: 0;
}

.hotel-contact-form p .clear {
    background: #000;
}

    .hotel-contact-form p .clear:hover {
        background: #c09245;
    }

.plumber-contact-form {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    text-align: center;
}

    .plumber-contact-form form {
        width: 50%;
        display: inline-block;
    }

        .plumber-contact-form form input[type="text"],
        .plumber-contact-form form input[type="email"],
        .plumber-contact-form form textarea {
            border-color: #e2ebf1;
            border-radius: 3px;
        }

        .plumber-contact-form form input[type="submit"] {
            width: 100%;
            font-size: 16px;
            font-weight: 700;
            background: none;
            color: #15a7e1;
            border: 1px solid #15a7e1;
            box-shadow: 3px 3px 0 0 #1297cc;
            padding: 16px 20px;
        }

            .plumber-contact-form form input[type="submit"]:hover {
                background: #15a7e1;
                color: #fff;
                box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
            }

.fashion-contact-details .dt-sc-contact-info span {
    font-size: 14px;
}

.fashion-contact-form input[type="submit"] {
    background: #000;
    float: right;
    font-family: 'Recursive', sans-serif;
    float: right;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 20px 12px;
}

    .fashion-contact-form input[type="submit"]:hover {
        background: #c3875f;
    }

.jewel-contact-form label {
    float: right;
    color: #000;
}

.jewel-contact-form input[type="submit"] {
    float: right;
    margin: 20px 0 0;
    padding: 17px 20px 15px;
}

.jewel-contact-form textarea {
    height: 306px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .restaurant-contact-bg:before {
        content: none;
    }

    .restaurant-contact-bg > .vc_column-inner {
        padding-right: 0 !important;
    }

    .restaurant-contact-form {
        float: none;
        display: block;
        max-width: 100%;
        margin: 0 auto;
        width: 80%;
    }

    .fitness-contact-boxes .wpb_text_column:nth-child(3) {
        padding-top: 55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .business-contact-social li {
        margin: 0 20px;
    }

    .plumber-contact-form form {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .restaurant-booking-form {
        padding: 0 50px;
    }

    .restaurant-contact-bg:before {
        content: none;
    }

    .restaurant-contact-bg > .vc_column-inner {
        padding-right: 0 !important;
    }

    .restaurant-contact-form {
        float: none;
        display: block;
        max-width: 100%;
        margin: 0 auto 20px;
        width: 80%;
    }

        .restaurant-contact-form .wpb_column {
            margin-bottom: 20px;
        }

    .dt-sc-contact-details-on-map:after {
        z-index: -1;
    }

    .dt-sc-contact-details-on-map .dt-sc-map-overlay {
        position: inherit;
    }

        .dt-sc-contact-details-on-map .dt-sc-map-overlay .dt-sc-contact-info.type3 {
            font-size: 13px;
        }

    .jewel-contact-form .vc_col-sm-2 {
        width: 30% !important;
    }

    .jewel-contact-form .vc_col-sm-10 {
        width: 70% !important;
    }

    .plumber-contact-form form {
        width: 100%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .rsvp-form {
        padding: 65px 35px;
    }

        .rsvp-form form:before {
            left: -81px;
        }

        .rsvp-form form:after {
            right: -164px;
        }
}

@media only screen and (max-width: 479px) {
    .attorney-contact-form {
        width: 100%;
    }

    .rsvp-form {
        padding: 65px 35px;
        width: 100%;
    }

        .rsvp-form form:before,
        .rsvp-form form:after {
            content: none;
        }
}

@media only screen and (max-width: 319px) {
    .business-contact-form {
        padding-left: 5px;
        padding-right: 5px;
    }

    .business-contact-social li {
        margin: 0 5px;
    }

    .jewel-contact-form {
        text-align: center;
    }

        .jewel-contact-form label {
            float: none;
        }

        .jewel-contact-form .vc_col-sm-2,
        .jewel-contact-form .vc_col-sm-10 {
            width: 100% !important;
        }

    .rsvp-form {
        padding: 65px 25px;
        margin-left: -15px;
        width: calc(100% + 30px);
    }

        .rsvp-form:before {
            height: auto;
            bottom: 5px;
            left: 5px;
            right: 5px;
            top: 5px;
            width: auto;
        }
}
/*! /wp-content/cache/asset-cleanup/css/item/invico-custom-class-v1.0-1840083971f42d810ed9b064baa48a3cfd597a58.css */
/*! /wp-content/themes/invico/css/custom-class.css */
a.video-image span:after {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.title_uppercase {
    text-transform: uppercase;
}

.title_bold {
    font-weight: 700;
}

.dt-header-section .elementor-widget-button a.elementor-button.elementor-size-sm {
    float: none;
    letter-spacing: 0.06em;
    margin-top: 0;
    margin-left: auto;
    padding: 13px 27px;
}

.dt-sc-curved-bottom {
    clip-path: ellipse(72% 70% at 50% 30%);
}

.custom-shape-curve-125 .elementor-shape svg {
    height: 250px;
    width: calc(100% + 25%);
}

.custom-shape-curve-125 .elementor-shape.elementor-shape-top svg {
    margin-top: -100px;
}

.is-style-fill-tertiary-bg blockquote {
    border-width: 0 0 0 2px;
    padding: 22px 28px 24px 32px;
}

.dt-custom-call-to-action .jet-services__header {
    overflow: visible;
}

.dt-minimal-call-to-action-form .wpcf7-form {
    float: left;
    margin: 15px 0 0;
    width: 100%;
}

    .dt-minimal-call-to-action-form .wpcf7-form p,
    .dt-minimal-call-to-action-form .wpcf7-form input.wpcf7-submit {
        margin: 0;
    }

    .dt-minimal-call-to-action-form .wpcf7-form input.wpcf7-submit {
        width: 100%;
    }

    .dt-minimal-call-to-action-form .wpcf7-form div.wpcf7-validation-errors,
    .dt-minimal-call-to-action-form .wpcf7-form div.wpcf7-mail-sent-ok {
        padding-left: 15px;
        padding-right: 15px;
    }

        .dt-minimal-call-to-action-form .wpcf7-form div.wpcf7-validation-errors:before,
        .dt-minimal-call-to-action-form .wpcf7-form div.wpcf7-mail-sent-ok:before {
            content: none;
        }

#header .elementor-widget-image.site-logo-image .elementor-image img {
    max-width: 270px;
}

.elementor-widget-jet-headline[class*="decor-type-dot"] .jet-headline {
    margin: 0;
}

.elementor-widget-heading[class*="decor-type-dot"] .elementor-heading-title::after,
.elementor-widget-jet-headline[class*="decor-type-dot"] .jet-headline__label:after {
    display: inline-block;
    line-height: 0;
    position: relative;
    vertical-align: sub;
}

.elementor-widget-heading.decor-type-dot .elementor-heading-title::after,
.elementor-widget-jet-headline.decor-type-dot:not(.alter) .jet-headline__first .jet-headline__label:after,
.elementor-widget-jet-headline.decor-type-dot:not(.alter) .jet-headline--direction-horizontal .jet-headline__second .jet-headline__label:after,
.elementor-widget-jet-headline.decor-type-dot.alter .jet-headline__second .jet-headline__label:after {
    /*content: "\00b7";*/
}

.elementor-widget-heading.decor-type-dots .elementor-heading-title::after,
.elementor-widget-jet-headline.decor-type-dots:not(.alter) .jet-headline__first .jet-headline__label:after,
.elementor-widget-jet-headline.decor-type-dots.alter .jet-headline__second .jet-headline__label:after {
    content: "\00b7\00b7\00b7";
}

.elementor-widget-jet-headline[class*="ary-color"] .jet-headline,
.elementor-widget-jet-headline[class*="ary-color"] .jet-headline .jet-headline__part,
.elementor-widget-jet-headline[class*="ary-color"] .jet-headline .jet-headline__part .jet-headline__label {
    color: inherit;
}

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}

.elementor-widget-jet-video.dt-custom-video-player .jet-video__play-button .jet-video__play-button-icon {
    height: 80px;
    line-height: 80px;
    position: relative;
    text-align: center;
    width: 80px;
    border-radius: 50%;
}

    .elementor-widget-jet-video.dt-custom-video-player .jet-video__play-button .jet-video__play-button-icon:before,
    .elementor-widget-jet-video.dt-custom-video-player .jet-video__play-button .jet-video__play-button-icon:after {
        content: "";
        height: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        width: auto;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
        -webkit-box-shadow: 0 0 0 3px currentColor inset;
        box-shadow: 0 0 0 3px currentColor inset;
    }

    .elementor-widget-jet-video.dt-custom-video-player .jet-video__play-button .jet-video__play-button-icon:before,
    .elementor-widget-jet-video.dt-custom-video-player .jet-video__play-button:hover .jet-video__play-button-icon:after {
        margin: -8px;
    }

    .elementor-widget-jet-video.dt-custom-video-player .jet-video__play-button .jet-video__play-button-icon:after {
        opacity: 0;
        margin: 8px;
    }

.elementor-widget-jet-video.dt-custom-video-player .jet-video__play-button:hover .jet-video__play-button-icon:before {
    margin: 0;
    box-shadow: 0 0 0 80px currentColor inset;
}

.elementor-widget-jet-video.dt-custom-video-player .jet-video__play-button:hover .jet-video__play-button-icon:after {
    opacity: 1;
}

.elementor-widget-jet-video.dt-custom-video-player .jet-video__play-button .jet-video__play-button-icon .fa-play {
    letter-spacing: -4px;
    position: relative;
    z-index: 1;
}

.elementor-widget-jet-subscribe-form.aligncenter .jet-subscribe-form .jet-subscribe-form__submit-icon {
    color: inherit;
}

.elementor-widget-jet-subscribe-form.aligncenter .jet-subscribe-form {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

    .elementor-widget-jet-subscribe-form.aligncenter .jet-subscribe-form.jet-subscribe-form--response-error {
        margin-bottom: 35px;
    }

    .elementor-widget-jet-subscribe-form.aligncenter .jet-subscribe-form .jet-subscribe-form__message {
        line-height: 1.25em;
        margin-top: 8px;
        left: 0;
        top: 100%;
    }

    .elementor-widget-jet-subscribe-form.aligncenter .jet-subscribe-form:hover {
        -webkit-box-shadow: 0 10px 30px 0 rgba(0, 68, 167, 0.15);
        box-shadow: 0 10px 30px 0 rgba(0, 68, 167, 0.15);
    }

.dt-custom-contact-form form {
    display: inline-block;
    width: 100%;
}

.dt-custom-contact-form .wpcf7-form-control-wrap input,
.dt-custom-contact-form .wpcf7-form-control-wrap textarea,
.dt-custom-quote-form .wpcf7-form-control-wrap input,
.dt-custom-quote-form .wpcf7-form-control-wrap textarea,
.dt-custom-quote-form .wpcf7-form-control-wrap select {
    border-width: 0;
}

.dt-custom-quote-form .wpcf7-form-control-wrap .selection-box {
    margin-bottom: 30px;
}

.dt-custom-quote-form .wpcf7-form-control-wrap select {
    margin-bottom: 0 !important;
    line-height: 30px;
}

.elementor-widget-jet-subscribe-form .jet-subscribe-form__input.jet-subscribe-form__mail-field {
    line-height: 30px;
}

.dt-custom-contact-form .wpcf7-form .ajax-loader {
    position: relative;
    left: 12px;
    bottom: auto !important;
    right: auto;
}

.dt-custom-contact-form ::-webkit-input-placeholder,
.dt-custom-quote-form ::-webkit-input-placeholder,
.dt-minimal-call-to-action-form ::-webkit-input-placeholder {
    opacity: 1;
}

.dt-custom-contact-form ::-moz-placeholder,
.dt-custom-quote-form ::-moz-placeholder,
.dt-minimal-call-to-action-form ::-moz-placeholder {
    opacity: 1;
}

.dt-custom-contact-form :-ms-input-placeholder,
.dt-custom-quote-form :-ms-input-placeholder,
.dt-minimal-call-to-action-form :-ms-input-placeholder {
    opacity: 1;
}

.dt-custom-contact-form :-moz-placeholder,
.dt-custom-quote-form :-moz-placeholder,
.dt-minimal-call-to-action-form :-moz-placeholder {
    opacity: 1;
}

.dt-custom-quote-form {
    margin-top: 25px;
}

    .dt-custom-quote-form .cf-column-wrap {
        margin: 0 -15px;
    }

        .dt-custom-quote-form .cf-column-wrap .column {
            margin: 0;
            padding: 0 15px;
            width: 50%;
        }

    .dt-custom-quote-form input.wpcf7-submit {
        width: 100%;
    }

.dt-custom-consult-form-wrapper {
    position: relative;
    z-index: 5;
}

    .dt-custom-consult-form-wrapper .wpcf7-form-control-wrap {
        margin-bottom: 27px;
    }

    .dt-custom-consult-form-wrapper input.wpcf7-submit {
        margin-top: 0;
        width: 100%;
    }

    .dt-custom-consult-form-wrapper form > p:only-of-type {
        margin-bottom: 0;
    }

.dt-subscribe-form-wrapper .jet-subscribe-form__fields {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

    .dt-subscribe-form-wrapper .jet-subscribe-form__fields input {
        margin: 0 20px;
        padding-left: 0;
        padding-right: 0;
    }

        .dt-subscribe-form-wrapper .jet-subscribe-form__fields input:focus {
            box-shadow: none;
        }

.dt-subscribe-form-wrapper .jet-subscribe-form__submit {
    color: #fff !important;
}

    .dt-subscribe-form-wrapper .jet-subscribe-form__submit:hover {
        background-color: #222;
    }

.jet-subscribe-form__message .jet-subscribe-form__message-inner span {
    display: block;
    width: 100%;
}

.dt-minimal-subscribe-form .jet-subscribe-form--inline-layout .jet-subscribe-form__input-group {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.dt-custom-dropbar-wrapper .jet-dropbar__button {
    padding-left: 35px;
    padding-right: 35px;
}

.dt-custom-dropbar-wrapper .jet-dropbar__content p {
    margin-bottom: 10px;
}

.dt-custom-dropbar-wrapper .jet-dropbar__content ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

    .dt-custom-dropbar-wrapper .jet-dropbar__content ul li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        padding: 8px 0;
    }

        .dt-custom-dropbar-wrapper .jet-dropbar__content ul li:last-child {
            border-width: 0;
        }

        .dt-custom-dropbar-wrapper .jet-dropbar__content ul li a:not(:hover) {
            color: inherit;
        }

.dt-custom-dropbar-wrapper .jet-dropbar__content .wpcf7-not-valid-tip {
    display: none !important;
}

.dt-custom-dropbar-wrapper .jet-dropbar__content .wpcf7-form div.wpcf7-validation-errors {
    position: absolute;
    left: -15px;
    right: -15px;
    top: 100%;
    width: auto;
}

.dt-contact-info.elementor-widget-icon-box.elementor-view-default .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin-bottom: 10px;
}

.dt-contact-info.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
    margin-top: 0;
}

.dt-contact-info.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description {
    font-size: 16px;
}

.dt-contact-info.elementor-widget-icon-box.elementor-view-default .elementor-icon-box-icon .elementor-icon i {
    font-size: 48px;
    position: static;
    -webkit-transform: none;
    transform: none;
}

    .dt-contact-info.elementor-widget-icon-box.elementor-view-default .elementor-icon-box-icon .elementor-icon i.fa-phone-alt {
        font-size: 40px;
    }

    .dt-contact-info.elementor-widget-icon-box.elementor-view-default .elementor-icon-box-icon .elementor-icon i:after {
        font-family: "Font Awesome 5 Free";
        font-size: 100px;
        font-weight: 900;
        opacity: 0.05;
        position: absolute;
        bottom: -10px;
        left: 0;
        -webkit-transform: rotate(-27deg);
        transform: rotate(-27deg);
    }

    .dt-contact-info.elementor-widget-icon-box.elementor-view-default .elementor-icon-box-icon .elementor-icon i.fa-map-signs:after {
        content: "\f277";
        font-size: 120px;
    }

    .dt-contact-info.elementor-widget-icon-box.elementor-view-default .elementor-icon-box-icon .elementor-icon i.fa-phone-alt:after {
        content: "\f879";
        -webkit-transform: none;
        transform: none;
    }

    .dt-contact-info.elementor-widget-icon-box.elementor-view-default .elementor-icon-box-icon .elementor-icon i.fa-envelope:after {
        content: "\f0e0";
    }

    .dt-contact-info.elementor-widget-icon-box.elementor-view-default .elementor-icon-box-icon .elementor-icon i.fa-clock:after {
        content: "\f017";
    }

.dt-contact-info.elementor-widget-icon-box.elementor-view-default .elementor-icon,
.dt-contact-info.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title,
.dt-contact-info.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description,
.dt-contact-info.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description a {
    color: #fff;
}

    .dt-contact-info.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description a:hover {
        opacity: 0.75;
    }

.dt-custom-contact-info.elementor-widget-jet-headline .jet-headline {
    margin-top: 0;
}

.dt-custom-contact-info.elementor-widget-jet-headline .jet-headline__label a {
    font-size: 1.55em;
    margin: 0 4px;
}

.dt-custom-team-horizontal .jet-team-member .jet-team-member__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.dt-custom-team-horizontal .jet-team-member:hover .jet-team-member__inner {
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}

.dt-custom-team-horizontal .jet-team-member .jet-team-member__inner .jet-team-member__image {
    width: 110%;
}

.dt-custom-team-horizontal .jet-team-member .jet-team-member__inner .jet-team-member__content {
    padding: 4% 0;
}

.dt-custom-team-horizontal .jet-team-member .jet-team-member__inner .jet-team-member__name > span {
    font-weight: inherit;
}

.dt-custom-team-horizontal .jet-team-member .jet-team-member__inner .jet-team-member__desc {
    font-weight: 400;
}

.dt-custom-team-horizontal .jet-team-member .jet-team-member__inner .jet-team-member__position {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    position: relative;
    width: 80%;
}

    .dt-custom-team-horizontal .jet-team-member .jet-team-member__inner .jet-team-member__position:after {
        content: "";
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 42px;
    }

.dt-custom-team-horizontal .jet-team-member .jet-team-member__inner .jet-team-member__socials {
    margin-left: -5px;
    margin-right: -5px;
}

.dt-custom-team-horizontal .jet-team-member .jet-team-member__inner .jet-team-member__socials-icon .inner,
.dt-custom-team-cover .jet-team-member .jet-team-member__inner .jet-team-member__socials-icon .inner {
    color: #fff;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

    .dt-custom-team-horizontal .jet-team-member .jet-team-member__inner .jet-team-member__socials-icon .inner:hover,
    .dt-custom-team-cover .jet-team-member .jet-team-member__inner .jet-team-member__socials-icon .inner:hover {
        background-color: #000;
    }

.dt-custom-team-cover .jet-team-member .jet-team-member__position {
    margin: 0;
}

    .dt-custom-team-cover .jet-team-member .jet-team-member__position span {
        display: inline-block;
    }

.dt-custom-team-cover .jet-team-member .jet-team-member__name {
    margin-top: 0;
}

    .dt-custom-team-cover .jet-team-member .jet-team-member__name span {
        font-weight: inherit;
    }

.dt-custom-team-cover .jet-team-member .jet-team-member__name,
.dt-custom-team-cover .jet-team-member .jet-team-member__position {
    color: #fff;
}

.dt-custom-faq-list-wrapper.elementor-section .elementor-container:after,
.dt-custom-faq-list-wrapper.elementor-section .elementor-widget-wrap > .elementor-widget-icon-box + .elementor-widget-icon-box:before {
    background-color: #eee;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.dt-custom-faq-list-wrapper.elementor-section .elementor-container:after {
    height: 100%;
    margin: auto;
    right: 0;
    width: 1px;
}

.dt-custom-faq-list-wrapper.elementor-section .elementor-widget-wrap > .elementor-widget-icon-box:before {
    height: 1px;
    width: 100%;
}

.dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box > .elementor-widget-container {
    margin-bottom: 45px;
    padding-top: 50px;
    position: relative;
}

.dt-custom-faq-list-wrapper.elementor-section .elementor-widget-wrap > .elementor-widget-icon-box:first-child > .elementor-widget-container {
    padding-top: 0;
}

.dt-custom-faq-list-wrapper.elementor-section .elementor-widget-wrap > .elementor-widget-icon-box:last-child > .elementor-widget-container {
    margin-bottom: 0;
}

.dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
    margin-top: 0;
}

.dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box.elementor-view-stacked .elementor-icon i,
.dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box.elementor-view-stacked .elementor-icon:before,
.dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box.elementor-view-stacked .elementor-icon:after {
    font-family: inherit;
    font-style: italic;
    height: 2em;
    line-height: 2em;
    width: 2em;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box.elementor-view-stacked .elementor-icon i {
    position: relative;
    z-index: 0;
}

.dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box.elementor-view-stacked:hover .elementor-icon i {
    font-style: normal;
}

.dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box.elementor-view-stacked .elementor-icon:before,
.dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box.elementor-view-stacked .elementor-icon:after {
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-border-radius: inherit;
    border-radius: inherit;
}

.dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box.elementor-view-stacked .elementor-icon:before,
.dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box.elementor-view-stacked .elementor-icon:after {
    content: "";
    z-index: -1;
}

.dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box.elementor-view-stacked .elementor-icon {
    background-color: transparent;
    padding: 0;
    position: relative;
}

    .dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box.elementor-view-stacked .elementor-icon:before {
        left: -10px;
    }

    .dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box.elementor-view-stacked:hover .elementor-icon:before,
    .dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box.elementor-view-stacked .elementor-icon:after {
        left: 0;
    }

.dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box.elementor-view-stacked:hover .elementor-icon:after {
    left: 10px;
    z-index: -2;
}

.dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box.elementor-view-stacked.alter .elementor-icon:before,
.dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box.elementor-view-stacked:hover .elementor-icon:after {
    box-shadow: 0 0 0 2px #0044a7 inset;
}

.dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box.elementor-view-stacked.alter:hover .elementor-icon:before,
.dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box.elementor-view-stacked .elementor-icon:after {
    box-shadow: 0 0 0 2em #0044a7 inset;
}

.dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box.elementor-view-stacked.alter .elementor-icon:after,
.dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box.elementor-view-stacked:hover .elementor-icon:before {
    box-shadow: 0 0 0 2em #26b1ff inset;
}

.dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box.elementor-view-stacked.alter:hover .elementor-icon:after,
.dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box.elementor-view-stacked .elementor-icon:before {
    box-shadow: 0 0 0 2px #26b1ff inset;
}

.dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box.elementor-view-stacked .elementor-icon:before,
.dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box.elementor-view-stacked:hover .elementor-icon:after {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box.elementor-view-stacked .elementor-icon i:before {
    content: "\003f";
    display: block;
    position: static;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    -webkit-transition: inherit;
    transition: inherit;
}

.dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box.elementor-view-stacked:hover .elementor-icon:before,
.dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box.elementor-view-stacked:hover .elementor-icon i:before {
    -webkit-transform: none;
    transform: none;
}

.dt-custom-faq-wrapper.elementor-widget-accordion .elementor-accordion .elementor-tab-title,
.dt-custom-faq-wrapper.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
    border-color: #e4e4e4;
    border-style: solid;
    border-width: 0 0 1px !important;
}

.dt-custom-faq-wrapper.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
    line-height: normal;
    padding: 30px 0;
}

.dt-custom-faq-wrapper.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
    padding: 24px 0 28px;
}

    .dt-custom-faq-wrapper.elementor-widget-accordion .elementor-accordion .elementor-tab-content > *:last-child {
        margin-bottom: 0;
    }

.dt-custom-faq-wrapper.elementor-widget-accordion .elementor-accordion .elementor-accordion-item:first-child .elementor-tab-title {
    padding-top: 10px;
}

.dt-custom-faq-wrapper.elementor-widget-accordion .elementor-accordion .elementor-accordion-item:last-child .elementor-tab-title:not(.elementor-active) {
    border-width: 0 !important;
    padding-bottom: 10px;
}

.dt-custom-faq-wrapper.elementor-widget-accordion .elementor-accordion {
    counter-reset: faq-num-counter;
}

    .dt-custom-faq-wrapper.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
        counter-increment: faq-num-counter;
    }

        .dt-custom-faq-wrapper.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title a {
            display: table-row;
        }

            .dt-custom-faq-wrapper.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title a:before {
                color: inherit;
                content: counter(faq-num-counter) ".";
                display: table-cell;
                font-family: inherit;
                font-size: inherit;
                font-weight: inherit;
                padding: 0 5px 0 0;
                min-width: 1em;
                width: auto;
                -webkit-box-sizing: content-box;
                box-sizing: content-box;
            }

.dt-service-feature-counter-box-wrapper {
    counter-reset: feature-num-counter;
    position: relative;
}

    .dt-service-feature-counter-box-wrapper .elementor-row > .elementor-column {
        counter-increment: feature-num-counter;
    }

        .dt-service-feature-counter-box-wrapper .elementor-row > .elementor-column > .elementor-column-wrap {
            display: table;
            padding-left: 0;
            padding-right: 20px;
        }

            .dt-service-feature-counter-box-wrapper .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap {
                display: table-row;
            }

                .dt-service-feature-counter-box-wrapper .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap:before {
                    color: rgba(99, 99, 99, 0.2);
                    content: counter(feature-num-counter, decimal-leading-zero) ".";
                    display: table-cell;
                    font-size: 42px;
                    min-width: 84px;
                    position: relative;
                    top: 15px;
                    -webkit-transition: all 0.3s linear 0s;
                    transition: all 0.3s linear 0s;
                }

.dt-custom-feature-box.elementor-element .jet-services {
    position: relative;
    z-index: 0;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

    .dt-custom-feature-box.elementor-element .jet-services .jet-services__inner {
        padding: 40px 25px;
        overflow: hidden;
        -webkit-border-radius: inherit;
        border-radius: inherit;
    }

    .dt-custom-feature-box.elementor-element .jet-services:hover {
        -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    }

    .dt-custom-feature-box.elementor-element .jet-services .jet-services__header,
    .dt-custom-feature-box.elementor-element .jet-services .jet-services__icon .inner {
        height: 144px;
        width: 144px;
    }

    .dt-custom-feature-box.elementor-element .jet-services .jet-services__header {
        margin-bottom: 45px;
        overflow: visible;
    }

    .dt-custom-feature-box.elementor-element .jet-services .jet-services__icon .inner {
        background-color: #fff;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.085);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.085);
    }

    .dt-custom-feature-box.elementor-element .jet-services .jet-services__header .inner:before {
        background-color: inherit;
        content: "";
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: -1;
        -webkit-border-radius: inherit;
        border-radius: inherit;
    }

    .dt-custom-feature-box.elementor-element .jet-services:hover .jet-services__header .inner:before {
        top: 100%;
        -webkit-transform: scale(10);
        transform: scale(10);
    }

    .dt-custom-feature-box.elementor-element .jet-services .jet-services__icon .jet-elements-icon svg {
        height: 62px;
        width: auto;
    }

    .dt-custom-feature-box.elementor-element .jet-services .jet-services__content {
        position: relative;
        z-index: 1;
    }

    .dt-custom-feature-box.elementor-element .jet-services .jet-services__title {
        font-size: 22px;
    }

    .dt-custom-feature-box.elementor-element .jet-services .jet-services__title,
    .dt-custom-feature-box.elementor-element .jet-services .jet-services__desc {
        margin: 10px 0 15px;
    }

    .dt-custom-feature-box.elementor-element .jet-services,
    .dt-custom-feature-box.elementor-element .jet-services__inner,
    .dt-custom-feature-box.elementor-element .jet-services .jet-services__header .inner:before {
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }

.dt-custom-iconbox-hr-left .jet-services .jet-services__icon .inner {
    background-color: transparent;
}

.dt-section-dark-bg .dt-custom-iconbox-hr-left .jet-services .jet-services__desc {
    color: #b3b3b3;
}

.dt-custom-service-icon-box.elementor-element .pricing-table,
.dt-custom-service-image-box .jet-services {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.dt-custom-service-icon-box.elementor-element .pricing-table__heading {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

    .dt-custom-service-icon-box.elementor-element .pricing-table__heading .pricing-table__icon,
    .dt-custom-service-icon-box.elementor-element .pricing-table__heading .pricing-table__subtitle {
        flex: 1;
        padding-top: 50px;
        padding-bottom: 30px;
        padding-left: 35px;
        padding-right: 35px;
    }

    .dt-custom-service-icon-box.elementor-element .pricing-table__heading .pricing-table__title {
        font-size: 22px;
        font-weight: 700;
        margin: 0 0 25px;
        padding: 50px 0 0;
        position: relative;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

.dt-custom-service-icon-box.elementor-element .pricing-table .pricing-table__heading,
.dt-custom-service-icon-box.elementor-element .pricing-table .pricing-table__action {
    overflow: hidden;
    position: relative;
    -webkit-border-radius: inherit;
    border-radius: inherit;
}

    .dt-custom-service-icon-box.elementor-element .pricing-table .pricing-table__title:before,
    .dt-custom-service-icon-box.elementor-element .pricing-table .pricing-table__action:before,
    .dt-custom-service-image-box.elementor-element .jet-services .jet-services__content .jet-services__button:before {
        background-color: #eee;
        content: "";
        height: 1px;
        position: absolute;
        left: 0;
        width: 100%;
        z-index: -1;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

.dt-custom-service-icon-box.elementor-element .pricing-table .pricing-table__title:before {
    bottom: 100%;
}

.dt-custom-service-icon-box.elementor-element .pricing-table .pricing-table__action:before,
.dt-custom-service-image-box.elementor-element .jet-services .jet-services__content .jet-services__button:before {
    top: 0;
}

.dt-custom-service-icon-box.elementor-element .pricing-table:hover .pricing-table__title:before,
.dt-custom-service-icon-box.elementor-element .pricing-table:hover .pricing-table__action:before,
.dt-custom-service-image-box.elementor-element .jet-services:hover .jet-services__content .jet-services__button:before {
    height: 10em;
}

.dt-custom-service-icon-box.elementor-element .pricing-table__heading .pricing-table__subtitle {
    font-size: 16px;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 35px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.dt-custom-service-icon-box.elementor-element .pricing-table__heading .pricing-table__icon {
    padding-left: 35px;
    padding-right: 15px;
}

    .dt-custom-service-icon-box.elementor-element .pricing-table__heading .pricing-table__icon svg {
        height: 60px;
        width: 60px;
    }

.dt-custom-service-icon-box.elementor-element:hover .pricing-table__heading .pricing-table__icon svg {
    filter: brightness(0) invert(1);
}

.dt-custom-service-icon-box.elementor-element .pricing-table__heading .pricing-table__icon,
.dt-custom-service-icon-box.elementor-element .pricing-table__heading .pricing-table__title,
.dt-custom-service-icon-box.elementor-element .pricing-table .pricing-table__features,
.dt-custom-service-icon-box.elementor-element .pricing-table .pricing-table__action .pricing-table-button,
.dt-custom-service-image-box.elementor-element .jet-services .jet-services__content,
.dt-custom-service-image-box.elementor-element .jet-services .jet-services__content > *,
.dt-custom-service-image-box.elementor-element .jet-services .jet-services__content .jet-services__button {
    text-align: left;
}

.dt-custom-service-icon-box.elementor-element .pricing-table__heading .pricing-table__subtitle {
    text-align: right;
}

.dt-custom-service-icon-box.elementor-element .pricing-table__heading .pricing-table__title,
.dt-custom-service-icon-box.elementor-element .pricing-table .pricing-table__features,
.dt-custom-service-icon-box.elementor-element .pricing-table .pricing-table__action .pricing-table-button,
.dt-custom-service-image-box.elementor-element .jet-services .jet-services__content > * {
    padding-left: 35px;
    padding-right: 35px;
}

.dt-custom-service-icon-box.elementor-element .pricing-table .pricing-table__features {
    margin-bottom: 30px;
}

    .dt-custom-service-icon-box.elementor-element .pricing-table .pricing-table__features .pricing-feature__inner,
    .dt-custom-service-image-box.elementor-element .jet-services .jet-services__content ul li {
        padding-left: 15px;
        position: relative;
    }

        .dt-custom-service-icon-box.elementor-element .pricing-table .pricing-table__features .pricing-feature__inner .item-bullet,
        .dt-custom-service-image-box.elementor-element .jet-services .jet-services__content ul li:before {
            color: inherit;
            content: "\f068";
            font-family: "Font Awesome 5 Free";
            font-size: 0.5em;
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 12px;
        }

        .dt-custom-service-image-box.elementor-element .jet-services .jet-services__content ul li:before {
            top: 8px;
        }

.dt-custom-service-icon-box.elementor-element .pricing-table .pricing-table__action {
    line-height: 0;
    padding: 0;
    position: relative;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .dt-custom-service-icon-box.elementor-element .pricing-table .pricing-table__action .pricing-table-button,
    .dt-custom-service-image-box.elementor-element .jet-services .jet-services__content .jet-services__button {
        background-color: transparent;
        color: inherit;
        font-size: 14px;
        letter-spacing: 0.04em;
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative;
        width: 100%;
    }

        .dt-custom-service-icon-box.elementor-element .pricing-table .pricing-table__action .pricing-table-button span,
        .dt-custom-service-image-box.elementor-element .jet-services .jet-services__content .jet-services__button span.jet-services__button-icon {
            margin: 0 0 0 10px;
        }

.dt-custom-service-icon-box.elementor-element .pricing-table:hover .pricing-table__heading .pricing-table__icon span,
.dt-custom-service-icon-box.elementor-element .pricing-table:hover .pricing-table__heading .pricing-table__subtitle,
.dt-custom-service-icon-box.elementor-element .pricing-table:hover .pricing-table__action .pricing-table-button,
.dt-custom-service-image-box.elementor-element .jet-services:hover .jet-services__content .jet-services__button {
    color: #fff;
}

.dt-custom-service-icon-box.elementor-element .pricing-table:hover,
.dt-custom-service-image-box.elementor-element .jet-services {
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.04);
}

    .dt-custom-service-icon-box.elementor-element .pricing-table,
    .dt-custom-service-icon-box.elementor-element .pricing-table .pricing-table__title:before,
    .dt-custom-service-icon-box.elementor-element .pricing-table .pricing-table__action:before,
    .dt-custom-service-icon-box.elementor-element .pricing-table .pricing-table__action,
    .dt-custom-service-icon-box.elementor-element .pricing-table .pricing-table__action .pricing-table-button,
    .dt-custom-service-image-box.elementor-element .jet-services,
    .dt-custom-service-image-box.elementor-element .jet-services .jet-services__inner,
    .dt-custom-service-image-box.elementor-element .jet-services:hover .jet-services__content .jet-services__button:before {
        -webkit-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

.dt-custom-service-image-box.elementor-element .jet-services {
    border-width: 0;
}

    .dt-custom-service-image-box.elementor-element .jet-services .jet-services__inner {
        background-color: #fff;
        overflow: hidden;
        position: relative;
        z-index: 1;
        -webkit-border-radius: inherit;
        border-radius: inherit;
    }

    .dt-custom-service-image-box.elementor-element .jet-services .jet-services__header {
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        height: 100%;
        width: 100%;
    }

        .dt-custom-service-image-box.elementor-element .jet-services .jet-services__header:after,
        .dt-custom-service-caption.elementor-element .jet-services .jet-services__header:after {
            content: "";
            display: block;
            padding-top: 66.66%;
        }

.dt-custom-service-caption .jet-services .jet-services__header .jet-services__cover .jet-services__button {
    margin-top: 0;
}

    .dt-custom-service-caption .jet-services .jet-services__header .jet-services__cover .jet-services__button:not(:hover) {
        background-color: #fff;
    }

.dt-custom-service-caption .jet-services:hover .jet-services__header .jet-services__cover {
    opacity: 1;
    pointer-events: auto;
}

.dt-custom-service-image-box.elementor-element .jet-services .jet-services__content,
.dt-custom-service-image-box.elementor-element .jet-services .jet-services__content .jet-services__button {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.dt-custom-service-image-box.elementor-element .jet-services .jet-services__content {
    padding-top: 50px;
}

    .dt-custom-service-image-box.elementor-element .jet-services .jet-services__content > * {
        width: 100%;
    }

    .dt-custom-service-image-box.elementor-element .jet-services .jet-services__content .jet-services__title {
        font-size: 22px;
        font-weight: 700;
        margin: 0 0 30px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

        .dt-custom-service-image-box.elementor-element .jet-services .jet-services__content .jet-services__title + ul {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

    .dt-custom-service-image-box.elementor-element .jet-services .jet-services__content ul {
        list-style: none;
    }

    .dt-custom-service-image-box.elementor-element .jet-services .jet-services__content .jet-services__button {
        border-radius: 0;
    }

.dt-custom-testimonial .elementor-testimonial-wrapper {
    overflow: visible;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

    .dt-custom-testimonial .elementor-testimonial-wrapper .elementor-testimonial-content:after {
        text-align: right;
        width: 55px;
    }

    .dt-custom-testimonial .elementor-testimonial-wrapper .elementor-testimonial-content {
        display: table;
        margin: 40px 0 0;
        position: relative;
    }

        .dt-custom-testimonial .elementor-testimonial-wrapper .elementor-testimonial-content:after,
        .dt-custom-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image:before {
            font-family: "Font Awesome 5 Free";
            font-size: 30px;
            font-weight: 900;
            -webkit-transition: all 0.3s linear 0s;
            transition: all 0.3s linear 0s;
        }

        .dt-custom-testimonial .elementor-testimonial-wrapper .elementor-testimonial-content:after {
            content: "";
            display: table-cell;
            min-width: 55px;
            position: relative;
            bottom: -27px;
            right: 0;
            vertical-align: bottom;
            -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEoAAAAwCAMAAACBtxzkAAAApVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+4/eNVAAAANnRSTlMA+/F6Agse9trXoG4+EOS0JBsV6eC3rpVav7majYBfRTUSB9LNdGJS7OrIp4NUTTgvK4lpZzsyAQEXAAACJklEQVRIx42W53qrMAxAZUgCIayEDLL3bsZte/X+j9Y2FLCpZXF+n8+WZNkWFHSccacLLHHovj8YZ4yIIro3GO2A37T3gcnxBf7gLsyLNbcvzZn1DNIHZrSXYKJ1yjTLbtJShL9c12Dglmvuf9LpOrkU+oSibinmZDHesJA+gOafKLyISjJwsMAGmmGp7ajqe1gyB5KlpG2JtY4o0QGKjSVpF32Oa5QQdFMMZG+odxLZsVpAMEM+/LbiTIDAVjQn1lyKZYgKB9DReF5VbVwVjgOBFZKmpqtGCVa5KcZdzo3uiNZQp7kNKTUPtVgBKKSW3lsURuwiQUfpJ4/SdkX6CVK4cjWHSPLIlF6INCv5WtGMMmWCBmaQszBpyavwn2iiXbxmFiITffOMRvLbM6WE8lHao5n0Nyhh1gbfzqsP+GLNGe0MsEKGQX7RGdZgc0o/yw85VjDkFJG/rww3PnAM1BeKvmKvbuG7YcRqNoh6S035pWpE1asX1R76bNk32cfNcYBxvWZYIIcPMyRQv7knG3wAd/6Qf2icGG2Xf9o0olXrYUCbcaRv9VFjx1gYnaU89tJ4wLbMAHJ8k+ZkZQhCWrHil8JuuS/HbIpUHbP52FNKeVPHXir8bVBKC0EcsEqsv2WXtSz5iaZOKVTpTXSH16xIXtWIYt1o9WmhSnj8az2vTimIyKcGclvOst3ZaK11Or2cHXHaeYcu0DT890nfQsuN5iuQ+AIte8dpCWYGgwAAAABJRU5ErkJggg==);
            mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEoAAAAwCAMAAACBtxzkAAAApVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+4/eNVAAAANnRSTlMA+/F6Agse9trXoG4+EOS0JBsV6eC3rpVav7majYBfRTUSB9LNdGJS7OrIp4NUTTgvK4lpZzsyAQEXAAACJklEQVRIx42W53qrMAxAZUgCIayEDLL3bsZte/X+j9Y2FLCpZXF+n8+WZNkWFHSccacLLHHovj8YZ4yIIro3GO2A37T3gcnxBf7gLsyLNbcvzZn1DNIHZrSXYKJ1yjTLbtJShL9c12Dglmvuf9LpOrkU+oSibinmZDHesJA+gOafKLyISjJwsMAGmmGp7ajqe1gyB5KlpG2JtY4o0QGKjSVpF32Oa5QQdFMMZG+odxLZsVpAMEM+/LbiTIDAVjQn1lyKZYgKB9DReF5VbVwVjgOBFZKmpqtGCVa5KcZdzo3uiNZQp7kNKTUPtVgBKKSW3lsURuwiQUfpJ4/SdkX6CVK4cjWHSPLIlF6INCv5WtGMMmWCBmaQszBpyavwn2iiXbxmFiITffOMRvLbM6WE8lHao5n0Nyhh1gbfzqsP+GLNGe0MsEKGQX7RGdZgc0o/yw85VjDkFJG/rww3PnAM1BeKvmKvbuG7YcRqNoh6S035pWpE1asX1R76bNk32cfNcYBxvWZYIIcPMyRQv7knG3wAd/6Qf2icGG2Xf9o0olXrYUCbcaRv9VFjx1gYnaU89tJ4wLbMAHJ8k+ZkZQhCWrHil8JuuS/HbIpUHbP52FNKeVPHXir8bVBKC0EcsEqsv2WXtSz5iaZOKVTpTXSH16xIXtWIYt1o9WmhSnj8az2vTimIyKcGclvOst3ZaK11Or2cHXHaeYcu0DT890nfQsuN5iuQ+AIte8dpCWYGgwAAAABJRU5ErkJggg==);
            -webkit-mask-position: bottom center;
            mask-position: bottom center;
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
        }

    .dt-custom-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image {
        padding-right: 0;
        position: relative;
    }

    .dt-custom-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details {
        padding-left: 20px;
    }

    .dt-custom-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image:before {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEoAAAAwCAMAAACBtxzkAAAApVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+4/eNVAAAANnRSTlMA+/F6Agse9trXoG4+EOS0JBsV6eC3rpVav7majYBfRTUSB9LNdGJS7OrIp4NUTTgvK4lpZzsyAQEXAAACJklEQVRIx42W53qrMAxAZUgCIayEDLL3bsZte/X+j9Y2FLCpZXF+n8+WZNkWFHSccacLLHHovj8YZ4yIIro3GO2A37T3gcnxBf7gLsyLNbcvzZn1DNIHZrSXYKJ1yjTLbtJShL9c12Dglmvuf9LpOrkU+oSibinmZDHesJA+gOafKLyISjJwsMAGmmGp7ajqe1gyB5KlpG2JtY4o0QGKjSVpF32Oa5QQdFMMZG+odxLZsVpAMEM+/LbiTIDAVjQn1lyKZYgKB9DReF5VbVwVjgOBFZKmpqtGCVa5KcZdzo3uiNZQp7kNKTUPtVgBKKSW3lsURuwiQUfpJ4/SdkX6CVK4cjWHSPLIlF6INCv5WtGMMmWCBmaQszBpyavwn2iiXbxmFiITffOMRvLbM6WE8lHao5n0Nyhh1gbfzqsP+GLNGe0MsEKGQX7RGdZgc0o/yw85VjDkFJG/rww3PnAM1BeKvmKvbuG7YcRqNoh6S035pWpE1asX1R76bNk32cfNcYBxvWZYIIcPMyRQv7knG3wAd/6Qf2icGG2Xf9o0olXrYUCbcaRv9VFjx1gYnaU89tJ4wLbMAHJ8k+ZkZQhCWrHil8JuuS/HbIpUHbP52FNKeVPHXir8bVBKC0EcsEqsv2WXtSz5iaZOKVTpTXSH16xIXtWIYt1o9WmhSnj8az2vTimIyKcGclvOst3ZaK11Or2cHXHaeYcu0DT890nfQsuN5iuQ+AIte8dpCWYGgwAAAABJRU5ErkJggg==);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 50% auto;
        content: "";
        height: auto;
        line-height: 0;
        opacity: 0;
        margin: 0;
        padding-top: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        text-align: center;
        width: 100%;
        z-index: 1;
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg);
    }

    .dt-custom-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image:after {
        background-color: rgba(0, 0, 0, 0.75);
        content: "";
        height: auto;
        margin: 5px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        width: auto;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

.dt-custom-testimonial:hover .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image:before,
.dt-custom-testimonial:hover .elementor-testimonial-wrapper .elementor-testimonial-content:after {
    font-size: 24px;
    opacity: 1;
}

.dt-custom-testimonial:hover .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image:after {
    margin: -3px;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.dt-custom-testimonial.elementor-widget-testimonial .elementor-testimonial-job {
    display: inline-block;
    margin-top: 5px;
}

.dt-custom-icon-box-carousel .jet-carousel {
    background-color: #fff;
    margin: 0;
    overflow: hidden;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

    .dt-custom-icon-box-carousel .jet-carousel .slick-slider {
        margin: 0 -2px;
    }

    .dt-custom-icon-box-carousel .jet-carousel .slick-list,
    .dt-custom-icon-box-carousel .jet-carousel .slick-track {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

.dt-custom-icon-box-carousel .jet-carousel__item {
    border-style: solid;
    border-width: 0 1px;
    display: table;
    margin: 45px 0;
    padding: 0 60px;
}

.dt-custom-icon-box-carousel .jet-carousel__item-inner {
    display: table-row;
    position: relative;
}

    .dt-custom-icon-box-carousel .jet-carousel__item-inner .jet-carousel__item-link {
        display: table-cell;
        width: 100px;
        padding-top: 15px;
        vertical-align: top;
    }

        .dt-custom-icon-box-carousel .jet-carousel__item-inner .jet-carousel__item-link img {
            margin: 0;
            max-width: 60px;
        }

    .dt-custom-icon-box-carousel .jet-carousel__item-inner .jet-carousel__item-title {
        font-weight: 700;
        margin-bottom: 15px;
    }

    .dt-custom-icon-box-carousel .jet-carousel__item-inner .jet-carousel__item-text {
        margin-bottom: 25px;
    }

.dt-custom-service-image-box-carousel .jet-carousel__item {
    padding: 30px 20px;
}

.dt-custom-service-image-box-carousel .jet-arrow.next-arrow {
    margin-left: 40px;
}

.dt-custom-icon-box-carousel .jet-carousel__item-inner .jet-carousel__item-button,
.dt-custom-feature-box.elementor-element .jet-services .jet-services__button,
.dt-custom-faq-template .elementor-button.elementor-button-link,
.dt-service-feature-counter-box-wrapper .elementor-button.elementor-button-link {
    background-color: transparent;
    color: #252525;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .dt-custom-icon-box-carousel .jet-carousel__item-inner .jet-carousel__item-button:after {
        content: "\f30b";
        font-family: "Font Awesome 5 Free";
        font-size: 15px;
        font-weight: 900;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.dt-custom-feature-box.elementor-element .jet-services .jet-services__button {
    margin-top: 20px;
}

.dt-custom-icon-box-carousel .jet-carousel__item-inner .jet-carousel__item-button {
    padding: 0 20px 0 0;
}

    .dt-custom-icon-box-carousel .jet-carousel__item-inner .jet-carousel__item-button:hover {
        padding: 0 25px 0 0;
    }

.dt-custom-feature-box.elementor-element .jet-services .jet-services__button .jet-services__button-icon,
.dt-custom-faq-template .elementor-button.elementor-button-link .elementor-button-icon.elementor-align-icon-right,
.dt-service-feature-counter-box-wrapper .elementor-button.elementor-button-link .elementor-button-icon.elementor-align-icon-right {
    margin-left: 8px;
}

.dt-custom-feature-box.elementor-element .jet-services .jet-services__button:hover .jet-services__button-icon,
.dt-custom-faq-template .elementor-button.elementor-button-link:hover .elementor-button-icon.elementor-align-icon-right,
.dt-service-feature-counter-box-wrapper .elementor-button.elementor-button-link:hover .elementor-button-icon.elementor-align-icon-right {
    margin-left: 12px;
}

.dt-custom-icon-box-carousel .jet-carousel__item-inner .jet-carousel__item-button:after,
.dt-custom-feature-box.elementor-element .jet-services .jet-services__button span,
.dt-custom-faq-template .elementor-button.elementor-button-link .elementor-button-icon,
.dt-service-feature-counter-box-wrapper .elementor-button.elementor-button-link .elementor-button-icon {
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.dt-custom-icon-box-carousel .jet-carousel__item-inner .jet-carousel__item-button:before,
.dt-custom-feature-box.elementor-element .jet-services .jet-services__button:before,
.dt-custom-faq-template .elementor-button.elementor-button-link:before,
.dt-service-feature-counter-box-wrapper .elementor-button.elementor-button-link:before {
    background-color: currentColor;
    content: "";
    height: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dt-custom-icon-box-carousel .jet-carousel__item-inner .jet-carousel__item-button:hover:before,
.dt-custom-feature-box.elementor-element .jet-services .jet-services__button:hover:before,
.dt-custom-faq-template .elementor-button.elementor-button-link:hover:before,
.dt-service-feature-counter-box-wrapper .elementor-button.elementor-button-link:hover:before {
    -webkit-animation: linethru-textlink 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: linethru-textlink 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes linethru-textlink {
    0% {
        left: 0;
        width: 0;
    }

    50% {
        left: 0;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 0;
    }
}

@keyframes linethru-textlink {
    0% {
        left: 0;
        width: 0;
    }

    50% {
        left: 0;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 0;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    .dt-custom-animated-box-wrapper .jet-animated-box .jet-animated-box__front,
    .dt-custom-animated-box-wrapper .jet-animated-box .jet-animated-box__back {
        padding: 50px !important;
    }

    .dt-custom-service-image-box-carousel .jet-arrow {
        left: -36% !important;
    }
}

@media only screen and (max-width: 1440px) and (min-width: 1200px) {
    #header .elementor-widget-button a.elementor-button,
    #header .elementor-widget-button .elementor-button {
        font-size: 15px;
        padding: 13px 22px;
    }

    .dt-custom-dropbar-wrapper .jet-dropbar__button {
        font-size: 14px;
        padding: 11px 30px;
    }

    .dt-custom-testimonial > .elementor-widget-container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .dt-custom-animated-box-wrapper .jet-animated-box .jet-animated-box__front,
    .dt-custom-animated-box-wrapper .jet-animated-box .jet-animated-box__back {
        padding: 35px !important;
    }

    .dt-custom-faq-list-wrapper.elementor-section > .elementor-container > .elementor-row > .elementor-column + .elementor-column .elementor-widget-icon-box > .elementor-widget-container {
        padding-left: 90px !important;
    }

    .dt-custom-service-image-box.elementor-element .jet-services .jet-services__content .jet-services__button {
        text-align: center;
    }

    .dt-custom-service-image-box-carousel .jet-arrow {
        left: -36% !important;
    }

    .dt-sc-curved-bottom {
        clip-path: ellipse(80% 70% at 50% 30%);
    }

    .custom-shape-curve-125 .elementor-shape svg {
        width: calc(100% + 50%);
    }

    .custom-shape-curve-125 .elementor-shape.elementor-shape-top svg {
        margin-top: -150px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .dt-custom-faq-list-wrapper.elementor-section > .elementor-container > .elementor-row > .elementor-column + .elementor-column .elementor-widget-icon-box > .elementor-widget-container {
        padding-left: 90px !important;
    }

    .dt-custom-service-image-box-carousel .jet-carousel__item {
        padding: 30px;
    }

    .dt-sc-curved-bottom {
        clip-path: ellipse(90% 70% at 50% 30%);
    }

    .custom-shape-curve-125 .elementor-shape svg {
        width: calc(100% + 75%);
    }

    .custom-shape-curve-125 .elementor-shape.elementor-shape-top svg {
        margin-top: -200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dt-custom-dropbar-wrapper .jet-dropbar__button {
        font-size: 14px;
        padding: 10px 25px;
    }

    .dt-custom-testimonial > .elementor-widget-container {
        padding-right: 40px !important;
    }

    .dt-custom-call-to-action .jet-services.jet-services--header-position-right .jet-services__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .dt-custom-call-to-action .jet-services.jet-services--header-position-right .jet-services__inner > * {
            width: 100%;
        }

        .dt-custom-call-to-action .jet-services.jet-services--header-position-right .jet-services__inner .jet-services__title,
        .dt-custom-call-to-action .jet-services.jet-services--header-position-right .jet-services__inner .jet-services__desc,
        .dt-custom-call-to-action .jet-services.jet-services--header-position-right .jet-services__inner .jet-services__button {
            text-align: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-grid-row-align: center;
            align-self: center;
        }

        .dt-custom-call-to-action .jet-services.jet-services--header-position-right .jet-services__inner .jet-services__button {
            margin-top: 20px;
        }

    .dt-custom-faq-list-wrapper.elementor-section .elementor-container:after {
        content: none;
    }

    .dt-custom-faq-list-wrapper.elementor-section > .elementor-container > .elementor-row > .elementor-column + .elementor-column {
        margin-top: 100px;
    }

        .dt-custom-faq-list-wrapper.elementor-section > .elementor-container > .elementor-row > .elementor-column + .elementor-column .elementor-widget-icon-box > .elementor-widget-container {
            padding-left: 0 !important;
        }

    .dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box > .elementor-widget-container {
        padding-right: 0 !important;
    }

    .dt-custom-icon-box-carousel .jet-carousel__item-inner .jet-carousel__item-link {
        display: table;
        margin: 0 0 35px;
    }

    .dt-custom-service-image-box-carousel .jet-carousel__item {
        padding: 30px;
    }

    .dt-contact-info.elementor-widget-icon-box:last-child {
        margin-bottom: 35px;
    }

    .custom-shape-curve-125 .elementor-shape svg {
        width: calc(100% + 75%);
    }

    .custom-shape-curve-125 .elementor-shape.elementor-shape-top svg {
        margin-top: -200px;
    }
}

@media only screen and (max-width: 767px) {
    .dt-subscribe-form-wrapper .jet-subscribe-form__fields {
        margin: 0 -10px;
    }

    .dt-custom-testimonial > .elementor-widget-container {
        padding-right: 40px !important;
    }

    .dt-custom-call-to-action .jet-services.jet-services--header-position-right .jet-services__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .dt-custom-call-to-action .jet-services.jet-services--header-position-right .jet-services__inner > * {
            width: 100%;
        }

        .dt-custom-call-to-action .jet-services.jet-services--header-position-right .jet-services__inner .jet-services__title,
        .dt-custom-call-to-action .jet-services.jet-services--header-position-right .jet-services__inner .jet-services__desc,
        .dt-custom-call-to-action .jet-services.jet-services--header-position-right .jet-services__inner .jet-services__button {
            text-align: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-grid-row-align: center;
            align-self: center;
        }

        .dt-custom-call-to-action .jet-services.jet-services--header-position-right .jet-services__inner .jet-services__button {
            margin-top: 20px;
        }

    .dt-custom-faq-list-wrapper.elementor-section .elementor-container:after {
        content: none;
    }

    .dt-custom-faq-list-wrapper.elementor-section > .elementor-container > .elementor-row > .elementor-column + .elementor-column {
        margin-top: 100px;
    }

        .dt-custom-faq-list-wrapper.elementor-section > .elementor-container > .elementor-row > .elementor-column + .elementor-column .elementor-widget-icon-box > .elementor-widget-container {
            padding-left: 0 !important;
        }

    .dt-custom-faq-list-wrapper.elementor-section .elementor-widget-icon-box > .elementor-widget-container {
        padding-right: 0 !important;
    }

    .dt-custom-service-image-box-carousel .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 100%;
    }

    .dt-custom-service-image-box-carousel .jet-arrow {
        display: none !important;
    }

    .dt-contact-info.elementor-widget-icon-box:last-child {
        margin-bottom: 35px;
    }

    .dt-custom-contact-form .column {
        margin: 0;
    }

    .custom-shape-curve-125 .elementor-shape svg {
        height: 125px;
        width: calc(100% + 50%);
    }

    .custom-shape-curve-125 .elementor-shape.elementor-shape-top svg {
        margin-top: -50px;
    }
}

@media only screen and (max-width: 479px) {
    .dt-subscribe-form-wrapper .jet-subscribe-form__fields,
    .dt-subscribe-form-wrapper .jet-subscribe-form--inline-layout .jet-subscribe-form__input-group {
        margin: 0;
        width: 100% !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    }

        .dt-subscribe-form-wrapper .jet-subscribe-form__fields input {
            margin: 0 0 15px !important;
            width: 100% !important;
        }

    .dt-minimal-subscribe-form .jet-subscribe-form__input-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }

    .dt-custom-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
        width: 100%;
    }

    .dt-custom-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,
    .dt-custom-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image,
    .dt-custom-testimonial .elementor-testimonial-wrapper .elementor-testimonial-content:after {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    .dt-custom-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details {
        padding: 20px 0 0;
        text-align: center;
    }

    .dt-custom-testimonial .elementor-testimonial-wrapper .elementor-testimonial-content,
    .dt-custom-testimonial .elementor-testimonial-wrapper .elementor-testimonial-content:after {
        text-align: center;
    }

    .dt-service-feature-counter-box-wrapper .elementor-row > .elementor-column > .elementor-column-wrap {
        padding: 10px;
    }

    .dt-custom-animated-box-wrapper .jet-animated-box .jet-animated-box__front,
    .dt-custom-animated-box-wrapper .jet-animated-box .jet-animated-box__back {
        padding: 35px !important;
    }

    .dt-custom-team-horizontal .jet-team-member .jet-team-member__inner {
        padding: 0 !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .dt-custom-team-horizontal .jet-team-member .jet-team-member__inner .jet-team-member__image {
            margin: 0;
            width: 100%;
        }

            .dt-custom-team-horizontal .jet-team-member .jet-team-member__inner .jet-team-member__image,
            .dt-custom-team-horizontal .jet-team-member .jet-team-member__inner .jet-team-member__image figure {
                -webkit-border-radius: 10px 10px 0 0;
                border-radius: 10px 10px 0 0;
            }

        .dt-custom-team-horizontal .jet-team-member .jet-team-member__inner .jet-team-member__content {
            padding: 30px;
        }

    .dt-custom-quote-form .cf-column-wrap .column {
        width: 100%;
    }

    .dt-custom-icon-box-carousel .jet-carousel__item-inner .jet-carousel__item-link {
        display: table;
        margin: 0 0 35px;
    }

    .dt-contact-info.elementor-widget-icon-box .elementor-widget-container {
        padding: 25px !important;
    }

    .dt-contact-info.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description {
        font-size: 16px;
    }

    .dt-custom-contact-form .wpcf7-submit {
        font-size: 14px;
    }
}
/*! /wp-content/cache/asset-cleanup/css/item/invico-browsers-v1.0-70fc20ef43e32a279b0b4cd32e638bc557762b00.css */
/*! /wp-content/themes/invico/css/browsers.css */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    ::i-block-chrome,
    .dt-sc-contact-details-on-map .dt-sc-map-overlay {
        display: block;
    }

    ::i-block-chrome,
    .footer-copyright .menu-links li {
        margin: 0 0 0 28px;
    }

    ::i-block-chrome,
    .vc_row.vc_row-flex:not(.vc_row-has-fill),
    .vc_row.vc_row-flex[data-vc-full-width-init="true"],
    .vc_row.vc_row-has-fill[data-vc-full-width-init="true"] {
        display: table !important;
    }

    ::i-block-chrome,
    .vc_row.vc_row-flex.vc_row-o-equal-height > .vc_column_container {
        display: block;
    }

    ::i-block-chrome,
    .vc_row.vc_row-flex.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_column_container {
        display: inline-block;
        vertical-align: middle;
    }

    ::i-block-chrome,
    .vc_row.vc_row-flex:not([data-vc-full-width-init="true"]) {
        width: 100%;
    }

        ::i-block-chrome,
        .vc_row.vc_row-flex:not([data-vc-full-width-init="true"]) > .vc_column_container {
            display: block;
        }

    ::i-block-chrome,
    .vc_row.vc_row-flex.vc_row-o-content-middle.vc_row-o-equal-height:not([data-vc-full-width-init="true"]) > .vc_column_container {
        vertical-align: middle;
    }

    ::i-block-chrome,
    .vc_separator {
        display: inline-block;
    }

    ::i-block-chrome,
    .dt-logo-container {
        display: table;
    }

        ::i-block-chrome,
        .dt-logo-container,
        .dt-logo-container.logo-align-left {
            margin-right: auto;
        }

            ::i-block-chrome,
            .dt-logo-container.logo-align-right {
                margin-left: auto;
            }

    ::i-block-chrome,
    .dt-header-menu.left,
    .dt-header-menu.right {
        float: none;
    }

    ::i-block-chrome,
    .flex-col-elements-inline-middle.vc_column_container > .vc_column-inner > .wpb_wrapper {
        display: table;
    }

    ::i-block-chrome,
    .flex-col-elements-inline-middle.justify-end.vc_column_container > .vc_column-inner > .wpb_wrapper {
        margin-left: auto;
    }

    ::i-block-chrome,
    .dt-logo-container.logo-align-center,
    .flex-col-elements-inline-middle .dt-header-menu.center,
    .flex-col-elements-inline-middle.justify-center.vc_column_container > .vc_column-inner > .wpb_wrapper {
        margin-left: auto;
        margin-right: auto;
    }

    ::i-block-chrome,
    .dt-sc-testimonial.type6 .dt-sc-testimonial-author img {
        border: none;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    }

    ::i-block-chrome,
    .dt-sc-icon-box-counter .vc_row.vc_row-flex {
        display: block;
    }

        ::i-block-chrome,
        .dt-sc-icon-box-counter .vc_row.vc_row-flex.vc_row-o-equal-height > .vc_column_container {
            display: inline-block;
        }

    ::i-block-chrome,
    .dt-sc-team.style2 .dt-sc-team-thumb img {
        width: 100%;
        -webkit-transform: scale(0.9936, 0.81223) translate(0, -11%);
        transform: scale(0.9936, 0.81223) translate(0, -11%);
    }

    ::i-block-chrome,
    .vc_separator.dt-sc-custom-icon-separator,
    .vc_separator.dt-sc-title-boxed-with-border {
        display: table;
    }

        ::i-block-chrome,
        .vc_separator.dt-sc-title-boxed-with-border.vc_separator_align_center {
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

        ::i-block-chrome,
        .vc_separator.dt-sc-custom-icon-separator .vc_sep_holder,
        .vc_separator.dt-sc-custom-icon-separator .vc_sep_holder.vc_sep_holder_l,
        .vc_separator.dt-sc-custom-icon-separator .vc_icon_element.vc_icon_element-outer {
            display: table-cell;
            vertical-align: middle;
        }

        ::i-block-chrome,
        .vc_separator.dt-sc-title-boxed-with-border .vc_sep_holder,
        .vc_separator.dt-sc-title-boxed-with-border h4 {
            display: inline-block;
        }

    ::i-block-chrome,
    .dt-sc-custom-icon-separator.vc_separator .vc_sep_holder.vc_sep_holder_r {
        width: 100%;
    }

    ::i-block-chrome,
    .dt-sc-custom-icon-separator.vc_separator ~ .vc_row.vc_row-flex {
        width: 100%;
    }

    ::i-block-chrome,
    .flip-box-wrap .horizontal_flip_right .ifb-back,
    .flip-box-wrap .horizontal_flip_right .ifb-hover .ifb-front {
        opacity: 0;
    }

    ::i-block-chrome,
    .flip-box-wrap .horizontal_flip_right .ifb-hover .ifb-back {
        opacity: 1;
    }

    ::i-block-chrome,
    .widget .recent-posts-widget li .entry-title {
        line-height: normal;
    }

    ::i-block-chrome,
    .widget .recent-posts-widget li .thumb {
        margin-top: 5px;
    }

    ::i-block-chrome,
    .widget .recent-posts-widget li .entry-title h4 {
        display: inline;
    }

    ::i-block-chrome,
    .vc_row.vc_row-flex.vc_row-o-equal-height.dt-sc-simpler-content > .vc_column_container {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9999;
        background: rgba(0, 0, 0, 0.1);
    }

    ::i-block-chrome,
    .vc_row.dt-sc-simpler-content.overlay-header > .vc_column_container .dt-header-menu {
        position: fixed;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
    }

    ::i-block-chrome,
    #header .dt-header-tpl .vc_row.dt-sc-simpler-content .dt-sc-simpler-content-bottom {
        position: fixed;
    }
}

_:-ms-fullscreen,
:root .dt-sc-contact-details-on-map .dt-sc-map-overlay {
    padding: 64px 0 0;
}

@media screen and (min-width: 0\0) {
    .dt-logo-container {
        display: block;
    }

    .no-header-menu ul li a,
    .dt-header-menu .dt-primary-nav li a {
        vertical-align: top;
    }

    .vc_row-flex.vc_row > .vc_column_container > .vc_column-inner > * {
        min-height: 1px !important;
    }

    .vc_separator.dt-sc-custom-icon-separator,
    .vc_separator.dt-sc-title-boxed-with-border {
        display: table;
    }

        .vc_separator.dt-sc-title-boxed-with-border.vc_separator_align_center {
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

        .vc_separator.dt-sc-custom-icon-separator .vc_sep_holder,
        .vc_separator.dt-sc-custom-icon-separator .vc_sep_holder.vc_sep_holder_l,
        .vc_separator.dt-sc-custom-icon-separator .vc_icon_element.vc_icon_element-outer {
            display: table-cell;
            vertical-align: middle;
        }

        .vc_separator.dt-sc-title-boxed-with-border .vc_sep_holder,
        .vc_separator.dt-sc-title-boxed-with-border h4 {
            display: inline-block;
        }

    .dt-sc-custom-icon-separator.vc_separator .vc_sep_holder.vc_sep_holder_r {
        width: 100%;
    }

    .dt-sc-custom-icon-separator.vc_separator ~ .vc_row.vc_row-flex {
        width: 100%;
    }

    .dt-sc-counter.type4 .dt-sc-couter-icon-holder span {
        line-height: 70px;
    }

    #yith-quick-view-content > div.product > div.product.zoo-cw-gallery-loading {
        position: absolute;
    }

        #yith-quick-view-content > div.product > div.product.zoo-cw-gallery-loading:before,
        #yith-quick-view-content > div.product > div.product.zoo-cw-gallery-loading:after {
            margin-left: -20px;
            margin-top: -20px;
            left: 50%;
            top: 50%;
        }
}

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
    #main-menu ul li.menu-item-simple-parent ul,
    #main-menu ul li.menu-item-simple-parent ul li ul,
    #main-menu ul li.menu-item-simple-parent ul li ul li ul {
        z-index: auto;
    }

    .vc_row-flex.vc_row {
        display: table !important;
    }

    .vc_row.vc_row-flex.dt-sc-map-overlay {
        display: block !important;
    }

    .dt-sc-contact-details-on-map.hide-overlay .vc_row.vc_row-flex.dt-sc-map-overlay {
        display: none !important;
    }

    .spa-map::before {
        content: none !important;
    }
}

@-moz-document url-prefix() {
    .dt-sc-contact-details-on-map .dt-sc-map-overlay {
        padding: 68px 0 0;
    }

    .university-contact-form .button-field i {
        height: 48px;
        line-height: 48px;
    }
}

_::-webkit-full-page-media,
_:future,
:root .dt-custom-feature-box.elementor-element .jet-services {
    overflow: hidden;
}
/*! /wp-content/cache/asset-cleanup/css/item/prettyphoto-v1.0-ae4f7a0f1666d4f1fd1c5ed6edcb2fc93d005792.css */
/*! /wp-content/themes/invico/css/prettyPhoto.css */
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
    height: 13px;
}

    div.pp_default .pp_top .pp_left {
        background: url(../../../themes/invico/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
    }

    div.pp_default .pp_top .pp_middle {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIIAAAAvCAYAAAAvgRLNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExOEJGMkY2QjUxMTM2ODA5MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2RkQ3N0Q4RDNFNkIxMUUwOEU2RjkzMTJFRjMxNEUwMiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2RkQ3N0Q4QzNFNkIxMUUwOEU2RjkzMTJFRjMxNEUwMiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAzODAxMTc0MDcyMDY4MTE4QkYyRjZCNTExMzY4MDkwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTE4QkYyRjZCNTExMzY4MDkwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+wcubnwAAAHlJREFUeNrs3EERACAMA8FUIP6t9AcGqACGXQmZe6eSrPC9EgJCQAgIgVsI3b3NgBAQAkJACAgBISAEhIAQEAJCQAgIASEgBISAEBACQkAICAEhIASEgBAQAkJACAgBISAEhIAQEAJCQAg8GUK8qiEEhIAQEAKDI8AA1FuTlQtMVXIAAAAASUVORK5CYII=) top left repeat-x;
    }

    div.pp_default .pp_top .pp_right {
        background: url(../../../themes/invico/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
    }

div.pp_default .pp_content .ppt {
    color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAACCCAYAAAD1/sBJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExOEJGMkY2QjUxMTM2ODA5MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2RkQ3N0Q5NTNFNkIxMUUwOEU2RjkzMTJFRjMxNEUwMiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2RkQ3N0Q5NDNFNkIxMUUwOEU2RjkzMTJFRjMxNEUwMiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA1ODAxMTc0MDcyMDY4MTE4QkYyRjZCNTExMzY4MDkwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTE4QkYyRjZCNTExMzY4MDkwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+IJNLSgAAALpJREFUeNrsz7ENgDAMAMGYysvBsLBcOiMKmigDRMp9YVl2dVFVbSwi/vUcf733uy1WZl6T8/ONme9oGwYNDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ29Vq8AAwDEjAwBf+xdvAAAAABJRU5ErkJggg==) -7px 0 repeat-y;
    padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAACCCAYAAAD1/sBJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExOEJGMkY2QjUxMTM2ODA5MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2RkQ3N0Q5NTNFNkIxMUUwOEU2RjkzMTJFRjMxNEUwMiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2RkQ3N0Q5NDNFNkIxMUUwOEU2RjkzMTJFRjMxNEUwMiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA1ODAxMTc0MDcyMDY4MTE4QkYyRjZCNTExMzY4MDkwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTE4QkYyRjZCNTExMzY4MDkwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+IJNLSgAAALpJREFUeNrsz7ENgDAMAMGYysvBsLBcOiMKmigDRMp9YVl2dVFVbSwi/vUcf733uy1WZl6T8/ONme9oGwYNDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ29Vq8AAwDEjAwBf+xdvAAAAABJRU5ErkJggg==) top right repeat-y;
    padding-right: 13px;
}

div.pp_default .pp_next:hover {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAeCAYAAAA/xX6fAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowNzgwMTE3NDA3MjA2ODExOEJGMkY2QjUxMTM2ODA5MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyNzU1MDMzODNFODUxMUUwOEU2RjkzMTJFRjMxNEUwMiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyNzU1MDMzNzNFODUxMUUwOEU2RjkzMTJFRjMxNEUwMiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA3ODAxMTc0MDcyMDY4MTE4QkYyRjZCNTExMzY4MDkwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA3ODAxMTc0MDcyMDY4MTE4QkYyRjZCNTExMzY4MDkwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+GEY9uAAAAX5JREFUeNrslzFrwkAYht8kiqIhVTBTM7pGhEKWDPVfiP9AB5dOHbKl0EI2/4D/oXuQQrJkyNI9kK2gDg0EdTD27tDWUa13kx+8OS7Lc99378fdSbvdDiKjRD+bzeYwfyR6InoguufA25aOJs9Er5wTVCRaUpIhzcynP3iXVN6PLyJgx0BTlGkOwDvRQNyANPI8R5Ik/2/8U2KxWGA8HqNarcKyLIxGI74ZzmYzqKoK2rdRFGE6nfIF9no9KIqCZrMJTdMQx/FF0JOBuq7DcRzUajXIsox6vQ7f9zGZTPiZxjAMDIdDto+SJLExDEMGvrppflco/62RlrfRaLBScwGmaQrXdVGpVFAUBYO12222v1cHzudzeJ7HnLper1lWnU4Hg8GATx8GQYAsy5hDaSm73S76/T4/l9q2jVarhXK5DNM0L4LROBzAJ11sVqsVlsslc+ulcRbwdjydA/wWDfwUDXToJVUk8GMPFWqaN3rsEb0TfXHiFZLox8yPAAMA4GRx1RbQJygAAAAASUVORK5CYII=) center right no-repeat;
    cursor: pointer;
}

div.pp_default .pp_previous:hover {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAeCAYAAADdGWXmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowNzgwMTE3NDA3MjA2ODExOEJGMkY2QjUxMTM2ODA5MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEM0IxQkE1RjNFODcxMUUwOEU2RjkzMTJFRjMxNEUwMiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEM0IxQkE1RTNFODcxMUUwOEU2RjkzMTJFRjMxNEUwMiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA3ODAxMTc0MDcyMDY4MTE4QkYyRjZCNTExMzY4MDkwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA3ODAxMTc0MDcyMDY4MTE4QkYyRjZCNTExMzY4MDkwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+GEjUPgAAAZBJREFUeNrsl79qwlAUxr+kAUEMEVGEhDyCUHBykSL4DM7BUV+gULcOnUoGMUPAl3B0Kv4BC4JjBsmgRKpDpvonSExvAi0d09R7odADH4QLlx/fPefcc8MFQQBWIXieR4PmEM2JnolewoVUKgXudDrRtnZP9MQK5hPdEdiYZ5CqG6LH8INnVBu3LGESSxj+Dsy2bRwOh581dRJQv9/HYDCAqqrodDooFAp0nJmmidFoBEmSsNlsMBwO6TjrdruwLAvZbBY8z0OWZdTr9evnzDAMLJdLXC4XnM9nkDsVrVYr9hHGdjadTjGbzZDJZKLj830f7XYbiqJcvxo5jkMul4MoilEFRpcqWaNS+pVKBaVSCa7rQhAEOI6DXq+H9XpNp880TUOtVsPxeESxWMRut4Ou69hut3SautFooFwuRw4/czeZTOg1dbPZRDqdxmKxwH6/R7Vajb038fBcrVbI5/MROE6QouJYTOov2P+I+W28s4TNWcHCp9wDK1gIGiee1DHijej1+/M7amqWPxYfAgwACS6Jy3cFed0AAAAASUVORK5CYII=) center left no-repeat;
    cursor: pointer;
}

div.pp_default .pp_expand {
    background: url(../../../themes/invico/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
}

    div.pp_default .pp_expand:hover {
        background: url(../../../themes/invico/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
        cursor: pointer;
    }

div.pp_default .pp_contract {
    background: url(../../../themes/invico/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
}

    div.pp_default .pp_contract:hover {
        background: url(../../../themes/invico/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
        cursor: pointer;
    }

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(../../../themes/invico/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
    cursor: pointer;
}

div.pp_default .pp_gallery ul li a {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAhCAIAAAAUH2/TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDNCMUJBNjIzRTg3MTFFMDhFNkY5MzEyRUYzMTRFMDIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDNCMUJBNjMzRTg3MTFFMDhFNkY5MzEyRUYzMTRFMDIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEM0IxQkE2MDNFODcxMUUwOEU2RjkzMTJFRjMxNEUwMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEM0IxQkE2MTNFODcxMUUwOEU2RjkzMTJFRjMxNEUwMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pkr7DkwAAAJ1SURBVHja7JfJiiJBEIbbstzGXXEDxQVEPPgiHn0d8eRDiggKKoob7tu4zTeVQ4+o9JhlO3jwP0hVZETGXxGREanhdDp9vB6Uj5eE+prRetN619ablizm8/lsNttsNtvtlleLxWK1Wl0ul9Pp1L2nge10G2Pb7XaNRiMkrBoMBsN6vUYO0cPhEIlEEOqhxS76OC0Wi1arFQqF/H7/ScPfTTWMRqNerxeLxRwOx39KIh/TbDaj0ShxOh6PF6uCpc/nU1UVtUQiYbPZ5KK1XC5lOcGjXq/7NXz9VSJmIJVKKYry3GhNp1Pq6Z+cRNhQm0wmmHg8Hol2epTEfr8fj8fkjoo+lxeLxUqlcq2PGsqYYHi/F+UkCdxQ7NdVzNErl8uQq1arF0soY4Lh/V6kk8juu92OWr6odJcGVkulUi6XKxQK2Wz2T6GoKiYskfpn1RZsMCEjN30gzGQyXq8XKp878yBSc78vaVroc75o6Df7ZDKZzOfz8Xicjgp1IUQZk4ve9v0n0Ww2U0n83iS0Wq1YvTi5TCTxSff2rcFgIMWJGGBCt0un0+dyt9sNIWro2qRWq9nt9kAgQGafFS3SwQweDodMQybPp5wWcFOf+cNICIfDIo9PpGUymYLBIAORAmfCfKEM13a7zVjE5Lm0frdgRRFJaTQalPN5zC7i1Ol0WEUZEylHemiJgDFMcNbv98Vg+aGB1ZUGBg6MudjQzGRDpf8GASEOF2VOm4AWpfZTgzingAiRaHR4lg3VQ7dTnOGS8uJ8wU+MSCEXQrGqg9Ojl2ZSg3sciw4uthJ3QEWDVK/65rs8JG4Ookd2fv9PfNN6Fn4JMADwIn/wsGds/wAAAABJRU5ErkJggg==) center center #f8f8f8;
    border: 1px solid #aaa;
}

div.pp_default .pp_social {
    margin-top: 7px;
}

div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
    position: static;
    left: auto;
}

div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
    background: url(../../../themes/invico/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px;
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px;
}

div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
    background: url(../../../themes/invico/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
    height: 20px;
    width: 20px;
    margin: 4px 0 0;
}

div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px;
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 5px;
}

div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 110px;
    position: relative;
}

    div.pp_default .pp_nav .currentTextHolder {
        font-family: Georgia;
        font-style: italic;
        color: #999;
        font-size: 11px;
        left: 75px;
        line-height: 25px;
        position: absolute;
        top: 2px;
        margin: 0;
        padding: 0 0 0 10px;
    }

    div.pp_default .pp_close:hover,
    div.pp_default .pp_nav .pp_play:hover,
    div.pp_default .pp_nav .pp_pause:hover,
    div.pp_default .pp_arrow_next:hover,
    div.pp_default .pp_arrow_previous:hover {
        opacity: 0.7;
    }

div.pp_default .pp_description {
    display: none !important;
    font-weight: 700;
    line-height: 14px;
    margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
    background: url(../../../themes/invico/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}

div.pp_default .pp_bottom .pp_middle {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIIAAAAvCAYAAAAvgRLNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExOEJGMkY2QjUxMTM2ODA5MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2RkQ3N0Q4RDNFNkIxMUUwOEU2RjkzMTJFRjMxNEUwMiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2RkQ3N0Q4QzNFNkIxMUUwOEU2RjkzMTJFRjMxNEUwMiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAzODAxMTc0MDcyMDY4MTE4QkYyRjZCNTExMzY4MDkwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTE4QkYyRjZCNTExMzY4MDkwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+wcubnwAAAHlJREFUeNrs3EERACAMA8FUIP6t9AcGqACGXQmZe6eSrPC9EgJCQAgIgVsI3b3NgBAQAkJACAgBISAEhIAQEAJCQAgIASEgBISAEBACQkAICAEhIASEgBAQAkJACAgBISAEhIAQEAJCQAg8GUK8qiEEhIAQEAKDI8AA1FuTlQtMVXIAAAAASUVORK5CYII=) bottom left repeat-x;
}

div.pp_default .pp_bottom .pp_right {
    background: url(../../../themes/invico/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}

div.pp_default .pp_loaderIcon {
    background: url(../../../themes/invico/images/prettyPhoto/default/loader.gif) center center no-repeat;
}

div.light_rounded .pp_top .pp_left {
    background: url(data:image/png;base64,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) -88px -53px no-repeat;
}

div.light_rounded .pp_top .pp_right {
    background: url(data:image/png;base64,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) -110px -53px no-repeat;
}

div.light_rounded .pp_next:hover {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAAWCAYAAABzCZQcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABSVJREFUeNrMmMlLZEkQxqO03FcUFA+DCypoqQcRmlZccANRUTw4oIfpg3cv42UYET3YgtBHz/MHiApzcFxmxIMgOhe9KG6HHnBXxH2rqokvqCiyX1eVZV+qEpL3Kl9mvvxFfBGZr2xut5tsNhuNj4+Tj+Lg5418/ch9SvmajUZu+xoXF1cQFRXlio2NddrtdhfmCEFJ8Fzv3jPIrjcPDw/eRgbK4csnl8v1C9ccGIavUlEiIiKKXl9fxVgMTNHR0RQTE0ORkZEUYvj3QaMkJiaS0+msY8hf+dqqKgAYg3qB0I4K8JeXF1IDYDwbLFTgPwbtAR5jiA/4zfIVWLMoEK7wMLwP6NvbW4wXY8THx4c1uN2UNDwMYPWuetUEwG+rEdAX4AgR7Qu5hyu46cZPkLRYwiNnVEByshLp+ioAQz81EsBRoQCrgcLK05y5HZ6kJcnIXCxitKamRuBWVlZExmYxlQB4SBzQ8DSqNTzw/OnpSa4IH1TcQylq6OfnZ2nzeobbsC6sD8bFGBTMg3H+FIjwQ7Wuwe4Z0IgsbYVBwQLu7+8pPT2dqqqqBPzm5uabBRlZ3RvjWBAWh5ebModBMjIyRD2Xl5dScZ+Xl0fHx8d0cnJCZWVlMl6TJ+Y5ODig/Px8eY4xeAd+4xn6an5RJ6D94uJC3odnvuT90fSYuUXB4gDFBFgcwE2p4+X6MjWUZnY1hlkeHx+pqKiIWlpaqLe3l+7u7qRfQ0ODGBZAjY2NVFdXR7m5uWKMnJwcOjw8pMLCQurp6ZE+aWlp1NbWJgpISUmRvhUVFdTa2krFxcUyBuv0tQa7RwqleKgysEoFAAAHMBZWXV1Ns7Oz3/VVw8FQqGo4U15WY1RWVtLq6qrcY/uDslD29/dpYmJCgJKTkyk1NZWmpqaov7+fOjs7KTMzk87OzmhtbU12i+vrayopKaGuri7ph/dgHMLTyqOrydaFmN5Sj6vnAH51dSWx2tzcLG3az5zY9HygZDY/Py/5AvNZCzwMwL6+PqqvrxeJwpBzc3Mif0BPT0+LMeAIVI31hIQEUQI8DSUE3Kc1KfjNepxETC+pV3wVwELKmhzNMWqIyclJUU93d7fXWPA2ChLm9va2GATzYG2APj8/986FkAMY5kRc69q0r78tM0LP0tYM5wsYcQYLYhEzMzP+90Hj9BaoQJaLi4uUlZX13bPT01NaXl6m9fV12t3dFSAkVEh7b29PjNLR0SHKMzP9e/bpzUDQCoysC+CFhYXAk3qgrZlbtxJtS0pKos3NTUlm5taEAvnW1tZKciovLxcPt7e3i3QRswgNJCyHw+E9FCnDmw70yGqVB/0cLLC5Zfk7sPgCRsEOgAQE7wEacQgAZHTMj7adnR2RKNowBwyxtbUlz5aWliQEMH5jY4MKCgro6OhIlIDxaH8L2ob4Gh0dLeWJ/+QXZVtTPCzb1NQkEwUDjH761aWHDxNej6t4DzIrgPAbIBhn/jYNj3kwFvcYh/H6ZajzaOzrwchfiNk824xtbGxshO9/N19mggPmLWD9SNGTEO5D+Ln5Zky72Wp/MNisnqHNgpgLBlg9gitgg01oIfvgGB4ePuDU/4UX+q8v8GCBAavQYf+VNTIy4h4cHPyH97vfGPwvX9/S/mJYJW2Ch6uXrZ+WAHcNDQ39zZt+PyeKzwzxVeVqGkA/Ja3xq+Dh7GUzkX3zx+DAwAAII/laxttEA4N8YBAH9/vJc5j5jwHzuc2JPwfxxyBXdwg8/EN/DP4vwADzqyH4OmxBwwAAAABJRU5ErkJggg==) center right no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_previous:hover {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAAWCAYAAABzCZQcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABURJREFUeNrUWElLLFcUPj04j4gTiIqioLgQRAhOKE4YtwpZZJN/IARciQtXgsrDRVAUxUhw2ATcBSIJcSQoAU2MUdQ4NCpOOM9D534nfZpr5/Zrk8Cj34FL3aq6dep85zvDrbIPDQ1d0X+XMNfxmj6QPD4+Wu/v720PDw/Wp6cn6/PzsxXXX15e/lCHX9XxZ3Xth6ampiV17jTpsPT19TnpIxAFhhRYuru7IwWWnE4nX8OAWK1WHhaLBWNbXfrm9vb265aWlj89wVtGR0f9HjTAXlxc0NXVFYMFMLvdLgB5jThBsexeo5zwnYqId83NzT/Cb6LP+jEAPj09pcvLSz4PCAigwMBAndW/2VNHm83G97AGwJUDPlXzVsV2hY4VOUH+OhRLdH5+Tjc3N6/Y1QXgTOcAjrWK/fygoKAvGxsbMwS4XzN9fX3NAwLAwq5JwsPDKTg4mEFLfuMZlyNqoqOjv1BTG4LC7ukpCLyMsJKCgRdJ2AgDOEL0kMI1FBq5JwUGa6BH1mIO/Tji3MQg3g3AyFM8pzPpuRaAi4qK+N7ExATrlrV4P+xROj5XbH/b3t6+YDd5TVU9io+Pf+W5vb09zq2QkBBKS0tjowTU6uoqGw/lWVlZ/FJhBYDW19cpMzOTdcBheBb6IyMjaXNz082IZy6r9iQF6RUIqdiQiIgIBgxbT05OWL+JSHUtRa1Fbv9mBA22srOzGcDy8jLFxcVRTU0N9ff3szHV1dV0eHjIL0lJSeF7AwMD5HA4qLKykhnCXFiem5ujiooKmp2dpfn5edZRV1fH71pcXGSDPUU3Xj8CsDhBGBbAMzMz7uqtPwfHYa6c+wmC04oTzwEmxJu9vb3U1tbG84KCAm4bkMnJSerp6eH7kMTERHYWZGNjgzo7O9lJw8PDzNj29jbl5ubS8fExp0JsbCwtLCzwXAw02SAG60OkpKTkFWBJR9NaV5rkIDjtvooJPJ6cnMxzKJf8iomJoaSkJCouLubz3d1dd5imp6dTQ0MDnwPk1NQUM1xfX08JCQmUkZHB6xBFYWFhxveCMT2fdQAAV1tbS6oq09nZ2T8Am6q5y4HJDFqS3ltodXV18fHo6IiNDw0N5fPy8nIeEg1wiAiiYWVlhY0C+5LXEOQ2GEd6wGDoM9mgbTt97tRkl/ZGsfhsWa2tre4wRigJmyMjI9Td3c1z5BUMl6oNQKiiYHdtbY2fw72trS0qLCzkVEBog2VvLUgvYCYZGxtjsIi4srIyYzHUBboUkQ6vfVrf6UjbkGou4QaGdnZ2aHp6mnJycji/sImAIIRLS0spPz+f8vLyOHIAEAUN1RaytLTEncCb4D3vAw0ZHx9n4LDNF3BX61pGxBu1AhzCGSxFRUW5t31iCK4DCKo68gmsoYqnpqZy+0Koo/ojd9He4DTo3N/f57DHeoQt9HoTU+/2FGxN3wocupTNc8gI41cW8gO9GsaCDTFONhUYUC5hC4ZdLYHB6PmF6gyWcYSjsBaOQ6RI5TYJdAAU3qX3ZZMgeqqqqngdnCC7OI8NkkNF5mcqJc2bExgvYejpLQDV+6rsst4iKGwYbxHRq7dPX4xjnSdg0aXIGFGAf0djsJOfChwMB8lmw1d1lq8wE4FKvld7h2EEkF+DFoYAXJj+F21Jrwu/qBrz1eDg4AY6IHLar0HLh47kpbRFX+EuRRcMA3BHR8dPLsDoqU6/Bq0Dl74tX3jv+12kxIEcRkhrDD/K3xO7qs7/56feB/sxKCAV2/xjUIW6TYG3qOtW17Z1FX1Y3Zs7ODiYcBWtJ41hd3j8JcAAJ3IhvjEWLJYAAAAASUVORK5CYII=) center left no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_expand {
    background: url(data:image/png;base64,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) -31px -26px no-repeat;
    cursor: pointer;
}

    div.light_rounded .pp_expand:hover {
        background: url(data:image/png;base64,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) -31px -47px no-repeat;
        cursor: pointer;
    }

div.light_rounded .pp_contract {
    background: url(data:image/png;base64,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) 0 -26px no-repeat;
    cursor: pointer;
}

    div.light_rounded .pp_contract:hover {
        background: url(data:image/png;base64,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) 0 -47px no-repeat;
        cursor: pointer;
    }

div.light_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(data:image/png;base64,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) -1px -1px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_nav .pp_play {
    background: url(data:image/png;base64,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) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_rounded .pp_nav .pp_pause {
    background: url(data:image/png;base64,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) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_rounded .pp_arrow_previous {
    background: url(data:image/png;base64,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) 0 -71px no-repeat;
}

div.light_rounded .pp_arrow_next {
    background: url(data:image/png;base64,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) -22px -71px no-repeat;
}

div.light_rounded .pp_bottom .pp_left {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIIAAAB3CAYAAADPXJhXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAD6VJREFUeNrsXXuMFdUZP3t3RV4uD3m6rAsUqwsojxUtL7mWV2lBMb6wgbCmBBPTJk1JNJVaFjRtSZSYtP/QkLA20iDWP0ygKZXArhFXQWu1yvJYXqubFQjgsrzl0e939pzr2cOZe2fmztx7597zJV9mdubMdx7f73zn+745d7bo+vXrzJKlkpUrVzrevOOOO0bRYTrxROJ7iCsCqreHOJ7LRCcBdvC1a9fY5cuXY999910x+OrVq0VXrly5KIo1U5n/UZkG4m3Lly//oqampmBmSRF11gSAoXSopoFZTIMyFAMoOWokAUAKBwgYAYARABLXZZ9isRjnoqIi8FHiv1H5Wip7qCAsggEEcToso4Gbi8HCwJSUlCQGKmogAAAuXrzIAYCj3iecq1YD5QkcFXT9xS5dulTRrVcuXLiwo6CAABDQYPyJBuN+/H3TTTcllC8HLGogICWys2fPchDofUqYRdE3HEn5CQtC1uCnVLZ/t27dns93MJRoywEswf1yxoCivBxcunSJnTt3joNA7ZO0Cmp5HRgoK6zDBDpfdvPNNx8heYfzFQjq1KjGcsDRUVIS6U5BsfADYA2kJZB9otnNbrnlFuYULfXs2ZOXUZ8hWT8rLi6uznuLgOhAOIa8825DSjnrMOCYPTRYrGvXrtz84m8QzSR+XTXX58+f589h5mHQwSgD5UFxYMiGHMhDOenkqTNWla2DAPLBkIMyuN69e3c2bdo0/vzOnTtZe3t7J8sAEEyePJmXra+v5/3CMgJ5VG4xteUtatsX+bw0TEd04OVBDM6ZM2e4oh544AF+hAIPHDjAmpqa2IQJE/j948eP8wHG4OL+t99+y+699142ePBgroQ9e/bwZ3r37s3N+G233cbuvPNODo7W1la2f/9+DoIRI0ZwEOEZKAcRwDfffMOVawIonpFglIRnAMJbb72VK/z999/n/gMIVgLX0I+TJ0/ysjKagDxqfwUBCqH0F/m8NExEZ704hBjQfv36sSVLlnAlQpmQ8dhjj7FTp06x6dOns8rKyoRphlIAgmeffZaDpLm5mYNk/vz57KGHHmItLS0cAE888QQvCwCMHj2aDR3agc9Zs2ZxAA0bNowNHz6c123yX1TvX/UF5DVYAigaCp8yZQoHqbQEEgQoI0NMaR3FcWK+O4v3YFClN51qaUDZ06dPs0WLFnFl1tbWsl69evHZ3djY2MnRlArBbB8/fjyfwWvXrmVtbW181uH67NmzuWIrKjryVRs2bODLwq5du1h5eXliSdi+fTtXEmYvwIeZrbdVzXmY+iTBAMXj+alTpyaWMAkCaUkkEAAm0YZ78h0IFXLQdI/aRBio/v37sx49erBt27ZxpfTt25c/C+VKZ0slrNeDBg3i5zDpmOm4dvDgQX4NSwKsysiRI9maNWvYkSNH2Jdffsk+//xzPmNBDz74IBs7diwHGgB37NixpFGD3iepWCwbUDiWNLQdBGslQaBaAhVgJOP2gsgj6GuqE8n1U/oK+BtKlQrAQEuFyHvqMzhXn5Fr8QcffMCfxZIyatQoDpbS0lLW0NDAy0Dxhw8f5rMXFgllddDK9qTqE8qpSwvOsYy5HYN89RGOeskaYkZCESCsszDz8AuwTMAawNuWQIAzhvsY4K+//ppfLysr42VPnDiBiCVhJXD+8ccfs/Xr17OlS5fy63369EksDXv37uUO3u7du/nzpjaLFHHCqXRqfzwe51ZMRik4xzWn0FlYluZ8BUIxOk9r5VTq5GgvySMoB2vquHHj2N13382Vj5k8b948tmXLFjZnzpxEKDdw4EC+1tfV1bFJkyaxMWPGcGDAOZwxYwZXMO498sgjbOLEiTy7h3YBMB9++CEHEp5D++AfDBkyhB9hzuFLmJYFOeP1PkkQDBgwgAPg3XffZYcOHeL+CfwcLHlwZPXnEIISGLaTFfpHPgOhjM7nyJmXimQcjxm+b98+7gDKcPC9997jYSOUCEcQAw6nDIywEooFARjwMVAejLUaVgFmH/egiB07dnD5UDqWCMiHUwlZIISXAI3JmVXBkAwEyCVgKUFfkoFBAGEdAeGjfAQCf/soEkqbaUCGerEKcl0FY9BlQglmFBZC+goyxw/FQ5m4JxNKKI/lBOdQiJ6cgqJlEkqu3+pzuimXVgiy0C4cZZ9Q/8yZM3n7JAhUAuBwH+VxH0CWywLVc5RO5+ZrQinxGprAUEMDvUJVXlRJhq0AAgCn9glggGJ1EKhgwPMSBBLEBMxVBMYVhRA11BLqq2hGzY265wyLAYsCa6ImmECqgk2kAwQWh2RtIStTWwhRA2L4I3R4lTr+UdRfOsmIAf3AbAYg/PRJ7FnYTUB6NZ/fPCacRUkUAh4hR6yJZkA/Gswfusky5jIY1BAy2WtnU6goLME/6blVhbAxpRMQFDA00GC00UAMpWNvNV8fRTAIj9+YY1ATWignGHmVP5Oj+UfiTwshoWS0l2KZqCEH8i28cSMuqM2rdN1uXrVUmBSzQ2DJAsFSZx+hsrLyusnRSuYcJnMgGxsbXe1wyVa9lnxaBHW7d6oQLMht79mqt2CBoA6iDK/0bV7qTDUNuvqcV0Vnul5LDkBQB/rxxx9P/I1z00zEOfYWymvy3Ksy1HoN+wMdz/VrFgQBWgQ52zZt2sQV65ZQFs/4Mc9qvUEsIZbSdBZVM+wFDCoIdBlerIJq3vV6pXyn6/pyYikNIKgm14s1UBUExXhdq02mXld0KkC4iTQsebAIcjB1BTiRqZwfZZiUKC2SXoe8poLBAiDg8DGIAfVjnp3q1RVuAob1EYIj/q4BiZ0g3jDK2e0loZSNei2lSCilaxX8Pp+tei0ZwseglgYvZtpUr74cpDoPMgwteCAEFX55Te4kq1f3CZKFtDapFFDUoM5Mp3jdKWxMVc6tRdDbYJLnNdllyUf46CZeTxZGpru8OC0Rqdpjcwgh5BGkQkzxerIQD8dkL4bchJzyeSfL4nTdb72WHHwEN/G6m3jfT2YxCEVaqxBgHiHZu363Ay0+h+Mpj5Dpei0lCR+TmW2nMqawze9+hEzWa8nBRzANopvZGEYiKBP1WnIAQrZSszYlnGNAsJtXLdnNq5bMzqLdvGqdxRsG1OsmUr/Ootw0q+cnTHUEkdq25ACEoMxqOhbBrWJNKWdrEQL0EXTz6/V1sN9NpKoC/WyatZtXQ1gaTEpJ9vZRvxfE5tVM1BsFWrFiBf57zALi+1jH5wh6EXcllp+jxyfw8JP+NmJ86GsX8caVK1d+4suap0oxO70FTGbCvW5Vc6rXafNqPuclCAAv0wH/N+MHQvFeCMDAN403EyB+59kimJy9VCbaBAg/MzPZ5lW3/kM+WAQCwB/o8CRxObrkUwyAg//MN5LkPUXHNwkQL3i2CH69f10hdvOqJwDMosNLxGMUsx8UYfn4jPhFAsS/XSeU7ObVjIPg93RYTzw+BBAwIROy14u6UoePqZaGVD898xOGBrlpNoIg+AsdFrLvvycVJg0g/g3VOYAswy8dLYIp/IKCkzlmpvtBb151c81PvTkCgsUZAoEk1LVY1G0GglMaN+xNpE6bZt3WG8WNrMJEL/QREQRBqHOhaZmIOa23qUI1XSlBmeds1ZtBx/CZDFsCk2V4RrTlRiDou3703xSkOk9n86qazXTz7kAFQ8Q2r74k1uts0wDRlht9hKBmmN/Nq6pFSGbyne7nuo8g8gRjcqhJY0SbOieUkg2m102kfsBjsgROP5mPaOTwZEghYjqhJdr0QidnMdXg2s2raVkDpI3Lc7Bp5aJt3y8Npn+U7WYTabq/bspGvVkgvDvIRZNVJNpmv8WcAWuAt4h1WQoX3RBeVMXtJ3jDpwU5DAKZW1hggRA+3ReFNloghE8VUWhjInwsKyuDV/so8WziKnEZu122Er/d0tLylZ8awpIbIeoVhTaWCGXhP7Q8T/ywVuAnguNUZjUprcEjCEKRGzHqGoU2xsSM1ZXVpBXEvedFWS+WwASCpnTkRpCKo9DGmDDbqrLwj7DjhsIPi7Ju6VEDCJiQ3ZyGXEshUEys3ZJaoCgy1S0O5Wd7kG0sK2THRV1+5FoKCQjSgTshQHBYKKwITKeDlfJVHmSrZQcr8pioIy7q9CrXUkhASEVB/H/gK3aocx8I8gcR/YnryHEbJpy962Bl1jKlrBtSy55Q5DFRR52o06tcSyEBYavq7AswlDmU3+pB9laHaKJMgKDMp1xLIQHhbeJ3lGu3C0Xp9I4o65Z0uZLqRB1+5UaNrkahjTGR2VutKW2EAQSrvWQBHeTqsj3LjSBdjEIbS4TSGshi/0rM1sBSwWHJjRjhR6o9c72NJdoMfk1wYBSW3AjRUc0fysk22reP4dOuKLTRAiF82pjjfgLattECIWQSH644mMNNPIg2qvsR8N68Unj1Mq3cyjreFjbSWt/mp5aw5EaMNhOPZLm3gfW6aBsrjsfj8pXxj4l/RNyXuIvgvkKBfUpLS9va29vPeARBKHKjRvX19dtpnKtZ7m1S+YqswXycxMSMnUx8l1LglPYA7k0WZb1YAl2uLtuz3AjTmyy3kktXRZs4xYTZvkuLe2sND94lyrqlSgMImJDdlobcqPoK+EXRZznUpM/Uz+rEWOdMH0x0La3bTqZ6hIeKRjjkFc4IMJzxKTfK9CLx8Rxox3HRFqYCQTpw5wQITguF1YDp9BWl/GAPlallX1HkMVFHrajTq9woWwV8x2it0u9sEOpeq39TyU34eC2Ayq8xSxIMq+jwRpZyC6jzDdEGpgOhVZzjAwrV5Lj1Ec5eDZhOn1PKt3qoVC37nCKPiTqq2fcfjGgtMDDgO0avZ9gyoK7Xk31DSd1VXCrAUOogrMlDxU0O0USpAEGpT7n5BIY1GfIZUMcaJxBIIDQS71Wu9RKK0mmvKOuWdLmS9Hjaq9x8WyaeJv5PSKHlVSH7adNyoFJxVVXVJSR16Lw7cT9xvZsBBDvJyXON3vb2dpNcXbZnuflG9fX1B4nXxeNxjFO5sJTpZiCRMcRb33UEgKdQR6oHEj+Ltynm3KBsfYvZfh8hdwGR+a+zW7JkX0NbskCwZIFgSSP5fQQ4JifIg28OoxKS/5oIG39NdVzQ/7ZqyB2LAM90LyloOXG3EOqpJl7KOjalmP62lENLAwDwsgDEz+3QWB8BP0fbQGD4iHisHSLrLGK5+JTAsI54kB0qGzX8gviA8B/sml7g4SOiiU/Iw79sh6wwgYA89jLicQSCf9nhyvM8ggP9lfi3BIBTdpgKEwj1rCPR8187PIUJhGZhAf4eQj1x1vH69KzD35ZyBAhY/2vDSvfq1sVam9yjoqj/c21LmQ0fLVkgWCoE+r8AAwAbvFC/upMiZQAAAABJRU5ErkJggg==) -88px -80px no-repeat;
}

div.light_rounded .pp_bottom .pp_right {
    background: url(data:image/png;base64,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) -110px -80px no-repeat;
}

div.dark_rounded .pp_top .pp_left {
    background: url(data:image/png;base64,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) -88px -53px no-repeat;
}

div.dark_rounded .pp_top .pp_right {
    background: url(data:image/png;base64,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) -110px -53px no-repeat;
}

div.dark_rounded .pp_content_container .pp_left {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACRJREFUeNpiZGBg2M9ARcDEQGUwauCogaMGjho4auBQMRAgwAA63wDniG/BMgAAAABJRU5ErkJggg==) top left repeat-y;
}

div.dark_rounded .pp_content_container .pp_right {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACRJREFUeNpiZGBg2M9ARcDEQGUwauCogaMGjho4auBQMRAgwAA63wDniG/BMgAAAABJRU5ErkJggg==) top right repeat-y;
}

div.dark_rounded .pp_next:hover {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAAWCAYAAABzCZQcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABSVJREFUeNrMmMlLZEkQxqO03FcUFA+DCypoqQcRmlZccANRUTw4oIfpg3cv42UYET3YgtBHz/MHiApzcFxmxIMgOhe9KG6HHnBXxH2rqokvqCiyX1eVZV+qEpL3Kl9mvvxFfBGZr2xut5tsNhuNj4+Tj+Lg5418/ch9SvmajUZu+xoXF1cQFRXlio2NddrtdhfmCEFJ8Fzv3jPIrjcPDw/eRgbK4csnl8v1C9ccGIavUlEiIiKKXl9fxVgMTNHR0RQTE0ORkZEUYvj3QaMkJiaS0+msY8hf+dqqKgAYg3qB0I4K8JeXF1IDYDwbLFTgPwbtAR5jiA/4zfIVWLMoEK7wMLwP6NvbW4wXY8THx4c1uN2UNDwMYPWuetUEwG+rEdAX4AgR7Qu5hyu46cZPkLRYwiNnVEByshLp+ioAQz81EsBRoQCrgcLK05y5HZ6kJcnIXCxitKamRuBWVlZExmYxlQB4SBzQ8DSqNTzw/OnpSa4IH1TcQylq6OfnZ2nzeobbsC6sD8bFGBTMg3H+FIjwQ7Wuwe4Z0IgsbYVBwQLu7+8pPT2dqqqqBPzm5uabBRlZ3RvjWBAWh5ebModBMjIyRD2Xl5dScZ+Xl0fHx8d0cnJCZWVlMl6TJ+Y5ODig/Px8eY4xeAd+4xn6an5RJ6D94uJC3odnvuT90fSYuUXB4gDFBFgcwE2p4+X6MjWUZnY1hlkeHx+pqKiIWlpaqLe3l+7u7qRfQ0ODGBZAjY2NVFdXR7m5uWKMnJwcOjw8pMLCQurp6ZE+aWlp1NbWJgpISUmRvhUVFdTa2krFxcUyBuv0tQa7RwqleKgysEoFAAAHMBZWXV1Ns7Oz3/VVw8FQqGo4U15WY1RWVtLq6qrcY/uDslD29/dpYmJCgJKTkyk1NZWmpqaov7+fOjs7KTMzk87OzmhtbU12i+vrayopKaGuri7ph/dgHMLTyqOrydaFmN5Sj6vnAH51dSWx2tzcLG3az5zY9HygZDY/Py/5AvNZCzwMwL6+PqqvrxeJwpBzc3Mif0BPT0+LMeAIVI31hIQEUQI8DSUE3Kc1KfjNepxETC+pV3wVwELKmhzNMWqIyclJUU93d7fXWPA2ChLm9va2GATzYG2APj8/986FkAMY5kRc69q0r78tM0LP0tYM5wsYcQYLYhEzMzP+90Hj9BaoQJaLi4uUlZX13bPT01NaXl6m9fV12t3dFSAkVEh7b29PjNLR0SHKMzP9e/bpzUDQCoysC+CFhYXAk3qgrZlbtxJtS0pKos3NTUlm5taEAvnW1tZKciovLxcPt7e3i3QRswgNJCyHw+E9FCnDmw70yGqVB/0cLLC5Zfk7sPgCRsEOgAQE7wEacQgAZHTMj7adnR2RKNowBwyxtbUlz5aWliQEMH5jY4MKCgro6OhIlIDxaH8L2ob4Gh0dLeWJ/+QXZVtTPCzb1NQkEwUDjH761aWHDxNej6t4DzIrgPAbIBhn/jYNj3kwFvcYh/H6ZajzaOzrwchfiNk824xtbGxshO9/N19mggPmLWD9SNGTEO5D+Ln5Zky72Wp/MNisnqHNgpgLBlg9gitgg01oIfvgGB4ePuDU/4UX+q8v8GCBAavQYf+VNTIy4h4cHPyH97vfGPwvX9/S/mJYJW2Ch6uXrZ+WAHcNDQ39zZt+PyeKzwzxVeVqGkA/Ja3xq+Dh7GUzkX3zx+DAwAAII/laxttEA4N8YBAH9/vJc5j5jwHzuc2JPwfxxyBXdwg8/EN/DP4vwADzqyH4OmxBwwAAAABJRU5ErkJggg==) center right no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_previous:hover {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAAWCAYAAABzCZQcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABURJREFUeNrUWElLLFcUPj04j4gTiIqioLgQRAhOKE4YtwpZZJN/IARciQtXgsrDRVAUxUhw2ATcBSIJcSQoAU2MUdQ4NCpOOM9D534nfZpr5/Zrk8Cj34FL3aq6dep85zvDrbIPDQ1d0X+XMNfxmj6QPD4+Wu/v720PDw/Wp6cn6/PzsxXXX15e/lCHX9XxZ3Xth6ampiV17jTpsPT19TnpIxAFhhRYuru7IwWWnE4nX8OAWK1WHhaLBWNbXfrm9vb265aWlj89wVtGR0f9HjTAXlxc0NXVFYMFMLvdLgB5jThBsexeo5zwnYqId83NzT/Cb6LP+jEAPj09pcvLSz4PCAigwMBAndW/2VNHm83G97AGwJUDPlXzVsV2hY4VOUH+OhRLdH5+Tjc3N6/Y1QXgTOcAjrWK/fygoKAvGxsbMwS4XzN9fX3NAwLAwq5JwsPDKTg4mEFLfuMZlyNqoqOjv1BTG4LC7ukpCLyMsJKCgRdJ2AgDOEL0kMI1FBq5JwUGa6BH1mIO/Tji3MQg3g3AyFM8pzPpuRaAi4qK+N7ExATrlrV4P+xROj5XbH/b3t6+YDd5TVU9io+Pf+W5vb09zq2QkBBKS0tjowTU6uoqGw/lWVlZ/FJhBYDW19cpMzOTdcBheBb6IyMjaXNz082IZy6r9iQF6RUIqdiQiIgIBgxbT05OWL+JSHUtRa1Fbv9mBA22srOzGcDy8jLFxcVRTU0N9ff3szHV1dV0eHjIL0lJSeF7AwMD5HA4qLKykhnCXFiem5ujiooKmp2dpfn5edZRV1fH71pcXGSDPUU3Xj8CsDhBGBbAMzMz7uqtPwfHYa6c+wmC04oTzwEmxJu9vb3U1tbG84KCAm4bkMnJSerp6eH7kMTERHYWZGNjgzo7O9lJw8PDzNj29jbl5ubS8fExp0JsbCwtLCzwXAw02SAG60OkpKTkFWBJR9NaV5rkIDjtvooJPJ6cnMxzKJf8iomJoaSkJCouLubz3d1dd5imp6dTQ0MDnwPk1NQUM1xfX08JCQmUkZHB6xBFYWFhxveCMT2fdQAAV1tbS6oq09nZ2T8Am6q5y4HJDFqS3ltodXV18fHo6IiNDw0N5fPy8nIeEg1wiAiiYWVlhY0C+5LXEOQ2GEd6wGDoM9mgbTt97tRkl/ZGsfhsWa2tre4wRigJmyMjI9Td3c1z5BUMl6oNQKiiYHdtbY2fw72trS0qLCzkVEBog2VvLUgvYCYZGxtjsIi4srIyYzHUBboUkQ6vfVrf6UjbkGou4QaGdnZ2aHp6mnJycji/sImAIIRLS0spPz+f8vLyOHIAEAUN1RaytLTEncCb4D3vAw0ZHx9n4LDNF3BX61pGxBu1AhzCGSxFRUW5t31iCK4DCKo68gmsoYqnpqZy+0Koo/ojd9He4DTo3N/f57DHeoQt9HoTU+/2FGxN3wocupTNc8gI41cW8gO9GsaCDTFONhUYUC5hC4ZdLYHB6PmF6gyWcYSjsBaOQ6RI5TYJdAAU3qX3ZZMgeqqqqngdnCC7OI8NkkNF5mcqJc2bExgvYejpLQDV+6rsst4iKGwYbxHRq7dPX4xjnSdg0aXIGFGAf0djsJOfChwMB8lmw1d1lq8wE4FKvld7h2EEkF+DFoYAXJj+F21Jrwu/qBrz1eDg4AY6IHLar0HLh47kpbRFX+EuRRcMA3BHR8dPLsDoqU6/Bq0Dl74tX3jv+12kxIEcRkhrDD/K3xO7qs7/56feB/sxKCAV2/xjUIW6TYG3qOtW17Z1FX1Y3Zs7ODiYcBWtJ41hd3j8JcAAJ3IhvjEWLJYAAAAASUVORK5CYII=) center left no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_expand {
    background: url(data:image/png;base64,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) -31px -26px no-repeat;
    cursor: pointer;
}

    div.dark_rounded .pp_expand:hover {
        background: url(data:image/png;base64,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) -31px -47px no-repeat;
        cursor: pointer;
    }

div.dark_rounded .pp_contract {
    background: url(data:image/png;base64,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) 0 -26px no-repeat;
    cursor: pointer;
}

    div.dark_rounded .pp_contract:hover {
        background: url(data:image/png;base64,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) 0 -47px no-repeat;
        cursor: pointer;
    }

div.dark_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(data:image/png;base64,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) -1px -1px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_description {
    margin-right: 85px;
    color: #fff;
}

div.dark_rounded .pp_nav .pp_play {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIIAAAB3CAYAAADPXJhXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAD45JREFUeNrsXW1sFMcZHpvDQCDm03wZgiEmicN3gEZ8xnwYlxYIKIEflZIgBfEDqUqlVCUVqmKq/kikJGp/UhFhIdEfpPmRKrRFIGNQiEkAtaKACRgwThwHrBgwEAwhpu8znrmMJ7N3u3u7d7d380qj29udfWd23mfer52bK3j48CGzZCm2fft2x4uTJ0+eQh/LqMyjMp3KhIDaHSg+76TjIQF2lO7ubnb//v3C77//vg/KDz/8UPDgwYMuUa2F6vyP6jRQObht27bTNTU1eTNLCuhhTQAoo4+NNDCv0KCUYQBliRpJAJDAAQJGAGAEgPh5+UyFhYW8FBQUoFyhspvq11LdS3mhEQwgqKSP12ngVmGwMDCxWCw+UFEDAQDQ1dXFAYBP/ZlwrGoN1CdwTKDzfygqKppNl965e/fuobwCAkBAg/EWDcaz+N63b9+48OWARQ0EJER2+/ZtDgL9meJqUTwbPkn4cQ1C2uAXVLdkwIABW3MdDDHNHEATPCtnDCjK5uDevXvszp07HATqM0mtoNbXgYG6QjvMpePX+/Xr10z8LucqENSpsRHmgKMjFov0Q0Gw8AOgDaQmkM9Es5s9+uijzClaGjRoEK+j3kO8ftmnT5+NOa8REB0Ix5A/vNuQUs46DDhmDw0W69+/P1e/+A6imcTPq+r6u+++4/dh5mHQUVAHwoPgUMAbfMAP9aSTp85YlbcOAvBHAR/UwflHHnmEPffcc/z+o0ePslu3bvXSDADBggULeN3Dhw/z54IZAT+q9wr15QPq2+lcNg3LEB14uRGD09nZyQW1ePFi/gkBXrhwgTU1NbG5c+fy69euXeMDjMHF9Rs3brA5c+awMWPGcCGcPXuW3zNkyBCuxseOHcuefPJJDo62tjZ2/vx5DoLy8nIOItwD4SAC+Oabb7hwTQDFPRKMknAPQDh8+HAu8E8++YT7DyBoCZzDc3z77be8rowmwI/6P4EAhVD6dC6bhnl4WC8OIQZ0xIgRbNOmTVyIECZ4vPjii6yjo4MtW7aMVVRUxFUzhAIQbNmyhYOkpaWFg2Tt2rVszZo1rLW1lQNgw4YNvC4AMHXqVFZW1oPPFStWcABNnDiRTZo0ibdt8l9U71/1BeQ5aAIIGgJfuHAhB6nUBBIEqCNDTKkdxee8XHcWp2NQpTedzDSg7vXr19lLL73EhVlbW8sGDx7MZ3djY2MvR1MKBLP9mWee4TN4x44d7ObNm3zW4Xx1dTUX7IQJPfmqPXv2cLPw+eefs/Hjx8dNQl1dHRcSZi/Ah5mt91XNeZieSYIBgsf9ixYtipswCQKpSSQQACbRh+m5DoQJctB0j9pEGKiSkhI2cOBAdvDgQS6UYcOG8XshXOlsqQR7PXr0aH4MlY6ZjnMXL17k52ASoFWefvpp9t5777Hm5mZ25swZdurUKT5jQUuWLGEzZ87kQAPgrl69mjBq0J9JChZmAwKHSUPfQdBWEgSqJlABRjwey4s8gm5TnUjaT+kr4DuEKgWAgZYCkdfUe3Cs3iNt8aeffsrvhUmZMmUKB0txcTFraGjgdSD4y5cv89kLjYS6Omhlf5I9E+qppgXHMGNuxyBXfYQrXrKGmJEQBAh2FmoefgHMBLQBvG0JBDhjuI4B/uqrr/j50tJSXre9vR0RS1xL4PjEiRNs165dbPPmzfz80KFD46bh3Llz3ME7fvw4v9/UZ5EijjuVTv2vrKzkWkxGKTjGOafQWWiWllwFQh88PNnKRfSQU70kjyAc2NRZs2axadOmceFjJq9evZrt27ePrVy5Mh7KjRo1itv6+vp6Nn/+fDZjxgwODDiHy5cv5wLGtXXr1rF58+bx7B76BcAcO3aMAwn3oX/wD8aNG8c/oc7hS5jMgpzx+jNJEIwcOZID4MCBA+zSpUvcP4GfA5MHR1a/DyEogaGOtNDfcxkIpXS8Us68ZCTjeMzwL774gjuAMhw8cuQIDxshRDiCGHA4ZSgIKyFYEIABHwP1UWCroRWg9nENgjh06BDnD6HDRIA/nErwAiG8BGhMzqwKhkQgQC4BpgTPkggMAgg7CQif5SIQ+NtHkVD6mAakzItWkHYVBYMuE0pQo9AQ0leQOX4IHsLENZlQQn2YExxDIHpyCoKWSShpv9X7dFUutRB4oV/4lM+E9quqqnj/JAhUAuBwHfVxHUCWZoHauUKHq3I1oRR/DU1gqKGBflMVXlRJhq0AAgCnPhPAAMHqIFDBgPslCCSICZh/JDC+mQ9RQy2hfjbNqFVR95yhMaBRoE3UBBNIFbCJdIBA4xCvfaRlavMhakAM30wf79KDfxb1l04yYsBzYDYDEH6eSaxZOE5AejeX3zz2AoIAQz0N4hs0eB+b3ttHVSugwAl1+0yoI8zBP4nP1rxbmCLBQP5CM82GkzQQkV6qJsEg31JCwHapmksgKGaihgDxAd64Ucmrxat03i5etZSfVGiHwJIFgqXePkJFRcVDk6OVaF2CuuBDp8bGRlcrXDLVriWfGkFd7q06YInqBuX1Z6LdvAWCOojyFa6+zEudqaZBV+/zKuh0t2vJAQjqQK9fvz7+HcemmYhjrC2U5+SxV2Go7RrWBzoe6+csCALUCHK27d27lwvWLaEu7vGjntV2gzAhllJ0FlU17AUMKgh0Hl60gqre9XYlf6fzujmxlAIQVJXrRRuoAoJgvNpqk6rXBZ0MEG4iDUseNIIcTF0ATmSq50cYJiFKjaS3Ic+pYLAACDh8DGJA/ahnp3Z1gZuAYX2E4Ii/a0BiJ1Gixuvs9pJQykS7lpIklFLVCn7vz1S7lgzhY1CmwYuaNrWrm4Nkx0GGoXkPhKDCL6/JnUTt6j5BopDWJpUCihrUmekUrzuFjcnqudUIeh9M/Lwmuyz5CB/dxOuJwshUzYuTiUjWH5tDCCGPIAViitcThXj4TPRiyE3IKe930ixO5/22a8nBR3ATr7uJ9/1kFoMQpNUKAeYREr3rdzvQYjscT3mEdLdrKUH4mEhtO9UxhW1+1yOks11LDj6CaRDdzMYwEkHpaNeSAxAylZq1KeEsA4JdvGrJLl61ZHYW7eJV6yz+ZEC9LiL16yzKRbN6fsLURhCpbUsOQAhKraaiEdwK1pRythohQB9BV79eXwf7XUSqCtDPolm7eDUE02ASSqK3j/q1IBavpqPddFIKvzZ/gspSBFdURrGerQSKlMmLjR2wsyi2FsAWtI1U6qic99N+LNFgOs1QkzD8CsK0aDbZ4tUc9w9eZT2bf48Vgnci/D/BAFFGUMEfsa2h8jUVbFX7vmeNYBJkMhWtvyb2OzMTLV516z/kiI+wSWiAEjySTx4AThnr2dBkmdAQOz1rBFUwXl8Hp5oryGNnb47QAo+z4LYpwKCOxHwl04A/KHufPk+4TijZxatpp5epvEFlMgtnr4pCwfsNAsLLrsLHZKYh2U/P/IShQS6ajSC9RqWKSv80tDVEaIehVP7iqBFM4RcEnMgMmK4HvXjVzTk/7WYJCKrTBAJJaKuagPCaIxCc0rhhLyJ1WjTrtt2ILmR9WWiCogy0jTarTGai0MneJluypgslKPWcqXbT6BiuSbMmMGmGNQSGOUYg6Kt+nOJ1p+NUFq+q2Uw3UYkKhogtXn1V2OtM0xDRl5/6CEHNML+LV1WNkEjlO12PgI+wSYSI2UKPk1bY9JM8QqLB9LqI1A94TJrAKdsZ0chhKcuu7QwLRZ929nIWkw2uXbyaskkoycJ+lZBWeLWXaTD9UbabRaSp/ropE+1mgPDuIBtVVoHom128mgbCW8SxWdy/saQVnrBb8KbHNyjK4v6hb0stEMKniij00QIhfBoVhT7Gw8fS0tLx9PEC68mBzxanT1LZT+XD1tbWL/20EBbfCNHAKPQxJoQFz3Erlee1Cj8XpZLqvE1Ca/AIglD4RoyKotDHQjFjdWE1aRVxbauo60UTmEDQlArfCFIUzC//y7MXNGHhj7ArDZWfF3Xd0gsGEDDBuyUFvpZCQmu18r0VgiJV3epQv9oDb2NdwbtStOWHr6WQgCAduHYBgstCYAUodDhGqT/bA2+17hiFHxNtVIo2vfK1lCH7FcT/Az+wQ539QDgpjvFSpJ4ct4nC2XuIosxaptR1Q2rddoUfE23Usx9fxJy0osg8EParzr4AQ6lD/f0eeO93iCZKBQhKffK1FBIQPqTykXLuMSEonT4Sdd2SzldSvWjDL9+oURT+R7m7UGT23taEVm4AwdtesoAOfHXenvlGkO5HoY8xIbQG0ti/FrM1sFRwWHwjRviR6oBs72NMm8F/FiUwCotvhAi/VB6R7X20bx/Dp8Yo9NECIXyqy3I/AX2rs0AIn7BxxddZ3L+va2pqzqvrEQazntU08OplWrmN9bwtbCRbf9NPK2HxjRjhNTv2LMi2NZoPRd+YXI+A18ALqDxlCPVQyqjOUa8eflh8I0jYvQQbV4zMsn61kzbgO6sUihmrC6tDuwHXFoi6XjSBCQQdqfCNuK+QTcmlbtEnToVCbavCgqquNdz4FPO2ELPCAAImeN9MgW9UCb8ouphF/blI2mCnCgQ109cJQZGq7nS4udxDQ+UOeYVOAYZOn3yjbiJuZEE/bjBts62Y4sDdESC4LgRWI1T8IPr4ragzxkNjat13iN9tBQzXiS/AgJ9bDfTIN8qEfYz+QQW/4s3UT+O70Ad9TyU34WMQdq2bWZK0m8qBDOUW0OYBAsFu/UJMhHLlYmZupJm6S8zYGgOjNg+Ntikq/3fyzTY0DR0PRVvsx6XebXkGBrmPUVUaNUOXAIHjHkrqquJiAYZiB2ZNHhpucogmigUIin3yzSUw7E2Tz4A29jqBQAIBufBzyrnBQlA6nWPe8uY6X0kbRRt++eaamXiLyoWQzGe34P2WyRz0Mg3I7CGpo4RyoGEGEBz1kgV04Kvz9sw3Rx1IlCB2XpUklxjWqSFiQiAIoX1JQvsXHTazAFPBYfHN4TzDTuZ+L2YnZzC1vZiFQI6JEhiFxTfHcw0ogezO7hkIlsKhFLbpP+9XqH7Ivoa2ZIFgyQLBkslHIM8eq4vbybFrCaMR4o+Fq1jJ+xtq467+3YohezTCzxDTk4C2UQlj6fVGKpuVcEj/bimLTAMA8CcBiF/ZobE+An6OtofA8BmVmXaIrLMIc/EfAsNOKqPtUNmoASnPC8J/sDY9z8NHRBMnycO/b4csP4GA9wSvU5lFIPi3Ha4czyM40F+p/J4A0GGHKT+BcJj1JHr+a4cnP4HQIjTA30Jop5L1/JfxbYfvlrIECLD/tWGle3XtYrVN9lFBHv8nsyUf4aMlCwRL+UD/F2AAZDs5F9dqVQcAAAAASUVORK5CYII=) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_rounded .pp_nav .pp_pause {
    background: url(data:image/png;base64,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) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_rounded .pp_arrow_previous {
    background: url(data:image/png;base64,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) 0 -71px no-repeat;
}

div.dark_rounded .pp_arrow_next {
    background: url(data:image/png;base64,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) -22px -71px no-repeat;
}

div.dark_rounded .pp_bottom .pp_left {
    background: url(data:image/png;base64,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) -88px -80px no-repeat;
}

div.dark_rounded .pp_bottom .pp_right {
    background: url(data:image/png;base64,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) -110px -80px no-repeat;
}

div.dark_rounded .pp_loaderIcon {
    background: url(data:image/gif;base64,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) center center no-repeat;
}

div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
    background: #000;
}

div.dark_square .pp_description {
    color: #fff;
    margin: 0 85px 0 0;
}

div.dark_square .pp_loaderIcon {
    background: url(data:image/gif;base64,R0lGODlhGAAYAPQAADIyMv///1hYWDU1NUpKSnBwcENDQ4uLi11dXYCAgFBQUHd3d2NjYzs7O5+fn5KSkmpqaqqqqgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJBwAAACwAAAAAGAAYAAAFriAgjiQAQWVaDgr5POSgkoTDjFE0NoQ8iw8HQZQTDQjDn4jhSABhAAOhoTqSDg7qSUQwxEaEwwFhXHhHgzOA1xshxAnfTzotGRaHglJqkJcaVEqCgyoCBQkJBQKDDXQGDYaIioyOgYSXA36XIgYMBWRzXZoKBQUMmil0lgalLSIClgBpO0g+s26nUWddXyoEDIsACq5SsTMMDIECwUdJPw0Mzsu0qHYkw72bBmozIQAh+QQJBwAAACwAAAAAGAAYAAAFsCAgjiTAMGVaDgR5HKQwqKNxIKPjjFCk0KNXC6ATKSI7oAhxWIhezwhENTCQEoeGCdWIPEgzESGxEIgGBWstEW4QCGGAIJEoxGmGt5ZkgCRQQHkGd2CESoeIIwoMBQUMP4cNeQQGDYuNj4iSb5WJnmeGng0CDGaBlIQEJziHk3sABidDAHBgagButSKvAAoyuHuUYHgCkAZqebw0AgLBQyyzNKO3byNuoSS8x8OfwIchACH5BAkHAAAALAAAAAAYABgAAAW4ICCOJIAgZVoOBJkkpDKoo5EI43GMjNPSokXCINKJCI4HcCRIQEQvqIOhGhBHhUTDhGo4diOZyFAoKEQDxra2mAEgjghOpCgz3LTBIxJ5kgwMBShACREHZ1V4Kg1rS44pBAgMDAg/Sw0GBAQGDZGTlY+YmpyPpSQDiqYiDQoCliqZBqkGAgKIS5kEjQ21VwCyp76dBHiNvz+MR74AqSOdVwbQuo+abppo10ssjdkAnc0rf8vgl8YqIQAh+QQJBwAAACwAAAAAGAAYAAAFrCAgjiQgCGVaDgZZFCQxqKNRKGOSjMjR0qLXTyciHA7AkaLACMIAiwOC1iAxCrMToHHYjWQiA4NBEA0Q1RpWxHg4cMXxNDk4OBxNUkPAQAEXDgllKgMzQA1pSYopBgonCj9JEA8REQ8QjY+RQJOVl4ugoYssBJuMpYYjDQSliwasiQOwNakALKqsqbWvIohFm7V6rQAGP6+JQLlFg7KDQLKJrLjBKbvAor3IKiEAIfkECQcAAAAsAAAAABgAGAAABbUgII4koChlmhokw5DEoI4NQ4xFMQoJO4uuhignMiQWvxGBIQC+AJBEUyUcIRiyE6CR0CllW4HABxBURTUw4nC4FcWo5CDBRpQaCoF7VjgsyCUDYDMNZ0mHdwYEBAaGMwwHDg4HDA2KjI4qkJKUiJ6faJkiA4qAKQkRB3E0i6YpAw8RERAjA4tnBoMApCMQDhFTuySKoSKMJAq6rD4GzASiJYtgi6PUcs9Kew0xh7rNJMqIhYchACH5BAkHAAAALAAAAAAYABgAAAW0ICCOJEAQZZo2JIKQxqCOjWCMDDMqxT2LAgELkBMZCoXfyCBQiFwiRsGpku0EshNgUNAtrYPT0GQVNRBWwSKBMp98P24iISgNDAS4ipGA6JUpA2WAhDR4eWM/CAkHBwkIDYcGiTOLjY+FmZkNlCN3eUoLDmwlDW+AAwcODl5bYl8wCVYMDw5UWzBtnAANEQ8kBIM0oAAGPgcREIQnVloAChEOqARjzgAQEbczg8YkWJq8nSUhACH5BAkHAAAALAAAAAAYABgAAAWtICCOJGAYZZoOpKKQqDoORDMKwkgwtiwSBBYAJ2owGL5RgxBziQQMgkwoMkhNqAEDARPSaiMDFdDIiRSFQowMXE8Z6RdpYHWnEAWGPVkajPmARVZMPUkCBQkJBQINgwaFPoeJi4GVlQ2Qc3VJBQcLV0ptfAMJBwdcIl+FYjALQgimoGNWIhAQZA4HXSpLMQ8PIgkOSHxAQhERPw7ASTSFyCMMDqBTJL8tf3y2fCEAIfkECQcAAAAsAAAAABgAGAAABa8gII4k0DRlmg6kYZCoOg5EDBDEaAi2jLO3nEkgkMEIL4BLpBAkVy3hCTAQKGAznM0AFNFGBAbj2cA9jQixcGZAGgECBu/9HnTp+FGjjezJFAwFBQwKe2Z+KoCChHmNjVMqA21nKQwJEJRlbnUFCQlFXlpeCWcGBUACCwlrdw8RKGImBwktdyMQEQciB7oACwcIeA4RVwAODiIGvHQKERAjxyMIB5QlVSTLYLZ0sW8hACH5BAkHAAAALAAAAAAYABgAAAW0ICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWPM5wNiV0UDUIBNkdoepTfMkA7thIECiyRtUAGq8fm2O4jIBgMBA1eAZ6Knx+gHaJR4QwdCMKBxEJRggFDGgQEREPjjAMBQUKIwIRDhBDC2QNDDEKoEkDoiMHDigICGkJBS2dDA6TAAnAEAkCdQ8ORQcHTAkLcQQODLPMIgIJaCWxJMIkPIoAt3EhACH5BAkHAAAALAAAAAAYABgAAAWtICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWHM5wNiV0UN3xdLiqr+mENcWpM9TIbrsBkEck8oC0DQqBQGGIz+t3eXtob0ZTPgNrIwQJDgtGAgwCWSIMDg4HiiUIDAxFAAoODwxDBWINCEGdSTQkCQcoegADBaQ6MggHjwAFBZUFCm0HB0kJCUy9bAYHCCPGIwqmRq0jySMGmj6yRiEAIfkECQcAAAAsAAAAABgAGAAABbIgII4k0DRlmg6kYZCsOg4EKhLE2BCxDOAxnIiW84l2L4BLZKipBopW8XRLDkeCiAMyMvQAA+uON4JEIo+vqukkKQ6RhLHplVGN+LyKcXA4Dgx5DWwGDXx+gIKENnqNdzIDaiMECwcFRgQCCowiCAcHCZIlCgICVgSfCEMMnA0CXaU2YSQFoQAKUQMMqjoyAglcAAyBAAIMRUYLCUkFlybDeAYJryLNk6xGNCTQXY0juHghACH5BAkHAAAALAAAAAAYABgAAAWzICCOJNA0ZVoOAmkY5KCSSgSNBDE2hDyLjohClBMNij8RJHIQvZwEVOpIekRQJyJs5AMoHA+GMbE1lnm9EcPhOHRnhpwUl3AsknHDm5RN+v8qCAkHBwkIfw1xBAYNgoSGiIqMgJQifZUjBhAJYj95ewIJCQV7KYpzBAkLLQADCHOtOpY5PgNlAAykAEUsQ1wzCgWdCIdeArczBQVbDJ0NAqyeBb64nQAGArBTt8R8mLuyPyEAOwAAAAAAAAAAAA==) center center no-repeat;
}

div.dark_square .pp_expand {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAAB3CAYAAACpKqZFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAADVVJREFUeNrsXWlsFMkVLh/cYO7DDGBARqzNfUUyp8GA1wmwII4fkdAiBfiBhJRoIwhCCKPkB5Z2SaT9RVgJbyTygxU/Ii0hiMsgruVQVmTBHObyMjJgcdhgbnDeV1RNiqa6p6unZ3pG6ZJK01396r16X7336nXVeJzV2trKwuK+5G7ZsoUNGzbM7vkIqmVUS6iOplrgk9xO4rMlFUrCKFDfvXvHXr16lf369esc1Ldv32a9efPmhSCrJ5r/EM0pqgc3btz4E7paeWVVVlZywJ4/fx5r7NChw2D6WEEMPqfOgyFI1kwrEigCBmAxAooRULF2qVN2djavWVlZqLep/o3oqzdt2nTjAwtTb7p06QLGpXT5BX3OA1MwyM3NjTHMNLAA1IsXLzhQ+LTqhGvVCkFPIBZQ+6a2bdtOqKqq+nL9+vVHJM8PEABY1GkrMedgtWnThlEnlpOTk7FgwXOePHnCnj17xqw6SbCEVXEd8Qw0KGSJv6Q+hFnVTMk3p7S0lPXs2RNEcMM/kpBZ6Cw7SeQzqcLN4HYvX75kLS0t3LJUnSRITgXgCX4RArfXrFmzTh06dOixajYr4IbcT3NzM3olg6IADNYFsFSdKD7z0GOXHXTu3JnTqH2I168ItBVqDBshAjwncptqgB6ziIHB/GHm7du35zOJe5R27drxdtVN4B7oh1nG4FBBAyWhICp4gw/4gU4Ga2kdGKfK2woW+KOCD2jQ3rFjRzZjxgze/8SJE9xVVUsDWFOmTOG0R48e5XrB0sCP6D7funXrdxKwMqyGJrMIJs3NzVyh6dOn808oeu3aNVZXV8cmTZrEn9+/f58PBIPA88ePH7OJEyey/Px8PthLly7xPt26dePu079/fzZ8+HAOYkNDA7t69SoHq7CwkIMtYw1WvLt373IQdBOJPnLSZEEfTBZCEIA5fvw4e/r0aWzBQxv0ePDgAaeVrgl+NP4CAr5MumQJGuP5tVoguFevXmzlypVcWSgNHkuWLGEPHz5kZWVlrKioKOYSGDzAWrNmDQezvr6eg7lw4UK2YMECFo1GOVDLli3jtABq5MiRbPDg9/M4d+5cDvSQIUPY0KFDuWxdmqOudnJFVK0blgVAAMzUqVP5ZErLkmCBRqYe0tvEZ4m0sNEQLlfCeC4J2kePHrHly5dzpaurq1nXrl25tdTW1sZ8X+Y/4AfrGT9+PLeI7du3s6amJj6LaC8vL+cAFBS8z4t37drF3fHMmTNs4MCBMVc8fPgwVwbWgEmCpVjHquaMOp0kaAAI/adNmxYLHRIsaZkSMIAuxjBaAlYgmauzYlfAsHfv3qxTp07s4MGDfPA9evTgfQGCDJpqQTzp168fv4YrwXLQdv36dd4GV4SVFhcXs23btrFbt26xixcvsgsXLnALQJk5cyYbO3YsnxBMzL179xyTVatOEgC4K4BBKMHYUWD9EizVstSJIB6Dcq1AuCnSv2Uswz2UlwPFgOTA5TO1D67VPjJWnDx5kveFK48YMYKDmpeXx06dOsVpANDNmze5NcDCQWudXDmeeDqBTnVpXCN8xMNAxrDbJokpZhgDRkEcgHshbsE9YV3yNQtgIKjiOQZy584d3h6JRDhtY2Nj7D0WVofrc+fOsZ07d7LVq1fz9u7du8dc8vLlyzxQnz17lvfXjVkmoXJxsBs/8k94hVyVcY02u5RKWGq9TFyn0c1Ik3dFKAGfHzduHBs1ahQHCZYxf/58tnfvXlZRURFb4vv27ctjUU1NDZs8eTIbM2YMBxBBfvbs2RwIPFu0aBErKSnh2TbGBWBPnz7NAUc/jA/xa8CAAfwTbqQmo6o7Sguy6iTB6tOnDwfqwIED7MaNGzx+Ig4j1GBBsvYTbzuHJWARaquQMxmvyDwIFnPlyhUeyGWacOzYMZ5OQFkEdAwMwRUV6QYAQAGAiIGgR0UsgZXB3fAMAz5y5AjnD3DgmuCPxQG8UJB2AFzdoqSC5gQWcjG4MHRxAk0A9o3crUDi+j11HGxiZdLvUTE4mbjCfGFxMpahwBIAEJTGM5m4gh5ujGsM3JoEAxCZ7Mr4ovazupC0avDCuPApdYL8OXPm8PFJsKybD3gOejzHhEt3JDm36XKelHaRBvEtDXKzCWBgBOvSJY9QyK5Y3Ujto+sHUJz4Wa1fKMiramUAAEDguRUsFLThOeglWIp1fbtu3bqf1OmpJgETaIbmuV0t07UANCgJ61QTWQmaU7ECCdCJ114CvvqD7R1yhVv08RUR/JDpL9+qlcntHC86iT2zswT4Vxs2bLj50X4YgVZDwv5AQr6HoEzbA7OzMlQsJm51Ag1oqf8/ic96dQPxI9gBGgXTW4TueeqQ0VvUEjS5qwEgfNuitrzOwD0rqdN3eEOn+n91CELtzocgYXFfskMIQsCSWngMo3fAVl3AdNoXUzfmrKW2ttbVTmRQcpNuYepxlBpInWj9WuWCkBsXMFWY3Bqxbu+qM68bnNrPFJBUy00YMHVAS5cujd3jWjezuMbeu2yT16aDVuVq9s9tr61tqfxCTbY6Syi7d+/mALgtoEUfL26hyvXDdVMW9FXzNwFNBcvKw8TKVLeyypX87dqtbpwSwFRTN7EuVREoYBpLdC5mBSQecG5W1qRYmBRqHahd0dF5GbROWWnhVhmyTQUt1V8IzPZTsBe3sJNrBUYHYBAxjL9LIoF0SghNrcUkcQ1Crm+Ja6JW5rV/UHITSiv8ckkT99DJtbphvGs/0xOjxNUPgaZJpJNca8xySnVSmbzmWmfaLt+xSyfi0bm1MOsYdPxMk+qkphVu8h2n9CJRt7ZzzXjjSWUO9lEepiavbmZTzZecXpDdpCKyv52l2rV7levLy3e8fMdNvuQl0/dD4VRZ2Qd5mNNek9sBia9hGuVhqZbr636Y036VmzTC635YKuX69vJtOrvJSDhTITdhwCgG+WrK+IMvlzsdgchNGDAK3L4eRuCxywUjELm+vUvGG2R4CBIegiQW9K2CTQ8jvAZ9efiiS1R1hy+JvpL58i7plwslmlbEA0D3qpTyYzbdK4bpNovXwwhVUS+HL6k+BMm2upj6Tuc0eN0rlB+HIKmQ64uF2bmHbvC6QXvdk1KP9kzlypf+QHYrnHY+nfbDVAW8zLTTIYjb+BbYMVsi2yyJ5lqZ8vsZ4SGI17QinkvGO7L3kp74efiSUgvTLcsAwsn9dM/9PgRx05bIgpPQq5Hu9SPZhxF2hy9u5QZxIJJtFw/ibVVbB++XWwQl1/UkY4u6uLi41a8AarJVrMqV75JuV2FrWpOqLepcayzx+7jMNIbp8ju3cSyleVi8vSaTwwgvIOsAsvsqVFrthzntV9ntRXmd6fAQxAf3zYhDkFR8r0pXgpLra1oRlhCwELAgSyyG7NixYyB9LKZaTnWCaD5PdT/VPatWrfoZDW7/vlLS+c03LSyMlMJf3H5N9c9UP6XaW9RPRdvXgsaoJItvoBYmLABKfaa011EttND+g+raaDT6sxvGkUhEx1fH24hvOljYYotS9VRLNbSfCVq3ZbEGLCZ41yfAN3DAypX7KBSiuBK1oS834K2lFbxLhSwvfAMHTAbiRgHWTaFYFipd5iv0Ewx4q7T5Cj8mZJQKmaZ80z6t8ON3ZTL7t2ksgJ0X11i9amgRGCJWuFZUxQqYQuumqLSNCj8mZNQImaZ8Awdsv7q4CdAiNvT7DXjvt0k1IgKsiEe+gQO2RyztsgwSCjFNWrHHgLeVryw1QoZXvsECJjLtKotyuhysSmblbooNX6bJwYz4pkXQpwHjZyzXUv0d1X+JuNUortG2VtAYlWTxDTTTN92Mc/vF282bNyeFb7hbEW7vhICFRSm58vSF8qOu9FEkVjH5OtQgdhdqKTg3ocHtvlWy+KaFhYktngr2fp8KinUStVC0VQgao5IsvoGuksICoNQnSvtDqj0stJep7otGo01uGEciER1fHW8jvulgYUUWpTDwag3tJ4LWbSnSgMUE76YE+AYOmJp5N0MhiivNNvSFBrwLbZLZZgFas0e+wQZ9JRC3CLAeCcUqRRzCr///XtDkG/BWab8kfk8V0B4RX4D2GxHT8jPJwuIVP368NfP+R5mDhTUoK9gKmvmdwgJ063yDAe8GxdXWET9pXZV03R2y2P9+z7UhkyysTrnPE6Dl2dDXGfCus0k18gRYeR75Bg5YrVjaZekqFGKatKLWgLeVrywrhAyvfIMFTGTaJyzK6XKwEzIrd7m1o+PLNDmYEd+0CPpiA28fe79PVSdWzBZxjbZ9Xjb5ksU30Ew//C3qcLciBCwELMMTV7m7YNwZ/7HPbXHD34RfulgYvuMwKIny/kJ1O9UONvcZB9gvRG60MUlKIGnFP11ra3OfkTEMQP1JAPfrMGq5D/pwzV1Uf6A6NoTK/SoJN/031W+o9gsBc1+w2XdNxLe2IWDuCr6biu9yvQoBcy7YTfiC6jjx0hwmrg7lr1Q3sPfHY2Gm7/DsKNXfUv0xhMkZsHphUX9PgrxSqjlUn9rcZxxgiE/VVJ8nSd6Pce7TvmRlym/eZGpaEQIWQmBW/ivAAEHJ6+6BIIcfAAAAAElFTkSuQmCC) -31px -26px no-repeat;
    cursor: pointer;
}

    div.dark_square .pp_expand:hover {
        background: url(data:image/png;base64,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) -31px -47px no-repeat;
        cursor: pointer;
    }

div.dark_square .pp_contract {
    background: url(data:image/png;base64,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) 0 -26px no-repeat;
    cursor: pointer;
}

    div.dark_square .pp_contract:hover {
        background: url(data:image/png;base64,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) 0 -47px no-repeat;
        cursor: pointer;
    }

div.dark_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(data:image/png;base64,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) -1px -1px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_nav {
    clear: none;
}

    div.dark_square .pp_nav .pp_play {
        background: url(data:image/png;base64,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) -1px -100px no-repeat;
        height: 15px;
        width: 14px;
    }

    div.dark_square .pp_nav .pp_pause {
        background: url(data:image/png;base64,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) -24px -100px no-repeat;
        height: 15px;
        width: 14px;
    }

div.dark_square .pp_arrow_previous {
    background: url(data:image/png;base64,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) 0 -71px no-repeat;
}

div.dark_square .pp_arrow_next {
    background: url(data:image/png;base64,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) -22px -71px no-repeat;
}

div.dark_square .pp_next:hover {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAAWCAYAAABzCZQcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABSVJREFUeNrMmMlLZEkQxqO03FcUFA+DCypoqQcRmlZccANRUTw4oIfpg3cv42UYET3YgtBHz/MHiApzcFxmxIMgOhe9KG6HHnBXxH2rqokvqCiyX1eVZV+qEpL3Kl9mvvxFfBGZr2xut5tsNhuNj4+Tj+Lg5418/ch9SvmajUZu+xoXF1cQFRXlio2NddrtdhfmCEFJ8Fzv3jPIrjcPDw/eRgbK4csnl8v1C9ccGIavUlEiIiKKXl9fxVgMTNHR0RQTE0ORkZEUYvj3QaMkJiaS0+msY8hf+dqqKgAYg3qB0I4K8JeXF1IDYDwbLFTgPwbtAR5jiA/4zfIVWLMoEK7wMLwP6NvbW4wXY8THx4c1uN2UNDwMYPWuetUEwG+rEdAX4AgR7Qu5hyu46cZPkLRYwiNnVEByshLp+ioAQz81EsBRoQCrgcLK05y5HZ6kJcnIXCxitKamRuBWVlZExmYxlQB4SBzQ8DSqNTzw/OnpSa4IH1TcQylq6OfnZ2nzeobbsC6sD8bFGBTMg3H+FIjwQ7Wuwe4Z0IgsbYVBwQLu7+8pPT2dqqqqBPzm5uabBRlZ3RvjWBAWh5ebModBMjIyRD2Xl5dScZ+Xl0fHx8d0cnJCZWVlMl6TJ+Y5ODig/Px8eY4xeAd+4xn6an5RJ6D94uJC3odnvuT90fSYuUXB4gDFBFgcwE2p4+X6MjWUZnY1hlkeHx+pqKiIWlpaqLe3l+7u7qRfQ0ODGBZAjY2NVFdXR7m5uWKMnJwcOjw8pMLCQurp6ZE+aWlp1NbWJgpISUmRvhUVFdTa2krFxcUyBuv0tQa7RwqleKgysEoFAAAHMBZWXV1Ns7Oz3/VVw8FQqGo4U15WY1RWVtLq6qrcY/uDslD29/dpYmJCgJKTkyk1NZWmpqaov7+fOjs7KTMzk87OzmhtbU12i+vrayopKaGuri7ph/dgHMLTyqOrydaFmN5Sj6vnAH51dSWx2tzcLG3az5zY9HygZDY/Py/5AvNZCzwMwL6+PqqvrxeJwpBzc3Mif0BPT0+LMeAIVI31hIQEUQI8DSUE3Kc1KfjNepxETC+pV3wVwELKmhzNMWqIyclJUU93d7fXWPA2ChLm9va2GATzYG2APj8/986FkAMY5kRc69q0r78tM0LP0tYM5wsYcQYLYhEzMzP+90Hj9BaoQJaLi4uUlZX13bPT01NaXl6m9fV12t3dFSAkVEh7b29PjNLR0SHKMzP9e/bpzUDQCoysC+CFhYXAk3qgrZlbtxJtS0pKos3NTUlm5taEAvnW1tZKciovLxcPt7e3i3QRswgNJCyHw+E9FCnDmw70yGqVB/0cLLC5Zfk7sPgCRsEOgAQE7wEacQgAZHTMj7adnR2RKNowBwyxtbUlz5aWliQEMH5jY4MKCgro6OhIlIDxaH8L2ob4Gh0dLeWJ/+QXZVtTPCzb1NQkEwUDjH761aWHDxNej6t4DzIrgPAbIBhn/jYNj3kwFvcYh/H6ZajzaOzrwchfiNk824xtbGxshO9/N19mggPmLWD9SNGTEO5D+Ln5Zky72Wp/MNisnqHNgpgLBlg9gitgg01oIfvgGB4ePuDU/4UX+q8v8GCBAavQYf+VNTIy4h4cHPyH97vfGPwvX9/S/mJYJW2Ch6uXrZ+WAHcNDQ39zZt+PyeKzwzxVeVqGkA/Ja3xq+Dh7GUzkX3zx+DAwAAII/laxttEA4N8YBAH9/vJc5j5jwHzuc2JPwfxxyBXdwg8/EN/DP4vwADzqyH4OmxBwwAAAABJRU5ErkJggg==) center right no-repeat;
    cursor: pointer;
}

div.dark_square .pp_previous:hover {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAAWCAYAAABzCZQcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABURJREFUeNrUWElLLFcUPj04j4gTiIqioLgQRAhOKE4YtwpZZJN/IARciQtXgsrDRVAUxUhw2ATcBSIJcSQoAU2MUdQ4NCpOOM9D534nfZpr5/Zrk8Cj34FL3aq6dep85zvDrbIPDQ1d0X+XMNfxmj6QPD4+Wu/v720PDw/Wp6cn6/PzsxXXX15e/lCHX9XxZ3Xth6ampiV17jTpsPT19TnpIxAFhhRYuru7IwWWnE4nX8OAWK1WHhaLBWNbXfrm9vb265aWlj89wVtGR0f9HjTAXlxc0NXVFYMFMLvdLgB5jThBsexeo5zwnYqId83NzT/Cb6LP+jEAPj09pcvLSz4PCAigwMBAndW/2VNHm83G97AGwJUDPlXzVsV2hY4VOUH+OhRLdH5+Tjc3N6/Y1QXgTOcAjrWK/fygoKAvGxsbMwS4XzN9fX3NAwLAwq5JwsPDKTg4mEFLfuMZlyNqoqOjv1BTG4LC7ukpCLyMsJKCgRdJ2AgDOEL0kMI1FBq5JwUGa6BH1mIO/Tji3MQg3g3AyFM8pzPpuRaAi4qK+N7ExATrlrV4P+xROj5XbH/b3t6+YDd5TVU9io+Pf+W5vb09zq2QkBBKS0tjowTU6uoqGw/lWVlZ/FJhBYDW19cpMzOTdcBheBb6IyMjaXNz082IZy6r9iQF6RUIqdiQiIgIBgxbT05OWL+JSHUtRa1Fbv9mBA22srOzGcDy8jLFxcVRTU0N9ff3szHV1dV0eHjIL0lJSeF7AwMD5HA4qLKykhnCXFiem5ujiooKmp2dpfn5edZRV1fH71pcXGSDPUU3Xj8CsDhBGBbAMzMz7uqtPwfHYa6c+wmC04oTzwEmxJu9vb3U1tbG84KCAm4bkMnJSerp6eH7kMTERHYWZGNjgzo7O9lJw8PDzNj29jbl5ubS8fExp0JsbCwtLCzwXAw02SAG60OkpKTkFWBJR9NaV5rkIDjtvooJPJ6cnMxzKJf8iomJoaSkJCouLubz3d1dd5imp6dTQ0MDnwPk1NQUM1xfX08JCQmUkZHB6xBFYWFhxveCMT2fdQAAV1tbS6oq09nZ2T8Am6q5y4HJDFqS3ltodXV18fHo6IiNDw0N5fPy8nIeEg1wiAiiYWVlhY0C+5LXEOQ2GEd6wGDoM9mgbTt97tRkl/ZGsfhsWa2tre4wRigJmyMjI9Td3c1z5BUMl6oNQKiiYHdtbY2fw72trS0qLCzkVEBog2VvLUgvYCYZGxtjsIi4srIyYzHUBboUkQ6vfVrf6UjbkGou4QaGdnZ2aHp6mnJycji/sImAIIRLS0spPz+f8vLyOHIAEAUN1RaytLTEncCb4D3vAw0ZHx9n4LDNF3BX61pGxBu1AhzCGSxFRUW5t31iCK4DCKo68gmsoYqnpqZy+0Koo/ojd9He4DTo3N/f57DHeoQt9HoTU+/2FGxN3wocupTNc8gI41cW8gO9GsaCDTFONhUYUC5hC4ZdLYHB6PmF6gyWcYSjsBaOQ6RI5TYJdAAU3qX3ZZMgeqqqqngdnCC7OI8NkkNF5mcqJc2bExgvYejpLQDV+6rsst4iKGwYbxHRq7dPX4xjnSdg0aXIGFGAf0djsJOfChwMB8lmw1d1lq8wE4FKvld7h2EEkF+DFoYAXJj+F21Jrwu/qBrz1eDg4AY6IHLar0HLh47kpbRFX+EuRRcMA3BHR8dPLsDoqU6/Bq0Dl74tX3jv+12kxIEcRkhrDD/K3xO7qs7/56feB/sxKCAV2/xjUIW6TYG3qOtW17Z1FX1Y3Zs7ODiYcBWtJ41hd3j8JcAAJ3IhvjEWLJYAAAAASUVORK5CYII=) center left no-repeat;
    cursor: pointer;
}

div.light_square .pp_expand {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAAB3CAYAAACpKqZFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAADVVJREFUeNrsXWlsFMkVLh/cYO7DDGBARqzNfUUyp8GA1wmwII4fkdAiBfiBhJRoIwhCCKPkB5Z2SaT9RVgJbyTygxU/Ii0hiMsgruVQVmTBHObyMjJgcdhgbnDeV1RNiqa6p6unZ3pG6ZJK01396r16X7336nXVeJzV2trKwuK+5G7ZsoUNGzbM7vkIqmVUS6iOplrgk9xO4rMlFUrCKFDfvXvHXr16lf369esc1Ldv32a9efPmhSCrJ5r/EM0pqgc3btz4E7paeWVVVlZywJ4/fx5r7NChw2D6WEEMPqfOgyFI1kwrEigCBmAxAooRULF2qVN2djavWVlZqLep/o3oqzdt2nTjAwtTb7p06QLGpXT5BX3OA1MwyM3NjTHMNLAA1IsXLzhQ+LTqhGvVCkFPIBZQ+6a2bdtOqKqq+nL9+vVHJM8PEABY1GkrMedgtWnThlEnlpOTk7FgwXOePHnCnj17xqw6SbCEVXEd8Qw0KGSJv6Q+hFnVTMk3p7S0lPXs2RNEcMM/kpBZ6Cw7SeQzqcLN4HYvX75kLS0t3LJUnSRITgXgCX4RArfXrFmzTh06dOixajYr4IbcT3NzM3olg6IADNYFsFSdKD7z0GOXHXTu3JnTqH2I168ItBVqDBshAjwncptqgB6ziIHB/GHm7du35zOJe5R27drxdtVN4B7oh1nG4FBBAyWhICp4gw/4gU4Ga2kdGKfK2woW+KOCD2jQ3rFjRzZjxgze/8SJE9xVVUsDWFOmTOG0R48e5XrB0sCP6D7funXrdxKwMqyGJrMIJs3NzVyh6dOn808oeu3aNVZXV8cmTZrEn9+/f58PBIPA88ePH7OJEyey/Px8PthLly7xPt26dePu079/fzZ8+HAOYkNDA7t69SoHq7CwkIMtYw1WvLt373IQdBOJPnLSZEEfTBZCEIA5fvw4e/r0aWzBQxv0ePDgAaeVrgl+NP4CAr5MumQJGuP5tVoguFevXmzlypVcWSgNHkuWLGEPHz5kZWVlrKioKOYSGDzAWrNmDQezvr6eg7lw4UK2YMECFo1GOVDLli3jtABq5MiRbPDg9/M4d+5cDvSQIUPY0KFDuWxdmqOudnJFVK0blgVAAMzUqVP5ZErLkmCBRqYe0tvEZ4m0sNEQLlfCeC4J2kePHrHly5dzpaurq1nXrl25tdTW1sZ8X+Y/4AfrGT9+PLeI7du3s6amJj6LaC8vL+cAFBS8z4t37drF3fHMmTNs4MCBMVc8fPgwVwbWgEmCpVjHquaMOp0kaAAI/adNmxYLHRIsaZkSMIAuxjBaAlYgmauzYlfAsHfv3qxTp07s4MGDfPA9evTgfQGCDJpqQTzp168fv4YrwXLQdv36dd4GV4SVFhcXs23btrFbt26xixcvsgsXLnALQJk5cyYbO3YsnxBMzL179xyTVatOEgC4K4BBKMHYUWD9EizVstSJIB6Dcq1AuCnSv2Uswz2UlwPFgOTA5TO1D67VPjJWnDx5kveFK48YMYKDmpeXx06dOsVpANDNmze5NcDCQWudXDmeeDqBTnVpXCN8xMNAxrDbJokpZhgDRkEcgHshbsE9YV3yNQtgIKjiOQZy584d3h6JRDhtY2Nj7D0WVofrc+fOsZ07d7LVq1fz9u7du8dc8vLlyzxQnz17lvfXjVkmoXJxsBs/8k94hVyVcY02u5RKWGq9TFyn0c1Ik3dFKAGfHzduHBs1ahQHCZYxf/58tnfvXlZRURFb4vv27ctjUU1NDZs8eTIbM2YMBxBBfvbs2RwIPFu0aBErKSnh2TbGBWBPnz7NAUc/jA/xa8CAAfwTbqQmo6o7Sguy6iTB6tOnDwfqwIED7MaNGzx+Ig4j1GBBsvYTbzuHJWARaquQMxmvyDwIFnPlyhUeyGWacOzYMZ5OQFkEdAwMwRUV6QYAQAGAiIGgR0UsgZXB3fAMAz5y5AjnD3DgmuCPxQG8UJB2AFzdoqSC5gQWcjG4MHRxAk0A9o3crUDi+j11HGxiZdLvUTE4mbjCfGFxMpahwBIAEJTGM5m4gh5ujGsM3JoEAxCZ7Mr4ovazupC0avDCuPApdYL8OXPm8PFJsKybD3gOejzHhEt3JDm36XKelHaRBvEtDXKzCWBgBOvSJY9QyK5Y3Ujto+sHUJz4Wa1fKMiramUAAEDguRUsFLThOeglWIp1fbtu3bqf1OmpJgETaIbmuV0t07UANCgJ61QTWQmaU7ECCdCJ114CvvqD7R1yhVv08RUR/JDpL9+qlcntHC86iT2zswT4Vxs2bLj50X4YgVZDwv5AQr6HoEzbA7OzMlQsJm51Ag1oqf8/ic96dQPxI9gBGgXTW4TueeqQ0VvUEjS5qwEgfNuitrzOwD0rqdN3eEOn+n91CELtzocgYXFfskMIQsCSWngMo3fAVl3AdNoXUzfmrKW2ttbVTmRQcpNuYepxlBpInWj9WuWCkBsXMFWY3Bqxbu+qM68bnNrPFJBUy00YMHVAS5cujd3jWjezuMbeu2yT16aDVuVq9s9tr61tqfxCTbY6Syi7d+/mALgtoEUfL26hyvXDdVMW9FXzNwFNBcvKw8TKVLeyypX87dqtbpwSwFRTN7EuVREoYBpLdC5mBSQecG5W1qRYmBRqHahd0dF5GbROWWnhVhmyTQUt1V8IzPZTsBe3sJNrBUYHYBAxjL9LIoF0SghNrcUkcQ1Crm+Ja6JW5rV/UHITSiv8ckkT99DJtbphvGs/0xOjxNUPgaZJpJNca8xySnVSmbzmWmfaLt+xSyfi0bm1MOsYdPxMk+qkphVu8h2n9CJRt7ZzzXjjSWUO9lEepiavbmZTzZecXpDdpCKyv52l2rV7levLy3e8fMdNvuQl0/dD4VRZ2Qd5mNNek9sBia9hGuVhqZbr636Y036VmzTC635YKuX69vJtOrvJSDhTITdhwCgG+WrK+IMvlzsdgchNGDAK3L4eRuCxywUjELm+vUvGG2R4CBIegiQW9K2CTQ8jvAZ9efiiS1R1hy+JvpL58i7plwslmlbEA0D3qpTyYzbdK4bpNovXwwhVUS+HL6k+BMm2upj6Tuc0eN0rlB+HIKmQ64uF2bmHbvC6QXvdk1KP9kzlypf+QHYrnHY+nfbDVAW8zLTTIYjb+BbYMVsi2yyJ5lqZ8vsZ4SGI17QinkvGO7L3kp74efiSUgvTLcsAwsn9dM/9PgRx05bIgpPQq5Hu9SPZhxF2hy9u5QZxIJJtFw/ibVVbB++XWwQl1/UkY4u6uLi41a8AarJVrMqV75JuV2FrWpOqLepcayzx+7jMNIbp8ju3cSyleVi8vSaTwwgvIOsAsvsqVFrthzntV9ntRXmd6fAQxAf3zYhDkFR8r0pXgpLra1oRlhCwELAgSyyG7NixYyB9LKZaTnWCaD5PdT/VPatWrfoZDW7/vlLS+c03LSyMlMJf3H5N9c9UP6XaW9RPRdvXgsaoJItvoBYmLABKfaa011EttND+g+raaDT6sxvGkUhEx1fH24hvOljYYotS9VRLNbSfCVq3ZbEGLCZ41yfAN3DAypX7KBSiuBK1oS834K2lFbxLhSwvfAMHTAbiRgHWTaFYFipd5iv0Ewx4q7T5Cj8mZJQKmaZ80z6t8ON3ZTL7t2ksgJ0X11i9amgRGCJWuFZUxQqYQuumqLSNCj8mZNQImaZ8Awdsv7q4CdAiNvT7DXjvt0k1IgKsiEe+gQO2RyztsgwSCjFNWrHHgLeVryw1QoZXvsECJjLtKotyuhysSmblbooNX6bJwYz4pkXQpwHjZyzXUv0d1X+JuNUortG2VtAYlWTxDTTTN92Mc/vF282bNyeFb7hbEW7vhICFRSm58vSF8qOu9FEkVjH5OtQgdhdqKTg3ocHtvlWy+KaFhYktngr2fp8KinUStVC0VQgao5IsvoGuksICoNQnSvtDqj0stJep7otGo01uGEciER1fHW8jvulgYUUWpTDwag3tJ4LWbSnSgMUE76YE+AYOmJp5N0MhiivNNvSFBrwLbZLZZgFas0e+wQZ9JRC3CLAeCcUqRRzCr///XtDkG/BWab8kfk8V0B4RX4D2GxHT8jPJwuIVP368NfP+R5mDhTUoK9gKmvmdwgJ063yDAe8GxdXWET9pXZV03R2y2P9+z7UhkyysTrnPE6Dl2dDXGfCus0k18gRYeR75Bg5YrVjaZekqFGKatKLWgLeVrywrhAyvfIMFTGTaJyzK6XKwEzIrd7m1o+PLNDmYEd+0CPpiA28fe79PVSdWzBZxjbZ9Xjb5ksU30Ew//C3qcLciBCwELMMTV7m7YNwZ/7HPbXHD34RfulgYvuMwKIny/kJ1O9UONvcZB9gvRG60MUlKIGnFP11ra3OfkTEMQP1JAPfrMGq5D/pwzV1Uf6A6NoTK/SoJN/031W+o9gsBc1+w2XdNxLe2IWDuCr6biu9yvQoBcy7YTfiC6jjx0hwmrg7lr1Q3sPfHY2Gm7/DsKNXfUv0xhMkZsHphUX9PgrxSqjlUn9rcZxxgiE/VVJ8nSd6Pce7TvmRlym/eZGpaEQIWQmBW/ivAAEHJ6+6BIIcfAAAAAElFTkSuQmCC) -31px -26px no-repeat;
    cursor: pointer;
}

    div.light_square .pp_expand:hover {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAAB3CAYAAACpKqZFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAADVVJREFUeNrsXWlsFMkVLh/cYO7DDGBARqzNfUUyp8GA1wmwII4fkdAiBfiBhJRoIwhCCKPkB5Z2SaT9RVgJbyTygxU/Ii0hiMsgruVQVmTBHObyMjJgcdhgbnDeV1RNiqa6p6unZ3pG6ZJK01396r16X7336nXVeJzV2trKwuK+5G7ZsoUNGzbM7vkIqmVUS6iOplrgk9xO4rMlFUrCKFDfvXvHXr16lf369esc1Ldv32a9efPmhSCrJ5r/EM0pqgc3btz4E7paeWVVVlZywJ4/fx5r7NChw2D6WEEMPqfOgyFI1kwrEigCBmAxAooRULF2qVN2djavWVlZqLep/o3oqzdt2nTjAwtTb7p06QLGpXT5BX3OA1MwyM3NjTHMNLAA1IsXLzhQ+LTqhGvVCkFPIBZQ+6a2bdtOqKqq+nL9+vVHJM8PEABY1GkrMedgtWnThlEnlpOTk7FgwXOePHnCnj17xqw6SbCEVXEd8Qw0KGSJv6Q+hFnVTMk3p7S0lPXs2RNEcMM/kpBZ6Cw7SeQzqcLN4HYvX75kLS0t3LJUnSRITgXgCX4RArfXrFmzTh06dOixajYr4IbcT3NzM3olg6IADNYFsFSdKD7z0GOXHXTu3JnTqH2I168ItBVqDBshAjwncptqgB6ziIHB/GHm7du35zOJe5R27drxdtVN4B7oh1nG4FBBAyWhICp4gw/4gU4Ga2kdGKfK2woW+KOCD2jQ3rFjRzZjxgze/8SJE9xVVUsDWFOmTOG0R48e5XrB0sCP6D7funXrdxKwMqyGJrMIJs3NzVyh6dOn808oeu3aNVZXV8cmTZrEn9+/f58PBIPA88ePH7OJEyey/Px8PthLly7xPt26dePu079/fzZ8+HAOYkNDA7t69SoHq7CwkIMtYw1WvLt373IQdBOJPnLSZEEfTBZCEIA5fvw4e/r0aWzBQxv0ePDgAaeVrgl+NP4CAr5MumQJGuP5tVoguFevXmzlypVcWSgNHkuWLGEPHz5kZWVlrKioKOYSGDzAWrNmDQezvr6eg7lw4UK2YMECFo1GOVDLli3jtABq5MiRbPDg9/M4d+5cDvSQIUPY0KFDuWxdmqOudnJFVK0blgVAAMzUqVP5ZErLkmCBRqYe0tvEZ4m0sNEQLlfCeC4J2kePHrHly5dzpaurq1nXrl25tdTW1sZ8X+Y/4AfrGT9+PLeI7du3s6amJj6LaC8vL+cAFBS8z4t37drF3fHMmTNs4MCBMVc8fPgwVwbWgEmCpVjHquaMOp0kaAAI/adNmxYLHRIsaZkSMIAuxjBaAlYgmauzYlfAsHfv3qxTp07s4MGDfPA9evTgfQGCDJpqQTzp168fv4YrwXLQdv36dd4GV4SVFhcXs23btrFbt26xixcvsgsXLnALQJk5cyYbO3YsnxBMzL179xyTVatOEgC4K4BBKMHYUWD9EizVstSJIB6Dcq1AuCnSv2Uswz2UlwPFgOTA5TO1D67VPjJWnDx5kveFK48YMYKDmpeXx06dOsVpANDNmze5NcDCQWudXDmeeDqBTnVpXCN8xMNAxrDbJokpZhgDRkEcgHshbsE9YV3yNQtgIKjiOQZy584d3h6JRDhtY2Nj7D0WVofrc+fOsZ07d7LVq1fz9u7du8dc8vLlyzxQnz17lvfXjVkmoXJxsBs/8k94hVyVcY02u5RKWGq9TFyn0c1Ik3dFKAGfHzduHBs1ahQHCZYxf/58tnfvXlZRURFb4vv27ctjUU1NDZs8eTIbM2YMBxBBfvbs2RwIPFu0aBErKSnh2TbGBWBPnz7NAUc/jA/xa8CAAfwTbqQmo6o7Sguy6iTB6tOnDwfqwIED7MaNGzx+Ig4j1GBBsvYTbzuHJWARaquQMxmvyDwIFnPlyhUeyGWacOzYMZ5OQFkEdAwMwRUV6QYAQAGAiIGgR0UsgZXB3fAMAz5y5AjnD3DgmuCPxQG8UJB2AFzdoqSC5gQWcjG4MHRxAk0A9o3crUDi+j11HGxiZdLvUTE4mbjCfGFxMpahwBIAEJTGM5m4gh5ujGsM3JoEAxCZ7Mr4ovazupC0avDCuPApdYL8OXPm8PFJsKybD3gOejzHhEt3JDm36XKelHaRBvEtDXKzCWBgBOvSJY9QyK5Y3Ujto+sHUJz4Wa1fKMiramUAAEDguRUsFLThOeglWIp1fbtu3bqf1OmpJgETaIbmuV0t07UANCgJ61QTWQmaU7ECCdCJ114CvvqD7R1yhVv08RUR/JDpL9+qlcntHC86iT2zswT4Vxs2bLj50X4YgVZDwv5AQr6HoEzbA7OzMlQsJm51Ag1oqf8/ic96dQPxI9gBGgXTW4TueeqQ0VvUEjS5qwEgfNuitrzOwD0rqdN3eEOn+n91CELtzocgYXFfskMIQsCSWngMo3fAVl3AdNoXUzfmrKW2ttbVTmRQcpNuYepxlBpInWj9WuWCkBsXMFWY3Bqxbu+qM68bnNrPFJBUy00YMHVAS5cujd3jWjezuMbeu2yT16aDVuVq9s9tr61tqfxCTbY6Syi7d+/mALgtoEUfL26hyvXDdVMW9FXzNwFNBcvKw8TKVLeyypX87dqtbpwSwFRTN7EuVREoYBpLdC5mBSQecG5W1qRYmBRqHahd0dF5GbROWWnhVhmyTQUt1V8IzPZTsBe3sJNrBUYHYBAxjL9LIoF0SghNrcUkcQ1Crm+Ja6JW5rV/UHITSiv8ckkT99DJtbphvGs/0xOjxNUPgaZJpJNca8xySnVSmbzmWmfaLt+xSyfi0bm1MOsYdPxMk+qkphVu8h2n9CJRt7ZzzXjjSWUO9lEepiavbmZTzZecXpDdpCKyv52l2rV7levLy3e8fMdNvuQl0/dD4VRZ2Qd5mNNek9sBia9hGuVhqZbr636Y036VmzTC635YKuX69vJtOrvJSDhTITdhwCgG+WrK+IMvlzsdgchNGDAK3L4eRuCxywUjELm+vUvGG2R4CBIegiQW9K2CTQ8jvAZ9efiiS1R1hy+JvpL58i7plwslmlbEA0D3qpTyYzbdK4bpNovXwwhVUS+HL6k+BMm2upj6Tuc0eN0rlB+HIKmQ64uF2bmHbvC6QXvdk1KP9kzlypf+QHYrnHY+nfbDVAW8zLTTIYjb+BbYMVsi2yyJ5lqZ8vsZ4SGI17QinkvGO7L3kp74efiSUgvTLcsAwsn9dM/9PgRx05bIgpPQq5Hu9SPZhxF2hy9u5QZxIJJtFw/ibVVbB++XWwQl1/UkY4u6uLi41a8AarJVrMqV75JuV2FrWpOqLepcayzx+7jMNIbp8ju3cSyleVi8vSaTwwgvIOsAsvsqVFrthzntV9ntRXmd6fAQxAf3zYhDkFR8r0pXgpLra1oRlhCwELAgSyyG7NixYyB9LKZaTnWCaD5PdT/VPatWrfoZDW7/vlLS+c03LSyMlMJf3H5N9c9UP6XaW9RPRdvXgsaoJItvoBYmLABKfaa011EttND+g+raaDT6sxvGkUhEx1fH24hvOljYYotS9VRLNbSfCVq3ZbEGLCZ41yfAN3DAypX7KBSiuBK1oS834K2lFbxLhSwvfAMHTAbiRgHWTaFYFipd5iv0Ewx4q7T5Cj8mZJQKmaZ80z6t8ON3ZTL7t2ksgJ0X11i9amgRGCJWuFZUxQqYQuumqLSNCj8mZNQImaZ8Awdsv7q4CdAiNvT7DXjvt0k1IgKsiEe+gQO2RyztsgwSCjFNWrHHgLeVryw1QoZXvsECJjLtKotyuhysSmblbooNX6bJwYz4pkXQpwHjZyzXUv0d1X+JuNUortG2VtAYlWTxDTTTN92Mc/vF282bNyeFb7hbEW7vhICFRSm58vSF8qOu9FEkVjH5OtQgdhdqKTg3ocHtvlWy+KaFhYktngr2fp8KinUStVC0VQgao5IsvoGuksICoNQnSvtDqj0stJep7otGo01uGEciER1fHW8jvulgYUUWpTDwag3tJ4LWbSnSgMUE76YE+AYOmJp5N0MhiivNNvSFBrwLbZLZZgFas0e+wQZ9JRC3CLAeCcUqRRzCr///XtDkG/BWab8kfk8V0B4RX4D2GxHT8jPJwuIVP368NfP+R5mDhTUoK9gKmvmdwgJ063yDAe8GxdXWET9pXZV03R2y2P9+z7UhkyysTrnPE6Dl2dDXGfCus0k18gRYeR75Bg5YrVjaZekqFGKatKLWgLeVrywrhAyvfIMFTGTaJyzK6XKwEzIrd7m1o+PLNDmYEd+0CPpiA28fe79PVSdWzBZxjbZ9Xjb5ksU30Ew//C3qcLciBCwELMMTV7m7YNwZ/7HPbXHD34RfulgYvuMwKIny/kJ1O9UONvcZB9gvRG60MUlKIGnFP11ra3OfkTEMQP1JAPfrMGq5D/pwzV1Uf6A6NoTK/SoJN/031W+o9gsBc1+w2XdNxLe2IWDuCr6biu9yvQoBcy7YTfiC6jjx0hwmrg7lr1Q3sPfHY2Gm7/DsKNXfUv0xhMkZsHphUX9PgrxSqjlUn9rcZxxgiE/VVJ8nSd6Pce7TvmRlym/eZGpaEQIWQmBW/ivAAEHJ6+6BIIcfAAAAAElFTkSuQmCC) -31px -47px no-repeat;
        cursor: pointer;
    }

div.light_square .pp_contract {
    background: url(data:image/png;base64,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) 0 -26px no-repeat;
    cursor: pointer;
}

    div.light_square .pp_contract:hover {
        background: url(data:image/png;base64,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) 0 -47px no-repeat;
        cursor: pointer;
    }

div.light_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(data:image/png;base64,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) -1px -1px no-repeat;
    cursor: pointer;
}

div.light_square .pp_nav .pp_play {
    background: url(data:image/png;base64,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) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_square .pp_nav .pp_pause {
    background: url(data:image/png;base64,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) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_square .pp_arrow_previous {
    background: url(data:image/png;base64,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) 0 -71px no-repeat;
}

div.light_square .pp_arrow_next {
    background: url(data:image/png;base64,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) -22px -71px no-repeat;
}

div.light_square .pp_next:hover {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAAWCAYAAABzCZQcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABSVJREFUeNrMmMlLZEkQxqO03FcUFA+DCypoqQcRmlZccANRUTw4oIfpg3cv42UYET3YgtBHz/MHiApzcFxmxIMgOhe9KG6HHnBXxH2rqokvqCiyX1eVZV+qEpL3Kl9mvvxFfBGZr2xut5tsNhuNj4+Tj+Lg5418/ch9SvmajUZu+xoXF1cQFRXlio2NddrtdhfmCEFJ8Fzv3jPIrjcPDw/eRgbK4csnl8v1C9ccGIavUlEiIiKKXl9fxVgMTNHR0RQTE0ORkZEUYvj3QaMkJiaS0+msY8hf+dqqKgAYg3qB0I4K8JeXF1IDYDwbLFTgPwbtAR5jiA/4zfIVWLMoEK7wMLwP6NvbW4wXY8THx4c1uN2UNDwMYPWuetUEwG+rEdAX4AgR7Qu5hyu46cZPkLRYwiNnVEByshLp+ioAQz81EsBRoQCrgcLK05y5HZ6kJcnIXCxitKamRuBWVlZExmYxlQB4SBzQ8DSqNTzw/OnpSa4IH1TcQylq6OfnZ2nzeobbsC6sD8bFGBTMg3H+FIjwQ7Wuwe4Z0IgsbYVBwQLu7+8pPT2dqqqqBPzm5uabBRlZ3RvjWBAWh5ebModBMjIyRD2Xl5dScZ+Xl0fHx8d0cnJCZWVlMl6TJ+Y5ODig/Px8eY4xeAd+4xn6an5RJ6D94uJC3odnvuT90fSYuUXB4gDFBFgcwE2p4+X6MjWUZnY1hlkeHx+pqKiIWlpaqLe3l+7u7qRfQ0ODGBZAjY2NVFdXR7m5uWKMnJwcOjw8pMLCQurp6ZE+aWlp1NbWJgpISUmRvhUVFdTa2krFxcUyBuv0tQa7RwqleKgysEoFAAAHMBZWXV1Ns7Oz3/VVw8FQqGo4U15WY1RWVtLq6qrcY/uDslD29/dpYmJCgJKTkyk1NZWmpqaov7+fOjs7KTMzk87OzmhtbU12i+vrayopKaGuri7ph/dgHMLTyqOrydaFmN5Sj6vnAH51dSWx2tzcLG3az5zY9HygZDY/Py/5AvNZCzwMwL6+PqqvrxeJwpBzc3Mif0BPT0+LMeAIVI31hIQEUQI8DSUE3Kc1KfjNepxETC+pV3wVwELKmhzNMWqIyclJUU93d7fXWPA2ChLm9va2GATzYG2APj8/986FkAMY5kRc69q0r78tM0LP0tYM5wsYcQYLYhEzMzP+90Hj9BaoQJaLi4uUlZX13bPT01NaXl6m9fV12t3dFSAkVEh7b29PjNLR0SHKMzP9e/bpzUDQCoysC+CFhYXAk3qgrZlbtxJtS0pKos3NTUlm5taEAvnW1tZKciovLxcPt7e3i3QRswgNJCyHw+E9FCnDmw70yGqVB/0cLLC5Zfk7sPgCRsEOgAQE7wEacQgAZHTMj7adnR2RKNowBwyxtbUlz5aWliQEMH5jY4MKCgro6OhIlIDxaH8L2ob4Gh0dLeWJ/+QXZVtTPCzb1NQkEwUDjH761aWHDxNej6t4DzIrgPAbIBhn/jYNj3kwFvcYh/H6ZajzaOzrwchfiNk824xtbGxshO9/N19mggPmLWD9SNGTEO5D+Ln5Zky72Wp/MNisnqHNgpgLBlg9gitgg01oIfvgGB4ePuDU/4UX+q8v8GCBAavQYf+VNTIy4h4cHPyH97vfGPwvX9/S/mJYJW2Ch6uXrZ+WAHcNDQ39zZt+PyeKzwzxVeVqGkA/Ja3xq+Dh7GUzkX3zx+DAwAAII/laxttEA4N8YBAH9/vJc5j5jwHzuc2JPwfxxyBXdwg8/EN/DP4vwADzqyH4OmxBwwAAAABJRU5ErkJggg==) center right no-repeat;
    cursor: pointer;
}

div.light_square .pp_previous:hover {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAAWCAYAAABzCZQcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABURJREFUeNrUWElLLFcUPj04j4gTiIqioLgQRAhOKE4YtwpZZJN/IARciQtXgsrDRVAUxUhw2ATcBSIJcSQoAU2MUdQ4NCpOOM9D534nfZpr5/Zrk8Cj34FL3aq6dep85zvDrbIPDQ1d0X+XMNfxmj6QPD4+Wu/v720PDw/Wp6cn6/PzsxXXX15e/lCHX9XxZ3Xth6ampiV17jTpsPT19TnpIxAFhhRYuru7IwWWnE4nX8OAWK1WHhaLBWNbXfrm9vb265aWlj89wVtGR0f9HjTAXlxc0NXVFYMFMLvdLgB5jThBsexeo5zwnYqId83NzT/Cb6LP+jEAPj09pcvLSz4PCAigwMBAndW/2VNHm83G97AGwJUDPlXzVsV2hY4VOUH+OhRLdH5+Tjc3N6/Y1QXgTOcAjrWK/fygoKAvGxsbMwS4XzN9fX3NAwLAwq5JwsPDKTg4mEFLfuMZlyNqoqOjv1BTG4LC7ukpCLyMsJKCgRdJ2AgDOEL0kMI1FBq5JwUGa6BH1mIO/Tji3MQg3g3AyFM8pzPpuRaAi4qK+N7ExATrlrV4P+xROj5XbH/b3t6+YDd5TVU9io+Pf+W5vb09zq2QkBBKS0tjowTU6uoqGw/lWVlZ/FJhBYDW19cpMzOTdcBheBb6IyMjaXNz082IZy6r9iQF6RUIqdiQiIgIBgxbT05OWL+JSHUtRa1Fbv9mBA22srOzGcDy8jLFxcVRTU0N9ff3szHV1dV0eHjIL0lJSeF7AwMD5HA4qLKykhnCXFiem5ujiooKmp2dpfn5edZRV1fH71pcXGSDPUU3Xj8CsDhBGBbAMzMz7uqtPwfHYa6c+wmC04oTzwEmxJu9vb3U1tbG84KCAm4bkMnJSerp6eH7kMTERHYWZGNjgzo7O9lJw8PDzNj29jbl5ubS8fExp0JsbCwtLCzwXAw02SAG60OkpKTkFWBJR9NaV5rkIDjtvooJPJ6cnMxzKJf8iomJoaSkJCouLubz3d1dd5imp6dTQ0MDnwPk1NQUM1xfX08JCQmUkZHB6xBFYWFhxveCMT2fdQAAV1tbS6oq09nZ2T8Am6q5y4HJDFqS3ltodXV18fHo6IiNDw0N5fPy8nIeEg1wiAiiYWVlhY0C+5LXEOQ2GEd6wGDoM9mgbTt97tRkl/ZGsfhsWa2tre4wRigJmyMjI9Td3c1z5BUMl6oNQKiiYHdtbY2fw72trS0qLCzkVEBog2VvLUgvYCYZGxtjsIi4srIyYzHUBboUkQ6vfVrf6UjbkGou4QaGdnZ2aHp6mnJycji/sImAIIRLS0spPz+f8vLyOHIAEAUN1RaytLTEncCb4D3vAw0ZHx9n4LDNF3BX61pGxBu1AhzCGSxFRUW5t31iCK4DCKo68gmsoYqnpqZy+0Koo/ojd9He4DTo3N/f57DHeoQt9HoTU+/2FGxN3wocupTNc8gI41cW8gO9GsaCDTFONhUYUC5hC4ZdLYHB6PmF6gyWcYSjsBaOQ6RI5TYJdAAU3qX3ZZMgeqqqqngdnCC7OI8NkkNF5mcqJc2bExgvYejpLQDV+6rsst4iKGwYbxHRq7dPX4xjnSdg0aXIGFGAf0djsJOfChwMB8lmw1d1lq8wE4FKvld7h2EEkF+DFoYAXJj+F21Jrwu/qBrz1eDg4AY6IHLar0HLh47kpbRFX+EuRRcMA3BHR8dPLsDoqU6/Bq0Dl74tX3jv+12kxIEcRkhrDD/K3xO7qs7/56feB/sxKCAV2/xjUIW6TYG3qOtW17Z1FX1Y3Zs7ODiYcBWtJ41hd3j8JcAAJ3IhvjEWLJYAAAAASUVORK5CYII=) center left no-repeat;
    cursor: pointer;
}

div.facebook .pp_top .pp_left {
    background: url(data:image/png;base64,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) -88px -53px no-repeat;
}

div.facebook .pp_top .pp_middle {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADBJREFUeNpiZGBgaGCgImBioDIYNXDUwMFgIOOePXtOU9XA/0AwGimjBg43AwECDABqMQehO1Ts4gAAAABJRU5ErkJggg==) top left repeat-x;
}

div.facebook .pp_top .pp_right {
    background: url(data:image/png;base64,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) -110px -53px no-repeat;
}

div.facebook .pp_content_container .pp_left {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACtJREFUeNpiZGBgaGAgEvz//7+ekBomBiqDUQNHDRw1cNTAUQOHioEAAQYAGcUEJOA4znwAAAAASUVORK5CYII=) top left repeat-y;
}

div.facebook .pp_content_container .pp_right {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACpJREFUeNpi/A8EDAQAIyNjIwORgImBymDUwFEDRw0cNXDUwKFiIECAAQDh+ASoAGHc9gAAAABJRU5ErkJggg==) top right repeat-y;
}

div.facebook .pp_expand {
    background: url(data:image/png;base64,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) -31px -26px no-repeat;
    cursor: pointer;
}

    div.facebook .pp_expand:hover {
        background: url(data:image/png;base64,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) -31px -47px no-repeat;
        cursor: pointer;
    }

div.facebook .pp_contract {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIIAAACTCAYAAABCicHDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAECVJREFUeNrsXX1MFVcWf8CDWqUgoosVl7isllipohWFWhWFproi60fB1IZabeO2ifhVP1JrFJv2j36wJprYxG768Ue7AZR2qyKVYh8aUGmN2rpaW0plKyoIAkqppSh7Ds7oOMy8uTNvPh/nl1zevDcz9xzu/c2555y5cyegq6vLRSC48c+WLVtcubm5uJ0AZTSUSCiBUFhZEgDlFpQrUE5B+Rbqu0nN6xwEoEUICAi4D7ZnckTQA19DOQBk+IOa2BkI5D7H6UgCRCKUCdS8ziPCKAPqfoSa13lEiDCg7n7UvM4jQmCPHYGBrvXr18d9//332bNnz/6TeH9oaGjQoUOHMoqLi58MCQkJoKb0DyL0iA7Wrl0bt3Tp0sfi4uJiN2zYMAk7Xrh/8+bNjzz++ONj09LSHt20adMoakr/IEIPPPvss4mxsbExuJ2UlDS6tLQ0Y9CgQcH4/a233hqzcuXKdIg2XMGA7OzsJGpKPyVCTk7O/rKysq/570iGXbt2zdi+ffv4VatWpbvd7m4LUV9ff2X16tX7qCn9I4+wDrb7indCZweUlJTMTE1NTZQ6uaGhoWnRokX5cMwVid3Xc3Nz86iJHW4REJ2dnV1z5sz5Yv/+/UfE+2pra+ueeeaZf8uQgOBPREC0tbXdPHv2bIP4nkRTU9O1o0ePtlAT9hIivP322wnLli2biY6hEOPGjRt54MCBjLCwsCBqRj8mQmRkZHBeXl4COIazQwD424ULFy5VVlae4o9JTk4eDUPDnWiC4IdEKCoqmrlixYrZQUFBgXx0sHjx4t3Tpk37jzCaQDLs3bs3g5rST4kAEcG1DgBPgiVLlhR++eWXTfBTV1paWjFsfy3wF9qoKZ0NNx9GindkZmZ6Vq5ceeHFF19MfuWVV0qLi4vviQ7mzp37xb59+4La29s7ILI4QE3pH3mENbAdqnPdlEdw4NBw1YC6r1PzOo8I3xlQ9ylqXucR4SSUb1y35x36CpyreBTKcWpe5yAIxnH0EW55PJ6f4Hu76+6Ekg4NpRFKOZRKmrzqQGcRZzETaGggEIgIhNvoTiiNHDmyx1Q1vMnk7Sko/iaU1DFnz55lmsNolVyCRovAN77wDqRcZ4nvUvrkwFgkt9cSQdiIuM1flcKrT3ilSjW68Dy1HW22XIIMEYQNnZmZeec7bktdibidlZV15zd+W21nCOUKzxfLEm+LfyMS6GgR+KutoKCgu2NZgcfiOVrMs1CuHkMIwUdnUWiG1ZBBSAJxHWqsgtC8i+Xy9cv9Lh5OCD4QQWhy1VgDYQdhx6gdq6VMvbijlQjBEmkQVFgEvjHFHSAHqeO0dIZUJ/IWSSyD/01IBiKAzuGjHg2qxTzLyRV3uBQxyEfQDwGcFejylqhRe3WrSShZIZegkFDy1SpoPd8quQSJ8FGvoUGNmZaSKx4OlLb1DEN7PRH0Cr/UJne8yRX7BN5CWkoq6RQ1CK9MuXhdLmxUOo7VIoh1kKpPbbKLoCF8ZInXvYWRvg4vckOEkj6UQzAgj8B3iFS87i3Ew09vN4ZYQk7+fDnLIve7VrkEGR+BJV5nife1ZBb16EiyCjrmEbzd62dtaDz2zJkzqvIIZssleAkfvZltuWOkwjat8xHMlEuQ8RGkGpHlajQiEWSGXIIMEaxKzVJK2GZEoMmrBJq8SpB2FmnyKjmLPRpU7SRSrc4iP2lWnJ+QkqFHapsgQwS9zKovFoG1Y6VSzmQRdPQRxOZX7e1grZNIhR2oZdIsTV41YGiQ6hRvdx/F+/SYvGqGXCcgNzd3CHzEQ4mGEg6lD9dfPOPxH+6EcgNKK5Q6KKfhvIuarLlSilnuLqA3E652qpqcXLnJq/6cl4COnA4fD0EZ4JK4O6wAJAYug/QD1HNQExHkCOBtbBYTQsucRT19EycTAToulbMAYS6JVe7U+uFQrnEWoky1RdDq/ftChN4+eRU66q/wgVYgyqX/MgW4FFI9lIMg5yfmhBJNXjWdBFPhYw6UB13GrFURyNU9h5OlHD56m0SqZmgwMtxUE4Y6gAR/c91+2WqICeJwXaxkkNkPSrGsRZAKv7CDvTlmUvv1nrzK8psWuTYhQYJJJOCBshI42dJEkEvjGj2JVG7SLKtcJ05k5Uz0aA0RgV7pgtFSw0Sg3HirFKqJO0Uv82yVXBMdw/EmWwIpyzCe06UnEcSzfsTPFCht+zJ5VZjNZLl3ICSDwyavTnfZ48Wo/ThdevoIel1hWievCi2CN5Mvt9/uPgKXJ4jypY6nnnrqwT179jyBBbd9VCmK0+lu1KDUmGonkWohj5QlkHtk3qGRQ7zWEHH37t3TJ0yY8NDAgQMj3AD8LS0tbfzWrVubq6qqfpg/f/5BDdUGcjqV3eMsKjUuTV71yRqgGQ5Te15RUVFqY2Pj8oyMjMcGDx48iCdB9xUMwN9wHx6Dx2pQLYzTjSavmgS8d6DKZP38888vREdHR0F7KFmRgHBAenp6EpzzF8C/1LhonG4HaS1m460B3kV8Tk24iCQYOnSoJh8AX8Cmkgx4o+pDWoLXHN+AmQRo4tESaBWG56ocJlC3eCKC8YhWc/CUKVNGMQwH3vyuQKxDrY5EBOMRriY6gOE+zGeBUAfWpeYUt2Asw23Mf2P6M5KLKFi9MnQ68JYnvgkOX+HzrZoXd1gp2wT0YT0QQ0SX73MRutuEq4s1rOwTyHXEffCRzpUYLvN0v+v2G+RZyv3cOcOg/B3KDKgzmJEElsk2CUz+ASaIME+gl1CsS0XSyc0PDeO4K1IRISEhLIxNRIIzKsEsmxFqZJsBpit80aJF8cI8gc/sA2CdrDryRGByLkJDQ4PefPNN1k57hPE4JtmbNm16GOXrLNs2iIuLi7ayTp4ITCbp3XffTY6NjR3AWDfrzRUm2SNGjBiA8nWWbRtERkaGW1lnoOhTFmPHjn0gKytrsgFtwBy5oHzUwx9Diz4AK+vkx6QuBmvwBPgHIcCy0MzMzG4npLCw8JIO+nqVzcuKiop6AOWjHklJSUX+RoQbAPz/9K5TV4928eLFMRMnTuwedydNmpSAhUteGJ6bLigoWCr8jnqAPt988MEH//MnIjQ1NbWGAfSuUzezjFHC66+/PtNOjYb6MEYvjsG5c+fqrKxTkQhbt259dMiQIYPt1GioD+rlkD5mSox99NFHpzsBegnFurBOVh0VibBgwYJkO7auXfWS6hOWg3bt2nWpsbGxWS+hWBfWyaqjIhHy8/OP2LF17aqXlM/GeiDONnKxp9a9XuFcXcw6KhJh1apVxy9evHjZTi2L+qBeDiECs8OGU85aW1uv+SwQ6lA5fa1VkQgdHR1dGzdu3G+nlkV9UC+HEEGVE3jo0KH/dnV13dJsCuBcrEOtjkzJHAzVjh079h1uV1RUnMzKytqJxYxW5GWVlpZW4XfUw2Gh42lWPwExb968srq6unrNrINzsQ6VPsxp5qzeSy+9VApXYQfEpm2YSNIpmaQIXlZ9ff11lI96OCks5BauuKrmHJxqhlPO1FgGPFbDNDXEVdSRJ4JiTH7ixInrBQUFhw1oK+Z8AMpHPRyYJlDtBGKH7t279yiM960K53bhMXisBhJ0cbrdySPcZLQKR2pqaq7q3EhMsn/88cerKN+BJHBxq5eodgLRxA8cOHDb559/Xnn58uUrwjwDbuNvuA+PUTkc8LjGr6zCp5ixc0OVzmpra7u5fv36k4xCWK9cJtmvvfbaGRX/oB2tBvoKyS4ND7lwEcBBnGjCzzHAZJGKPIEUbnE6uYREQEcwhuVsFd76KcbjmGWrwCkbWoUyKLGu2wtXaAJ2vI+dL0S9cFkdnp14lX/DsUQPU38UCmucb6Vss4FX9q820ONXl2g+YxCwAu8i3vJ4PLjGTrvr7qSODg2lEUo5lErWCaQpKSmWyTYb8L82w/+Kt5rxoZcgi9TAtqqCNjpxj8dOTzpZMkzwK6aYvVgGOpsnpZbPoecarCFCMTckdphsCU56XUOJYBkZjpjkM6CMI3IkuGdogIOQFH+GMpQL5wJc6h8yaYPyC5Q6qO+WikaxTLYNCGGLdRYDuJXNuh+E5DpDD5yHcobFaeOecrJEts0IYenKq7yzEqNjRyCGQfkNSjXDsVbKtlWeAT7KrFqLmRc0hPWEvn37Bra3t7OY3mjGzhhiQLtGO40IAkIc5Ey5qauz80Toy3JwZGSke+fOndPmz5/PcgeQdWo2k+z3339/0tq1a481NTV16ijbzoTADr1oljzmB1wQhYWFc7Su5MGgg3d7P2zYgyif4g1jiaDooc+YMSNy8uTJRix1ynx7FuWjHtRt+oPZGdm+fftzbre7T3h4eMTLL788HH/Ly8szfBzmZQ0YMCAS5aMeI0aMyKOus4AIW7ZseXj48OHd6/fGxcWlvvPOO6kcETKMVhBk/VP4HfUAffZv3rz5DHWfieMzRgnLly9faielUR/Ui7rPRCLk5+c/2b9//1g7KY36oF7UfSYSISUlxZaeul318lsieDyez+youF318lsiLFiw4IuWlpYaOymN+qBe1H0mEgHTydu2bdtpJ6VRH8Y0N0HP8BFDtYULF5Zj6Hbu3Lmy9957b59ZCq5Zs2Y1fmZnZ6eOGTNmVnV1dTmFjsYRQfG2Z05Ozod79uyZ2Nra2qxzIsmrbF7WrFmzEjo7O2+gHtRtxg0Nima2pKSk6fDhwwUG6MBs4lE+6kHdZhwRmKZLZWZmfobP1zHW/TvjcUyyz58/fwnl6yybIBoa8F624vqJeAsYxmrWR6t+YTyOSfaSJUsqVPxfv1DXarMI2HC1LoY7gQzeOu6v4epj7TQm2YzDjBrZBA78Ay5dHo/nCmdS+UUaOzUUnECKT9fWsE4gTUlJsUw2QeCx0wMuBOHQQCAiEAhEBAIRgdDDWeTeqqrre5Wg3MSIRAncMZbIJtwFn1DC9yrNdPn+Sh3+3Ur4cMYBKH8wnGOlbIJoaLDyvUr+/k4nRxFhlAF16/pOJ4NkE0REiDCgbl3f6WSQbIKICLLRA75KJzExMdwEHQg2IIKsh56SkhJdUVGx7JNPPpkcERFhxJo/XqODkpKSGV999VU6L1v8nWDi1RgcHOx++umnp9fU1Cx74403TB1/p06dmgBkfLRfv35BUt8JFpjl/v37h2/YsGFebW3tC3Pnzh1MzddLicAjJiYmuqio6B/l5eUZ8fHxodSMvZQIPKZMmTL2+PHjOeg/qHhdL8HfiIBobm5uraqquoQLdlNzOheaPe8bN278DpagfMWKFVVEgl5KBI/Hc/z5558vgyjiN2rCXkiE6urq2nXr1pV8+umnl6npeiERWlpaWnfs2FH26quvfkdN5t9EkH3s7OOPP67euHHjSXAKOw3SwesjbwsXLvzQ7XYHNDQ0dEh9J+hLBFlnr7KyssVgHbw6muJhiIYlY8PHqwbUreadTlbJJoiIYMTYr+adTlbJJoiIQO90Ih+hGzi/D9//3OC6PW3sAY31XeM64ZSL8X2OFssm8B47zmImEGh2EKEb/xdgAHi7sz/TVSzhAAAAAElFTkSuQmCC) 0 -26px no-repeat;
    cursor: pointer;
}

    div.facebook .pp_contract:hover {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIIAAACTCAYAAABCicHDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAECVJREFUeNrsXX1MFVcWf8CDWqUgoosVl7isllipohWFWhWFproi60fB1IZabeO2ifhVP1JrFJv2j36wJprYxG768Ue7AZR2qyKVYh8aUGmN2rpaW0plKyoIAkqppSh7Ds7oOMy8uTNvPh/nl1zevDcz9xzu/c2555y5cyegq6vLRSC48c+WLVtcubm5uJ0AZTSUSCiBUFhZEgDlFpQrUE5B+Rbqu0nN6xwEoEUICAi4D7ZnckTQA19DOQBk+IOa2BkI5D7H6UgCRCKUCdS8ziPCKAPqfoSa13lEiDCg7n7UvM4jQmCPHYGBrvXr18d9//332bNnz/6TeH9oaGjQoUOHMoqLi58MCQkJoKb0DyL0iA7Wrl0bt3Tp0sfi4uJiN2zYMAk7Xrh/8+bNjzz++ONj09LSHt20adMoakr/IEIPPPvss4mxsbExuJ2UlDS6tLQ0Y9CgQcH4/a233hqzcuXKdIg2XMGA7OzsJGpKPyVCTk7O/rKysq/570iGXbt2zdi+ffv4VatWpbvd7m4LUV9ff2X16tX7qCn9I4+wDrb7indCZweUlJTMTE1NTZQ6uaGhoWnRokX5cMwVid3Xc3Nz86iJHW4REJ2dnV1z5sz5Yv/+/UfE+2pra+ueeeaZf8uQgOBPREC0tbXdPHv2bIP4nkRTU9O1o0ePtlAT9hIivP322wnLli2biY6hEOPGjRt54MCBjLCwsCBqRj8mQmRkZHBeXl4COIazQwD424ULFy5VVlae4o9JTk4eDUPDnWiC4IdEKCoqmrlixYrZQUFBgXx0sHjx4t3Tpk37jzCaQDLs3bs3g5rST4kAEcG1DgBPgiVLlhR++eWXTfBTV1paWjFsfy3wF9qoKZ0NNx9GindkZmZ6Vq5ceeHFF19MfuWVV0qLi4vviQ7mzp37xb59+4La29s7ILI4QE3pH3mENbAdqnPdlEdw4NBw1YC6r1PzOo8I3xlQ9ylqXucR4SSUb1y35x36CpyreBTKcWpe5yAIxnH0EW55PJ6f4Hu76+6Ekg4NpRFKOZRKmrzqQGcRZzETaGggEIgIhNvoTiiNHDmyx1Q1vMnk7Sko/iaU1DFnz55lmsNolVyCRovAN77wDqRcZ4nvUvrkwFgkt9cSQdiIuM1flcKrT3ilSjW68Dy1HW22XIIMEYQNnZmZeec7bktdibidlZV15zd+W21nCOUKzxfLEm+LfyMS6GgR+KutoKCgu2NZgcfiOVrMs1CuHkMIwUdnUWiG1ZBBSAJxHWqsgtC8i+Xy9cv9Lh5OCD4QQWhy1VgDYQdhx6gdq6VMvbijlQjBEmkQVFgEvjHFHSAHqeO0dIZUJ/IWSSyD/01IBiKAzuGjHg2qxTzLyRV3uBQxyEfQDwGcFejylqhRe3WrSShZIZegkFDy1SpoPd8quQSJ8FGvoUGNmZaSKx4OlLb1DEN7PRH0Cr/UJne8yRX7BN5CWkoq6RQ1CK9MuXhdLmxUOo7VIoh1kKpPbbKLoCF8ZInXvYWRvg4vckOEkj6UQzAgj8B3iFS87i3Ew09vN4ZYQk7+fDnLIve7VrkEGR+BJV5nife1ZBb16EiyCjrmEbzd62dtaDz2zJkzqvIIZssleAkfvZltuWOkwjat8xHMlEuQ8RGkGpHlajQiEWSGXIIMEaxKzVJK2GZEoMmrBJq8SpB2FmnyKjmLPRpU7SRSrc4iP2lWnJ+QkqFHapsgQwS9zKovFoG1Y6VSzmQRdPQRxOZX7e1grZNIhR2oZdIsTV41YGiQ6hRvdx/F+/SYvGqGXCcgNzd3CHzEQ4mGEg6lD9dfPOPxH+6EcgNKK5Q6KKfhvIuarLlSilnuLqA3E652qpqcXLnJq/6cl4COnA4fD0EZ4JK4O6wAJAYug/QD1HNQExHkCOBtbBYTQsucRT19EycTAToulbMAYS6JVe7U+uFQrnEWoky1RdDq/ftChN4+eRU66q/wgVYgyqX/MgW4FFI9lIMg5yfmhBJNXjWdBFPhYw6UB13GrFURyNU9h5OlHD56m0SqZmgwMtxUE4Y6gAR/c91+2WqICeJwXaxkkNkPSrGsRZAKv7CDvTlmUvv1nrzK8psWuTYhQYJJJOCBshI42dJEkEvjGj2JVG7SLKtcJ05k5Uz0aA0RgV7pgtFSw0Sg3HirFKqJO0Uv82yVXBMdw/EmWwIpyzCe06UnEcSzfsTPFCht+zJ5VZjNZLl3ICSDwyavTnfZ48Wo/ThdevoIel1hWievCi2CN5Mvt9/uPgKXJ4jypY6nnnrqwT179jyBBbd9VCmK0+lu1KDUmGonkWohj5QlkHtk3qGRQ7zWEHH37t3TJ0yY8NDAgQMj3AD8LS0tbfzWrVubq6qqfpg/f/5BDdUGcjqV3eMsKjUuTV71yRqgGQ5Te15RUVFqY2Pj8oyMjMcGDx48iCdB9xUMwN9wHx6Dx2pQLYzTjSavmgS8d6DKZP38888vREdHR0F7KFmRgHBAenp6EpzzF8C/1LhonG4HaS1m460B3kV8Tk24iCQYOnSoJh8AX8Cmkgx4o+pDWoLXHN+AmQRo4tESaBWG56ocJlC3eCKC8YhWc/CUKVNGMQwH3vyuQKxDrY5EBOMRriY6gOE+zGeBUAfWpeYUt2Asw23Mf2P6M5KLKFi9MnQ68JYnvgkOX+HzrZoXd1gp2wT0YT0QQ0SX73MRutuEq4s1rOwTyHXEffCRzpUYLvN0v+v2G+RZyv3cOcOg/B3KDKgzmJEElsk2CUz+ASaIME+gl1CsS0XSyc0PDeO4K1IRISEhLIxNRIIzKsEsmxFqZJsBpit80aJF8cI8gc/sA2CdrDryRGByLkJDQ4PefPNN1k57hPE4JtmbNm16GOXrLNs2iIuLi7ayTp4ITCbp3XffTY6NjR3AWDfrzRUm2SNGjBiA8nWWbRtERkaGW1lnoOhTFmPHjn0gKytrsgFtwBy5oHzUwx9Diz4AK+vkx6QuBmvwBPgHIcCy0MzMzG4npLCw8JIO+nqVzcuKiop6AOWjHklJSUX+RoQbAPz/9K5TV4928eLFMRMnTuwedydNmpSAhUteGJ6bLigoWCr8jnqAPt988MEH//MnIjQ1NbWGAfSuUzezjFHC66+/PtNOjYb6MEYvjsG5c+fqrKxTkQhbt259dMiQIYPt1GioD+rlkD5mSox99NFHpzsBegnFurBOVh0VibBgwYJkO7auXfWS6hOWg3bt2nWpsbGxWS+hWBfWyaqjIhHy8/OP2LF17aqXlM/GeiDONnKxp9a9XuFcXcw6KhJh1apVxy9evHjZTi2L+qBeDiECs8OGU85aW1uv+SwQ6lA5fa1VkQgdHR1dGzdu3G+nlkV9UC+HEEGVE3jo0KH/dnV13dJsCuBcrEOtjkzJHAzVjh079h1uV1RUnMzKytqJxYxW5GWVlpZW4XfUw2Gh42lWPwExb968srq6unrNrINzsQ6VPsxp5qzeSy+9VApXYQfEpm2YSNIpmaQIXlZ9ff11lI96OCks5BauuKrmHJxqhlPO1FgGPFbDNDXEVdSRJ4JiTH7ixInrBQUFhw1oK+Z8AMpHPRyYJlDtBGKH7t279yiM960K53bhMXisBhJ0cbrdySPcZLQKR2pqaq7q3EhMsn/88cerKN+BJHBxq5eodgLRxA8cOHDb559/Xnn58uUrwjwDbuNvuA+PUTkc8LjGr6zCp5ixc0OVzmpra7u5fv36k4xCWK9cJtmvvfbaGRX/oB2tBvoKyS4ND7lwEcBBnGjCzzHAZJGKPIEUbnE6uYREQEcwhuVsFd76KcbjmGWrwCkbWoUyKLGu2wtXaAJ2vI+dL0S9cFkdnp14lX/DsUQPU38UCmucb6Vss4FX9q820ONXl2g+YxCwAu8i3vJ4PLjGTrvr7qSODg2lEUo5lErWCaQpKSmWyTYb8L82w/+Kt5rxoZcgi9TAtqqCNjpxj8dOTzpZMkzwK6aYvVgGOpsnpZbPoecarCFCMTckdphsCU56XUOJYBkZjpjkM6CMI3IkuGdogIOQFH+GMpQL5wJc6h8yaYPyC5Q6qO+WikaxTLYNCGGLdRYDuJXNuh+E5DpDD5yHcobFaeOecrJEts0IYenKq7yzEqNjRyCGQfkNSjXDsVbKtlWeAT7KrFqLmRc0hPWEvn37Bra3t7OY3mjGzhhiQLtGO40IAkIc5Ey5qauz80Toy3JwZGSke+fOndPmz5/PcgeQdWo2k+z3339/0tq1a481NTV16ijbzoTADr1oljzmB1wQhYWFc7Su5MGgg3d7P2zYgyif4g1jiaDooc+YMSNy8uTJRix1ynx7FuWjHtRt+oPZGdm+fftzbre7T3h4eMTLL788HH/Ly8szfBzmZQ0YMCAS5aMeI0aMyKOus4AIW7ZseXj48OHd6/fGxcWlvvPOO6kcETKMVhBk/VP4HfUAffZv3rz5DHWfieMzRgnLly9faielUR/Ui7rPRCLk5+c/2b9//1g7KY36oF7UfSYSISUlxZaeul318lsieDyez+youF318lsiLFiw4IuWlpYaOymN+qBe1H0mEgHTydu2bdtpJ6VRH8Y0N0HP8BFDtYULF5Zj6Hbu3Lmy9957b59ZCq5Zs2Y1fmZnZ6eOGTNmVnV1dTmFjsYRQfG2Z05Ozod79uyZ2Nra2qxzIsmrbF7WrFmzEjo7O2+gHtRtxg0Nima2pKSk6fDhwwUG6MBs4lE+6kHdZhwRmKZLZWZmfobP1zHW/TvjcUyyz58/fwnl6yybIBoa8F624vqJeAsYxmrWR6t+YTyOSfaSJUsqVPxfv1DXarMI2HC1LoY7gQzeOu6v4epj7TQm2YzDjBrZBA78Ay5dHo/nCmdS+UUaOzUUnECKT9fWsE4gTUlJsUw2QeCx0wMuBOHQQCAiEAhEBAIRgdDDWeTeqqrre5Wg3MSIRAncMZbIJtwFn1DC9yrNdPn+Sh3+3Ur4cMYBKH8wnGOlbIJoaLDyvUr+/k4nRxFhlAF16/pOJ4NkE0REiDCgbl3f6WSQbIKICLLRA75KJzExMdwEHQg2IIKsh56SkhJdUVGx7JNPPpkcERFhxJo/XqODkpKSGV999VU6L1v8nWDi1RgcHOx++umnp9fU1Cx74403TB1/p06dmgBkfLRfv35BUt8JFpjl/v37h2/YsGFebW3tC3Pnzh1MzddLicAjJiYmuqio6B/l5eUZ8fHxodSMvZQIPKZMmTL2+PHjOeg/qHhdL8HfiIBobm5uraqquoQLdlNzOheaPe8bN278DpagfMWKFVVEgl5KBI/Hc/z5558vgyjiN2rCXkiE6urq2nXr1pV8+umnl6npeiERWlpaWnfs2FH26quvfkdN5t9EkH3s7OOPP67euHHjSXAKOw3SwesjbwsXLvzQ7XYHNDQ0dEh9J+hLBFlnr7KyssVgHbw6muJhiIYlY8PHqwbUreadTlbJJoiIYMTYr+adTlbJJoiIQO90Ih+hGzi/D9//3OC6PW3sAY31XeM64ZSL8X2OFssm8B47zmImEGh2EKEb/xdgAHi7sz/TVSzhAAAAAElFTkSuQmCC) 0 -47px no-repeat;
        cursor: pointer;
    }

div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIIAAACTCAYAAABCicHDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAECVJREFUeNrsXX1MFVcWf8CDWqUgoosVl7isllipohWFWhWFproi60fB1IZabeO2ifhVP1JrFJv2j36wJprYxG768Ue7AZR2qyKVYh8aUGmN2rpaW0plKyoIAkqppSh7Ds7oOMy8uTNvPh/nl1zevDcz9xzu/c2555y5cyegq6vLRSC48c+WLVtcubm5uJ0AZTSUSCiBUFhZEgDlFpQrUE5B+Rbqu0nN6xwEoEUICAi4D7ZnckTQA19DOQBk+IOa2BkI5D7H6UgCRCKUCdS8ziPCKAPqfoSa13lEiDCg7n7UvM4jQmCPHYGBrvXr18d9//332bNnz/6TeH9oaGjQoUOHMoqLi58MCQkJoKb0DyL0iA7Wrl0bt3Tp0sfi4uJiN2zYMAk7Xrh/8+bNjzz++ONj09LSHt20adMoakr/IEIPPPvss4mxsbExuJ2UlDS6tLQ0Y9CgQcH4/a233hqzcuXKdIg2XMGA7OzsJGpKPyVCTk7O/rKysq/570iGXbt2zdi+ffv4VatWpbvd7m4LUV9ff2X16tX7qCn9I4+wDrb7indCZweUlJTMTE1NTZQ6uaGhoWnRokX5cMwVid3Xc3Nz86iJHW4REJ2dnV1z5sz5Yv/+/UfE+2pra+ueeeaZf8uQgOBPREC0tbXdPHv2bIP4nkRTU9O1o0ePtlAT9hIivP322wnLli2biY6hEOPGjRt54MCBjLCwsCBqRj8mQmRkZHBeXl4COIazQwD424ULFy5VVlae4o9JTk4eDUPDnWiC4IdEKCoqmrlixYrZQUFBgXx0sHjx4t3Tpk37jzCaQDLs3bs3g5rST4kAEcG1DgBPgiVLlhR++eWXTfBTV1paWjFsfy3wF9qoKZ0NNx9GindkZmZ6Vq5ceeHFF19MfuWVV0qLi4vviQ7mzp37xb59+4La29s7ILI4QE3pH3mENbAdqnPdlEdw4NBw1YC6r1PzOo8I3xlQ9ylqXucR4SSUb1y35x36CpyreBTKcWpe5yAIxnH0EW55PJ6f4Hu76+6Ekg4NpRFKOZRKmrzqQGcRZzETaGggEIgIhNvoTiiNHDmyx1Q1vMnk7Sko/iaU1DFnz55lmsNolVyCRovAN77wDqRcZ4nvUvrkwFgkt9cSQdiIuM1flcKrT3ilSjW68Dy1HW22XIIMEYQNnZmZeec7bktdibidlZV15zd+W21nCOUKzxfLEm+LfyMS6GgR+KutoKCgu2NZgcfiOVrMs1CuHkMIwUdnUWiG1ZBBSAJxHWqsgtC8i+Xy9cv9Lh5OCD4QQWhy1VgDYQdhx6gdq6VMvbijlQjBEmkQVFgEvjHFHSAHqeO0dIZUJ/IWSSyD/01IBiKAzuGjHg2qxTzLyRV3uBQxyEfQDwGcFejylqhRe3WrSShZIZegkFDy1SpoPd8quQSJ8FGvoUGNmZaSKx4OlLb1DEN7PRH0Cr/UJne8yRX7BN5CWkoq6RQ1CK9MuXhdLmxUOo7VIoh1kKpPbbKLoCF8ZInXvYWRvg4vckOEkj6UQzAgj8B3iFS87i3Ew09vN4ZYQk7+fDnLIve7VrkEGR+BJV5nife1ZBb16EiyCjrmEbzd62dtaDz2zJkzqvIIZssleAkfvZltuWOkwjat8xHMlEuQ8RGkGpHlajQiEWSGXIIMEaxKzVJK2GZEoMmrBJq8SpB2FmnyKjmLPRpU7SRSrc4iP2lWnJ+QkqFHapsgQwS9zKovFoG1Y6VSzmQRdPQRxOZX7e1grZNIhR2oZdIsTV41YGiQ6hRvdx/F+/SYvGqGXCcgNzd3CHzEQ4mGEg6lD9dfPOPxH+6EcgNKK5Q6KKfhvIuarLlSilnuLqA3E652qpqcXLnJq/6cl4COnA4fD0EZ4JK4O6wAJAYug/QD1HNQExHkCOBtbBYTQsucRT19EycTAToulbMAYS6JVe7U+uFQrnEWoky1RdDq/ftChN4+eRU66q/wgVYgyqX/MgW4FFI9lIMg5yfmhBJNXjWdBFPhYw6UB13GrFURyNU9h5OlHD56m0SqZmgwMtxUE4Y6gAR/c91+2WqICeJwXaxkkNkPSrGsRZAKv7CDvTlmUvv1nrzK8psWuTYhQYJJJOCBshI42dJEkEvjGj2JVG7SLKtcJ05k5Uz0aA0RgV7pgtFSw0Sg3HirFKqJO0Uv82yVXBMdw/EmWwIpyzCe06UnEcSzfsTPFCht+zJ5VZjNZLl3ICSDwyavTnfZ48Wo/ThdevoIel1hWievCi2CN5Mvt9/uPgKXJ4jypY6nnnrqwT179jyBBbd9VCmK0+lu1KDUmGonkWohj5QlkHtk3qGRQ7zWEHH37t3TJ0yY8NDAgQMj3AD8LS0tbfzWrVubq6qqfpg/f/5BDdUGcjqV3eMsKjUuTV71yRqgGQ5Te15RUVFqY2Pj8oyMjMcGDx48iCdB9xUMwN9wHx6Dx2pQLYzTjSavmgS8d6DKZP38888vREdHR0F7KFmRgHBAenp6EpzzF8C/1LhonG4HaS1m460B3kV8Tk24iCQYOnSoJh8AX8Cmkgx4o+pDWoLXHN+AmQRo4tESaBWG56ocJlC3eCKC8YhWc/CUKVNGMQwH3vyuQKxDrY5EBOMRriY6gOE+zGeBUAfWpeYUt2Asw23Mf2P6M5KLKFi9MnQ68JYnvgkOX+HzrZoXd1gp2wT0YT0QQ0SX73MRutuEq4s1rOwTyHXEffCRzpUYLvN0v+v2G+RZyv3cOcOg/B3KDKgzmJEElsk2CUz+ASaIME+gl1CsS0XSyc0PDeO4K1IRISEhLIxNRIIzKsEsmxFqZJsBpit80aJF8cI8gc/sA2CdrDryRGByLkJDQ4PefPNN1k57hPE4JtmbNm16GOXrLNs2iIuLi7ayTp4ITCbp3XffTY6NjR3AWDfrzRUm2SNGjBiA8nWWbRtERkaGW1lnoOhTFmPHjn0gKytrsgFtwBy5oHzUwx9Diz4AK+vkx6QuBmvwBPgHIcCy0MzMzG4npLCw8JIO+nqVzcuKiop6AOWjHklJSUX+RoQbAPz/9K5TV4928eLFMRMnTuwedydNmpSAhUteGJ6bLigoWCr8jnqAPt988MEH//MnIjQ1NbWGAfSuUzezjFHC66+/PtNOjYb6MEYvjsG5c+fqrKxTkQhbt259dMiQIYPt1GioD+rlkD5mSox99NFHpzsBegnFurBOVh0VibBgwYJkO7auXfWS6hOWg3bt2nWpsbGxWS+hWBfWyaqjIhHy8/OP2LF17aqXlM/GeiDONnKxp9a9XuFcXcw6KhJh1apVxy9evHjZTi2L+qBeDiECs8OGU85aW1uv+SwQ6lA5fa1VkQgdHR1dGzdu3G+nlkV9UC+HEEGVE3jo0KH/dnV13dJsCuBcrEOtjkzJHAzVjh079h1uV1RUnMzKytqJxYxW5GWVlpZW4XfUw2Gh42lWPwExb968srq6unrNrINzsQ6VPsxp5qzeSy+9VApXYQfEpm2YSNIpmaQIXlZ9ff11lI96OCks5BauuKrmHJxqhlPO1FgGPFbDNDXEVdSRJ4JiTH7ixInrBQUFhw1oK+Z8AMpHPRyYJlDtBGKH7t279yiM960K53bhMXisBhJ0cbrdySPcZLQKR2pqaq7q3EhMsn/88cerKN+BJHBxq5eodgLRxA8cOHDb559/Xnn58uUrwjwDbuNvuA+PUTkc8LjGr6zCp5ixc0OVzmpra7u5fv36k4xCWK9cJtmvvfbaGRX/oB2tBvoKyS4ND7lwEcBBnGjCzzHAZJGKPIEUbnE6uYREQEcwhuVsFd76KcbjmGWrwCkbWoUyKLGu2wtXaAJ2vI+dL0S9cFkdnp14lX/DsUQPU38UCmucb6Vss4FX9q820ONXl2g+YxCwAu8i3vJ4PLjGTrvr7qSODg2lEUo5lErWCaQpKSmWyTYb8L82w/+Kt5rxoZcgi9TAtqqCNjpxj8dOTzpZMkzwK6aYvVgGOpsnpZbPoecarCFCMTckdphsCU56XUOJYBkZjpjkM6CMI3IkuGdogIOQFH+GMpQL5wJc6h8yaYPyC5Q6qO+WikaxTLYNCGGLdRYDuJXNuh+E5DpDD5yHcobFaeOecrJEts0IYenKq7yzEqNjRyCGQfkNSjXDsVbKtlWeAT7KrFqLmRc0hPWEvn37Bra3t7OY3mjGzhhiQLtGO40IAkIc5Ey5qauz80Toy3JwZGSke+fOndPmz5/PcgeQdWo2k+z3339/0tq1a481NTV16ijbzoTADr1oljzmB1wQhYWFc7Su5MGgg3d7P2zYgyif4g1jiaDooc+YMSNy8uTJRix1ynx7FuWjHtRt+oPZGdm+fftzbre7T3h4eMTLL788HH/Ly8szfBzmZQ0YMCAS5aMeI0aMyKOus4AIW7ZseXj48OHd6/fGxcWlvvPOO6kcETKMVhBk/VP4HfUAffZv3rz5DHWfieMzRgnLly9faielUR/Ui7rPRCLk5+c/2b9//1g7KY36oF7UfSYSISUlxZaeul318lsieDyez+youF318lsiLFiw4IuWlpYaOymN+qBe1H0mEgHTydu2bdtpJ6VRH8Y0N0HP8BFDtYULF5Zj6Hbu3Lmy9957b59ZCq5Zs2Y1fmZnZ6eOGTNmVnV1dTmFjsYRQfG2Z05Ozod79uyZ2Nra2qxzIsmrbF7WrFmzEjo7O2+gHtRtxg0Nima2pKSk6fDhwwUG6MBs4lE+6kHdZhwRmKZLZWZmfobP1zHW/TvjcUyyz58/fwnl6yybIBoa8F624vqJeAsYxmrWR6t+YTyOSfaSJUsqVPxfv1DXarMI2HC1LoY7gQzeOu6v4epj7TQm2YzDjBrZBA78Ay5dHo/nCmdS+UUaOzUUnECKT9fWsE4gTUlJsUw2QeCx0wMuBOHQQCAiEAhEBAIRgdDDWeTeqqrre5Wg3MSIRAncMZbIJtwFn1DC9yrNdPn+Sh3+3Ur4cMYBKH8wnGOlbIJoaLDyvUr+/k4nRxFhlAF16/pOJ4NkE0REiDCgbl3f6WSQbIKICLLRA75KJzExMdwEHQg2IIKsh56SkhJdUVGx7JNPPpkcERFhxJo/XqODkpKSGV999VU6L1v8nWDi1RgcHOx++umnp9fU1Cx74403TB1/p06dmgBkfLRfv35BUt8JFpjl/v37h2/YsGFebW3tC3Pnzh1MzddLicAjJiYmuqio6B/l5eUZ8fHxodSMvZQIPKZMmTL2+PHjOeg/qHhdL8HfiIBobm5uraqquoQLdlNzOheaPe8bN278DpagfMWKFVVEgl5KBI/Hc/z5558vgyjiN2rCXkiE6urq2nXr1pV8+umnl6npeiERWlpaWnfs2FH26quvfkdN5t9EkH3s7OOPP67euHHjSXAKOw3SwesjbwsXLvzQ7XYHNDQ0dEh9J+hLBFlnr7KyssVgHbw6muJhiIYlY8PHqwbUreadTlbJJoiIYMTYr+adTlbJJoiIQO90Ih+hGzi/D9//3OC6PW3sAY31XeM64ZSL8X2OFssm8B47zmImEGh2EKEb/xdgAHi7sz/TVSzhAAAAAElFTkSuQmCC) -1px -1px no-repeat;
    cursor: pointer;
}

div.facebook .pp_description {
    margin: 0 37px 0 0;
}

div.facebook .pp_loaderIcon {
    background: url(data:image/gif;base64,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) center center no-repeat;
}

div.facebook .pp_arrow_previous {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIIAAACTCAYAAABCicHDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAECVJREFUeNrsXX1MFVcWf8CDWqUgoosVl7isllipohWFWhWFproi60fB1IZabeO2ifhVP1JrFJv2j36wJprYxG768Ue7AZR2qyKVYh8aUGmN2rpaW0plKyoIAkqppSh7Ds7oOMy8uTNvPh/nl1zevDcz9xzu/c2555y5cyegq6vLRSC48c+WLVtcubm5uJ0AZTSUSCiBUFhZEgDlFpQrUE5B+Rbqu0nN6xwEoEUICAi4D7ZnckTQA19DOQBk+IOa2BkI5D7H6UgCRCKUCdS8ziPCKAPqfoSa13lEiDCg7n7UvM4jQmCPHYGBrvXr18d9//332bNnz/6TeH9oaGjQoUOHMoqLi58MCQkJoKb0DyL0iA7Wrl0bt3Tp0sfi4uJiN2zYMAk7Xrh/8+bNjzz++ONj09LSHt20adMoakr/IEIPPPvss4mxsbExuJ2UlDS6tLQ0Y9CgQcH4/a233hqzcuXKdIg2XMGA7OzsJGpKPyVCTk7O/rKysq/570iGXbt2zdi+ffv4VatWpbvd7m4LUV9ff2X16tX7qCn9I4+wDrb7indCZweUlJTMTE1NTZQ6uaGhoWnRokX5cMwVid3Xc3Nz86iJHW4REJ2dnV1z5sz5Yv/+/UfE+2pra+ueeeaZf8uQgOBPREC0tbXdPHv2bIP4nkRTU9O1o0ePtlAT9hIivP322wnLli2biY6hEOPGjRt54MCBjLCwsCBqRj8mQmRkZHBeXl4COIazQwD424ULFy5VVlae4o9JTk4eDUPDnWiC4IdEKCoqmrlixYrZQUFBgXx0sHjx4t3Tpk37jzCaQDLs3bs3g5rST4kAEcG1DgBPgiVLlhR++eWXTfBTV1paWjFsfy3wF9qoKZ0NNx9GindkZmZ6Vq5ceeHFF19MfuWVV0qLi4vviQ7mzp37xb59+4La29s7ILI4QE3pH3mENbAdqnPdlEdw4NBw1YC6r1PzOo8I3xlQ9ylqXucR4SSUb1y35x36CpyreBTKcWpe5yAIxnH0EW55PJ6f4Hu76+6Ekg4NpRFKOZRKmrzqQGcRZzETaGggEIgIhNvoTiiNHDmyx1Q1vMnk7Sko/iaU1DFnz55lmsNolVyCRovAN77wDqRcZ4nvUvrkwFgkt9cSQdiIuM1flcKrT3ilSjW68Dy1HW22XIIMEYQNnZmZeec7bktdibidlZV15zd+W21nCOUKzxfLEm+LfyMS6GgR+KutoKCgu2NZgcfiOVrMs1CuHkMIwUdnUWiG1ZBBSAJxHWqsgtC8i+Xy9cv9Lh5OCD4QQWhy1VgDYQdhx6gdq6VMvbijlQjBEmkQVFgEvjHFHSAHqeO0dIZUJ/IWSSyD/01IBiKAzuGjHg2qxTzLyRV3uBQxyEfQDwGcFejylqhRe3WrSShZIZegkFDy1SpoPd8quQSJ8FGvoUGNmZaSKx4OlLb1DEN7PRH0Cr/UJne8yRX7BN5CWkoq6RQ1CK9MuXhdLmxUOo7VIoh1kKpPbbKLoCF8ZInXvYWRvg4vckOEkj6UQzAgj8B3iFS87i3Ew09vN4ZYQk7+fDnLIve7VrkEGR+BJV5nife1ZBb16EiyCjrmEbzd62dtaDz2zJkzqvIIZssleAkfvZltuWOkwjat8xHMlEuQ8RGkGpHlajQiEWSGXIIMEaxKzVJK2GZEoMmrBJq8SpB2FmnyKjmLPRpU7SRSrc4iP2lWnJ+QkqFHapsgQwS9zKovFoG1Y6VSzmQRdPQRxOZX7e1grZNIhR2oZdIsTV41YGiQ6hRvdx/F+/SYvGqGXCcgNzd3CHzEQ4mGEg6lD9dfPOPxH+6EcgNKK5Q6KKfhvIuarLlSilnuLqA3E652qpqcXLnJq/6cl4COnA4fD0EZ4JK4O6wAJAYug/QD1HNQExHkCOBtbBYTQsucRT19EycTAToulbMAYS6JVe7U+uFQrnEWoky1RdDq/ftChN4+eRU66q/wgVYgyqX/MgW4FFI9lIMg5yfmhBJNXjWdBFPhYw6UB13GrFURyNU9h5OlHD56m0SqZmgwMtxUE4Y6gAR/c91+2WqICeJwXaxkkNkPSrGsRZAKv7CDvTlmUvv1nrzK8psWuTYhQYJJJOCBshI42dJEkEvjGj2JVG7SLKtcJ05k5Uz0aA0RgV7pgtFSw0Sg3HirFKqJO0Uv82yVXBMdw/EmWwIpyzCe06UnEcSzfsTPFCht+zJ5VZjNZLl3ICSDwyavTnfZ48Wo/ThdevoIel1hWievCi2CN5Mvt9/uPgKXJ4jypY6nnnrqwT179jyBBbd9VCmK0+lu1KDUmGonkWohj5QlkHtk3qGRQ7zWEHH37t3TJ0yY8NDAgQMj3AD8LS0tbfzWrVubq6qqfpg/f/5BDdUGcjqV3eMsKjUuTV71yRqgGQ5Te15RUVFqY2Pj8oyMjMcGDx48iCdB9xUMwN9wHx6Dx2pQLYzTjSavmgS8d6DKZP38888vREdHR0F7KFmRgHBAenp6EpzzF8C/1LhonG4HaS1m460B3kV8Tk24iCQYOnSoJh8AX8Cmkgx4o+pDWoLXHN+AmQRo4tESaBWG56ocJlC3eCKC8YhWc/CUKVNGMQwH3vyuQKxDrY5EBOMRriY6gOE+zGeBUAfWpeYUt2Asw23Mf2P6M5KLKFi9MnQ68JYnvgkOX+HzrZoXd1gp2wT0YT0QQ0SX73MRutuEq4s1rOwTyHXEffCRzpUYLvN0v+v2G+RZyv3cOcOg/B3KDKgzmJEElsk2CUz+ASaIME+gl1CsS0XSyc0PDeO4K1IRISEhLIxNRIIzKsEsmxFqZJsBpit80aJF8cI8gc/sA2CdrDryRGByLkJDQ4PefPNN1k57hPE4JtmbNm16GOXrLNs2iIuLi7ayTp4ITCbp3XffTY6NjR3AWDfrzRUm2SNGjBiA8nWWbRtERkaGW1lnoOhTFmPHjn0gKytrsgFtwBy5oHzUwx9Diz4AK+vkx6QuBmvwBPgHIcCy0MzMzG4npLCw8JIO+nqVzcuKiop6AOWjHklJSUX+RoQbAPz/9K5TV4928eLFMRMnTuwedydNmpSAhUteGJ6bLigoWCr8jnqAPt988MEH//MnIjQ1NbWGAfSuUzezjFHC66+/PtNOjYb6MEYvjsG5c+fqrKxTkQhbt259dMiQIYPt1GioD+rlkD5mSox99NFHpzsBegnFurBOVh0VibBgwYJkO7auXfWS6hOWg3bt2nWpsbGxWS+hWBfWyaqjIhHy8/OP2LF17aqXlM/GeiDONnKxp9a9XuFcXcw6KhJh1apVxy9evHjZTi2L+qBeDiECs8OGU85aW1uv+SwQ6lA5fa1VkQgdHR1dGzdu3G+nlkV9UC+HEEGVE3jo0KH/dnV13dJsCuBcrEOtjkzJHAzVjh079h1uV1RUnMzKytqJxYxW5GWVlpZW4XfUw2Gh42lWPwExb968srq6unrNrINzsQ6VPsxp5qzeSy+9VApXYQfEpm2YSNIpmaQIXlZ9ff11lI96OCks5BauuKrmHJxqhlPO1FgGPFbDNDXEVdSRJ4JiTH7ixInrBQUFhw1oK+Z8AMpHPRyYJlDtBGKH7t279yiM960K53bhMXisBhJ0cbrdySPcZLQKR2pqaq7q3EhMsn/88cerKN+BJHBxq5eodgLRxA8cOHDb559/Xnn58uUrwjwDbuNvuA+PUTkc8LjGr6zCp5ixc0OVzmpra7u5fv36k4xCWK9cJtmvvfbaGRX/oB2tBvoKyS4ND7lwEcBBnGjCzzHAZJGKPIEUbnE6uYREQEcwhuVsFd76KcbjmGWrwCkbWoUyKLGu2wtXaAJ2vI+dL0S9cFkdnp14lX/DsUQPU38UCmucb6Vss4FX9q820ONXl2g+YxCwAu8i3vJ4PLjGTrvr7qSODg2lEUo5lErWCaQpKSmWyTYb8L82w/+Kt5rxoZcgi9TAtqqCNjpxj8dOTzpZMkzwK6aYvVgGOpsnpZbPoecarCFCMTckdphsCU56XUOJYBkZjpjkM6CMI3IkuGdogIOQFH+GMpQL5wJc6h8yaYPyC5Q6qO+WikaxTLYNCGGLdRYDuJXNuh+E5DpDD5yHcobFaeOecrJEts0IYenKq7yzEqNjRyCGQfkNSjXDsVbKtlWeAT7KrFqLmRc0hPWEvn37Bra3t7OY3mjGzhhiQLtGO40IAkIc5Ey5qauz80Toy3JwZGSke+fOndPmz5/PcgeQdWo2k+z3339/0tq1a481NTV16ijbzoTADr1oljzmB1wQhYWFc7Su5MGgg3d7P2zYgyif4g1jiaDooc+YMSNy8uTJRix1ynx7FuWjHtRt+oPZGdm+fftzbre7T3h4eMTLL788HH/Ly8szfBzmZQ0YMCAS5aMeI0aMyKOus4AIW7ZseXj48OHd6/fGxcWlvvPOO6kcETKMVhBk/VP4HfUAffZv3rz5DHWfieMzRgnLly9faielUR/Ui7rPRCLk5+c/2b9//1g7KY36oF7UfSYSISUlxZaeul318lsieDyez+youF318lsiLFiw4IuWlpYaOymN+qBe1H0mEgHTydu2bdtpJ6VRH8Y0N0HP8BFDtYULF5Zj6Hbu3Lmy9957b59ZCq5Zs2Y1fmZnZ6eOGTNmVnV1dTmFjsYRQfG2Z05Ozod79uyZ2Nra2qxzIsmrbF7WrFmzEjo7O2+gHtRtxg0Nima2pKSk6fDhwwUG6MBs4lE+6kHdZhwRmKZLZWZmfobP1zHW/TvjcUyyz58/fwnl6yybIBoa8F624vqJeAsYxmrWR6t+YTyOSfaSJUsqVPxfv1DXarMI2HC1LoY7gQzeOu6v4epj7TQm2YzDjBrZBA78Ay5dHo/nCmdS+UUaOzUUnECKT9fWsE4gTUlJsUw2QeCx0wMuBOHQQCAiEAhEBAIRgdDDWeTeqqrre5Wg3MSIRAncMZbIJtwFn1DC9yrNdPn+Sh3+3Ur4cMYBKH8wnGOlbIJoaLDyvUr+/k4nRxFhlAF16/pOJ4NkE0REiDCgbl3f6WSQbIKICLLRA75KJzExMdwEHQg2IIKsh56SkhJdUVGx7JNPPpkcERFhxJo/XqODkpKSGV999VU6L1v8nWDi1RgcHOx++umnp9fU1Cx74403TB1/p06dmgBkfLRfv35BUt8JFpjl/v37h2/YsGFebW3tC3Pnzh1MzddLicAjJiYmuqio6B/l5eUZ8fHxodSMvZQIPKZMmTL2+PHjOeg/qHhdL8HfiIBobm5uraqquoQLdlNzOheaPe8bN278DpagfMWKFVVEgl5KBI/Hc/z5558vgyjiN2rCXkiE6urq2nXr1pV8+umnl6npeiERWlpaWnfs2FH26quvfkdN5t9EkH3s7OOPP67euHHjSXAKOw3SwesjbwsXLvzQ7XYHNDQ0dEh9J+hLBFlnr7KyssVgHbw6muJhiIYlY8PHqwbUreadTlbJJoiIYMTYr+adTlbJJoiIQO90Ih+hGzi/D9//3OC6PW3sAY31XeM64ZSL8X2OFssm8B47zmImEGh2EKEb/xdgAHi7sz/TVSzhAAAAAElFTkSuQmCC) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

    div.facebook .pp_arrow_previous.disabled {
        background-position: 0 -96px;
        cursor: default;
    }

div.facebook .pp_arrow_next {
    background: url(data:image/png;base64,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) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

    div.facebook .pp_arrow_next.disabled {
        background-position: -32px -96px;
        cursor: default;
    }

div.facebook .pp_nav {
    margin-top: 0;
}

    div.facebook .pp_nav p {
        font-size: 15px;
        padding: 0 3px 0 4px;
    }

    div.facebook .pp_nav .pp_play {
        background: url(data:image/png;base64,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) -1px -123px no-repeat;
        height: 22px;
        width: 22px;
    }

    div.facebook .pp_nav .pp_pause {
        background: url(data:image/png;base64,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) -32px -123px no-repeat;
        height: 22px;
        width: 22px;
    }

div.facebook .pp_next:hover {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAAvCAYAAABZl2IDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAu9JREFUeNrcmj9oGlEcx9+ZSCTGCLGU2mqHDrEUC+2QobQgBJQuBTN0MDalrkFdHBQyhA4WxUgGwSEZbJvGDg6pSAlEGhBaMjpUSs3gIKZX0hptvSSmJl5/rzkhLRnu6r+794Xv8vD0ffid7/1+7/0odL5kYAP4BlgDvsSN9UpN8FdwGfwJnOfG/hLLsry+jDpn7AJ4CnwFiUc74DXw905A3gFPguVIfGqAN8Fb7UCawXeR+PUBnBYC2fqfGSUCiLh5GoU8gCEHwBYkLU1y8+YNiVfQUYlBjnHz5g05jqSpcSGQWolC6oRAjkgUclQIpKLTvx4KhW71AFLQwtNxOZ3O+4uLi7fFEvKu5aNut/uB3++/STSkTCajfD7flNfrNRAL2QKFaD50uVzXiIX8szqAwuGwzeFwXCUWEksulw9Go9Fpm83Wl/JtsJ2HoQqY5/tZhUIxtLy8PM0wzItUKrVLXCRbUiqVw6urqzMmk2mMWEgslUo1kkwmn0xMTKiJhcRSq9Wq9fX1x0ajcYRYSCyNRjO2sbExYzAYhomFxNJqtRfT6fQjnU43RCwkll6v1y4tLZmIhiwUCkW73b5JLGSxWNyB7SReqVSOiYSkaXrXYrHES6XSEZELT7lc3gPAlXw+f0DkFlKtVn+YzebnuVyOITIZqNVqjNVqfZnNZmuSSdApinp63vjh4aEPJ+Rnx/b39w9gFV3JZDJ7RJZa9Xr9COrJV72uPnoG2Wg0jmdnZ+OJRIImsmg+AXk8ntexWKxI5PFHs9lk5+bmEpFIpNDvrKorkCzLNgOBwFowGMwjEagrkAsLC28hih+RSIRvmn2oC1cFPdAveGOe8Y0kg6Spn0JeV1qikLQQyG2JQm4LgcTNQHsSA6xw8+YNeYJO+2OkpHfcvAVtITl0pglI5Nri5itoCzkLfA+MD5UGRAiHI5cBv0dcnx2JvXVvwN/+yaz+G7IV1evotFcG31tc7gPYF3yQwL2an1EbXZK/BRgAFzPpBTpJpB8AAAAASUVORK5CYII=) center right no-repeat;
    cursor: pointer;
}

div.facebook .pp_previous:hover {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAAvCAYAAABZl2IDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAt5JREFUeNrcmj9oWkEcx+9ppDXGCFpCbbRDh1iKhXbIUFoQCkoXwQwdrE3brEFdMkRwaQfBIOIgOLhY2qqDQyoOglKh0JIxQ6XUDA5iaklrtFVKUhPt78gbUkhLz+Tee/e+8F1uuPt93v3e/Xnvx41GI/Q/4jjupGYF2AK+BjaAL/JtQmkI/gJugz+Ca3zbn7GfAvICeAE8i6SjbfA6+NtZQN4C3wWrkPQ0AFfAG6eBtINvI+nrPbiMxnh/rIwAIj5OKymkEuxAbAm/UkoSSLyCTjMGqcdxk0DOITY1RwJpZBTSRAI5xSjkNAnkedrRRCKRGxS6VSqk8rhjsdhNr9d7j0bfkoAMhULX/X6/k1b/okOurq5aAoHAgkKh4GQJ6fP5rsAs3qcJKCrk0tLS5Wg06laCaI8lCqTb7Z5NJBIPVCrVhBDjkdxCnp7FgE6ncyabzT7WaDSTRIFy3DMmZtJms+nT6fQiKSAz6To/P6/L5/NPtFqt4CcnQSCtVutUsVh8pNPptGKsAdQhLRbLZKlUWjQYDHqxVnKqkCaT6Vy5XH5oNBpnxNyPqUImk0mb2WwW/YpGFdLj8VTq9XpD1pCdTucAto1Mo9HYli0kVrPZ3Hc4HJlWq7UjW0isWq32E0BfttvtXdlCYlWr1b7dbn/e7Xa/yxYSa3Nzs+dyuV70er2+kOMKfkD/1yF9b29vX61Wh2Vx1SoUCjtwn3yFoWSXrseVy+Vay8vLmcFgcCBbSKxUKtVYWVnJHoJkC4kVj8frwWAwNxwOR7KFxFpbW6uFw+F1WASHNPqfQBIRzOYHyFoqkCRbSAAJ8KuAgn6RpGsfsakfJJAtRiFbJJBbjEJukUDiYqBdxgA7OG4SSLxhVxiDfIPjJt0nq+hYEZDEtcHHO1axEn4wd8A2dFT2IjXhjHsLfof4Ojs51ta9Bn8d9zDwt2PhVXRU44M/Hl8SAewzuMun5id0QpXkbwEGAOy05C/ulRDiAAAAAElFTkSuQmCC) center left no-repeat;
    cursor: pointer;
}

div.facebook .pp_bottom .pp_left {
    background: url(data:image/png;base64,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) -88px -80px no-repeat;
}

div.facebook .pp_bottom .pp_middle {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADBJREFUeNpi/A8EDFQETAxUBqMGjhpIBmDZu3fvGWoayAjEDaORMmrgqIEEAECAAQC+aAeosx4HmQAAAABJRU5ErkJggg==) top left repeat-x;
}

div.facebook .pp_bottom .pp_right {
    background: url(data:image/png;base64,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) -110px -80px no-repeat;
}

div.pp_pic_holder a:focus {
    outline: none;
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999;
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 999999;
}

.pp_content {
    height: 40px;
    min-width: 40px;
}

* html .pp_content {
    width: 40px;
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}

    .pp_content_container .pp_left {
        padding-left: 20px;
    }

    .pp_content_container .pp_right {
        padding-right: 20px;
    }

    .pp_content_container .pp_details {
        float: left;
        margin: 10px 0 2px;
    }

.pp_description {
    display: none;
    margin: 0;
}

div.pp_default .pp_description {
    margin: 10px 50px 10px 0;
}

.pp_social {
    float: left;
    margin: 0;
}

    .pp_social .facebook {
        float: left;
        margin-left: 5px;
        width: 55px;
        overflow: hidden;
    }

    .pp_social .twitter {
        float: left;
    }

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0;
}

    .pp_nav p {
        float: left;
        white-space: nowrap;
        margin: 2px 4px;
    }

    .pp_nav .pp_play,
    .pp_nav .pp_pause {
        float: left;
        margin-right: 4px;
        text-indent: -10000px;
    }

a.pp_arrow_previous,
a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}

    .pp_gallery div {
        float: left;
        overflow: hidden;
        position: relative;
    }

    .pp_gallery ul {
        float: left;
        height: 35px;
        position: relative;
        white-space: nowrap;
        margin: 0 0 0 5px;
        padding: 0;
    }

        .pp_gallery ul a {
            border: 1px rgba(0, 0, 0, 0.5) solid;
            display: block;
            float: left;
            height: 33px;
            overflow: hidden;
        }

            .pp_gallery ul a img {
                border: 0;
            }

    .pp_gallery li {
        display: block;
        float: left;
        margin: 0 5px 0 0;
        padding: 0;
    }

        .pp_gallery li.default a {
            background: url(data:image/gif;base64,R0lGODlhMgAhAMQAAAAAAP///2lpaXt7ewkJCTAwMOHh4VpaWgYGBvPz8zMzMxgYGBISEiEhIZycnMnJyfDw8MDAwPb29khISJmZmdXV1XJych4eHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAAyACEAAAVgICCOZGmeaKqubOu+cCzPdG3feK7vfO//OcUFCBNIBgRiSxAIGA7KFbMZeBSiqCk14FhgS9ptYoD4isLUysR83gYgljIbEKYw5qNp5IrPP/slDUmAhIWGh4iJiouMjYghADs=) 0 0 no-repeat;
            display: block;
            height: 33px;
            width: 50px;
        }

    .pp_gallery .pp_arrow_previous,
    .pp_gallery .pp_arrow_next {
        margin-top: 7px !important;
    }

a.pp_next {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAAWCAYAAABzCZQcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABSVJREFUeNrMmMlLZEkQxqO03FcUFA+DCypoqQcRmlZccANRUTw4oIfpg3cv42UYET3YgtBHz/MHiApzcFxmxIMgOhe9KG6HHnBXxH2rqokvqCiyX1eVZV+qEpL3Kl9mvvxFfBGZr2xut5tsNhuNj4+Tj+Lg5418/ch9SvmajUZu+xoXF1cQFRXlio2NddrtdhfmCEFJ8Fzv3jPIrjcPDw/eRgbK4csnl8v1C9ccGIavUlEiIiKKXl9fxVgMTNHR0RQTE0ORkZEUYvj3QaMkJiaS0+msY8hf+dqqKgAYg3qB0I4K8JeXF1IDYDwbLFTgPwbtAR5jiA/4zfIVWLMoEK7wMLwP6NvbW4wXY8THx4c1uN2UNDwMYPWuetUEwG+rEdAX4AgR7Qu5hyu46cZPkLRYwiNnVEByshLp+ioAQz81EsBRoQCrgcLK05y5HZ6kJcnIXCxitKamRuBWVlZExmYxlQB4SBzQ8DSqNTzw/OnpSa4IH1TcQylq6OfnZ2nzeobbsC6sD8bFGBTMg3H+FIjwQ7Wuwe4Z0IgsbYVBwQLu7+8pPT2dqqqqBPzm5uabBRlZ3RvjWBAWh5ebModBMjIyRD2Xl5dScZ+Xl0fHx8d0cnJCZWVlMl6TJ+Y5ODig/Px8eY4xeAd+4xn6an5RJ6D94uJC3odnvuT90fSYuUXB4gDFBFgcwE2p4+X6MjWUZnY1hlkeHx+pqKiIWlpaqLe3l+7u7qRfQ0ODGBZAjY2NVFdXR7m5uWKMnJwcOjw8pMLCQurp6ZE+aWlp1NbWJgpISUmRvhUVFdTa2krFxcUyBuv0tQa7RwqleKgysEoFAAAHMBZWXV1Ns7Oz3/VVw8FQqGo4U15WY1RWVtLq6qrcY/uDslD29/dpYmJCgJKTkyk1NZWmpqaov7+fOjs7KTMzk87OzmhtbU12i+vrayopKaGuri7ph/dgHMLTyqOrydaFmN5Sj6vnAH51dSWx2tzcLG3az5zY9HygZDY/Py/5AvNZCzwMwL6+PqqvrxeJwpBzc3Mif0BPT0+LMeAIVI31hIQEUQI8DSUE3Kc1KfjNepxETC+pV3wVwELKmhzNMWqIyclJUU93d7fXWPA2ChLm9va2GATzYG2APj8/986FkAMY5kRc69q0r78tM0LP0tYM5wsYcQYLYhEzMzP+90Hj9BaoQJaLi4uUlZX13bPT01NaXl6m9fV12t3dFSAkVEh7b29PjNLR0SHKMzP9e/bpzUDQCoysC+CFhYXAk3qgrZlbtxJtS0pKos3NTUlm5taEAvnW1tZKciovLxcPt7e3i3QRswgNJCyHw+E9FCnDmw70yGqVB/0cLLC5Zfk7sPgCRsEOgAQE7wEacQgAZHTMj7adnR2RKNowBwyxtbUlz5aWliQEMH5jY4MKCgro6OhIlIDxaH8L2ob4Gh0dLeWJ/+QXZVtTPCzb1NQkEwUDjH761aWHDxNej6t4DzIrgPAbIBhn/jYNj3kwFvcYh/H6ZajzaOzrwchfiNk824xtbGxshO9/N19mggPmLWD9SNGTEO5D+Ln5Zky72Wp/MNisnqHNgpgLBlg9gitgg01oIfvgGB4ePuDU/4UX+q8v8GCBAavQYf+VNTIy4h4cHPyH97vfGPwvX9/S/mJYJW2Ch6uXrZ+WAHcNDQ39zZt+PyeKzwzxVeVqGkA/Ja3xq+Dh7GUzkX3zx+DAwAAII/laxttEA4N8YBAH9/vJc5j5jwHzuc2JPwfxxyBXdwg8/EN/DP4vwADzqyH4OmxBwwAAAABJRU5ErkJggg==) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_previous {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAAWCAYAAABzCZQcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABSVJREFUeNrMmMlLZEkQxqO03FcUFA+DCypoqQcRmlZccANRUTw4oIfpg3cv42UYET3YgtBHz/MHiApzcFxmxIMgOhe9KG6HHnBXxH2rqokvqCiyX1eVZV+qEpL3Kl9mvvxFfBGZr2xut5tsNhuNj4+Tj+Lg5418/ch9SvmajUZu+xoXF1cQFRXlio2NddrtdhfmCEFJ8Fzv3jPIrjcPDw/eRgbK4csnl8v1C9ccGIavUlEiIiKKXl9fxVgMTNHR0RQTE0ORkZEUYvj3QaMkJiaS0+msY8hf+dqqKgAYg3qB0I4K8JeXF1IDYDwbLFTgPwbtAR5jiA/4zfIVWLMoEK7wMLwP6NvbW4wXY8THx4c1uN2UNDwMYPWuetUEwG+rEdAX4AgR7Qu5hyu46cZPkLRYwiNnVEByshLp+ioAQz81EsBRoQCrgcLK05y5HZ6kJcnIXCxitKamRuBWVlZExmYxlQB4SBzQ8DSqNTzw/OnpSa4IH1TcQylq6OfnZ2nzeobbsC6sD8bFGBTMg3H+FIjwQ7Wuwe4Z0IgsbYVBwQLu7+8pPT2dqqqqBPzm5uabBRlZ3RvjWBAWh5ebModBMjIyRD2Xl5dScZ+Xl0fHx8d0cnJCZWVlMl6TJ+Y5ODig/Px8eY4xeAd+4xn6an5RJ6D94uJC3odnvuT90fSYuUXB4gDFBFgcwE2p4+X6MjWUZnY1hlkeHx+pqKiIWlpaqLe3l+7u7qRfQ0ODGBZAjY2NVFdXR7m5uWKMnJwcOjw8pMLCQurp6ZE+aWlp1NbWJgpISUmRvhUVFdTa2krFxcUyBuv0tQa7RwqleKgysEoFAAAHMBZWXV1Ns7Oz3/VVw8FQqGo4U15WY1RWVtLq6qrcY/uDslD29/dpYmJCgJKTkyk1NZWmpqaov7+fOjs7KTMzk87OzmhtbU12i+vrayopKaGuri7ph/dgHMLTyqOrydaFmN5Sj6vnAH51dSWx2tzcLG3az5zY9HygZDY/Py/5AvNZCzwMwL6+PqqvrxeJwpBzc3Mif0BPT0+LMeAIVI31hIQEUQI8DSUE3Kc1KfjNepxETC+pV3wVwELKmhzNMWqIyclJUU93d7fXWPA2ChLm9va2GATzYG2APj8/986FkAMY5kRc69q0r78tM0LP0tYM5wsYcQYLYhEzMzP+90Hj9BaoQJaLi4uUlZX13bPT01NaXl6m9fV12t3dFSAkVEh7b29PjNLR0SHKMzP9e/bpzUDQCoysC+CFhYXAk3qgrZlbtxJtS0pKos3NTUlm5taEAvnW1tZKciovLxcPt7e3i3QRswgNJCyHw+E9FCnDmw70yGqVB/0cLLC5Zfk7sPgCRsEOgAQE7wEacQgAZHTMj7adnR2RKNowBwyxtbUlz5aWliQEMH5jY4MKCgro6OhIlIDxaH8L2ob4Gh0dLeWJ/+QXZVtTPCzb1NQkEwUDjH761aWHDxNej6t4DzIrgPAbIBhn/jYNj3kwFvcYh/H6ZajzaOzrwchfiNk824xtbGxshO9/N19mggPmLWD9SNGTEO5D+Ln5Zky72Wp/MNisnqHNgpgLBlg9gitgg01oIfvgGB4ePuDU/4UX+q8v8GCBAavQYf+VNTIy4h4cHPyH97vfGPwvX9/S/mJYJW2Ch6uXrZ+WAHcNDQ39zZt+PyeKzwzxVeVqGkA/Ja3xq+Dh7GUzkX3zx+DAwAAII/laxttEA4N8YBAH9/vJc5j5jwHzuc2JPwfxxyBXdwg8/EN/DP4vwADzqyH4OmxBwwAAAABJRU5ErkJggg==) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_expand,
a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px;
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 24px;
    margin: -12px 0 0 -12px;
}

#pp_full_res {
    line-height: 1 !important;
}

    #pp_full_res .pp_inline {
        text-align: left;
    }

        #pp_full_res .pp_inline p {
            margin: 0 0 15px;
        }

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px;
}

div.pp_default .pp_content,
div.light_rounded .pp_content {
    background-color: #fff;
}

    div.pp_default #pp_full_res .pp_inline,
    div.light_rounded .pp_content .ppt,
    div.light_rounded #pp_full_res .pp_inline,
    div.light_square .pp_content .ppt,
    div.light_square #pp_full_res .pp_inline,
    div.facebook .pp_content .ppt,
    div.facebook #pp_full_res .pp_inline {
        color: #000;
    }

div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
    border-color: #fff;
}

div.pp_default .pp_details,
div.light_rounded .pp_details,
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.light_square .pp_details,
div.facebook .pp_details {
    position: relative;
}

div.light_rounded .pp_top .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_bottom .pp_middle,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content,
div.facebook .pp_content {
    background: #fff;
}

div.light_rounded .pp_description,
div.light_square .pp_description {
    margin-right: 85px;
}

div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important;
}

div.light_rounded .pp_arrow_previous.disabled,
div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.light_rounded .pp_arrow_next.disabled,
div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
    background: url(data:image/gif;base64,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) center center no-repeat;
}

div.dark_rounded .pp_top .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_bottom .pp_middle {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACRJREFUeNpiZGBg2M9ARcDEQGUwauCogaMGjho4auBQMRAgwAA63wDniG/BMgAAAABJRU5ErkJggg==) top left repeat;
}

div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
    color: #c4c4c4;
}

div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
    color: #fff;
}

.pp_top,
.pp_bottom {
    height: 20px;
    position: relative;
}

* html .pp_top,
* html .pp_bottom {
    padding: 0 20px;
}

    .pp_top .pp_left,
    .pp_bottom .pp_left {
        height: 20px;
        left: 0;
        position: absolute;
        width: 20px;
    }

    .pp_top .pp_middle,
    .pp_bottom .pp_middle {
        height: 20px;
        left: 20px;
        position: absolute;
        right: 20px;
    }

    * html .pp_top .pp_middle,
    * html .pp_bottom .pp_middle {
        left: 0;
        position: static;
    }

    .pp_top .pp_right,
    .pp_bottom .pp_right {
        height: 20px;
        left: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
    }

.pp_fade,
.pp_gallery li.default a img {
    display: none;
}
/*! /wp-content/themes/invico/css/all.min.css */
.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}

.fa-xs {
    font-size: 0.75em;
}

.fa-sm {
    font-size: 0.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: 0.08em solid #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.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: 0.3em;
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1);
}

.fa-flip-vertical {
    transform: scaleY(-1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1);
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-500px:before {
    content: "\f26e";
}

.fa-accessible-icon:before {
    content: "\f368";
}

.fa-accusoft:before {
    content: "\f369";
}

.fa-acquisitions-incorporated:before {
    content: "\f6af";
}

.fa-ad:before {
    content: "\f641";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-card:before {
    content: "\f2bb";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-adn:before {
    content: "\f170";
}

.fa-adobe:before {
    content: "\f778";
}

.fa-adversal:before {
    content: "\f36a";
}

.fa-affiliatetheme:before {
    content: "\f36b";
}

.fa-air-freshener:before {
    content: "\f5d0";
}

.fa-algolia:before {
    content: "\f36c";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-alipay:before {
    content: "\f642";
}

.fa-allergies:before {
    content: "\f461";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-amazon-pay:before {
    content: "\f42c";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-amilia:before {
    content: "\f36d";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-android:before {
    content: "\f17b";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angry:before {
    content: "\f556";
}

.fa-angrycreative:before {
    content: "\f36e";
}

.fa-angular:before {
    content: "\f420";
}

.fa-ankh:before {
    content: "\f644";
}

.fa-app-store:before {
    content: "\f36f";
}

.fa-app-store-ios:before {
    content: "\f370";
}

.fa-apper:before {
    content: "\f371";
}

.fa-apple:before {
    content: "\f179";
}

.fa-apple-alt:before {
    content: "\f5d1";
}

.fa-apple-pay:before {
    content: "\f415";
}

.fa-archive:before {
    content: "\f187";
}

.fa-archway:before {
    content: "\f557";
}

.fa-arrow-alt-circle-down:before {
    content: "\f358";
}

.fa-arrow-alt-circle-left:before {
    content: "\f359";
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-arrows-alt-h:before {
    content: "\f337";
}

.fa-arrows-alt-v:before {
    content: "\f338";
}

.fa-artstation:before {
    content: "\f77a";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-asymmetrik:before {
    content: "\f372";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-atlas:before {
    content: "\f558";
}

.fa-atlassian:before {
    content: "\f77b";
}

.fa-atom:before {
    content: "\f5d2";
}

.fa-audible:before {
    content: "\f373";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-autoprefixer:before {
    content: "\f41c";
}

.fa-avianex:before {
    content: "\f374";
}

.fa-aviato:before {
    content: "\f421";
}

.fa-award:before {
    content: "\f559";
}

.fa-aws:before {
    content: "\f375";
}

.fa-baby:before {
    content: "\f77c";
}

.fa-baby-carriage:before {
    content: "\f77d";
}

.fa-backspace:before {
    content: "\f55a";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-bacon:before {
    content: "\f7e5";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-band-aid:before {
    content: "\f462";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-baseball-ball:before {
    content: "\f433";
}

.fa-basketball-ball:before {
    content: "\f434";
}

.fa-bath:before {
    content: "\f2cd";
}

.fa-battery-empty:before {
    content: "\f244";
}

.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-bed:before {
    content: "\f236";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bezier-curve:before {
    content: "\f55b";
}

.fa-bible:before {
    content: "\f647";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bimobject:before {
    content: "\f378";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-biohazard:before {
    content: "\f780";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitcoin:before {
    content: "\f379";
}

.fa-bity:before {
    content: "\f37a";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-blackberry:before {
    content: "\f37b";
}

.fa-blender:before {
    content: "\f517";
}

.fa-blender-phone:before {
    content: "\f6b6";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-blog:before {
    content: "\f781";
}

.fa-blogger:before {
    content: "\f37c";
}

.fa-blogger-b:before {
    content: "\f37d";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-bold:before {
    content: "\f032";
}

.fa-bolt:before {
    content: "\f0e7";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-bone:before {
    content: "\f5d7";
}

.fa-bong:before {
    content: "\f55c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-book-dead:before {
    content: "\f6b7";
}

.fa-book-medical:before {
    content: "\f7e6";
}

.fa-book-open:before {
    content: "\f518";
}

.fa-book-reader:before {
    content: "\f5da";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-bowling-ball:before {
    content: "\f436";
}

.fa-box:before {
    content: "\f466";
}

.fa-box-open:before {
    content: "\f49e";
}

.fa-boxes:before {
    content: "\f468";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-brain:before {
    content: "\f5dc";
}

.fa-bread-slice:before {
    content: "\f7ec";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-briefcase-medical:before {
    content: "\f469";
}

.fa-broadcast-tower:before {
    content: "\f519";
}

.fa-broom:before {
    content: "\f51a";
}

.fa-brush:before {
    content: "\f55d";
}

.fa-btc:before {
    content: "\f15a";
}

.fa-bug:before {
    content: "\f188";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-burn:before {
    content: "\f46a";
}

.fa-buromobelexperte:before {
    content: "\f37f";
}

.fa-bus:before {
    content: "\f207";
}

.fa-bus-alt:before {
    content: "\f55e";
}

.fa-business-time:before {
    content: "\f64a";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-calendar:before {
    content: "\f133";
}

.fa-calendar-alt:before {
    content: "\f073";
}

.fa-calendar-check:before {
    content: "\f274";
}

.fa-calendar-day:before {
    content: "\f783";
}

.fa-calendar-minus:before {
    content: "\f272";
}

.fa-calendar-plus:before {
    content: "\f271";
}

.fa-calendar-times:before {
    content: "\f273";
}

.fa-calendar-week:before {
    content: "\f784";
}

.fa-camera:before {
    content: "\f030";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-campground:before {
    content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
    content: "\f785";
}

.fa-candy-cane:before {
    content: "\f786";
}

.fa-cannabis:before {
    content: "\f55f";
}

.fa-capsules:before {
    content: "\f46b";
}

.fa-car:before {
    content: "\f1b9";
}

.fa-car-alt:before {
    content: "\f5de";
}

.fa-car-battery:before {
    content: "\f5df";
}

.fa-car-crash:before {
    content: "\f5e1";
}

.fa-car-side:before {
    content: "\f5e4";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-caret-square-down:before {
    content: "\f150";
}

.fa-caret-square-left:before {
    content: "\f191";
}

.fa-caret-square-right:before {
    content: "\f152";
}

.fa-caret-square-up:before {
    content: "\f151";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-carrot:before {
    content: "\f787";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cash-register:before {
    content: "\f788";
}

.fa-cat:before {
    content: "\f6be";
}

.fa-cc-amazon-pay:before {
    content: "\f42d";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-apple-pay:before {
    content: "\f416";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-centercode:before {
    content: "\f380";
}

.fa-centos:before {
    content: "\f789";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-chair:before {
    content: "\f6c0";
}

.fa-chalkboard:before {
    content: "\f51b";
}

.fa-chalkboard-teacher:before {
    content: "\f51c";
}

.fa-charging-station:before {
    content: "\f5e7";
}

.fa-chart-area:before {
    content: "\f1fe";
}

.fa-chart-bar:before {
    content: "\f080";
}

.fa-chart-line:before {
    content: "\f201";
}

.fa-chart-pie:before {
    content: "\f200";
}

.fa-check:before {
    content: "\f00c";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-check-double:before {
    content: "\f560";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-cheese:before {
    content: "\f7ef";
}

.fa-chess:before {
    content: "\f439";
}

.fa-chess-bishop:before {
    content: "\f43a";
}

.fa-chess-board:before {
    content: "\f43c";
}

.fa-chess-king:before {
    content: "\f43f";
}

.fa-chess-knight:before {
    content: "\f441";
}

.fa-chess-pawn:before {
    content: "\f443";
}

.fa-chess-queen:before {
    content: "\f445";
}

.fa-chess-rook:before {
    content: "\f447";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-church:before {
    content: "\f51d";
}

.fa-circle:before {
    content: "\f111";
}

.fa-circle-notch:before {
    content: "\f1ce";
}

.fa-city:before {
    content: "\f64f";
}

.fa-clinic-medical:before {
    content: "\f7f2";
}

.fa-clipboard:before {
    content: "\f328";
}

.fa-clipboard-check:before {
    content: "\f46c";
}

.fa-clipboard-list:before {
    content: "\f46d";
}

.fa-clock:before {
    content: "\f017";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-closed-captioning:before {
    content: "\f20a";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-cloud-download-alt:before {
    content: "\f381";
}

.fa-cloud-meatball:before {
    content: "\f73b";
}

.fa-cloud-moon:before {
    content: "\f6c3";
}

.fa-cloud-moon-rain:before {
    content: "\f73c";
}

.fa-cloud-rain:before {
    content: "\f73d";
}

.fa-cloud-showers-heavy:before {
    content: "\f740";
}

.fa-cloud-sun:before {
    content: "\f6c4";
}

.fa-cloud-sun-rain:before {
    content: "\f743";
}

.fa-cloud-upload-alt:before {
    content: "\f382";
}

.fa-cloudscale:before {
    content: "\f383";
}

.fa-cloudsmith:before {
    content: "\f384";
}

.fa-cloudversify:before {
    content: "\f385";
}

.fa-cocktail:before {
    content: "\f561";
}

.fa-code:before {
    content: "\f121";
}

.fa-code-branch:before {
    content: "\f126";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cog:before {
    content: "\f013";
}

.fa-cogs:before {
    content: "\f085";
}

.fa-coins:before {
    content: "\f51e";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-comment:before {
    content: "\f075";
}

.fa-comment-alt:before {
    content: "\f27a";
}

.fa-comment-dollar:before {
    content: "\f651";
}

.fa-comment-dots:before {
    content: "\f4ad";
}

.fa-comment-medical:before {
    content: "\f7f5";
}

.fa-comment-slash:before {
    content: "\f4b3";
}

.fa-comments:before {
    content: "\f086";
}

.fa-comments-dollar:before {
    content: "\f653";
}

.fa-compact-disc:before {
    content: "\f51f";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-compress:before {
    content: "\f066";
}

.fa-compress-arrows-alt:before {
    content: "\f78c";
}

.fa-concierge-bell:before {
    content: "\f562";
}

.fa-confluence:before {
    content: "\f78d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-cookie:before {
    content: "\f563";
}

.fa-cookie-bite:before {
    content: "\f564";
}

.fa-copy:before {
    content: "\f0c5";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-couch:before {
    content: "\f4b8";
}

.fa-cpanel:before {
    content: "\f388";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-creative-commons-by:before {
    content: "\f4e7";
}

.fa-creative-commons-nc:before {
    content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}

.fa-creative-commons-nd:before {
    content: "\f4eb";
}

.fa-creative-commons-pd:before {
    content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed";
}

.fa-creative-commons-remix:before {
    content: "\f4ee";
}

.fa-creative-commons-sa:before {
    content: "\f4ef";
}

.fa-creative-commons-sampling:before {
    content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}

.fa-creative-commons-share:before {
    content: "\f4f2";
}

.fa-creative-commons-zero:before {
    content: "\f4f3";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-critical-role:before {
    content: "\f6c9";
}

.fa-crop:before {
    content: "\f125";
}

.fa-crop-alt:before {
    content: "\f565";
}

.fa-cross:before {
    content: "\f654";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-crow:before {
    content: "\f520";
}

.fa-crown:before {
    content: "\f521";
}

.fa-crutch:before {
    content: "\f7f7";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-css3-alt:before {
    content: "\f38b";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-cut:before {
    content: "\f0c4";
}

.fa-cuttlefish:before {
    content: "\f38c";
}

.fa-d-and-d:before {
    content: "\f38d";
}

.fa-d-and-d-beyond:before {
    content: "\f6ca";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-deaf:before {
    content: "\f2a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-democrat:before {
    content: "\f747";
}

.fa-deploydog:before {
    content: "\f38e";
}

.fa-deskpro:before {
    content: "\f38f";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-dev:before {
    content: "\f6cc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-dharmachakra:before {
    content: "\f655";
}

.fa-dhl:before {
    content: "\f790";
}

.fa-diagnoses:before {
    content: "\f470";
}

.fa-diaspora:before {
    content: "\f791";
}

.fa-dice:before {
    content: "\f522";
}

.fa-dice-d20:before {
    content: "\f6cf";
}

.fa-dice-d6:before {
    content: "\f6d1";
}

.fa-dice-five:before {
    content: "\f523";
}

.fa-dice-four:before {
    content: "\f524";
}

.fa-dice-one:before {
    content: "\f525";
}

.fa-dice-six:before {
    content: "\f526";
}

.fa-dice-three:before {
    content: "\f527";
}

.fa-dice-two:before {
    content: "\f528";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-digital-ocean:before {
    content: "\f391";
}

.fa-digital-tachograph:before {
    content: "\f566";
}

.fa-directions:before {
    content: "\f5eb";
}

.fa-discord:before {
    content: "\f392";
}

.fa-discourse:before {
    content: "\f393";
}

.fa-divide:before {
    content: "\f529";
}

.fa-dizzy:before {
    content: "\f567";
}

.fa-dna:before {
    content: "\f471";
}

.fa-dochub:before {
    content: "\f394";
}

.fa-docker:before {
    content: "\f395";
}

.fa-dog:before {
    content: "\f6d3";
}

.fa-dollar-sign:before {
    content: "\f155";
}

.fa-dolly:before {
    content: "\f472";
}

.fa-dolly-flatbed:before {
    content: "\f474";
}

.fa-donate:before {
    content: "\f4b9";
}

.fa-door-closed:before {
    content: "\f52a";
}

.fa-door-open:before {
    content: "\f52b";
}

.fa-dot-circle:before {
    content: "\f192";
}

.fa-dove:before {
    content: "\f4ba";
}

.fa-download:before {
    content: "\f019";
}

.fa-draft2digital:before {
    content: "\f396";
}

.fa-drafting-compass:before {
    content: "\f568";
}

.fa-dragon:before {
    content: "\f6d5";
}

.fa-draw-polygon:before {
    content: "\f5ee";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-dribbble-square:before {
    content: "\f397";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-drum:before {
    content: "\f569";
}

.fa-drum-steelpan:before {
    content: "\f56a";
}

.fa-drumstick-bite:before {
    content: "\f6d7";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-dumbbell:before {
    content: "\f44b";
}

.fa-dumpster:before {
    content: "\f793";
}

.fa-dumpster-fire:before {
    content: "\f794";
}

.fa-dungeon:before {
    content: "\f6d9";
}

.fa-dyalog:before {
    content: "\f399";
}

.fa-earlybirds:before {
    content: "\f39a";
}

.fa-ebay:before {
    content: "\f4f4";
}

.fa-edge:before {
    content: "\f282";
}

.fa-edit:before {
    content: "\f044";
}

.fa-egg:before {
    content: "\f7fb";
}

.fa-eject:before {
    content: "\f052";
}

.fa-elementor:before {
    content: "\f430";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-ello:before {
    content: "\f5f1";
}

.fa-ember:before {
    content: "\f423";
}

.fa-empire:before {
    content: "\f1d1";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-text:before {
    content: "\f658";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-envira:before {
    content: "\f299";
}

.fa-equals:before {
    content: "\f52c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-erlang:before {
    content: "\f39d";
}

.fa-ethereum:before {
    content: "\f42e";
}

.fa-ethernet:before {
    content: "\f796";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-euro-sign:before {
    content: "\f153";
}

.fa-exchange-alt:before {
    content: "\f362";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-expand:before {
    content: "\f065";
}

.fa-expand-arrows-alt:before {
    content: "\f31e";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-external-link-alt:before {
    content: "\f35d";
}

.fa-external-link-square-alt:before {
    content: "\f360";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-dropper:before {
    content: "\f1fb";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-facebook-messenger:before {
    content: "\f39f";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-fantasy-flight-games:before {
    content: "\f6dc";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-feather:before {
    content: "\f52d";
}

.fa-feather-alt:before {
    content: "\f56b";
}

.fa-fedex:before {
    content: "\f797";
}

.fa-fedora:before {
    content: "\f798";
}

.fa-female:before {
    content: "\f182";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-figma:before {
    content: "\f799";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-alt:before {
    content: "\f15c";
}

.fa-file-archive:before {
    content: "\f1c6";
}

.fa-file-audio:before {
    content: "\f1c7";
}

.fa-file-code:before {
    content: "\f1c9";
}

.fa-file-contract:before {
    content: "\f56c";
}

.fa-file-csv:before {
    content: "\f6dd";
}

.fa-file-download:before {
    content: "\f56d";
}

.fa-file-excel:before {
    content: "\f1c3";
}

.fa-file-export:before {
    content: "\f56e";
}

.fa-file-image:before {
    content: "\f1c5";
}

.fa-file-import:before {
    content: "\f56f";
}

.fa-file-invoice:before {
    content: "\f570";
}

.fa-file-invoice-dollar:before {
    content: "\f571";
}

.fa-file-medical:before {
    content: "\f477";
}

.fa-file-medical-alt:before {
    content: "\f478";
}

.fa-file-pdf:before {
    content: "\f1c1";
}

.fa-file-powerpoint:before {
    content: "\f1c4";
}

.fa-file-prescription:before {
    content: "\f572";
}

.fa-file-signature:before {
    content: "\f573";
}

.fa-file-upload:before {
    content: "\f574";
}

.fa-file-video:before {
    content: "\f1c8";
}

.fa-file-word:before {
    content: "\f1c2";
}

.fa-fill:before {
    content: "\f575";
}

.fa-fill-drip:before {
    content: "\f576";
}

.fa-film:before {
    content: "\f008";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-fingerprint:before {
    content: "\f577";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-fire-alt:before {
    content: "\f7e4";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-first-aid:before {
    content: "\f479";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-first-order-alt:before {
    content: "\f50a";
}

.fa-firstdraft:before {
    content: "\f3a1";
}

.fa-fish:before {
    content: "\f578";
}

.fa-fist-raised:before {
    content: "\f6de";
}

.fa-flag:before {
    content: "\f024";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-flag-usa:before {
    content: "\f74d";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-flipboard:before {
    content: "\f44d";
}

.fa-flushed:before {
    content: "\f579";
}

.fa-fly:before {
    content: "\f417";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-minus:before {
    content: "\f65d";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-folder-plus:before {
    content: "\f65e";
}

.fa-font:before {
    content: "\f031";
}

.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-font-awesome-alt:before {
    content: "\f35c";
}

.fa-font-awesome-flag:before {
    content: "\f425";
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-fonticons-fi:before {
    content: "\f3a2";
}

.fa-football-ball:before {
    content: "\f44e";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-fort-awesome-alt:before {
    content: "\f3a3";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-freebsd:before {
    content: "\f3a4";
}

.fa-frog:before {
    content: "\f52e";
}

.fa-frown:before {
    content: "\f119";
}

.fa-frown-open:before {
    content: "\f57a";
}

.fa-fulcrum:before {
    content: "\f50b";
}

.fa-funnel-dollar:before {
    content: "\f662";
}

.fa-futbol:before {
    content: "\f1e3";
}

.fa-galactic-republic:before {
    content: "\f50c";
}

.fa-galactic-senate:before {
    content: "\f50d";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-gas-pump:before {
    content: "\f52f";
}

.fa-gavel:before {
    content: "\f0e3";
}

.fa-gem:before {
    content: "\f3a5";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-ghost:before {
    content: "\f6e2";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-gifts:before {
    content: "\f79c";
}

.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-cheers:before {
    content: "\f79f";
}

.fa-glass-martini:before {
    content: "\f000";
}

.fa-glass-martini-alt:before {
    content: "\f57b";
}

.fa-glass-whiskey:before {
    content: "\f7a0";
}

.fa-glasses:before {
    content: "\f530";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-globe-africa:before {
    content: "\f57c";
}

.fa-globe-americas:before {
    content: "\f57d";
}

.fa-globe-asia:before {
    content: "\f57e";
}

.fa-globe-europe:before {
    content: "\f7a2";
}

.fa-gofore:before {
    content: "\f3a7";
}

.fa-golf-ball:before {
    content: "\f450";
}

.fa-goodreads:before {
    content: "\f3a8";
}

.fa-goodreads-g:before {
    content: "\f3a9";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-google-drive:before {
    content: "\f3aa";
}

.fa-google-play:before {
    content: "\f3ab";
}

.fa-google-plus:before {
    content: "\f2b3";
}

.fa-google-plus-g:before {
    content: "\f0d5";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-gopuram:before {
    content: "\f664";
}

.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-gratipay:before {
    content: "\f184";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-greater-than:before {
    content: "\f531";
}

.fa-greater-than-equal:before {
    content: "\f532";
}

.fa-grimace:before {
    content: "\f57f";
}

.fa-grin:before {
    content: "\f580";
}

.fa-grin-alt:before {
    content: "\f581";
}

.fa-grin-beam:before {
    content: "\f582";
}

.fa-grin-beam-sweat:before {
    content: "\f583";
}

.fa-grin-hearts:before {
    content: "\f584";
}

.fa-grin-squint:before {
    content: "\f585";
}

.fa-grin-squint-tears:before {
    content: "\f586";
}

.fa-grin-stars:before {
    content: "\f587";
}

.fa-grin-tears:before {
    content: "\f588";
}

.fa-grin-tongue:before {
    content: "\f589";
}

.fa-grin-tongue-squint:before {
    content: "\f58a";
}

.fa-grin-tongue-wink:before {
    content: "\f58b";
}

.fa-grin-wink:before {
    content: "\f58c";
}

.fa-grip-horizontal:before {
    content: "\f58d";
}

.fa-grip-lines:before {
    content: "\f7a4";
}

.fa-grip-lines-vertical:before {
    content: "\f7a5";
}

.fa-grip-vertical:before {
    content: "\f58e";
}

.fa-gripfire:before {
    content: "\f3ac";
}

.fa-grunt:before {
    content: "\f3ad";
}

.fa-guitar:before {
    content: "\f7a6";
}

.fa-gulp:before {
    content: "\f3ae";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-hacker-news-square:before {
    content: "\f3af";
}

.fa-hackerrank:before {
    content: "\f5f7";
}

.fa-hamburger:before {
    content: "\f805";
}

.fa-hammer:before {
    content: "\f6e3";
}

.fa-hamsa:before {
    content: "\f665";
}

.fa-hand-holding:before {
    content: "\f4bd";
}

.fa-hand-holding-heart:before {
    content: "\f4be";
}

.fa-hand-holding-usd:before {
    content: "\f4c0";
}

.fa-hand-lizard:before {
    content: "\f258";
}

.fa-hand-middle-finger:before {
    content: "\f806";
}

.fa-hand-paper:before {
    content: "\f256";
}

.fa-hand-peace:before {
    content: "\f25b";
}

.fa-hand-point-down:before {
    content: "\f0a7";
}

.fa-hand-point-left:before {
    content: "\f0a5";
}

.fa-hand-point-right:before {
    content: "\f0a4";
}

.fa-hand-point-up:before {
    content: "\f0a6";
}

.fa-hand-pointer:before {
    content: "\f25a";
}

.fa-hand-rock:before {
    content: "\f255";
}

.fa-hand-scissors:before {
    content: "\f257";
}

.fa-hand-spock:before {
    content: "\f259";
}

.fa-hands:before {
    content: "\f4c2";
}

.fa-hands-helping:before {
    content: "\f4c4";
}

.fa-handshake:before {
    content: "\f2b5";
}

.fa-hanukiah:before {
    content: "\f6e6";
}

.fa-hard-hat:before {
    content: "\f807";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-hat-wizard:before {
    content: "\f6e8";
}

.fa-haykal:before {
    content: "\f666";
}

.fa-hdd:before {
    content: "\f0a0";
}

.fa-heading:before {
    content: "\f1dc";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-headphones-alt:before {
    content: "\f58f";
}

.fa-headset:before {
    content: "\f590";
}

.fa-heart:before {
    content: "\f004";
}

.fa-heart-broken:before {
    content: "\f7a9";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-helicopter:before {
    content: "\f533";
}

.fa-highlighter:before {
    content: "\f591";
}

.fa-hiking:before {
    content: "\f6ec";
}

.fa-hippo:before {
    content: "\f6ed";
}

.fa-hips:before {
    content: "\f452";
}

.fa-hire-a-helper:before {
    content: "\f3b0";
}

.fa-history:before {
    content: "\f1da";
}

.fa-hockey-puck:before {
    content: "\f453";
}

.fa-holly-berry:before {
    content: "\f7aa";
}

.fa-home:before {
    content: "\f015";
}

.fa-hooli:before {
    content: "\f427";
}

.fa-hornbill:before {
    content: "\f592";
}

.fa-horse:before {
    content: "\f6f0";
}

.fa-horse-head:before {
    content: "\f7ab";
}

.fa-hospital:before {
    content: "\f0f8";
}

.fa-hospital-alt:before {
    content: "\f47d";
}

.fa-hospital-symbol:before {
    content: "\f47e";
}

.fa-hot-tub:before {
    content: "\f593";
}

.fa-hotdog:before {
    content: "\f80f";
}

.fa-hotel:before {
    content: "\f594";
}

.fa-hotjar:before {
    content: "\f3b1";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-start:before {
    content: "\f251";
}

.fa-house-damage:before {
    content: "\f6f1";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-hryvnia:before {
    content: "\f6f2";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-hubspot:before {
    content: "\f3b2";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-ice-cream:before {
    content: "\f810";
}

.fa-icicles:before {
    content: "\f7ad";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-id-card:before {
    content: "\f2c2";
}

.fa-id-card-alt:before {
    content: "\f47f";
}

.fa-igloo:before {
    content: "\f7ae";
}

.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-intercom:before {
    content: "\f7af";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-invision:before {
    content: "\f7b0";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-italic:before {
    content: "\f033";
}

.fa-itunes:before {
    content: "\f3b4";
}

.fa-itunes-note:before {
    content: "\f3b5";
}

.fa-java:before {
    content: "\f4e4";
}

.fa-jedi:before {
    content: "\f669";
}

.fa-jedi-order:before {
    content: "\f50e";
}

.fa-jenkins:before {
    content: "\f3b6";
}

.fa-jira:before {
    content: "\f7b1";
}

.fa-joget:before {
    content: "\f3b7";
}

.fa-joint:before {
    content: "\f595";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-journal-whills:before {
    content: "\f66a";
}

.fa-js:before {
    content: "\f3b8";
}

.fa-js-square:before {
    content: "\f3b9";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-kaaba:before {
    content: "\f66b";
}

.fa-kaggle:before {
    content: "\f5fa";
}

.fa-key:before {
    content: "\f084";
}

.fa-keybase:before {
    content: "\f4f5";
}

.fa-keyboard:before {
    content: "\f11c";
}

.fa-keycdn:before {
    content: "\f3ba";
}

.fa-khanda:before {
    content: "\f66d";
}

.fa-kickstarter:before {
    content: "\f3bb";
}

.fa-kickstarter-k:before {
    content: "\f3bc";
}

.fa-kiss:before {
    content: "\f596";
}

.fa-kiss-beam:before {
    content: "\f597";
}

.fa-kiss-wink-heart:before {
    content: "\f598";
}

.fa-kiwi-bird:before {
    content: "\f535";
}

.fa-korvue:before {
    content: "\f42f";
}

.fa-landmark:before {
    content: "\f66f";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-laptop-code:before {
    content: "\f5fc";
}

.fa-laptop-medical:before {
    content: "\f812";
}

.fa-laravel:before {
    content: "\f3bd";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-laugh:before {
    content: "\f599";
}

.fa-laugh-beam:before {
    content: "\f59a";
}

.fa-laugh-squint:before {
    content: "\f59b";
}

.fa-laugh-wink:before {
    content: "\f59c";
}

.fa-layer-group:before {
    content: "\f5fd";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-lemon:before {
    content: "\f094";
}

.fa-less:before {
    content: "\f41d";
}

.fa-less-than:before {
    content: "\f536";
}

.fa-less-than-equal:before {
    content: "\f537";
}

.fa-level-down-alt:before {
    content: "\f3be";
}

.fa-level-up-alt:before {
    content: "\f3bf";
}

.fa-life-ring:before {
    content: "\f1cd";
}

.fa-lightbulb:before {
    content: "\f0eb";
}

.fa-line:before {
    content: "\f3c0";
}

.fa-link:before {
    content: "\f0c1";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-lira-sign:before {
    content: "\f195";
}

.fa-list:before {
    content: "\f03a";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-lock:before {
    content: "\f023";
}

.fa-lock-open:before {
    content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
    content: "\f309";
}

.fa-long-arrow-alt-left:before {
    content: "\f30a";
}

.fa-long-arrow-alt-right:before {
    content: "\f30b";
}

.fa-long-arrow-alt-up:before {
    content: "\f30c";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-luggage-cart:before {
    content: "\f59d";
}

.fa-lyft:before {
    content: "\f3c3";
}

.fa-magento:before {
    content: "\f3c4";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-mail-bulk:before {
    content: "\f674";
}

.fa-mailchimp:before {
    content: "\f59e";
}

.fa-male:before {
    content: "\f183";
}

.fa-mandalorian:before {
    content: "\f50f";
}

.fa-map:before {
    content: "\f279";
}

.fa-map-marked:before {
    content: "\f59f";
}

.fa-map-marked-alt:before {
    content: "\f5a0";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-markdown:before {
    content: "\f60f";
}

.fa-marker:before {
    content: "\f5a1";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mask:before {
    content: "\f6fa";
}

.fa-mastodon:before {
    content: "\f4f6";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-medal:before {
    content: "\f5a2";
}

.fa-medapps:before {
    content: "\f3c6";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-medium-m:before {
    content: "\f3c7";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-medrt:before {
    content: "\f3c8";
}

.fa-meetup:before {
    content: "\f2e0";
}

.fa-megaport:before {
    content: "\f5a3";
}

.fa-meh:before {
    content: "\f11a";
}

.fa-meh-blank:before {
    content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5";
}

.fa-memory:before {
    content: "\f538";
}

.fa-mendeley:before {
    content: "\f7b3";
}

.fa-menorah:before {
    content: "\f676";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-meteor:before {
    content: "\f753";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-alt:before {
    content: "\f3c9";
}

.fa-microphone-alt-slash:before {
    content: "\f539";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-microscope:before {
    content: "\f610";
}

.fa-microsoft:before {
    content: "\f3ca";
}

.fa-minus:before {
    content: "\f068";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-mitten:before {
    content: "\f7b5";
}

.fa-mix:before {
    content: "\f3cb";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-mizuni:before {
    content: "\f3cc";
}

.fa-mobile:before {
    content: "\f10b";
}

.fa-mobile-alt:before {
    content: "\f3cd";
}

.fa-modx:before {
    content: "\f285";
}

.fa-monero:before {
    content: "\f3d0";
}

.fa-money-bill:before {
    content: "\f0d6";
}

.fa-money-bill-alt:before {
    content: "\f3d1";
}

.fa-money-bill-wave:before {
    content: "\f53a";
}

.fa-money-bill-wave-alt:before {
    content: "\f53b";
}

.fa-money-check:before {
    content: "\f53c";
}

.fa-money-check-alt:before {
    content: "\f53d";
}

.fa-monument:before {
    content: "\f5a6";
}

.fa-moon:before {
    content: "\f186";
}

.fa-mortar-pestle:before {
    content: "\f5a7";
}

.fa-mosque:before {
    content: "\f678";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-mountain:before {
    content: "\f6fc";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-mug-hot:before {
    content: "\f7b6";
}

.fa-music:before {
    content: "\f001";
}

.fa-napster:before {
    content: "\f3d2";
}

.fa-neos:before {
    content: "\f612";
}

.fa-network-wired:before {
    content: "\f6ff";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-newspaper:before {
    content: "\f1ea";
}

.fa-nimblr:before {
    content: "\f5a8";
}

.fa-nintendo-switch:before {
    content: "\f418";
}

.fa-node:before {
    content: "\f419";
}

.fa-node-js:before {
    content: "\f3d3";
}

.fa-not-equal:before {
    content: "\f53e";
}

.fa-notes-medical:before {
    content: "\f481";
}

.fa-npm:before {
    content: "\f3d4";
}

.fa-ns8:before {
    content: "\f3d5";
}

.fa-nutritionix:before {
    content: "\f3d6";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-oil-can:before {
    content: "\f613";
}

.fa-old-republic:before {
    content: "\f510";
}

.fa-om:before {
    content: "\f679";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-osi:before {
    content: "\f41a";
}

.fa-otter:before {
    content: "\f700";
}

.fa-outdent:before {
    content: "\f03b";
}

.fa-page4:before {
    content: "\f3d7";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-pager:before {
    content: "\f815";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-paint-roller:before {
    content: "\f5aa";
}

.fa-palette:before {
    content: "\f53f";
}

.fa-palfed:before {
    content: "\f3d8";
}

.fa-pallet:before {
    content: "\f482";
}

.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-parachute-box:before {
    content: "\f4cd";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-parking:before {
    content: "\f540";
}

.fa-passport:before {
    content: "\f5ab";
}

.fa-pastafarianism:before {
    content: "\f67b";
}

.fa-paste:before {
    content: "\f0ea";
}

.fa-patreon:before {
    content: "\f3d9";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-peace:before {
    content: "\f67c";
}

.fa-pen:before {
    content: "\f304";
}

.fa-pen-alt:before {
    content: "\f305";
}

.fa-pen-fancy:before {
    content: "\f5ac";
}

.fa-pen-nib:before {
    content: "\f5ad";
}

.fa-pen-square:before {
    content: "\f14b";
}

.fa-pencil-alt:before {
    content: "\f303";
}

.fa-pencil-ruler:before {
    content: "\f5ae";
}

.fa-penny-arcade:before {
    content: "\f704";
}

.fa-people-carry:before {
    content: "\f4ce";
}

.fa-pepper-hot:before {
    content: "\f816";
}

.fa-percent:before {
    content: "\f295";
}

.fa-percentage:before {
    content: "\f541";
}

.fa-periscope:before {
    content: "\f3da";
}

.fa-person-booth:before {
    content: "\f756";
}

.fa-phabricator:before {
    content: "\f3db";
}

.fa-phoenix-framework:before {
    content: "\f3dc";
}

.fa-phoenix-squadron:before {
    content: "\f511";
}

.fa-phone:before {
    content: "\f095";
}

.fa-phone-slash:before {
    content: "\f3dd";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-phone-volume:before {
    content: "\f2a0";
}

.fa-php:before {
    content: "\f457";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-pied-piper-hat:before {
    content: "\f4e5";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-piggy-bank:before {
    content: "\f4d3";
}

.fa-pills:before {
    content: "\f484";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-pizza-slice:before {
    content: "\f818";
}

.fa-place-of-worship:before {
    content: "\f67f";
}

.fa-plane:before {
    content: "\f072";
}

.fa-plane-arrival:before {
    content: "\f5af";
}

.fa-plane-departure:before {
    content: "\f5b0";
}

.fa-play:before {
    content: "\f04b";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-playstation:before {
    content: "\f3df";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-plus:before {
    content: "\f067";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-poll:before {
    content: "\f681";
}

.fa-poll-h:before {
    content: "\f682";
}

.fa-poo:before {
    content: "\f2fe";
}

.fa-poo-storm:before {
    content: "\f75a";
}

.fa-poop:before {
    content: "\f619";
}

.fa-portrait:before {
    content: "\f3e0";
}

.fa-pound-sign:before {
    content: "\f154";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-pray:before {
    content: "\f683";
}

.fa-praying-hands:before {
    content: "\f684";
}

.fa-prescription:before {
    content: "\f5b1";
}

.fa-prescription-bottle:before {
    content: "\f485";
}

.fa-prescription-bottle-alt:before {
    content: "\f486";
}

.fa-print:before {
    content: "\f02f";
}

.fa-procedures:before {
    content: "\f487";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-project-diagram:before {
    content: "\f542";
}

.fa-pushed:before {
    content: "\f3e1";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-python:before {
    content: "\f3e2";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-question:before {
    content: "\f128";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-quidditch:before {
    content: "\f458";
}

.fa-quinscape:before {
    content: "\f459";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-quran:before {
    content: "\f687";
}

.fa-r-project:before {
    content: "\f4f7";
}

.fa-radiation:before {
    content: "\f7b9";
}

.fa-radiation-alt:before {
    content: "\f7ba";
}

.fa-rainbow:before {
    content: "\f75b";
}

.fa-random:before {
    content: "\f074";
}

.fa-raspberry-pi:before {
    content: "\f7bb";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-react:before {
    content: "\f41b";
}

.fa-reacteurope:before {
    content: "\f75d";
}

.fa-readme:before {
    content: "\f4d5";
}

.fa-rebel:before {
    content: "\f1d0";
}

.fa-receipt:before {
    content: "\f543";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-red-river:before {
    content: "\f3e3";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-redhat:before {
    content: "\f7bc";
}

.fa-redo:before {
    content: "\f01e";
}

.fa-redo-alt:before {
    content: "\f2f9";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-reply:before {
    content: "\f3e5";
}

.fa-reply-all:before {
    content: "\f122";
}

.fa-replyd:before {
    content: "\f3e6";
}

.fa-republican:before {
    content: "\f75e";
}

.fa-researchgate:before {
    content: "\f4f8";
}

.fa-resolving:before {
    content: "\f3e7";
}

.fa-restroom:before {
    content: "\f7bd";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-rev:before {
    content: "\f5b2";
}

.fa-ribbon:before {
    content: "\f4d6";
}

.fa-ring:before {
    content: "\f70b";
}

.fa-road:before {
    content: "\f018";
}

.fa-robot:before {
    content: "\f544";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-rocketchat:before {
    content: "\f3e8";
}

.fa-rockrms:before {
    content: "\f3e9";
}

.fa-route:before {
    content: "\f4d7";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-ruble-sign:before {
    content: "\f158";
}

.fa-ruler:before {
    content: "\f545";
}

.fa-ruler-combined:before {
    content: "\f546";
}

.fa-ruler-horizontal:before {
    content: "\f547";
}

.fa-ruler-vertical:before {
    content: "\f548";
}

.fa-running:before {
    content: "\f70c";
}

.fa-rupee-sign:before {
    content: "\f156";
}

.fa-sad-cry:before {
    content: "\f5b3";
}

.fa-sad-tear:before {
    content: "\f5b4";
}

.fa-safari:before {
    content: "\f267";
}

.fa-sass:before {
    content: "\f41e";
}

.fa-satellite:before {
    content: "\f7bf";
}

.fa-satellite-dish:before {
    content: "\f7c0";
}

.fa-save:before {
    content: "\f0c7";
}

.fa-schlix:before {
    content: "\f3ea";
}

.fa-school:before {
    content: "\f549";
}

.fa-screwdriver:before {
    content: "\f54a";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-scroll:before {
    content: "\f70e";
}

.fa-sd-card:before {
    content: "\f7c2";
}

.fa-search:before {
    content: "\f002";
}

.fa-search-dollar:before {
    content: "\f688";
}

.fa-search-location:before {
    content: "\f689";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-searchengin:before {
    content: "\f3eb";
}

.fa-seedling:before {
    content: "\f4d8";
}

.fa-sellcast:before {
    content: "\f2da";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-server:before {
    content: "\f233";
}

.fa-servicestack:before {
    content: "\f3ec";
}

.fa-shapes:before {
    content: "\f61f";
}

.fa-share:before {
    content: "\f064";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-shekel-sign:before {
    content: "\f20b";
}

.fa-shield-alt:before {
    content: "\f3ed";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-shipping-fast:before {
    content: "\f48b";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-shoe-prints:before {
    content: "\f54b";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-shopware:before {
    content: "\f5b5";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-shuttle-van:before {
    content: "\f5b6";
}

.fa-sign:before {
    content: "\f4d9";
}

.fa-sign-in-alt:before {
    content: "\f2f6";
}

.fa-sign-language:before {
    content: "\f2a7";
}

.fa-sign-out-alt:before {
    content: "\f2f5";
}

.fa-signal:before {
    content: "\f012";
}

.fa-signature:before {
    content: "\f5b7";
}

.fa-sim-card:before {
    content: "\f7c4";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-sistrix:before {
    content: "\f3ee";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-sith:before {
    content: "\f512";
}

.fa-skating:before {
    content: "\f7c5";
}

.fa-sketch:before {
    content: "\f7c6";
}

.fa-skiing:before {
    content: "\f7c9";
}

.fa-skiing-nordic:before {
    content: "\f7ca";
}

.fa-skull:before {
    content: "\f54c";
}

.fa-skull-crossbones:before {
    content: "\f714";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-slack:before {
    content: "\f198";
}

.fa-slack-hash:before {
    content: "\f3ef";
}

.fa-slash:before {
    content: "\f715";
}

.fa-sleigh:before {
    content: "\f7cc";
}

.fa-sliders-h:before {
    content: "\f1de";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-smile:before {
    content: "\f118";
}

.fa-smile-beam:before {
    content: "\f5b8";
}

.fa-smile-wink:before {
    content: "\f4da";
}

.fa-smog:before {
    content: "\f75f";
}

.fa-smoking:before {
    content: "\f48d";
}

.fa-smoking-ban:before {
    content: "\f54d";
}

.fa-sms:before {
    content: "\f7cd";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-snowboarding:before {
    content: "\f7ce";
}

.fa-snowflake:before {
    content: "\f2dc";
}

.fa-snowman:before {
    content: "\f7d0";
}

.fa-snowplow:before {
    content: "\f7d2";
}

.fa-socks:before {
    content: "\f696";
}

.fa-solar-panel:before {
    content: "\f5ba";
}

.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-alpha-down:before {
    content: "\f15d";
}

.fa-sort-alpha-up:before {
    content: "\f15e";
}

.fa-sort-amount-down:before {
    content: "\f160";
}

.fa-sort-amount-up:before {
    content: "\f161";
}

.fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-numeric-down:before {
    content: "\f162";
}

.fa-sort-numeric-up:before {
    content: "\f163";
}

.fa-sort-up:before {
    content: "\f0de";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-sourcetree:before {
    content: "\f7d3";
}

.fa-spa:before {
    content: "\f5bb";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-speakap:before {
    content: "\f3f3";
}

.fa-spider:before {
    content: "\f717";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-splotch:before {
    content: "\f5bc";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-spray-can:before {
    content: "\f5bd";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-square-full:before {
    content: "\f45c";
}

.fa-square-root-alt:before {
    content: "\f698";
}

.fa-squarespace:before {
    content: "\f5be";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-stamp:before {
    content: "\f5bf";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-and-crescent:before {
    content: "\f699";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-star-half-alt:before {
    content: "\f5c0";
}

.fa-star-of-david:before {
    content: "\f69a";
}

.fa-star-of-life:before {
    content: "\f621";
}

.fa-staylinked:before {
    content: "\f3f5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-steam-symbol:before {
    content: "\f3f6";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-sticker-mule:before {
    content: "\f3f7";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stopwatch:before {
    content: "\f2f2";
}

.fa-store:before {
    content: "\f54e";
}

.fa-store-alt:before {
    content: "\f54f";
}

.fa-strava:before {
    content: "\f428";
}

.fa-stream:before {
    content: "\f550";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-stripe:before {
    content: "\f429";
}

.fa-stripe-s:before {
    content: "\f42a";
}

.fa-stroopwafel:before {
    content: "\f551";
}

.fa-studiovinari:before {
    content: "\f3f8";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-subway:before {
    content: "\f239";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-suitcase-rolling:before {
    content: "\f5c1";
}

.fa-sun:before {
    content: "\f185";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-supple:before {
    content: "\f3f9";
}

.fa-surprise:before {
    content: "\f5c2";
}

.fa-suse:before {
    content: "\f7d6";
}

.fa-swatchbook:before {
    content: "\f5c3";
}

.fa-swimmer:before {
    content: "\f5c4";
}

.fa-swimming-pool:before {
    content: "\f5c5";
}

.fa-synagogue:before {
    content: "\f69b";
}

.fa-sync:before {
    content: "\f021";
}

.fa-sync-alt:before {
    content: "\f2f1";
}

.fa-syringe:before {
    content: "\f48e";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-table-tennis:before {
    content: "\f45d";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-tablet-alt:before {
    content: "\f3fa";
}

.fa-tablets:before {
    content: "\f490";
}

.fa-tachometer-alt:before {
    content: "\f3fd";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-tape:before {
    content: "\f4db";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-taxi:before {
    content: "\f1ba";
}

.fa-teamspeak:before {
    content: "\f4f9";
}

.fa-teeth:before {
    content: "\f62e";
}

.fa-teeth-open:before {
    content: "\f62f";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-telegram-plane:before {
    content: "\f3fe";
}

.fa-temperature-high:before {
    content: "\f769";
}

.fa-temperature-low:before {
    content: "\f76b";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-tenge:before {
    content: "\f7d7";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-the-red-yeti:before {
    content: "\f69d";
}

.fa-theater-masks:before {
    content: "\f630";
}

.fa-themeco:before {
    content: "\f5c6";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-thermometer:before {
    content: "\f491";
}

.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-think-peaks:before {
    content: "\f731";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbtack:before {
    content: "\f08d";
}

.fa-ticket-alt:before {
    content: "\f3ff";
}

.fa-times:before {
    content: "\f00d";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-tint:before {
    content: "\f043";
}

.fa-tint-slash:before {
    content: "\f5c7";
}

.fa-tired:before {
    content: "\f5c8";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-toilet:before {
    content: "\f7d8";
}

.fa-toilet-paper:before {
    content: "\f71e";
}

.fa-toolbox:before {
    content: "\f552";
}

.fa-tools:before {
    content: "\f7d9";
}

.fa-tooth:before {
    content: "\f5c9";
}

.fa-torah:before {
    content: "\f6a0";
}

.fa-torii-gate:before {
    content: "\f6a1";
}

.fa-tractor:before {
    content: "\f722";
}

.fa-trade-federation:before {
    content: "\f513";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-traffic-light:before {
    content: "\f637";
}

.fa-train:before {
    content: "\f238";
}

.fa-tram:before {
    content: "\f7da";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-trash-alt:before {
    content: "\f2ed";
}

.fa-trash-restore:before {
    content: "\f829";
}

.fa-trash-restore-alt:before {
    content: "\f82a";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-trello:before {
    content: "\f181";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-truck-loading:before {
    content: "\f4de";
}

.fa-truck-monster:before {
    content: "\f63b";
}

.fa-truck-moving:before {
    content: "\f4df";
}

.fa-truck-pickup:before {
    content: "\f63c";
}

.fa-tshirt:before {
    content: "\f553";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-tv:before {
    content: "\f26c";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-typo3:before {
    content: "\f42b";
}

.fa-uber:before {
    content: "\f402";
}

.fa-ubuntu:before {
    content: "\f7df";
}

.fa-uikit:before {
    content: "\f403";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-umbrella-beach:before {
    content: "\f5ca";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-undo:before {
    content: "\f0e2";
}

.fa-undo-alt:before {
    content: "\f2ea";
}

.fa-uniregistry:before {
    content: "\f404";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-university:before {
    content: "\f19c";
}

.fa-unlink:before {
    content: "\f127";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-untappd:before {
    content: "\f405";
}

.fa-upload:before {
    content: "\f093";
}

.fa-ups:before {
    content: "\f7e0";
}

.fa-usb:before {
    content: "\f287";
}

.fa-user:before {
    content: "\f007";
}

.fa-user-alt:before {
    content: "\f406";
}

.fa-user-alt-slash:before {
    content: "\f4fa";
}

.fa-user-astronaut:before {
    content: "\f4fb";
}

.fa-user-check:before {
    content: "\f4fc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-clock:before {
    content: "\f4fd";
}

.fa-user-cog:before {
    content: "\f4fe";
}

.fa-user-edit:before {
    content: "\f4ff";
}

.fa-user-friends:before {
    content: "\f500";
}

.fa-user-graduate:before {
    content: "\f501";
}

.fa-user-injured:before {
    content: "\f728";
}

.fa-user-lock:before {
    content: "\f502";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-user-minus:before {
    content: "\f503";
}

.fa-user-ninja:before {
    content: "\f504";
}

.fa-user-nurse:before {
    content: "\f82f";
}

.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-usps:before {
    content: "\f7e1";
}

.fa-ussunnah:before {
    content: "\f407";
}

.fa-utensil-spoon:before {
    content: "\f2e5";
}

.fa-utensils:before {
    content: "\f2e7";
}

.fa-vaadin:before {
    content: "\f408";
}

.fa-vector-square:before {
    content: "\f5cb";
}

.fa-venus:before {
    content: "\f221";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-vial:before {
    content: "\f492";
}

.fa-vials:before {
    content: "\f493";
}

.fa-viber:before {
    content: "\f409";
}

.fa-video:before {
    content: "\f03d";
}

.fa-video-slash:before {
    content: "\f4e2";
}

.fa-vihara:before {
    content: "\f6a7";
}

.fa-vimeo:before {
    content: "\f40a";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-vimeo-v:before {
    content: "\f27d";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-vk:before {
    content: "\f189";
}

.fa-vnv:before {
    content: "\f40b";
}

.fa-volleyball-ball:before {
    content: "\f45f";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-mute:before {
    content: "\f6a9";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-vote-yea:before {
    content: "\f772";
}

.fa-vr-cardboard:before {
    content: "\f729";
}

.fa-vuejs:before {
    content: "\f41f";
}

.fa-walking:before {
    content: "\f554";
}

.fa-wallet:before {
    content: "\f555";
}

.fa-warehouse:before {
    content: "\f494";
}

.fa-water:before {
    content: "\f773";
}

.fa-weebly:before {
    content: "\f5cc";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-weight:before {
    content: "\f496";
}

.fa-weight-hanging:before {
    content: "\f5cd";
}

.fa-weixin:before {
    content: "\f1d7";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-whatsapp-square:before {
    content: "\f40c";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-whmcs:before {
    content: "\f40d";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-wind:before {
    content: "\f72e";
}

.fa-window-close:before {
    content: "\f410";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-wine-bottle:before {
    content: "\f72f";
}

.fa-wine-glass:before {
    content: "\f4e3";
}

.fa-wine-glass-alt:before {
    content: "\f5ce";
}

.fa-wix:before {
    content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
    content: "\f730";
}

.fa-wolf-pack-battalion:before {
    content: "\f514";
}

.fa-won-sign:before {
    content: "\f159";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-wordpress-simple:before {
    content: "\f411";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-wpressr:before {
    content: "\f3e4";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-x-ray:before {
    content: "\f497";
}

.fa-xbox:before {
    content: "\f412";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-y-combinator:before {
    content: "\f23b";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-yandex:before {
    content: "\f413";
}

.fa-yandex-international:before {
    content: "\f414";
}

.fa-yarn:before {
    content: "\f7e3";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-yen-sign:before {
    content: "\f157";
}

.fa-yin-yang:before {
    content: "\f6ad";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-youtube-square:before {
    content: "\f431";
}

.fa-zhihu:before {
    content: "\f63f";
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/themes/invico/webfonts/fa-brands-400.eot);
    src: url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/themes/invico/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/themes/invico/webfonts/fa-brands-400.woff2) format("woff2"), url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/themes/invico/webfonts/fa-brands-400.woff) format("woff"), url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/themes/invico/webfonts/fa-brands-400.ttf) format("truetype"), url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/themes/invico/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;
    font-display: auto;
    src: url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/themes/invico/webfonts/fa-regular-400.eot);
    src: url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/themes/invico/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/themes/invico/webfonts/fa-regular-400.woff2) format("woff2"), url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/themes/invico/webfonts/fa-regular-400.woff) format("woff"), url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/themes/invico/webfonts/fa-regular-400.ttf) format("truetype"), url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/themes/invico/webfonts/fa-regular-400.svg#fontawesome) format("svg");
}

.far {
    font-weight: 400;
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/themes/invico/webfonts/fa-solid-900.eot);
    src: url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/themes/invico/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/themes/invico/webfonts/fa-solid-900.woff2) format("woff2"), url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/themes/invico/webfonts/fa-solid-900.woff) format("woff"), url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/themes/invico/webfonts/fa-solid-900.ttf) format("truetype"), url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/themes/invico/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free";
}

.fa,
.fas {
    font-weight: 900;
}
/*! /wp-content/cache/asset-cleanup/css/item/pe-icon-7-stroke-v5.4.2-1b134e411826b89b8d38a81eb5eeef7040583eee.css */
/*! /wp-content/themes/invico/css/pe-icon-7-stroke.css */
@font-face {
    font-family: "Pe-icon-7-stroke";
    src: url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/themes/invico/fonts/Pe-icon-7-stroke.eot?d7yf1v);
    src: url("http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/themes/invico/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v") format("embedded-opentype"), url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/themes/invico/fonts/Pe-icon-7-stroke.woff?d7yf1v) format("woff"), url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/themes/invico/fonts/Pe-icon-7-stroke.ttf?d7yf1v) format("truetype"), url("http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/themes/invico/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke") format("svg");
    font-weight: 400;
    font-style: normal;
}

.pe-icon {
    display: inline-block;
    font-family: "Pe-icon-7-stroke";
    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;
}

.pe-album:before {
    content: "\e6aa";
}

.pe-arc:before {
    content: "\e6ab";
}

.pe-back-2:before {
    content: "\e6ac";
}

.pe-bandaid:before {
    content: "\e6ad";
}

.pe-car:before {
    content: "\e6ae";
}

.pe-diamond:before {
    content: "\e6af";
}

.pe-door-lock:before {
    content: "\e6b0";
}

.pe-eyedropper:before {
    content: "\e6b1";
}

.pe-female:before {
    content: "\e6b2";
}

.pe-gym:before {
    content: "\e6b3";
}

.pe-hammer:before {
    content: "\e6b4";
}

.pe-headphones:before {
    content: "\e6b5";
}

.pe-helm:before {
    content: "\e6b6";
}

.pe-hourglass:before {
    content: "\e6b7";
}

.pe-leaf:before {
    content: "\e6b8";
}

.pe-magic-wand:before {
    content: "\e6b9";
}

.pe-male:before {
    content: "\e6ba";
}

.pe-map-2:before {
    content: "\e6bb";
}

.pe-next-2:before {
    content: "\e6bc";
}

.pe-paint-bucket:before {
    content: "\e6bd";
}

.pe-pendrive:before {
    content: "\e6be";
}

.pe-photo:before {
    content: "\e6bf";
}

.pe-piggy:before {
    content: "\e6c0";
}

.pe-plugin:before {
    content: "\e6c1";
}

.pe-refresh-2:before {
    content: "\e6c2";
}

.pe-rocket:before {
    content: "\e6c3";
}

.pe-settings:before {
    content: "\e6c4";
}

.pe-shield:before {
    content: "\e6c5";
}

.pe-smile:before {
    content: "\e6c6";
}

.pe-usb:before {
    content: "\e6c7";
}

.pe-vector:before {
    content: "\e6c8";
}

.pe-wine:before {
    content: "\e6c9";
}

.pe-cloud-upload:before {
    content: "\e68a";
}

.pe-cash:before {
    content: "\e68c";
}

.pe-close:before {
    content: "\e680";
}

.pe-bluetooth:before {
    content: "\e68d";
}

.pe-cloud-download:before {
    content: "\e68b";
}

.pe-way:before {
    content: "\e68e";
}

.pe-close-circle:before {
    content: "\e681";
}

.pe-id:before {
    content: "\e68f";
}

.pe-angle-up:before {
    content: "\e682";
}

.pe-wristwatch:before {
    content: "\e690";
}

.pe-angle-up-circle:before {
    content: "\e683";
}

.pe-world:before {
    content: "\e691";
}

.pe-angle-right:before {
    content: "\e684";
}

.pe-volume:before {
    content: "\e692";
}

.pe-angle-right-circle:before {
    content: "\e685";
}

.pe-users:before {
    content: "\e693";
}

.pe-angle-left:before {
    content: "\e686";
}

.pe-user-female:before {
    content: "\e694";
}

.pe-angle-left-circle:before {
    content: "\e687";
}

.pe-up-arrow:before {
    content: "\e695";
}

.pe-angle-down:before {
    content: "\e688";
}

.pe-switch:before {
    content: "\e696";
}

.pe-angle-down-circle:before {
    content: "\e689";
}

.pe-scissors:before {
    content: "\e697";
}

.pe-wallet:before {
    content: "\e600";
}

.pe-safe:before {
    content: "\e698";
}

.pe-volume2:before {
    content: "\e601";
}

.pe-volume1:before {
    content: "\e602";
}

.pe-voicemail:before {
    content: "\e603";
}

.pe-video:before {
    content: "\e604";
}

.pe-user:before {
    content: "\e605";
}

.pe-upload:before {
    content: "\e606";
}

.pe-unlock:before {
    content: "\e607";
}

.pe-umbrella:before {
    content: "\e608";
}

.pe-trash:before {
    content: "\e609";
}

.pe-tools:before {
    content: "\e60a";
}

.pe-timer:before {
    content: "\e60b";
}

.pe-ticket:before {
    content: "\e60c";
}

.pe-target:before {
    content: "\e60d";
}

.pe-sun:before {
    content: "\e60e";
}

.pe-study:before {
    content: "\e60f";
}

.pe-stopwatch:before {
    content: "\e610";
}

.pe-star:before {
    content: "\e611";
}

.pe-speaker:before {
    content: "\e612";
}

.pe-signal:before {
    content: "\e613";
}

.pe-shuffle:before {
    content: "\e614";
}

.pe-shopbag:before {
    content: "\e615";
}

.pe-share:before {
    content: "\e616";
}

.pe-server:before {
    content: "\e617";
}

.pe-search:before {
    content: "\e618";
}

.pe-film:before {
    content: "\e6a5";
}

.pe-science:before {
    content: "\e619";
}

.pe-disk:before {
    content: "\e6a6";
}

.pe-ribbon:before {
    content: "\e61a";
}

.pe-repeat:before {
    content: "\e61b";
}

.pe-refresh:before {
    content: "\e61c";
}

.pe-add-user:before {
    content: "\e6a9";
}

.pe-refresh-cloud:before {
    content: "\e61d";
}

.pe-paperclip:before {
    content: "\e69c";
}

.pe-radio:before {
    content: "\e61e";
}

.pe-note2:before {
    content: "\e69d";
}

.pe-print:before {
    content: "\e61f";
}

.pe-network:before {
    content: "\e69e";
}

.pe-prev:before {
    content: "\e620";
}

.pe-mute:before {
    content: "\e69f";
}

.pe-power:before {
    content: "\e621";
}

.pe-medal:before {
    content: "\e6a0";
}

.pe-portfolio:before {
    content: "\e622";
}

.pe-like2:before {
    content: "\e6a1";
}

.pe-plus:before {
    content: "\e623";
}

.pe-left-arrow:before {
    content: "\e6a2";
}

.pe-play:before {
    content: "\e624";
}

.pe-key:before {
    content: "\e6a3";
}

.pe-plane:before {
    content: "\e625";
}

.pe-joy:before {
    content: "\e6a4";
}

.pe-photo-gallery:before {
    content: "\e626";
}

.pe-pin:before {
    content: "\e69b";
}

.pe-phone:before {
    content: "\e627";
}

.pe-plug:before {
    content: "\e69a";
}

.pe-pen:before {
    content: "\e628";
}

.pe-right-arrow:before {
    content: "\e699";
}

.pe-paper-plane:before {
    content: "\e629";
}

.pe-delete-user:before {
    content: "\e6a7";
}

.pe-paint:before {
    content: "\e62a";
}

.pe-bottom-arrow:before {
    content: "\e6a8";
}

.pe-notebook:before {
    content: "\e62b";
}

.pe-note:before {
    content: "\e62c";
}

.pe-next:before {
    content: "\e62d";
}

.pe-news-paper:before {
    content: "\e62e";
}

.pe-musiclist:before {
    content: "\e62f";
}

.pe-music:before {
    content: "\e630";
}

.pe-mouse:before {
    content: "\e631";
}

.pe-more:before {
    content: "\e632";
}

.pe-moon:before {
    content: "\e633";
}

.pe-monitor:before {
    content: "\e634";
}

.pe-micro:before {
    content: "\e635";
}

.pe-menu:before {
    content: "\e636";
}

.pe-map:before {
    content: "\e637";
}

.pe-map-marker:before {
    content: "\e638";
}

.pe-mail:before {
    content: "\e639";
}

.pe-mail-open:before {
    content: "\e63a";
}

.pe-mail-open-file:before {
    content: "\e63b";
}

.pe-magnet:before {
    content: "\e63c";
}

.pe-loop:before {
    content: "\e63d";
}

.pe-look:before {
    content: "\e63e";
}

.pe-lock:before {
    content: "\e63f";
}

.pe-lintern:before {
    content: "\e640";
}

.pe-link:before {
    content: "\e641";
}

.pe-like:before {
    content: "\e642";
}

.pe-light:before {
    content: "\e643";
}

.pe-less:before {
    content: "\e644";
}

.pe-keypad:before {
    content: "\e645";
}

.pe-junk:before {
    content: "\e646";
}

.pe-info:before {
    content: "\e647";
}

.pe-home:before {
    content: "\e648";
}

.pe-help2:before {
    content: "\e649";
}

.pe-help1:before {
    content: "\e64a";
}

.pe-graph3:before {
    content: "\e64b";
}

.pe-graph2:before {
    content: "\e64c";
}

.pe-graph1:before {
    content: "\e64d";
}

.pe-graph:before {
    content: "\e64e";
}

.pe-global:before {
    content: "\e64f";
}

.pe-gleam:before {
    content: "\e650";
}

.pe-glasses:before {
    content: "\e651";
}

.pe-gift:before {
    content: "\e652";
}

.pe-folder:before {
    content: "\e653";
}

.pe-flag:before {
    content: "\e654";
}

.pe-filter:before {
    content: "\e655";
}

.pe-file:before {
    content: "\e656";
}

.pe-expand1:before {
    content: "\e657";
}

.pe-exapnd2:before {
    content: "\e658";
}

.pe-edit:before {
    content: "\e659";
}

.pe-drop:before {
    content: "\e65a";
}

.pe-drawer:before {
    content: "\e65b";
}

.pe-download:before {
    content: "\e65c";
}

.pe-display2:before {
    content: "\e65d";
}

.pe-display1:before {
    content: "\e65e";
}

.pe-diskette:before {
    content: "\e65f";
}

.pe-date:before {
    content: "\e660";
}

.pe-cup:before {
    content: "\e661";
}

.pe-culture:before {
    content: "\e662";
}

.pe-crop:before {
    content: "\e663";
}

.pe-credit:before {
    content: "\e664";
}

.pe-copy-file:before {
    content: "\e665";
}

.pe-config:before {
    content: "\e666";
}

.pe-compass:before {
    content: "\e667";
}

.pe-comment:before {
    content: "\e668";
}

.pe-coffee:before {
    content: "\e669";
}

.pe-cloud:before {
    content: "\e66a";
}

.pe-clock:before {
    content: "\e66b";
}

.pe-check:before {
    content: "\e66c";
}

.pe-chat:before {
    content: "\e66d";
}

.pe-cart:before {
    content: "\e66e";
}

.pe-camera:before {
    content: "\e66f";
}

.pe-call:before {
    content: "\e670";
}

.pe-calculator:before {
    content: "\e671";
}

.pe-browser:before {
    content: "\e672";
}

.pe-box2:before {
    content: "\e673";
}

.pe-box1:before {
    content: "\e674";
}

.pe-bookmarks:before {
    content: "\e675";
}

.pe-bicycle:before {
    content: "\e676";
}

.pe-bell:before {
    content: "\e677";
}

.pe-battery:before {
    content: "\e678";
}

.pe-ball:before {
    content: "\e679";
}

.pe-back:before {
    content: "\e67a";
}

.pe-attention:before {
    content: "\e67b";
}

.pe-anchor:before {
    content: "\e67c";
}

.pe-albums:before {
    content: "\e67d";
}

.pe-alarm:before {
    content: "\e67e";
}

.pe-airplay:before {
    content: "\e67f";
}
/*! /wp-content/cache/asset-cleanup/css/item/stroke-gap-icons-style-v5.4.2-bab319c2fc6d851ac424db47215787bb32a54cd8.css */
/*! /wp-content/themes/invico/css/stroke-gap-icons-style.css */
@font-face {
    font-family: "Stroke-Gap-Icons";
    src: url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/themes/invico/fonts/Stroke-Gap-Icons.eot);
}

@font-face {
    font-family: "Stroke-Gap-Icons";
    src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAIP4AAoAAAAAg7AAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAfQ4AAH0O2y4JFk9TLzIAAH4EAAAAYAAAAGAIIv19Y21hcAAAfmQAAABMAAAATBpVzR5nYXNwAAB+sAAAAAgAAAAIAAAAEGhlYWQAAH64AAAANgAAADYAUlk+aGhlYQAAfvAAAAAkAAAAJAPkAqlobXR4AAB/FAAAAzAAAAMwkQcUJ21heHAAAIJEAAAABgAAAAYAzFAAbmFtZQAAgkwAAAGKAAABipxmbApwb3N0AACD2AAAACAAAAAgAAMAAAEABAQAAQEBEVN0cm9rZS1HYXAtSWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHiGf4mPh9BR0AAAYJDx0AAAYOER0AAAAJHQAAfQUSAM0CAAEAEQAhACMAJQAoAC0AMgA3ADwAQQBGAEsAUABVAFoAXwBkAGkAbgBzAHgAfQCCAIcAjACRAJYAmwCgAKUAqgCvALQAuQC+AMMAyADNANIA1wDcAOEA5gDrAPAA9QD6AP8BBAEJAQ4BEwEYAR0BIgEnASwBMQE2ATsBQAFFAUoBTwFUAVkBXgFjAWgBbQFyAXcBfAGBAYYBiwGQAZUBmgGfAaQBqQGuAbMBuAG9AcIBxwHMAdEB1gHbAeAB5QHqAe8B9AH5Af4CAwIIAg0CEgIXAhwCIQImAisCMAI1AjoCPwJEAkkCTgJTAlgCXQJiAmcCbAJxAnYCewKAAoUCigKPApQCmQKeAqMCqAKtArICtwK8AsECxgLLAtAC1QLaAt8C5ALpAu4C8wL4Av0DAgMHAwwDEQMWAxsDIAMlAyoDLwM0AzkDPgNDA0gDTQNSA1cDXANhA2YDawNwA3UDegN/A4QDiQOOA5MDmAOdA6IDpwOsA7EDtgO7A8ADxQPKA88D1APZA94D4wPoA+0D8gP3A/wEAQQGBAsEEFN0cm9rZS1HYXAtSWNvbnNTdHJva2UtR2FwLUljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzdUU2MDR1RTYwNXVFNjA2dUU2MDd1RTYwOHVFNjA5dUU2MEF1RTYwQnVFNjBDdUU2MER1RTYwRXVFNjBGdUU2MTB1RTYxMXVFNjEydUU2MTN1RTYxNHVFNjE1dUU2MTZ1RTYxN3VFNjE4dUU2MTl1RTYxQXVFNjFCdUU2MUN1RTYxRHVFNjFFdUU2MUZ1RTYyMHVFNjIxdUU2MjJ1RTYyM3VFNjI0dUU2MjV1RTYyNnVFNjI3dUU2Mjh1RTYyOXVFNjJBdUU2MkJ1RTYyQ3VFNjJEdUU2MkV1RTYyRnVFNjMwdUU2MzF1RTYzMnVFNjMzdUU2MzR1RTYzNXVFNjM2dUU2Mzd1RTYzOHVFNjM5dUU2M0F1RTYzQnVFNjNDdUU2M0R1RTYzRXVFNjNGdUU2NDB1RTY0MXVFNjQydUU2NDN1RTY0NHVFNjQ1dUU2NDZ1RTY0N3VFNjQ4dUU2NDl1RTY0QXVFNjRCdUU2NEN1RTY0RHVFNjRFdUU2NEZ1RTY1MHVFNjUxdUU2NTJ1RTY1M3VFNjU0dUU2NTV1RTY1NnVFNjU3dUU2NTh1RTY1OXVFNjVBdUU2NUJ1RTY1Q3VFNjVEdUU2NUV1RTY1RnVFNjYwdUU2NjF1RTY2MnVFNjYzdUU2NjR1RTY2NXVFNjY2dUU2Njd1RTY2OHVFNjY5dUU2NkF1RTY2QnVFNjZDdUU2NkR1RTY2RXVFNjZGdUU2NzB1RTY3MXVFNjcydUU2NzN1RTY3NHVFNjc1dUU2NzZ1RTY3N3VFNjc4dUU2Nzl1RTY3QXVFNjdCdUU2N0N1RTY3RHVFNjdFdUU2N0Z1RTY4MHVFNjgxdUU2ODJ1RTY4M3VFNjg0dUU2ODV1RTY4NnVFNjg3dUU2ODh1RTY4OXVFNjhBdUU2OEJ1RTY4Q3VFNjhEdUU2OEV1RTY4RnVFNjkwdUU2OTF1RTY5MnVFNjkzdUU2OTR1RTY5NXVFNjk2dUU2OTd1RTY5OHVFNjk5dUU2OUF1RTY5QnVFNjlDdUU2OUR1RTY5RXVFNjlGdUU2QTB1RTZBMXVFNkEydUU2QTN1RTZBNHVFNkE1dUU2QTZ1RTZBN3VFNkE4dUU2QTl1RTZBQXVFNkFCdUU2QUN1RTZBRHVFNkFFdUU2QUZ1RTZCMHVFNkIxdUU2QjJ1RTZCM3VFNkI0dUU2QjV1RTZCNnVFNkI3dUU2Qjh1RTZCOXVFNkJBdUU2QkJ1RTZCQ3VFNkJEdUU2QkV1RTZCRnVFNkMwdUU2QzF1RTZDMnVFNkMzdUU2QzR1RTZDNXVFNkM2dUU2QzcAAAIBiQDKAMwCAAEA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tovAi8C2tsCLwIu2YItWi1ZgYFaLCIv3NBVoi25ui2iLaKhurouui6ioi66Lrm6oaIsI+1SrFcuLi2tLi4urBffUixXLi4trS4uLqwWL+zQVy4uLa0uLi6sF+9SLFcuLi2tLi4urBQ74lNsV+2SLi6v3RIuL97T8VIuL+7T3RYuLa/tli4v39PiUiwVL+7QV/BSLi/d0+BSLi/t0Bfv0qxX31IuL9zT71IuL+zQF9yRMFauLi2pri4usBTpKFfdWi4tr+1aLi6sFDvg09/QV+9SLBWiLbqiLrouuqKiuiwj31IsFrouobotoi2hubmiLCPvU6xV5i319i3mLeZl9nYsI99SLBZ2LmZmLnYudfZl5iwj71IsF90T8dBVri4vUZLLMy0vKsbOL1KuLizRycsxLSkukcgUO+CNrFfuyi3r4A6uNmvvl93aLmvflq4kF+/TMFfgUi4tr/BSLi6sF99hrFfuci6L3BPdui6L7BAX7dKsV90yLgrv7OouCWwXn+8QVaItuqIuui66oqK6Lrouobotoi2hubmiLCIvrFXmLfX2LeYt5mX2di52LmZmLnYudfZl5iwgr6xX3VIuLa/tUi4urBYv7dBX3VIuLa/tUi4urBQ6LixX4lIuLa/yUi4urBYv4dBWri4v8lGuLi/iUBfcE/FQVq4uLa2uLi6sFy4sVq4uLa2uLi6sFy4sVq4uLa2uLi6sFy4sVq4uLa2uLi6sFy4sVq4uLa2uLi6sFy4sVq4uLa2uLi6sF/CTLFauLi2tri4urBYvLFauLi2tri4urBYvLFauLi2tri4urBYvLFauLi2tri4urBYvLFauLi2tri4urBYvLFauLi2tri4urBfdE+/QVK4uL93Tri4v7dAVLqxWri4v3NGuLi/s0BfdUaxUri4v39OuLi/v0BUurFauLi/e0a4uL+7QF91RrFSuLi/e064uL+7QFS6sVq4uL93Rri4v7dAUOi4sV+JSLi2v8lIuLqwWL+HQVq4uL/JRri4v4lAX3BPxUFauLi2tri4urBcuLFauLi2tri4urBcuLFauLi2tri4urBcuLFauLi2tri4urBcuLFauLi2tri4urBcuLFauLi2tri4urBfwkyxWri4tra4uLqwWLyxWri4tra4uLqwWLyxWri4tra4uLqwWLyxWri4tra4uLqwWLyxWri4tra4uLqwWL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Ffe0i4v4FPu0i4v8FAW793QV91SLi2v7VIuLqwWLSxX3VIuLa/tUi4urBYtLFfdUi4tr+1SLi6sFi/dUFeuLi2sri4urBfgE/BQV++SLi6v3xIuL+BRsi4uryosFDvck95QV92SLi2v7ZIuLqwWLSxX3ZIuLa/tki4urBYtLFfdki4tr+2SLi6sFi/d0FeuLi2sri4urBffU/BQV/ESLi/hUq4uL/DT4BIuL+FT8JIuLq/hEiwUO95TbFVyLY66DuAj7N4ut95arh237cvcyi4t7BYtoqG6ui66LqKiLrgiLm/cyi233cquPrfuW+zeLBYNeY2hciwj3lCsV/JSLi/ckq4uL+wT4VIuL9wSriwUr6xVri4v3ZPuUi4v7ZGuLi/eE99SLBfuUSxXbi4trO4uLqwWLSxX3VIuLa/tUi4urBYtLFfdUi4tr+1SLi6sFDvg094QV+ySLi/ckq4uL+wT3BIsF0PdfFaF1+1X7VXWh91X3VQX7ifwvFWuLi/cE+wSLi6v3JIsFYXcVoXX7VftVdaH3VfdVBfs690cVa4uL9wT3BIuLazuLBWv7BBWri4sra4uL6wX3JPckFeuLi2sri4urBfgE/JMV+wSLi6vbi4vbq4sFa/cUFauLiytri4vrBftk+2QV64uLayuLi6sFDveU6xVci2Oug7gI+zeLr/ek+FCLr/uk+zeLBYNeY2hciwj7cvcEFfcyi4t7BYtoqG6ui66LqKiLrgiLm/cyi2/3ZPwYi2/7ZAX4cvtkFfyUi4v3JKuLi/sE+FSLi/cEq4sFDvg0axX71IuL+ASri4v75PeUi4v35KuLBfv0yxX4FIuLa/wUi4urBfekaxX7NIuL9wT3NIuL+wQF+xSrFeuLi7sri4tbBXv7BBWri4v7dGuLi/d0BeuLFauLi/t0a4uL93QFDvgEqxX7dIsFO4tLzIvai9rLzNuLCPeEiwXOi8hGi0CLPEtKO4sI+3T3lBVNi1lZi02LTb1ZyYsI93SLBcmLvb2LyYvKWLxeiwj7hIsFe1sVq4uL+xRri4v3FAVbWxX3FIuLa/sUi4urBfdU9zQVa4uLqwWLpaGhpYsIi2sFgouEhIuCCItrBcL7QRWEkoGLhYQIdKIFnp6pi554CHV0BV1eFYKUhpeLmIuYkJeUlAiidAWIiImHi4eLh42HjogIdHQF9yK4FYSSgYuF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) format("woff");
    font-weight: 400;
    font-style: normal;
}

.icon {
    font-family: "Stroke-Gap-Icons";
    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;
}

.icon-worldwide:before {
    content: "\e600";
}

.icon-worldglobe:before {
    content: "\e601";
}

.icon-underpants:before {
    content: "\e602";
}

.icon-tshirt:before {
    content: "\e603";
}

.icon-trousers:before {
    content: "\e604";
}

.icon-tie:before {
    content: "\e605";
}

.icon-tennisball:before {
    content: "\e606";
}

.icon-telesocpe:before {
    content: "\e607";
}

.icon-stop:before {
    content: "\e608";
}

.icon-starship:before {
    content: "\e609";
}

.icon-starship2:before {
    content: "\e60a";
}

.icon-speaker:before {
    content: "\e60b";
}

.icon-speaker2:before {
    content: "\e60c";
}

.icon-soccer:before {
    content: "\e60d";
}

.icon-snikers:before {
    content: "\e60e";
}

.icon-scisors:before {
    content: "\e60f";
}

.icon-puzzle:before {
    content: "\e610";
}

.icon-printer:before {
    content: "\e611";
}

.icon-pool:before {
    content: "\e612";
}

.icon-podium:before {
    content: "\e613";
}

.icon-play:before {
    content: "\e614";
}

.icon-planet:before {
    content: "\e615";
}

.icon-pause:before {
    content: "\e616";
}

.icon-next:before {
    content: "\e617";
}

.icon-musicnote2:before {
    content: "\e618";
}

.icon-musicnote:before {
    content: "\e619";
}

.icon-musicmixer:before {
    content: "\e61a";
}

.icon-microphone:before {
    content: "\e61b";
}

.icon-medal:before {
    content: "\e61c";
}

.icon-manfigure:before {
    content: "\e61d";
}

.icon-magnet:before {
    content: "\e61e";
}

.icon-like:before {
    content: "\e61f";
}

.icon-hanger:before {
    content: "\e620";
}

.icon-handicap:before {
    content: "\e621";
}

.icon-forward:before {
    content: "\e622";
}

.icon-footbal:before {
    content: "\e623";
}

.icon-flag:before {
    content: "\e624";
}

.icon-femalefigure:before {
    content: "\e625";
}

.icon-dislike:before {
    content: "\e626";
}

.icon-diamondring:before {
    content: "\e627";
}

.icon-cup:before {
    content: "\e628";
}

.icon-crown:before {
    content: "\e629";
}

.icon-column:before {
    content: "\e62a";
}

.icon-click:before {
    content: "\e62b";
}

.icon-cassette:before {
    content: "\e62c";
}

.icon-bomb:before {
    content: "\e62d";
}

.icon-batterylow:before {
    content: "\e62e";
}

.icon-batteryfull:before {
    content: "\e62f";
}

.icon-bascketball:before {
    content: "\e630";
}

.icon-astronaut:before {
    content: "\e631";
}

.icon-wineglass:before {
    content: "\e632";
}

.icon-water:before {
    content: "\e633";
}

.icon-wallet:before {
    content: "\e634";
}

.icon-umbrella:before {
    content: "\e635";
}

.icon-tv:before {
    content: "\e636";
}

.icon-teamug:before {
    content: "\e637";
}

.icon-tablet:before {
    content: "\e638";
}

.icon-soda:before {
    content: "\e639";
}

.icon-sodacan:before {
    content: "\e63a";
}

.icon-simcard:before {
    content: "\e63b";
}

.icon-signal:before {
    content: "\e63c";
}

.icon-shaker:before {
    content: "\e63d";
}

.icon-radio:before {
    content: "\e63e";
}

.icon-pizza:before {
    content: "\e63f";
}

.icon-phone:before {
    content: "\e640";
}

.icon-notebook:before {
    content: "\e641";
}

.icon-mug:before {
    content: "\e642";
}

.icon-mastercard:before {
    content: "\e643";
}

.icon-ipod:before {
    content: "\e644";
}

.icon-info:before {
    content: "\e645";
}

.icon-icecream2:before {
    content: "\e646";
}

.icon-icecream1:before {
    content: "\e647";
}

.icon-hourglass:before {
    content: "\e648";
}

.icon-help:before {
    content: "\e649";
}

.icon-goto:before {
    content: "\e64a";
}

.icon-glasses:before {
    content: "\e64b";
}

.icon-gameboy:before {
    content: "\e64c";
}

.icon-forkandknife:before {
    content: "\e64d";
}

.icon-export:before {
    content: "\e64e";
}

.icon-exit:before {
    content: "\e64f";
}

.icon-espresso:before {
    content: "\e650";
}

.icon-drop:before {
    content: "\e651";
}

.icon-download:before {
    content: "\e652";
}

.icon-dollars:before {
    content: "\e653";
}

.icon-dollar:before {
    content: "\e654";
}

.icon-desktopmonitor:before {
    content: "\e655";
}

.icon-corkscrew:before {
    content: "\e656";
}

.icon-coffeetogo:before {
    content: "\e657";
}

.icon-chart:before {
    content: "\e658";
}

.icon-chartup:before {
    content: "\e659";
}

.icon-chartdown:before {
    content: "\e65a";
}

.icon-calculator:before {
    content: "\e65b";
}

.icon-bread:before {
    content: "\e65c";
}

.icon-bourbon:before {
    content: "\e65d";
}

.icon-bottleofwine:before {
    content: "\e65e";
}

.icon-bag:before {
    content: "\e65f";
}

.icon-arrow:before {
    content: "\e660";
}

.icon-antenna2:before {
    content: "\e661";
}

.icon-antenna1:before {
    content: "\e662";
}

.icon-anchor:before {
    content: "\e663";
}

.icon-wheelbarrow:before {
    content: "\e664";
}

.icon-webcam:before {
    content: "\e665";
}

.icon-unlinked:before {
    content: "\e666";
}

.icon-truck:before {
    content: "\e667";
}

.icon-timer:before {
    content: "\e668";
}

.icon-time:before {
    content: "\e669";
}

.icon-storagebox:before {
    content: "\e66a";
}

.icon-star:before {
    content: "\e66b";
}

.icon-shoppingcart:before {
    content: "\e66c";
}

.icon-shield:before {
    content: "\e66d";
}

.icon-seringe:before {
    content: "\e66e";
}

.icon-pulse:before {
    content: "\e66f";
}

.icon-plaster:before {
    content: "\e670";
}

.icon-plaine:before {
    content: "\e671";
}

.icon-pill:before {
    content: "\e672";
}

.icon-picnicbasket:before {
    content: "\e673";
}

.icon-phone2:before {
    content: "\e674";
}

.icon-pencil:before {
    content: "\e675";
}

.icon-pen:before {
    content: "\e676";
}

.icon-paperclip:before {
    content: "\e677";
}

.icon-on-off:before {
    content: "\e678";
}

.icon-mouse:before {
    content: "\e679";
}

.icon-megaphone:before {
    content: "\e67a";
}

.icon-linked:before {
    content: "\e67b";
}

.icon-keyboard:before {
    content: "\e67c";
}

.icon-house:before {
    content: "\e67d";
}

.icon-heart:before {
    content: "\e67e";
}

.icon-headset:before {
    content: "\e67f";
}

.icon-fullshoppingcart:before {
    content: "\e680";
}

.icon-fullscreen:before {
    content: "\e681";
}

.icon-folder:before {
    content: "\e682";
}

.icon-floppy:before {
    content: "\e683";
}

.icon-files:before {
    content: "\e684";
}

.icon-file:before {
    content: "\e685";
}

.icon-filebox:before {
    content: "\e686";
}

.icon-exitfullscreen:before {
    content: "\e687";
}

.icon-emptybox:before {
    content: "\e688";
}

.icon-delete:before {
    content: "\e689";
}

.icon-controller:before {
    content: "\e68a";
}

.icon-compass:before {
    content: "\e68b";
}

.icon-compasstool:before {
    content: "\e68c";
}

.icon-clipboardtext:before {
    content: "\e68d";
}

.icon-clipboardchart:before {
    content: "\e68e";
}

.icon-chemicalglass:before {
    content: "\e68f";
}

.icon-cd:before {
    content: "\e690";
}

.icon-carioca:before {
    content: "\e691";
}

.icon-car:before {
    content: "\e692";
}

.icon-book:before {
    content: "\e693";
}

.icon-bigtruck:before {
    content: "\e694";
}

.icon-bicycle:before {
    content: "\e695";
}

.icon-wrench:before {
    content: "\e696";
}

.icon-web:before {
    content: "\e697";
}

.icon-watch:before {
    content: "\e698";
}

.icon-volume:before {
    content: "\e699";
}

.icon-video:before {
    content: "\e69a";
}

.icon-users:before {
    content: "\e69b";
}

.icon-user:before {
    content: "\e69c";
}

.icon-uploadcloud:before {
    content: "\e69d";
}

.icon-typing:before {
    content: "\e69e";
}

.icon-tools:before {
    content: "\e69f";
}

.icon-tag:before {
    content: "\e6a0";
}

.icon-speedometter:before {
    content: "\e6a1";
}

.icon-share:before {
    content: "\e6a2";
}

.icon-settings:before {
    content: "\e6a3";
}

.icon-search:before {
    content: "\e6a4";
}

.icon-screwdriver:before {
    content: "\e6a5";
}

.icon-rolodex:before {
    content: "\e6a6";
}

.icon-ringer:before {
    content: "\e6a7";
}

.icon-resume:before {
    content: "\e6a8";
}

.icon-restart:before {
    content: "\e6a9";
}

.icon-poweroff:before {
    content: "\e6aa";
}

.icon-pointer:before {
    content: "\e6ab";
}

.icon-picture:before {
    content: "\e6ac";
}

.icon-openedlock:before {
    content: "\e6ad";
}

.icon-notes:before {
    content: "\e6ae";
}

.icon-mute:before {
    content: "\e6af";
}

.icon-movie:before {
    content: "\e6b0";
}

.icon-microphone2:before {
    content: "\e6b1";
}

.icon-message:before {
    content: "\e6b2";
}

.icon-messageright:before {
    content: "\e6b3";
}

.icon-messageleft:before {
    content: "\e6b4";
}

.icon-menu:before {
    content: "\e6b5";
}

.icon-media:before {
    content: "\e6b6";
}

.icon-mail:before {
    content: "\e6b7";
}

.icon-list:before {
    content: "\e6b8";
}

.icon-layers:before {
    content: "\e6b9";
}

.icon-key:before {
    content: "\e6ba";
}

.icon-imbox:before {
    content: "\e6bb";
}

.icon-eye:before {
    content: "\e6bc";
}

.icon-edit:before {
    content: "\e6bd";
}

.icon-dslrcamera:before {
    content: "\e6be";
}

.icon-downloadcloud:before {
    content: "\e6bf";
}

.icon-compactcamera:before {
    content: "\e6c0";
}

.icon-cloud:before {
    content: "\e6c1";
}

.icon-closedlock:before {
    content: "\e6c2";
}

.icon-chart2:before {
    content: "\e6c3";
}

.icon-bulb:before {
    content: "\e6c4";
}

.icon-briefcase:before {
    content: "\e6c5";
}

.icon-blog:before {
    content: "\e6c6";
}

.icon-agenda:before {
    content: "\e6c7";
}
/*! /wp-content/cache/asset-cleanup/css/item/icon-moon-v5.4.2-2120df6d1fccb25e9127b1decf5e8199fd347c5c.css */
/*! /wp-content/themes/invico/css/icon-moon.css */
@font-face {
    font-family: "IcoMoon-Ultimate";
    src: url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/themes/invico/fonts/IcoMoon-Ultimate.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

.icon-moon {
    font-family: "IcoMoon-Ultimate" !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-moon-home:before {
    content: "\e900";
}

.icon-moon-home2:before {
    content: "\e901";
}

.icon-moon-home3:before {
    content: "\e902";
}

.icon-moon-home4:before {
    content: "\e903";
}

.icon-moon-home5:before {
    content: "\e904";
}

.icon-moon-home6:before {
    content: "\e905";
}

.icon-moon-home7:before {
    content: "\e906";
}

.icon-moon-home8:before {
    content: "\e907";
}

.icon-moon-home9:before {
    content: "\e908";
}

.icon-moon-office:before {
    content: "\e909";
}

.icon-moon-city:before {
    content: "\e90a";
}

.icon-moon-newspaper:before {
    content: "\e90b";
}

.icon-moon-magazine:before {
    content: "\e90c";
}

.icon-moon-design:before {
    content: "\e90d";
}

.icon-moon-pencil:before {
    content: "\e90e";
}

.icon-moon-pencil2:before {
    content: "\e90f";
}

.icon-moon-pencil3:before {
    content: "\e910";
}

.icon-moon-pencil4:before {
    content: "\e911";
}

.icon-moon-pencil5:before {
    content: "\e912";
}

.icon-moon-pencil6:before {
    content: "\e913";
}

.icon-moon-pencil7:before {
    content: "\e914";
}

.icon-moon-eraser:before {
    content: "\e915";
}

.icon-moon-eraser2:before {
    content: "\e916";
}

.icon-moon-eraser3:before {
    content: "\e917";
}

.icon-moon-quill:before {
    content: "\e918";
}

.icon-moon-quill2:before {
    content: "\e919";
}

.icon-moon-quill3:before {
    content: "\e91a";
}

.icon-moon-quill4:before {
    content: "\e91b";
}

.icon-moon-pen:before {
    content: "\e91c";
}

.icon-moon-pen-plus:before {
    content: "\e91d";
}

.icon-moon-pen-minus:before {
    content: "\e91e";
}

.icon-moon-pen2:before {
    content: "\e91f";
}

.icon-moon-pen3:before {
    content: "\e920";
}

.icon-moon-pen4:before {
    content: "\e921";
}

.icon-moon-pen5:before {
    content: "\e922";
}

.icon-moon-marker:before {
    content: "\e923";
}

.icon-moon-marker2:before {
    content: "\e924";
}

.icon-moon-blog:before {
    content: "\e925";
}

.icon-moon-blog2:before {
    content: "\e926";
}

.icon-moon-pen6:before {
    content: "\e927";
}

.icon-moon-brush:before {
    content: "\e928";
}

.icon-moon-spray:before {
    content: "\e929";
}

.icon-moon-palette:before {
    content: "\e92a";
}

.icon-moon-palette2:before {
    content: "\e92b";
}

.icon-moon-color-sampler:before {
    content: "\e92c";
}

.icon-moon-toggle:before {
    content: "\e92d";
}

.icon-moon-bucket:before {
    content: "\e92e";
}

.icon-moon-bucket2:before {
    content: "\e92f";
}

.icon-moon-gradient:before {
    content: "\e930";
}

.icon-moon-eyedropper:before {
    content: "\e931";
}

.icon-moon-eyedropper2:before {
    content: "\e932";
}

.icon-moon-eyedropper3:before {
    content: "\e933";
}

.icon-moon-droplet:before {
    content: "\e934";
}

.icon-moon-droplet2:before {
    content: "\e935";
}

.icon-moon-droplet-contrast:before {
    content: "\e936";
}

.icon-moon-color-clear:before {
    content: "\e937";
}

.icon-moon-paint-format:before {
    content: "\e938";
}

.icon-moon-stamp:before {
    content: "\e939";
}

.icon-moon-images:before {
    content: "\e93a";
}

.icon-moon-image:before {
    content: "\e93b";
}

.icon-moon-image2:before {
    content: "\e93c";
}

.icon-moon-image-compare:before {
    content: "\e93d";
}

.icon-moon-images2:before {
    content: "\e93e";
}

.icon-moon-image3:before {
    content: "\e93f";
}

.icon-moon-images3:before {
    content: "\e940";
}

.icon-moon-image4:before {
    content: "\e941";
}

.icon-moon-image5:before {
    content: "\e942";
}

.icon-moon-image6:before {
    content: "\e943";
}

.icon-moon-camera:before {
    content: "\e944";
}

.icon-moon-camera2:before {
    content: "\e945";
}

.icon-moon-camera3:before {
    content: "\e946";
}

.icon-moon-shutter:before {
    content: "\e947";
}

.icon-moon-headphones:before {
    content: "\e948";
}

.icon-moon-headset:before {
    content: "\e949";
}

.icon-moon-music:before {
    content: "\e94a";
}

.icon-moon-music2:before {
    content: "\e94b";
}

.icon-moon-music3:before {
    content: "\e94c";
}

.icon-moon-music4:before {
    content: "\e94d";
}

.icon-moon-music5:before {
    content: "\e94e";
}

.icon-moon-music6:before {
    content: "\e94f";
}

.icon-moon-album:before {
    content: "\e950";
}

.icon-moon-cassette:before {
    content: "\e951";
}

.icon-moon-tape:before {
    content: "\e952";
}

.icon-moon-piano:before {
    content: "\e953";
}

.icon-moon-guitar:before {
    content: "\e954";
}

.icon-moon-trumpet:before {
    content: "\e955";
}

.icon-moon-speakers:before {
    content: "\e956";
}

.icon-moon-play:before {
    content: "\e957";
}

.icon-moon-play2:before {
    content: "\e958";
}

.icon-moon-clapboard-play:before {
    content: "\e959";
}

.icon-moon-clapboard:before {
    content: "\e95a";
}

.icon-moon-media:before {
    content: "\e95b";
}

.icon-moon-presentation:before {
    content: "\e95c";
}

.icon-moon-movie:before {
    content: "\e95d";
}

.icon-moon-film:before {
    content: "\e95e";
}

.icon-moon-film2:before {
    content: "\e95f";
}

.icon-moon-film3:before {
    content: "\e960";
}

.icon-moon-film4:before {
    content: "\e961";
}

.icon-moon-video-camera:before {
    content: "\e962";
}

.icon-moon-video-camera2:before {
    content: "\e963";
}

.icon-moon-video-camera-slash:before {
    content: "\e964";
}

.icon-moon-video-camera3:before {
    content: "\e965";
}

.icon-moon-video-camera4:before {
    content: "\e966";
}

.icon-moon-video-camera-slash2:before {
    content: "\e967";
}

.icon-moon-video-camera5:before {
    content: "\e968";
}

.icon-moon-recording:before {
    content: "\e969";
}

.icon-moon-dice:before {
    content: "\e96a";
}

.icon-moon-gamepad:before {
    content: "\e96b";
}

.icon-moon-gamepad2:before {
    content: "\e96c";
}

.icon-moon-gamepad3:before {
    content: "\e96d";
}

.icon-moon-pacman:before {
    content: "\e96e";
}

.icon-moon-spades:before {
    content: "\e96f";
}

.icon-moon-clubs:before {
    content: "\e970";
}

.icon-moon-diamonds:before {
    content: "\e971";
}

.icon-moon-chess-king:before {
    content: "\e972";
}

.icon-moon-chess-queen:before {
    content: "\e973";
}

.icon-moon-chess-rook:before {
    content: "\e974";
}

.icon-moon-chess-bishop:before {
    content: "\e975";
}

.icon-moon-chess-knight:before {
    content: "\e976";
}

.icon-moon-chess-pawn:before {
    content: "\e977";
}

.icon-moon-chess:before {
    content: "\e978";
}

.icon-moon-bullhorn:before {
    content: "\e979";
}

.icon-moon-megaphone:before {
    content: "\e97a";
}

.icon-moon-new:before {
    content: "\e97b";
}

.icon-moon-connection:before {
    content: "\e97c";
}

.icon-moon-connection2:before {
    content: "\e97d";
}

.icon-moon-connection3:before {
    content: "\e97e";
}

.icon-moon-connection4:before {
    content: "\e97f";
}

.icon-moon-podcast:before {
    content: "\e980";
}

.icon-moon-station:before {
    content: "\e981";
}

.icon-moon-station2:before {
    content: "\e982";
}

.icon-moon-antenna:before {
    content: "\e983";
}

.icon-moon-satellite-dish:before {
    content: "\e984";
}

.icon-moon-satellite-dish2:before {
    content: "\e985";
}

.icon-moon-feed:before {
    content: "\e986";
}

.icon-moon-podcast2:before {
    content: "\e987";
}

.icon-moon-antenna2:before {
    content: "\e988";
}

.icon-moon-mic:before {
    content: "\e989";
}

.icon-moon-mic-off:before {
    content: "\e98a";
}

.icon-moon-mic2:before {
    content: "\e98b";
}

.icon-moon-mic-off2:before {
    content: "\e98c";
}

.icon-moon-mic3:before {
    content: "\e98d";
}

.icon-moon-mic4:before {
    content: "\e98e";
}

.icon-moon-mic5:before {
    content: "\e98f";
}

.icon-moon-book:before {
    content: "\e990";
}

.icon-moon-book2:before {
    content: "\e991";
}

.icon-moon-book-play:before {
    content: "\e992";
}

.icon-moon-book3:before {
    content: "\e993";
}

.icon-moon-bookmark:before {
    content: "\e994";
}

.icon-moon-books:before {
    content: "\e995";
}

.icon-moon-archive:before {
    content: "\e996";
}

.icon-moon-reading:before {
    content: "\e997";
}

.icon-moon-library:before {
    content: "\e998";
}

.icon-moon-library2:before {
    content: "\e999";
}

.icon-moon-graduation:before {
    content: "\e99a";
}

.icon-moon-file-text:before {
    content: "\e99b";
}

.icon-moon-profile:before {
    content: "\e99c";
}

.icon-moon-file-empty:before {
    content: "\e99d";
}

.icon-moon-file-empty2:before {
    content: "\e99e";
}

.icon-moon-files-empty:before {
    content: "\e99f";
}

.icon-moon-files-empty2:before {
    content: "\e9a0";
}

.icon-moon-file-plus:before {
    content: "\e9a1";
}

.icon-moon-file-plus2:before {
    content: "\e9a2";
}

.icon-moon-file-minus:before {
    content: "\e9a3";
}

.icon-moon-file-minus2:before {
    content: "\e9a4";
}

.icon-moon-file-download:before {
    content: "\e9a5";
}

.icon-moon-file-download2:before {
    content: "\e9a6";
}

.icon-moon-file-upload:before {
    content: "\e9a7";
}

.icon-moon-file-upload2:before {
    content: "\e9a8";
}

.icon-moon-file-check:before {
    content: "\e9a9";
}

.icon-moon-file-check2:before {
    content: "\e9aa";
}

.icon-moon-file-eye:before {
    content: "\e9ab";
}

.icon-moon-file-eye2:before {
    content: "\e9ac";
}

.icon-moon-file-text2:before {
    content: "\e9ad";
}

.icon-moon-file-text3:before {
    content: "\e9ae";
}

.icon-moon-file-picture:before {
    content: "\e9af";
}

.icon-moon-file-picture2:before {
    content: "\e9b0";
}

.icon-moon-file-music:before {
    content: "\e9b1";
}

.icon-moon-file-music2:before {
    content: "\e9b2";
}

.icon-moon-file-play:before {
    content: "\e9b3";
}

.icon-moon-file-play2:before {
    content: "\e9b4";
}

.icon-moon-file-video:before {
    content: "\e9b5";
}

.icon-moon-file-video2:before {
    content: "\e9b6";
}

.icon-moon-copy:before {
    content: "\e9b7";
}

.icon-moon-copy2:before {
    content: "\e9b8";
}

.icon-moon-file-zip:before {
    content: "\e9b9";
}

.icon-moon-file-zip2:before {
    content: "\e9ba";
}

.icon-moon-file-xml:before {
    content: "\e9bb";
}

.icon-moon-file-xml2:before {
    content: "\e9bc";
}

.icon-moon-file-css:before {
    content: "\e9bd";
}

.icon-moon-file-css2:before {
    content: "\e9be";
}

.icon-moon-file-presentation:before {
    content: "\e9bf";
}

.icon-moon-file-presentation2:before {
    content: "\e9c0";
}

.icon-moon-file-stats:before {
    content: "\e9c1";
}

.icon-moon-file-stats2:before {
    content: "\e9c2";
}

.icon-moon-file-locked:before {
    content: "\e9c3";
}

.icon-moon-file-locked2:before {
    content: "\e9c4";
}

.icon-moon-file-spreadsheet:before {
    content: "\e9c5";
}

.icon-moon-file-spreadsheet2:before {
    content: "\e9c6";
}

.icon-moon-copy3:before {
    content: "\e9c7";
}

.icon-moon-copy4:before {
    content: "\e9c8";
}

.icon-moon-paste:before {
    content: "\e9c9";
}

.icon-moon-paste2:before {
    content: "\e9ca";
}

.icon-moon-paste3:before {
    content: "\e9cb";
}

.icon-moon-paste4:before {
    content: "\e9cc";
}

.icon-moon-stack:before {
    content: "\e9cd";
}

.icon-moon-stack2:before {
    content: "\e9ce";
}

.icon-moon-stack3:before {
    content: "\e9cf";
}

.icon-moon-folder:before {
    content: "\e9d0";
}

.icon-moon-folder-search:before {
    content: "\e9d1";
}

.icon-moon-folder-download:before {
    content: "\e9d2";
}

.icon-moon-folder-upload:before {
    content: "\e9d3";
}

.icon-moon-folder-plus:before {
    content: "\e9d4";
}

.icon-moon-folder-plus2:before {
    content: "\e9d5";
}

.icon-moon-folder-minus:before {
    content: "\e9d6";
}

.icon-moon-folder-minus2:before {
    content: "\e9d7";
}

.icon-moon-folder-check:before {
    content: "\e9d8";
}

.icon-moon-folder-heart:before {
    content: "\e9d9";
}

.icon-moon-folder-remove:before {
    content: "\e9da";
}

.icon-moon-folder2:before {
    content: "\e9db";
}

.icon-moon-folder-open:before {
    content: "\e9dc";
}

.icon-moon-folder3:before {
    content: "\e9dd";
}

.icon-moon-folder4:before {
    content: "\e9de";
}

.icon-moon-folder-plus3:before {
    content: "\e9df";
}

.icon-moon-folder-minus3:before {
    content: "\e9e0";
}

.icon-moon-folder-plus4:before {
    content: "\e9e1";
}

.icon-moon-folder-minus4:before {
    content: "\e9e2";
}

.icon-moon-folder-download2:before {
    content: "\e9e3";
}

.icon-moon-folder-upload2:before {
    content: "\e9e4";
}

.icon-moon-folder-download3:before {
    content: "\e9e5";
}

.icon-moon-folder-upload3:before {
    content: "\e9e6";
}

.icon-moon-folder5:before {
    content: "\e9e7";
}

.icon-moon-folder-open2:before {
    content: "\e9e8";
}

.icon-moon-folder6:before {
    content: "\e9e9";
}

.icon-moon-folder-open3:before {
    content: "\e9ea";
}

.icon-moon-certificate:before {
    content: "\e9eb";
}

.icon-moon-cc:before {
    content: "\e9ec";
}

.icon-moon-price-tag:before {
    content: "\e9ed";
}

.icon-moon-price-tag2:before {
    content: "\e9ee";
}

.icon-moon-price-tags:before {
    content: "\e9ef";
}

.icon-moon-price-tag3:before {
    content: "\e9f0";
}

.icon-moon-price-tags2:before {
    content: "\e9f1";
}

.icon-moon-price-tag4:before {
    content: "\e9f2";
}

.icon-moon-price-tags3:before {
    content: "\e9f3";
}

.icon-moon-price-tag5:before {
    content: "\e9f4";
}

.icon-moon-price-tags4:before {
    content: "\e9f5";
}

.icon-moon-barcode:before {
    content: "\e9f6";
}

.icon-moon-barcode2:before {
    content: "\e9f7";
}

.icon-moon-qrcode:before {
    content: "\e9f8";
}

.icon-moon-ticket:before {
    content: "\e9f9";
}

.icon-moon-ticket2:before {
    content: "\e9fa";
}

.icon-moon-theater:before {
    content: "\e9fb";
}

.icon-moon-store:before {
    content: "\e9fc";
}

.icon-moon-store2:before {
    content: "\e9fd";
}

.icon-moon-cart:before {
    content: "\e9fe";
}

.icon-moon-cart2:before {
    content: "\e9ff";
}

.icon-moon-cart3:before {
    content: "\ea00";
}

.icon-moon-cart4:before {
    content: "\ea01";
}

.icon-moon-cart5:before {
    content: "\ea02";
}

.icon-moon-cart-add:before {
    content: "\ea03";
}

.icon-moon-cart-add2:before {
    content: "\ea04";
}

.icon-moon-cart-remove:before {
    content: "\ea05";
}

.icon-moon-basket:before {
    content: "\ea06";
}

.icon-moon-bag:before {
    content: "\ea07";
}

.icon-moon-bag2:before {
    content: "\ea08";
}

.icon-moon-percent:before {
    content: "\ea09";
}

.icon-moon-coins:before {
    content: "\ea0a";
}

.icon-moon-coin-dollar:before {
    content: "\ea0b";
}

.icon-moon-coin-euro:before {
    content: "\ea0c";
}

.icon-moon-coin-pound:before {
    content: "\ea0d";
}

.icon-moon-coin-yen:before {
    content: "\ea0e";
}

.icon-moon-piggy-bank:before {
    content: "\ea0f";
}

.icon-moon-wallet:before {
    content: "\ea10";
}

.icon-moon-cash:before {
    content: "\ea11";
}

.icon-moon-cash2:before {
    content: "\ea12";
}

.icon-moon-cash3:before {
    content: "\ea13";
}

.icon-moon-cash4:before {
    content: "\ea14";
}

.icon-moon-credit-card:before {
    content: "\ea15";
}

.icon-moon-credit-card2:before {
    content: "\ea16";
}

.icon-moon-calculator:before {
    content: "\ea17";
}

.icon-moon-calculator2:before {
    content: "\ea18";
}

.icon-moon-calculator3:before {
    content: "\ea19";
}

.icon-moon-chip:before {
    content: "\ea1a";
}

.icon-moon-lifebuoy:before {
    content: "\ea1b";
}

.icon-moon-phone:before {
    content: "\ea1c";
}

.icon-moon-phone2:before {
    content: "\ea1d";
}

.icon-moon-phone-slash:before {
    content: "\ea1e";
}

.icon-moon-phone-wave:before {
    content: "\ea1f";
}

.icon-moon-phone-plus:before {
    content: "\ea20";
}

.icon-moon-phone-minus:before {
    content: "\ea21";
}

.icon-moon-phone-plus2:before {
    content: "\ea22";
}

.icon-moon-phone-minus2:before {
    content: "\ea23";
}

.icon-moon-phone-incoming:before {
    content: "\ea24";
}

.icon-moon-phone-outgoing:before {
    content: "\ea25";
}

.icon-moon-phone3:before {
    content: "\ea26";
}

.icon-moon-phone-slash2:before {
    content: "\ea27";
}

.icon-moon-phone-wave2:before {
    content: "\ea28";
}

.icon-moon-phone-hang-up:before {
    content: "\ea29";
}

.icon-moon-phone-hang-up2:before {
    content: "\ea2a";
}

.icon-moon-address-book:before {
    content: "\ea2b";
}

.icon-moon-address-book2:before {
    content: "\ea2c";
}

.icon-moon-address-book3:before {
    content: "\ea2d";
}

.icon-moon-notebook:before {
    content: "\ea2e";
}

.icon-moon-at-sign:before {
    content: "\ea2f";
}

.icon-moon-envelop:before {
    content: "\ea30";
}

.icon-moon-envelop2:before {
    content: "\ea31";
}

.icon-moon-envelop3:before {
    content: "\ea32";
}

.icon-moon-envelop4:before {
    content: "\ea33";
}

.icon-moon-envelop5:before {
    content: "\ea34";
}

.icon-moon-mailbox:before {
    content: "\ea35";
}

.icon-moon-pushpin:before {
    content: "\ea36";
}

.icon-moon-pushpin2:before {
    content: "\ea37";
}

.icon-moon-location:before {
    content: "\ea38";
}

.icon-moon-location2:before {
    content: "\ea39";
}

.icon-moon-location3:before {
    content: "\ea3a";
}

.icon-moon-location4:before {
    content: "\ea3b";
}

.icon-moon-location5:before {
    content: "\ea3c";
}

.icon-moon-location6:before {
    content: "\ea3d";
}

.icon-moon-location7:before {
    content: "\ea3e";
}

.icon-moon-compass:before {
    content: "\ea3f";
}

.icon-moon-compass2:before {
    content: "\ea40";
}

.icon-moon-compass3:before {
    content: "\ea41";
}

.icon-moon-compass4:before {
    content: "\ea42";
}

.icon-moon-compass5:before {
    content: "\ea43";
}

.icon-moon-compass6:before {
    content: "\ea44";
}

.icon-moon-map:before {
    content: "\ea45";
}

.icon-moon-map2:before {
    content: "\ea46";
}

.icon-moon-map3:before {
    content: "\ea47";
}

.icon-moon-map4:before {
    content: "\ea48";
}

.icon-moon-map5:before {
    content: "\ea49";
}

.icon-moon-direction:before {
    content: "\ea4a";
}

.icon-moon-reset:before {
    content: "\ea4b";
}

.icon-moon-history:before {
    content: "\ea4c";
}

.icon-moon-clock:before {
    content: "\ea4d";
}

.icon-moon-clock2:before {
    content: "\ea4e";
}

.icon-moon-clock3:before {
    content: "\ea4f";
}

.icon-moon-clock4:before {
    content: "\ea50";
}

.icon-moon-watch:before {
    content: "\ea51";
}

.icon-moon-watch2:before {
    content: "\ea52";
}

.icon-moon-alarm:before {
    content: "\ea53";
}

.icon-moon-alarm-add:before {
    content: "\ea54";
}

.icon-moon-alarm-check:before {
    content: "\ea55";
}

.icon-moon-alarm-cancel:before {
    content: "\ea56";
}

.icon-moon-bell:before {
    content: "\ea57";
}

.icon-moon-bell2:before {
    content: "\ea58";
}

.icon-moon-bell3:before {
    content: "\ea59";
}

.icon-moon-bell-plus:before {
    content: "\ea5a";
}

.icon-moon-bell-minus:before {
    content: "\ea5b";
}

.icon-moon-bell-check:before {
    content: "\ea5c";
}

.icon-moon-bell-cross:before {
    content: "\ea5d";
}

.icon-moon-stopwatch:before {
    content: "\ea5e";
}

.icon-moon-calendar:before {
    content: "\ea5f";
}

.icon-moon-calendar2:before {
    content: "\ea60";
}

.icon-moon-calendar3:before {
    content: "\ea61";
}

.icon-moon-calendar4:before {
    content: "\ea62";
}

.icon-moon-calendar5:before {
    content: "\ea63";
}

.icon-moon-calendar-empty:before {
    content: "\ea64";
}

.icon-moon-calendar-day:before {
    content: "\ea65";
}

.icon-moon-calendar-week:before {
    content: "\ea66";
}

.icon-moon-printer:before {
    content: "\ea67";
}

.icon-moon-printer2:before {
    content: "\ea68";
}

.icon-moon-printer3:before {
    content: "\ea69";
}

.icon-moon-printer4:before {
    content: "\ea6a";
}

.icon-moon-shredder:before {
    content: "\ea6b";
}

.icon-moon-mouse:before {
    content: "\ea6c";
}

.icon-moon-mouse2:before {
    content: "\ea6d";
}

.icon-moon-mouse-left:before {
    content: "\ea6e";
}

.icon-moon-mouse-right:before {
    content: "\ea6f";
}

.icon-moon-keyboard:before {
    content: "\ea70";
}

.icon-moon-keyboard2:before {
    content: "\ea71";
}

.icon-moon-typewriter:before {
    content: "\ea72";
}

.icon-moon-display:before {
    content: "\ea73";
}

.icon-moon-display2:before {
    content: "\ea74";
}

.icon-moon-display3:before {
    content: "\ea75";
}

.icon-moon-display4:before {
    content: "\ea76";
}

.icon-moon-laptop:before {
    content: "\ea77";
}

.icon-moon-mobile:before {
    content: "\ea78";
}

.icon-moon-mobile2:before {
    content: "\ea79";
}

.icon-moon-tablet:before {
    content: "\ea7a";
}

.icon-moon-mobile3:before {
    content: "\ea7b";
}

.icon-moon-tv:before {
    content: "\ea7c";
}

.icon-moon-radio:before {
    content: "\ea7d";
}

.icon-moon-cabinet:before {
    content: "\ea7e";
}

.icon-moon-drawer:before {
    content: "\ea7f";
}

.icon-moon-drawer2:before {
    content: "\ea80";
}

.icon-moon-drawer-out:before {
    content: "\ea81";
}

.icon-moon-drawer-in:before {
    content: "\ea82";
}

.icon-moon-drawer3:before {
    content: "\ea83";
}

.icon-moon-box:before {
    content: "\ea84";
}

.icon-moon-box-add:before {
    content: "\ea85";
}

.icon-moon-box-remove:before {
    content: "\ea86";
}

.icon-moon-download:before {
    content: "\ea87";
}

.icon-moon-upload:before {
    content: "\ea88";
}

.icon-moon-floppy-disk:before {
    content: "\ea89";
}

.icon-moon-floppy-disks:before {
    content: "\ea8a";
}

.icon-moon-floppy-disks2:before {
    content: "\ea8b";
}

.icon-moon-floppy-disk2:before {
    content: "\ea8c";
}

.icon-moon-floppy-disk3:before {
    content: "\ea8d";
}

.icon-moon-disk:before {
    content: "\ea8e";
}

.icon-moon-disk2:before {
    content: "\ea8f";
}

.icon-moon-usb-stick:before {
    content: "\ea90";
}

.icon-moon-drive:before {
    content: "\ea91";
}

.icon-moon-server:before {
    content: "\ea92";
}

.icon-moon-database:before {
    content: "\ea93";
}

.icon-moon-database2:before {
    content: "\ea94";
}

.icon-moon-database3:before {
    content: "\ea95";
}

.icon-moon-database4:before {
    content: "\ea96";
}

.icon-moon-database-menu:before {
    content: "\ea97";
}

.icon-moon-database-add:before {
    content: "\ea98";
}

.icon-moon-database-remove:before {
    content: "\ea99";
}

.icon-moon-database-insert:before {
    content: "\ea9a";
}

.icon-moon-database-export:before {
    content: "\ea9b";
}

.icon-moon-database-upload:before {
    content: "\ea9c";
}

.icon-moon-database-refresh:before {
    content: "\ea9d";
}

.icon-moon-database-diff:before {
    content: "\ea9e";
}

.icon-moon-database-edit:before {
    content: "\ea9f";
}

.icon-moon-database-edit2:before {
    content: "\eaa0";
}

.icon-moon-database-check:before {
    content: "\eaa1";
}

.icon-moon-database-arrow:before {
    content: "\eaa2";
}

.icon-moon-database-time:before {
    content: "\eaa3";
}

.icon-moon-database-time2:before {
    content: "\eaa4";
}

.icon-moon-undo:before {
    content: "\eaa5";
}

.icon-moon-redo:before {
    content: "\eaa6";
}

.icon-moon-rotate-ccw:before {
    content: "\eaa7";
}

.icon-moon-rotate-cw:before {
    content: "\eaa8";
}

.icon-moon-rotate-ccw2:before {
    content: "\eaa9";
}

.icon-moon-rotate-cw2:before {
    content: "\eaaa";
}

.icon-moon-rotate-ccw3:before {
    content: "\eaab";
}

.icon-moon-rotate-cw3:before {
    content: "\eaac";
}

.icon-moon-flip-vertical:before {
    content: "\eaad";
}

.icon-moon-flip-vertical2:before {
    content: "\eaae";
}

.icon-moon-flip-horizontal:before {
    content: "\eaaf";
}

.icon-moon-flip-horizontal2:before {
    content: "\eab0";
}

.icon-moon-flip-vertical3:before {
    content: "\eab1";
}

.icon-moon-flip-vertical4:before {
    content: "\eab2";
}

.icon-moon-angle:before {
    content: "\eab3";
}

.icon-moon-shear:before {
    content: "\eab4";
}

.icon-moon-unite:before {
    content: "\eab5";
}

.icon-moon-subtract:before {
    content: "\eab6";
}

.icon-moon-interset:before {
    content: "\eab7";
}

.icon-moon-exclude:before {
    content: "\eab8";
}

.icon-moon-align-left:before {
    content: "\eab9";
}

.icon-moon-align-center-horizontal:before {
    content: "\eaba";
}

.icon-moon-align-right:before {
    content: "\eabb";
}

.icon-moon-align-top:before {
    content: "\eabc";
}

.icon-moon-align-center-vertical:before {
    content: "\eabd";
}

.icon-moon-align-bottom:before {
    content: "\eabe";
}

.icon-moon-undo2:before {
    content: "\eabf";
}

.icon-moon-redo2:before {
    content: "\eac0";
}

.icon-moon-forward:before {
    content: "\eac1";
}

.icon-moon-reply:before {
    content: "\eac2";
}

.icon-moon-reply-all:before {
    content: "\eac3";
}

.icon-moon-bubble:before {
    content: "\eac4";
}

.icon-moon-bubbles:before {
    content: "\eac5";
}

.icon-moon-bubbles2:before {
    content: "\eac6";
}

.icon-moon-bubble2:before {
    content: "\eac7";
}

.icon-moon-bubbles3:before {
    content: "\eac8";
}

.icon-moon-bubbles4:before {
    content: "\eac9";
}

.icon-moon-bubble-notification:before {
    content: "\eaca";
}

.icon-moon-bubbles5:before {
    content: "\eacb";
}

.icon-moon-bubbles6:before {
    content: "\eacc";
}

.icon-moon-bubble3:before {
    content: "\eacd";
}

.icon-moon-bubble-dots:before {
    content: "\eace";
}

.icon-moon-bubble-lines:before {
    content: "\eacf";
}

.icon-moon-bubble4:before {
    content: "\ead0";
}

.icon-moon-bubble-dots2:before {
    content: "\ead1";
}

.icon-moon-bubble-lines2:before {
    content: "\ead2";
}

.icon-moon-bubble5:before {
    content: "\ead3";
}

.icon-moon-bubble6:before {
    content: "\ead4";
}

.icon-moon-bubbles7:before {
    content: "\ead5";
}

.icon-moon-bubble7:before {
    content: "\ead6";
}

.icon-moon-bubbles8:before {
    content: "\ead7";
}

.icon-moon-bubble8:before {
    content: "\ead8";
}

.icon-moon-bubble-dots3:before {
    content: "\ead9";
}

.icon-moon-bubble-lines3:before {
    content: "\eada";
}

.icon-moon-bubble9:before {
    content: "\eadb";
}

.icon-moon-bubble-dots4:before {
    content: "\eadc";
}

.icon-moon-bubble-lines4:before {
    content: "\eadd";
}

.icon-moon-bubbles9:before {
    content: "\eade";
}

.icon-moon-bubbles10:before {
    content: "\eadf";
}

.icon-moon-bubble-blocked:before {
    content: "\eae0";
}

.icon-moon-bubble-quote:before {
    content: "\eae1";
}

.icon-moon-bubble-user:before {
    content: "\eae2";
}

.icon-moon-bubble-smiley:before {
    content: "\eae3";
}

.icon-moon-bubble-check:before {
    content: "\eae4";
}

.icon-moon-bubble-video:before {
    content: "\eae5";
}

.icon-moon-bubble-link:before {
    content: "\eae6";
}

.icon-moon-bubble-lock:before {
    content: "\eae7";
}

.icon-moon-bubble-star:before {
    content: "\eae8";
}

.icon-moon-bubble-heart:before {
    content: "\eae9";
}

.icon-moon-bubble-paperclip:before {
    content: "\eaea";
}

.icon-moon-bubble-cancel:before {
    content: "\eaeb";
}

.icon-moon-bubble-plus:before {
    content: "\eaec";
}

.icon-moon-bubble-minus:before {
    content: "\eaed";
}

.icon-moon-bubble-notification2:before {
    content: "\eaee";
}

.icon-moon-bubble-left:before {
    content: "\eaef";
}

.icon-moon-bubble-right:before {
    content: "\eaf0";
}

.icon-moon-bubble-first:before {
    content: "\eaf1";
}

.icon-moon-bubble-last:before {
    content: "\eaf2";
}

.icon-moon-bubble-reply:before {
    content: "\eaf3";
}

.icon-moon-bubble-forward:before {
    content: "\eaf4";
}

.icon-moon-bubble-reply2:before {
    content: "\eaf5";
}

.icon-moon-bubble-forward2:before {
    content: "\eaf6";
}

.icon-moon-user:before {
    content: "\eaf7";
}

.icon-moon-users:before {
    content: "\eaf8";
}

.icon-moon-user-plus:before {
    content: "\eaf9";
}

.icon-moon-user-minus:before {
    content: "\eafa";
}

.icon-moon-user-cancel:before {
    content: "\eafb";
}

.icon-moon-user-block:before {
    content: "\eafc";
}

.icon-moon-user-lock:before {
    content: "\eafd";
}

.icon-moon-user-check:before {
    content: "\eafe";
}

.icon-moon-users2:before {
    content: "\eaff";
}

.icon-moon-user2:before {
    content: "\eb00";
}

.icon-moon-users3:before {
    content: "\eb01";
}

.icon-moon-user-plus2:before {
    content: "\eb02";
}

.icon-moon-user-minus2:before {
    content: "\eb03";
}

.icon-moon-user-cancel2:before {
    content: "\eb04";
}

.icon-moon-user-block2:before {
    content: "\eb05";
}

.icon-moon-user-lock2:before {
    content: "\eb06";
}

.icon-moon-user-check2:before {
    content: "\eb07";
}

.icon-moon-user3:before {
    content: "\eb08";
}

.icon-moon-user4:before {
    content: "\eb09";
}

.icon-moon-user5:before {
    content: "\eb0a";
}

.icon-moon-user6:before {
    content: "\eb0b";
}

.icon-moon-users4:before {
    content: "\eb0c";
}

.icon-moon-user-tie:before {
    content: "\eb0d";
}

.icon-moon-user7:before {
    content: "\eb0e";
}

.icon-moon-users5:before {
    content: "\eb0f";
}

.icon-moon-collaboration:before {
    content: "\eb10";
}

.icon-moon-vcard:before {
    content: "\eb11";
}

.icon-moon-hat:before {
    content: "\eb12";
}

.icon-moon-bowtie:before {
    content: "\eb13";
}

.icon-moon-tie:before {
    content: "\eb14";
}

.icon-moon-hanger:before {
    content: "\eb15";
}

.icon-moon-tshirt:before {
    content: "\eb16";
}

.icon-moon-pants:before {
    content: "\eb17";
}

.icon-moon-shorts:before {
    content: "\eb18";
}

.icon-moon-sock:before {
    content: "\eb19";
}

.icon-moon-laundry:before {
    content: "\eb1a";
}

.icon-moon-quotes-left:before {
    content: "\eb1b";
}

.icon-moon-quotes-right:before {
    content: "\eb1c";
}

.icon-moon-quotes-left2:before {
    content: "\eb1d";
}

.icon-moon-quotes-right2:before {
    content: "\eb1e";
}

.icon-moon-hour-glass:before {
    content: "\eb1f";
}

.icon-moon-hour-glass2:before {
    content: "\eb20";
}

.icon-moon-hour-glass3:before {
    content: "\eb21";
}

.icon-moon-spinner:before {
    content: "\eb22";
}

.icon-moon-spinner2:before {
    content: "\eb23";
}

.icon-moon-spinner3:before {
    content: "\eb24";
}

.icon-moon-spinner4:before {
    content: "\eb25";
}

.icon-moon-spinner5:before {
    content: "\eb26";
}

.icon-moon-spinner6:before {
    content: "\eb27";
}

.icon-moon-spinner7:before {
    content: "\eb28";
}

.icon-moon-spinner8:before {
    content: "\eb29";
}

.icon-moon-spinner9:before {
    content: "\eb2a";
}

.icon-moon-spinner10:before {
    content: "\eb2b";
}

.icon-moon-spinner11:before {
    content: "\eb2c";
}

.icon-moon-microscope:before {
    content: "\eb2d";
}

.icon-moon-binoculars:before {
    content: "\eb2e";
}

.icon-moon-binoculars2:before {
    content: "\eb2f";
}

.icon-moon-search:before {
    content: "\eb30";
}

.icon-moon-zoom-in:before {
    content: "\eb31";
}

.icon-moon-zoom-out:before {
    content: "\eb32";
}

.icon-moon-search2:before {
    content: "\eb33";
}

.icon-moon-zoom-in2:before {
    content: "\eb34";
}

.icon-moon-zoom-out2:before {
    content: "\eb35";
}

.icon-moon-search3:before {
    content: "\eb36";
}

.icon-moon-search4:before {
    content: "\eb37";
}

.icon-moon-zoom-in3:before {
    content: "\eb38";
}

.icon-moon-zoom-out3:before {
    content: "\eb39";
}

.icon-moon-search5:before {
    content: "\eb3a";
}

.icon-moon-search6:before {
    content: "\eb3b";
}

.icon-moon-enlarge:before {
    content: "\eb3c";
}

.icon-moon-shrink:before {
    content: "\eb3d";
}

.icon-moon-enlarge2:before {
    content: "\eb3e";
}

.icon-moon-shrink2:before {
    content: "\eb3f";
}

.icon-moon-enlarge3:before {
    content: "\eb40";
}

.icon-moon-shrink3:before {
    content: "\eb41";
}

.icon-moon-enlarge4:before {
    content: "\eb42";
}

.icon-moon-shrink4:before {
    content: "\eb43";
}

.icon-moon-enlarge5:before {
    content: "\eb44";
}

.icon-moon-shrink5:before {
    content: "\eb45";
}

.icon-moon-enlarge6:before {
    content: "\eb46";
}

.icon-moon-shrink6:before {
    content: "\eb47";
}

.icon-moon-enlarge7:before {
    content: "\eb48";
}

.icon-moon-shrink7:before {
    content: "\eb49";
}

.icon-moon-key:before {
    content: "\eb4a";
}

.icon-moon-key2:before {
    content: "\eb4b";
}

.icon-moon-key3:before {
    content: "\eb4c";
}

.icon-moon-key4:before {
    content: "\eb4d";
}

.icon-moon-key5:before {
    content: "\eb4e";
}

.icon-moon-keyhole:before {
    content: "\eb4f";
}

.icon-moon-lock:before {
    content: "\eb50";
}

.icon-moon-lock2:before {
    content: "\eb51";
}

.icon-moon-lock3:before {
    content: "\eb52";
}

.icon-moon-lock4:before {
    content: "\eb53";
}

.icon-moon-unlocked:before {
    content: "\eb54";
}

.icon-moon-lock5:before {
    content: "\eb55";
}

.icon-moon-unlocked2:before {
    content: "\eb56";
}

.icon-moon-safe:before {
    content: "\eb57";
}

.icon-moon-wrench:before {
    content: "\eb58";
}

.icon-moon-wrench2:before {
    content: "\eb59";
}

.icon-moon-wrench3:before {
    content: "\eb5a";
}

.icon-moon-equalizer:before {
    content: "\eb5b";
}

.icon-moon-equalizer2:before {
    content: "\eb5c";
}

.icon-moon-equalizer3:before {
    content: "\eb5d";
}

.icon-moon-equalizer4:before {
    content: "\eb5e";
}

.icon-moon-cog:before {
    content: "\eb5f";
}

.icon-moon-cogs:before {
    content: "\eb60";
}

.icon-moon-cog2:before {
    content: "\eb61";
}

.icon-moon-cog3:before {
    content: "\eb62";
}

.icon-moon-cog4:before {
    content: "\eb63";
}

.icon-moon-cog5:before {
    content: "\eb64";
}

.icon-moon-cog6:before {
    content: "\eb65";
}

.icon-moon-cog7:before {
    content: "\eb66";
}

.icon-moon-factory:before {
    content: "\eb67";
}

.icon-moon-hammer:before {
    content: "\eb68";
}

.icon-moon-hammer-wrench:before {
    content: "\eb69";
}

.icon-moon-knife:before {
    content: "\eb6a";
}

.icon-moon-screwdriver:before {
    content: "\eb6b";
}

.icon-moon-screwdriver2:before {
    content: "\eb6c";
}

.icon-moon-magic-wand:before {
    content: "\eb6d";
}

.icon-moon-magic-wand2:before {
    content: "\eb6e";
}

.icon-moon-pulse:before {
    content: "\eb6f";
}

.icon-moon-pulse2:before {
    content: "\eb70";
}

.icon-moon-aid-kit:before {
    content: "\eb71";
}

.icon-moon-aid-kit2:before {
    content: "\eb72";
}

.icon-moon-stethoscope:before {
    content: "\eb73";
}

.icon-moon-ambulance:before {
    content: "\eb74";
}

.icon-moon-alarm2:before {
    content: "\eb75";
}

.icon-moon-pandage:before {
    content: "\eb76";
}

.icon-moon-pandage2:before {
    content: "\eb77";
}

.icon-moon-bug:before {
    content: "\eb78";
}

.icon-moon-bug2:before {
    content: "\eb79";
}

.icon-moon-syringe:before {
    content: "\eb7a";
}

.icon-moon-syringe2:before {
    content: "\eb7b";
}

.icon-moon-pill:before {
    content: "\eb7c";
}

.icon-moon-construction:before {
    content: "\eb7d";
}

.icon-moon-traffic-cone:before {
    content: "\eb7e";
}

.icon-moon-traffic-lights:before {
    content: "\eb7f";
}

.icon-moon-pie-chart:before {
    content: "\eb80";
}

.icon-moon-pie-chart2:before {
    content: "\eb81";
}

.icon-moon-pie-chart3:before {
    content: "\eb82";
}

.icon-moon-pie-chart4:before {
    content: "\eb83";
}

.icon-moon-pie-chart5:before {
    content: "\eb84";
}

.icon-moon-pie-chart6:before {
    content: "\eb85";
}

.icon-moon-pie-chart7:before {
    content: "\eb86";
}

.icon-moon-stats-dots:before {
    content: "\eb87";
}

.icon-moon-stats-bars:before {
    content: "\eb88";
}

.icon-moon-pie-chart8:before {
    content: "\eb89";
}

.icon-moon-stats-bars2:before {
    content: "\eb8a";
}

.icon-moon-stats-bars3:before {
    content: "\eb8b";
}

.icon-moon-stats-bars4:before {
    content: "\eb8c";
}

.icon-moon-stats-bars5:before {
    content: "\eb8d";
}

.icon-moon-stats-bars6:before {
    content: "\eb8e";
}

.icon-moon-chart:before {
    content: "\eb8f";
}

.icon-moon-stats-growth:before {
    content: "\eb90";
}

.icon-moon-stats-decline:before {
    content: "\eb91";
}

.icon-moon-stats-growth2:before {
    content: "\eb92";
}

.icon-moon-stats-decline2:before {
    content: "\eb93";
}

.icon-moon-stairs-up:before {
    content: "\eb94";
}

.icon-moon-stairs-down:before {
    content: "\eb95";
}

.icon-moon-stairs:before {
    content: "\eb96";
}

.icon-moon-stairs2:before {
    content: "\eb97";
}

.icon-moon-ladder:before {
    content: "\eb98";
}

.icon-moon-rating:before {
    content: "\eb99";
}

.icon-moon-rating2:before {
    content: "\eb9a";
}

.icon-moon-rating3:before {
    content: "\eb9b";
}

.icon-moon-cake:before {
    content: "\eb9c";
}

.icon-moon-podium:before {
    content: "\eb9d";
}

.icon-moon-stars:before {
    content: "\eb9e";
}

.icon-moon-medal-star:before {
    content: "\eb9f";
}

.icon-moon-medal:before {
    content: "\eba0";
}

.icon-moon-medal2:before {
    content: "\eba1";
}

.icon-moon-medal-first:before {
    content: "\eba2";
}

.icon-moon-medal-second:before {
    content: "\eba3";
}

.icon-moon-medal-third:before {
    content: "\eba4";
}

.icon-moon-crown:before {
    content: "\eba5";
}

.icon-moon-trophy:before {
    content: "\eba6";
}

.icon-moon-trophy2:before {
    content: "\eba7";
}

.icon-moon-trophy3:before {
    content: "\eba8";
}

.icon-moon-diamond:before {
    content: "\eba9";
}

.icon-moon-diamond2:before {
    content: "\ebaa";
}

.icon-moon-trophy4:before {
    content: "\ebab";
}

.icon-moon-gift:before {
    content: "\ebac";
}

.icon-moon-gift2:before {
    content: "\ebad";
}

.icon-moon-balloon:before {
    content: "\ebae";
}

.icon-moon-pipe:before {
    content: "\ebaf";
}

.icon-moon-mustache:before {
    content: "\ebb0";
}

.icon-moon-mustache2:before {
    content: "\ebb1";
}

.icon-moon-glass:before {
    content: "\ebb2";
}

.icon-moon-glass2:before {
    content: "\ebb3";
}

.icon-moon-glass3:before {
    content: "\ebb4";
}

.icon-moon-glass4:before {
    content: "\ebb5";
}

.icon-moon-bottle:before {
    content: "\ebb6";
}

.icon-moon-bottle2:before {
    content: "\ebb7";
}

.icon-moon-bottle3:before {
    content: "\ebb8";
}

.icon-moon-bottle4:before {
    content: "\ebb9";
}

.icon-moon-mug:before {
    content: "\ebba";
}

.icon-moon-fork-knife:before {
    content: "\ebbb";
}

.icon-moon-spoon-knife:before {
    content: "\ebbc";
}

.icon-moon-cook:before {
    content: "\ebbd";
}

.icon-moon-plate:before {
    content: "\ebbe";
}

.icon-moon-steak:before {
    content: "\ebbf";
}

.icon-moon-fish:before {
    content: "\ebc0";
}

.icon-moon-chicken:before {
    content: "\ebc1";
}

.icon-moon-hamburger:before {
    content: "\ebc2";
}

.icon-moon-pizza:before {
    content: "\ebc3";
}

.icon-moon-cheese:before {
    content: "\ebc4";
}

.icon-moon-bread:before {
    content: "\ebc5";
}

.icon-moon-icecream:before {
    content: "\ebc6";
}

.icon-moon-milk:before {
    content: "\ebc7";
}

.icon-moon-cup:before {
    content: "\ebc8";
}

.icon-moon-cup2:before {
    content: "\ebc9";
}

.icon-moon-coffee-bean:before {
    content: "\ebca";
}

.icon-moon-coffee:before {
    content: "\ebcb";
}

.icon-moon-teapot:before {
    content: "\ebcc";
}

.icon-moon-leaf:before {
    content: "\ebcd";
}

.icon-moon-leaf2:before {
    content: "\ebce";
}

.icon-moon-apple:before {
    content: "\ebcf";
}

.icon-moon-grapes:before {
    content: "\ebd0";
}

.icon-moon-cherry:before {
    content: "\ebd1";
}

.icon-moon-tree:before {
    content: "\ebd2";
}

.icon-moon-tree2:before {
    content: "\ebd3";
}

.icon-moon-tree3:before {
    content: "\ebd4";
}

.icon-moon-tree4:before {
    content: "\ebd5";
}

.icon-moon-cactus:before {
    content: "\ebd6";
}

.icon-moon-mountains:before {
    content: "\ebd7";
}

.icon-moon-paw:before {
    content: "\ebd8";
}

.icon-moon-footprint:before {
    content: "\ebd9";
}

.icon-moon-tent:before {
    content: "\ebda";
}

.icon-moon-flower:before {
    content: "\ebdb";
}

.icon-moon-flower2:before {
    content: "\ebdc";
}

.icon-moon-rocket:before {
    content: "\ebdd";
}

.icon-moon-meter:before {
    content: "\ebde";
}

.icon-moon-meter2:before {
    content: "\ebdf";
}

.icon-moon-meter-slow:before {
    content: "\ebe0";
}

.icon-moon-meter-medium:before {
    content: "\ebe1";
}

.icon-moon-meter-fast:before {
    content: "\ebe2";
}

.icon-moon-meter3:before {
    content: "\ebe3";
}

.icon-moon-hammer2:before {
    content: "\ebe4";
}

.icon-moon-balance:before {
    content: "\ebe5";
}

.icon-moon-scale:before {
    content: "\ebe6";
}

.icon-moon-bomb:before {
    content: "\ebe7";
}

.icon-moon-fire:before {
    content: "\ebe8";
}

.icon-moon-fire2:before {
    content: "\ebe9";
}

.icon-moon-lab:before {
    content: "\ebea";
}

.icon-moon-atom:before {
    content: "\ebeb";
}

.icon-moon-atom2:before {
    content: "\ebec";
}

.icon-moon-magnet:before {
    content: "\ebed";
}

.icon-moon-magnet2:before {
    content: "\ebee";
}

.icon-moon-dumbbell:before {
    content: "\ebef";
}

.icon-moon-skull:before {
    content: "\ebf0";
}

.icon-moon-skull2:before {
    content: "\ebf1";
}

.icon-moon-lamp:before {
    content: "\ebf2";
}

.icon-moon-lamp2:before {
    content: "\ebf3";
}

.icon-moon-lamp3:before {
    content: "\ebf4";
}

.icon-moon-spotlight:before {
    content: "\ebf5";
}

.icon-moon-lamp4:before {
    content: "\ebf6";
}

.icon-moon-lamp5:before {
    content: "\ebf7";
}

.icon-moon-lamp6:before {
    content: "\ebf8";
}

.icon-moon-lamp7:before {
    content: "\ebf9";
}

.icon-moon-lamp8:before {
    content: "\ebfa";
}

.icon-moon-broom:before {
    content: "\ebfb";
}

.icon-moon-toiletpaper:before {
    content: "\ebfc";
}

.icon-moon-bin:before {
    content: "\ebfd";
}

.icon-moon-bin2:before {
    content: "\ebfe";
}

.icon-moon-bin3:before {
    content: "\ebff";
}

.icon-moon-bin4:before {
    content: "\ec00";
}

.icon-moon-bin5:before {
    content: "\ec01";
}

.icon-moon-briefcase:before {
    content: "\ec02";
}

.icon-moon-briefcase2:before {
    content: "\ec03";
}

.icon-moon-briefcase3:before {
    content: "\ec04";
}

.icon-moon-airplane:before {
    content: "\ec05";
}

.icon-moon-airplane2:before {
    content: "\ec06";
}

.icon-moon-airplane3:before {
    content: "\ec07";
}

.icon-moon-airplane4:before {
    content: "\ec08";
}

.icon-moon-paperplane:before {
    content: "\ec09";
}

.icon-moon-car:before {
    content: "\ec0a";
}

.icon-moon-steering-wheel:before {
    content: "\ec0b";
}

.icon-moon-car2:before {
    content: "\ec0c";
}

.icon-moon-gas:before {
    content: "\ec0d";
}

.icon-moon-bus:before {
    content: "\ec0e";
}

.icon-moon-truck:before {
    content: "\ec0f";
}

.icon-moon-bike:before {
    content: "\ec10";
}

.icon-moon-road:before {
    content: "\ec11";
}

.icon-moon-train:before {
    content: "\ec12";
}

.icon-moon-train2:before {
    content: "\ec13";
}

.icon-moon-ship:before {
    content: "\ec14";
}

.icon-moon-boat:before {
    content: "\ec15";
}

.icon-moon-chopper:before {
    content: "\ec16";
}

.icon-moon-chopper2:before {
    content: "\ec17";
}

.icon-moon-cube:before {
    content: "\ec18";
}

.icon-moon-cube2:before {
    content: "\ec19";
}

.icon-moon-cube3:before {
    content: "\ec1a";
}

.icon-moon-cube4:before {
    content: "\ec1b";
}

.icon-moon-pyramid:before {
    content: "\ec1c";
}

.icon-moon-pyramid2:before {
    content: "\ec1d";
}

.icon-moon-package:before {
    content: "\ec1e";
}

.icon-moon-puzzle:before {
    content: "\ec1f";
}

.icon-moon-puzzle2:before {
    content: "\ec20";
}

.icon-moon-puzzle3:before {
    content: "\ec21";
}

.icon-moon-puzzle4:before {
    content: "\ec22";
}

.icon-moon-glasses-3d:before {
    content: "\ec23";
}

.icon-moon-glasses-3d2:before {
    content: "\ec24";
}

.icon-moon-glasses:before {
    content: "\ec25";
}

.icon-moon-glasses2:before {
    content: "\ec26";
}

.icon-moon-brain:before {
    content: "\ec27";
}

.icon-moon-accessibility:before {
    content: "\ec28";
}

.icon-moon-accessibility2:before {
    content: "\ec29";
}

.icon-moon-strategy:before {
    content: "\ec2a";
}

.icon-moon-target:before {
    content: "\ec2b";
}

.icon-moon-target2:before {
    content: "\ec2c";
}

.icon-moon-target3:before {
    content: "\ec2d";
}

.icon-moon-ammo:before {
    content: "\ec2e";
}

.icon-moon-gun:before {
    content: "\ec2f";
}

.icon-moon-gun-forbidden:before {
    content: "\ec30";
}

.icon-moon-shield:before {
    content: "\ec31";
}

.icon-moon-shield-check:before {
    content: "\ec32";
}

.icon-moon-shield-notice:before {
    content: "\ec33";
}

.icon-moon-shield2:before {
    content: "\ec34";
}

.icon-moon-shield3:before {
    content: "\ec35";
}

.icon-moon-shield4:before {
    content: "\ec36";
}

.icon-moon-soccer:before {
    content: "\ec37";
}

.icon-moon-football:before {
    content: "\ec38";
}

.icon-moon-archery:before {
    content: "\ec39";
}

.icon-moon-bow:before {
    content: "\ec3a";
}

.icon-moon-sword:before {
    content: "\ec3b";
}

.icon-moon-tennis:before {
    content: "\ec3c";
}

.icon-moon-pingpong:before {
    content: "\ec3d";
}

.icon-moon-baseball:before {
    content: "\ec3e";
}

.icon-moon-basketball:before {
    content: "\ec3f";
}

.icon-moon-golf:before {
    content: "\ec40";
}

.icon-moon-golf2:before {
    content: "\ec41";
}

.icon-moon-hockey:before {
    content: "\ec42";
}

.icon-moon-racing:before {
    content: "\ec43";
}

.icon-moon-finish:before {
    content: "\ec44";
}

.icon-moon-eight-ball:before {
    content: "\ec45";
}

.icon-moon-bowling:before {
    content: "\ec46";
}

.icon-moon-bowling2:before {
    content: "\ec47";
}

.icon-moon-power:before {
    content: "\ec48";
}

.icon-moon-power2:before {
    content: "\ec49";
}

.icon-moon-power3:before {
    content: "\ec4a";
}

.icon-moon-switch:before {
    content: "\ec4b";
}

.icon-moon-switch2:before {
    content: "\ec4c";
}

.icon-moon-power-cord:before {
    content: "\ec4d";
}

.icon-moon-power-cord2:before {
    content: "\ec4e";
}

.icon-moon-outlet:before {
    content: "\ec4f";
}

.icon-moon-clipboard:before {
    content: "\ec50";
}

.icon-moon-clipboard2:before {
    content: "\ec51";
}

.icon-moon-clipboard3:before {
    content: "\ec52";
}

.icon-moon-clipboard4:before {
    content: "\ec53";
}

.icon-moon-clipboard5:before {
    content: "\ec54";
}

.icon-moon-clipboard6:before {
    content: "\ec55";
}

.icon-moon-playlist:before {
    content: "\ec56";
}

.icon-moon-playlist-add:before {
    content: "\ec57";
}

.icon-moon-list-numbered:before {
    content: "\ec58";
}

.icon-moon-list:before {
    content: "\ec59";
}

.icon-moon-list2:before {
    content: "\ec5a";
}

.icon-moon-more:before {
    content: "\ec5b";
}

.icon-moon-more2:before {
    content: "\ec5c";
}

.icon-moon-grid:before {
    content: "\ec5d";
}

.icon-moon-grid2:before {
    content: "\ec5e";
}

.icon-moon-grid3:before {
    content: "\ec5f";
}

.icon-moon-grid4:before {
    content: "\ec60";
}

.icon-moon-grid5:before {
    content: "\ec61";
}

.icon-moon-grid6:before {
    content: "\ec62";
}

.icon-moon-grid7:before {
    content: "\ec63";
}

.icon-moon-tree5:before {
    content: "\ec64";
}

.icon-moon-tree6:before {
    content: "\ec65";
}

.icon-moon-tree7:before {
    content: "\ec66";
}

.icon-moon-lan:before {
    content: "\ec67";
}

.icon-moon-lan2:before {
    content: "\ec68";
}

.icon-moon-lan3:before {
    content: "\ec69";
}

.icon-moon-menu:before {
    content: "\ec6a";
}

.icon-moon-circle-small:before {
    content: "\ec6b";
}

.icon-moon-menu2:before {
    content: "\ec6c";
}

.icon-moon-menu3:before {
    content: "\ec6d";
}

.icon-moon-menu4:before {
    content: "\ec6e";
}

.icon-moon-menu5:before {
    content: "\ec6f";
}

.icon-moon-menu6:before {
    content: "\ec70";
}

.icon-moon-menu7:before {
    content: "\ec71";
}

.icon-moon-menu8:before {
    content: "\ec72";
}

.icon-moon-menu9:before {
    content: "\ec73";
}

.icon-moon-menu10:before {
    content: "\ec74";
}

.icon-moon-cloud:before {
    content: "\ec75";
}

.icon-moon-cloud-download:before {
    content: "\ec76";
}

.icon-moon-cloud-upload:before {
    content: "\ec77";
}

.icon-moon-cloud-check:before {
    content: "\ec78";
}

.icon-moon-cloud2:before {
    content: "\ec79";
}

.icon-moon-cloud-download2:before {
    content: "\ec7a";
}

.icon-moon-cloud-upload2:before {
    content: "\ec7b";
}

.icon-moon-cloud-check2:before {
    content: "\ec7c";
}

.icon-moon-download2:before {
    content: "\ec7d";
}

.icon-moon-download3:before {
    content: "\ec7e";
}

.icon-moon-upload2:before {
    content: "\ec7f";
}

.icon-moon-upload3:before {
    content: "\ec80";
}

.icon-moon-import:before {
    content: "\ec81";
}

.icon-moon-import2:before {
    content: "\ec82";
}

.icon-moon-download4:before {
    content: "\ec83";
}

.icon-moon-upload4:before {
    content: "\ec84";
}

.icon-moon-download5:before {
    content: "\ec85";
}

.icon-moon-upload5:before {
    content: "\ec86";
}

.icon-moon-download6:before {
    content: "\ec87";
}

.icon-moon-upload6:before {
    content: "\ec88";
}

.icon-moon-download7:before {
    content: "\ec89";
}

.icon-moon-upload7:before {
    content: "\ec8a";
}

.icon-moon-download8:before {
    content: "\ec8b";
}

.icon-moon-upload8:before {
    content: "\ec8c";
}

.icon-moon-download9:before {
    content: "\ec8d";
}

.icon-moon-upload9:before {
    content: "\ec8e";
}

.icon-moon-download10:before {
    content: "\ec8f";
}

.icon-moon-upload10:before {
    content: "\ec90";
}

.icon-moon-sphere:before {
    content: "\ec91";
}

.icon-moon-sphere2:before {
    content: "\ec92";
}

.icon-moon-sphere3:before {
    content: "\ec93";
}

.icon-moon-planet:before {
    content: "\ec94";
}

.icon-moon-planet2:before {
    content: "\ec95";
}

.icon-moon-earth:before {
    content: "\ec96";
}

.icon-moon-earth2:before {
    content: "\ec97";
}

.icon-moon-earth3:before {
    content: "\ec98";
}

.icon-moon-link:before {
    content: "\ec99";
}

.icon-moon-unlink:before {
    content: "\ec9a";
}

.icon-moon-link2:before {
    content: "\ec9b";
}

.icon-moon-unlink2:before {
    content: "\ec9c";
}

.icon-moon-link3:before {
    content: "\ec9d";
}

.icon-moon-unlink3:before {
    content: "\ec9e";
}

.icon-moon-link4:before {
    content: "\ec9f";
}

.icon-moon-unlink4:before {
    content: "\eca0";
}

.icon-moon-link5:before {
    content: "\eca1";
}

.icon-moon-unlink5:before {
    content: "\eca2";
}

.icon-moon-anchor:before {
    content: "\eca3";
}

.icon-moon-flag:before {
    content: "\eca4";
}

.icon-moon-flag2:before {
    content: "\eca5";
}

.icon-moon-flag3:before {
    content: "\eca6";
}

.icon-moon-flag4:before {
    content: "\eca7";
}

.icon-moon-flag5:before {
    content: "\eca8";
}

.icon-moon-flag6:before {
    content: "\eca9";
}

.icon-moon-flag7:before {
    content: "\ecaa";
}

.icon-moon-flag8:before {
    content: "\ecab";
}

.icon-moon-attachment:before {
    content: "\ecac";
}

.icon-moon-attachment2:before {
    content: "\ecad";
}

.icon-moon-eye:before {
    content: "\ecae";
}

.icon-moon-eye-plus:before {
    content: "\ecaf";
}

.icon-moon-eye-minus:before {
    content: "\ecb0";
}

.icon-moon-eye-blocked:before {
    content: "\ecb1";
}

.icon-moon-eye2:before {
    content: "\ecb2";
}

.icon-moon-eye-blocked2:before {
    content: "\ecb3";
}

.icon-moon-eye3:before {
    content: "\ecb4";
}

.icon-moon-eye-blocked3:before {
    content: "\ecb5";
}

.icon-moon-eye4:before {
    content: "\ecb6";
}

.icon-moon-bookmark2:before {
    content: "\ecb7";
}

.icon-moon-bookmark3:before {
    content: "\ecb8";
}

.icon-moon-bookmarks:before {
    content: "\ecb9";
}

.icon-moon-bookmark4:before {
    content: "\ecba";
}

.icon-moon-spotlight2:before {
    content: "\ecbb";
}

.icon-moon-starburst:before {
    content: "\ecbc";
}

.icon-moon-snowflake:before {
    content: "\ecbd";
}

.icon-moon-temperature:before {
    content: "\ecbe";
}

.icon-moon-temperature2:before {
    content: "\ecbf";
}

.icon-moon-weather-lightning:before {
    content: "\ecc0";
}

.icon-moon-weather-lightning2:before {
    content: "\ecc1";
}

.icon-moon-weather-rain:before {
    content: "\ecc2";
}

.icon-moon-weather-rain2:before {
    content: "\ecc3";
}

.icon-moon-weather-snow:before {
    content: "\ecc4";
}

.icon-moon-weather-snow2:before {
    content: "\ecc5";
}

.icon-moon-weather-cloud-wind:before {
    content: "\ecc6";
}

.icon-moon-weather-cloud-wind2:before {
    content: "\ecc7";
}

.icon-moon-weather-cloud-sun:before {
    content: "\ecc8";
}

.icon-moon-weather-cloud-sun2:before {
    content: "\ecc9";
}

.icon-moon-weather-cloudy:before {
    content: "\ecca";
}

.icon-moon-weather-cloudy2:before {
    content: "\eccb";
}

.icon-moon-weather-sun-wind:before {
    content: "\eccc";
}

.icon-moon-weather-sun-wind2:before {
    content: "\eccd";
}

.icon-moon-sun:before {
    content: "\ecce";
}

.icon-moon-sun2:before {
    content: "\eccf";
}

.icon-moon-moon:before {
    content: "\ecd0";
}

.icon-moon-day-night:before {
    content: "\ecd1";
}

.icon-moon-day-night2:before {
    content: "\ecd2";
}

.icon-moon-weather-windy:before {
    content: "\ecd3";
}

.icon-moon-fan:before {
    content: "\ecd4";
}

.icon-moon-umbrella:before {
    content: "\ecd5";
}

.icon-moon-sun3:before {
    content: "\ecd6";
}

.icon-moon-contrast:before {
    content: "\ecd7";
}

.icon-moon-brightness-contrast:before {
    content: "\ecd8";
}

.icon-moon-brightness-high:before {
    content: "\ecd9";
}

.icon-moon-brightness-medium:before {
    content: "\ecda";
}

.icon-moon-brightness-low:before {
    content: "\ecdb";
}

.icon-moon-bed:before {
    content: "\ecdc";
}

.icon-moon-bed2:before {
    content: "\ecdd";
}

.icon-moon-furniture:before {
    content: "\ecde";
}

.icon-moon-chair:before {
    content: "\ecdf";
}

.icon-moon-star-empty:before {
    content: "\ece0";
}

.icon-moon-star-empty2:before {
    content: "\ece1";
}

.icon-moon-star-full:before {
    content: "\ece2";
}

.icon-moon-star-empty3:before {
    content: "\ece3";
}

.icon-moon-star-half:before {
    content: "\ece4";
}

.icon-moon-star-full2:before {
    content: "\ece5";
}

.icon-moon-star:before {
    content: "\ece6";
}

.icon-moon-heart:before {
    content: "\ece7";
}

.icon-moon-heart2:before {
    content: "\ece8";
}

.icon-moon-heart3:before {
    content: "\ece9";
}

.icon-moon-heart4:before {
    content: "\ecea";
}

.icon-moon-heart-broken:before {
    content: "\eceb";
}

.icon-moon-heart5:before {
    content: "\ecec";
}

.icon-moon-heart6:before {
    content: "\eced";
}

.icon-moon-heart-broken2:before {
    content: "\ecee";
}

.icon-moon-heart7:before {
    content: "\ecef";
}

.icon-moon-heart8:before {
    content: "\ecf0";
}

.icon-moon-heart-broken3:before {
    content: "\ecf1";
}

.icon-moon-lips:before {
    content: "\ecf2";
}

.icon-moon-lips2:before {
    content: "\ecf3";
}

.icon-moon-thumbs-up:before {
    content: "\ecf4";
}

.icon-moon-thumbs-up2:before {
    content: "\ecf5";
}

.icon-moon-thumbs-down:before {
    content: "\ecf6";
}

.icon-moon-thumbs-down2:before {
    content: "\ecf7";
}

.icon-moon-thumbs-up3:before {
    content: "\ecf8";
}

.icon-moon-thumbs-down3:before {
    content: "\ecf9";
}

.icon-moon-height:before {
    content: "\ecfa";
}

.icon-moon-man:before {
    content: "\ecfb";
}

.icon-moon-woman:before {
    content: "\ecfc";
}

.icon-moon-man-woman:before {
    content: "\ecfd";
}

.icon-moon-male:before {
    content: "\ecfe";
}

.icon-moon-female:before {
    content: "\ecff";
}

.icon-moon-peace:before {
    content: "\ed00";
}

.icon-moon-yin-yang:before {
    content: "\ed01";
}

.icon-moon-happy:before {
    content: "\ed02";
}

.icon-moon-happy2:before {
    content: "\ed03";
}

.icon-moon-smile:before {
    content: "\ed04";
}

.icon-moon-smile2:before {
    content: "\ed05";
}

.icon-moon-tongue:before {
    content: "\ed06";
}

.icon-moon-tongue2:before {
    content: "\ed07";
}

.icon-moon-sad:before {
    content: "\ed08";
}

.icon-moon-sad2:before {
    content: "\ed09";
}

.icon-moon-wink:before {
    content: "\ed0a";
}

.icon-moon-wink2:before {
    content: "\ed0b";
}

.icon-moon-grin:before {
    content: "\ed0c";
}

.icon-moon-grin2:before {
    content: "\ed0d";
}

.icon-moon-cool:before {
    content: "\ed0e";
}

.icon-moon-cool2:before {
    content: "\ed0f";
}

.icon-moon-angry:before {
    content: "\ed10";
}

.icon-moon-angry2:before {
    content: "\ed11";
}

.icon-moon-evil:before {
    content: "\ed12";
}

.icon-moon-evil2:before {
    content: "\ed13";
}

.icon-moon-shocked:before {
    content: "\ed14";
}

.icon-moon-shocked2:before {
    content: "\ed15";
}

.icon-moon-baffled:before {
    content: "\ed16";
}

.icon-moon-baffled2:before {
    content: "\ed17";
}

.icon-moon-confused:before {
    content: "\ed18";
}

.icon-moon-confused2:before {
    content: "\ed19";
}

.icon-moon-neutral:before {
    content: "\ed1a";
}

.icon-moon-neutral2:before {
    content: "\ed1b";
}

.icon-moon-hipster:before {
    content: "\ed1c";
}

.icon-moon-hipster2:before {
    content: "\ed1d";
}

.icon-moon-wondering:before {
    content: "\ed1e";
}

.icon-moon-wondering2:before {
    content: "\ed1f";
}

.icon-moon-sleepy:before {
    content: "\ed20";
}

.icon-moon-sleepy2:before {
    content: "\ed21";
}

.icon-moon-frustrated:before {
    content: "\ed22";
}

.icon-moon-frustrated2:before {
    content: "\ed23";
}

.icon-moon-crying:before {
    content: "\ed24";
}

.icon-moon-crying2:before {
    content: "\ed25";
}

.icon-moon-cursor:before {
    content: "\ed26";
}

.icon-moon-cursor2:before {
    content: "\ed27";
}

.icon-moon-lasso:before {
    content: "\ed28";
}

.icon-moon-lasso2:before {
    content: "\ed29";
}

.icon-moon-select:before {
    content: "\ed2a";
}

.icon-moon-select2:before {
    content: "\ed2b";
}

.icon-moon-point-up:before {
    content: "\ed2c";
}

.icon-moon-point-right:before {
    content: "\ed2d";
}

.icon-moon-point-down:before {
    content: "\ed2e";
}

.icon-moon-point-left:before {
    content: "\ed2f";
}

.icon-moon-pointer:before {
    content: "\ed30";
}

.icon-moon-reminder:before {
    content: "\ed31";
}

.icon-moon-drag-left-right:before {
    content: "\ed32";
}

.icon-moon-drag-left:before {
    content: "\ed33";
}

.icon-moon-drag-right:before {
    content: "\ed34";
}

.icon-moon-touch:before {
    content: "\ed35";
}

.icon-moon-multitouch:before {
    content: "\ed36";
}

.icon-moon-touch-zoom:before {
    content: "\ed37";
}

.icon-moon-touch-pinch:before {
    content: "\ed38";
}

.icon-moon-hand:before {
    content: "\ed39";
}

.icon-moon-grab:before {
    content: "\ed3a";
}

.icon-moon-stack-empty:before {
    content: "\ed3b";
}

.icon-moon-stack-plus:before {
    content: "\ed3c";
}

.icon-moon-stack-minus:before {
    content: "\ed3d";
}

.icon-moon-stack-star:before {
    content: "\ed3e";
}

.icon-moon-stack-picture:before {
    content: "\ed3f";
}

.icon-moon-stack-down:before {
    content: "\ed40";
}

.icon-moon-stack-up:before {
    content: "\ed41";
}

.icon-moon-stack-cancel:before {
    content: "\ed42";
}

.icon-moon-stack-check:before {
    content: "\ed43";
}

.icon-moon-stack-text:before {
    content: "\ed44";
}

.icon-moon-stack-clubs:before {
    content: "\ed45";
}

.icon-moon-stack-spades:before {
    content: "\ed46";
}

.icon-moon-stack-hearts:before {
    content: "\ed47";
}

.icon-moon-stack-diamonds:before {
    content: "\ed48";
}

.icon-moon-stack-user:before {
    content: "\ed49";
}

.icon-moon-stack4:before {
    content: "\ed4a";
}

.icon-moon-stack-music:before {
    content: "\ed4b";
}

.icon-moon-stack-play:before {
    content: "\ed4c";
}

.icon-moon-move:before {
    content: "\ed4d";
}

.icon-moon-dots:before {
    content: "\ed4e";
}

.icon-moon-warning:before {
    content: "\ed4f";
}

.icon-moon-warning2:before {
    content: "\ed50";
}

.icon-moon-notification:before {
    content: "\ed51";
}

.icon-moon-notification2:before {
    content: "\ed52";
}

.icon-moon-question:before {
    content: "\ed53";
}

.icon-moon-question2:before {
    content: "\ed54";
}

.icon-moon-question3:before {
    content: "\ed55";
}

.icon-moon-question4:before {
    content: "\ed56";
}

.icon-moon-question5:before {
    content: "\ed57";
}

.icon-moon-question6:before {
    content: "\ed58";
}

.icon-moon-plus:before {
    content: "\ed59";
}

.icon-moon-minus:before {
    content: "\ed5a";
}

.icon-moon-plus2:before {
    content: "\ed5b";
}

.icon-moon-minus2:before {
    content: "\ed5c";
}

.icon-moon-plus3:before {
    content: "\ed5d";
}

.icon-moon-minus3:before {
    content: "\ed5e";
}

.icon-moon-plus-circle:before {
    content: "\ed5f";
}

.icon-moon-minus-circle:before {
    content: "\ed60";
}

.icon-moon-plus-circle2:before {
    content: "\ed61";
}

.icon-moon-minus-circle2:before {
    content: "\ed62";
}

.icon-moon-info:before {
    content: "\ed63";
}

.icon-moon-info2:before {
    content: "\ed64";
}

.icon-moon-cancel-circle:before {
    content: "\ed65";
}

.icon-moon-cancel-circle2:before {
    content: "\ed66";
}

.icon-moon-blocked:before {
    content: "\ed67";
}

.icon-moon-cancel-square:before {
    content: "\ed68";
}

.icon-moon-cancel-square2:before {
    content: "\ed69";
}

.icon-moon-cancel:before {
    content: "\ed6a";
}

.icon-moon-spam:before {
    content: "\ed6b";
}

.icon-moon-cross:before {
    content: "\ed6c";
}

.icon-moon-cross2:before {
    content: "\ed6d";
}

.icon-moon-cross3:before {
    content: "\ed6e";
}

.icon-moon-checkmark:before {
    content: "\ed6f";
}

.icon-moon-checkmark2:before {
    content: "\ed70";
}

.icon-moon-checkmark3:before {
    content: "\ed71";
}

.icon-moon-checkmark4:before {
    content: "\ed72";
}

.icon-moon-checkmark5:before {
    content: "\ed73";
}

.icon-moon-spell-check:before {
    content: "\ed74";
}

.icon-moon-spell-check2:before {
    content: "\ed75";
}

.icon-moon-enter:before {
    content: "\ed76";
}

.icon-moon-exit:before {
    content: "\ed77";
}

.icon-moon-enter2:before {
    content: "\ed78";
}

.icon-moon-exit2:before {
    content: "\ed79";
}

.icon-moon-enter3:before {
    content: "\ed7a";
}

.icon-moon-exit3:before {
    content: "\ed7b";
}

.icon-moon-wall:before {
    content: "\ed7c";
}

.icon-moon-fence:before {
    content: "\ed7d";
}

.icon-moon-play3:before {
    content: "\ed7e";
}

.icon-moon-pause:before {
    content: "\ed7f";
}

.icon-moon-stop:before {
    content: "\ed80";
}

.icon-moon-previous:before {
    content: "\ed81";
}

.icon-moon-next:before {
    content: "\ed82";
}

.icon-moon-backward:before {
    content: "\ed83";
}

.icon-moon-forward2:before {
    content: "\ed84";
}

.icon-moon-play4:before {
    content: "\ed85";
}

.icon-moon-pause2:before {
    content: "\ed86";
}

.icon-moon-stop2:before {
    content: "\ed87";
}

.icon-moon-backward2:before {
    content: "\ed88";
}

.icon-moon-forward3:before {
    content: "\ed89";
}

.icon-moon-first:before {
    content: "\ed8a";
}

.icon-moon-last:before {
    content: "\ed8b";
}

.icon-moon-previous2:before {
    content: "\ed8c";
}

.icon-moon-next2:before {
    content: "\ed8d";
}

.icon-moon-eject:before {
    content: "\ed8e";
}

.icon-moon-volume-high:before {
    content: "\ed8f";
}

.icon-moon-volume-medium:before {
    content: "\ed90";
}

.icon-moon-volume-low:before {
    content: "\ed91";
}

.icon-moon-volume-mute:before {
    content: "\ed92";
}

.icon-moon-speaker-left:before {
    content: "\ed93";
}

.icon-moon-speaker-right:before {
    content: "\ed94";
}

.icon-moon-volume-mute2:before {
    content: "\ed95";
}

.icon-moon-volume-increase:before {
    content: "\ed96";
}

.icon-moon-volume-decrease:before {
    content: "\ed97";
}

.icon-moon-volume-high2:before {
    content: "\ed98";
}

.icon-moon-volume-medium2:before {
    content: "\ed99";
}

.icon-moon-volume-medium3:before {
    content: "\ed9a";
}

.icon-moon-volume-low2:before {
    content: "\ed9b";
}

.icon-moon-volume-mute3:before {
    content: "\ed9c";
}

.icon-moon-volume-increase2:before {
    content: "\ed9d";
}

.icon-moon-volume-decrease2:before {
    content: "\ed9e";
}

.icon-moon-volume-decrease3:before {
    content: "\ed9f";
}

.icon-moon-volume-5:before {
    content: "\eda0";
}

.icon-moon-volume-4:before {
    content: "\eda1";
}

.icon-moon-volume-3:before {
    content: "\eda2";
}

.icon-moon-volume-2:before {
    content: "\eda3";
}

.icon-moon-volume-1:before {
    content: "\eda4";
}

.icon-moon-volume-0:before {
    content: "\eda5";
}

.icon-moon-volume-mute4:before {
    content: "\eda6";
}

.icon-moon-volume-mute5:before {
    content: "\eda7";
}

.icon-moon-loop:before {
    content: "\eda8";
}

.icon-moon-loop2:before {
    content: "\eda9";
}

.icon-moon-loop3:before {
    content: "\edaa";
}

.icon-moon-infinite-square:before {
    content: "\edab";
}

.icon-moon-infinite:before {
    content: "\edac";
}

.icon-moon-infinite2:before {
    content: "\edad";
}

.icon-moon-loop4:before {
    content: "\edae";
}

.icon-moon-shuffle:before {
    content: "\edaf";
}

.icon-moon-shuffle2:before {
    content: "\edb0";
}

.icon-moon-wave:before {
    content: "\edb1";
}

.icon-moon-wave2:before {
    content: "\edb2";
}

.icon-moon-split:before {
    content: "\edb3";
}

.icon-moon-merge:before {
    content: "\edb4";
}

.icon-moon-first2:before {
    content: "\edb5";
}

.icon-moon-last2:before {
    content: "\edb6";
}

.icon-moon-arrow-up:before {
    content: "\edb7";
}

.icon-moon-arrow-up2:before {
    content: "\edb8";
}

.icon-moon-arrow-up3:before {
    content: "\edb9";
}

.icon-moon-arrow-up4:before {
    content: "\edba";
}

.icon-moon-arrow-right:before {
    content: "\edbb";
}

.icon-moon-arrow-right2:before {
    content: "\edbc";
}

.icon-moon-arrow-right3:before {
    content: "\edbd";
}

.icon-moon-arrow-right4:before {
    content: "\edbe";
}

.icon-moon-arrow-down:before {
    content: "\edbf";
}

.icon-moon-arrow-down2:before {
    content: "\edc0";
}

.icon-moon-arrow-down3:before {
    content: "\edc1";
}

.icon-moon-arrow-down4:before {
    content: "\edc2";
}

.icon-moon-arrow-left:before {
    content: "\edc3";
}

.icon-moon-arrow-left2:before {
    content: "\edc4";
}

.icon-moon-arrow-left3:before {
    content: "\edc5";
}

.icon-moon-arrow-left4:before {
    content: "\edc6";
}

.icon-moon-arrow-up5:before {
    content: "\edc7";
}

.icon-moon-arrow-right5:before {
    content: "\edc8";
}

.icon-moon-arrow-down5:before {
    content: "\edc9";
}

.icon-moon-arrow-left5:before {
    content: "\edca";
}

.icon-moon-arrow-up-left:before {
    content: "\edcb";
}

.icon-moon-arrow-up6:before {
    content: "\edcc";
}

.icon-moon-arrow-up-right:before {
    content: "\edcd";
}

.icon-moon-arrow-right6:before {
    content: "\edce";
}

.icon-moon-arrow-down-right:before {
    content: "\edcf";
}

.icon-moon-arrow-down6:before {
    content: "\edd0";
}

.icon-moon-arrow-down-left:before {
    content: "\edd1";
}

.icon-moon-arrow-left6:before {
    content: "\edd2";
}

.icon-moon-arrow-up-left2:before {
    content: "\edd3";
}

.icon-moon-arrow-up7:before {
    content: "\edd4";
}

.icon-moon-arrow-up-right2:before {
    content: "\edd5";
}

.icon-moon-arrow-right7:before {
    content: "\edd6";
}

.icon-moon-arrow-down-right2:before {
    content: "\edd7";
}

.icon-moon-arrow-down7:before {
    content: "\edd8";
}

.icon-moon-arrow-down-left2:before {
    content: "\edd9";
}

.icon-moon-arrow-left7:before {
    content: "\edda";
}

.icon-moon-arrow-up-left3:before {
    content: "\eddb";
}

.icon-moon-arrow-up8:before {
    content: "\eddc";
}

.icon-moon-arrow-up-right3:before {
    content: "\eddd";
}

.icon-moon-arrow-right8:before {
    content: "\edde";
}

.icon-moon-arrow-down-right3:before {
    content: "\eddf";
}

.icon-moon-arrow-down8:before {
    content: "\ede0";
}

.icon-moon-arrow-down-left3:before {
    content: "\ede1";
}

.icon-moon-arrow-left8:before {
    content: "\ede2";
}

.icon-moon-circle-up:before {
    content: "\ede3";
}

.icon-moon-circle-right:before {
    content: "\ede4";
}

.icon-moon-circle-down:before {
    content: "\ede5";
}

.icon-moon-circle-left:before {
    content: "\ede6";
}

.icon-moon-circle-up2:before {
    content: "\ede7";
}

.icon-moon-circle-right2:before {
    content: "\ede8";
}

.icon-moon-circle-down2:before {
    content: "\ede9";
}

.icon-moon-circle-left2:before {
    content: "\edea";
}

.icon-moon-circle-up-left:before {
    content: "\edeb";
}

.icon-moon-circle-up3:before {
    content: "\edec";
}

.icon-moon-circle-up-right:before {
    content: "\eded";
}

.icon-moon-circle-right3:before {
    content: "\edee";
}

.icon-moon-circle-down-right:before {
    content: "\edef";
}

.icon-moon-circle-down3:before {
    content: "\edf0";
}

.icon-moon-circle-down-left:before {
    content: "\edf1";
}

.icon-moon-circle-left3:before {
    content: "\edf2";
}

.icon-moon-circle-up-left2:before {
    content: "\edf3";
}

.icon-moon-circle-up4:before {
    content: "\edf4";
}

.icon-moon-circle-up-right2:before {
    content: "\edf5";
}

.icon-moon-circle-right4:before {
    content: "\edf6";
}

.icon-moon-circle-down-right2:before {
    content: "\edf7";
}

.icon-moon-circle-down4:before {
    content: "\edf8";
}

.icon-moon-circle-down-left2:before {
    content: "\edf9";
}

.icon-moon-circle-left4:before {
    content: "\edfa";
}

.icon-moon-arrow-resize:before {
    content: "\edfb";
}

.icon-moon-arrow-resize2:before {
    content: "\edfc";
}

.icon-moon-arrow-resize3:before {
    content: "\edfd";
}

.icon-moon-arrow-resize4:before {
    content: "\edfe";
}

.icon-moon-arrow-resize5:before {
    content: "\edff";
}

.icon-moon-arrow-resize6:before {
    content: "\ee00";
}

.icon-moon-arrow-resize7:before {
    content: "\ee01";
}

.icon-moon-arrow-resize8:before {
    content: "\ee02";
}

.icon-moon-square-up-left:before {
    content: "\ee03";
}

.icon-moon-square-up:before {
    content: "\ee04";
}

.icon-moon-square-up-right:before {
    content: "\ee05";
}

.icon-moon-square-right:before {
    content: "\ee06";
}

.icon-moon-square-down-right:before {
    content: "\ee07";
}

.icon-moon-square-down:before {
    content: "\ee08";
}

.icon-moon-square-down-left:before {
    content: "\ee09";
}

.icon-moon-square-left:before {
    content: "\ee0a";
}

.icon-moon-arrow-up9:before {
    content: "\ee0b";
}

.icon-moon-arrow-right9:before {
    content: "\ee0c";
}

.icon-moon-arrow-down9:before {
    content: "\ee0d";
}

.icon-moon-arrow-left9:before {
    content: "\ee0e";
}

.icon-moon-arrow-up10:before {
    content: "\ee0f";
}

.icon-moon-arrow-right10:before {
    content: "\ee10";
}

.icon-moon-arrow-down10:before {
    content: "\ee11";
}

.icon-moon-arrow-left10:before {
    content: "\ee12";
}

.icon-moon-arrow-up-left4:before {
    content: "\ee13";
}

.icon-moon-arrow-up11:before {
    content: "\ee14";
}

.icon-moon-arrow-up-right4:before {
    content: "\ee15";
}

.icon-moon-arrow-right11:before {
    content: "\ee16";
}

.icon-moon-arrow-down-right4:before {
    content: "\ee17";
}

.icon-moon-arrow-down11:before {
    content: "\ee18";
}

.icon-moon-arrow-down-left4:before {
    content: "\ee19";
}

.icon-moon-arrow-left11:before {
    content: "\ee1a";
}

.icon-moon-arrow-up-left5:before {
    content: "\ee1b";
}

.icon-moon-arrow-up12:before {
    content: "\ee1c";
}

.icon-moon-arrow-up-right5:before {
    content: "\ee1d";
}

.icon-moon-arrow-right12:before {
    content: "\ee1e";
}

.icon-moon-arrow-down-right5:before {
    content: "\ee1f";
}

.icon-moon-arrow-down12:before {
    content: "\ee20";
}

.icon-moon-arrow-down-left5:before {
    content: "\ee21";
}

.icon-moon-arrow-left12:before {
    content: "\ee22";
}

.icon-moon-arrow-up13:before {
    content: "\ee23";
}

.icon-moon-arrow-right13:before {
    content: "\ee24";
}

.icon-moon-arrow-down13:before {
    content: "\ee25";
}

.icon-moon-arrow-left13:before {
    content: "\ee26";
}

.icon-moon-arrow-up14:before {
    content: "\ee27";
}

.icon-moon-arrow-right14:before {
    content: "\ee28";
}

.icon-moon-arrow-down14:before {
    content: "\ee29";
}

.icon-moon-arrow-left14:before {
    content: "\ee2a";
}

.icon-moon-circle-up5:before {
    content: "\ee2b";
}

.icon-moon-circle-right5:before {
    content: "\ee2c";
}

.icon-moon-circle-down5:before {
    content: "\ee2d";
}

.icon-moon-circle-left5:before {
    content: "\ee2e";
}

.icon-moon-circle-up6:before {
    content: "\ee2f";
}

.icon-moon-circle-right6:before {
    content: "\ee30";
}

.icon-moon-circle-down6:before {
    content: "\ee31";
}

.icon-moon-circle-left6:before {
    content: "\ee32";
}

.icon-moon-arrow-up15:before {
    content: "\ee33";
}

.icon-moon-arrow-right15:before {
    content: "\ee34";
}

.icon-moon-arrow-down15:before {
    content: "\ee35";
}

.icon-moon-arrow-left15:before {
    content: "\ee36";
}

.icon-moon-arrow-up16:before {
    content: "\ee37";
}

.icon-moon-arrow-right16:before {
    content: "\ee38";
}

.icon-moon-arrow-down16:before {
    content: "\ee39";
}

.icon-moon-arrow-left16:before {
    content: "\ee3a";
}

.icon-moon-menu-open:before {
    content: "\ee3b";
}

.icon-moon-menu-open2:before {
    content: "\ee3c";
}

.icon-moon-menu-close:before {
    content: "\ee3d";
}

.icon-moon-menu-close2:before {
    content: "\ee3e";
}

.icon-moon-enter4:before {
    content: "\ee3f";
}

.icon-moon-enter5:before {
    content: "\ee40";
}

.icon-moon-esc:before {
    content: "\ee41";
}

.icon-moon-enter6:before {
    content: "\ee42";
}

.icon-moon-backspace:before {
    content: "\ee43";
}

.icon-moon-backspace2:before {
    content: "\ee44";
}

.icon-moon-tab:before {
    content: "\ee45";
}

.icon-moon-transmission:before {
    content: "\ee46";
}

.icon-moon-transmission2:before {
    content: "\ee47";
}

.icon-moon-sort:before {
    content: "\ee48";
}

.icon-moon-sort2:before {
    content: "\ee49";
}

.icon-moon-move-up:before {
    content: "\ee4a";
}

.icon-moon-move-down:before {
    content: "\ee4b";
}

.icon-moon-sort-alpha-asc:before {
    content: "\ee4c";
}

.icon-moon-sort-alpha-desc:before {
    content: "\ee4d";
}

.icon-moon-sort-numeric-asc:before {
    content: "\ee4e";
}

.icon-moon-sort-numberic-desc:before {
    content: "\ee4f";
}

.icon-moon-sort-amount-asc:before {
    content: "\ee50";
}

.icon-moon-sort-amount-desc:before {
    content: "\ee51";
}

.icon-moon-sort-time-asc:before {
    content: "\ee52";
}

.icon-moon-sort-time-desc:before {
    content: "\ee53";
}

.icon-moon-battery-6:before {
    content: "\ee54";
}

.icon-moon-battery-5:before {
    content: "\ee55";
}

.icon-moon-battery-4:before {
    content: "\ee56";
}

.icon-moon-battery-3:before {
    content: "\ee57";
}

.icon-moon-battery-2:before {
    content: "\ee58";
}

.icon-moon-battery-1:before {
    content: "\ee59";
}

.icon-moon-battery-0:before {
    content: "\ee5a";
}

.icon-moon-battery-charging:before {
    content: "\ee5b";
}

.icon-moon-key-keyboard:before {
    content: "\ee5c";
}

.icon-moon-key-A:before {
    content: "\ee5d";
}

.icon-moon-key-up:before {
    content: "\ee5e";
}

.icon-moon-key-right:before {
    content: "\ee5f";
}

.icon-moon-key-down:before {
    content: "\ee60";
}

.icon-moon-key-left:before {
    content: "\ee61";
}

.icon-moon-command:before {
    content: "\ee62";
}

.icon-moon-shift:before {
    content: "\ee63";
}

.icon-moon-ctrl:before {
    content: "\ee64";
}

.icon-moon-opt:before {
    content: "\ee65";
}

.icon-moon-checkbox-checked:before {
    content: "\ee66";
}

.icon-moon-checkbox-unchecked:before {
    content: "\ee67";
}

.icon-moon-checkbox-partial:before {
    content: "\ee68";
}

.icon-moon-square:before {
    content: "\ee69";
}

.icon-moon-triangle:before {
    content: "\ee6a";
}

.icon-moon-triangle2:before {
    content: "\ee6b";
}

.icon-moon-diamond3:before {
    content: "\ee6c";
}

.icon-moon-diamond4:before {
    content: "\ee6d";
}

.icon-moon-checkbox-checked2:before {
    content: "\ee6e";
}

.icon-moon-checkbox-unchecked2:before {
    content: "\ee6f";
}

.icon-moon-checkbox-partial2:before {
    content: "\ee70";
}

.icon-moon-radio-checked:before {
    content: "\ee71";
}

.icon-moon-radio-checked2:before {
    content: "\ee72";
}

.icon-moon-radio-unchecked:before {
    content: "\ee73";
}

.icon-moon-toggle-on:before {
    content: "\ee74";
}

.icon-moon-toggle-off:before {
    content: "\ee75";
}

.icon-moon-checkmark-circle:before {
    content: "\ee76";
}

.icon-moon-circle:before {
    content: "\ee77";
}

.icon-moon-circle2:before {
    content: "\ee78";
}

.icon-moon-circles:before {
    content: "\ee79";
}

.icon-moon-circles2:before {
    content: "\ee7a";
}

.icon-moon-crop:before {
    content: "\ee7b";
}

.icon-moon-crop2:before {
    content: "\ee7c";
}

.icon-moon-make-group:before {
    content: "\ee7d";
}

.icon-moon-ungroup:before {
    content: "\ee7e";
}

.icon-moon-vector:before {
    content: "\ee7f";
}

.icon-moon-vector2:before {
    content: "\ee80";
}

.icon-moon-rulers:before {
    content: "\ee81";
}

.icon-moon-ruler:before {
    content: "\ee82";
}

.icon-moon-pencil-ruler:before {
    content: "\ee83";
}

.icon-moon-scissors:before {
    content: "\ee84";
}

.icon-moon-scissors2:before {
    content: "\ee85";
}

.icon-moon-scissors3:before {
    content: "\ee86";
}

.icon-moon-haircut:before {
    content: "\ee87";
}

.icon-moon-comb:before {
    content: "\ee88";
}

.icon-moon-filter:before {
    content: "\ee89";
}

.icon-moon-filter2:before {
    content: "\ee8a";
}

.icon-moon-filter3:before {
    content: "\ee8b";
}

.icon-moon-filter4:before {
    content: "\ee8c";
}

.icon-moon-font:before {
    content: "\ee8d";
}

.icon-moon-ampersand:before {
    content: "\ee8e";
}

.icon-moon-ligature:before {
    content: "\ee8f";
}

.icon-moon-ligature2:before {
    content: "\ee90";
}

.icon-moon-font-size:before {
    content: "\ee91";
}

.icon-moon-typography:before {
    content: "\ee92";
}

.icon-moon-text-height:before {
    content: "\ee93";
}

.icon-moon-text-width:before {
    content: "\ee94";
}

.icon-moon-height2:before {
    content: "\ee95";
}

.icon-moon-width:before {
    content: "\ee96";
}

.icon-moon-bold:before {
    content: "\ee97";
}

.icon-moon-underline:before {
    content: "\ee98";
}

.icon-moon-italic:before {
    content: "\ee99";
}

.icon-moon-strikethrough:before {
    content: "\ee9a";
}

.icon-moon-strikethrough2:before {
    content: "\ee9b";
}

.icon-moon-font-size2:before {
    content: "\ee9c";
}

.icon-moon-bold2:before {
    content: "\ee9d";
}

.icon-moon-underline2:before {
    content: "\ee9e";
}

.icon-moon-italic2:before {
    content: "\ee9f";
}

.icon-moon-strikethrough3:before {
    content: "\eea0";
}

.icon-moon-omega:before {
    content: "\eea1";
}

.icon-moon-sigma:before {
    content: "\eea2";
}

.icon-moon-nbsp:before {
    content: "\eea3";
}

.icon-moon-page-break:before {
    content: "\eea4";
}

.icon-moon-page-break2:before {
    content: "\eea5";
}

.icon-moon-superscript:before {
    content: "\eea6";
}

.icon-moon-subscript:before {
    content: "\eea7";
}

.icon-moon-superscript2:before {
    content: "\eea8";
}

.icon-moon-subscript2:before {
    content: "\eea9";
}

.icon-moon-text-color:before {
    content: "\eeaa";
}

.icon-moon-highlight:before {
    content: "\eeab";
}

.icon-moon-pagebreak:before {
    content: "\eeac";
}

.icon-moon-clear-formatting:before {
    content: "\eead";
}

.icon-moon-table:before {
    content: "\eeae";
}

.icon-moon-table2:before {
    content: "\eeaf";
}

.icon-moon-insert-template:before {
    content: "\eeb0";
}

.icon-moon-pilcrow:before {
    content: "\eeb1";
}

.icon-moon-ltr:before {
    content: "\eeb2";
}

.icon-moon-rtl:before {
    content: "\eeb3";
}

.icon-moon-ltr2:before {
    content: "\eeb4";
}

.icon-moon-rtl2:before {
    content: "\eeb5";
}

.icon-moon-section:before {
    content: "\eeb6";
}

.icon-moon-paragraph-left:before {
    content: "\eeb7";
}

.icon-moon-paragraph-center:before {
    content: "\eeb8";
}

.icon-moon-paragraph-right:before {
    content: "\eeb9";
}

.icon-moon-paragraph-justify:before {
    content: "\eeba";
}

.icon-moon-paragraph-left2:before {
    content: "\eebb";
}

.icon-moon-paragraph-center2:before {
    content: "\eebc";
}

.icon-moon-paragraph-right2:before {
    content: "\eebd";
}

.icon-moon-paragraph-justify2:before {
    content: "\eebe";
}

.icon-moon-indent-increase:before {
    content: "\eebf";
}

.icon-moon-indent-decrease:before {
    content: "\eec0";
}

.icon-moon-paragraph-left3:before {
    content: "\eec1";
}

.icon-moon-paragraph-center3:before {
    content: "\eec2";
}

.icon-moon-paragraph-right3:before {
    content: "\eec3";
}

.icon-moon-paragraph-justify3:before {
    content: "\eec4";
}

.icon-moon-indent-increase2:before {
    content: "\eec5";
}

.icon-moon-indent-decrease2:before {
    content: "\eec6";
}

.icon-moon-share:before {
    content: "\eec7";
}

.icon-moon-share2:before {
    content: "\eec8";
}

.icon-moon-new-tab:before {
    content: "\eec9";
}

.icon-moon-new-tab2:before {
    content: "\eeca";
}

.icon-moon-popout:before {
    content: "\eecb";
}

.icon-moon-embed:before {
    content: "\eecc";
}

.icon-moon-embed2:before {
    content: "\eecd";
}

.icon-moon-markup:before {
    content: "\eece";
}

.icon-moon-regexp:before {
    content: "\eecf";
}

.icon-moon-regexp2:before {
    content: "\eed0";
}

.icon-moon-code:before {
    content: "\eed1";
}

.icon-moon-circle-css:before {
    content: "\eed2";
}

.icon-moon-circle-code:before {
    content: "\eed3";
}

.icon-moon-terminal:before {
    content: "\eed4";
}

.icon-moon-unicode:before {
    content: "\eed5";
}

.icon-moon-seven-segment-0:before {
    content: "\eed6";
}

.icon-moon-seven-segment-1:before {
    content: "\eed7";
}

.icon-moon-seven-segment-2:before {
    content: "\eed8";
}

.icon-moon-seven-segment-3:before {
    content: "\eed9";
}

.icon-moon-seven-segment-4:before {
    content: "\eeda";
}

.icon-moon-seven-segment-5:before {
    content: "\eedb";
}

.icon-moon-seven-segment-6:before {
    content: "\eedc";
}

.icon-moon-seven-segment-7:before {
    content: "\eedd";
}

.icon-moon-seven-segment-8:before {
    content: "\eede";
}

.icon-moon-seven-segment-9:before {
    content: "\eedf";
}

.icon-moon-share3:before {
    content: "\eee0";
}

.icon-moon-share4:before {
    content: "\eee1";
}

.icon-moon-mail:before {
    content: "\eee2";
}

.icon-moon-mail2:before {
    content: "\eee3";
}

.icon-moon-mail3:before {
    content: "\eee4";
}

.icon-moon-mail4:before {
    content: "\eee5";
}

.icon-moon-amazon:before {
    content: "\eee6";
}

.icon-moon-google:before {
    content: "\eee7";
}

.icon-moon-google2:before {
    content: "\eee8";
}

.icon-moon-google3:before {
    content: "\eee9";
}

.icon-moon-google-plus:before {
    content: "\eeea";
}

.icon-moon-google-plus2:before {
    content: "\eeeb";
}

.icon-moon-google-plus3:before {
    content: "\eeec";
}

.icon-moon-hangouts:before {
    content: "\eeed";
}

.icon-moon-google-drive:before {
    content: "\eeee";
}

.icon-moon-facebook:before {
    content: "\eeef";
}

.icon-moon-facebook2:before {
    content: "\eef0";
}

.icon-moon-instagram:before {
    content: "\eef1";
}

.icon-moon-whatsapp:before {
    content: "\eef2";
}

.icon-moon-spotify:before {
    content: "\eef3";
}

.icon-moon-telegram:before {
    content: "\eef4";
}

.icon-moon-twitter:before {
    content: "\eef5";
}

.icon-moon-vine:before {
    content: "\eef6";
}

.icon-moon-vk:before {
    content: "\eef7";
}

.icon-moon-renren:before {
    content: "\eef8";
}

.icon-moon-sina-weibo:before {
    content: "\eef9";
}

.icon-moon-rss:before {
    content: "\eefa";
}

.icon-moon-rss2:before {
    content: "\eefb";
}

.icon-moon-youtube:before {
    content: "\eefc";
}

.icon-moon-youtube2:before {
    content: "\eefd";
}

.icon-moon-twitch:before {
    content: "\eefe";
}

.icon-moon-vimeo:before {
    content: "\eeff";
}

.icon-moon-vimeo2:before {
    content: "\ef00";
}

.icon-moon-lanyrd:before {
    content: "\ef01";
}

.icon-moon-flickr:before {
    content: "\ef02";
}

.icon-moon-flickr2:before {
    content: "\ef03";
}

.icon-moon-flickr3:before {
    content: "\ef04";
}

.icon-moon-flickr4:before {
    content: "\ef05";
}

.icon-moon-dribbble:before {
    content: "\ef06";
}

.icon-moon-behance:before {
    content: "\ef07";
}

.icon-moon-behance2:before {
    content: "\ef08";
}

.icon-moon-deviantart:before {
    content: "\ef09";
}

.icon-moon-500px:before {
    content: "\ef0a";
}

.icon-moon-steam:before {
    content: "\ef0b";
}

.icon-moon-steam2:before {
    content: "\ef0c";
}

.icon-moon-dropbox:before {
    content: "\ef0d";
}

.icon-moon-onedrive:before {
    content: "\ef0e";
}

.icon-moon-github:before {
    content: "\ef0f";
}

.icon-moon-npm:before {
    content: "\ef10";
}

.icon-moon-basecamp:before {
    content: "\ef11";
}

.icon-moon-trello:before {
    content: "\ef12";
}

.icon-moon-wordpress:before {
    content: "\ef13";
}

.icon-moon-joomla:before {
    content: "\ef14";
}

.icon-moon-ello:before {
    content: "\ef15";
}

.icon-moon-blogger:before {
    content: "\ef16";
}

.icon-moon-blogger2:before {
    content: "\ef17";
}

.icon-moon-tumblr:before {
    content: "\ef18";
}

.icon-moon-tumblr2:before {
    content: "\ef19";
}

.icon-moon-yahoo:before {
    content: "\ef1a";
}

.icon-moon-yahoo2:before {
    content: "\ef1b";
}

.icon-moon-tux:before {
    content: "\ef1c";
}

.icon-moon-appleinc:before {
    content: "\ef1d";
}

.icon-moon-finder:before {
    content: "\ef1e";
}

.icon-moon-android:before {
    content: "\ef1f";
}

.icon-moon-windows:before {
    content: "\ef20";
}

.icon-moon-windows8:before {
    content: "\ef21";
}

.icon-moon-soundcloud:before {
    content: "\ef22";
}

.icon-moon-soundcloud2:before {
    content: "\ef23";
}

.icon-moon-skype:before {
    content: "\ef24";
}

.icon-moon-reddit:before {
    content: "\ef25";
}

.icon-moon-hackernews:before {
    content: "\ef26";
}

.icon-moon-wikipedia:before {
    content: "\ef27";
}

.icon-moon-linkedin:before {
    content: "\ef28";
}

.icon-moon-linkedin2:before {
    content: "\ef29";
}

.icon-moon-lastfm:before {
    content: "\ef2a";
}

.icon-moon-lastfm2:before {
    content: "\ef2b";
}

.icon-moon-delicious:before {
    content: "\ef2c";
}

.icon-moon-stumbleupon:before {
    content: "\ef2d";
}

.icon-moon-stumbleupon2:before {
    content: "\ef2e";
}

.icon-moon-stackoverflow:before {
    content: "\ef2f";
}

.icon-moon-pinterest:before {
    content: "\ef30";
}

.icon-moon-pinterest2:before {
    content: "\ef31";
}

.icon-moon-xing:before {
    content: "\ef32";
}

.icon-moon-xing2:before {
    content: "\ef33";
}

.icon-moon-flattr:before {
    content: "\ef34";
}

.icon-moon-foursquare:before {
    content: "\ef35";
}

.icon-moon-yelp:before {
    content: "\ef36";
}

.icon-moon-paypal:before {
    content: "\ef37";
}

.icon-moon-chrome:before {
    content: "\ef38";
}

.icon-moon-firefox:before {
    content: "\ef39";
}

.icon-moon-IE:before {
    content: "\ef3a";
}

.icon-moon-edge:before {
    content: "\ef3b";
}

.icon-moon-safari:before {
    content: "\ef3c";
}

.icon-moon-opera:before {
    content: "\ef3d";
}

.icon-moon-file-pdf:before {
    content: "\ef3e";
}

.icon-moon-file-openoffice:before {
    content: "\ef3f";
}

.icon-moon-file-word:before {
    content: "\ef40";
}

.icon-moon-file-excel:before {
    content: "\ef41";
}

.icon-moon-libreoffice:before {
    content: "\ef42";
}

.icon-moon-html-five:before {
    content: "\ef43";
}

.icon-moon-html-five2:before {
    content: "\ef44";
}

.icon-moon-css3:before {
    content: "\ef45";
}

.icon-moon-git:before {
    content: "\ef46";
}

.icon-moon-codepen:before {
    content: "\ef47";
}

.icon-moon-svg:before {
    content: "\ef48";
}

.icon-moon-IcoMoon:before {
    content: "\ef49";
}
/*! /wp-content/themes/invico/css/material-design-iconic-font.min.css */
@font-face {
    font-family: Material-Design-Iconic-Font;
    src: url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/themes/invico/fonts/Material-Design-Iconic-Font.woff2?v=2.2.0) format("woff2"), url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/themes/invico/fonts/Material-Design-Iconic-Font.woff?v=2.2.0) format("woff"), url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/themes/invico/fonts/Material-Design-Iconic-Font.ttf?v=2.2.0) format("truetype");
}

.zmdi {
    display: inline-block;
    font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.zmdi-hc-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.zmdi-hc-2x {
    font-size: 2em;
}

.zmdi-hc-3x {
    font-size: 3em;
}

.zmdi-hc-4x {
    font-size: 4em;
}

.zmdi-hc-5x {
    font-size: 5em;
}

.zmdi-hc-fw {
    width: 1.28571429em;
    text-align: center;
}

.zmdi-hc-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .zmdi-hc-ul > li {
        position: relative;
    }

.zmdi-hc-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

    .zmdi-hc-li.zmdi-hc-lg {
        left: -1.85714286em;
    }

.zmdi-hc-border {
    padding: 0.1em 0.25em;
    border: solid 0.1em #9e9e9e;
    border-radius: 2px;
}

.zmdi-hc-border-circle {
    padding: 0.1em 0.25em;
    border: solid 0.1em #9e9e9e;
    border-radius: 50%;
}

.zmdi.pull-left {
    float: left;
    margin-right: 0.15em;
}

.zmdi.pull-right {
    float: right;
    margin-left: 0.15em;
}

.zmdi-hc-spin {
    -webkit-animation: zmdi-spin 1.5s infinite linear;
    animation: zmdi-spin 1.5s infinite linear;
}

.zmdi-hc-spin-reverse {
    -webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
    animation: zmdi-spin-reverse 1.5s infinite linear;
}

@-webkit-keyframes zmdi-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes zmdi-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes zmdi-spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg);
    }
}

@keyframes zmdi-spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg);
    }
}

.zmdi-hc-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.zmdi-hc-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.zmdi-hc-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.zmdi-hc-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.zmdi-hc-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.zmdi-hc-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.zmdi-hc-stack-1x,
.zmdi-hc-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.zmdi-hc-stack-1x {
    line-height: inherit;
}

.zmdi-hc-stack-2x {
    font-size: 2em;
}

.zmdi-hc-inverse {
    color: #fff;
}

.zmdi-3d-rotation:before {
    content: "\f101";
}

.zmdi-airplane-off:before {
    content: "\f102";
}

.zmdi-airplane:before {
    content: "\f103";
}

.zmdi-album:before {
    content: "\f104";
}

.zmdi-archive:before {
    content: "\f105";
}

.zmdi-assignment-account:before {
    content: "\f106";
}

.zmdi-assignment-alert:before {
    content: "\f107";
}

.zmdi-assignment-check:before {
    content: "\f108";
}

.zmdi-assignment-o:before {
    content: "\f109";
}

.zmdi-assignment-return:before {
    content: "\f10a";
}

.zmdi-assignment-returned:before {
    content: "\f10b";
}

.zmdi-assignment:before {
    content: "\f10c";
}

.zmdi-attachment-alt:before {
    content: "\f10d";
}

.zmdi-attachment:before {
    content: "\f10e";
}

.zmdi-audio:before {
    content: "\f10f";
}

.zmdi-badge-check:before {
    content: "\f110";
}

.zmdi-balance-wallet:before {
    content: "\f111";
}

.zmdi-balance:before {
    content: "\f112";
}

.zmdi-battery-alert:before {
    content: "\f113";
}

.zmdi-battery-flash:before {
    content: "\f114";
}

.zmdi-battery-unknown:before {
    content: "\f115";
}

.zmdi-battery:before {
    content: "\f116";
}

.zmdi-bike:before {
    content: "\f117";
}

.zmdi-block-alt:before {
    content: "\f118";
}

.zmdi-block:before {
    content: "\f119";
}

.zmdi-boat:before {
    content: "\f11a";
}

.zmdi-book-image:before {
    content: "\f11b";
}

.zmdi-book:before {
    content: "\f11c";
}

.zmdi-bookmark-outline:before {
    content: "\f11d";
}

.zmdi-bookmark:before {
    content: "\f11e";
}

.zmdi-brush:before {
    content: "\f11f";
}

.zmdi-bug:before {
    content: "\f120";
}

.zmdi-bus:before {
    content: "\f121";
}

.zmdi-cake:before {
    content: "\f122";
}

.zmdi-car-taxi:before {
    content: "\f123";
}

.zmdi-car-wash:before {
    content: "\f124";
}

.zmdi-car:before {
    content: "\f125";
}

.zmdi-card-giftcard:before {
    content: "\f126";
}

.zmdi-card-membership:before {
    content: "\f127";
}

.zmdi-card-travel:before {
    content: "\f128";
}

.zmdi-card:before {
    content: "\f129";
}

.zmdi-case-check:before {
    content: "\f12a";
}

.zmdi-case-download:before {
    content: "\f12b";
}

.zmdi-case-play:before {
    content: "\f12c";
}

.zmdi-case:before {
    content: "\f12d";
}

.zmdi-cast-connected:before {
    content: "\f12e";
}

.zmdi-cast:before {
    content: "\f12f";
}

.zmdi-chart-donut:before {
    content: "\f130";
}

.zmdi-chart:before {
    content: "\f131";
}

.zmdi-city-alt:before {
    content: "\f132";
}

.zmdi-city:before {
    content: "\f133";
}

.zmdi-close-circle-o:before {
    content: "\f134";
}

.zmdi-close-circle:before {
    content: "\f135";
}

.zmdi-close:before {
    content: "\f136";
}

.zmdi-cocktail:before {
    content: "\f137";
}

.zmdi-code-setting:before {
    content: "\f138";
}

.zmdi-code-smartphone:before {
    content: "\f139";
}

.zmdi-code:before {
    content: "\f13a";
}

.zmdi-coffee:before {
    content: "\f13b";
}

.zmdi-collection-bookmark:before {
    content: "\f13c";
}

.zmdi-collection-case-play:before {
    content: "\f13d";
}

.zmdi-collection-folder-image:before {
    content: "\f13e";
}

.zmdi-collection-image-o:before {
    content: "\f13f";
}

.zmdi-collection-image:before {
    content: "\f140";
}

.zmdi-collection-item-1:before {
    content: "\f141";
}

.zmdi-collection-item-2:before {
    content: "\f142";
}

.zmdi-collection-item-3:before {
    content: "\f143";
}

.zmdi-collection-item-4:before {
    content: "\f144";
}

.zmdi-collection-item-5:before {
    content: "\f145";
}

.zmdi-collection-item-6:before {
    content: "\f146";
}

.zmdi-collection-item-7:before {
    content: "\f147";
}

.zmdi-collection-item-8:before {
    content: "\f148";
}

.zmdi-collection-item-9-plus:before {
    content: "\f149";
}

.zmdi-collection-item-9:before {
    content: "\f14a";
}

.zmdi-collection-item:before {
    content: "\f14b";
}

.zmdi-collection-music:before {
    content: "\f14c";
}

.zmdi-collection-pdf:before {
    content: "\f14d";
}

.zmdi-collection-plus:before {
    content: "\f14e";
}

.zmdi-collection-speaker:before {
    content: "\f14f";
}

.zmdi-collection-text:before {
    content: "\f150";
}

.zmdi-collection-video:before {
    content: "\f151";
}

.zmdi-compass:before {
    content: "\f152";
}

.zmdi-cutlery:before {
    content: "\f153";
}

.zmdi-delete:before {
    content: "\f154";
}

.zmdi-dialpad:before {
    content: "\f155";
}

.zmdi-dns:before {
    content: "\f156";
}

.zmdi-drink:before {
    content: "\f157";
}

.zmdi-edit:before {
    content: "\f158";
}

.zmdi-email-open:before {
    content: "\f159";
}

.zmdi-email:before {
    content: "\f15a";
}

.zmdi-eye-off:before {
    content: "\f15b";
}

.zmdi-eye:before {
    content: "\f15c";
}

.zmdi-eyedropper:before {
    content: "\f15d";
}

.zmdi-favorite-outline:before {
    content: "\f15e";
}

.zmdi-favorite:before {
    content: "\f15f";
}

.zmdi-filter-list:before {
    content: "\f160";
}

.zmdi-fire:before {
    content: "\f161";
}

.zmdi-flag:before {
    content: "\f162";
}

.zmdi-flare:before {
    content: "\f163";
}

.zmdi-flash-auto:before {
    content: "\f164";
}

.zmdi-flash-off:before {
    content: "\f165";
}

.zmdi-flash:before {
    content: "\f166";
}

.zmdi-flip:before {
    content: "\f167";
}

.zmdi-flower-alt:before {
    content: "\f168";
}

.zmdi-flower:before {
    content: "\f169";
}

.zmdi-font:before {
    content: "\f16a";
}

.zmdi-fullscreen-alt:before {
    content: "\f16b";
}

.zmdi-fullscreen-exit:before {
    content: "\f16c";
}

.zmdi-fullscreen:before {
    content: "\f16d";
}

.zmdi-functions:before {
    content: "\f16e";
}

.zmdi-gas-station:before {
    content: "\f16f";
}

.zmdi-gesture:before {
    content: "\f170";
}

.zmdi-globe-alt:before {
    content: "\f171";
}

.zmdi-globe-lock:before {
    content: "\f172";
}

.zmdi-globe:before {
    content: "\f173";
}

.zmdi-graduation-cap:before {
    content: "\f174";
}

.zmdi-home:before {
    content: "\f175";
}

.zmdi-hospital-alt:before {
    content: "\f176";
}

.zmdi-hospital:before {
    content: "\f177";
}

.zmdi-hotel:before {
    content: "\f178";
}

.zmdi-hourglass-alt:before {
    content: "\f179";
}

.zmdi-hourglass-outline:before {
    content: "\f17a";
}

.zmdi-hourglass:before {
    content: "\f17b";
}

.zmdi-http:before {
    content: "\f17c";
}

.zmdi-image-alt:before {
    content: "\f17d";
}

.zmdi-image-o:before {
    content: "\f17e";
}

.zmdi-image:before {
    content: "\f17f";
}

.zmdi-inbox:before {
    content: "\f180";
}

.zmdi-invert-colors-off:before {
    content: "\f181";
}

.zmdi-invert-colors:before {
    content: "\f182";
}

.zmdi-key:before {
    content: "\f183";
}

.zmdi-label-alt-outline:before {
    content: "\f184";
}

.zmdi-label-alt:before {
    content: "\f185";
}

.zmdi-label-heart:before {
    content: "\f186";
}

.zmdi-label:before {
    content: "\f187";
}

.zmdi-labels:before {
    content: "\f188";
}

.zmdi-lamp:before {
    content: "\f189";
}

.zmdi-landscape:before {
    content: "\f18a";
}

.zmdi-layers-off:before {
    content: "\f18b";
}

.zmdi-layers:before {
    content: "\f18c";
}

.zmdi-library:before {
    content: "\f18d";
}

.zmdi-link:before {
    content: "\f18e";
}

.zmdi-lock-open:before {
    content: "\f18f";
}

.zmdi-lock-outline:before {
    content: "\f190";
}

.zmdi-lock:before {
    content: "\f191";
}

.zmdi-mail-reply-all:before {
    content: "\f192";
}

.zmdi-mail-reply:before {
    content: "\f193";
}

.zmdi-mail-send:before {
    content: "\f194";
}

.zmdi-mall:before {
    content: "\f195";
}

.zmdi-map:before {
    content: "\f196";
}

.zmdi-menu:before {
    content: "\f197";
}

.zmdi-money-box:before {
    content: "\f198";
}

.zmdi-money-off:before {
    content: "\f199";
}

.zmdi-money:before {
    content: "\f19a";
}

.zmdi-more-vert:before {
    content: "\f19b";
}

.zmdi-more:before {
    content: "\f19c";
}

.zmdi-movie-alt:before {
    content: "\f19d";
}

.zmdi-movie:before {
    content: "\f19e";
}

.zmdi-nature-people:before {
    content: "\f19f";
}

.zmdi-nature:before {
    content: "\f1a0";
}

.zmdi-navigation:before {
    content: "\f1a1";
}

.zmdi-open-in-browser:before {
    content: "\f1a2";
}

.zmdi-open-in-new:before {
    content: "\f1a3";
}

.zmdi-palette:before {
    content: "\f1a4";
}

.zmdi-parking:before {
    content: "\f1a5";
}

.zmdi-pin-account:before {
    content: "\f1a6";
}

.zmdi-pin-assistant:before {
    content: "\f1a7";
}

.zmdi-pin-drop:before {
    content: "\f1a8";
}

.zmdi-pin-help:before {
    content: "\f1a9";
}

.zmdi-pin-off:before {
    content: "\f1aa";
}

.zmdi-pin:before {
    content: "\f1ab";
}

.zmdi-pizza:before {
    content: "\f1ac";
}

.zmdi-plaster:before {
    content: "\f1ad";
}

.zmdi-power-setting:before {
    content: "\f1ae";
}

.zmdi-power:before {
    content: "\f1af";
}

.zmdi-print:before {
    content: "\f1b0";
}

.zmdi-puzzle-piece:before {
    content: "\f1b1";
}

.zmdi-quote:before {
    content: "\f1b2";
}

.zmdi-railway:before {
    content: "\f1b3";
}

.zmdi-receipt:before {
    content: "\f1b4";
}

.zmdi-refresh-alt:before {
    content: "\f1b5";
}

.zmdi-refresh-sync-alert:before {
    content: "\f1b6";
}

.zmdi-refresh-sync-off:before {
    content: "\f1b7";
}

.zmdi-refresh-sync:before {
    content: "\f1b8";
}

.zmdi-refresh:before {
    content: "\f1b9";
}

.zmdi-roller:before {
    content: "\f1ba";
}

.zmdi-ruler:before {
    content: "\f1bb";
}

.zmdi-scissors:before {
    content: "\f1bc";
}

.zmdi-screen-rotation-lock:before {
    content: "\f1bd";
}

.zmdi-screen-rotation:before {
    content: "\f1be";
}

.zmdi-search-for:before {
    content: "\f1bf";
}

.zmdi-search-in-file:before {
    content: "\f1c0";
}

.zmdi-search-in-page:before {
    content: "\f1c1";
}

.zmdi-search-replace:before {
    content: "\f1c2";
}

.zmdi-search:before {
    content: "\f1c3";
}

.zmdi-seat:before {
    content: "\f1c4";
}

.zmdi-settings-square:before {
    content: "\f1c5";
}

.zmdi-settings:before {
    content: "\f1c6";
}

.zmdi-shield-check:before {
    content: "\f1c7";
}

.zmdi-shield-security:before {
    content: "\f1c8";
}

.zmdi-shopping-basket:before {
    content: "\f1c9";
}

.zmdi-shopping-cart-plus:before {
    content: "\f1ca";
}

.zmdi-shopping-cart:before {
    content: "\f1cb";
}

.zmdi-sign-in:before {
    content: "\f1cc";
}

.zmdi-sort-amount-asc:before {
    content: "\f1cd";
}

.zmdi-sort-amount-desc:before {
    content: "\f1ce";
}

.zmdi-sort-asc:before {
    content: "\f1cf";
}

.zmdi-sort-desc:before {
    content: "\f1d0";
}

.zmdi-spellcheck:before {
    content: "\f1d1";
}

.zmdi-storage:before {
    content: "\f1d2";
}

.zmdi-store-24:before {
    content: "\f1d3";
}

.zmdi-store:before {
    content: "\f1d4";
}

.zmdi-subway:before {
    content: "\f1d5";
}

.zmdi-sun:before {
    content: "\f1d6";
}

.zmdi-tab-unselected:before {
    content: "\f1d7";
}

.zmdi-tab:before {
    content: "\f1d8";
}

.zmdi-tag-close:before {
    content: "\f1d9";
}

.zmdi-tag-more:before {
    content: "\f1da";
}

.zmdi-tag:before {
    content: "\f1db";
}

.zmdi-thumb-down:before {
    content: "\f1dc";
}

.zmdi-thumb-up-down:before {
    content: "\f1dd";
}

.zmdi-thumb-up:before {
    content: "\f1de";
}

.zmdi-ticket-star:before {
    content: "\f1df";
}

.zmdi-toll:before {
    content: "\f1e0";
}

.zmdi-toys:before {
    content: "\f1e1";
}

.zmdi-traffic:before {
    content: "\f1e2";
}

.zmdi-translate:before {
    content: "\f1e3";
}

.zmdi-triangle-down:before {
    content: "\f1e4";
}

.zmdi-triangle-up:before {
    content: "\f1e5";
}

.zmdi-truck:before {
    content: "\f1e6";
}

.zmdi-turning-sign:before {
    content: "\f1e7";
}

.zmdi-wallpaper:before {
    content: "\f1e8";
}

.zmdi-washing-machine:before {
    content: "\f1e9";
}

.zmdi-window-maximize:before {
    content: "\f1ea";
}

.zmdi-window-minimize:before {
    content: "\f1eb";
}

.zmdi-window-restore:before {
    content: "\f1ec";
}

.zmdi-wrench:before {
    content: "\f1ed";
}

.zmdi-zoom-in:before {
    content: "\f1ee";
}

.zmdi-zoom-out:before {
    content: "\f1ef";
}

.zmdi-alert-circle-o:before {
    content: "\f1f0";
}

.zmdi-alert-circle:before {
    content: "\f1f1";
}

.zmdi-alert-octagon:before {
    content: "\f1f2";
}

.zmdi-alert-polygon:before {
    content: "\f1f3";
}

.zmdi-alert-triangle:before {
    content: "\f1f4";
}

.zmdi-help-outline:before {
    content: "\f1f5";
}

.zmdi-help:before {
    content: "\f1f6";
}

.zmdi-info-outline:before {
    content: "\f1f7";
}

.zmdi-info:before {
    content: "\f1f8";
}

.zmdi-notifications-active:before {
    content: "\f1f9";
}

.zmdi-notifications-add:before {
    content: "\f1fa";
}

.zmdi-notifications-none:before {
    content: "\f1fb";
}

.zmdi-notifications-off:before {
    content: "\f1fc";
}

.zmdi-notifications-paused:before {
    content: "\f1fd";
}

.zmdi-notifications:before {
    content: "\f1fe";
}

.zmdi-account-add:before {
    content: "\f1ff";
}

.zmdi-account-box-mail:before {
    content: "\f200";
}

.zmdi-account-box-o:before {
    content: "\f201";
}

.zmdi-account-box-phone:before {
    content: "\f202";
}

.zmdi-account-box:before {
    content: "\f203";
}

.zmdi-account-calendar:before {
    content: "\f204";
}

.zmdi-account-circle:before {
    content: "\f205";
}

.zmdi-account-o:before {
    content: "\f206";
}

.zmdi-account:before {
    content: "\f207";
}

.zmdi-accounts-add:before {
    content: "\f208";
}

.zmdi-accounts-alt:before {
    content: "\f209";
}

.zmdi-accounts-list-alt:before {
    content: "\f20a";
}

.zmdi-accounts-list:before {
    content: "\f20b";
}

.zmdi-accounts-outline:before {
    content: "\f20c";
}

.zmdi-accounts:before {
    content: "\f20d";
}

.zmdi-face:before {
    content: "\f20e";
}

.zmdi-female:before {
    content: "\f20f";
}

.zmdi-male-alt:before {
    content: "\f210";
}

.zmdi-male-female:before {
    content: "\f211";
}

.zmdi-male:before {
    content: "\f212";
}

.zmdi-mood-bad:before {
    content: "\f213";
}

.zmdi-mood:before {
    content: "\f214";
}

.zmdi-run:before {
    content: "\f215";
}

.zmdi-walk:before {
    content: "\f216";
}

.zmdi-cloud-box:before {
    content: "\f217";
}

.zmdi-cloud-circle:before {
    content: "\f218";
}

.zmdi-cloud-done:before {
    content: "\f219";
}

.zmdi-cloud-download:before {
    content: "\f21a";
}

.zmdi-cloud-off:before {
    content: "\f21b";
}

.zmdi-cloud-outline-alt:before {
    content: "\f21c";
}

.zmdi-cloud-outline:before {
    content: "\f21d";
}

.zmdi-cloud-upload:before {
    content: "\f21e";
}

.zmdi-cloud:before {
    content: "\f21f";
}

.zmdi-download:before {
    content: "\f220";
}

.zmdi-file-plus:before {
    content: "\f221";
}

.zmdi-file-text:before {
    content: "\f222";
}

.zmdi-file:before {
    content: "\f223";
}

.zmdi-folder-outline:before {
    content: "\f224";
}

.zmdi-folder-person:before {
    content: "\f225";
}

.zmdi-folder-star-alt:before {
    content: "\f226";
}

.zmdi-folder-star:before {
    content: "\f227";
}

.zmdi-folder:before {
    content: "\f228";
}

.zmdi-gif:before {
    content: "\f229";
}

.zmdi-upload:before {
    content: "\f22a";
}

.zmdi-border-all:before {
    content: "\f22b";
}

.zmdi-border-bottom:before {
    content: "\f22c";
}

.zmdi-border-clear:before {
    content: "\f22d";
}

.zmdi-border-color:before {
    content: "\f22e";
}

.zmdi-border-horizontal:before {
    content: "\f22f";
}

.zmdi-border-inner:before {
    content: "\f230";
}

.zmdi-border-left:before {
    content: "\f231";
}

.zmdi-border-outer:before {
    content: "\f232";
}

.zmdi-border-right:before {
    content: "\f233";
}

.zmdi-border-style:before {
    content: "\f234";
}

.zmdi-border-top:before {
    content: "\f235";
}

.zmdi-border-vertical:before {
    content: "\f236";
}

.zmdi-copy:before {
    content: "\f237";
}

.zmdi-crop:before {
    content: "\f238";
}

.zmdi-format-align-center:before {
    content: "\f239";
}

.zmdi-format-align-justify:before {
    content: "\f23a";
}

.zmdi-format-align-left:before {
    content: "\f23b";
}

.zmdi-format-align-right:before {
    content: "\f23c";
}

.zmdi-format-bold:before {
    content: "\f23d";
}

.zmdi-format-clear-all:before {
    content: "\f23e";
}

.zmdi-format-clear:before {
    content: "\f23f";
}

.zmdi-format-color-fill:before {
    content: "\f240";
}

.zmdi-format-color-reset:before {
    content: "\f241";
}

.zmdi-format-color-text:before {
    content: "\f242";
}

.zmdi-format-indent-decrease:before {
    content: "\f243";
}

.zmdi-format-indent-increase:before {
    content: "\f244";
}

.zmdi-format-italic:before {
    content: "\f245";
}

.zmdi-format-line-spacing:before {
    content: "\f246";
}

.zmdi-format-list-bulleted:before {
    content: "\f247";
}

.zmdi-format-list-numbered:before {
    content: "\f248";
}

.zmdi-format-ltr:before {
    content: "\f249";
}

.zmdi-format-rtl:before {
    content: "\f24a";
}

.zmdi-format-size:before {
    content: "\f24b";
}

.zmdi-format-strikethrough-s:before {
    content: "\f24c";
}

.zmdi-format-strikethrough:before {
    content: "\f24d";
}

.zmdi-format-subject:before {
    content: "\f24e";
}

.zmdi-format-underlined:before {
    content: "\f24f";
}

.zmdi-format-valign-bottom:before {
    content: "\f250";
}

.zmdi-format-valign-center:before {
    content: "\f251";
}

.zmdi-format-valign-top:before {
    content: "\f252";
}

.zmdi-redo:before {
    content: "\f253";
}

.zmdi-select-all:before {
    content: "\f254";
}

.zmdi-space-bar:before {
    content: "\f255";
}

.zmdi-text-format:before {
    content: "\f256";
}

.zmdi-transform:before {
    content: "\f257";
}

.zmdi-undo:before {
    content: "\f258";
}

.zmdi-wrap-text:before {
    content: "\f259";
}

.zmdi-comment-alert:before {
    content: "\f25a";
}

.zmdi-comment-alt-text:before {
    content: "\f25b";
}

.zmdi-comment-alt:before {
    content: "\f25c";
}

.zmdi-comment-edit:before {
    content: "\f25d";
}

.zmdi-comment-image:before {
    content: "\f25e";
}

.zmdi-comment-list:before {
    content: "\f25f";
}

.zmdi-comment-more:before {
    content: "\f260";
}

.zmdi-comment-outline:before {
    content: "\f261";
}

.zmdi-comment-text-alt:before {
    content: "\f262";
}

.zmdi-comment-text:before {
    content: "\f263";
}

.zmdi-comment-video:before {
    content: "\f264";
}

.zmdi-comment:before {
    content: "\f265";
}

.zmdi-comments:before {
    content: "\f266";
}

.zmdi-check-all:before {
    content: "\f267";
}

.zmdi-check-circle-u:before {
    content: "\f268";
}

.zmdi-check-circle:before {
    content: "\f269";
}

.zmdi-check-square:before {
    content: "\f26a";
}

.zmdi-check:before {
    content: "\f26b";
}

.zmdi-circle-o:before {
    content: "\f26c";
}

.zmdi-circle:before {
    content: "\f26d";
}

.zmdi-dot-circle-alt:before {
    content: "\f26e";
}

.zmdi-dot-circle:before {
    content: "\f26f";
}

.zmdi-minus-circle-outline:before {
    content: "\f270";
}

.zmdi-minus-circle:before {
    content: "\f271";
}

.zmdi-minus-square:before {
    content: "\f272";
}

.zmdi-minus:before {
    content: "\f273";
}

.zmdi-plus-circle-o-duplicate:before {
    content: "\f274";
}

.zmdi-plus-circle-o:before {
    content: "\f275";
}

.zmdi-plus-circle:before {
    content: "\f276";
}

.zmdi-plus-square:before {
    content: "\f277";
}

.zmdi-plus:before {
    content: "\f278";
}

.zmdi-square-o:before {
    content: "\f279";
}

.zmdi-star-circle:before {
    content: "\f27a";
}

.zmdi-star-half:before {
    content: "\f27b";
}

.zmdi-star-outline:before {
    content: "\f27c";
}

.zmdi-star:before {
    content: "\f27d";
}

.zmdi-bluetooth-connected:before {
    content: "\f27e";
}

.zmdi-bluetooth-off:before {
    content: "\f27f";
}

.zmdi-bluetooth-search:before {
    content: "\f280";
}

.zmdi-bluetooth-setting:before {
    content: "\f281";
}

.zmdi-bluetooth:before {
    content: "\f282";
}

.zmdi-camera-add:before {
    content: "\f283";
}

.zmdi-camera-alt:before {
    content: "\f284";
}

.zmdi-camera-bw:before {
    content: "\f285";
}

.zmdi-camera-front:before {
    content: "\f286";
}

.zmdi-camera-mic:before {
    content: "\f287";
}

.zmdi-camera-party-mode:before {
    content: "\f288";
}

.zmdi-camera-rear:before {
    content: "\f289";
}

.zmdi-camera-roll:before {
    content: "\f28a";
}

.zmdi-camera-switch:before {
    content: "\f28b";
}

.zmdi-camera:before {
    content: "\f28c";
}

.zmdi-card-alert:before {
    content: "\f28d";
}

.zmdi-card-off:before {
    content: "\f28e";
}

.zmdi-card-sd:before {
    content: "\f28f";
}

.zmdi-card-sim:before {
    content: "\f290";
}

.zmdi-desktop-mac:before {
    content: "\f291";
}

.zmdi-desktop-windows:before {
    content: "\f292";
}

.zmdi-device-hub:before {
    content: "\f293";
}

.zmdi-devices-off:before {
    content: "\f294";
}

.zmdi-devices:before {
    content: "\f295";
}

.zmdi-dock:before {
    content: "\f296";
}

.zmdi-floppy:before {
    content: "\f297";
}

.zmdi-gamepad:before {
    content: "\f298";
}

.zmdi-gps-dot:before {
    content: "\f299";
}

.zmdi-gps-off:before {
    content: "\f29a";
}

.zmdi-gps:before {
    content: "\f29b";
}

.zmdi-headset-mic:before {
    content: "\f29c";
}

.zmdi-headset:before {
    content: "\f29d";
}

.zmdi-input-antenna:before {
    content: "\f29e";
}

.zmdi-input-composite:before {
    content: "\f29f";
}

.zmdi-input-hdmi:before {
    content: "\f2a0";
}

.zmdi-input-power:before {
    content: "\f2a1";
}

.zmdi-input-svideo:before {
    content: "\f2a2";
}

.zmdi-keyboard-hide:before {
    content: "\f2a3";
}

.zmdi-keyboard:before {
    content: "\f2a4";
}

.zmdi-laptop-chromebook:before {
    content: "\f2a5";
}

.zmdi-laptop-mac:before {
    content: "\f2a6";
}

.zmdi-laptop:before {
    content: "\f2a7";
}

.zmdi-mic-off:before {
    content: "\f2a8";
}

.zmdi-mic-outline:before {
    content: "\f2a9";
}

.zmdi-mic-setting:before {
    content: "\f2aa";
}

.zmdi-mic:before {
    content: "\f2ab";
}

.zmdi-mouse:before {
    content: "\f2ac";
}

.zmdi-network-alert:before {
    content: "\f2ad";
}

.zmdi-network-locked:before {
    content: "\f2ae";
}

.zmdi-network-off:before {
    content: "\f2af";
}

.zmdi-network-outline:before {
    content: "\f2b0";
}

.zmdi-network-setting:before {
    content: "\f2b1";
}

.zmdi-network:before {
    content: "\f2b2";
}

.zmdi-phone-bluetooth:before {
    content: "\f2b3";
}

.zmdi-phone-end:before {
    content: "\f2b4";
}

.zmdi-phone-forwarded:before {
    content: "\f2b5";
}

.zmdi-phone-in-talk:before {
    content: "\f2b6";
}

.zmdi-phone-locked:before {
    content: "\f2b7";
}

.zmdi-phone-missed:before {
    content: "\f2b8";
}

.zmdi-phone-msg:before {
    content: "\f2b9";
}

.zmdi-phone-paused:before {
    content: "\f2ba";
}

.zmdi-phone-ring:before {
    content: "\f2bb";
}

.zmdi-phone-setting:before {
    content: "\f2bc";
}

.zmdi-phone-sip:before {
    content: "\f2bd";
}

.zmdi-phone:before {
    content: "\f2be";
}

.zmdi-portable-wifi-changes:before {
    content: "\f2bf";
}

.zmdi-portable-wifi-off:before {
    content: "\f2c0";
}

.zmdi-portable-wifi:before {
    content: "\f2c1";
}

.zmdi-radio:before {
    content: "\f2c2";
}

.zmdi-reader:before {
    content: "\f2c3";
}

.zmdi-remote-control-alt:before {
    content: "\f2c4";
}

.zmdi-remote-control:before {
    content: "\f2c5";
}

.zmdi-router:before {
    content: "\f2c6";
}

.zmdi-scanner:before {
    content: "\f2c7";
}

.zmdi-smartphone-android:before {
    content: "\f2c8";
}

.zmdi-smartphone-download:before {
    content: "\f2c9";
}

.zmdi-smartphone-erase:before {
    content: "\f2ca";
}

.zmdi-smartphone-info:before {
    content: "\f2cb";
}

.zmdi-smartphone-iphone:before {
    content: "\f2cc";
}

.zmdi-smartphone-landscape-lock:before {
    content: "\f2cd";
}

.zmdi-smartphone-landscape:before {
    content: "\f2ce";
}

.zmdi-smartphone-lock:before {
    content: "\f2cf";
}

.zmdi-smartphone-portrait-lock:before {
    content: "\f2d0";
}

.zmdi-smartphone-ring:before {
    content: "\f2d1";
}

.zmdi-smartphone-setting:before {
    content: "\f2d2";
}

.zmdi-smartphone-setup:before {
    content: "\f2d3";
}

.zmdi-smartphone:before {
    content: "\f2d4";
}

.zmdi-speaker:before {
    content: "\f2d5";
}

.zmdi-tablet-android:before {
    content: "\f2d6";
}

.zmdi-tablet-mac:before {
    content: "\f2d7";
}

.zmdi-tablet:before {
    content: "\f2d8";
}

.zmdi-tv-alt-play:before {
    content: "\f2d9";
}

.zmdi-tv-list:before {
    content: "\f2da";
}

.zmdi-tv-play:before {
    content: "\f2db";
}

.zmdi-tv:before {
    content: "\f2dc";
}

.zmdi-usb:before {
    content: "\f2dd";
}

.zmdi-videocam-off:before {
    content: "\f2de";
}

.zmdi-videocam-switch:before {
    content: "\f2df";
}

.zmdi-videocam:before {
    content: "\f2e0";
}

.zmdi-watch:before {
    content: "\f2e1";
}

.zmdi-wifi-alt-2:before {
    content: "\f2e2";
}

.zmdi-wifi-alt:before {
    content: "\f2e3";
}

.zmdi-wifi-info:before {
    content: "\f2e4";
}

.zmdi-wifi-lock:before {
    content: "\f2e5";
}

.zmdi-wifi-off:before {
    content: "\f2e6";
}

.zmdi-wifi-outline:before {
    content: "\f2e7";
}

.zmdi-wifi:before {
    content: "\f2e8";
}

.zmdi-arrow-left-bottom:before {
    content: "\f2e9";
}

.zmdi-arrow-left:before {
    content: "\f2ea";
}

.zmdi-arrow-merge:before {
    content: "\f2eb";
}

.zmdi-arrow-missed:before {
    content: "\f2ec";
}

.zmdi-arrow-right-top:before {
    content: "\f2ed";
}

.zmdi-arrow-right:before {
    content: "\f2ee";
}

.zmdi-arrow-split:before {
    content: "\f2ef";
}

.zmdi-arrows:before {
    content: "\f2f0";
}

.zmdi-caret-down-circle:before {
    content: "\f2f1";
}

.zmdi-caret-down:before {
    content: "\f2f2";
}

.zmdi-caret-left-circle:before {
    content: "\f2f3";
}

.zmdi-caret-left:before {
    content: "\f2f4";
}

.zmdi-caret-right-circle:before {
    content: "\f2f5";
}

.zmdi-caret-right:before {
    content: "\f2f6";
}

.zmdi-caret-up-circle:before {
    content: "\f2f7";
}

.zmdi-caret-up:before {
    content: "\f2f8";
}

.zmdi-chevron-down:before {
    content: "\f2f9";
}

.zmdi-chevron-left:before {
    content: "\f2fa";
}

.zmdi-chevron-right:before {
    content: "\f2fb";
}

.zmdi-chevron-up:before {
    content: "\f2fc";
}

.zmdi-forward:before {
    content: "\f2fd";
}

.zmdi-long-arrow-down:before {
    content: "\f2fe";
}

.zmdi-long-arrow-left:before {
    content: "\f2ff";
}

.zmdi-long-arrow-return:before {
    content: "\f300";
}

.zmdi-long-arrow-right:before {
    content: "\f301";
}

.zmdi-long-arrow-tab:before {
    content: "\f302";
}

.zmdi-long-arrow-up:before {
    content: "\f303";
}

.zmdi-rotate-ccw:before {
    content: "\f304";
}

.zmdi-rotate-cw:before {
    content: "\f305";
}

.zmdi-rotate-left:before {
    content: "\f306";
}

.zmdi-rotate-right:before {
    content: "\f307";
}

.zmdi-square-down:before {
    content: "\f308";
}

.zmdi-square-right:before {
    content: "\f309";
}

.zmdi-swap-alt:before {
    content: "\f30a";
}

.zmdi-swap-vertical-circle:before {
    content: "\f30b";
}

.zmdi-swap-vertical:before {
    content: "\f30c";
}

.zmdi-swap:before {
    content: "\f30d";
}

.zmdi-trending-down:before {
    content: "\f30e";
}

.zmdi-trending-flat:before {
    content: "\f30f";
}

.zmdi-trending-up:before {
    content: "\f310";
}

.zmdi-unfold-less:before {
    content: "\f311";
}

.zmdi-unfold-more:before {
    content: "\f312";
}

.zmdi-apps:before {
    content: "\f313";
}

.zmdi-grid-off:before {
    content: "\f314";
}

.zmdi-grid:before {
    content: "\f315";
}

.zmdi-view-agenda:before {
    content: "\f316";
}

.zmdi-view-array:before {
    content: "\f317";
}

.zmdi-view-carousel:before {
    content: "\f318";
}

.zmdi-view-column:before {
    content: "\f319";
}

.zmdi-view-comfy:before {
    content: "\f31a";
}

.zmdi-view-compact:before {
    content: "\f31b";
}

.zmdi-view-dashboard:before {
    content: "\f31c";
}

.zmdi-view-day:before {
    content: "\f31d";
}

.zmdi-view-headline:before {
    content: "\f31e";
}

.zmdi-view-list-alt:before {
    content: "\f31f";
}

.zmdi-view-list:before {
    content: "\f320";
}

.zmdi-view-module:before {
    content: "\f321";
}

.zmdi-view-quilt:before {
    content: "\f322";
}

.zmdi-view-stream:before {
    content: "\f323";
}

.zmdi-view-subtitles:before {
    content: "\f324";
}

.zmdi-view-toc:before {
    content: "\f325";
}

.zmdi-view-web:before {
    content: "\f326";
}

.zmdi-view-week:before {
    content: "\f327";
}

.zmdi-widgets:before {
    content: "\f328";
}

.zmdi-alarm-check:before {
    content: "\f329";
}

.zmdi-alarm-off:before {
    content: "\f32a";
}

.zmdi-alarm-plus:before {
    content: "\f32b";
}

.zmdi-alarm-snooze:before {
    content: "\f32c";
}

.zmdi-alarm:before {
    content: "\f32d";
}

.zmdi-calendar-alt:before {
    content: "\f32e";
}

.zmdi-calendar-check:before {
    content: "\f32f";
}

.zmdi-calendar-close:before {
    content: "\f330";
}

.zmdi-calendar-note:before {
    content: "\f331";
}

.zmdi-calendar:before {
    content: "\f332";
}

.zmdi-time-countdown:before {
    content: "\f333";
}

.zmdi-time-interval:before {
    content: "\f334";
}

.zmdi-time-restore-setting:before {
    content: "\f335";
}

.zmdi-time-restore:before {
    content: "\f336";
}

.zmdi-time:before {
    content: "\f337";
}

.zmdi-timer-off:before {
    content: "\f338";
}

.zmdi-timer:before {
    content: "\f339";
}

.zmdi-android-alt:before {
    content: "\f33a";
}

.zmdi-android:before {
    content: "\f33b";
}

.zmdi-apple:before {
    content: "\f33c";
}

.zmdi-behance:before {
    content: "\f33d";
}

.zmdi-codepen:before {
    content: "\f33e";
}

.zmdi-dribbble:before {
    content: "\f33f";
}

.zmdi-dropbox:before {
    content: "\f340";
}

.zmdi-evernote:before {
    content: "\f341";
}

.zmdi-facebook-box:before {
    content: "\f342";
}

.zmdi-facebook:before {
    content: "\f343";
}

.zmdi-github-box:before {
    content: "\f344";
}

.zmdi-github:before {
    content: "\f345";
}

.zmdi-google-drive:before {
    content: "\f346";
}

.zmdi-google-earth:before {
    content: "\f347";
}

.zmdi-google-glass:before {
    content: "\f348";
}

.zmdi-google-maps:before {
    content: "\f349";
}

.zmdi-google-pages:before {
    content: "\f34a";
}

.zmdi-google-play:before {
    content: "\f34b";
}

.zmdi-google-plus-box:before {
    content: "\f34c";
}

.zmdi-google-plus:before {
    content: "\f34d";
}

.zmdi-google:before {
    content: "\f34e";
}

.zmdi-instagram:before {
    content: "\f34f";
}

.zmdi-language-css3:before {
    content: "\f350";
}

.zmdi-language-html5:before {
    content: "\f351";
}

.zmdi-language-javascript:before {
    content: "\f352";
}

.zmdi-language-python-alt:before {
    content: "\f353";
}

.zmdi-language-python:before {
    content: "\f354";
}

.zmdi-lastfm:before {
    content: "\f355";
}

.zmdi-linkedin-box:before {
    content: "\f356";
}

.zmdi-paypal:before {
    content: "\f357";
}

.zmdi-pinterest-box:before {
    content: "\f358";
}

.zmdi-pocket:before {
    content: "\f359";
}

.zmdi-polymer:before {
    content: "\f35a";
}

.zmdi-share:before {
    content: "\f35b";
}

.zmdi-stackoverflow:before {
    content: "\f35c";
}

.zmdi-steam-square:before {
    content: "\f35d";
}

.zmdi-steam:before {
    content: "\f35e";
}

.zmdi-twitter-box:before {
    content: "\f35f";
}

.zmdi-twitter:before {
    content: "\f360";
}

.zmdi-vk:before {
    content: "\f361";
}

.zmdi-wikipedia:before {
    content: "\f362";
}

.zmdi-windows:before {
    content: "\f363";
}

.zmdi-aspect-ratio-alt:before {
    content: "\f364";
}

.zmdi-aspect-ratio:before {
    content: "\f365";
}

.zmdi-blur-circular:before {
    content: "\f366";
}

.zmdi-blur-linear:before {
    content: "\f367";
}

.zmdi-blur-off:before {
    content: "\f368";
}

.zmdi-blur:before {
    content: "\f369";
}

.zmdi-brightness-2:before {
    content: "\f36a";
}

.zmdi-brightness-3:before {
    content: "\f36b";
}

.zmdi-brightness-4:before {
    content: "\f36c";
}

.zmdi-brightness-5:before {
    content: "\f36d";
}

.zmdi-brightness-6:before {
    content: "\f36e";
}

.zmdi-brightness-7:before {
    content: "\f36f";
}

.zmdi-brightness-auto:before {
    content: "\f370";
}

.zmdi-brightness-setting:before {
    content: "\f371";
}

.zmdi-broken-image:before {
    content: "\f372";
}

.zmdi-center-focus-strong:before {
    content: "\f373";
}

.zmdi-center-focus-weak:before {
    content: "\f374";
}

.zmdi-compare:before {
    content: "\f375";
}

.zmdi-crop-16-9:before {
    content: "\f376";
}

.zmdi-crop-3-2:before {
    content: "\f377";
}

.zmdi-crop-5-4:before {
    content: "\f378";
}

.zmdi-crop-7-5:before {
    content: "\f379";
}

.zmdi-crop-din:before {
    content: "\f37a";
}

.zmdi-crop-free:before {
    content: "\f37b";
}

.zmdi-crop-landscape:before {
    content: "\f37c";
}

.zmdi-crop-portrait:before {
    content: "\f37d";
}

.zmdi-crop-square:before {
    content: "\f37e";
}

.zmdi-exposure-alt:before {
    content: "\f37f";
}

.zmdi-exposure:before {
    content: "\f380";
}

.zmdi-filter-b-and-w:before {
    content: "\f381";
}

.zmdi-filter-center-focus:before {
    content: "\f382";
}

.zmdi-filter-frames:before {
    content: "\f383";
}

.zmdi-filter-tilt-shift:before {
    content: "\f384";
}

.zmdi-gradient:before {
    content: "\f385";
}

.zmdi-grain:before {
    content: "\f386";
}

.zmdi-graphic-eq:before {
    content: "\f387";
}

.zmdi-hdr-off:before {
    content: "\f388";
}

.zmdi-hdr-strong:before {
    content: "\f389";
}

.zmdi-hdr-weak:before {
    content: "\f38a";
}

.zmdi-hdr:before {
    content: "\f38b";
}

.zmdi-iridescent:before {
    content: "\f38c";
}

.zmdi-leak-off:before {
    content: "\f38d";
}

.zmdi-leak:before {
    content: "\f38e";
}

.zmdi-looks:before {
    content: "\f38f";
}

.zmdi-loupe:before {
    content: "\f390";
}

.zmdi-panorama-horizontal:before {
    content: "\f391";
}

.zmdi-panorama-vertical:before {
    content: "\f392";
}

.zmdi-panorama-wide-angle:before {
    content: "\f393";
}

.zmdi-photo-size-select-large:before {
    content: "\f394";
}

.zmdi-photo-size-select-small:before {
    content: "\f395";
}

.zmdi-picture-in-picture:before {
    content: "\f396";
}

.zmdi-slideshow:before {
    content: "\f397";
}

.zmdi-texture:before {
    content: "\f398";
}

.zmdi-tonality:before {
    content: "\f399";
}

.zmdi-vignette:before {
    content: "\f39a";
}

.zmdi-wb-auto:before {
    content: "\f39b";
}

.zmdi-eject-alt:before {
    content: "\f39c";
}

.zmdi-eject:before {
    content: "\f39d";
}

.zmdi-equalizer:before {
    content: "\f39e";
}

.zmdi-fast-forward:before {
    content: "\f39f";
}

.zmdi-fast-rewind:before {
    content: "\f3a0";
}

.zmdi-forward-10:before {
    content: "\f3a1";
}

.zmdi-forward-30:before {
    content: "\f3a2";
}

.zmdi-forward-5:before {
    content: "\f3a3";
}

.zmdi-hearing:before {
    content: "\f3a4";
}

.zmdi-pause-circle-outline:before {
    content: "\f3a5";
}

.zmdi-pause-circle:before {
    content: "\f3a6";
}

.zmdi-pause:before {
    content: "\f3a7";
}

.zmdi-play-circle-outline:before {
    content: "\f3a8";
}

.zmdi-play-circle:before {
    content: "\f3a9";
}

.zmdi-play:before {
    content: "\f3aa";
}

.zmdi-playlist-audio:before {
    content: "\f3ab";
}

.zmdi-playlist-plus:before {
    content: "\f3ac";
}

.zmdi-repeat-one:before {
    content: "\f3ad";
}

.zmdi-repeat:before {
    content: "\f3ae";
}

.zmdi-replay-10:before {
    content: "\f3af";
}

.zmdi-replay-30:before {
    content: "\f3b0";
}

.zmdi-replay-5:before {
    content: "\f3b1";
}

.zmdi-replay:before {
    content: "\f3b2";
}

.zmdi-shuffle:before {
    content: "\f3b3";
}

.zmdi-skip-next:before {
    content: "\f3b4";
}

.zmdi-skip-previous:before {
    content: "\f3b5";
}

.zmdi-stop:before {
    content: "\f3b6";
}

.zmdi-surround-sound:before {
    content: "\f3b7";
}

.zmdi-tune:before {
    content: "\f3b8";
}

.zmdi-volume-down:before {
    content: "\f3b9";
}

.zmdi-volume-mute:before {
    content: "\f3ba";
}

.zmdi-volume-off:before {
    content: "\f3bb";
}

.zmdi-volume-up:before {
    content: "\f3bc";
}

.zmdi-n-1-square:before {
    content: "\f3bd";
}

.zmdi-n-2-square:before {
    content: "\f3be";
}

.zmdi-n-3-square:before {
    content: "\f3bf";
}

.zmdi-n-4-square:before {
    content: "\f3c0";
}

.zmdi-n-5-square:before {
    content: "\f3c1";
}

.zmdi-n-6-square:before {
    content: "\f3c2";
}

.zmdi-neg-1:before {
    content: "\f3c3";
}

.zmdi-neg-2:before {
    content: "\f3c4";
}

.zmdi-plus-1:before {
    content: "\f3c5";
}

.zmdi-plus-2:before {
    content: "\f3c6";
}

.zmdi-sec-10:before {
    content: "\f3c7";
}

.zmdi-sec-3:before {
    content: "\f3c8";
}

.zmdi-zero:before {
    content: "\f3c9";
}

.zmdi-airline-seat-flat-angled:before {
    content: "\f3ca";
}

.zmdi-airline-seat-flat:before {
    content: "\f3cb";
}

.zmdi-airline-seat-individual-suite:before {
    content: "\f3cc";
}

.zmdi-airline-seat-legroom-extra:before {
    content: "\f3cd";
}

.zmdi-airline-seat-legroom-normal:before {
    content: "\f3ce";
}

.zmdi-airline-seat-legroom-reduced:before {
    content: "\f3cf";
}

.zmdi-airline-seat-recline-extra:before {
    content: "\f3d0";
}

.zmdi-airline-seat-recline-normal:before {
    content: "\f3d1";
}

.zmdi-airplay:before {
    content: "\f3d2";
}

.zmdi-closed-caption:before {
    content: "\f3d3";
}

.zmdi-confirmation-number:before {
    content: "\f3d4";
}

.zmdi-developer-board:before {
    content: "\f3d5";
}

.zmdi-disc-full:before {
    content: "\f3d6";
}

.zmdi-explicit:before {
    content: "\f3d7";
}

.zmdi-flight-land:before {
    content: "\f3d8";
}

.zmdi-flight-takeoff:before {
    content: "\f3d9";
}

.zmdi-flip-to-back:before {
    content: "\f3da";
}

.zmdi-flip-to-front:before {
    content: "\f3db";
}

.zmdi-group-work:before {
    content: "\f3dc";
}

.zmdi-hd:before {
    content: "\f3dd";
}

.zmdi-hq:before {
    content: "\f3de";
}

.zmdi-markunread-mailbox:before {
    content: "\f3df";
}

.zmdi-memory:before {
    content: "\f3e0";
}

.zmdi-nfc:before {
    content: "\f3e1";
}

.zmdi-play-for-work:before {
    content: "\f3e2";
}

.zmdi-power-input:before {
    content: "\f3e3";
}

.zmdi-present-to-all:before {
    content: "\f3e4";
}

.zmdi-satellite:before {
    content: "\f3e5";
}

.zmdi-tap-and-play:before {
    content: "\f3e6";
}

.zmdi-vibration:before {
    content: "\f3e7";
}

.zmdi-voicemail:before {
    content: "\f3e8";
}

.zmdi-group:before {
    content: "\f3e9";
}

.zmdi-rss:before {
    content: "\f3ea";
}

.zmdi-shape:before {
    content: "\f3eb";
}

.zmdi-spinner:before {
    content: "\f3ec";
}

.zmdi-ungroup:before {
    content: "\f3ed";
}

.zmdi-500px:before {
    content: "\f3ee";
}

.zmdi-8tracks:before {
    content: "\f3ef";
}

.zmdi-amazon:before {
    content: "\f3f0";
}

.zmdi-blogger:before {
    content: "\f3f1";
}

.zmdi-delicious:before {
    content: "\f3f2";
}

.zmdi-disqus:before {
    content: "\f3f3";
}

.zmdi-flattr:before {
    content: "\f3f4";
}

.zmdi-flickr:before {
    content: "\f3f5";
}

.zmdi-github-alt:before {
    content: "\f3f6";
}

.zmdi-google-old:before {
    content: "\f3f7";
}

.zmdi-linkedin:before {
    content: "\f3f8";
}

.zmdi-odnoklassniki:before {
    content: "\f3f9";
}

.zmdi-outlook:before {
    content: "\f3fa";
}

.zmdi-paypal-alt:before {
    content: "\f3fb";
}

.zmdi-pinterest:before {
    content: "\f3fc";
}

.zmdi-playstation:before {
    content: "\f3fd";
}

.zmdi-reddit:before {
    content: "\f3fe";
}

.zmdi-skype:before {
    content: "\f3ff";
}

.zmdi-slideshare:before {
    content: "\f400";
}

.zmdi-soundcloud:before {
    content: "\f401";
}

.zmdi-tumblr:before {
    content: "\f402";
}

.zmdi-twitch:before {
    content: "\f403";
}

.zmdi-vimeo:before {
    content: "\f404";
}

.zmdi-whatsapp:before {
    content: "\f405";
}

.zmdi-xbox:before {
    content: "\f406";
}

.zmdi-yahoo:before {
    content: "\f407";
}

.zmdi-youtube-play:before {
    content: "\f408";
}

.zmdi-youtube:before {
    content: "\f409";
}

.zmdi-3d-rotation:before {
    content: "\f101";
}

.zmdi-airplane-off:before {
    content: "\f102";
}

.zmdi-airplane:before {
    content: "\f103";
}

.zmdi-album:before {
    content: "\f104";
}

.zmdi-archive:before {
    content: "\f105";
}

.zmdi-assignment-account:before {
    content: "\f106";
}

.zmdi-assignment-alert:before {
    content: "\f107";
}

.zmdi-assignment-check:before {
    content: "\f108";
}

.zmdi-assignment-o:before {
    content: "\f109";
}

.zmdi-assignment-return:before {
    content: "\f10a";
}

.zmdi-assignment-returned:before {
    content: "\f10b";
}

.zmdi-assignment:before {
    content: "\f10c";
}

.zmdi-attachment-alt:before {
    content: "\f10d";
}

.zmdi-attachment:before {
    content: "\f10e";
}

.zmdi-audio:before {
    content: "\f10f";
}

.zmdi-badge-check:before {
    content: "\f110";
}

.zmdi-balance-wallet:before {
    content: "\f111";
}

.zmdi-balance:before {
    content: "\f112";
}

.zmdi-battery-alert:before {
    content: "\f113";
}

.zmdi-battery-flash:before {
    content: "\f114";
}

.zmdi-battery-unknown:before {
    content: "\f115";
}

.zmdi-battery:before {
    content: "\f116";
}

.zmdi-bike:before {
    content: "\f117";
}

.zmdi-block-alt:before {
    content: "\f118";
}

.zmdi-block:before {
    content: "\f119";
}

.zmdi-boat:before {
    content: "\f11a";
}

.zmdi-book-image:before {
    content: "\f11b";
}

.zmdi-book:before {
    content: "\f11c";
}

.zmdi-bookmark-outline:before {
    content: "\f11d";
}

.zmdi-bookmark:before {
    content: "\f11e";
}

.zmdi-brush:before {
    content: "\f11f";
}

.zmdi-bug:before {
    content: "\f120";
}

.zmdi-bus:before {
    content: "\f121";
}

.zmdi-cake:before {
    content: "\f122";
}

.zmdi-car-taxi:before {
    content: "\f123";
}

.zmdi-car-wash:before {
    content: "\f124";
}

.zmdi-car:before {
    content: "\f125";
}

.zmdi-card-giftcard:before {
    content: "\f126";
}

.zmdi-card-membership:before {
    content: "\f127";
}

.zmdi-card-travel:before {
    content: "\f128";
}

.zmdi-card:before {
    content: "\f129";
}

.zmdi-case-check:before {
    content: "\f12a";
}

.zmdi-case-download:before {
    content: "\f12b";
}

.zmdi-case-play:before {
    content: "\f12c";
}

.zmdi-case:before {
    content: "\f12d";
}

.zmdi-cast-connected:before {
    content: "\f12e";
}

.zmdi-cast:before {
    content: "\f12f";
}

.zmdi-chart-donut:before {
    content: "\f130";
}

.zmdi-chart:before {
    content: "\f131";
}

.zmdi-city-alt:before {
    content: "\f132";
}

.zmdi-city:before {
    content: "\f133";
}

.zmdi-close-circle-o:before {
    content: "\f134";
}

.zmdi-close-circle:before {
    content: "\f135";
}

.zmdi-close:before {
    content: "\f136";
}

.zmdi-cocktail:before {
    content: "\f137";
}

.zmdi-code-setting:before {
    content: "\f138";
}

.zmdi-code-smartphone:before {
    content: "\f139";
}

.zmdi-code:before {
    content: "\f13a";
}

.zmdi-coffee:before {
    content: "\f13b";
}

.zmdi-collection-bookmark:before {
    content: "\f13c";
}

.zmdi-collection-case-play:before {
    content: "\f13d";
}

.zmdi-collection-folder-image:before {
    content: "\f13e";
}

.zmdi-collection-image-o:before {
    content: "\f13f";
}

.zmdi-collection-image:before {
    content: "\f140";
}

.zmdi-collection-item-1:before {
    content: "\f141";
}

.zmdi-collection-item-2:before {
    content: "\f142";
}

.zmdi-collection-item-3:before {
    content: "\f143";
}

.zmdi-collection-item-4:before {
    content: "\f144";
}

.zmdi-collection-item-5:before {
    content: "\f145";
}

.zmdi-collection-item-6:before {
    content: "\f146";
}

.zmdi-collection-item-7:before {
    content: "\f147";
}

.zmdi-collection-item-8:before {
    content: "\f148";
}

.zmdi-collection-item-9-plus:before {
    content: "\f149";
}

.zmdi-collection-item-9:before {
    content: "\f14a";
}

.zmdi-collection-item:before {
    content: "\f14b";
}

.zmdi-collection-music:before {
    content: "\f14c";
}

.zmdi-collection-pdf:before {
    content: "\f14d";
}

.zmdi-collection-plus:before {
    content: "\f14e";
}

.zmdi-collection-speaker:before {
    content: "\f14f";
}

.zmdi-collection-text:before {
    content: "\f150";
}

.zmdi-collection-video:before {
    content: "\f151";
}

.zmdi-compass:before {
    content: "\f152";
}

.zmdi-cutlery:before {
    content: "\f153";
}

.zmdi-delete:before {
    content: "\f154";
}

.zmdi-dialpad:before {
    content: "\f155";
}

.zmdi-dns:before {
    content: "\f156";
}

.zmdi-drink:before {
    content: "\f157";
}

.zmdi-edit:before {
    content: "\f158";
}

.zmdi-email-open:before {
    content: "\f159";
}

.zmdi-email:before {
    content: "\f15a";
}

.zmdi-eye-off:before {
    content: "\f15b";
}

.zmdi-eye:before {
    content: "\f15c";
}

.zmdi-eyedropper:before {
    content: "\f15d";
}

.zmdi-favorite-outline:before {
    content: "\f15e";
}

.zmdi-favorite:before {
    content: "\f15f";
}

.zmdi-filter-list:before {
    content: "\f160";
}

.zmdi-fire:before {
    content: "\f161";
}

.zmdi-flag:before {
    content: "\f162";
}

.zmdi-flare:before {
    content: "\f163";
}

.zmdi-flash-auto:before {
    content: "\f164";
}

.zmdi-flash-off:before {
    content: "\f165";
}

.zmdi-flash:before {
    content: "\f166";
}

.zmdi-flip:before {
    content: "\f167";
}

.zmdi-flower-alt:before {
    content: "\f168";
}

.zmdi-flower:before {
    content: "\f169";
}

.zmdi-font:before {
    content: "\f16a";
}

.zmdi-fullscreen-alt:before {
    content: "\f16b";
}

.zmdi-fullscreen-exit:before {
    content: "\f16c";
}

.zmdi-fullscreen:before {
    content: "\f16d";
}

.zmdi-functions:before {
    content: "\f16e";
}

.zmdi-gas-station:before {
    content: "\f16f";
}

.zmdi-gesture:before {
    content: "\f170";
}

.zmdi-globe-alt:before {
    content: "\f171";
}

.zmdi-globe-lock:before {
    content: "\f172";
}

.zmdi-globe:before {
    content: "\f173";
}

.zmdi-graduation-cap:before {
    content: "\f174";
}

.zmdi-home:before {
    content: "\f175";
}

.zmdi-hospital-alt:before {
    content: "\f176";
}

.zmdi-hospital:before {
    content: "\f177";
}

.zmdi-hotel:before {
    content: "\f178";
}

.zmdi-hourglass-alt:before {
    content: "\f179";
}

.zmdi-hourglass-outline:before {
    content: "\f17a";
}

.zmdi-hourglass:before {
    content: "\f17b";
}

.zmdi-http:before {
    content: "\f17c";
}

.zmdi-image-alt:before {
    content: "\f17d";
}

.zmdi-image-o:before {
    content: "\f17e";
}

.zmdi-image:before {
    content: "\f17f";
}

.zmdi-inbox:before {
    content: "\f180";
}

.zmdi-invert-colors-off:before {
    content: "\f181";
}

.zmdi-invert-colors:before {
    content: "\f182";
}

.zmdi-key:before {
    content: "\f183";
}

.zmdi-label-alt-outline:before {
    content: "\f184";
}

.zmdi-label-alt:before {
    content: "\f185";
}

.zmdi-label-heart:before {
    content: "\f186";
}

.zmdi-label:before {
    content: "\f187";
}

.zmdi-labels:before {
    content: "\f188";
}

.zmdi-lamp:before {
    content: "\f189";
}

.zmdi-landscape:before {
    content: "\f18a";
}

.zmdi-layers-off:before {
    content: "\f18b";
}

.zmdi-layers:before {
    content: "\f18c";
}

.zmdi-library:before {
    content: "\f18d";
}

.zmdi-link:before {
    content: "\f18e";
}

.zmdi-lock-open:before {
    content: "\f18f";
}

.zmdi-lock-outline:before {
    content: "\f190";
}

.zmdi-lock:before {
    content: "\f191";
}

.zmdi-mail-reply-all:before {
    content: "\f192";
}

.zmdi-mail-reply:before {
    content: "\f193";
}

.zmdi-mail-send:before {
    content: "\f194";
}

.zmdi-mall:before {
    content: "\f195";
}

.zmdi-map:before {
    content: "\f196";
}

.zmdi-menu:before {
    content: "\f197";
}

.zmdi-money-box:before {
    content: "\f198";
}

.zmdi-money-off:before {
    content: "\f199";
}

.zmdi-money:before {
    content: "\f19a";
}

.zmdi-more-vert:before {
    content: "\f19b";
}

.zmdi-more:before {
    content: "\f19c";
}

.zmdi-movie-alt:before {
    content: "\f19d";
}

.zmdi-movie:before {
    content: "\f19e";
}

.zmdi-nature-people:before {
    content: "\f19f";
}

.zmdi-nature:before {
    content: "\f1a0";
}

.zmdi-navigation:before {
    content: "\f1a1";
}

.zmdi-open-in-browser:before {
    content: "\f1a2";
}

.zmdi-open-in-new:before {
    content: "\f1a3";
}

.zmdi-palette:before {
    content: "\f1a4";
}

.zmdi-parking:before {
    content: "\f1a5";
}

.zmdi-pin-account:before {
    content: "\f1a6";
}

.zmdi-pin-assistant:before {
    content: "\f1a7";
}

.zmdi-pin-drop:before {
    content: "\f1a8";
}

.zmdi-pin-help:before {
    content: "\f1a9";
}

.zmdi-pin-off:before {
    content: "\f1aa";
}

.zmdi-pin:before {
    content: "\f1ab";
}

.zmdi-pizza:before {
    content: "\f1ac";
}

.zmdi-plaster:before {
    content: "\f1ad";
}

.zmdi-power-setting:before {
    content: "\f1ae";
}

.zmdi-power:before {
    content: "\f1af";
}

.zmdi-print:before {
    content: "\f1b0";
}

.zmdi-puzzle-piece:before {
    content: "\f1b1";
}

.zmdi-quote:before {
    content: "\f1b2";
}

.zmdi-railway:before {
    content: "\f1b3";
}

.zmdi-receipt:before {
    content: "\f1b4";
}

.zmdi-refresh-alt:before {
    content: "\f1b5";
}

.zmdi-refresh-sync-alert:before {
    content: "\f1b6";
}

.zmdi-refresh-sync-off:before {
    content: "\f1b7";
}

.zmdi-refresh-sync:before {
    content: "\f1b8";
}

.zmdi-refresh:before {
    content: "\f1b9";
}

.zmdi-roller:before {
    content: "\f1ba";
}

.zmdi-ruler:before {
    content: "\f1bb";
}

.zmdi-scissors:before {
    content: "\f1bc";
}

.zmdi-screen-rotation-lock:before {
    content: "\f1bd";
}

.zmdi-screen-rotation:before {
    content: "\f1be";
}

.zmdi-search-for:before {
    content: "\f1bf";
}

.zmdi-search-in-file:before {
    content: "\f1c0";
}

.zmdi-search-in-page:before {
    content: "\f1c1";
}

.zmdi-search-replace:before {
    content: "\f1c2";
}

.zmdi-search:before {
    content: "\f1c3";
}

.zmdi-seat:before {
    content: "\f1c4";
}

.zmdi-settings-square:before {
    content: "\f1c5";
}

.zmdi-settings:before {
    content: "\f1c6";
}

.zmdi-shield-check:before {
    content: "\f1c7";
}

.zmdi-shield-security:before {
    content: "\f1c8";
}

.zmdi-shopping-basket:before {
    content: "\f1c9";
}

.zmdi-shopping-cart-plus:before {
    content: "\f1ca";
}

.zmdi-shopping-cart:before {
    content: "\f1cb";
}

.zmdi-sign-in:before {
    content: "\f1cc";
}

.zmdi-sort-amount-asc:before {
    content: "\f1cd";
}

.zmdi-sort-amount-desc:before {
    content: "\f1ce";
}

.zmdi-sort-asc:before {
    content: "\f1cf";
}

.zmdi-sort-desc:before {
    content: "\f1d0";
}

.zmdi-spellcheck:before {
    content: "\f1d1";
}

.zmdi-storage:before {
    content: "\f1d2";
}

.zmdi-store-24:before {
    content: "\f1d3";
}

.zmdi-store:before {
    content: "\f1d4";
}

.zmdi-subway:before {
    content: "\f1d5";
}

.zmdi-sun:before {
    content: "\f1d6";
}

.zmdi-tab-unselected:before {
    content: "\f1d7";
}

.zmdi-tab:before {
    content: "\f1d8";
}

.zmdi-tag-close:before {
    content: "\f1d9";
}

.zmdi-tag-more:before {
    content: "\f1da";
}

.zmdi-tag:before {
    content: "\f1db";
}

.zmdi-thumb-down:before {
    content: "\f1dc";
}

.zmdi-thumb-up-down:before {
    content: "\f1dd";
}

.zmdi-thumb-up:before {
    content: "\f1de";
}

.zmdi-ticket-star:before {
    content: "\f1df";
}

.zmdi-toll:before {
    content: "\f1e0";
}

.zmdi-toys:before {
    content: "\f1e1";
}

.zmdi-traffic:before {
    content: "\f1e2";
}

.zmdi-translate:before {
    content: "\f1e3";
}

.zmdi-triangle-down:before {
    content: "\f1e4";
}

.zmdi-triangle-up:before {
    content: "\f1e5";
}

.zmdi-truck:before {
    content: "\f1e6";
}

.zmdi-turning-sign:before {
    content: "\f1e7";
}

.zmdi-wallpaper:before {
    content: "\f1e8";
}

.zmdi-washing-machine:before {
    content: "\f1e9";
}

.zmdi-window-maximize:before {
    content: "\f1ea";
}

.zmdi-window-minimize:before {
    content: "\f1eb";
}

.zmdi-window-restore:before {
    content: "\f1ec";
}

.zmdi-wrench:before {
    content: "\f1ed";
}

.zmdi-zoom-in:before {
    content: "\f1ee";
}

.zmdi-zoom-out:before {
    content: "\f1ef";
}

.zmdi-alert-circle-o:before {
    content: "\f1f0";
}

.zmdi-alert-circle:before {
    content: "\f1f1";
}

.zmdi-alert-octagon:before {
    content: "\f1f2";
}

.zmdi-alert-polygon:before {
    content: "\f1f3";
}

.zmdi-alert-triangle:before {
    content: "\f1f4";
}

.zmdi-help-outline:before {
    content: "\f1f5";
}

.zmdi-help:before {
    content: "\f1f6";
}

.zmdi-info-outline:before {
    content: "\f1f7";
}

.zmdi-info:before {
    content: "\f1f8";
}

.zmdi-notifications-active:before {
    content: "\f1f9";
}

.zmdi-notifications-add:before {
    content: "\f1fa";
}

.zmdi-notifications-none:before {
    content: "\f1fb";
}

.zmdi-notifications-off:before {
    content: "\f1fc";
}

.zmdi-notifications-paused:before {
    content: "\f1fd";
}

.zmdi-notifications:before {
    content: "\f1fe";
}

.zmdi-account-add:before {
    content: "\f1ff";
}

.zmdi-account-box-mail:before {
    content: "\f200";
}

.zmdi-account-box-o:before {
    content: "\f201";
}

.zmdi-account-box-phone:before {
    content: "\f202";
}

.zmdi-account-box:before {
    content: "\f203";
}

.zmdi-account-calendar:before {
    content: "\f204";
}

.zmdi-account-circle:before {
    content: "\f205";
}

.zmdi-account-o:before {
    content: "\f206";
}

.zmdi-account:before {
    content: "\f207";
}

.zmdi-accounts-add:before {
    content: "\f208";
}

.zmdi-accounts-alt:before {
    content: "\f209";
}

.zmdi-accounts-list-alt:before {
    content: "\f20a";
}

.zmdi-accounts-list:before {
    content: "\f20b";
}

.zmdi-accounts-outline:before {
    content: "\f20c";
}

.zmdi-accounts:before {
    content: "\f20d";
}

.zmdi-face:before {
    content: "\f20e";
}

.zmdi-female:before {
    content: "\f20f";
}

.zmdi-male-alt:before {
    content: "\f210";
}

.zmdi-male-female:before {
    content: "\f211";
}

.zmdi-male:before {
    content: "\f212";
}

.zmdi-mood-bad:before {
    content: "\f213";
}

.zmdi-mood:before {
    content: "\f214";
}

.zmdi-run:before {
    content: "\f215";
}

.zmdi-walk:before {
    content: "\f216";
}

.zmdi-cloud-box:before {
    content: "\f217";
}

.zmdi-cloud-circle:before {
    content: "\f218";
}

.zmdi-cloud-done:before {
    content: "\f219";
}

.zmdi-cloud-download:before {
    content: "\f21a";
}

.zmdi-cloud-off:before {
    content: "\f21b";
}

.zmdi-cloud-outline-alt:before {
    content: "\f21c";
}

.zmdi-cloud-outline:before {
    content: "\f21d";
}

.zmdi-cloud-upload:before {
    content: "\f21e";
}

.zmdi-cloud:before {
    content: "\f21f";
}

.zmdi-download:before {
    content: "\f220";
}

.zmdi-file-plus:before {
    content: "\f221";
}

.zmdi-file-text:before {
    content: "\f222";
}

.zmdi-file:before {
    content: "\f223";
}

.zmdi-folder-outline:before {
    content: "\f224";
}

.zmdi-folder-person:before {
    content: "\f225";
}

.zmdi-folder-star-alt:before {
    content: "\f226";
}

.zmdi-folder-star:before {
    content: "\f227";
}

.zmdi-folder:before {
    content: "\f228";
}

.zmdi-gif:before {
    content: "\f229";
}

.zmdi-upload:before {
    content: "\f22a";
}

.zmdi-border-all:before {
    content: "\f22b";
}

.zmdi-border-bottom:before {
    content: "\f22c";
}

.zmdi-border-clear:before {
    content: "\f22d";
}

.zmdi-border-color:before {
    content: "\f22e";
}

.zmdi-border-horizontal:before {
    content: "\f22f";
}

.zmdi-border-inner:before {
    content: "\f230";
}

.zmdi-border-left:before {
    content: "\f231";
}

.zmdi-border-outer:before {
    content: "\f232";
}

.zmdi-border-right:before {
    content: "\f233";
}

.zmdi-border-style:before {
    content: "\f234";
}

.zmdi-border-top:before {
    content: "\f235";
}

.zmdi-border-vertical:before {
    content: "\f236";
}

.zmdi-copy:before {
    content: "\f237";
}

.zmdi-crop:before {
    content: "\f238";
}

.zmdi-format-align-center:before {
    content: "\f239";
}

.zmdi-format-align-justify:before {
    content: "\f23a";
}

.zmdi-format-align-left:before {
    content: "\f23b";
}

.zmdi-format-align-right:before {
    content: "\f23c";
}

.zmdi-format-bold:before {
    content: "\f23d";
}

.zmdi-format-clear-all:before {
    content: "\f23e";
}

.zmdi-format-clear:before {
    content: "\f23f";
}

.zmdi-format-color-fill:before {
    content: "\f240";
}

.zmdi-format-color-reset:before {
    content: "\f241";
}

.zmdi-format-color-text:before {
    content: "\f242";
}

.zmdi-format-indent-decrease:before {
    content: "\f243";
}

.zmdi-format-indent-increase:before {
    content: "\f244";
}

.zmdi-format-italic:before {
    content: "\f245";
}

.zmdi-format-line-spacing:before {
    content: "\f246";
}

.zmdi-format-list-bulleted:before {
    content: "\f247";
}

.zmdi-format-list-numbered:before {
    content: "\f248";
}

.zmdi-format-ltr:before {
    content: "\f249";
}

.zmdi-format-rtl:before {
    content: "\f24a";
}

.zmdi-format-size:before {
    content: "\f24b";
}

.zmdi-format-strikethrough-s:before {
    content: "\f24c";
}

.zmdi-format-strikethrough:before {
    content: "\f24d";
}

.zmdi-format-subject:before {
    content: "\f24e";
}

.zmdi-format-underlined:before {
    content: "\f24f";
}

.zmdi-format-valign-bottom:before {
    content: "\f250";
}

.zmdi-format-valign-center:before {
    content: "\f251";
}

.zmdi-format-valign-top:before {
    content: "\f252";
}

.zmdi-redo:before {
    content: "\f253";
}

.zmdi-select-all:before {
    content: "\f254";
}

.zmdi-space-bar:before {
    content: "\f255";
}

.zmdi-text-format:before {
    content: "\f256";
}

.zmdi-transform:before {
    content: "\f257";
}

.zmdi-undo:before {
    content: "\f258";
}

.zmdi-wrap-text:before {
    content: "\f259";
}

.zmdi-comment-alert:before {
    content: "\f25a";
}

.zmdi-comment-alt-text:before {
    content: "\f25b";
}

.zmdi-comment-alt:before {
    content: "\f25c";
}

.zmdi-comment-edit:before {
    content: "\f25d";
}

.zmdi-comment-image:before {
    content: "\f25e";
}

.zmdi-comment-list:before {
    content: "\f25f";
}

.zmdi-comment-more:before {
    content: "\f260";
}

.zmdi-comment-outline:before {
    content: "\f261";
}

.zmdi-comment-text-alt:before {
    content: "\f262";
}

.zmdi-comment-text:before {
    content: "\f263";
}

.zmdi-comment-video:before {
    content: "\f264";
}

.zmdi-comment:before {
    content: "\f265";
}

.zmdi-comments:before {
    content: "\f266";
}

.zmdi-check-all:before {
    content: "\f267";
}

.zmdi-check-circle-u:before {
    content: "\f268";
}

.zmdi-check-circle:before {
    content: "\f269";
}

.zmdi-check-square:before {
    content: "\f26a";
}

.zmdi-check:before {
    content: "\f26b";
}

.zmdi-circle-o:before {
    content: "\f26c";
}

.zmdi-circle:before {
    content: "\f26d";
}

.zmdi-dot-circle-alt:before {
    content: "\f26e";
}

.zmdi-dot-circle:before {
    content: "\f26f";
}

.zmdi-minus-circle-outline:before {
    content: "\f270";
}

.zmdi-minus-circle:before {
    content: "\f271";
}

.zmdi-minus-square:before {
    content: "\f272";
}

.zmdi-minus:before {
    content: "\f273";
}

.zmdi-plus-circle-o-duplicate:before {
    content: "\f274";
}

.zmdi-plus-circle-o:before {
    content: "\f275";
}

.zmdi-plus-circle:before {
    content: "\f276";
}

.zmdi-plus-square:before {
    content: "\f277";
}

.zmdi-plus:before {
    content: "\f278";
}

.zmdi-square-o:before {
    content: "\f279";
}

.zmdi-star-circle:before {
    content: "\f27a";
}

.zmdi-star-half:before {
    content: "\f27b";
}

.zmdi-star-outline:before {
    content: "\f27c";
}

.zmdi-star:before {
    content: "\f27d";
}

.zmdi-bluetooth-connected:before {
    content: "\f27e";
}

.zmdi-bluetooth-off:before {
    content: "\f27f";
}

.zmdi-bluetooth-search:before {
    content: "\f280";
}

.zmdi-bluetooth-setting:before {
    content: "\f281";
}

.zmdi-bluetooth:before {
    content: "\f282";
}

.zmdi-camera-add:before {
    content: "\f283";
}

.zmdi-camera-alt:before {
    content: "\f284";
}

.zmdi-camera-bw:before {
    content: "\f285";
}

.zmdi-camera-front:before {
    content: "\f286";
}

.zmdi-camera-mic:before {
    content: "\f287";
}

.zmdi-camera-party-mode:before {
    content: "\f288";
}

.zmdi-camera-rear:before {
    content: "\f289";
}

.zmdi-camera-roll:before {
    content: "\f28a";
}

.zmdi-camera-switch:before {
    content: "\f28b";
}

.zmdi-camera:before {
    content: "\f28c";
}

.zmdi-card-alert:before {
    content: "\f28d";
}

.zmdi-card-off:before {
    content: "\f28e";
}

.zmdi-card-sd:before {
    content: "\f28f";
}

.zmdi-card-sim:before {
    content: "\f290";
}

.zmdi-desktop-mac:before {
    content: "\f291";
}

.zmdi-desktop-windows:before {
    content: "\f292";
}

.zmdi-device-hub:before {
    content: "\f293";
}

.zmdi-devices-off:before {
    content: "\f294";
}

.zmdi-devices:before {
    content: "\f295";
}

.zmdi-dock:before {
    content: "\f296";
}

.zmdi-floppy:before {
    content: "\f297";
}

.zmdi-gamepad:before {
    content: "\f298";
}

.zmdi-gps-dot:before {
    content: "\f299";
}

.zmdi-gps-off:before {
    content: "\f29a";
}

.zmdi-gps:before {
    content: "\f29b";
}

.zmdi-headset-mic:before {
    content: "\f29c";
}

.zmdi-headset:before {
    content: "\f29d";
}

.zmdi-input-antenna:before {
    content: "\f29e";
}

.zmdi-input-composite:before {
    content: "\f29f";
}

.zmdi-input-hdmi:before {
    content: "\f2a0";
}

.zmdi-input-power:before {
    content: "\f2a1";
}

.zmdi-input-svideo:before {
    content: "\f2a2";
}

.zmdi-keyboard-hide:before {
    content: "\f2a3";
}

.zmdi-keyboard:before {
    content: "\f2a4";
}

.zmdi-laptop-chromebook:before {
    content: "\f2a5";
}

.zmdi-laptop-mac:before {
    content: "\f2a6";
}

.zmdi-laptop:before {
    content: "\f2a7";
}

.zmdi-mic-off:before {
    content: "\f2a8";
}

.zmdi-mic-outline:before {
    content: "\f2a9";
}

.zmdi-mic-setting:before {
    content: "\f2aa";
}

.zmdi-mic:before {
    content: "\f2ab";
}

.zmdi-mouse:before {
    content: "\f2ac";
}

.zmdi-network-alert:before {
    content: "\f2ad";
}

.zmdi-network-locked:before {
    content: "\f2ae";
}

.zmdi-network-off:before {
    content: "\f2af";
}

.zmdi-network-outline:before {
    content: "\f2b0";
}

.zmdi-network-setting:before {
    content: "\f2b1";
}

.zmdi-network:before {
    content: "\f2b2";
}

.zmdi-phone-bluetooth:before {
    content: "\f2b3";
}

.zmdi-phone-end:before {
    content: "\f2b4";
}

.zmdi-phone-forwarded:before {
    content: "\f2b5";
}

.zmdi-phone-in-talk:before {
    content: "\f2b6";
}

.zmdi-phone-locked:before {
    content: "\f2b7";
}

.zmdi-phone-missed:before {
    content: "\f2b8";
}

.zmdi-phone-msg:before {
    content: "\f2b9";
}

.zmdi-phone-paused:before {
    content: "\f2ba";
}

.zmdi-phone-ring:before {
    content: "\f2bb";
}

.zmdi-phone-setting:before {
    content: "\f2bc";
}

.zmdi-phone-sip:before {
    content: "\f2bd";
}

.zmdi-phone:before {
    content: "\f2be";
}

.zmdi-portable-wifi-changes:before {
    content: "\f2bf";
}

.zmdi-portable-wifi-off:before {
    content: "\f2c0";
}

.zmdi-portable-wifi:before {
    content: "\f2c1";
}

.zmdi-radio:before {
    content: "\f2c2";
}

.zmdi-reader:before {
    content: "\f2c3";
}

.zmdi-remote-control-alt:before {
    content: "\f2c4";
}

.zmdi-remote-control:before {
    content: "\f2c5";
}

.zmdi-router:before {
    content: "\f2c6";
}

.zmdi-scanner:before {
    content: "\f2c7";
}

.zmdi-smartphone-android:before {
    content: "\f2c8";
}

.zmdi-smartphone-download:before {
    content: "\f2c9";
}

.zmdi-smartphone-erase:before {
    content: "\f2ca";
}

.zmdi-smartphone-info:before {
    content: "\f2cb";
}

.zmdi-smartphone-iphone:before {
    content: "\f2cc";
}

.zmdi-smartphone-landscape-lock:before {
    content: "\f2cd";
}

.zmdi-smartphone-landscape:before {
    content: "\f2ce";
}

.zmdi-smartphone-lock:before {
    content: "\f2cf";
}

.zmdi-smartphone-portrait-lock:before {
    content: "\f2d0";
}

.zmdi-smartphone-ring:before {
    content: "\f2d1";
}

.zmdi-smartphone-setting:before {
    content: "\f2d2";
}

.zmdi-smartphone-setup:before {
    content: "\f2d3";
}

.zmdi-smartphone:before {
    content: "\f2d4";
}

.zmdi-speaker:before {
    content: "\f2d5";
}

.zmdi-tablet-android:before {
    content: "\f2d6";
}

.zmdi-tablet-mac:before {
    content: "\f2d7";
}

.zmdi-tablet:before {
    content: "\f2d8";
}

.zmdi-tv-alt-play:before {
    content: "\f2d9";
}

.zmdi-tv-list:before {
    content: "\f2da";
}

.zmdi-tv-play:before {
    content: "\f2db";
}

.zmdi-tv:before {
    content: "\f2dc";
}

.zmdi-usb:before {
    content: "\f2dd";
}

.zmdi-videocam-off:before {
    content: "\f2de";
}

.zmdi-videocam-switch:before {
    content: "\f2df";
}

.zmdi-videocam:before {
    content: "\f2e0";
}

.zmdi-watch:before {
    content: "\f2e1";
}

.zmdi-wifi-alt-2:before {
    content: "\f2e2";
}

.zmdi-wifi-alt:before {
    content: "\f2e3";
}

.zmdi-wifi-info:before {
    content: "\f2e4";
}

.zmdi-wifi-lock:before {
    content: "\f2e5";
}

.zmdi-wifi-off:before {
    content: "\f2e6";
}

.zmdi-wifi-outline:before {
    content: "\f2e7";
}

.zmdi-wifi:before {
    content: "\f2e8";
}

.zmdi-arrow-left-bottom:before {
    content: "\f2e9";
}

.zmdi-arrow-left:before {
    content: "\f2ea";
}

.zmdi-arrow-merge:before {
    content: "\f2eb";
}

.zmdi-arrow-missed:before {
    content: "\f2ec";
}

.zmdi-arrow-right-top:before {
    content: "\f2ed";
}

.zmdi-arrow-right:before {
    content: "\f2ee";
}

.zmdi-arrow-split:before {
    content: "\f2ef";
}

.zmdi-arrows:before {
    content: "\f2f0";
}

.zmdi-caret-down-circle:before {
    content: "\f2f1";
}

.zmdi-caret-down:before {
    content: "\f2f2";
}

.zmdi-caret-left-circle:before {
    content: "\f2f3";
}

.zmdi-caret-left:before {
    content: "\f2f4";
}

.zmdi-caret-right-circle:before {
    content: "\f2f5";
}

.zmdi-caret-right:before {
    content: "\f2f6";
}

.zmdi-caret-up-circle:before {
    content: "\f2f7";
}

.zmdi-caret-up:before {
    content: "\f2f8";
}

.zmdi-chevron-down:before {
    content: "\f2f9";
}

.zmdi-chevron-left:before {
    content: "\f2fa";
}

.zmdi-chevron-right:before {
    content: "\f2fb";
}

.zmdi-chevron-up:before {
    content: "\f2fc";
}

.zmdi-forward:before {
    content: "\f2fd";
}

.zmdi-long-arrow-down:before {
    content: "\f2fe";
}

.zmdi-long-arrow-left:before {
    content: "\f2ff";
}

.zmdi-long-arrow-return:before {
    content: "\f300";
}

.zmdi-long-arrow-right:before {
    content: "\f301";
}

.zmdi-long-arrow-tab:before {
    content: "\f302";
}

.zmdi-long-arrow-up:before {
    content: "\f303";
}

.zmdi-rotate-ccw:before {
    content: "\f304";
}

.zmdi-rotate-cw:before {
    content: "\f305";
}

.zmdi-rotate-left:before {
    content: "\f306";
}

.zmdi-rotate-right:before {
    content: "\f307";
}

.zmdi-square-down:before {
    content: "\f308";
}

.zmdi-square-right:before {
    content: "\f309";
}

.zmdi-swap-alt:before {
    content: "\f30a";
}

.zmdi-swap-vertical-circle:before {
    content: "\f30b";
}

.zmdi-swap-vertical:before {
    content: "\f30c";
}

.zmdi-swap:before {
    content: "\f30d";
}

.zmdi-trending-down:before {
    content: "\f30e";
}

.zmdi-trending-flat:before {
    content: "\f30f";
}

.zmdi-trending-up:before {
    content: "\f310";
}

.zmdi-unfold-less:before {
    content: "\f311";
}

.zmdi-unfold-more:before {
    content: "\f312";
}

.zmdi-apps:before {
    content: "\f313";
}

.zmdi-grid-off:before {
    content: "\f314";
}

.zmdi-grid:before {
    content: "\f315";
}

.zmdi-view-agenda:before {
    content: "\f316";
}

.zmdi-view-array:before {
    content: "\f317";
}

.zmdi-view-carousel:before {
    content: "\f318";
}

.zmdi-view-column:before {
    content: "\f319";
}

.zmdi-view-comfy:before {
    content: "\f31a";
}

.zmdi-view-compact:before {
    content: "\f31b";
}

.zmdi-view-dashboard:before {
    content: "\f31c";
}

.zmdi-view-day:before {
    content: "\f31d";
}

.zmdi-view-headline:before {
    content: "\f31e";
}

.zmdi-view-list-alt:before {
    content: "\f31f";
}

.zmdi-view-list:before {
    content: "\f320";
}

.zmdi-view-module:before {
    content: "\f321";
}

.zmdi-view-quilt:before {
    content: "\f322";
}

.zmdi-view-stream:before {
    content: "\f323";
}

.zmdi-view-subtitles:before {
    content: "\f324";
}

.zmdi-view-toc:before {
    content: "\f325";
}

.zmdi-view-web:before {
    content: "\f326";
}

.zmdi-view-week:before {
    content: "\f327";
}

.zmdi-widgets:before {
    content: "\f328";
}

.zmdi-alarm-check:before {
    content: "\f329";
}

.zmdi-alarm-off:before {
    content: "\f32a";
}

.zmdi-alarm-plus:before {
    content: "\f32b";
}

.zmdi-alarm-snooze:before {
    content: "\f32c";
}

.zmdi-alarm:before {
    content: "\f32d";
}

.zmdi-calendar-alt:before {
    content: "\f32e";
}

.zmdi-calendar-check:before {
    content: "\f32f";
}

.zmdi-calendar-close:before {
    content: "\f330";
}

.zmdi-calendar-note:before {
    content: "\f331";
}

.zmdi-calendar:before {
    content: "\f332";
}

.zmdi-time-countdown:before {
    content: "\f333";
}

.zmdi-time-interval:before {
    content: "\f334";
}

.zmdi-time-restore-setting:before {
    content: "\f335";
}

.zmdi-time-restore:before {
    content: "\f336";
}

.zmdi-time:before {
    content: "\f337";
}

.zmdi-timer-off:before {
    content: "\f338";
}

.zmdi-timer:before {
    content: "\f339";
}

.zmdi-android-alt:before {
    content: "\f33a";
}

.zmdi-android:before {
    content: "\f33b";
}

.zmdi-apple:before {
    content: "\f33c";
}

.zmdi-behance:before {
    content: "\f33d";
}

.zmdi-codepen:before {
    content: "\f33e";
}

.zmdi-dribbble:before {
    content: "\f33f";
}

.zmdi-dropbox:before {
    content: "\f340";
}

.zmdi-evernote:before {
    content: "\f341";
}

.zmdi-facebook-box:before {
    content: "\f342";
}

.zmdi-facebook:before {
    content: "\f343";
}

.zmdi-github-box:before {
    content: "\f344";
}

.zmdi-github:before {
    content: "\f345";
}

.zmdi-google-drive:before {
    content: "\f346";
}

.zmdi-google-earth:before {
    content: "\f347";
}

.zmdi-google-glass:before {
    content: "\f348";
}

.zmdi-google-maps:before {
    content: "\f349";
}

.zmdi-google-pages:before {
    content: "\f34a";
}

.zmdi-google-play:before {
    content: "\f34b";
}

.zmdi-google-plus-box:before {
    content: "\f34c";
}

.zmdi-google-plus:before {
    content: "\f34d";
}

.zmdi-google:before {
    content: "\f34e";
}

.zmdi-instagram:before {
    content: "\f34f";
}

.zmdi-language-css3:before {
    content: "\f350";
}

.zmdi-language-html5:before {
    content: "\f351";
}

.zmdi-language-javascript:before {
    content: "\f352";
}

.zmdi-language-python-alt:before {
    content: "\f353";
}

.zmdi-language-python:before {
    content: "\f354";
}

.zmdi-lastfm:before {
    content: "\f355";
}

.zmdi-linkedin-box:before {
    content: "\f356";
}

.zmdi-paypal:before {
    content: "\f357";
}

.zmdi-pinterest-box:before {
    content: "\f358";
}

.zmdi-pocket:before {
    content: "\f359";
}

.zmdi-polymer:before {
    content: "\f35a";
}

.zmdi-share:before {
    content: "\f35b";
}

.zmdi-stackoverflow:before {
    content: "\f35c";
}

.zmdi-steam-square:before {
    content: "\f35d";
}

.zmdi-steam:before {
    content: "\f35e";
}

.zmdi-twitter-box:before {
    content: "\f35f";
}

.zmdi-twitter:before {
    content: "\f360";
}

.zmdi-vk:before {
    content: "\f361";
}

.zmdi-wikipedia:before {
    content: "\f362";
}

.zmdi-windows:before {
    content: "\f363";
}

.zmdi-aspect-ratio-alt:before {
    content: "\f364";
}

.zmdi-aspect-ratio:before {
    content: "\f365";
}

.zmdi-blur-circular:before {
    content: "\f366";
}

.zmdi-blur-linear:before {
    content: "\f367";
}

.zmdi-blur-off:before {
    content: "\f368";
}

.zmdi-blur:before {
    content: "\f369";
}

.zmdi-brightness-2:before {
    content: "\f36a";
}

.zmdi-brightness-3:before {
    content: "\f36b";
}

.zmdi-brightness-4:before {
    content: "\f36c";
}

.zmdi-brightness-5:before {
    content: "\f36d";
}

.zmdi-brightness-6:before {
    content: "\f36e";
}

.zmdi-brightness-7:before {
    content: "\f36f";
}

.zmdi-brightness-auto:before {
    content: "\f370";
}

.zmdi-brightness-setting:before {
    content: "\f371";
}

.zmdi-broken-image:before {
    content: "\f372";
}

.zmdi-center-focus-strong:before {
    content: "\f373";
}

.zmdi-center-focus-weak:before {
    content: "\f374";
}

.zmdi-compare:before {
    content: "\f375";
}

.zmdi-crop-16-9:before {
    content: "\f376";
}

.zmdi-crop-3-2:before {
    content: "\f377";
}

.zmdi-crop-5-4:before {
    content: "\f378";
}

.zmdi-crop-7-5:before {
    content: "\f379";
}

.zmdi-crop-din:before {
    content: "\f37a";
}

.zmdi-crop-free:before {
    content: "\f37b";
}

.zmdi-crop-landscape:before {
    content: "\f37c";
}

.zmdi-crop-portrait:before {
    content: "\f37d";
}

.zmdi-crop-square:before {
    content: "\f37e";
}

.zmdi-exposure-alt:before {
    content: "\f37f";
}

.zmdi-exposure:before {
    content: "\f380";
}

.zmdi-filter-b-and-w:before {
    content: "\f381";
}

.zmdi-filter-center-focus:before {
    content: "\f382";
}

.zmdi-filter-frames:before {
    content: "\f383";
}

.zmdi-filter-tilt-shift:before {
    content: "\f384";
}

.zmdi-gradient:before {
    content: "\f385";
}

.zmdi-grain:before {
    content: "\f386";
}

.zmdi-graphic-eq:before {
    content: "\f387";
}

.zmdi-hdr-off:before {
    content: "\f388";
}

.zmdi-hdr-strong:before {
    content: "\f389";
}

.zmdi-hdr-weak:before {
    content: "\f38a";
}

.zmdi-hdr:before {
    content: "\f38b";
}

.zmdi-iridescent:before {
    content: "\f38c";
}

.zmdi-leak-off:before {
    content: "\f38d";
}

.zmdi-leak:before {
    content: "\f38e";
}

.zmdi-looks:before {
    content: "\f38f";
}

.zmdi-loupe:before {
    content: "\f390";
}

.zmdi-panorama-horizontal:before {
    content: "\f391";
}

.zmdi-panorama-vertical:before {
    content: "\f392";
}

.zmdi-panorama-wide-angle:before {
    content: "\f393";
}

.zmdi-photo-size-select-large:before {
    content: "\f394";
}

.zmdi-photo-size-select-small:before {
    content: "\f395";
}

.zmdi-picture-in-picture:before {
    content: "\f396";
}

.zmdi-slideshow:before {
    content: "\f397";
}

.zmdi-texture:before {
    content: "\f398";
}

.zmdi-tonality:before {
    content: "\f399";
}

.zmdi-vignette:before {
    content: "\f39a";
}

.zmdi-wb-auto:before {
    content: "\f39b";
}

.zmdi-eject-alt:before {
    content: "\f39c";
}

.zmdi-eject:before {
    content: "\f39d";
}

.zmdi-equalizer:before {
    content: "\f39e";
}

.zmdi-fast-forward:before {
    content: "\f39f";
}

.zmdi-fast-rewind:before {
    content: "\f3a0";
}

.zmdi-forward-10:before {
    content: "\f3a1";
}

.zmdi-forward-30:before {
    content: "\f3a2";
}

.zmdi-forward-5:before {
    content: "\f3a3";
}

.zmdi-hearing:before {
    content: "\f3a4";
}

.zmdi-pause-circle-outline:before {
    content: "\f3a5";
}

.zmdi-pause-circle:before {
    content: "\f3a6";
}

.zmdi-pause:before {
    content: "\f3a7";
}

.zmdi-play-circle-outline:before {
    content: "\f3a8";
}

.zmdi-play-circle:before {
    content: "\f3a9";
}

.zmdi-play:before {
    content: "\f3aa";
}

.zmdi-playlist-audio:before {
    content: "\f3ab";
}

.zmdi-playlist-plus:before {
    content: "\f3ac";
}

.zmdi-repeat-one:before {
    content: "\f3ad";
}

.zmdi-repeat:before {
    content: "\f3ae";
}

.zmdi-replay-10:before {
    content: "\f3af";
}

.zmdi-replay-30:before {
    content: "\f3b0";
}

.zmdi-replay-5:before {
    content: "\f3b1";
}

.zmdi-replay:before {
    content: "\f3b2";
}

.zmdi-shuffle:before {
    content: "\f3b3";
}

.zmdi-skip-next:before {
    content: "\f3b4";
}

.zmdi-skip-previous:before {
    content: "\f3b5";
}

.zmdi-stop:before {
    content: "\f3b6";
}

.zmdi-surround-sound:before {
    content: "\f3b7";
}

.zmdi-tune:before {
    content: "\f3b8";
}

.zmdi-volume-down:before {
    content: "\f3b9";
}

.zmdi-volume-mute:before {
    content: "\f3ba";
}

.zmdi-volume-off:before {
    content: "\f3bb";
}

.zmdi-volume-up:before {
    content: "\f3bc";
}

.zmdi-n-1-square:before {
    content: "\f3bd";
}

.zmdi-n-2-square:before {
    content: "\f3be";
}

.zmdi-n-3-square:before {
    content: "\f3bf";
}

.zmdi-n-4-square:before {
    content: "\f3c0";
}

.zmdi-n-5-square:before {
    content: "\f3c1";
}

.zmdi-n-6-square:before {
    content: "\f3c2";
}

.zmdi-neg-1:before {
    content: "\f3c3";
}

.zmdi-neg-2:before {
    content: "\f3c4";
}

.zmdi-plus-1:before {
    content: "\f3c5";
}

.zmdi-plus-2:before {
    content: "\f3c6";
}

.zmdi-sec-10:before {
    content: "\f3c7";
}

.zmdi-sec-3:before {
    content: "\f3c8";
}

.zmdi-zero:before {
    content: "\f3c9";
}

.zmdi-airline-seat-flat-angled:before {
    content: "\f3ca";
}

.zmdi-airline-seat-flat:before {
    content: "\f3cb";
}

.zmdi-airline-seat-individual-suite:before {
    content: "\f3cc";
}

.zmdi-airline-seat-legroom-extra:before {
    content: "\f3cd";
}

.zmdi-airline-seat-legroom-normal:before {
    content: "\f3ce";
}

.zmdi-airline-seat-legroom-reduced:before {
    content: "\f3cf";
}

.zmdi-airline-seat-recline-extra:before {
    content: "\f3d0";
}

.zmdi-airline-seat-recline-normal:before {
    content: "\f3d1";
}

.zmdi-airplay:before {
    content: "\f3d2";
}

.zmdi-closed-caption:before {
    content: "\f3d3";
}

.zmdi-confirmation-number:before {
    content: "\f3d4";
}

.zmdi-developer-board:before {
    content: "\f3d5";
}

.zmdi-disc-full:before {
    content: "\f3d6";
}

.zmdi-explicit:before {
    content: "\f3d7";
}

.zmdi-flight-land:before {
    content: "\f3d8";
}

.zmdi-flight-takeoff:before {
    content: "\f3d9";
}

.zmdi-flip-to-back:before {
    content: "\f3da";
}

.zmdi-flip-to-front:before {
    content: "\f3db";
}

.zmdi-group-work:before {
    content: "\f3dc";
}

.zmdi-hd:before {
    content: "\f3dd";
}

.zmdi-hq:before {
    content: "\f3de";
}

.zmdi-markunread-mailbox:before {
    content: "\f3df";
}

.zmdi-memory:before {
    content: "\f3e0";
}

.zmdi-nfc:before {
    content: "\f3e1";
}

.zmdi-play-for-work:before {
    content: "\f3e2";
}

.zmdi-power-input:before {
    content: "\f3e3";
}

.zmdi-present-to-all:before {
    content: "\f3e4";
}

.zmdi-satellite:before {
    content: "\f3e5";
}

.zmdi-tap-and-play:before {
    content: "\f3e6";
}

.zmdi-vibration:before {
    content: "\f3e7";
}

.zmdi-voicemail:before {
    content: "\f3e8";
}

.zmdi-group:before {
    content: "\f3e9";
}

.zmdi-rss:before {
    content: "\f3ea";
}

.zmdi-shape:before {
    content: "\f3eb";
}

.zmdi-spinner:before {
    content: "\f3ec";
}

.zmdi-ungroup:before {
    content: "\f3ed";
}

.zmdi-500px:before {
    content: "\f3ee";
}

.zmdi-8tracks:before {
    content: "\f3ef";
}

.zmdi-amazon:before {
    content: "\f3f0";
}

.zmdi-blogger:before {
    content: "\f3f1";
}

.zmdi-delicious:before {
    content: "\f3f2";
}

.zmdi-disqus:before {
    content: "\f3f3";
}

.zmdi-flattr:before {
    content: "\f3f4";
}

.zmdi-flickr:before {
    content: "\f3f5";
}

.zmdi-github-alt:before {
    content: "\f3f6";
}

.zmdi-google-old:before {
    content: "\f3f7";
}

.zmdi-linkedin:before {
    content: "\f3f8";
}

.zmdi-odnoklassniki:before {
    content: "\f3f9";
}

.zmdi-outlook:before {
    content: "\f3fa";
}

.zmdi-paypal-alt:before {
    content: "\f3fb";
}

.zmdi-pinterest:before {
    content: "\f3fc";
}

.zmdi-playstation:before {
    content: "\f3fd";
}

.zmdi-reddit:before {
    content: "\f3fe";
}

.zmdi-skype:before {
    content: "\f3ff";
}

.zmdi-slideshare:before {
    content: "\f400";
}

.zmdi-soundcloud:before {
    content: "\f401";
}

.zmdi-tumblr:before {
    content: "\f402";
}

.zmdi-twitch:before {
    content: "\f403";
}

.zmdi-vimeo:before {
    content: "\f404";
}

.zmdi-whatsapp:before {
    content: "\f405";
}

.zmdi-xbox:before {
    content: "\f406";
}

.zmdi-yahoo:before {
    content: "\f407";
}

.zmdi-youtube-play:before {
    content: "\f408";
}

.zmdi-youtube:before {
    content: "\f409";
}

.zmdi-import-export:before {
    content: "\f30c";
}

.zmdi-swap-vertical-:before {
    content: "\f30c";
}

.zmdi-airplanemode-inactive:before {
    content: "\f102";
}

.zmdi-airplanemode-active:before {
    content: "\f103";
}

.zmdi-rate-review:before {
    content: "\f103";
}

.zmdi-comment-sign:before {
    content: "\f25a";
}

.zmdi-network-warning:before {
    content: "\f2ad";
}

.zmdi-shopping-cart-add:before {
    content: "\f1ca";
}

.zmdi-file-add:before {
    content: "\f221";
}

.zmdi-network-wifi-scan:before {
    content: "\f2e4";
}

.zmdi-collection-add:before {
    content: "\f14e";
}

.zmdi-format-playlist-add:before {
    content: "\f3ac";
}

.zmdi-format-queue-music:before {
    content: "\f3ab";
}

.zmdi-plus-box:before {
    content: "\f277";
}

.zmdi-tag-backspace:before {
    content: "\f1d9";
}

.zmdi-alarm-add:before {
    content: "\f32b";
}

.zmdi-battery-charging:before {
    content: "\f114";
}

.zmdi-daydream-setting:before {
    content: "\f217";
}

.zmdi-more-horiz:before {
    content: "\f19c";
}

.zmdi-book-photo:before {
    content: "\f11b";
}

.zmdi-incandescent:before {
    content: "\f189";
}

.zmdi-wb-iridescent:before {
    content: "\f38c";
}

.zmdi-calendar-remove:before {
    content: "\f330";
}

.zmdi-refresh-sync-disabled:before {
    content: "\f1b7";
}

.zmdi-refresh-sync-problem:before {
    content: "\f1b6";
}

.zmdi-crop-original:before {
    content: "\f17e";
}

.zmdi-power-off:before {
    content: "\f1af";
}

.zmdi-power-off-setting:before {
    content: "\f1ae";
}

.zmdi-leak-remove:before {
    content: "\f38d";
}

.zmdi-star-border:before {
    content: "\f27c";
}

.zmdi-brightness-low:before {
    content: "\f36d";
}

.zmdi-brightness-medium:before {
    content: "\f36e";
}

.zmdi-brightness-high:before {
    content: "\f36f";
}

.zmdi-smartphone-portrait:before {
    content: "\f2d4";
}

.zmdi-live-tv:before {
    content: "\f2d9";
}

.zmdi-format-textdirection-l-to-r:before {
    content: "\f249";
}

.zmdi-format-textdirection-r-to-l:before {
    content: "\f24a";
}

.zmdi-arrow-back:before {
    content: "\f2ea";
}

.zmdi-arrow-forward:before {
    content: "\f2ee";
}

.zmdi-arrow-in:before {
    content: "\f2e9";
}

.zmdi-arrow-out:before {
    content: "\f2ed";
}

.zmdi-rotate-90-degrees-ccw:before {
    content: "\f304";
}

.zmdi-adb:before {
    content: "\f33a";
}

.zmdi-network-wifi:before {
    content: "\f2e8";
}

.zmdi-network-wifi-alt:before {
    content: "\f2e3";
}

.zmdi-network-wifi-lock:before {
    content: "\f2e5";
}

.zmdi-network-wifi-off:before {
    content: "\f2e6";
}

.zmdi-network-wifi-outline:before {
    content: "\f2e7";
}

.zmdi-network-wifi-info:before {
    content: "\f2e4";
}

.zmdi-layers-clear:before {
    content: "\f18b";
}

.zmdi-colorize:before {
    content: "\f15d";
}

.zmdi-format-paint:before {
    content: "\f1ba";
}

.zmdi-format-quote:before {
    content: "\f1b2";
}

.zmdi-camera-monochrome-photos:before {
    content: "\f285";
}

.zmdi-sort-by-alpha:before {
    content: "\f1cf";
}

.zmdi-folder-shared:before {
    content: "\f225";
}

.zmdi-folder-special:before {
    content: "\f226";
}

.zmdi-comment-dots:before {
    content: "\f260";
}

.zmdi-reorder:before {
    content: "\f31e";
}

.zmdi-dehaze:before {
    content: "\f197";
}

.zmdi-sort:before {
    content: "\f1ce";
}

.zmdi-pages:before {
    content: "\f34a";
}

.zmdi-stack-overflow:before {
    content: "\f35c";
}

.zmdi-calendar-account:before {
    content: "\f204";
}

.zmdi-paste:before {
    content: "\f109";
}

.zmdi-cut:before {
    content: "\f1bc";
}

.zmdi-save:before {
    content: "\f297";
}

.zmdi-smartphone-code:before {
    content: "\f139";
}

.zmdi-directions-bike:before {
    content: "\f117";
}

.zmdi-directions-boat:before {
    content: "\f11a";
}

.zmdi-directions-bus:before {
    content: "\f121";
}

.zmdi-directions-car:before {
    content: "\f125";
}

.zmdi-directions-railway:before {
    content: "\f1b3";
}

.zmdi-directions-run:before {
    content: "\f215";
}

.zmdi-directions-subway:before {
    content: "\f1d5";
}

.zmdi-directions-walk:before {
    content: "\f216";
}

.zmdi-local-hotel:before {
    content: "\f178";
}

.zmdi-local-activity:before {
    content: "\f1df";
}

.zmdi-local-play:before {
    content: "\f1df";
}

.zmdi-local-airport:before {
    content: "\f103";
}

.zmdi-local-atm:before {
    content: "\f198";
}

.zmdi-local-bar:before {
    content: "\f137";
}

.zmdi-local-cafe:before {
    content: "\f13b";
}

.zmdi-local-car-wash:before {
    content: "\f124";
}

.zmdi-local-convenience-store:before {
    content: "\f1d3";
}

.zmdi-local-dining:before {
    content: "\f153";
}

.zmdi-local-drink:before {
    content: "\f157";
}

.zmdi-local-florist:before {
    content: "\f168";
}

.zmdi-local-gas-station:before {
    content: "\f16f";
}

.zmdi-local-grocery-store:before {
    content: "\f1cb";
}

.zmdi-local-hospital:before {
    content: "\f177";
}

.zmdi-local-laundry-service:before {
    content: "\f1e9";
}

.zmdi-local-library:before {
    content: "\f18d";
}

.zmdi-local-mall:before {
    content: "\f195";
}

.zmdi-local-movies:before {
    content: "\f19d";
}

.zmdi-local-offer:before {
    content: "\f187";
}

.zmdi-local-parking:before {
    content: "\f1a5";
}

.zmdi-local-parking:before {
    content: "\f1a5";
}

.zmdi-local-pharmacy:before {
    content: "\f176";
}

.zmdi-local-phone:before {
    content: "\f2be";
}

.zmdi-local-pizza:before {
    content: "\f1ac";
}

.zmdi-local-post-office:before {
    content: "\f15a";
}

.zmdi-local-printshop:before {
    content: "\f1b0";
}

.zmdi-local-see:before {
    content: "\f28c";
}

.zmdi-local-shipping:before {
    content: "\f1e6";
}

.zmdi-local-store:before {
    content: "\f1d4";
}

.zmdi-local-taxi:before {
    content: "\f123";
}

.zmdi-local-wc:before {
    content: "\f211";
}

.zmdi-my-location:before {
    content: "\f299";
}

.zmdi-directions:before {
    content: "\f1e7";
}
/*! /wp-content/cache/asset-cleanup/css/item/invico-loader-v1.0-a9689a602182992dd69350cf431a56f68de9d6cb.css */
/*! /wp-content/themes/invico/css/loaders.css */
@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    45% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    45% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.ball-pulse > div:nth-child(0) {
    -webkit-animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(1) {
    -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(2) {
    -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(3) {
    -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
}

@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.ball-pulse-sync > div:nth-child(0) {
    -webkit-animation: ball-pulse-sync 0.6s -0.21s infinite ease-in-out;
    animation: ball-pulse-sync 0.6s -0.21s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(1) {
    -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
    animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(2) {
    -webkit-animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
    animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(3) {
    -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
    animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

.ball-pulse-sync > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.ball-scale > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    height: 60px;
    width: 60px;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
    animation: ball-scale 1s 0s ease-in-out infinite;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ball-rotate {
    position: relative;
}

    .ball-rotate > div {
        background-color: #fff;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        margin: 2px;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: relative;
    }

        .ball-rotate > div:first-child {
            -webkit-animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
            animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
        }

        .ball-rotate > div:before,
        .ball-rotate > div:after {
            background-color: #fff;
            width: 15px;
            height: 15px;
            border-radius: 100%;
            margin: 2px;
            content: "";
            position: absolute;
            opacity: 0.8;
        }

        .ball-rotate > div:before {
            top: 0;
            left: -28px;
        }

        .ball-rotate > div:after {
            top: 0;
            left: 25px;
        }

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

.ball-clip-rotate > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    height: 25px;
    width: 25px;
    background: transparent !important;
    display: inline-block;
    -webkit-animation: rotate 0.75s 0s linear infinite;
    animation: rotate 0.75s 0s linear infinite;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@keyframes scale {
    30% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.ball-clip-rotate-pulse {
    position: relative;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

    .ball-clip-rotate-pulse > div {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 100%;
    }

        .ball-clip-rotate-pulse > div:first-child {
            background: #fff;
            height: 16px;
            width: 16px;
            top: 7px;
            left: -7px;
            -webkit-animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
            animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
        }

        .ball-clip-rotate-pulse > div:last-child {
            position: absolute;
            border: 2px solid #fff;
            width: 30px;
            height: 30px;
            left: -16px;
            top: -2px;
            background: transparent;
            border: 2px solid;
            border-color: #fff transparent #fff transparent;
            -webkit-animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
            animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
        }

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

.ball-clip-rotate-multiple {
    position: relative;
}

    .ball-clip-rotate-multiple > div {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
        left: -20px;
        top: -20px;
        border: 2px solid #fff;
        border-bottom-color: transparent;
        border-top-color: transparent;
        border-radius: 100%;
        height: 35px;
        width: 35px;
        -webkit-animation: rotate 1s 0s ease-in-out infinite;
        animation: rotate 1s 0s ease-in-out infinite;
    }

        .ball-clip-rotate-multiple > div:last-child {
            display: inline-block;
            top: -10px;
            left: -10px;
            width: 15px;
            height: 15px;
            -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
            border-color: #fff transparent #fff transparent;
            -webkit-animation-direction: reverse;
            animation-direction: reverse;
        }

@-webkit-keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1;
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7;
    }

    100% {
        opacity: 0;
    }
}

@keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1;
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7;
    }

    100% {
        opacity: 0;
    }
}

.ball-scale-ripple > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
    animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

@-webkit-keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1;
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7;
    }

    100% {
        opacity: 0;
    }
}

@keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1;
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7;
    }

    100% {
        opacity: 0;
    }
}

.ball-scale-ripple-multiple {
    position: relative;
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
}

    .ball-scale-ripple-multiple > div:nth-child(0) {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

    .ball-scale-ripple-multiple > div:nth-child(1) {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .ball-scale-ripple-multiple > div:nth-child(2) {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .ball-scale-ripple-multiple > div:nth-child(3) {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .ball-scale-ripple-multiple > div {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
        top: -2px;
        left: -26px;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        border: 2px solid #fff;
        -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
        animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
    }

@-webkit-keyframes ball-beat {
    50% {
        opacity: 0.2;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ball-beat {
    50% {
        opacity: 0.2;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.ball-beat > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation: ball-beat 0.7s 0s infinite linear;
    animation: ball-beat 0.7s 0s infinite linear;
}

    .ball-beat > div:nth-child(2n-1) {
        -webkit-animation-delay: -0.35s !important;
        animation-delay: -0.35s !important;
    }

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.ball-scale-multiple {
    position: relative;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}

    .ball-scale-multiple > div:nth-child(2) {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .ball-scale-multiple > div:nth-child(3) {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .ball-scale-multiple > div {
        background-color: #fff;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        margin: 2px;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
        left: -30px;
        top: 0;
        opacity: 0;
        margin: 0;
        width: 60px;
        height: 60px;
        -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
        animation: ball-scale-multiple 1s 0s linear infinite;
    }

@-webkit-keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px, -50px);
        transform: translate(25px, -50px);
    }

    66% {
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px, -50px);
        transform: translate(25px, -50px);
    }

    66% {
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px, 50px);
        transform: translate(25px, 50px);
    }

    66% {
        -webkit-transform: translate(-25px, 50px);
        transform: translate(-25px, 50px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px, 50px);
        transform: translate(25px, 50px);
    }

    66% {
        -webkit-transform: translate(-25px, 50px);
        transform: translate(-25px, 50px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0);
    }

    66% {
        -webkit-transform: translate(-25px, -50px);
        transform: translate(-25px, -50px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0);
    }

    66% {
        -webkit-transform: translate(-25px, -50px);
        transform: translate(-25px, -50px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.ball-triangle-path {
    position: relative;
    -webkit-transform: translate(-29.994px, -37.50938px);
    -ms-transform: translate(-29.994px, -37.50938px);
    transform: translate(-29.994px, -37.50938px);
}

    .ball-triangle-path > div:nth-child(1) {
        -webkit-animation-name: ball-triangle-path-1;
        animation-name: ball-triangle-path-1;
        -webkit-animation-delay: 0;
        animation-delay: 0;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .ball-triangle-path > div:nth-child(2) {
        -webkit-animation-name: ball-triangle-path-2;
        animation-name: ball-triangle-path-2;
        -webkit-animation-delay: 0;
        animation-delay: 0;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .ball-triangle-path > div:nth-child(3) {
        -webkit-animation-name: ball-triangle-path-3;
        animation-name: ball-triangle-path-3;
        -webkit-animation-delay: 0;
        animation-delay: 0;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .ball-triangle-path > div {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        border: 1px solid #fff;
    }

        .ball-triangle-path > div:nth-of-type(1) {
            top: 50px;
        }

        .ball-triangle-path > div:nth-of-type(2) {
            left: 25px;
        }

        .ball-triangle-path > div:nth-of-type(3) {
            top: 50px;
            left: 50px;
        }

@-webkit-keyframes ball-pulse-rise-even {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    25% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    75% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ball-pulse-rise-even {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    25% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    75% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes ball-pulse-rise-odd {
    0% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    25% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
}

@keyframes ball-pulse-rise-odd {
    0% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    25% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
}

.ball-pulse-rise > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
    animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

    .ball-pulse-rise > div:nth-child(2n) {
        -webkit-animation-name: ball-pulse-rise-even;
        animation-name: ball-pulse-rise-even;
    }

    .ball-pulse-rise > div:nth-child(2n-1) {
        -webkit-animation-name: ball-pulse-rise-odd;
        animation-name: ball-pulse-rise-odd;
    }

@-webkit-keyframes ball-grid-beat {
    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

@keyframes ball-grid-beat {
    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

.ball-grid-beat {
    width: 57px;
}

    .ball-grid-beat > div:nth-child(1) {
        -webkit-animation-delay: -0.07s;
        animation-delay: -0.07s;
        -webkit-animation-duration: 1.53s;
        animation-duration: 1.53s;
    }

    .ball-grid-beat > div:nth-child(2) {
        -webkit-animation-delay: 0.72s;
        animation-delay: 0.72s;
        -webkit-animation-duration: 0.94s;
        animation-duration: 0.94s;
    }

    .ball-grid-beat > div:nth-child(3) {
        -webkit-animation-delay: 0.11s;
        animation-delay: 0.11s;
        -webkit-animation-duration: 1.25s;
        animation-duration: 1.25s;
    }

    .ball-grid-beat > div:nth-child(4) {
        -webkit-animation-delay: 0.13s;
        animation-delay: 0.13s;
        -webkit-animation-duration: 1.01s;
        animation-duration: 1.01s;
    }

    .ball-grid-beat > div:nth-child(5) {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
        -webkit-animation-duration: 1.2s;
        animation-duration: 1.2s;
    }

    .ball-grid-beat > div:nth-child(6) {
        -webkit-animation-delay: 0.18s;
        animation-delay: 0.18s;
        -webkit-animation-duration: 0.97s;
        animation-duration: 0.97s;
    }

    .ball-grid-beat > div:nth-child(7) {
        -webkit-animation-delay: -0.09s;
        animation-delay: -0.09s;
        -webkit-animation-duration: 0.67s;
        animation-duration: 0.67s;
    }

    .ball-grid-beat > div:nth-child(8) {
        -webkit-animation-delay: 0.42s;
        animation-delay: 0.42s;
        -webkit-animation-duration: 0.92s;
        animation-duration: 0.92s;
    }

    .ball-grid-beat > div:nth-child(9) {
        -webkit-animation-delay: 0.52s;
        animation-delay: 0.52s;
        -webkit-animation-duration: 1.43s;
        animation-duration: 1.43s;
    }

    .ball-grid-beat > div {
        background-color: #fff;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        margin: 2px;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        display: inline-block;
        float: left;
        -webkit-animation-name: ball-grid-beat;
        animation-name: ball-grid-beat;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-delay: 0;
        animation-delay: 0;
    }

@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.ball-grid-pulse {
    width: 57px;
}

    .ball-grid-pulse > div:nth-child(1) {
        -webkit-animation-delay: 0.73s;
        animation-delay: 0.73s;
        -webkit-animation-duration: 1.3s;
        animation-duration: 1.3s;
    }

    .ball-grid-pulse > div:nth-child(2) {
        -webkit-animation-delay: 0.32s;
        animation-delay: 0.32s;
        -webkit-animation-duration: 1.3s;
        animation-duration: 1.3s;
    }

    .ball-grid-pulse > div:nth-child(3) {
        -webkit-animation-delay: 0.71s;
        animation-delay: 0.71s;
        -webkit-animation-duration: 0.88s;
        animation-duration: 0.88s;
    }

    .ball-grid-pulse > div:nth-child(4) {
        -webkit-animation-delay: 0.62s;
        animation-delay: 0.62s;
        -webkit-animation-duration: 1.06s;
        animation-duration: 1.06s;
    }

    .ball-grid-pulse > div:nth-child(5) {
        -webkit-animation-delay: 0.31s;
        animation-delay: 0.31s;
        -webkit-animation-duration: 0.62s;
        animation-duration: 0.62s;
    }

    .ball-grid-pulse > div:nth-child(6) {
        -webkit-animation-delay: -0.14s;
        animation-delay: -0.14s;
        -webkit-animation-duration: 1.48s;
        animation-duration: 1.48s;
    }

    .ball-grid-pulse > div:nth-child(7) {
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
        -webkit-animation-duration: 1.47s;
        animation-duration: 1.47s;
    }

    .ball-grid-pulse > div:nth-child(8) {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
        -webkit-animation-duration: 1.49s;
        animation-duration: 1.49s;
    }

    .ball-grid-pulse > div:nth-child(9) {
        -webkit-animation-delay: 0.73s;
        animation-delay: 0.73s;
        -webkit-animation-duration: 0.7s;
        animation-duration: 0.7s;
    }

    .ball-grid-pulse > div {
        background-color: #fff;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        margin: 2px;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        display: inline-block;
        float: left;
        -webkit-animation-name: ball-grid-pulse;
        animation-name: ball-grid-pulse;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-delay: 0;
        animation-delay: 0;
    }

@-webkit-keyframes ball-spin-fade-loader {
    50% {
        opacity: 0.3;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ball-spin-fade-loader {
    50% {
        opacity: 0.3;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.ball-spin-fade-loader {
    position: relative;
    top: -10px;
    left: -10px;
}

    .ball-spin-fade-loader > div:nth-child(1) {
        top: 25px;
        left: 0;
        -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
        animation: ball-spin-fade-loader 1s -0.96s infinite linear;
    }

    .ball-spin-fade-loader > div:nth-child(2) {
        top: 17.04545px;
        left: 17.04545px;
        -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
        animation: ball-spin-fade-loader 1s -0.84s infinite linear;
    }

    .ball-spin-fade-loader > div:nth-child(3) {
        top: 0;
        left: 25px;
        -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
        animation: ball-spin-fade-loader 1s -0.72s infinite linear;
    }

    .ball-spin-fade-loader > div:nth-child(4) {
        top: -17.04545px;
        left: 17.04545px;
        -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
        animation: ball-spin-fade-loader 1s -0.6s infinite linear;
    }

    .ball-spin-fade-loader > div:nth-child(5) {
        top: -25px;
        left: 0;
        -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
        animation: ball-spin-fade-loader 1s -0.48s infinite linear;
    }

    .ball-spin-fade-loader > div:nth-child(6) {
        top: -17.04545px;
        left: -17.04545px;
        -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
        animation: ball-spin-fade-loader 1s -0.36s infinite linear;
    }

    .ball-spin-fade-loader > div:nth-child(7) {
        top: 0;
        left: -25px;
        -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
        animation: ball-spin-fade-loader 1s -0.24s infinite linear;
    }

    .ball-spin-fade-loader > div:nth-child(8) {
        top: 17.04545px;
        left: -17.04545px;
        -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
        animation: ball-spin-fade-loader 1s -0.12s infinite linear;
    }

    .ball-spin-fade-loader > div {
        background-color: #fff;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        margin: 2px;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
    }

@-webkit-keyframes ball-spin-loader {
    75% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

@keyframes ball-spin-loader {
    75% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

.ball-spin-loader {
    position: relative;
}

    .ball-spin-loader > span:nth-child(1) {
        top: 45px;
        left: 0;
        -webkit-animation: ball-spin-loader 2s 0.9s infinite linear;
        animation: ball-spin-loader 2s 0.9s infinite linear;
    }

    .ball-spin-loader > span:nth-child(2) {
        top: 30.68182px;
        left: 30.68182px;
        -webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
        animation: ball-spin-loader 2s 1.8s infinite linear;
    }

    .ball-spin-loader > span:nth-child(3) {
        top: 0;
        left: 45px;
        -webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
        animation: ball-spin-loader 2s 2.7s infinite linear;
    }

    .ball-spin-loader > span:nth-child(4) {
        top: -30.68182px;
        left: 30.68182px;
        -webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
        animation: ball-spin-loader 2s 3.6s infinite linear;
    }

    .ball-spin-loader > span:nth-child(5) {
        top: -45px;
        left: 0;
        -webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
        animation: ball-spin-loader 2s 4.5s infinite linear;
    }

    .ball-spin-loader > span:nth-child(6) {
        top: -30.68182px;
        left: -30.68182px;
        -webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
        animation: ball-spin-loader 2s 5.4s infinite linear;
    }

    .ball-spin-loader > span:nth-child(7) {
        top: 0;
        left: -45px;
        -webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
        animation: ball-spin-loader 2s 6.3s infinite linear;
    }

    .ball-spin-loader > span:nth-child(8) {
        top: 30.68182px;
        left: -30.68182px;
        -webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
        animation: ball-spin-loader 2s 7.2s infinite linear;
    }

    .ball-spin-loader > div {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        background: green;
    }

@-webkit-keyframes ball-zig {
    33% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px);
    }

    66% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes ball-zig {
    33% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px);
    }

    66% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes ball-zag {
    33% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px);
    }

    66% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes ball-zag {
    33% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px);
    }

    66% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.ball-zig-zag {
    position: relative;
    -webkit-transform: translate(-15px, -15px);
    -ms-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
}

    .ball-zig-zag > div {
        background-color: #fff;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        margin: 2px;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
        margin-left: 15px;
        top: 4px;
        left: -7px;
    }

        .ball-zig-zag > div:first-child {
            -webkit-animation: ball-zig 0.7s 0s infinite linear;
            animation: ball-zig 0.7s 0s infinite linear;
        }

        .ball-zig-zag > div:last-child {
            -webkit-animation: ball-zag 0.7s 0s infinite linear;
            animation: ball-zag 0.7s 0s infinite linear;
        }

@-webkit-keyframes ball-zig-deflect {
    17% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px);
    }

    34% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }

    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    67% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }

    84% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes ball-zig-deflect {
    17% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px);
    }

    34% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }

    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    67% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }

    84% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes ball-zag-deflect {
    17% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px);
    }

    34% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px);
    }

    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    67% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px);
    }

    84% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes ball-zag-deflect {
    17% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px);
    }

    34% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px);
    }

    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    67% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px);
    }

    84% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.ball-zig-zag-deflect {
    position: relative;
    -webkit-transform: translate(-15px, -15px);
    -ms-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
}

    .ball-zig-zag-deflect > div {
        background-color: #fff;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        margin: 2px;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
        margin-left: 15px;
        top: 4px;
        left: -7px;
    }

        .ball-zig-zag-deflect > div:first-child {
            -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
            animation: ball-zig-deflect 1.5s 0s infinite linear;
        }

        .ball-zig-zag-deflect > div:last-child {
            -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
            animation: ball-zag-deflect 1.5s 0s infinite linear;
        }

@-webkit-keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

@keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

.line-scale > div:nth-child(1) {
    -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(2) {
    -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(3) {
    -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(4) {
    -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(5) {
    -webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
}

@-webkit-keyframes line-scale-party {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes line-scale-party {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.line-scale-party > div:nth-child(1) {
    -webkit-animation-delay: 0.23s;
    animation-delay: 0.23s;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
}

.line-scale-party > div:nth-child(2) {
    -webkit-animation-delay: 0.09s;
    animation-delay: 0.09s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.line-scale-party > div:nth-child(3) {
    -webkit-animation-delay: 0.44s;
    animation-delay: 0.44s;
    -webkit-animation-duration: 0.65s;
    animation-duration: 0.65s;
}

.line-scale-party > div:nth-child(4) {
    -webkit-animation-delay: -0.12s;
    animation-delay: -0.12s;
    -webkit-animation-duration: 1.01s;
    animation-duration: 1.01s;
}

.line-scale-party > div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation-name: line-scale-party;
    animation-name: line-scale-party;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

@-webkit-keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

@keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

.line-scale-pulse-out > div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
    animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

    .line-scale-pulse-out > div:nth-child(2),
    .line-scale-pulse-out > div:nth-child(4) {
        -webkit-animation-delay: -0.4s !important;
        animation-delay: -0.4s !important;
    }

    .line-scale-pulse-out > div:nth-child(1),
    .line-scale-pulse-out > div:nth-child(5) {
        -webkit-animation-delay: -0.2s !important;
        animation-delay: -0.2s !important;
    }

@-webkit-keyframes line-scale-pulse-out-rapid {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    80% {
        -webkit-transform: scaley(0.3);
        transform: scaley(0.3);
    }

    90% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

@keyframes line-scale-pulse-out-rapid {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    80% {
        -webkit-transform: scaley(0.3);
        transform: scaley(0.3);
    }

    90% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

.line-scale-pulse-out-rapid > div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
    animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
}

    .line-scale-pulse-out-rapid > div:nth-child(2),
    .line-scale-pulse-out-rapid > div:nth-child(4) {
        -webkit-animation-delay: -0.25s !important;
        animation-delay: -0.25s !important;
    }

    .line-scale-pulse-out-rapid > div:nth-child(1),
    .line-scale-pulse-out-rapid > div:nth-child(5) {
        -webkit-animation-delay: 0s !important;
        animation-delay: 0s !important;
    }

@-webkit-keyframes line-spin-fade-loader {
    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

@keyframes line-spin-fade-loader {
    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

.line-spin-fade-loader {
    position: relative;
    top: -10px;
    left: -4px;
}

    .line-spin-fade-loader > div:nth-child(1) {
        top: 20px;
        left: 0;
        -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
        animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
    }

    .line-spin-fade-loader > div:nth-child(2) {
        top: 13.63636px;
        left: 13.63636px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
        animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
    }

    .line-spin-fade-loader > div:nth-child(3) {
        top: 0;
        left: 20px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
        animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
    }

    .line-spin-fade-loader > div:nth-child(4) {
        top: -13.63636px;
        left: 13.63636px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
        animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
    }

    .line-spin-fade-loader > div:nth-child(5) {
        top: -20px;
        left: 0;
        -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
        animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
    }

    .line-spin-fade-loader > div:nth-child(6) {
        top: -13.63636px;
        left: -13.63636px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
        animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
    }

    .line-spin-fade-loader > div:nth-child(7) {
        top: 0;
        left: -20px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
        animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
    }

    .line-spin-fade-loader > div:nth-child(8) {
        top: 13.63636px;
        left: -13.63636px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
        animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
    }

    .line-spin-fade-loader > div {
        background-color: #fff;
        width: 4px;
        height: 35px;
        border-radius: 2px;
        margin: 2px;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
        width: 5px;
        height: 15px;
    }

@-webkit-keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0);
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0);
    }
}

@keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0);
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0);
    }
}

.triangle-skew-spin > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

@-webkit-keyframes square-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0);
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0);
    }
}

@keyframes square-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0);
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0);
    }
}

.square-spin > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid red;
    -webkit-animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

@-webkit-keyframes rotate_pacman_half_up {
    0% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes rotate_pacman_half_up {
    0% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@-webkit-keyframes rotate_pacman_half_down {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes rotate_pacman_half_down {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@-webkit-keyframes pacman-balls {
    75% {
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translate(-100px, -6.25px);
        transform: translate(-100px, -6.25px);
    }
}

@keyframes pacman-balls {
    75% {
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translate(-100px, -6.25px);
        transform: translate(-100px, -6.25px);
    }
}

.pacman {
    position: relative;
}

    .pacman > div:nth-child(2) {
        -webkit-animation: pacman-balls 1s -0.99s infinite linear;
        animation: pacman-balls 1s -0.99s infinite linear;
    }

    .pacman > div:nth-child(3) {
        -webkit-animation: pacman-balls 1s -0.66s infinite linear;
        animation: pacman-balls 1s -0.66s infinite linear;
    }

    .pacman > div:nth-child(4) {
        -webkit-animation: pacman-balls 1s -0.33s infinite linear;
        animation: pacman-balls 1s -0.33s infinite linear;
    }

    .pacman > div:nth-child(5) {
        -webkit-animation: pacman-balls 1s 0s infinite linear;
        animation: pacman-balls 1s 0s infinite linear;
    }

    .pacman > div:first-of-type {
        width: 0;
        height: 0;
        border-right: 25px solid transparent;
        border-top: 25px solid #fff;
        border-left: 25px solid #fff;
        border-bottom: 25px solid #fff;
        border-radius: 25px;
        -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
        animation: rotate_pacman_half_up 0.5s 0s infinite;
        position: relative;
        left: -30px;
    }

    .pacman > div:nth-child(2) {
        width: 0;
        height: 0;
        border-right: 25px solid transparent;
        border-top: 25px solid #fff;
        border-left: 25px solid #fff;
        border-bottom: 25px solid #fff;
        border-radius: 25px;
        -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
        animation: rotate_pacman_half_down 0.5s 0s infinite;
        margin-top: -50px;
        position: relative;
        left: -30px;
    }

    .pacman > div:nth-child(3),
    .pacman > div:nth-child(4),
    .pacman > div:nth-child(5),
    .pacman > div:nth-child(6) {
        background-color: #fff;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        margin: 2px;
        width: 10px;
        height: 10px;
        position: absolute;
        -webkit-transform: translate(0, -6.25px);
        -ms-transform: translate(0, -6.25px);
        transform: translate(0, -6.25px);
        top: 25px;
        left: 70px;
    }

@-webkit-keyframes cube-transition {
    25% {
        -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
        transform: translateX(50px) scale(0.5) rotate(-90deg);
    }

    50% {
        -webkit-transform: translate(50px, 50px) rotate(-180deg);
        transform: translate(50px, 50px) rotate(-180deg);
    }

    75% {
        -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
        transform: translateY(50px) scale(0.5) rotate(-270deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes cube-transition {
    25% {
        -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
        transform: translateX(50px) scale(0.5) rotate(-90deg);
    }

    50% {
        -webkit-transform: translate(50px, 50px) rotate(-180deg);
        transform: translate(50px, 50px) rotate(-180deg);
    }

    75% {
        -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
        transform: translateY(50px) scale(0.5) rotate(-270deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.cube-transition {
    position: relative;
    -webkit-transform: translate(-25px, -25px);
    -ms-transform: translate(-25px, -25px);
    transform: translate(-25px, -25px);
}

    .cube-transition > div {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        width: 10px;
        height: 10px;
        position: absolute;
        top: -5px;
        left: -5px;
        background-color: #fff;
        -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
        animation: cube-transition 1.6s 0s infinite ease-in-out;
    }

        .cube-transition > div:last-child {
            -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
        }

@-webkit-keyframes spin-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.semi-circle-spin {
    position: relative;
    width: 35px;
    height: 35px;
    overflow: hidden;
}

    .semi-circle-spin > div {
        position: absolute;
        border-width: 0;
        border-radius: 100%;
        -webkit-animation: spin-rotate 0.6s 0s infinite linear;
        animation: spin-rotate 0.6s 0s infinite linear;
        background-image: -webkit-linear-gradient(transparent 0%, transparent 70%, #fff 30%, #fff 100%);
        background-image: linear-gradient(transparent 0%, transparent 70%, #fff 30%, #fff 100%);
        width: 100%;
        height: 100%;
    }
/*! /wp-content/cache/asset-cleanup/css/item/invico-magnific-popup-v1.0-55626d644591d15ee858f51219ba11d553f2d44a.css */
/*! /wp-content/themes/invico/framework/js/magnific/magnific-popup.css */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #ccc;
    }

        .mfp-preloader a:hover {
            color: #fff;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 18px;
    top: 18px;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover,
    .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover,
    .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before,
    .mfp-arrow:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after {
        border-right: 17px solid #fff;
        margin-left: 31px;
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after {
        border-left: 17px solid #fff;
        margin-left: 39px;
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3f3f3f;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #000;
    }

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: "";
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.dt-inline-modal {
    overflow: hidden;
}

    .dt-inline-modal > h4 {
        font-size: 26px;
        font-weight: 500;
        margin: -20px -20px 20px;
        padding: 15px 20px;
        background-color: #108bea;
    }

    .dt-inline-modal > h4,
    .mfp-close-btn-in .mfp-close {
        color: #fff;
    }

.mfp-close-btn-in .mfp-close {
    margin: 0;
    right: 7px;
    top: 7px;
    border-radius: 50%;
    transition: all 0.3s linear 0s;
    transform: scale(1.25);
}

.mfp-close:hover,
.mfp-close:focus {
    color: #fff;
    opacity: 1;
    transform: scale(1) translate(-3px, 3px);
}

.dt-inline-modal ul.dt-sc-tabs-vertical > li > a {
    font-weight: 700;
    line-height: normal;
    padding: 10px 15px;
}

.dt-inline-modal .dt-sc-tabs-vertical-content {
    min-height: 210px;
}

.dt-inline-modal .dt-toggle-switch label {
    color: currentColor;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 5px;
    vertical-align: middle;
}

    .dt-inline-modal .dt-toggle-switch label input[type="checkbox"] {
        margin-right: 8px;
        margin-top: -2px;
    }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media only screen and (max-width: 767px) {
    .dt-inline-modal > h4 {
        font-size: 20px;
    }

    .mfp-close-btn-in .mfp-close {
        top: 2px;
    }

    .dt-inline-modal ul.dt-sc-tabs-vertical > li > a {
        font-size: 11px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .dt-inline-modal .dt-sc-tabs-vertical-content {
        font-size: 13px;
    }
}

@media only screen and (max-width: 479px) {
    .mfp-close-btn-in .mfp-close {
        top: -1px;
    }

    .dt-inline-modal ul.dt-sc-tabs-vertical,
    .dt-inline-modal .dt-sc-tabs-vertical-content {
        width: 100%;
    }

        .dt-inline-modal ul.dt-sc-tabs-vertical li a {
            border-color: rgba(0, 0, 0, 0.1) !important;
            border-style: solid;
            border-width: 0 0 1px;
            padding-left: 0;
        }

            .dt-inline-modal ul.dt-sc-tabs-vertical li a:before {
                border-color: currentColor;
                border-style: solid;
                border-width: 0 0 1px;
                content: "";
                height: 1px;
                opacity: 0;
                position: absolute;
                bottom: -1px;
                left: 0;
                width: 45px;
                transition: all 0.3s linear 0s;
            }

        .dt-inline-modal ul.dt-sc-tabs-vertical li.current a:before {
            opacity: 1;
        }

    .dt-inline-modal .dt-sc-tabs-vertical-content {
        border-width: 0;
        padding: 15px 5px;
    }

    .dt-inline-modal > h4 {
        font-size: 14px;
    }
}
/*! /wp-content/cache/asset-cleanup/css/item/invico-blog-single-v1.0-a539992734361397e8528b88519d357b4d413690.css */
/*! /wp-content/themes/invico/css/blog-single.css */
.blog-single-entry,
.blog-single-entry *:before,
.blog-single-entry *:after,
.blog-single-entry .entry-thumb .bx-controls a,
.blog-single-entry .related-article article,
.blog-single-entry .dt-related-carousel a,
.blog-single-entry .dt-related-carousel img,
.post-custom-modern .entry-post-navigation > div div[class*="post-bgimg"]:before,
.single-post button,
.single-post button.mfp-close,
.single-post button.mfp-arrow,
.single-post button.mfp-close:active,
.dt-related-carousel div[class*="carousel-"] > div,
.dt-related-carousel div[class*="carousel-"] > div i,
.blog-single-entry.post-overlay .entry-thumb .entry-date,
.blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > div > .nav-title-wrap p,
.blog-single-entry.post-overlay .entry-thumb .entry-social-share .share .dt-share-list,
.blog-single-entry.post-overlay .entry-thumb .entry-social-share .share .dt-share-list li a,
div.dt-sc-posts-meta-group div[class*="entry-"],
div.dt-sc-posts-meta-group div[class*="entry-"] *,
.post-default > div.dt-sc-posts-meta-group div[class*="entry-"],
.post-default > div.dt-sc-posts-meta-group div[class*="entry-"] *,
div[class*="metagroup-elements"] div[class*="entry-"]:not(:last-child),
.post-default > div[class*="entry-meta-group"] div[class*="entry-"]:not(:last-child),
div[class*="metagroup-elements-boxed"] div[class*="entry-"],
div[class*="metagroup-elements-filled"] div[class*="entry-"],
div[class*="metagroup-"] div[class*="entry-"] a i,
div[class*="metagroup-"] div[class*="entry-"] > i,
div[class*="metagroup-"] div[class*="entry-"] .dt-sc-like-views > div > i,
div[class*="metagroup-"] .entry-social-share .share > i,
div[class*="meta-elements"],
div[class*="meta-elements"] i {
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

    .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > .post-prev-link > .prev-post-bgimg,
    .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > .post-next-link > .next-post-bgimg {
        transition: all 2s linear;
        -moz-transition: all 2s linear;
        -ms-transition: all 2s linear;
        -o-transition: all 2s linear;
        -webkit-transition: all 2s linear;
    }

    .blog-single-entry.format-gallery .entry-thumb.single-preview-img,
    .blog-single-entry.post-breadcrumb-fixed > .dt-post-sticky-wrapper,
    .blog-single-entry.post-breadcrumb-fixed > .dt-post-sticky-wrapper .theiaStickySidebar,
    .blog-single-entry .entry-thumb.single-preview-img ul li,
    .blog-single-entry .dt-related-carousel,
    .blog-single-entry .dt-related-carousel * {
        transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        z-index: 1;
    }

.blog-single-entry {
    clear: both;
    color: #4a4a52;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

    .blog-single-entry .entry-details {
        clear: both;
        display: inline-block;
        width: 100%;
    }

    .blog-single-entry .entry-meta {
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0.5px;
        margin-bottom: 7px;
    }

    .blog-single-entry .entry-body {
        clear: both;
        float: left;
        margin: 0 0 15px;
        width: 100%;
    }

    .blog-single-entry .entry-social-share i[class*="fa"],
    .blog-single-entry .entry-social-share i.pe {
        color: #4a4a52;
        margin-right: 3px;
    }

    .blog-single-entry .entry-thumb {
        float: left;
        line-height: 0;
        position: relative;
        width: 100%;
    }

    .blog-single-entry:not(.has-post-thumbnail) .entry-thumb {
        display: none;
    }

    .blog-single-entry .entry-thumb img {
        height: auto;
        max-width: 100%;
    }

    .blog-single-entry .entry-thumb .dt-video-wrap .wp-video {
        width: 100% !important;
    }

    .blog-single-entry .entry-title span.sticky-post {
        background: #4a4a52;
        color: #fff;
        display: inline-block;
        font-size: 10px;
        letter-spacing: 1px;
        line-height: normal;
        margin-bottom: 15px;
        padding: 3px 5px;
        text-align: center;
        text-transform: uppercase;
        width: auto;
    }

    .blog-single-entry > .entry-title h4 {
        font-size: 18px;
        margin-bottom: 20px;
        text-transform: uppercase;
        word-wrap: break-word;
        -ms-word-wrap: break-word;
    }

    .blog-single-entry > .dt-sc-like-views > div:last-child,
    .blog-single-entry > .dt-sc-like-views > div:only-child {
        margin-right: 0;
        padding-right: 0;
    }

    .blog-single-entry > .entry-social-share > .share,
    .blog-single-entry > .column > .entry-social-share > .share {
        border: 1px solid;
        padding-right: 5px;
    }

        .blog-single-entry > .entry-social-share > .share,
        .blog-single-entry > .entry-social-share > .share *,
        .blog-single-entry > .column > .entry-social-share > .share,
        .blog-single-entry > .column > .entry-social-share > .share * {
            display: inline-block;
            float: none;
        }

            .blog-single-entry > .entry-social-share > .share > ul,
            .blog-single-entry > .column > .entry-social-share .share > ul {
                margin-bottom: 0;
            }

                .blog-single-entry > .entry-social-share > .share > ul li,
                .blog-single-entry > .column > .entry-social-share .share > ul li {
                    list-style: none;
                    margin-right: 5px;
                    padding-bottom: 0;
                }

    .blog-single-entry .entry-button a.dt-sc-button {
        display: inline-block;
        float: none;
        margin: 0;
        padding: 10px 20px;
        text-transform: capitalize;
    }

    .blog-single-entry.type-post .entry-format {
        display: block;
    }

    .blog-single-entry .entry-format {
        display: none;
        left: 0;
        position: absolute;
        top: 0;
        z-index: 9;
    }

        .blog-single-entry .entry-format a {
            box-shadow: inset 0 0 0 2px #fff;
            float: left;
            height: 50px;
            line-height: 50px;
            margin: 10px;
            position: relative;
            text-align: center;
            width: 50px;
            -moz-box-shadow: inset 0 0 0 2px #fff;
            -webkit-box-shadow: inset 0 0 0 2px #fff;
            -ms-box-shadow: inset 0 0 0 2px #fff;
            color: #fff;
        }

            .blog-single-entry .entry-format a:before {
                font-family: "Font Awesome 5 Free";
                font-size: 26px;
                height: 100%;
                left: 0;
                line-height: 50px;
                margin: 0;
                position: absolute;
                text-align: center;
                top: 0;
                width: 100%;
            }

    .blog-single-entry.type-post:not(.has-post-thumbnail) .entry-format {
        display: none;
    }

    .blog-single-entry.format-standard .entry-format a:before,
    .blog-single-entry.ico-format.format-standard:before {
        content: "\f044";
    }

    .blog-single-entry.format-image .entry-format a:before,
    .blog-single-entry.ico-format.format-image:before {
        content: "\f03e";
    }

    .blog-single-entry.format-gallery .entry-format a:before,
    .blog-single-entry.ico-format.format-gallery:before {
        content: "\f083";
        font-family: FontAwesome;
    }

    .blog-single-entry.format-status .entry-format a:before,
    .blog-single-entry.ico-format.format-status:before {
        content: "\f4ad";
    }

    .blog-single-entry.format-link .entry-format a:before,
    .blog-single-entry.ico-format.format-link:before {
        content: "\f0c1";
        font-family: FontAwesome;
    }

    .blog-single-entry.format-aside .entry-format a:before,
    .blog-single-entry.ico-format.format-aside:before {
        content: "\f15b";
    }

    .blog-single-entry.format-quote .entry-format a:before,
    .blog-single-entry.ico-format.format-quote:before {
        content: "\f10d";
        font-family: FontAwesome;
    }

    .blog-single-entry.format-chat .entry-format a:before,
    .blog-single-entry.ico-format.format-chat:before {
        content: "\f27a";
    }

    .blog-single-entry.format-audio .entry-format a:before,
    .blog-single-entry.ico-format.format-audio:before {
        content: "\f028";
        font-family: FontAwesome;
    }

    .blog-single-entry.format-video .entry-format a:before,
    .blog-single-entry.ico-format.format-video:before {
        content: "\f008";
        font-family: FontAwesome;
    }

    .blog-single-entry .entry-thumb .bx-wrapper {
        overflow: hidden;
        position: relative;
    }

    .blog-single-entry .entry-thumb .bx-controls a {
        bottom: 0;
        color: #fff;
        filter: alpha(opacity=60);
        font-size: 0;
        height: 50px;
        margin: auto;
        opacity: 0.6;
        position: absolute;
        top: 0;
        width: 35px;
        z-index: 1;
    }

        .blog-single-entry .entry-thumb .bx-controls a:hover {
            filter: alpha(opacity=100);
            opacity: 1;
        }

        .blog-single-entry .entry-thumb .bx-controls a.bx-prev:before,
        .entry-thumb .bx-controls a.bx-next:before {
            color: #000;
            content: "\e684";
            font-family: Pe-icon-7-stroke;
            font-size: 32px;
            left: 0;
            line-height: 50px;
            position: absolute;
            text-align: center;
            text-indent: 0;
            top: 0;
            width: 100%;
        }

        .blog-single-entry .entry-thumb .bx-controls a.bx-prev:before {
            content: "\e686";
        }

        .blog-single-entry .entry-thumb .bx-controls a.bx-prev {
            left: -35px;
        }

        .blog-single-entry .entry-thumb .bx-controls a.bx-next {
            right: -35px;
        }

    .blog-single-entry .entry-thumb:hover .bx-controls a.bx-prev {
        left: 15px;
    }

    .blog-single-entry .entry-thumb:hover .bx-controls a.bx-next {
        right: 15px;
    }

    .blog-single-entry .entry-gallery-post-slider li {
        display: inline;
        padding: 0;
    }

    .blog-single-entry ul.entry-gallery-post-slider {
        margin-bottom: 0;
    }

.dt-related-carousel .tpl-blog-holder .column,
.dt-related-carousel .tpl-blog-holder .column.first {
    clear: none;
}

.dt-related-carousel div[class*="carousel-"] {
    width: 100%;
    float: left;
    text-align: center;
    margin: 20px 0 0;
}

    .dt-related-carousel div[class*="carousel-"] > div {
        float: none;
        display: inline-block;
        width: 50px;
        height: 50px;
        text-align: center;
        cursor: pointer;
    }

        .dt-related-carousel div[class*="carousel-"] > div i[class*="fa"],
        .dt-related-carousel div[class*="carousel-"] > div i.pe {
            line-height: 50px;
            font-size: 20px;
        }

.dt-related-carousel .carousel-pager > a {
    background: none;
    border: 1px solid;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    height: 40px;
    letter-spacing: 0.5px;
    line-height: 38px;
    margin: 10px 5px 0 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    width: 40px;
}

.blog-single-entry .dt-sc-related-posts .entry-button a.dt-sc-button {
    padding: 16px 20px 14px 20px;
}

.author-info {
    clear: both;
    display: block;
    float: left;
    margin: 40px 0 0;
    padding: 0;
}

    .author-info .thumb {
        float: left;
        margin: 0 20px 0 0;
        position: relative;
        width: 110px;
    }

        .author-info .thumb img {
            border-radius: 100%;
            height: auto;
            max-width: 100%;
        }

    .author-info h2 {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 30px;
        text-transform: none;
    }

    .author-info h3 span {
        color: #aaa;
        font-size: 14px;
    }

    .author-info h3 {
        font-size: 18px;
    }

.commentlist {
    margin: 20px 0 0;
    padding-left: 0;
}

    .commentlist,
    .commentlist ul.children {
        display: inline-block;
        list-style: none;
        width: 100%;
    }

        .commentlist ul.children {
            margin: 0;
            padding-left: 80px;
            padding-top: 0;
        }

            .commentlist ul.children li > .children {
                padding-left: 60px;
            }

.with-both-sidebar .commentlist ul.children,
.with-both-sidebar .commentlist ul.children li > .children {
    padding-left: 5%;
}

.commentlist li.comment .comment-body p:last-child {
    margin-bottom: 0;
}

.commentlist li.comment .comment-body .comment-meta {
    margin-bottom: 7px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.commentlist li.comment {
    padding-bottom: 0;
}

    .commentlist li.comment .comment-respond p {
        margin-bottom: 20px;
    }

        .commentlist li.comment .comment-respond p #email-notes,
        .comment-form > p #email-notes {
            display: inline-block;
            margin-bottom: 5px;
            width: 100%;
        }

#comments {
    clear: both;
}

.comments-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .comment-list li:before {
        display: none;
    }

.comment-body {
    padding-left: 80px;
}

ul.children li .comment-body {
    padding-left: 60px;
}

.comment-author {
    display: inline-block;
    line-height: normal;
    margin-bottom: 0;
    position: relative;
    width: 100%;
}

    .comment-author b {
        color: #252525;
        font-weight: 700;
        font-size: 20px;
        text-transform: capitalize;
    }

.pingback .comment-author b,
.trackback .comment-author b {
    font-size: 18px;
    line-height: 1.5em;
}

.comment-author .avatar {
    height: 60px;
    left: -80px;
    position: absolute;
    width: 60px;
    top: 0;
}

.rounded .comment-author .avatar {
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.square .comment-author .avatar {
    border-radius: 0;
    -webkit-border-radius: 0;
}

.comment-author .says {
    display: none;
}

.comment-metadata {
    color: #adadad;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
    padding: 0;
    display: inline-block;
    position: relative;
}

    .comment-metadata a {
        color: #adadad;
    }

        .comment-metadata a:hover {
            color: #181823;
        }

        .comment-metadata a.comment-edit-link:hover {
            color: #9e9e9e;
        }

        .comment-metadata a.comment-edit-link {
            color: #adadad;
            margin-left: 1em;
        }

    .comment-metadata .comment-awaiting-moderation {
        display: block;
    }

.comment-body {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    position: relative;
    float: none;
    display: inline-block;
}

.commentlist > li.comment:first-child > .comment-body {
    border-width: 0;
    padding-top: 0;
}

.comment-body .comment-content > p:last-child {
    margin-bottom: 0;
}

.comment-details .reply {
    display: table;
}

.commentlist li.comment .reply {
    display: inline-block;
    right: 0;
    top: 25px;
    position: absolute;
    margin: 0;
    padding: 0;
}

.commentlist > li.comment:first-child > .comment-body .reply {
    top: 0;
}

.page-with-sidebar .commentlist li.comment.depth-5 .reply,
.with-both-sidebar .commentlist li.comment .reply {
    margin-top: 15px;
    position: relative;
    top: auto;
}

.comment-reply-link {
    font-size: 14px;
    text-transform: capitalize;
    display: inline-block;
    line-height: normal;
    font-weight: 400;
    position: relative;
    margin-top: 0;
    padding: 8px 15px;
    border: 2px solid;
    border-radius: 50px;
}

.commententries ul.commentlist li .reply a.comment-reply-login {
    background-color: rgba(0, 0, 0, 0);
}

#primary > .commententries:last-child > .comments-area > .comment-respond > .comment-form:last-child,
#primary > .blog-single-entry > .commententries:last-child > .comments-area > .comment-respond > .comment-form:last-child {
    margin-bottom: 0;
}

.blog-single-entry.post-overlay .commententries .comments-area .commentlist li.comment .comment-body ~ #respond,
.blog-single-entry.post-overlay .commententries .comments-area .commentlist + #respond {
    margin-top: 25px;
}

.logged-in .blog-single-entry.post-overlay .commententries .comments-area .commentlist + #respond .comment-form {
    margin-top: -15px;
}

    .logged-in .blog-single-entry.post-overlay .commententries .comments-area .commentlist + #respond .comment-form p.logged-in-as {
        margin-bottom: 10px;
    }

.comment-reply-link:hover {
    color: #fff;
}

.comment-reply-link .icon {
    color: #222;
    left: -2em;
    height: 1em;
    position: absolute;
    top: 0;
    width: 1em;
}

.children .comment-author .avatar {
    height: 40px;
    left: -60px;
    width: 40px;
    top: 0;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
    color: #767676;
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
}

.comments-pagination {
    margin: 2em 0 3em;
}

.form-submit {
    text-align: left;
    display: inline-block;
    width: 100%;
}

li.comment .comment-form p.form-submit {
    margin-bottom: 15px;
}

.comment-form #wp-comment-cookies-consent {
    margin: 0 10px 0 0;
}

.commententries .comment-form p label {
    font-size: 1em;
    font-weight: 500;
}

.commententries .comment-form p.comment-notes,
.commententries .comment-form .comment-form-cookies-consent label {
    font-size: 0.9em;
}

.comment-form .comment-form-cookies-consent label {
    display: inline;
}

.commententries .comments-area > h3,
.commententries .comments-area > #comments > h3,
#reviews h3,
#respond h3#reply-title {
    font-size: 28px;
}

    #respond h3#reply-title small {
        font-size: 12px;
        margin: auto;
        padding: 0;
        text-transform: none;
    }

        #respond h3#reply-title small a {
            display: inline-block;
            line-height: 1.5em;
            padding: 0;
            position: relative;
            width: 100%;
        }

.commententries {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .commententries .comments-area #respond {
        margin: 30px 0;
    }

    .commententries .comments-area > #comments > h3 {
        margin-bottom: 20px;
    }

#respond h3#reply-title {
    position: relative;
    display: inline-block;
    width: 100%;
}

.comment-form > p,
.wpcf7-form .contact-form {
    margin-bottom: 15px;
    width: 100%;
    float: left;
    text-align: left;
    position: relative;
}

    .comment-form > p:last-child,
    .wpcf7-form .contact-form:last-child,
    .commentlist li.comment .comment-respond p:last-child {
        margin-bottom: 0;
    }

    .wpcf7-form .contact-form > b {
        display: inline-block;
        font-size: 14px;
        line-height: 50px;
        padding: 0;
        position: absolute;
        width: 50px;
        text-align: center;
        border-right: 1px solid #ddd;
        margin: 0;
        left: 0;
    }

    .comment-form > p.comment-form-comment.textarea-field span.fa,
    .wpcf7-form .contact-form.textarea-field > b {
        height: 200px;
        float: left;
    }

.comment-form {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

.commentlist li.comment #respond {
    display: block;
}

.commentlist li.comment .comment-body ~ #respond {
    margin-top: 0;
}

.pingback .comment-body,
.trackback .comment-body {
    padding-left: 0;
}

.pingback .comment-body {
    margin-left: 0;
    padding-left: 0;
}

.commentlist li.comment,
.commentlist li.pingback {
    padding-bottom: 0;
}

    .commentlist li.pingback .comment-body .comment-content > p {
        margin-bottom: 0;
    }

.blog-single-entry .commententries .comment-form p label {
    display: inline-block;
    margin-bottom: 10px;
}

.blog-single-entry .related-article {
    backface-visibility: hidden;
    bottom: 85px;
    height: 120px;
    position: fixed;
    right: -275px;
    transition: all 0.5s ease 0.5s;
    width: 300px;
    z-index: 91;
    -moz-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    -webkit-transition: all 0.5s ease 0.5s;
    -webkit-backface-visibility: hidden;
}

    .blog-single-entry .related-article.open {
        box-shadow: -2px 0 6px 0 rgba(0, 0, 0, 0.25);
        right: 0;
        -webkit-box-shadow: -2px 0 6px 0 rgba(0, 0, 0, 0.25);
    }

    .blog-single-entry .related-article .arrow {
        color: #fff;
        cursor: pointer;
        height: 100%;
        position: relative;
        text-align: center;
        width: 25px;
    }

        .blog-single-entry .related-article .arrow:before {
            border-bottom: 6px solid transparent;
            border-right-style: solid;
            border-right-width: 6px;
            border-top: 6px solid transparent;
            content: "";
            display: block;
            height: 0;
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
        }

    .blog-single-entry .related-article .content {
        width: 273px;
        height: auto;
        padding: 7px 15px 10px 15px;
    }

    .blog-single-entry .related-article .arrow,
    .blog-single-entry .related-article .content {
        float: left;
    }

        .blog-single-entry .related-article .content span {
            border-bottom: 1px dashed;
            display: block;
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 0;
            margin-bottom: 15px;
            padding: 5px 0;
            text-align: left;
            text-transform: capitalize;
        }

    .blog-single-entry .related-article article {
        display: table-cell;
        opacity: 1;
        padding: 0;
        vertical-align: middle;
        width: 100%;
    }

        .blog-single-entry .related-article article .entry-thumb {
            float: left;
            height: 45px;
            overflow: hidden;
            padding-right: 15px;
            width: 60px;
        }

        .blog-single-entry .related-article article .entry-summary {
            overflow: hidden;
        }

            .blog-single-entry .related-article article .entry-summary h2 {
                font-size: 13px;
                font-weight: 400;
                line-height: 18px;
                margin-bottom: 4px;
                margin-top: 0;
            }

    .blog-single-entry .related-article .content span.entry-date {
        border: none;
        color: #000;
        display: inline-block;
        font-size: 12px;
        font-weight: 400;
        line-height: normal;
        margin: 0;
        padding: 2px 0;
    }

.blog-single-entry .entry-related-posts > .dt-sc-related-posts .dt-sc-posts-list-wrapper .blog-pagination {
    display: none;
}

.blog-single-entry .commententries .comment-form .comment-form-cookies-consent label {
    display: inline;
}

.blog-single-entry.post-overlay .entry-thumb {
    float: left;
    line-height: 0;
    margin: 0 0 20px;
    margin: 0 0 25px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.blog-single-entry.post-overlay:hover > .entry-thumb:before {
    opacity: 1;
    transform: scale(1.02);
    visibility: visible;
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
}

.blog-single-entry.post-overlay .entry-thumb:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(1.1);
    visibility: hidden;
    width: 100%;
    z-index: 1;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.blog-single-entry.post-overlay .entry-thumb .entry-date {
    bottom: -20px;
    color: #fff;
    left: -50px;
    line-height: 40px;
    min-height: 40px;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    z-index: 1;
}

.blog-single-entry.post-overlay:hover > .entry-thumb .entry-date {
    bottom: 0;
    left: 15px;
    opacity: 1;
    visibility: visible;
}

.blog-single-entry.post-overlay .entry-thumb .share {
    float: left;
    width: 100%;
}

.blog-single-entry.post-overlay .entry-thumb .entry-social-share .share > i {
    display: none;
}

.blog-single-entry.post-overlay .entry-thumb .entry-social-share .share .dt-share-list {
    bottom: -20px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: -50px;
    visibility: hidden;
    z-index: 2;
}

    .blog-single-entry.post-overlay .entry-thumb .entry-social-share .share .dt-share-list li {
        display: inline;
        float: left;
        margin-right: 5px;
        text-align: center;
    }

.blog-single-entry.post-overlay:hover > .entry-thumb .entry-social-share .share .dt-share-list {
    bottom: 5px;
    opacity: 1;
    right: 5px;
    visibility: visible;
}

.blog-single-entry.post-overlay .entry-thumb .entry-social-share .share .dt-share-list li a {
    border-radius: 50%;
    height: 30px;
    line-height: 30px;
    width: 30px;
}

.blog-single-entry.post-overlay .entry-title {
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
}

.blog-single-entry.post-overlay .entry-author {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.blog-single-entry.post-overlay .entry-author,
.blog-single-entry.post-overlay .entry-date,
.blog-single-entry.post-overlay .entry-categories,
.blog-single-entry.post-overlay .entry-comments,
.blog-single-entry.post-overlay .entry-social-share,
.blog-single-entry.post-overlay .entry-likes-views,
.blog-single-entry.post-overlay .entry-tags,
.blog-single-entry.post-overlay .entry-title {
    text-align: left;
}

.blog-single-entry.post-overlay .entry-tags,
.blog-single-entry.post-overlay .entry-comments,
.blog-single-entry.post-overlay .entry-date,
.blog-single-entry.post-overlay .entry-categories {
    display: inline-block;
    margin: 0 0 20px 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.blog-single-entry.post-overlay .entry-thumb .entry-comments {
    bottom: -20px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: -50px;
    visibility: hidden;
    z-index: 2;
}

.blog-single-entry.post-overlay:hover > .entry-thumb .entry-comments {
    bottom: 15px;
    opacity: 1;
    right: 15px;
    visibility: visible;
}

.blog-single-entry.post-overlay .entry-thumb .entry-comments,
.blog-single-entry.post-overlay .entry-thumb .entry-comments i,
.blog-single-entry.post-overlay .entry-thumb .entry-comments a {
    color: #fff;
}

.blog-single-entry.post-overlay .entry-author span,
.blog-single-entry.post-overlay div.entry-meta-group .entry-author span {
    border: 1px solid;
    display: inline-block;
    float: none;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 5px 15px;
}

    .blog-single-entry.post-overlay .entry-author span a,
    .blog-single-entry.post-overlay div.entry-meta-group .entry-author span a {
        text-transform: capitalize;
    }

.blog-single-entry.post-overlay .entry-categories a {
    display: inline-block;
    font-size: 18px;
    height: 20px;
    letter-spacing: 0;
    line-height: 20px;
    min-width: 30px;
    padding: 0;
    position: relative;
    text-transform: capitalize;
}

    .blog-single-entry.post-overlay .entry-categories a:first-child {
        padding-left: 0;
    }

    .blog-single-entry.post-overlay .entry-categories a:last-child {
        padding-right: 0;
    }

article.blog-single-entry.post-overlay .entry-categories > a {
    color: #696969;
}

.blog-single-entry.post-overlay .entry-title h1 {
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}

    .blog-single-entry.post-overlay .entry-title h1:before {
        bottom: 0;
        content: "";
        display: block;
        height: 1px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        width: 40px;
    }

.blog-single-entry.post-overlay:hover > .entry-title h1:before {
    width: 55px;
}

.blog-single-entry.post-overlay .entry-likes-views {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

    .blog-single-entry.post-overlay .entry-likes-views .dt-sc-like-views > div {
        display: inline-block;
        margin-right: 10px;
        padding-right: 10px;
        position: relative;
    }

        .blog-single-entry.post-overlay .entry-likes-views .dt-sc-like-views > div:last-child {
            margin-right: 0;
            padding-right: 0;
        }

    .blog-single-entry.post-overlay .entry-likes-views .dt-sc-like-views .likes:before {
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        right: -2px;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

.blog-single-entry.post-overlay .entry-social-share {
    display: inline-block;
    margin: 0 0 15px 0;
    position: relative;
    width: 100%;
}

    .blog-single-entry.post-overlay .entry-social-share .share {
        border: none;
        padding: 0;
    }

        .blog-single-entry.post-overlay .entry-social-share .share i {
            display: none;
        }

        .blog-single-entry.post-overlay .entry-social-share .share .dt-share-list li {
            display: inline-block;
            margin-right: 15px;
        }

            .blog-single-entry.post-overlay .entry-social-share .share .dt-share-list li:last-child {
                margin-right: 0;
            }

            .blog-single-entry.post-overlay .entry-social-share .share .dt-share-list li a {
                font-size: 14px;
            }

.blog-single-entry.post-overlay div.entry-meta-group {
    border: 1px solid;
    float: left;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 20px;
    padding: 15px 25px;
    width: 100%;
    border-radius: 30px;
}

    .blog-single-entry.post-overlay div.entry-meta-group > div {
        display: inline-block;
        float: none;
        margin: 0 0 15px 0;
        position: relative;
        width: 49%;
    }

        .blog-single-entry.post-overlay div.entry-meta-group > div:nth-child(odd) {
            clear: both;
            float: left;
            text-align: left;
        }

        .blog-single-entry.post-overlay div.entry-meta-group > div:nth-child(even) {
            float: right;
            text-align: right;
        }

            .blog-single-entry.post-overlay div.entry-meta-group > div:nth-child(even) .dt-sc-like-views > div {
                float: none;
            }

                .blog-single-entry.post-overlay div.entry-meta-group > div:nth-child(even) .dt-sc-like-views > div:last-child {
                    margin-right: 0;
                    padding-right: 0;
                }

        .blog-single-entry.post-overlay div.entry-meta-group > div:nth-last-child(-n + 2) {
            margin-bottom: 0;
        }

    .blog-single-entry.post-overlay div.entry-meta-group > .entry-categories a {
        display: inline-block;
        font-size: 13px;
        height: 20px;
        letter-spacing: 1px;
        line-height: 20px;
        min-width: 30px;
        padding: 0 10px;
        position: relative;
        text-transform: capitalize;
    }

    .blog-single-entry.post-overlay div.entry-meta-group .entry-categories a:first-child {
        padding-left: 0;
    }

    .blog-single-entry.post-overlay div.entry-meta-group .entry-categories a:last-child {
        padding-right: 0;
    }

    .blog-single-entry.post-overlay div.entry-meta-group .entry-categories a:not(:last-child):after {
        bottom: -1px;
        color: #d7d7d7;
        content: "/";
        display: block;
        font-size: 16px;
        position: absolute;
        right: -5px;
    }

    .blog-single-entry.post-overlay div.entry-meta-group .entry-author span a {
        text-transform: capitalize;
    }

    .blog-single-entry.post-overlay div.entry-meta-group .entry-social-share .share {
        border: none;
        padding: 0;
    }

        .blog-single-entry.post-overlay div.entry-meta-group .entry-social-share .share i {
            display: none;
        }

    .blog-single-entry.post-overlay div.entry-meta-group .share ul.dt-share-list {
        display: inline-block;
        margin: 0;
        width: 100%;
    }

    .blog-single-entry.post-overlay div.entry-meta-group .share .dt-share-list li {
        display: inline-block;
        margin-right: 15px;
        padding-bottom: 0;
    }

        .blog-single-entry.post-overlay div.entry-meta-group .share .dt-share-list li:last-child {
            margin-right: 0;
        }

        .blog-single-entry.post-overlay div.entry-meta-group .share .dt-share-list li a {
            font-size: 14px;
        }

.blog-single-entry.post-overlay .entry-social-share .share i {
    display: none;
}

.blog-single-entry.post-overlay .entry-meta-group .entry-likes-views .dt-sc-like-views > div {
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}

.blog-single-entry.post-overlay div.entry-meta-group .dt-sc-like-views .likes:before {
    content: "";
    display: block;
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 4px;
    height: 2px;
}

.blog-single-entry.post-overlay .entry-author-bio {
    clear: both;
    display: block;
    float: left;
    margin: 0 0 20px;
    padding: 0 8%;
    text-align: center;
    width: 100%;
}

    .blog-single-entry.post-overlay .entry-author-bio:not(:first-child) {
        margin-top: 20px;
    }

    .blog-single-entry.post-overlay .entry-author-bio .thumb {
        display: inline-block;
        float: none;
        margin: 0 0 28px 0;
        position: relative;
        width: 210px;
    }

        .blog-single-entry.post-overlay .entry-author-bio .thumb img {
            border-radius: 100%;
            height: auto;
            max-width: 100%;
        }

    .blog-single-entry.post-overlay .entry-author-bio .details {
        display: inline-block;
        float: none;
        width: 100%;
    }

        .blog-single-entry.post-overlay .entry-author-bio .details h3 {
            font-size: 16px;
            margin-bottom: 25px;
            padding-bottom: 15px;
            position: relative;
            text-transform: uppercase;
        }

            .blog-single-entry.post-overlay .entry-author-bio .details h3:before {
                background: #d7d7d7;
                bottom: 0;
                content: "";
                display: block;
                height: 1px;
                left: 0;
                margin: 0 auto;
                position: absolute;
                right: 0;
                width: 40px;
            }

        .blog-single-entry.post-overlay .entry-author-bio .details .desc {
            display: inline-block;
            float: none;
            width: 100%;
        }

.blog-single-entry.post-overlay .entry-post-navigation {
    clear: both;
    display: inline-block;
    float: none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}

    .blog-single-entry.post-overlay .entry-post-navigation:not(:first-child) {
        margin-top: 50px;
    }

    .blog-single-entry.post-overlay .entry-post-navigation:before {
        border-top: 1px solid;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .blog-single-entry.post-overlay .entry-post-navigation .post-prev-link,
    .blog-single-entry.post-overlay .entry-post-navigation .post-next-link {
        position: relative;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .blog-single-entry.post-overlay .entry-post-navigation .post-prev-link {
        float: left;
    }

    .blog-single-entry.post-overlay .entry-post-navigation .post-next-link {
        float: right;
    }

        .blog-single-entry.post-overlay .entry-post-navigation .post-prev-link > .prev-post-bgimg,
        .blog-single-entry.post-overlay .entry-post-navigation .post-prev-link > .next-post-bgimg,
        .blog-single-entry.post-overlay .entry-post-navigation .post-prev-link > .nav-title-wrap h3,
        .blog-single-entry.post-overlay .entry-post-navigation .post-next-link > .nav-title-wrap h3 {
            display: none;
        }

        .blog-single-entry.post-overlay .entry-post-navigation .post-next-link a {
            margin-right: 0;
        }

        .blog-single-entry.post-overlay .entry-post-navigation .post-prev-link p,
        .blog-single-entry.post-overlay .entry-post-navigation .post-next-link p {
            color: #000;
            display: inline-block;
            font-size: 13px;
            letter-spacing: 0.5px;
            margin: 0;
            padding: 0 20px;
            position: relative;
            text-transform: uppercase;
        }

    .blog-single-entry.post-overlay .entry-post-navigation .post-prev-link p {
        padding-left: 0;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }

    .blog-single-entry.post-overlay .entry-post-navigation .post-next-link p {
        padding-right: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }

    .blog-single-entry.post-overlay .entry-post-navigation .post-prev-link:hover p {
        padding-left: 30px;
    }

    .blog-single-entry.post-overlay .entry-post-navigation .post-next-link:hover p {
        padding-right: 30px;
    }

    .blog-single-entry.post-overlay .entry-post-navigation .post-prev-link a,
    .blog-single-entry.post-overlay .entry-post-navigation .post-next-link a {
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

    .blog-single-entry.post-overlay .entry-post-navigation .post-prev-link > .nav-title-wrap span,
    .blog-single-entry.post-overlay .entry-post-navigation .post-next-link > .nav-title-wrap span {
        font-size: 16px;
        opacity: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .blog-single-entry.post-overlay .entry-post-navigation .post-prev-link > .nav-title-wrap span {
        left: 10px;
    }

    .blog-single-entry.post-overlay .entry-post-navigation .post-next-link > .nav-title-wrap span {
        right: 10px;
    }

    .blog-single-entry.post-overlay .entry-post-navigation .post-prev-link:hover > .nav-title-wrap span {
        left: 0;
        opacity: 1;
    }

    .blog-single-entry.post-overlay .entry-post-navigation .post-next-link:hover > .nav-title-wrap span {
        right: 0;
        opacity: 1;
    }

html:not(.vc_transform).blog-single-entry.post-overlay .entry-post-navigation + section.commententries {
    margin-top: 100px;
}

.blog-single-entry.post-overlay .entry-related-posts {
    border-bottom: 1px solid;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
}

    .blog-single-entry.post-overlay .entry-related-posts > h4 {
        float: left;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 25px;
        padding-bottom: 17px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
    }

        .blog-single-entry.post-overlay .entry-related-posts > h4:before {
            bottom: -2px;
            content: "";
            display: block;
            height: 1px;
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            width: 40px;
        }

.blog-single-entry.post-overlay .commententries:not(:first-child) {
    margin-top: 20px;
}

.blog-single-entry.post-overlay .commententries .comments-area > #comments > h3 {
    font-size: 18px;
}

.blog-single-entry.post-overlay .commententries .comments-area > h3 {
    float: left;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    text-transform: none;
    width: 100%;
}

.blog-single-entry.post-overlay .commententries #respond h3#reply-title {
    font-size: 24px;
    padding: 0;
    text-align: left;
}

    .blog-single-entry.post-overlay .commententries #respond h3#reply-title small {
        display: inline-block;
        font-size: 12px;
        margin-top: 20px;
        padding-top: 20px;
        position: relative;
        text-transform: uppercase;
        width: 100%;
        margin-bottom: 8px;
    }

.blog-single-entry.post-overlay .commententries #respond h3:before {
    content: none;
}

.blog-single-entry.post-overlay .commententries #respond h3#reply-title small:before {
    background: #d7d7d7;
    top: -2px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 40px;
}

.blog-single-entry.post-overlay .commententries .comments-area > h3:before {
    background: #d7d7d7;
    bottom: -2px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40px;
}

.blog-single-entry .commententries input[type="text"],
.blog-single-entry .commententries input[type="password"],
.blog-single-entry .commententries input[type="email"],
.blog-single-entry .commententries input[type="url"],
.blog-single-entry .commententries input[type="tel"],
.blog-single-entry .commententries input[type="number"],
.blog-single-entry .commententries input[type="range"],
.blog-single-entry .commententries input[type="date"],
.blog-single-entry .commententries input.text,
.blog-single-entry .commententries input[type="search"],
.blog-single-entry .commententries select,
.blog-single-entry .commententries textarea {
    font-size: 13px;
}

.blog-single-entry .commententries input[type="submit"],
.blog-single-entry .commententries button,
.blog-single-entry .commententries input[type="button"],
.blog-single-entry .commententries input[type="reset"] {
    border-radius: 50px;
}

.blog-single-entry.post-overlay .commententries ul.commentlist {
    padding-bottom: 0;
    margin-top: 0;
}

    .blog-single-entry.post-overlay .commententries ul.commentlist li.comment:last-child,
    .blog-single-entry.post-overlay .commententries ul.commentlist li ul.children:last-child,
    .blog-single-entry.post-overlay .commententries ul.commentlist li ul li.comment-details:last-child {
        margin-bottom: 0;
    }

    .blog-single-entry.post-overlay .commententries ul.commentlist li ul li:last-child .comment-details {
        padding-bottom: 0;
    }

.blog-single-entry.post-overlap .entry-thumb {
    margin: 0 0 20px 0;
}

    .blog-single-entry.post-overlap .entry-thumb .entry-format a {
        border: 10px solid;
        border-left: 0;
        border-top: 0;
        box-shadow: none;
        float: left;
        height: 75px;
        line-height: 75px;
        margin: 0;
        position: relative;
        text-align: center;
        width: 75px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
    }

        .blog-single-entry.post-overlap .entry-thumb .entry-format a:before {
            font-size: 26px;
            height: 100%;
            left: 0;
            line-height: 65px;
            margin: 0;
            text-align: center;
            top: 0;
            width: 100%;
        }

    .blog-single-entry.post-overlap .entry-thumb .entry-overlap {
        bottom: 0;
        float: left;
        left: 0;
        margin: 0 auto;
        margin-bottom: 0;
        padding: 40px 0 0 0;
        position: static;
        width: 100%;
    }

        .blog-single-entry.post-overlap .entry-thumb .entry-overlap .entry-title {
            float: left;
            margin: 0 0 5px 0;
            width: 100%;
        }

            .blog-single-entry.post-overlap .entry-thumb .entry-overlap .entry-title h1,
            .blog-single-entry.post-overlap .entry-title h1 {
                font-size: 30px;
                margin: 0;
                padding: 0;
            }

        .blog-single-entry.post-overlap .entry-thumb .entry-overlap .entry-bottom-details {
            float: left;
            font-size: 13px;
            margin: 0;
            width: 100%;
        }

            .blog-single-entry.post-overlap .entry-thumb .entry-overlap .entry-bottom-details > * {
                display: inline-block;
                float: left;
                font-size: 16px;
                line-height: 20px;
                margin-right: 20px;
                position: relative;
                text-transform: none;
            }

                .blog-single-entry.post-overlap .entry-thumb .entry-overlap .entry-bottom-details > *:last-child {
                    margin-right: 0;
                }

.blog-single-entry.type-post.post-overlap .entry-format {
    display: none;
}

.blog-single-entry.post-overlap div.entry-meta-group {
    float: left;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 30px 0;
    position: relative;
    width: 100%;
}

    .blog-single-entry.post-overlap div.entry-meta-group:empty {
        display: none;
    }

    .blog-single-entry.post-overlap div.entry-meta-group:before,
    .blog-single-entry.post-overlap div.entry-meta-group:after {
        border-left-width: 0;
        border-right-width: 0;
        border-right-style: none;
        border-left-style: none;
        border-style: solid;
        border-top-width: 1px;
        border-bottom-width: 1px;
        content: "";
        display: block;
        height: 10px;
        position: absolute;
        transform: skew(-80deg);
        width: 100px;
        -moz-transform: skew(-80deg);
        -ms-transform: skew(-80deg);
        -webkit-transform: skew(-80deg);
        display: none;
    }

    .blog-single-entry.post-overlap div.entry-meta-group:before {
        left: -30px;
        top: 0;
    }

    .blog-single-entry.post-overlap div.entry-meta-group:after {
        bottom: 0;
        right: -30px;
    }

    .blog-single-entry.post-overlap div.entry-meta-group > div {
        display: inline-block;
        float: none;
        margin: 0 0 15px 0;
        position: relative;
        width: 49%;
    }

        .blog-single-entry.post-overlap div.entry-meta-group > div:nth-child(odd) {
            clear: both;
            float: left;
            text-align: left;
        }

        .blog-single-entry.post-overlap div.entry-meta-group > div:nth-child(even) {
            float: right;
            text-align: right;
        }

            .blog-single-entry.post-overlap div.entry-meta-group > div:nth-child(even) .dt-sc-like-views > div {
                float: none;
            }

                .blog-single-entry.post-overlap div.entry-meta-group > div:nth-child(even) .dt-sc-like-views > div:last-child {
                    margin-right: 0;
                    padding-right: 0;
                }

        .blog-single-entry.post-overlap div.entry-meta-group > div:nth-last-child(-n + 2) {
            margin-bottom: 0;
        }

    .blog-single-entry.post-overlap div.entry-meta-group .entry-tags a,
    .blog-single-entry.post-overlap .entry-tags a {
        border: 1px solid;
        display: inline-block;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: normal;
        margin: 0 5px 0 0;
        padding: 5px 10px;
        text-transform: uppercase;
    }

        .blog-single-entry.post-overlap div.entry-meta-group .entry-tags a:last-child,
        .blog-single-entry.post-overlap .entry-tags a:last-child {
            margin-right: 0;
        }

.blog-single-entry.post-overlap .entry-author,
.blog-single-entry.post-overlap .entry-date,
.blog-single-entry.post-overlap .entry-categories,
.blog-single-entry.post-overlap .entry-comments,
.blog-single-entry.post-overlap .entry-social-share,
.blog-single-entry.post-overlap .entry-likes-views,
.blog-single-entry.post-overlap .entry-tags,
.blog-single-entry.post-overlap .entry-title {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

    .blog-single-entry.post-overlap div.entry-meta-group .entry-social-share .share,
    .blog-single-entry.post-overlap .entry-social-share .share {
        border: none;
        padding: 0;
    }

        .blog-single-entry.post-overlap div.entry-meta-group .entry-social-share .share i,
        .blog-single-entry.post-overlap .entry-social-share .share i {
            display: none;
        }

.blog-single-entry.post-overlap div.entry-meta-group .share .dt-share-list {
    display: inline-block;
    margin: 0;
    width: 100%;
}

    .blog-single-entry.post-overlap div.entry-meta-group .share .dt-share-list li,
    .blog-single-entry.post-overlap .entry-social-share .share .dt-share-list li {
        display: inline-block;
        margin-right: 5px;
        padding-bottom: 0;
        text-align: center;
    }

        .blog-single-entry.post-overlap div.entry-meta-group .share .dt-share-list li:last-child,
        .blog-single-entry.post-overlap .entry-social-share .share .dt-share-list li:last-child {
            margin-right: 0;
        }

        .blog-single-entry.post-overlap div.entry-meta-group .share .dt-share-list li a,
        .blog-single-entry.post-overlap .entry-social-share .share .dt-share-list li a {
            border: 1px solid;
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            width: 30px;
        }

.blog-single-entry.post-overlap .entry-social-share .share i {
    display: none;
}

.blog-single-entry.post-overlap .entry-meta-group .entry-likes-views .dt-sc-like-views > div,
.blog-single-entry.post-overlap .entry-likes-views .dt-sc-like-views > div {
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}

.blog-single-entry.post-overlap .entry-meta-group .entry-likes-views .dt-sc-like-views > div,
.blog-single-entry.post-overlap .entry-likes-views .dt-sc-like-views > div {
    border: 1px solid;
    padding: 0;
}

    .blog-single-entry.post-overlap .entry-meta-group .entry-likes-views .dt-sc-like-views > div > i,
    .blog-single-entry.post-overlap .entry-likes-views .dt-sc-like-views > div > i {
        float: left;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        margin: 0;
        text-align: center;
        width: 30px;
    }

    .blog-single-entry.post-overlap .entry-meta-group .entry-likes-views .dt-sc-like-views > div > a,
    .blog-single-entry.post-overlap .entry-meta-group .entry-likes-views .dt-sc-like-views > div > span,
    .blog-single-entry.post-overlap .entry-likes-views .dt-sc-like-views > div > a,
    .blog-single-entry.post-overlap .entry-likes-views .dt-sc-like-views > div > span {
        display: inline-block;
        line-height: 30px;
        padding: 0 10px;
        position: relative;
        text-align: center;
    }

.blog-single-entry.post-overlap div.entry-meta-group .entry-comments a,
.blog-single-entry.post-overlap .entry-comments a {
    border: 1px solid;
    color: #000;
    display: inline-block;
    padding: 0 15px 0 0;
}

    .blog-single-entry.post-overlap div.entry-meta-group .entry-comments a i,
    .blog-single-entry.post-overlap .entry-comments a i {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        margin-right: 10px;
        text-align: center;
        width: 30px;
    }

.blog-single-entry.post-overlap div.entry-meta-group .entry-date .date-wrap,
.blog-single-entry.post-overlap .entry-date .date-wrap {
    border: 1px solid;
    color: #000;
    display: inline-block;
    padding: 0 15px 0 0;
    text-transform: uppercase;
}

    .blog-single-entry.post-overlap div.entry-meta-group .entry-date .date-wrap i,
    .blog-single-entry.post-overlap .entry-date .date-wrap i {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        margin-right: 10px;
        text-align: center;
        width: 30px;
    }

.blog-single-entry.post-overlap div.entry-meta-group > .entry-author > .author-wrap,
.blog-single-entry.post-overlap .entry-author > .author-wrap {
    border: 1px solid;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}

    .blog-single-entry.post-overlap .entry-meta-group > .entry-author > .author-wrap > i,
    .blog-single-entry.post-overlap .entry-author > .author-wrap > i {
        float: left;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        margin: 0;
        text-align: center;
        width: 30px;
    }

    .blog-single-entry.post-overlap .entry-meta-group > .entry-author > .author-wrap > a,
    .blog-single-entry.post-overlap .entry-author > .author-wrap > a {
        display: inline-block;
        line-height: 30px;
        padding: 0 10px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
    }

.blog-single-entry.post-overlap div.entry-meta-group > .entry-categories > .category-wrap,
.blog-single-entry.post-overlap .entry-categories > .category-wrap {
    border: 1px solid;
    display: inline-block;
    padding: 0;
    position: relative;
}

    .blog-single-entry.post-overlap .entry-meta-group > .entry-categories > .category-wrap > i,
    .blog-single-entry.post-overlap .entry-categories > .category-wrap > i {
        float: left;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        margin: 0;
        text-align: center;
        width: 30px;
    }

    .blog-single-entry.post-overlap .entry-meta-group > .entry-categories > .category-wrap > a,
    .blog-single-entry.post-overlap .entry-categories > .category-wrap > a {
        display: inline-block;
        float: left;
        line-height: 30px;
        padding: 0 10px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
    }

.blog-single-entry.post-overlap .entry-likes-views {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

    .blog-single-entry.post-overlap .entry-likes-views .dt-sc-like-views > div {
        display: inline-block;
        margin-right: 10px;
        padding-right: 10px;
        position: relative;
    }

        .blog-single-entry.post-overlap .entry-likes-views .dt-sc-like-views > div:last-child {
            margin-right: 0;
            padding-right: 0;
        }

    .blog-single-entry.post-overlap .entry-likes-views .dt-sc-like-views .likes:before {
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        right: -2px;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

.blog-single-entry.post-overlap .entry-author-bio {
    clear: both;
    display: block;
    float: left;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    width: 100%;
}

    .blog-single-entry.post-overlap .entry-author-bio > .thumb {
        float: left;
        height: 100%;
        left: 0;
        margin: 0;
        margin-bottom: 0;
        position: relative;
        width: 8%;
    }

    .blog-single-entry.post-overlap .entry-author-bio > .details {
        padding: 0 0 0 10%;
        position: relative;
        width: 100%;
    }

        .blog-single-entry.post-overlap .entry-author-bio > .details h3 {
            display: inline-block;
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 15px;
            padding-bottom: 15px;
            position: relative;
            text-transform: uppercase;
        }

            .blog-single-entry.post-overlap .entry-author-bio > .details h3:before {
                bottom: 0;
                content: "";
                display: block;
                height: 1px;
                left: 0;
                margin: 0 auto;
                position: absolute;
                width: 40px;
            }

.blog-single-entry.post-overlap .entry-post-navigation:not(:first-child) {
    margin-top: 20px;
}

.blog-single-entry.post-overlap .entry-post-navigation {
    clear: both;
    display: flex;
    float: left;
    margin: 0 0 40px 0;
    padding: 0;
    position: relative;
    width: 100%;
}

    .blog-single-entry.post-overlap .entry-post-navigation > div:last-child {
        margin: 0;
    }

    .blog-single-entry.post-overlap .entry-post-navigation > div {
        float: left;
        min-height: 130px;
        margin: 0 2% 0 0;
        padding: 30px 40px 30px 40px;
        position: relative;
        text-align: center;
        width: 49%;
        z-index: 1;
        align-content: center;
        align-items: center;
        display: flex;
        justify-content: center;
    }

        .blog-single-entry.post-overlap .entry-post-navigation > div:not(:empty):before {
            bottom: 0;
            content: "";
            margin: auto;
            position: absolute;
            top: 0;
            width: 0;
            z-index: -1;
        }

@media all and (-ms-high-contrast: none) {
    .blog-single-entry.post-overlap .entry-post-navigation {
        display: block;
    }

    *::-ms-backdrop,
    .blog-single-entry.post-overlap .entry-post-navigation {
        display: block;
    }
}

.blog-single-entry.post-overlap .entry-post-navigation > div:hover:before {
    width: 100%;
}

.blog-single-entry.post-overlap .entry-post-navigation > .post-prev-link:before {
    right: 0;
}

.blog-single-entry.post-overlap .entry-post-navigation > .post-next-link:before {
    left: 0;
}

.blog-single-entry.post-overlap .entry-post-navigation > div:empty {
    cursor: not-allowed;
}

.blog-single-entry.post-overlap .entry-post-navigation > div > a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.blog-single-entry.post-overlap .entry-post-navigation > div > .nav-title-wrap p {
    display: none;
}

.blog-single-entry.post-overlap .entry-post-navigation > div > .nav-title-wrap span {
    display: inline-block;
    font-size: 40px;
    line-height: 20px;
    margin-bottom: 20px;
}

.blog-single-entry.post-overlap .entry-post-navigation > div > .nav-title-wrap > h3 {
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0;
    text-transform: none;
    width: 100%;
}

    .blog-single-entry.post-overlap .entry-post-navigation > div > .nav-title-wrap > h3 a {
        word-wrap: anywhere;
        word-break: break-all;
    }

.blog-single-entry.post-overlap .entry-related-posts {
    float: left;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.blog-single-entry.post-overlap .commententries:not(:first-child) {
    margin-top: 20px;
}

.blog-single-entry.post-overlap .entry-related-posts > h4,
.blog-single-entry.post-overlap .commententries .comments-area > h3,
.blog-single-entry.post-overlap .commententries #respond h3#reply-title {
    border-bottom: none;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    text-transform: none;
    width: 100%;
}

    .blog-single-entry.post-overlap .commententries #respond h3#reply-title small {
        bottom: 15px;
        font-size: 14px;
        font-weight: 400;
        margin: auto;
        padding: 0;
        position: absolute;
        right: 0;
        text-transform: none;
    }

.blog-single-entry.post-overlap .commententries ul.commentlist {
    padding-bottom: 0;
    margin-top: 0;
}

    .blog-single-entry.post-overlap .commententries ul.commentlist li.comment:last-child,
    .blog-single-entry.post-overlap .commententries ul.commentlist li ul.children:last-child,
    .blog-single-entry.post-overlap .commententries ul.commentlist li ul li.comment-details:last-child {
        margin-bottom: 0;
    }

    .blog-single-entry.post-overlap .commententries ul.commentlist li ul li:last-child .comment-details {
        padding-bottom: 0;
    }

.single-post-header-wrapper {
    clear: both;
    float: left;
    margin: 0;
    padding: 148px 0;
    position: relative;
    width: 100%;
}

    .single-post-header-wrapper .main-title-section-bg {
        background-position: center center;
        background-size: cover;
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: -1;
    }

    .single-post-header-wrapper > .main-title-section-bg:before {
        bottom: 0;
        content: "";
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
    }

    .single-post-header-wrapper > .container {
        position: relative;
    }

        .single-post-header-wrapper > .container h1 {
            display: inline-block;
            margin-top: 0;
            text-transform: none;
            width: 95%;
        }

        .single-post-header-wrapper > .container .post-meta-data {
            display: inline-block;
            margin: 0;
            width: 100%;
            position: relative;
        }

            .single-post-header-wrapper > .container .post-meta-data .post-categories {
                position: relative;
                display: inline-block;
            }

        .single-post-header-wrapper > .container .post-categories a {
            border: 1px solid;
            display: inline-block;
            font-size: 10px;
            letter-spacing: 1px;
            line-height: normal;
            padding: 5px 10px;
            text-transform: uppercase;
            vertical-align: middle;
        }

            .single-post-header-wrapper > .container .post-categories a + a {
                margin-left: 10px;
            }

        .single-post-header-wrapper > .container .post-meta-data .date {
            display: inline-block;
            font-size: 13px;
            margin-left: 20px;
        }

    .single-post-header-wrapper:not(.dt-parallax-bg) > .container h1,
    .single-post-header-wrapper:not(.dt-parallax-bg) > .container .post-meta,
    .single-post-header-wrapper:not(.dt-parallax-bg) > .container .post-meta .post-date,
    .single-post-header-wrapper:not(.dt-parallax-bg) > .container .post-meta .post-comments a {
        color: #fff;
    }

    .single-post-header-wrapper:not(.dt-parallax-bg) > .container h1 {
        line-height: normal;
        margin: 0 auto 15px;
    }

    .single-post-header-wrapper:not(.dt-parallax-bg) > .container .post-meta {
        font-size: 0;
        line-height: 0;
        padding: 0;
        text-align: center;
    }

        .single-post-header-wrapper:not(.dt-parallax-bg) > .container .post-meta > * {
            display: inline-block;
            font-size: 16px;
            line-height: 32px;
            vertical-align: middle;
        }

        .single-post-header-wrapper:not(.dt-parallax-bg) > .container .post-meta .post-date {
            direction: rtl;
        }

            .single-post-header-wrapper:not(.dt-parallax-bg) > .container .post-meta .post-date i {
                background: #fff;
                display: inline-block;
                height: 16px;
                margin: 0 12px;
                vertical-align: middle;
                width: 1px;
            }

                .single-post-header-wrapper:not(.dt-parallax-bg) > .container .post-meta .post-date i:before {
                    display: none;
                }

.blog-single-entry.post-breadcrumb-fixed {
    margin: 0 auto;
    padding: 0;
    position: relative;
}

    .blog-single-entry.post-breadcrumb-fixed .entry-thumb {
        margin: 0 0 20px 0;
    }

        .blog-single-entry.post-breadcrumb-fixed .entry-thumb > .entry-format {
            left: 5px;
            top: 5px;
        }

            .blog-single-entry.post-breadcrumb-fixed .entry-thumb > .entry-format a {
                background: none;
                box-shadow: none;
                height: 40px;
                line-height: 40px;
                width: 40px;
                z-index: 1;
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                -ms-box-shadow: none;
            }

                .blog-single-entry.post-breadcrumb-fixed .entry-thumb > .entry-format a:before {
                    font-size: 16px;
                    line-height: 40px;
                }

                .blog-single-entry.post-breadcrumb-fixed .entry-thumb > .entry-format a:after {
                    border-right: 70px solid transparent;
                    border-top-style: solid;
                    border-top-width: 70px;
                    content: "";
                    display: block;
                    height: 0;
                    left: 0;
                    position: absolute;
                    top: 0;
                    width: 0;
                    z-index: -1;
                }

    .blog-single-entry.post-breadcrumb-fixed .entry-title h1 {
        font-size: 30px;
        font-weight: 700;
        letter-spacing: 1px;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
    }

    .blog-single-entry.post-breadcrumb-fixed .entry-author,
    .blog-single-entry.post-breadcrumb-fixed .entry-date,
    .blog-single-entry.post-breadcrumb-fixed .entry-categories,
    .blog-single-entry.post-breadcrumb-fixed .entry-comments,
    .blog-single-entry.post-breadcrumb-fixed .entry-social-share,
    .blog-single-entry.post-breadcrumb-fixed .entry-likes-views,
    .blog-single-entry.post-breadcrumb-fixed .entry-tags,
    .blog-single-entry.post-breadcrumb-fixed .entry-title {
        float: left;
        margin-bottom: 20px;
        width: 100%;
    }

        .blog-single-entry.post-breadcrumb-fixed .entry-author .author-wrap,
        .blog-single-entry.post-breadcrumb-fixed .entry-comments .comment-wrap,
        .blog-single-entry.post-breadcrumb-fixed .entry-tags .tag-wrap,
        .blog-single-entry.post-breadcrumb-fixed .entry-categories .category-wrap {
            display: inline-block;
            float: left;
            margin: 0;
            padding: 0;
            position: relative;
        }

            .blog-single-entry.post-breadcrumb-fixed .entry-tags .tag-wrap p {
                display: inline-block;
                float: left;
                margin: 0;
                width: 100%;
            }

            .blog-single-entry.post-breadcrumb-fixed .entry-tags .tag-wrap span {
                display: inline-block;
                float: left;
                font-size: 13px;
                line-height: normal;
                margin: 0 0 10px 0;
            }

    .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group {
        float: left;
        font-size: 13px;
        font-weight: 300;
        letter-spacing: 0.5px;
        margin-bottom: 20px;
        padding: 30px;
        position: relative;
        width: 100%;
    }

        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group:not(:first-child) {
            margin-top: 20px;
        }

        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group:before,
        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group:after {
            content: "";
            height: 10px;
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            width: 1px;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group:before {
            background-color: #fff;
            top: 0;
        }

        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group:after {
            top: -10px;
        }

        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group:hover:before,
        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group:hover:after {
            height: 15px;
        }

        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group:hover:after {
            top: -15px;
        }

        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > div {
            display: inline-block;
            float: none;
            margin: 0 0 15px 0;
            position: relative;
            width: 49%;
        }

            .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > div:nth-child(odd) {
                clear: both;
                float: left;
                text-align: left;
            }

            .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > div:nth-child(even) {
                float: right;
                text-align: right;
            }

                .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > div:nth-child(even) .dt-sc-like-views > div {
                    float: none;
                }

                    .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > div:nth-child(even) .dt-sc-like-views > div:last-child {
                        margin-right: 0;
                        padding-right: 0;
                    }

            .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > div:nth-last-child(-n + 2) {
                margin-bottom: 0;
            }

        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .author-wrap,
        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .comment-wrap,
        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .tag-wrap,
        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .category-wrap {
            display: inline-block;
            float: left;
            margin: 0;
            padding: 0;
            position: relative;
        }

        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .tag-wrap {
            margin: 0;
        }

        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > div:nth-child(even) .author-wrap,
        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > div:nth-child(even) .comment-wrap,
        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > div:nth-child(even) .tag-wrap,
        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > div:nth-child(even) .category-wrap {
            float: right;
        }

        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-tags span {
            display: none;
        }

        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-tags > .tag-wrap p {
            display: inline-block;
            float: left;
            margin: 0;
            width: 100%;
        }

        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-tags a,
        .blog-single-entry.post-breadcrumb-fixed .entry-tags a {
            border: 1px solid;
            display: inline-block;
            font-size: 13px;
            float: left;
            letter-spacing: 0;
            line-height: normal;
            margin: 5px 5px 5px 0;
            padding: 5px 10px;
            text-transform: capitalize;
        }

            .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-tags a:last-child,
            .blog-single-entry.post-breadcrumb-fixed .entry-tags a:last-child {
                margin-right: 0;
            }

        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-tags a,
        .blog-single-entry.post-breadcrumb-fixed .entry-tags a,
        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-categories a:last-child,
        .blog-single-entry.post-breadcrumb-fixed .entry-categories a:last-child {
            font-weight: 400;
        }

        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-social-share .share,
        .blog-single-entry.post-breadcrumb-fixed .entry-social-share .share {
            border: none;
            padding: 0;
        }

            .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-social-share .share i,
            .blog-single-entry.post-breadcrumb-fixed .entry-social-share .share i {
                display: none;
            }

        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .share .dt-share-list {
            display: inline-block;
            margin: 0;
            width: 100%;
        }

            .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .share .dt-share-list li,
            .blog-single-entry.post-breadcrumb-fixed .entry-social-share .share .dt-share-list li {
                display: inline-block;
                margin: 0 5px 5px 0;
                padding-bottom: 0;
                text-align: center;
            }

                .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .share .dt-share-list li:last-child,
                .blog-single-entry.post-breadcrumb-fixed .entry-social-share .share .dt-share-list li:last-child {
                    margin-right: 0;
                }

                .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .share .dt-share-list li a,
                .blog-single-entry.post-breadcrumb-fixed .entry-social-share .share .dt-share-list li a {
                    font-size: 14px;
                    height: 30px;
                    line-height: 30px;
                    width: 30px;
                }

    .blog-single-entry.post-breadcrumb-fixed .entry-social-share .share i {
        display: none;
    }

    .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-likes-views .dt-sc-like-views > div,
    .blog-single-entry.post-breadcrumb-fixed .entry-likes-views .dt-sc-like-views > div {
        display: inline-block;
        float: left;
        margin: 0 10px 5px 0;
        padding-right: 10px;
        position: relative;
    }

    .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-likes-views .dt-sc-like-views > div,
    .blog-single-entry.post-breadcrumb-fixed .entry-likes-views .dt-sc-like-views > div {
        border: 1px solid;
        padding: 0;
    }

        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-likes-views .dt-sc-like-views > div > i,
        .blog-single-entry.post-breadcrumb-fixed .entry-likes-views .dt-sc-like-views > div > i {
            float: left;
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            margin: 0;
            text-align: center;
            width: 30px;
        }

        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-likes-views .dt-sc-like-views > div > a,
        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-likes-views .dt-sc-like-views > div > span,
        .blog-single-entry.post-breadcrumb-fixed .entry-likes-views .dt-sc-like-views > div > a,
        .blog-single-entry.post-breadcrumb-fixed .entry-likes-views .dt-sc-like-views > div > span {
            display: inline-block;
            line-height: 30px;
            padding: 0 10px;
            position: relative;
            text-align: center;
        }

    .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-comments a,
    .blog-single-entry.post-breadcrumb-fixed .entry-comments a {
        border: 1px solid;
        display: inline-block;
        padding: 0 15px 0 0;
        margin: 0 0 5px 0;
    }

        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-comments a i,
        .blog-single-entry.post-breadcrumb-fixed .entry-comments a i {
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            margin-right: 10px;
            text-align: center;
            width: 30px;
        }

    .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-date .date-wrap,
    .blog-single-entry.post-breadcrumb-fixed .entry-date .date-wrap {
        border: 1px solid;
        display: inline-block;
        padding: 0 15px 0 0;
        text-transform: uppercase;
    }

        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-date .date-wrap i,
        .blog-single-entry.post-breadcrumb-fixed .entry-date .date-wrap i {
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            margin-right: 10px;
            text-align: center;
            width: 30px;
        }

    .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > .entry-author > .author-wrap,
    .blog-single-entry.post-breadcrumb-fixed .entry-author > .author-wrap {
        border: 1px solid;
        display: inline-block;
        padding: 0;
        position: relative;
    }

        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > .entry-author > .author-wrap > i,
        .blog-single-entry.post-breadcrumb-fixed .entry-author > .author-wrap > i {
            float: left;
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            margin: 0;
            text-align: center;
            width: 30px;
        }

        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > .entry-author > .author-wrap > a,
        .blog-single-entry.post-breadcrumb-fixed .entry-author > .author-wrap > a {
            display: inline-block;
            line-height: 30px;
            padding: 0 10px;
            position: relative;
            text-align: center;
            text-transform: uppercase;
        }

    .blog-single-entry.post-breadcrumb-fixed .entry-categories > .category-wrap {
        display: inline-block;
        float: left;
        margin: 0;
        padding: 0;
        position: relative;
    }

        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > .entry-categories > .category-wrap > i,
        .blog-single-entry.post-breadcrumb-fixed .entry-categories > .category-wrap > i {
            float: left;
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            margin: 0;
            text-align: center;
            width: 30px;
        }

        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > .entry-categories > .category-wrap > a,
        .blog-single-entry.post-breadcrumb-fixed .entry-categories > .category-wrap > a {
            border: 1px solid;
            display: inline-block;
            float: left;
            font-size: 13px;
            line-height: normal;
            margin: 5px 5px 5px 0;
            padding: 5px 10px;
            position: relative;
            text-align: center;
            text-transform: capitalize;
        }

    .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-categories a:last-child,
    .blog-single-entry.post-breadcrumb-fixed .entry-categories a:last-child {
        margin-right: 0;
    }

    .blog-single-entry.post-breadcrumb-fixed .entry-likes-views {
        display: inline-block;
        margin-bottom: 20px;
        position: relative;
        width: 100%;
    }

        .blog-single-entry.post-breadcrumb-fixed .entry-likes-views .dt-sc-like-views > div {
            display: inline-block;
            margin-right: 10px;
            padding-right: 10px;
            position: relative;
        }

            .blog-single-entry.post-breadcrumb-fixed .entry-likes-views .dt-sc-like-views > div:last-child {
                margin-right: 0;
                padding-right: 0;
            }

        .blog-single-entry.post-breadcrumb-fixed .entry-likes-views .dt-sc-like-views .likes:before {
            content: "";
            display: block;
            height: 2px;
            position: absolute;
            right: -2px;
            top: 50%;
            transform: translateY(-50%);
            width: 4px;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
        }

    .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation:not(:first-child) {
        margin-top: 20px;
    }

    .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation {
        clear: both;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        margin: 0 0 40px 0;
        padding: 0;
        position: relative;
        width: 100%;
    }

        .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > div {
            background-color: rgba(0, 0, 0, 0.75);
            cursor: pointer;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: -ms-flex;
            display: flex;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            align-items: center;
            overflow: hidden;
            position: relative;
            min-height: 250px;
            vertical-align: middle;
            width: 50%;
            z-index: 1;
        }

            .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > div:not(:first-child) {
                border-color: rgba(255, 255, 255, 0.25);
                border-style: solid;
                border-width: 0 0 0 1px;
            }

        .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > .post-prev-link:empty,
        .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > .post-next-link:empty {
            background: #ccc;
            cursor: not-allowed;
            width: 49.5%;
        }

        .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > .post-prev-link:empty {
            float: left;
        }

        .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > .post-next-link:empty {
            float: right;
        }

        .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > .post-prev-link > .prev-post-bgimg,
        .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > .post-next-link > .next-post-bgimg {
            background-position: center;
            background-size: cover;
            height: 100%;
            position: absolute;
            top: 0;
            transform: scale(1);
            width: 100%;
            -moz-transform: scale(1);
            -webkit-transform: scale(1);
        }

        .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > .post-prev-link:hover > .prev-post-bgimg,
        .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > .post-next-link:hover > .next-post-bgimg {
            transform: scale(1.2);
        }

        .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > .post-prev-link > .prev-post-bgimg {
            left: 0;
        }

        .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > .post-next-link > .next-post-bgimg {
            right: 0;
        }

        .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > div > a {
            display: block;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1;
            background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #080810), color-stop(100%, rgba(255, 255, 255, 0)));
            background-image: -moz-linear-gradient(left, #080810 0%, rgba(255, 255, 255, 0) 100%);
            background-image: -webkit-linear-gradient(left, #080810 0%, rgba(255, 255, 255, 0) 100%);
            background-image: linear-gradient(to right, #080810 0%, rgba(255, 255, 255, 0) 100%);
        }

        .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > .post-next-link > a {
            background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #080810), color-stop(100%, rgba(255, 255, 255, 0)));
            background-image: -moz-linear-gradient(right, #080810 0%, rgba(255, 255, 255, 0) 100%);
            background-image: -webkit-linear-gradient(right, #080810 0%, rgba(255, 255, 255, 0) 100%);
            background-image: linear-gradient(to left, #080810 0%, rgba(255, 255, 255, 0) 100%);
        }

        .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > div > a:hover {
            opacity: 0.8;
        }

        .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > div > .nav-title-wrap {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: -ms-flex;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            padding: 20px 25px;
            width: 100%;
            z-index: 1;
        }

            .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > div > .nav-title-wrap span {
                display: none;
            }

        .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > .post-next-link > .nav-title-wrap {
            text-align: right;
        }

        .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > div > .nav-title-wrap h3 {
            display: inline-block;
            line-height: 1;
            margin: 0;
            position: relative;
            width: 100%;
            word-break: break-word;
        }

            .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > div > .nav-title-wrap h3 a {
                font-size: 20px;
                font-weight: 700;
                letter-spacing: 0.025em;
                line-height: inherit;
                margin: 0;
                max-height: 5em;
                overflow: hidden;
                text-transform: none;
            }

        .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > div:hover > .nav-title-wrap h3 a {
            color: rgba(255, 255, 255, 0.6);
        }

        .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > div > .nav-title-wrap p {
            display: inline-block;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 1px;
            margin: 0;
            position: relative;
            text-transform: uppercase;
            width: 100%;
        }

article[class*="post-"].blog-single-entry .entry-post-navigation > div.no-post {
    cursor: not-allowed;
}

    article[class*="post-"].blog-single-entry .entry-post-navigation > div.no-post > a,
    article[class*="post-"].blog-single-entry .entry-post-navigation > div.no-post > div span + h3 a {
        pointer-events: none;
    }

.blog-single-entry.post-breadcrumb-fixed .post-prev-link {
    width: 50%;
    float: left;
}

.blog-single-entry.post-breadcrumb-fixed .post-next-link {
    width: 50%;
    float: right;
    text-align: right;
}

.blog-single-entry.post-breadcrumb-fixed .entry-author-bio {
    clear: both;
    display: block;
    float: left;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

    .blog-single-entry.post-breadcrumb-fixed .entry-author-bio > .thumb {
        display: inline-block;
        height: 130px;
        margin: 0;
        margin-bottom: 0;
        position: relative;
        width: 130px;
    }

        .blog-single-entry.post-breadcrumb-fixed .entry-author-bio > .thumb,
        .blog-single-entry.post-breadcrumb-fixed .entry-author-bio > .thumb img {
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

    .blog-single-entry.post-breadcrumb-fixed .entry-author-bio > .details {
        padding: 0;
        position: relative;
        width: 100%;
    }

        .blog-single-entry.post-breadcrumb-fixed .entry-author-bio > .details h3 {
            display: inline-block;
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 15px;
            padding: 0;
            position: relative;
            text-transform: uppercase;
        }

        .blog-single-entry.post-breadcrumb-fixed .entry-author-bio > .details .desc {
            display: none;
        }

        .blog-single-entry.post-breadcrumb-fixed .entry-author-bio > .details h3 span {
            text-transform: capitalize;
        }

        .blog-single-entry.post-breadcrumb-fixed .entry-author-bio > .details p {
            display: inline-block;
            font-size: 13px;
            margin: 8px 0 0 0;
            position: relative;
            width: 100%;
        }

.blog-single-entry.post-breadcrumb-fixed .commententries .comments-area:empty {
    display: none;
}

.blog-single-entry.post-breadcrumb-fixed .commententries:not(:first-child) .comments-area {
    margin-top: 20px;
}

.blog-single-entry.post-breadcrumb-fixed .entry-related-posts {
    float: left;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

    .blog-single-entry.post-breadcrumb-fixed .commententries #respond h3#reply-title,
    .page-template-default section > .commententries #respond h3#reply-title,
    .blog-single-entry.post-breadcrumb-fixed .entry-related-posts > h4,
    .blog-single-entry.post-breadcrumb-fixed .commententries .comments-area > h3 {
        font-weight: 700;
        letter-spacing: 0;
        margin-bottom: 10px;
        padding-top: 20px;
        position: relative;
        text-transform: none;
    }

        .blog-single-entry.post-breadcrumb-fixed .commententries #respond h3#reply-title:before,
        .page-template-default section > .commententries #respond h3#reply-title:before,
        .blog-single-entry.post-breadcrumb-fixed .entry-related-posts > h4:before,
        .blog-single-entry.post-breadcrumb-fixed .commententries .comments-area > h3:before {
            content: "";
            display: block;
            height: 1px;
            position: absolute;
            top: 0;
            width: 30px;
        }

    .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd),
    .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even) {
        clear: both;
        display: inline-block;
        float: none;
        margin-bottom: 10px;
        text-align: inherit;
        width: 100%;
    }

        .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd):last-child,
        .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd):last-child,
        .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even):last-child,
        .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even):last-child {
            margin-bottom: 0;
        }

    .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(odd),
    .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd),
    .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(even),
    .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even) {
        clear: both;
        display: inline-block;
        float: none;
        margin-bottom: 10px;
        text-align: inherit;
        width: 100%;
    }

        .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(odd):last-child,
        .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd):last-child,
        .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(even):last-child,
        .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even):last-child {
            margin-bottom: 0;
        }

.single-post-header-wrapper.dt-parallax-bg {
    padding: 150px 0;
}

    .single-post-header-wrapper.dt-parallax-bg > .main-title-section-bg {
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    }

#header-wrapper.header-top-absolute .single-post-header-wrapper.dt-parallax-bg > .main-title-section-bg {
    background-attachment: inherit;
    background-repeat: inherit;
    background-size: cover;
}

.single-post-header-wrapper.dt-parallax-bg > .container {
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
}

    .single-post-header-wrapper.dt-parallax-bg > .container h1 {
        font-weight: 500;
        text-transform: none;
    }

    .single-post-header-wrapper.dt-parallax-bg > .container .post-categories {
        display: inline-block;
        margin: 0 0 15px 0;
        position: relative;
    }

        .single-post-header-wrapper.dt-parallax-bg > .container .post-categories a {
            background: none;
            border: 2px solid;
            border-radius: 5px;
            display: inline-block;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: 17px;
            margin: 0 5px 0 0;
            padding: 5px 10px 6px;
        }

            .single-post-header-wrapper.dt-parallax-bg > .container .post-categories a:last-child {
                margin-right: 0;
            }

            .single-post-header-wrapper.dt-parallax-bg > .container .post-categories a:hover {
                box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
                transform: translateY(-3px);
                -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
                -webkit-transform: translateY(-3px);
            }

    .single-post-header-wrapper.dt-parallax-bg > .container h1 {
        margin-bottom: 25px;
    }

    .single-post-header-wrapper.dt-parallax-bg > .container .post-meta {
        display: inline-block;
        margin: 0;
        position: relative;
        width: 100%;
    }

        .single-post-header-wrapper.dt-parallax-bg > .container .post-meta > div {
            border-left: 1px solid #000;
            display: inline-block;
            font-size: 14px;
            line-height: 16px;
            padding: 0 10px 0 10px;
            position: relative;
        }

            .single-post-header-wrapper.dt-parallax-bg > .container .post-meta > div:first-child {
                border: none;
                padding-left: 0;
            }

        .single-post-header-wrapper.dt-parallax-bg > .container .post-meta .post-author span,
        .single-post-header-wrapper.dt-parallax-bg > .container .post-meta .post-author a,
        .single-post-header-wrapper.dt-parallax-bg > .container .post-meta > .post-comments a {
            font-size: 14px;
            text-transform: capitalize;
        }

.blog-single-entry.post-breadcrumb-parallax .entry-thumb {
    margin: 0 0 20px 0;
}

    .blog-single-entry.post-breadcrumb-parallax .entry-thumb > a {
        display: inline-block;
        position: relative;
        width: 100%;
    }

        .blog-single-entry.post-breadcrumb-parallax .entry-thumb ul li:after,
        .blog-single-entry.post-breadcrumb-parallax .entry-thumb > a:after {
            background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
            background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
            background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
            background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
            bottom: 0;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#b3000000',GradientType=0);
            top: auto;
        }

        .blog-single-entry.post-breadcrumb-parallax .entry-thumb ul li:after,
        .blog-single-entry.post-breadcrumb-parallax .entry-thumb > a:after {
            left: 0;
            margin: 0 auto;
            right: 0;
        }

        .blog-single-entry.post-breadcrumb-parallax .entry-thumb ul li:after,
        .blog-single-entry.post-breadcrumb-parallax .entry-thumb > a:after {
            content: "";
            display: block;
            height: 100%;
            opacity: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }

    .blog-single-entry.post-breadcrumb-parallax .entry-thumb:hover ul li:after,
    .blog-single-entry.post-breadcrumb-parallax .entry-thumb:hover > a:after {
        opacity: 1;
    }

.blog-single-entry.post-breadcrumb-parallax .entry-author,
.blog-single-entry.post-breadcrumb-parallax .entry-date,
.blog-single-entry.post-breadcrumb-parallax .entry-categories,
.blog-single-entry.post-breadcrumb-parallax .entry-comments,
.blog-single-entry.post-breadcrumb-parallax .entry-social-share,
.blog-single-entry.post-breadcrumb-parallax .entry-likes-views,
.blog-single-entry.post-breadcrumb-parallax .entry-tags,
.blog-single-entry.post-breadcrumb-parallax .entry-title {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

    .blog-single-entry.post-breadcrumb-parallax .entry-title h1 {
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 1px;
        margin: 0;
        padding: 0;
        text-transform: capitalize;
    }

.blog-single-entry.post-breadcrumb-parallax .entry-meta-group {
    border: 2px solid;
    float: left;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    padding: 30px;
    position: relative;
    width: 100%;
}

    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group:before {
        position: absolute;
        content: "";
        display: block;
        width: 50px;
        height: 50px;
        border-width: 2px;
        border-style: solid;
        left: -10px;
        bottom: -10px;
        border-top: none;
        border-right: none;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group:after {
        position: absolute;
        content: "";
        display: block;
        width: 50px;
        height: 50px;
        border-width: 2px;
        border-style: solid;
        right: -10px;
        top: -10px;
        border-bottom: none;
        border-left: none;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group:hover:before {
        height: 0;
        left: 0;
        width: 100px;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group:hover:after {
        height: 0;
        right: 0;
        width: 100px;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group > div {
        display: inline-block;
        float: none;
        margin: 0 0 15px 0;
        position: relative;
        width: 49%;
    }

        .blog-single-entry.post-breadcrumb-parallax .entry-meta-group > div:nth-child(odd) {
            clear: both;
            float: left;
            text-align: left;
        }

        .blog-single-entry.post-breadcrumb-parallax .entry-meta-group > div:nth-child(even) {
            float: right;
            text-align: right;
        }

            .blog-single-entry.post-breadcrumb-parallax .entry-meta-group > div:nth-child(even) .dt-sc-like-views > div {
                float: none;
            }

                .blog-single-entry.post-breadcrumb-parallax .entry-meta-group > div:nth-child(even) .dt-sc-like-views > div:last-child {
                    margin-right: 0;
                    padding-right: 0;
                }

        .blog-single-entry.post-breadcrumb-parallax .entry-meta-group > div:nth-last-child(-n + 2) {
            margin-bottom: 0;
        }

    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group .entry-social-share .share,
    .blog-single-entry.post-breadcrumb-parallax .entry-social-share .share {
        border: none;
        padding: 0;
    }

        .blog-single-entry.post-breadcrumb-parallax .entry-meta-group .entry-social-share .share i,
        .blog-single-entry.post-breadcrumb-parallax .entry-social-share .share i {
            display: none;
        }

        .blog-single-entry.post-breadcrumb-parallax .entry-meta-group .share ul.dt-share-list,
        .blog-single-entry.post-breadcrumb-parallax .entry-social-share .share ul.dt-share-list {
            display: inline-block;
            margin: 0;
            width: 100%;
        }

        .blog-single-entry.post-breadcrumb-parallax .entry-meta-group .share .dt-share-list li,
        .blog-single-entry.post-breadcrumb-parallax .entry-social-share .share .dt-share-list li {
            display: inline-block;
            margin-right: 15px;
            padding-bottom: 0;
        }

            .blog-single-entry.post-breadcrumb-parallax .entry-meta-group .share .dt-share-list li:last-child,
            .blog-single-entry.post-breadcrumb-parallax .entry-social-share .share .dt-share-list li:last-child {
                margin-right: 0;
            }

            .blog-single-entry.post-breadcrumb-parallax .entry-meta-group .share .dt-share-list li a,
            .blog-single-entry.post-breadcrumb-parallax .entry-social-share .share .dt-share-list li a {
                font-size: 14px;
            }

        .blog-single-entry.post-breadcrumb-parallax .entry-social-share .share i {
            display: none;
        }

    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group > .entry-categories a,
    .blog-single-entry.post-breadcrumb-parallax .entry-categories a {
        display: inline-block;
        font-size: 13px;
        height: 20px;
        letter-spacing: 1px;
        line-height: 20px;
        min-width: 30px;
        padding: 0 10px;
        position: relative;
        text-transform: capitalize;
    }

        .blog-single-entry.post-breadcrumb-parallax .entry-meta-group .entry-categories a:first-child,
        .blog-single-entry.post-breadcrumb-parallax .entry-categories a:first-child {
            padding-left: 0;
        }

        .blog-single-entry.post-breadcrumb-parallax .entry-meta-group .entry-categories a:last-child,
        .blog-single-entry.post-breadcrumb-parallax .entry-categories a:last-child {
            padding-right: 0;
        }

        .blog-single-entry.post-breadcrumb-parallax .entry-meta-group .entry-categories a:not(:last-child):after,
        .blog-single-entry.post-breadcrumb-parallax .entry-categories a:not(:last-child):after {
            bottom: -1px;
            content: "-";
            display: block;
            font-size: 16px;
            position: absolute;
            right: -5px;
        }

    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group .entry-author a,
    .blog-single-entry.post-breadcrumb-parallax .entry-author a {
        text-transform: capitalize;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group .entry-likes-views .dt-sc-like-views > div {
        display: inline-block;
        float: left;
        margin-right: 10px;
        padding-right: 10px;
        position: relative;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group .dt-sc-like-views .likes:before,
    .blog-single-entry.post-breadcrumb-parallax .entry-likes-views .dt-sc-like-views .likes:before {
        content: "";
        display: block;
        position: absolute;
        right: -2px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: 4px;
        height: 1px;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group > .entry-tags a,
    .blog-single-entry.post-breadcrumb-parallax .entry-tags a {
        display: inline-block;
        font-size: 13px;
        height: 20px;
        letter-spacing: 1px;
        line-height: 20px;
        min-width: 30px;
        padding: 0 10px;
        position: relative;
        text-transform: capitalize;
    }

        .blog-single-entry.post-breadcrumb-parallax .entry-meta-group > .entry-tags a:first-child,
        .blog-single-entry.post-breadcrumb-parallax .entry-tags a:first-child {
            padding-left: 0;
        }

    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group > .entry-tags i + a,
    .blog-single-entry.post-breadcrumb-parallax .entry-tags i + a {
        padding-left: 2px;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group > .entry-tags a:last-child,
    .blog-single-entry.post-breadcrumb-parallax .entry-tags a:last-child {
        padding-right: 0;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group > .entry-tags a:not(:last-child):after,
    .blog-single-entry.post-breadcrumb-parallax .entry-tags a:not(:last-child):after {
        bottom: -1px;
        content: "-";
        display: block;
        font-size: 16px;
        position: absolute;
        right: -5px;
    }

.blog-single-entry.post-breadcrumb-parallax .entry-likes-views {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

    .blog-single-entry.post-breadcrumb-parallax .entry-likes-views .dt-sc-like-views > div {
        display: inline-block;
        margin-right: 10px;
        padding-right: 10px;
        position: relative;
    }

        .blog-single-entry.post-breadcrumb-parallax .entry-likes-views .dt-sc-like-views > div:last-child {
            margin-right: 0;
            padding-right: 0;
        }

.blog-single-entry.post-breadcrumb-parallax .entry-post-navigation:not(:first-child) {
    margin-top: 20px;
}

.blog-single-entry.post-breadcrumb-parallax .entry-post-navigation {
    clear: both;
    display: block;
    float: left;
    margin: 0 0 40px 0;
    padding: 0;
    position: relative;
    width: 100%;
}

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > div {
        float: left;
        min-height: 200px;
        position: relative;
        width: 50%;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > div {
        cursor: pointer;
        display: inline-block;
        overflow: hidden;
        position: relative;
        vertical-align: middle;
        z-index: 1;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-prev-link:empty,
    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-next-link:empty {
        background: #ccc;
        cursor: not-allowed;
        width: 49.5%;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-prev-link:empty {
        float: left;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-next-link:empty {
        float: right;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-prev-link > .prev-post-bgimg,
    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-next-link > .next-post-bgimg {
        background-position: center;
        background-size: cover;
        height: 100%;
        position: absolute;
        top: 0;
        transform: scale(1);
        width: 100%;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-prev-link:hover > .prev-post-bgimg,
    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-next-link:hover > .next-post-bgimg {
        transform: scale(1.2);
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-prev-link > .prev-post-bgimg {
        left: 0;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-next-link > .next-post-bgimg {
        right: 0;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > div > a {
        background: rgba(0, 0, 0, 0.5);
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-prev-link:hover > a,
    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-next-link:hover > a {
        background: rgba(0, 0, 0, 0.9);
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > div > .nav-title-wrap {
        backface-visibility: hidden;
        padding: 0;
        position: absolute;
        top: 50%;
        width: 100%;
        z-index: 1;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-prev-link > .nav-title-wrap {
        padding-right: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-next-link > .nav-title-wrap {
        padding-left: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > div > .nav-title-wrap h3 {
        display: inline-block;
        margin: 0;
        position: relative;
        width: 100%;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-prev-link .nav-title-wrap h3 {
        text-align: right;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-next-link .nav-title-wrap h3 {
        text-align: left;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > div > .nav-title-wrap h3 a {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1px;
        margin: 0;
        text-transform: capitalize;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > div > .nav-title-wrap p {
        display: inline-block;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1px;
        margin: 0;
        position: relative;
        text-transform: capitalize;
        width: 100%;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-prev-link > .nav-title-wrap p {
        text-align: right;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-next-link > .nav-title-wrap p {
        text-align: left;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-prev-link > .nav-title-wrap span {
        left: 100%;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation .post-next-link > .nav-title-wrap span {
        right: 100%;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > div > .nav-title-wrap span {
        font-size: 40px;
        opacity: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation .post-prev-link:hover > .nav-title-wrap span {
        left: 80%;
        opacity: 1;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation .post-next-link:hover > .nav-title-wrap span {
        opacity: 1;
        right: 80%;
    }

.blog-single-entry.post-breadcrumb-parallax .entry-author-bio {
    clear: both;
    display: block;
    float: left;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0 8%;
    text-align: center;
    width: 100%;
}

    .blog-single-entry.post-breadcrumb-parallax .entry-author-bio:not(:first-child) {
        margin-top: 20px;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-author-bio .thumb {
        display: inline-block;
        float: none;
        margin: 0 0 20px 0;
        position: relative;
        width: 100%;
    }

        .blog-single-entry.post-breadcrumb-parallax .entry-author-bio .thumb:before,
        .blog-single-entry.post-breadcrumb-parallax .entry-author-bio .thumb:after {
            bottom: 0;
            content: "";
            height: 1px;
            margin: auto;
            position: absolute;
            top: 0;
            z-index: -1;
        }

        .blog-single-entry.post-breadcrumb-parallax .entry-author-bio .thumb:before {
            left: -100%;
            right: 58%;
        }

        .blog-single-entry.post-breadcrumb-parallax .entry-author-bio .thumb:after {
            left: 58%;
            right: -100%;
        }

        .blog-single-entry.post-breadcrumb-parallax .entry-author-bio .thumb img {
            height: auto;
            max-width: 8%;
        }

    .blog-single-entry.post-breadcrumb-parallax .entry-author-bio .details {
        display: inline-block;
        float: none;
        width: 100%;
    }

        .blog-single-entry.post-breadcrumb-parallax .entry-author-bio .details h3 {
            font-size: 16px;
            margin-bottom: 20px;
            padding: 0;
            position: relative;
            text-transform: capitalize;
        }

        .blog-single-entry.post-breadcrumb-parallax .entry-author-bio .details .desc {
            display: inline-block;
            float: none;
            width: 100%;
        }

.blog-single-entry.post-breadcrumb-parallax .commententries:not(:first-child) {
    margin-top: 20px;
}

.blog-single-entry.post-breadcrumb-parallax .entry-related-posts {
    float: left;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

    .blog-single-entry.post-breadcrumb-parallax .entry-related-posts > h4,
    .blog-single-entry.post-breadcrumb-parallax .commententries .comments-area > h3,
    .blog-single-entry.post-breadcrumb-parallax .commententries #respond h3#reply-title {
        font-weight: 400;
        letter-spacing: 1px;
        margin: 0 0 20px 0;
        padding: 0;
        position: relative;
        text-transform: capitalize;
        overflow: hidden;
    }

        .blog-single-entry.post-breadcrumb-parallax .entry-related-posts > h4:before,
        .blog-single-entry.post-breadcrumb-parallax .commententries .comments-area > h3:before,
        .blog-single-entry.post-breadcrumb-parallax .commententries #respond h3#reply-title:before {
            content: "";
            height: 1px;
            margin: auto;
            position: absolute;
            top: 50%;
            transform: translateY(0);
            z-index: -1;
            -moz-transform: translateY(0);
            -webkit-transform: translateY(0);
        }

        .blog-single-entry.post-breadcrumb-parallax .entry-related-posts > h4:before,
        .blog-single-entry.post-breadcrumb-parallax .commententries .comments-area > h3:before,
        .blog-single-entry.post-breadcrumb-parallax .commententries #respond h3#reply-title:before {
            left: 15%;
            right: -100%;
        }

        .blog-single-entry.post-breadcrumb-parallax .commententries #respond h3#reply-title small {
            margin: auto;
            padding: 0;
            position: absolute;
            right: 0;
        }

            .blog-single-entry.post-breadcrumb-parallax .commententries #respond h3#reply-title small a {
                display: inline-block;
                font-size: 14px;
                font-weight: 500;
                padding: 10px 0 10px 30px;
                position: relative;
                text-transform: capitalize;
                width: 100%;
            }

.blog-single-entry.post-breadcrumb-parallax .commententries .comments-area > h3,
.blog-single-entry.post-breadcrumb-parallax .commententries .comments-area > #comments > h3,
.blog-single-entry.post-breadcrumb-parallax #reviews h3,
.blog-single-entry.post-breadcrumb-parallax #respond h3#reply-title {
    font-size: 18px;
}

div[class*="metagroup-"] .entry-author,
div[class*="metagroup-"] .entry-date,
div[class*="metagroup-"] .entry-comments,
div[class*="metagroup-"] .entry-categories,
div[class*="metagroup-"] .entry-tags,
div[class*="metagroup-"] .entry-social-share,
div[class*="metagroup-"] .entry-likes-views,
div[class*="metagroup-"] .entry-likes-views .dt-sc-like-views > div {
    display: inline-block;
    float: none;
    position: relative;
    text-transform: capitalize;
    width: auto;
}

    div[class*="metagroup-"] .entry-likes-views .dt-sc-like-views > div:first-child {
        margin-right: 5px;
    }

div[class*="metagroup-"] div:empty {
    display: none;
}

div[class*="metagroup-"] .entry-social-share .share {
    border: 1px solid;
    padding-right: 5px;
}

    div[class*="metagroup-"] .entry-social-share .share > ul {
        float: none;
        display: inline-block;
        margin: 0;
        margin-bottom: 0;
    }

        div[class*="metagroup-"] .entry-social-share .share > ul li {
            list-style: none;
            padding-bottom: 0;
            margin-right: 6px;
            float: none;
            display: inline-block;
            list-style: none;
            padding: 0;
        }

    div[class*="metagroup-"] .entry-social-share .share,
    div[class*="metagroup-"] .entry-social-share .share * {
        display: inline-block;
        float: none;
    }

        div[class*="metagroup-"] .entry-social-share .share > i {
            float: none;
            display: inline-block;
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            margin-right: 5px;
            text-align: center;
            width: 30px;
        }

div[class*="metagroup-"] div.entry-categories a:not(:last-child),
div[class*="metagroup-"] div.entry-tags a:not(:last-child) {
    margin-right: 5px;
    padding-right: 5px;
    position: relative;
}

    div[class*="metagroup-"] div.entry-categories a:not(:last-child):before,
    div[class*="metagroup-"] div.entry-tags a:not(:last-child):before {
        bottom: 0;
        content: ",";
        display: block;
        font-size: 22px;
        margin-top: -5px;
        position: absolute;
        right: -2px;
    }

div[class*="metagroup-"] div[class*="entry-"]:not(:last-child) {
    margin-right: 20px;
    padding-right: 10px;
    margin-bottom: 10px;
}

    div[class*="metagroup-"] div[class*="entry-"]:not(:last-child):before {
        display: block;
        position: absolute;
        right: -8px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

div[class*="metagroup-"] div[class*="entry-"] a i,
div[class*="metagroup-"] div[class*="entry-"] > i,
div[class*="metagroup-"] div[class*="entry-"] .dt-sc-like-views > div > i,
div[class*="meta-elements"] a i,
div[class*="meta-elements"] > i,
div[class*="meta-elements"] .dt-sc-like-views > div > i {
    margin-right: 3px;
}

div[class*="metagroup-space"] div[class*="entry-"]:not(:last-child) {
    padding-right: 0;
}

.metagroup-slash-separator div[class*="entry-"]:not(:last-child):before {
    content: "/";
}

.metagroup-vertical-separator div[class*="entry-"]:not(:last-child):before {
    content: "|";
}

.metagroup-horizontal-separator div[class*="entry-"]:not(:last-child):before {
    content: "-";
}

.metagroup-dot-separator div[class*="entry-"]:not(:last-child):before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
}

div[class*="metagroup-comma"] div[class*="entry-"]:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
}

    div[class*="metagroup-comma"] div[class*="entry-"]:not(:last-child):before {
        bottom: auto;
        content: ",";
        font-size: 22px;
        margin-top: -5px;
        right: -2px;
    }

div[class*="separator"] .entry-social-share .share {
    border: none;
    padding: 0;
}

    div[class*="separator"] .entry-social-share .share i {
        display: none;
    }

    div[class*="separator"] .entry-social-share .share > ul li:last-child {
        margin-right: 0;
    }

div[class*="metagroup-elements"] div[class*="entry-"],
.post-default > div[class*="entry-meta-group"] div[class*="entry-"] {
    border: 1px solid #d1d1d1;
    float: none;
    display: inline-block;
    font-size: 14px;
    padding: 5px 15px;
    width: auto;
    margin: 0 0 10px 0;
    background-color: #fff;
}

    div[class*="metagroup-elements"] div[class*="entry-"]:only-child,
    .post-default > div[class*="entry-meta-group"] div[class*="entry-"]:only-child {
        width: 100%;
        margin: 0;
    }

    div[class*="metagroup-elements"] div[class*="entry-"]:last-child,
    .post-default > div[class*="entry-meta-group"] div[class*="entry-"]:last-child {
        margin-bottom: 0;
    }

    div[class*="metagroup-elements"] div[class*="entry-"]:not(:last-child),
    .post-default > div[class*="entry-meta-group"] div[class*="entry-"]:not(:last-child) {
        margin-right: 10px;
        padding-right: 15px;
    }

div.dt-sc-posts-meta-group div[class*="entry-"] > i[class*="fa"],
.post-default > div.dt-sc-posts-meta-group div[class*="entry-"] > i[class*="fa"],
div.dt-sc-posts-meta-group div[class*="entry-"] > i.pe,
div.dt-sc-posts-meta-group div[class*="entry-"] .dt-sc-like-views > div > i[class*="fa"],
.post-default > div.dt-sc-posts-meta-group div[class*="entry-"] .dt-sc-like-views > div > i[class*="fa"],
div.dt-sc-posts-meta-group div[class*="entry-"] .dt-sc-like-views > div > i.pe {
    margin-right: 3px;
}

div[class*="metagroup-elements"] div[class*="entry-social"] {
    padding: 0 15px 0 0;
}

    div[class*="metagroup-elements"] div[class*="entry-social"]:not(:last-child) {
        padding-right: 10px;
    }

    div[class*="metagroup-elements"] div[class*="entry-social"] .share {
        border: none;
        padding: 0;
    }

        div[class*="metagroup-elements"] div[class*="entry-social"] .share > i {
            background: #d1d1d1;
            height: 34px;
            width: 34px;
            line-height: 34px;
            color: #000;
            margin-right: 10px;
        }

div[class*="metagroup-elements-filled"] div[class*="entry-"] {
    border: none;
}

    div[class*="metagroup-elements-filled"] div[class*="entry-"],
    div[class*="metagroup-elements-filled"] div[class*="entry-"] a,
    div[class*="metagroup-elements-filled"] div[class*="entry-"] i,
    div[class*="entry-"].meta-elements-filled,
    div[class*="entry-"].meta-elements-filled a,
    div[class*="entry-"].meta-elements-filled i,
    div[class*="entry-"].meta-elements-filled-curvy,
    div[class*="entry-"].meta-elements-filled-curvy a,
    div[class*="entry-"].meta-elements-filled-curvy i,
    div[class*="entry-"].meta-elements-filled-round,
    div[class*="entry-"].meta-elements-filled-round a,
    div[class*="entry-"].meta-elements-filled-round i,
    div[class*="meta-elements-filled"]:hover,
    div[class*="meta-elements-filled"]:hover a,
    div[class*="meta-elements-filled"]:hover i,
    div[class*="meta-elements-boxed"]:hover,
    div[class*="meta-elements-boxed"]:hover a,
    div[class*="meta-elements-boxed"]:hover i {
        color: #fff !important;
    }

div[class*="boxed-curvy"] div[class*="entry-"],
div[class*="filled-curvy"] div[class*="entry-"],
.post-default > div[class*="entry-meta-group"] div[class*="entry-"] {
    border-radius: 5px;
}

div[class*="boxed-curvy"] div[class*="entry-social"] .share > i,
div[class*="filled-curvy"] div[class*="entry-social"] .share > i {
    border-radius: 5px 0 0 5px;
}

div[class*="boxed-round"] div[class*="entry-"],
div[class*="filled-round"] div[class*="entry-"] {
    border-radius: 20px;
}

div[class*="boxed-round"] div[class*="entry-social"] .share > i,
div[class*="filled-round"] div[class*="entry-social"] .share > i {
    border-radius: 20px 0 0 20px;
}

div[class*="meta-elements"].entry-author,
div[class*="meta-elements"].entry-date,
div[class*="meta-elements"].entry-comments,
div[class*="meta-elements"].entry-categories,
div[class*="meta-elements"].entry-tags,
div[class*="meta-elements"].entry-social-share,
div[class*="meta-elements"].entry-likes-views,
div[class*="meta-elements"].entry-likes-views .dt-sc-like-views > div {
    display: inline-block;
    float: none;
    position: relative;
    text-transform: capitalize;
    width: auto;
}

    div[class*="meta-elements"].entry-likes-views .dt-sc-like-views > div:first-child {
        margin-right: 5px;
    }

    div[class*="meta-elements"].entry-social-share .share {
        border: 1px solid;
        padding-right: 5px;
    }

        div[class*="meta-elements"].entry-social-share .share > ul {
            float: none;
            display: inline-block;
            margin: 0;
            margin-bottom: 0;
        }

            div[class*="meta-elements"].entry-social-share .share > ul li {
                list-style: none;
                padding-bottom: 0;
                margin-right: 6px;
                float: none;
                display: inline-block;
                list-style: none;
                padding: 0;
            }

        div[class*="meta-elements"].entry-social-share .share,
        div[class*="meta-elements"].entry-social-share .share * {
            display: inline-block;
            float: none;
        }

            div[class*="meta-elements"].entry-social-share .share > i {
                float: none;
                display: inline-block;
                font-size: 14px;
                height: 30px;
                line-height: 30px;
                margin-right: 5px;
                text-align: center;
                width: 30px;
            }

div[class*="meta-elements"]:not(:last-child) {
    margin-right: 15px;
    margin-bottom: 10px;
}

div[class*="meta-elements-boxed"] {
    border: 1px solid #d1d1d1;
    float: none;
    display: inline-block;
    font-size: 14px;
    padding: 5px 15px;
    padding-right: 15px;
    width: auto;
    margin: 0;
    margin-right: 0;
    background-color: #fff;
}

div[class*="meta-elements-filled"] {
    float: none;
    display: inline-block;
    font-size: 14px;
    padding: 5px 15px;
    padding-right: 15px;
    width: auto;
    margin: 0;
    margin-right: 0;
    background-color: #fff;
}

    div[class*="meta-elements-space"].entry-social-share,
    div[class*="meta-elements-boxed"].entry-social-share,
    div[class*="meta-elements-filled"].entry-social-share {
        padding: 0;
    }

        div[class*="meta-elements-space"].entry-social-share .share,
        div[class*="meta-elements-boxed"].entry-social-share .share,
        div[class*="meta-elements-filled"].entry-social-share .share {
            border: none;
            padding: 0 10px 0 0;
        }

            div[class*="meta-elements-space"].entry-social-share .share > i,
            div[class*="meta-elements-boxed"].entry-social-share .share > i,
            div[class*="meta-elements-filled"].entry-social-share .share > i {
                height: 34px;
                width: 34px;
                line-height: 34px;
                color: #000;
                margin-right: 10px;
            }

div[class*="meta-elements"].entry-categories a:not(:last-child),
div[class*="meta-elements"].entry-tags a:not(:last-child) {
    margin-right: 5px;
    padding-right: 5px;
    position: relative;
}

    div[class*="meta-elements"].entry-categories a:not(:last-child):before,
    div[class*="meta-elements"].entry-tags a:not(:last-child):before {
        bottom: 0;
        content: ",";
        display: block;
        font-size: 22px;
        margin-top: -5px;
        position: absolute;
        right: -2px;
    }

.meta-elements-boxed-curvy,
.meta-elements-filled-curvy {
    border-radius: 5px;
}

.meta-elements-boxed-round,
.meta-elements-filled-round {
    border-radius: 20px;
}

div[class*="boxed-curvy"].entry-social-share .share > i,
div[class*="filled-curvy"].entry-social-share .share > i {
    border-radius: 5px 0 0 5px;
}

div[class*="boxed-round"].entry-social-share .share > i,
div[class*="filled-round"].entry-social-share .share > i {
    border-radius: 20px 0 0 20px;
}

.blog-single-entry[class*="post-custom"] div[class*="entry-thumb"] {
    margin-bottom: 25px;
}

.blog-single-entry.post-custom-classic h1,
.blog-single-entry.post-custom-classic h2,
.blog-single-entry.post-custom-classic h3,
.blog-single-entry.post-custom-classic h4,
.blog-single-entry.post-custom-classic h5,
.blog-single-entry.post-custom-classic h6 {
    font-weight: 600;
}

.blog-single-entry.post-custom-classic .entry-title,
.blog-single-entry.post-custom-classic div[class*="metagroup-"] {
    float: left;
    width: 100%;
}

.blog-single-entry.post-custom-classic .entry-title {
    margin-bottom: 20px;
}

    .blog-single-entry.post-custom-classic .entry-title h1 {
        font-size: 26px;
        font-weight: 400;
        letter-spacing: 1px;
        margin: 0;
        padding: 0;
        text-transform: capitalize;
    }

.dt-sc-custom-metagroup.right {
    text-align: right;
}

.blog-single-entry.post-custom-classic > .vc_row div[class*="entry-"],
.blog-single-entry.post-custom-classic > .vc_row div[class*="entry-"] li a {
    font-size: 11px;
    line-height: normal;
    text-transform: uppercase;
}

.blog-single-entry.post-custom-classic div[class*="entry-thumb"] {
    line-height: 0;
}

.blog-single-entry.post-custom-classic div[class*="entry-"] .dt-sc-like-views a,
.blog-single-entry.post-custom-classic div[class*="entry-"] .dt-sc-like-views span {
    font-size: 12px;
}

.blog-single-entry.post-custom-classic div[class*="entry-thumb"]:hover img {
    opacity: 0.85;
}

.blog-single-entry.post-custom-classic div[class*="vc_row"] {
    margin: auto;
}

.blog-single-entry.post-custom-classic div[class*="dt-sc-lightbox-img"] .entry-format {
    display: none;
}

.blog-single-entry.post-custom-classic div[class*="meta-elements"].entry-social-share .share > i,
.blog-single-entry.post-custom-classic div[class*="metagroup"] .entry-social-share .share > i {
    font-size: 11px;
    height: 25px;
    line-height: 25px;
    width: 25px;
}

.blog-single-entry[class*="post-custom-classic"] > .vc_row div[class*="entry-author-bio"] {
    font-size: 15px;
    line-height: 25px;
    text-transform: none;
}

.blog-single-entry[class*="post-custom-classic"] .entry-author-bio {
    clear: both;
    display: block;
    float: left;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0 8%;
    text-align: center;
    width: 100%;
}

    .blog-single-entry[class*="post-custom-classic"] .entry-author-bio .thumb {
        display: inline-block;
        float: none;
        margin: 0 0 20px 0;
        position: relative;
        width: 100%;
    }

        .blog-single-entry[class*="post-custom-classic"] .entry-author-bio .thumb:before,
        .blog-single-entry[class*="post-custom"] .entry-author-bio .thumb:after {
            bottom: 0;
            content: "";
            height: 1px;
            margin: auto;
            position: absolute;
            top: 0;
            z-index: -1;
        }

        .blog-single-entry[class*="post-custom-classic"] .entry-author-bio .thumb:before {
            left: -100%;
            right: 58%;
        }

        .blog-single-entry[class*="post-custom-classic"] .entry-author-bio .thumb:after {
            left: 58%;
            right: -100%;
        }

        .blog-single-entry[class*="post-custom-classic"] .entry-author-bio .thumb img {
            height: auto;
            max-width: 12%;
            border-radius: 50%;
        }

    .blog-single-entry[class*="post-custom-classic"] .entry-author-bio .details {
        display: inline-block;
        float: none;
        width: 100%;
    }

        .blog-single-entry[class*="post-custom-classic"] .entry-author-bio .details h3 {
            font-weight: 700;
            font-size: 22px;
            margin-bottom: 30px;
            padding: 25px 0 0;
            position: relative;
            text-transform: uppercase;
        }

            .blog-single-entry[class*="post-custom-classic"] .entry-author-bio .details h3 span {
                font-size: 11px;
                left: 0;
                letter-spacing: 1.5px;
                margin: auto;
                position: absolute;
                right: 0;
                top: 0;
            }

        .blog-single-entry[class*="post-custom-classic"] .entry-author-bio .details .desc {
            display: inline-block;
            float: none;
            width: 100%;
        }

.blog-single-entry[class*="post-custom-classic"] .entry-related-posts {
    float: left;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

    .blog-single-entry[class*="post-custom-classic"] .entry-related-posts > h4,
    .blog-single-entry[class*="post-custom-classic"] .commententries > #comments > h3,
    .blog-single-entry[class*="post-custom-classic"] .commententries #respond > h3#reply-title {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1px;
        margin: 0 0 50px 0;
        overflow: hidden;
        padding: 0;
        position: relative;
        text-align: center;
        text-transform: uppercase;
    }

        .blog-single-entry[class*="post-custom-classic"] .entry-related-posts > h4:before,
        .blog-single-entry[class*="post-custom"] .entry-related-posts > h4:after,
        .blog-single-entry[class*="post-custom-classic"] .commententries > #comments > h3:before,
        .blog-single-entry[class*="post-custom-classic"] .commententries > #comments > h3:after,
        .blog-single-entry[class*="post-custom-classic"] .commententries #respond > h3#reply-title:before,
        .blog-single-entry[class*="post-custom-classic"] .commententries #respond > h3#reply-title:after {
            bottom: 0;
            content: "";
            height: 1px;
            margin: auto;
            position: absolute;
            top: 0;
            z-index: -1;
        }

        .blog-single-entry[class*="post-custom-classic"] .entry-related-posts > h4:before,
        .blog-single-entry[class*="post-custom-classic"] .commententries > #comments > h3:before,
        .blog-single-entry[class*="post-custom-classic"] .commententries #respond > h3#reply-title:before {
            left: -100%;
            right: 60%;
        }

        .blog-single-entry[class*="post-custom-classic"] .entry-related-posts > h4:after,
        .blog-single-entry[class*="post-custom-classic"] .commententries > #comments > h3:after,
        .blog-single-entry[class*="post-custom-classic"] .commententries #respond > h3#reply-title:after {
            left: 60%;
            right: -100%;
        }

.blog-single-entry[class*="post-custom-classic"] .commententries .commentlist #respond > h3#reply-title:before {
    right: 65%;
}

.blog-single-entry[class*="post-custom-classic"] .commententries .commentlist #respond > h3#reply-title:after {
    left: 65%;
}

.blog-single-entry[class*="post-custom-classic"] .commententries .commentlist #respond h3#reply-title small {
    margin-left: 20px;
}

.blog-single-entry[class*="post-custom-classic"] .commententries #respond > h3#reply-title {
    margin-bottom: 15px;
}

.blog-single-entry[class*="post-custom-classic"] .entry-post-navigation {
    border-bottom: 1px solid;
    border-top: 1px solid;
    clear: both;
    display: block;
    float: left;
    margin: 0 0 40px 0;
    padding: 80px 0;
    position: relative;
    width: 100%;
}

    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation:before {
        content: "";
        height: 50%;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div {
        cursor: pointer;
        display: inline-block;
        overflow: hidden;
        position: relative;
        vertical-align: middle;
        z-index: 1;
    }

    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div {
        float: left;
        height: 100px;
        position: relative;
        width: 50%;
    }

    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div {
        overflow: visible;
    }

    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > .post-prev-link > .prev-post-bgimg,
    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > .post-next-link > .next-post-bgimg {
        background-position: center;
        background-size: cover;
        border-radius: 50%;
        height: 100px;
        position: absolute;
        top: 0;
        transform: scale(1);
        width: 100px;
        -moz-transform: scale(1);
        overflow: hidden;
        -webkit-transform: scale(1);
    }

    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > .post-prev-link:hover > .prev-post-bgimg:before,
    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > .post-next-link:hover > .next-post-bgimg:before {
        opacity: 1;
    }

    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > .post-prev-link > .prev-post-bgimg:before,
    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > .post-next-link > .next-post-bgimg:before {
        background: rgba(0, 0, 0, 0.3);
        background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.3) 100%);
        background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.3) 100%);
        background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.3) 100%);
        background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.3) 100%);
        background: radial-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.3) 100%);
    }

    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > .post-prev-link > .prev-post-bgimg:before,
    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > .post-next-link > .next-post-bgimg:before {
        border: none;
        content: "";
        display: block;
        height: 100%;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > .post-prev-link > .prev-post-bgimg {
        left: 0;
    }

    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > .post-next-link > .next-post-bgimg {
        right: 0;
    }

    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div > .nav-title-wrap {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        z-index: 1;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > .post-prev-link > div ~ .nav-title-wrap {
        padding: 0 20px 0 120px;
    }

    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > .post-next-link > div ~ .nav-title-wrap {
        padding: 0 120px 0 20px;
    }

    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > .post-prev-link > .nav-title-wrap {
        padding: 0 20px 0 0;
        text-align: left;
    }

    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > .post-next-link > .nav-title-wrap {
        padding: 0 0 0 20px;
        text-align: right;
    }

    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div > .nav-title-wrap p {
        display: block;
        font-size: 15px;
        font-weight: 500;
        line-height: normal;
        margin: 0;
        position: relative;
        width: 100%;
    }

    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div > .nav-title-wrap h3 {
        display: block;
        font-size: 18px;
        font-weight: 500;
        line-height: 0;
        margin: 10px 0 0 0;
        position: relative;
        width: 100%;
    }

        .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div > .nav-title-wrap h3 a {
            margin: 0;
            line-height: 25px;
            hyphens: auto;
            word-break: break-word;
            -ms-word-wrap: break-word;
            -moz-hyphens: auto;
            -webkit-hyphens: auto;
            -ms-hyphens: auto;
        }

    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div > .nav-title-wrap span {
        display: none;
    }

    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div > a {
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

    .blog-single-entry.post-custom-classic .entry-categories.meta-elements-space i,
    .blog-single-entry.post-custom-classic div[class*="metagroup-"] div[class*="entry-"] a,
    .blog-single-entry.post-custom-classic div[class*="metagroup-"] div[class*="meta-elements"] a,
    .blog-single-entry.post-custom-classic div[class*="metagroup-"] div[class*="entry-"],
    .blog-single-entry.post-custom-classic div[class*="metagroup-"] div[class*="entry-"] i,
    .blog-single-entry.post-custom-classic div[class*="metagroup-"] div[class*="entry-"] a i,
    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div > .nav-title-wrap p {
        color: #b4b4b4;
    }

.blog-single-entry.post-custom-classic div[class*="meta-elements-boxed"] a,
.blog-single-entry.post-custom-classic div[class*="meta-elements"].entry-social-share .share > i,
.blog-single-entry.post-custom-classic div[class*="metagroup-"] .entry-social-share .share > i,
.blog-single-entry[class*="post-custom-classic"] .entry-author-bio .details h3,
.blog-single-entry[class*="post-custom-classic"] .entry-author-bio .details h3 a {
    color: #454545;
}

.blog-single-entry.post-custom-classic div[class*="meta-elements-boxed"],
.blog-single-entry[class*="post-custom-classic"] .entry-post-navigation {
    border-color: #ebebeb;
}

    .blog-single-entry.post-custom-classic div[class*="metagroup-"] .entry-social-share .share > i,
    .blog-single-entry.post-custom-classic div[class*="meta-elements"].entry-social-share .share > i,
    .blog-single-entry[class*="post-custom-classic"] .entry-author-bio .thumb:before,
    .blog-single-entry[class*="post-custom-classic"] .entry-author-bio .thumb:after,
    .blog-single-entry[class*="post-custom-classic"] .entry-related-posts h4:before,
    .blog-single-entry[class*="post-custom"] .entry-related-posts h4:after,
    .blog-single-entry[class*="post-custom-classic"] .commententries > #comments > h3:before,
    .blog-single-entry[class*="post-custom-classic"] .commententries > #comments > h3:after,
    .blog-single-entry[class*="post-custom-classic"] .commententries #respond > h3#reply-title:before,
    .blog-single-entry[class*="post-custom-classic"] .commententries #respond > h3#reply-title:after,
    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation:before {
        background: #ebebeb;
    }

.blog-single-entry.post-custom-classic div[class*="-boxed"]:hover,
.blog-single-entry.post-custom-classic div[class*="-boxed"] div:hover {
    background: none;
}

.post-custom-modern .entry-title h1 {
    margin-bottom: 14px;
}

.post-custom-modern .post-image-grid {
    padding-left: 15px;
    padding-right: 15px;
}

    .post-custom-modern .post-image-grid .wpb_column {
        margin-bottom: 0;
    }

    .post-custom-modern .post-image-grid .lightbox-preview-img,
    .post-custom-modern .post-image-grid .lightbox-preview-img img {
        float: left;
        width: 100%;
    }

    .post-custom-modern .post-image-grid .wpb_column .vc_column-inner {
        padding-right: 0;
        padding-left: 0;
    }

.post-custom-modern .entry-post-navigation > div {
    width: 50%;
    float: left;
    position: relative;
    min-height: 240px;
    overflow: hidden;
}

    .post-custom-modern .entry-post-navigation > div div[class*="post-bgimg"] {
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        z-index: -1;
    }

        .post-custom-modern .entry-post-navigation > div div[class*="post-bgimg"]:before {
            content: "";
            display: block;
            height: 100%;
            position: absolute;
            top: 0;
            width: 100%;
        }

    .post-custom-modern .entry-post-navigation > div div.prev-post-bgimg:before {
        opacity: 0.5;
        background: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
        background: -webkit-gradient(linear, top left, top right, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
        background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
        background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
        background: -ms-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
        background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#b3000000',GradientType=0);
        left: 0;
    }

    .post-custom-modern .entry-post-navigation > div div.next-post-bgimg:before {
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
        background: -webkit-gradient(linear, top right, top left, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
        background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
        background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#b3000000',GradientType=0);
        opacity: 0.5;
        right: 0;
    }

    .post-custom-modern .entry-post-navigation > div:hover div.next-post-bgimg:before,
    .post-custom-modern .entry-post-navigation > div:hover div.prev-post-bgimg:before {
        opacity: 1;
    }

    .post-custom-modern .entry-post-navigation > div.post-prev-link > a,
    .post-custom-modern .entry-post-navigation > div.post-next-link > a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9;
    }

    .post-custom-modern .entry-post-navigation > div.post-prev-link div.prev-post-bgimg,
    .post-custom-modern .entry-post-navigation > div.post-next-link div.next-post-bgimg {
        max-width: none;
        transition: opacity 0.35s, transform 0.45s;
        width: calc(100% + 10%);
    }

    .post-custom-modern .entry-post-navigation > div.post-next-link div.next-post-bgimg,
    .post-custom-modern .entry-post-navigation > div.post-prev-link:hover div.prev-post-bgimg {
        transform: translate3d(-6.66%, 0, 0);
        -webkit-transform: translate3d(-6.66%, 0, 0);
    }

    .post-custom-modern .entry-post-navigation > div.post-next-link:hover div.next-post-bgimg,
    .post-custom-modern .entry-post-navigation > div.post-prev-link div.prev-post-bgimg {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }

.post-custom-modern div.nav-title-wrap {
    height: 100%;
    padding: 40px;
    position: absolute;
    width: 100%;
}

    .post-custom-modern div.nav-title-wrap p {
        text-transform: uppercase;
        font-size: 12px;
    }

    .post-custom-modern div.nav-title-wrap p,
    .post-custom-modern div.nav-title-wrap h3 {
        margin-bottom: 0;
    }

    .post-custom-modern div.nav-title-wrap h3 {
        font-size: 24px;
    }

    .post-custom-modern div.nav-title-wrap > span {
        bottom: 15px;
        font-size: 24px;
        position: absolute;
        right: 20px;
        text-align: center;
        width: 80px;
        height: 30px;
    }

        .post-custom-modern div.nav-title-wrap > span:before {
            line-height: 28px;
        }

.post-custom-modern .post-next-link div.nav-title-wrap {
    text-align: right;
}

    .post-custom-modern .post-next-link div.nav-title-wrap > span {
        left: 20px;
        right: auto;
    }

.post-custom-modern .entry-author-bio {
    width: 100%;
    float: left;
    border-right: 1px solid;
}

    .post-custom-modern .entry-author-bio .thumb {
        width: 15%;
        float: left;
    }

        .post-custom-modern .entry-author-bio .thumb img {
            border-radius: 50%;
        }

    .post-custom-modern .entry-author-bio .details {
        float: right;
        margin-left: 5%;
        padding-right: 5%;
        width: 80%;
    }

        .post-custom-modern .entry-author-bio .details h3 {
            text-transform: capitalize;
            padding-bottom: 10px;
            margin-bottom: 10px;
            width: 100%;
            float: left;
            font-size: 16px;
        }

            .post-custom-modern .entry-author-bio .details h3 a {
                border-bottom: 1px solid rgba(0, 0, 0, 0.2);
                display: inline-block;
                float: none;
                padding-bottom: 12px;
            }

            .post-custom-modern .entry-author-bio .details h3 span {
                display: none;
            }

.single-post .mfp-title {
    font-size: 0;
    margin-top: 10px;
    padding-right: 0;
    text-align: center;
    text-transform: capitalize;
}

    .single-post .mfp-title a {
        font-size: 16px;
        border-bottom: 1px solid;
    }

.single-post button,
.single-post .mfp-image-holder + button.mfp-close,
.single-post .mfp-image-holder + button.mfp-arrow,
.single-post .mfp-image-holder + button.mfp-close:active {
    top: auto;
    -webkit-transform: none;
    transform: none;
}

.mejs-button > button:hover {
    background-color: transparent !important;
}

.mejs-button > button,
.single-post .blog-single-entry.format-audio .entry-thumb.single-preview-img .mejs-container button {
    border-radius: 0;
}

.single-post .blog-single-entry.format-audio .entry-thumb.single-preview-img .mejs-offscreen + .mejs-container {
    min-height: 120px !important;
}

.single-post .blog-single-entry.format-audio .entry-thumb.single-preview-img .mejs-container .mejs-time {
    line-height: 5px;
}

.post-custom-minimal.blog-single-entry .entry-thumb {
    position: initial;
}

    .post-custom-minimal.blog-single-entry .entry-thumb .entry-format {
        left: 15px;
    }

.post-custom-minimal.blog-single-entry .entry-author-bio img {
    border-radius: 50%;
    margin: 0 auto 20px;
    text-align: center;
    width: 100px;
}

.post-custom-minimal.blog-single-entry .social-share-inline.entry-social-share {
    display: inline-block;
    margin: 0 0 15px 0;
    position: relative;
}

    .post-custom-minimal.blog-single-entry .social-share-inline.entry-social-share .share i {
        display: none;
    }

    .post-custom-minimal.blog-single-entry .social-share-inline.entry-social-share .share .dt-share-list li {
        display: inline-block;
        margin-right: 15px;
    }

        .post-custom-minimal.blog-single-entry .social-share-inline.entry-social-share .share .dt-share-list li:last-child {
            margin-right: 0;
        }

.post-custom-minimal.blog-single-entry .entry-post-navigation {
    border: 1px solid #d7d7d7;
    border-left: 0;
    border-right: 0;
    display: inline-block;
    position: relative;
    width: 100%;
}

    .post-custom-minimal.blog-single-entry .entry-post-navigation:after {
        background: #d7d7d7;
        content: "";
        height: 50%;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
    }

    .post-custom-minimal.blog-single-entry .entry-post-navigation > div {
        float: left;
        margin: 0 2% 0 0;
        padding: 20px 20px 25px;
        position: relative;
        text-align: center;
        width: 49%;
        z-index: 1;
    }

        .post-custom-minimal.blog-single-entry .entry-post-navigation > div:last-child {
            margin: 0;
        }

        .post-custom-minimal.blog-single-entry .entry-post-navigation > div > .nav-title-wrap p {
            display: none;
        }

    .post-custom-minimal.blog-single-entry .entry-post-navigation > .post-prev-link {
        text-align: left;
    }

    .post-custom-minimal.blog-single-entry .entry-post-navigation > .post-next-link {
        text-align: right;
    }

        .post-custom-minimal.blog-single-entry .entry-post-navigation > .post-next-link h3 {
            margin: 0;
        }

    .post-custom-minimal.blog-single-entry .entry-post-navigation > div span.fa {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .post-custom-minimal.blog-single-entry .entry-post-navigation > .post-prev-link h3 {
        margin: 0;
    }

    .post-custom-minimal.blog-single-entry .entry-post-navigation > div.post-prev-link span.fa {
        left: 10px;
    }

    .post-custom-minimal.blog-single-entry .entry-post-navigation > div.post-next-link span.fa {
        right: 10px;
    }

.post-custom-minimal.blog-single-entry .write-comment-button a {
    border: 1px solid;
    border-radius: 50px;
    font-size: 16px;
    padding: 4px 25px 5px;
}

.post-custom-minimal.blog-single-entry .entry-related-posts > h4 {
    text-align: center;
}

.post-custom-minimal.blog-single-entry .commententries {
    padding: 50px;
}

.page-with-sidebar .blog-single-entry.post-overlap .entry-thumb .entry-overlap .entry-title h1 {
    font-size: 25px;
}

.with-both-sidebar .blog-single-entry.post-overlap .entry-thumb .entry-overlap .entry-title h1 {
    font-size: 20px;
}

.with-both-sidebar .blog-single-entry.post-overlap .entry-post-navigation > div {
    padding: 20px 30px 20px 30px;
}

    .with-both-sidebar .blog-single-entry.post-overlap .entry-post-navigation > div > span {
        font-size: 30px;
    }

    .with-both-sidebar .blog-single-entry.post-overlap .entry-post-navigation > div > h3 {
        font-size: 14px;
    }

.with-both-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > div,
.with-both-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-prev-link:empty,
.with-both-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-next-link:empty {
    margin-bottom: 2%;
    width: 100%;
}

.page-with-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-prev-link > .nav-title-wrap {
    padding-right: 30%;
}

.page-with-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-next-link > .nav-title-wrap {
    padding-left: 30%;
}

.with-both-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-prev-link > .nav-title-wrap {
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.with-both-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-next-link > .nav-title-wrap {
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.with-both-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-related-posts > h4:before,
.with-both-sidebar .blog-single-entry.post-breadcrumb-parallax .commententries .comments-area > h3:before,
.with-both-sidebar .blog-single-entry.post-breadcrumb-parallax .commententries #respond h3#reply-title:before {
    left: 30%;
}

.page-with-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-related-posts .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
.page-with-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-related-posts .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd),
.page-with-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-related-posts .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
.page-with-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-related-posts .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even) {
    clear: both;
    display: inline-block;
    float: none;
    margin-bottom: 10px;
    text-align: inherit;
    width: 100%;
}

    .page-with-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-related-posts .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd):last-child,
    .page-with-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-related-posts .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd):last-child,
    .page-with-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-related-posts .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even):last-child,
    .page-with-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-related-posts .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even):last-child {
        margin-bottom: 0;
    }

.page-with-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-related-posts .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(odd),
.page-with-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-related-posts .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd),
.page-with-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-related-posts .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(even),
.page-with-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-related-posts .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even) {
    clear: both;
    display: inline-block;
    float: none;
    margin-bottom: 10px;
    text-align: inherit;
    width: 100%;
}

    .page-with-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-related-posts .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(odd):last-child,
    .page-with-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-related-posts .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd):last-child,
    .page-with-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-related-posts .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(even):last-child,
    .page-with-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-related-posts .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even):last-child {
        margin-bottom: 0;
    }

.blog-single-entry.post-breadcrumb-parallax .entry-body .entry-post-navigation > div:not(:last-child),
.blog-single-entry.post-overlay .entry-body .entry-post-navigation > div:not(:last-child),
.blog-single-entry.post-overlap .entry-body .entry-post-navigation > div:not(:last-child) {
    width: 50%;
    float: left;
    padding-right: 10px;
}

.blog-single-entry.post-breadcrumb-parallax .entry-body .entry-post-navigation > div:last-child,
.blog-single-entry.post-overlay .entry-body .entry-post-navigation > div:last-child,
.blog-single-entry.post-overlap .entry-body .entry-post-navigation > div:last-child {
    width: 50%;
    float: right;
    text-align: right;
    padding-left: 10px;
}

.with-both-sidebar .blog-single-entry.post-breadcrumb-fixed > .dt-sc-one-sixth,
.with-both-sidebar .blog-single-entry.post-breadcrumb-fixed > .dt-sc-five-sixth {
    width: 100%;
}

.with-both-sidebar .blog-single-entry.post-breadcrumb-fixed > .column.dt-post-sticky-wrapper .list-trending ul li a > img {
    margin: auto;
}

.with-both-sidebar .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > div,
.with-both-sidebar .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > .post-prev-link:empty,
.with-both-sidebar .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > .post-next-link:empty {
    margin-bottom: 2%;
    width: 100%;
}

.page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries .commentlist #respond > h3#reply-title:before {
    right: 70%;
}

.page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries .commentlist #respond > h3#reply-title:after {
    left: 70%;
}

.with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-author-bio .thumb img {
    max-width: 18%;
}

.with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-author-bio .thumb:before {
    right: 65%;
}

.with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-author-bio .thumb:after {
    left: 65%;
}

.with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation {
    padding: 50px 0;
}

    .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div {
        height: 80px;
    }

    .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > .post-prev-link > .prev-post-bgimg,
    .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > .post-next-link > .next-post-bgimg {
        height: 80px;
        width: 80px;
    }

    .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > .post-prev-link > .nav-title-wrap {
        padding: 0 20px 0 100px;
    }

    .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > .post-next-link > .nav-title-wrap {
        padding: 0 100px 0 20px;
    }

    .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div > .nav-title-wrap p {
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: capitalize;
    }

    .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div > .nav-title-wrap h3 {
        margin: 5px 0 0 0;
    }

        .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div > .nav-title-wrap h3 a {
            font-size: 10px;
            letter-spacing: 1px;
            text-transform: capitalize;
        }

.with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-related-posts > h4:before,
.with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries > #comments > h3:before,
.with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries #respond > h3#reply-title:before {
    right: 70%;
}

.with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-related-posts > h4:after,
.with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries > #comments > h3:after,
.with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries #respond > h3#reply-title:after {
    left: 70%;
}

.with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries .commentlist #respond > h3#reply-title:before {
    right: 85%;
}

.with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries .commentlist #respond > h3#reply-title:after {
    left: 85%;
}

.page-template-default.page:not(.woocommerce) #primary .commententries .comments-area {
    margin-top: 30px;
}

.page-template-default:not(.woocommerce) #primary .commententries:last-child .comments-area {
    margin-bottom: 50px;
}

.blog-single-entry .entry-body tbody th {
    background: none;
    font-weight: 400;
}

    .blog-single-entry .entry-body tbody th,
    .blog-single-entry .entry-body tbody th a {
        color: inherit;
    }

        .blog-single-entry .entry-body tbody th a {
            text-transform: none;
        }

.dt-sc-post-entry .blog-entry.post-without-title .entry-title,
.dt-sc-post-entry:not(.entry-cover-layout) .blog-entry.post-without-title > div.entry-title {
    display: none;
}

.blog-single-entry.post-overlay .commententries #respond h3#reply-title {
    margin-bottom: 0;
}

    .blog-single-entry.post-overlay .commententries #respond h3#reply-title + .comment-form {
        margin-top: -12px;
    }

    .blog-single-entry.post-overlay .commententries #respond h3#reply-title small a {
        float: left;
        width: 100%;
    }

.page-template-default section > .commententries .comment-form p label {
    font-weight: 500;
    margin-bottom: 10px;
}

.page figure.wp-caption ~ p:last-child img.alignright,
.single-post .entry-body figure.wp-caption ~ p:last-child img.alignright.size-thumbnail,
.logged-in .single-post .entry-body figure.wp-caption ~ p:nth-last-child(2) img.alignright.size-thumbnail {
    clear: both;
}

.commententries nav.navigation {
    margin-bottom: 40px;
    border-top-color: rgba(0, 0, 0, 0.1);
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

.commententries .nocomments {
    border-top: none;
    padding: 0;
}

.blog-single-entry .entry-thumb .bx-controls a,
.blog-single-entry .related-article,
.blog-single-entry.post-breadcrumb-fixed,
.blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-author i,
.blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-categories .category-wrap a:hover,
.blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-categories > .category-wrap > i,
.blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-comments a i,
.blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-date .date-wrap i,
.blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-likes-views .dt-sc-like-views > div > i,
.blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-tags a:hover,
.blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .share .dt-share-list li a:hover,
.blog-single-entry.post-breadcrumb-parallax .commententries #respond h3#reply-title small a,
.blog-single-entry.post-breadcrumb-parallax div.entry-meta-group .dt-sc-like-views .likes:before,
.blog-single-entry.post-custom-classic div[class*="entry-format"] a:hover,
.blog-single-entry.post-overlap .entry-thumb .entry-overlap,
.blog-single-entry.post-overlay .entry-author span:hover,
.blog-single-entry.post-overlay .entry-post-navigation .post-next-link p,
.blog-single-entry.post-overlay .entry-post-navigation .post-prev-link p,
.blog-single-entry.post-overlay .entry-thumb > .entry-format > a:hover,
.blog-single-entry.post-overlay div.entry-meta-group .entry-author span:hover,
.post-custom-minimal.blog-single-entry .commententries .comment-form input:not(#submit),
.post-custom-minimal.blog-single-entry .commententries .comment-form textarea {
    background: #fff;
}

    .blog-single-entry.post-breadcrumb-fixed .entry-author i,
    .blog-single-entry.post-breadcrumb-fixed .entry-categories .category-wrap a:hover,
    .blog-single-entry.post-breadcrumb-fixed .entry-categories > .category-wrap > i,
    .blog-single-entry.post-breadcrumb-fixed .entry-comments a i,
    .blog-single-entry.post-breadcrumb-fixed .entry-date .date-wrap i,
    .blog-single-entry.post-breadcrumb-fixed .entry-likes-views .dt-sc-like-views > div > i,
    .blog-single-entry.post-breadcrumb-fixed .entry-social-share .share .dt-share-list li a:hover,
    .blog-single-entry.post-breadcrumb-fixed .entry-tags a:hover,
    .blog-single-entry.post-breadcrumb-fixed .share .dt-share-list li a:hover,
    .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group,
    .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group:after,
    .blog-single-entry.post-breadcrumb-parallax .entry-likes-views .dt-sc-like-views .likes:before,
    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group,
    .blog-single-entry.post-overlap .entry-author i,
    .blog-single-entry.post-overlap .entry-author-bio > .details h3:before,
    .blog-single-entry.post-overlap .entry-categories > .category-wrap > i,
    .blog-single-entry.post-overlap .entry-comments a i,
    .blog-single-entry.post-overlap .entry-date .date-wrap i,
    .blog-single-entry.post-overlap .entry-likes-views .dt-sc-like-views > div > i,
    .blog-single-entry.post-overlap .entry-social-share .share .dt-share-list li a:hover,
    .blog-single-entry.post-overlap .entry-tags a:hover,
    .blog-single-entry.post-overlap div.entry-meta-group .entry-author i,
    .blog-single-entry.post-overlap div.entry-meta-group .entry-comments a i,
    .blog-single-entry.post-overlap div.entry-meta-group .entry-date .date-wrap i,
    .blog-single-entry.post-overlap div.entry-meta-group .entry-likes-views .dt-sc-like-views > div > i,
    .blog-single-entry.post-overlap div.entry-meta-group .entry-tags a:hover,
    .blog-single-entry.post-overlap div.entry-meta-group .share .dt-share-list li a:hover,
    .blog-single-entry.post-overlap div.entry-meta-group > .entry-categories > .category-wrap > i,
    .post-custom-minimal.blog-single-entry .write-comment-button a:hover,
    .post-custom-modern div.nav-title-wrap:hover > span {
        background: #000;
    }

.blog-single-entry.post-breadcrumb-parallax .entry-author-bio .thumb:before,
.blog-single-entry.post-breadcrumb-parallax .entry-author-bio .thumb:after,
.blog-single-entry.post-breadcrumb-parallax .entry-related-posts > h4:before,
.blog-single-entry.post-breadcrumb-parallax .commententries .comments-area > h3:before,
.blog-single-entry.post-breadcrumb-parallax .commententries #respond h3#reply-title:before {
    background: #ebebeb;
}

.blog-single-entry.post-overlay .entry-likes-views .dt-sc-like-views .likes:before,
.blog-single-entry.post-overlay div.entry-meta-group .dt-sc-like-views .likes:before {
    background: silver;
}

.blog-single-entry.post-overlap .entry-post-navigation > div,
.post-custom-minimal.blog-single-entry .commententries {
    background: #f5f5f5;
}

.blog-single-entry.post-overlay .entry-title h1:before,
.blog-single-entry.post-overlay .entry-related-posts > h4:before {
    background: rgba(0, 0, 0, 0.15);
}

.blog-single-entry.post-overlap .entry-post-navigation > div:before {
    background: rgba(0, 0, 0, 1);
}

.single-post-header-wrapper > .main-title-section-bg:before {
    background-color: rgba(0, 0, 0, 0.05);
}

.single-post-header-wrapper.has-post-thumbnail > .main-title-section-bg:before {
    background-color: rgba(255, 255, 255, 0.55);
}

.single-post-header-wrapper:not(.dt-parallax-bg) > .main-title-section-bg:before {
    background-color: rgba(0, 0, 0, 0.8);
}

.blog-single-entry.post-breadcrumb-fixed .commententries #respond h3#reply-title:before,
.page-template-default section > .commententries #respond h3#reply-title:before,
.blog-single-entry.post-breadcrumb-fixed .entry-related-posts > h4:before,
.blog-single-entry.post-breadcrumb-fixed .commententries .comments-area > h3:before {
    background: rgba(0, 0, 0, 0.15);
}

.blog-single-entry div[class*="meta-elements-filled"]:hover,
.metagroup-dot-separator div[class*="entry-"]:not(:last-child):before,
.post-default > div[class*="entry-meta-group"] div[class*="entry-"]:hover,
div[class*="metagroup-"] .entry-social-share .share > i,
div[class*="metagroup-elements-filled"] div[class*="entry-"]:hover,
div[class*="metagroup-elements-filled"] div[class*="entry-social"] .share > i,
div[class*="meta-elements"].entry-social-share .share > i,
div[class*="meta-elements-boxed"].entry-social-share .share > i,
div[class*="meta-elements-filled"].entry-social-share .share > i,
div[class*="meta-elements-filled"]:hover {
    background: #181823;
}

.blog-single-entry.post-overlay .entry-title h1 a,
.blog-single-entry.post-overlay .entry-author-bio .details h3 a,
.blog-single-entry.post-overlap .entry-thumb .entry-overlap .entry-title h1 a,
.blog-single-entry.post-overlap .entry-thumb .entry-overlap .entry-bottom-details > * i,
.blog-single-entry.post-overlap .entry-thumb .entry-overlap .entry-bottom-details > * a,
.blog-single-entry.post-overlap .entry-tags a,
.blog-single-entry.post-overlap .entry-social-share .share .dt-share-list li a,
.blog-single-entry.post-overlap .entry-likes-views .dt-sc-like-views > div > a,
.blog-single-entry.post-overlap .entry-categories a,
.blog-single-entry.post-overlap .entry-author > .author-wrap > a,
.blog-single-entry.post-overlap div.entry-meta-group .entry-tags a,
.blog-single-entry.post-overlap div.entry-meta-group .share .dt-share-list li a,
.blog-single-entry.post-overlap div.entry-meta-group .entry-likes-views .dt-sc-like-views > div > a,
.blog-single-entry.post-overlap div.entry-meta-group > .entry-categories a,
.blog-single-entry.post-overlap div.entry-meta-group > .entry-author > .author-wrap > a,
.blog-single-entry.post-overlap .entry-author-bio > .details h3 > a,
.blog-single-entry.post-overlap .entry-title h1 a,
.blog-single-entry.post-overlap .commententries #respond h3#reply-title small a,
.single-post-header-wrapper > .container h1,
.blog-single-entry.post-breadcrumb-fixed .entry-author-bio > .details h3 a,
.blog-single-entry.post-breadcrumb-fixed .entry-title h1 a,
.blog-single-entry.post-breadcrumb-fixed .entry-related-posts > h4,
.blog-single-entry.post-breadcrumb-fixed .commententries .comments-area > h3,
.blog-single-entry.post-breadcrumb-fixed .commententries #respond h3#reply-title,
#respond h3#reply-title small a,
.blog-single-entry.post-breadcrumb-fixed .entry-comments a,
.blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-tags a:hover,
.blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > .entry-categories > .category-wrap > a:hover,
.blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .share .dt-share-list li a:hover,
.blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-date .date-wrap i,
.blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-author i,
.blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-likes-views .dt-sc-like-views > div > i,
.blog-single-entry.post-breadcrumb-fixed .entry-tags a,
.blog-single-entry.post-breadcrumb-fixed .entry-categories > .category-wrap > a,
.blog-single-entry.post-breadcrumb-fixed .entry-social-share .share .dt-share-list li a,
.blog-single-entry.post-breadcrumb-fixed .entry-date .date-wrap,
.blog-single-entry.post-breadcrumb-fixed .entry-author > .author-wrap > a,
.blog-single-entry.post-breadcrumb-fixed .entry-likes-views .dt-sc-like-views > div > a,
.single-post-header-wrapper.dt-parallax-bg > .container .post-meta .post-author a:hover,
.single-post-header-wrapper.dt-parallax-bg > .container .post-meta > .post-comments a:hover,
.blog-single-entry.post-breadcrumb-parallax .entry-title h1 a,
.blog-single-entry.post-breadcrumb-parallax > .entry-tags a,
.blog-single-entry.post-breadcrumb-parallax .entry-categories a,
.blog-single-entry.post-breadcrumb-parallax .entry-comments a,
.blog-single-entry.post-breadcrumb-parallax .entry-author a,
.blog-single-entry.post-breadcrumb-parallax .entry-likes-views .dt-sc-like-views a,
.blog-single-entry.post-breadcrumb-parallax .entry-social-share .share .dt-share-list li a,
.blog-single-entry.post-breadcrumb-parallax [class*="entry-"] > i,
.blog-single-entry.post-breadcrumb-parallax .entry-tags a:not(:last-child):after,
.blog-single-entry.post-breadcrumb-parallax .entry-categories a:not(:last-child):after,
.blog-single-entry.post-breadcrumb-parallax .entry-author,
.blog-single-entry.post-breadcrumb-parallax .entry-date,
.blog-single-entry.post-breadcrumb-parallax .entry-author-bio .details h3 a,
.blog-single-entry.post-custom-classic .entry-title h1 a,
.blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div > .nav-title-wrap h3 a {
    color: #181823;
}

    .commentlist li.comment .reply a:hover,
    .blog-single-entry.post-overlay .entry-thumb > .entry-format > a,
    .blog-single-entry.post-overlay .entry-thumb .share .dt-share-list li a,
    .blog-single-entry.post-overlay .entry-author span,
    .blog-single-entry.post-overlay .entry-author span a,
    .blog-single-entry.post-overlay div.entry-meta-group .entry-author span,
    .blog-single-entry.post-overlay div.entry-meta-group .entry-author span a,
    .blog-single-entry.post-overlap .entry-thumb > .entry-format > a,
    .blog-single-entry.post-overlap .entry-tags a:hover,
    .blog-single-entry.post-overlap .entry-social-share .share .dt-share-list li a:hover,
    .blog-single-entry.post-overlap .entry-comments a i,
    .blog-single-entry.post-overlap .entry-author i,
    .blog-single-entry.post-overlap .entry-likes-views .dt-sc-like-views > div > i,
    .blog-single-entry.post-overlap .entry-date .date-wrap i,
    .blog-single-entry.post-overlap .entry-categories > .category-wrap > i,
    .blog-single-entry.post-overlap div.entry-meta-group .entry-tags a:hover,
    .blog-single-entry.post-overlap div.entry-meta-group .share .dt-share-list li a:hover,
    .blog-single-entry.post-overlap div.entry-meta-group .entry-comments a i,
    .blog-single-entry.post-overlap div.entry-meta-group .entry-author i,
    .blog-single-entry.post-overlap div.entry-meta-group .entry-likes-views .dt-sc-like-views > div > i,
    .blog-single-entry.post-overlap div.entry-meta-group .entry-date .date-wrap i,
    .blog-single-entry.post-overlap div.entry-meta-group > .entry-categories > .category-wrap > i,
    .blog-single-entry.post-overlap .entry-post-navigation > div:hover span,
    .blog-single-entry.post-overlap .entry-post-navigation > div:hover h3 a,
    .single-post-header-wrapper > .container .post-categories a,
    .blog-single-entry.post-breadcrumb-fixed > .dt-post-sticky-wrapper .entry-social-share .share ul li:hover a,
    .blog-single-entry.post-breadcrumb-fixed .column > .entry-thumb > .entry-format > a,
    .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > div:hover > .nav-title-wrap p,
    .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > div > .nav-title-wrap h3 a,
    .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > div > .nav-title-wrap p,
    .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .share .dt-share-list li a,
    .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-comments a,
    .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-tags a,
    .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > .entry-categories > .category-wrap > a,
    .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > .entry-author > .author-wrap > a,
    .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-date .date-wrap,
    .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-likes-views .dt-sc-like-views > div > a,
    .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-likes-views .dt-sc-like-views > div > span,
    .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-comments a:hover i,
    .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-author > .author-wrap:hover i,
    .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-likes-views .dt-sc-like-views > div:hover > i,
    .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-date .date-wrap:hover i,
    .blog-single-entry.post-breadcrumb-fixed .entry-categories > .category-wrap > a:hover,
    .blog-single-entry.post-breadcrumb-fixed .entry-tags a:hover,
    .blog-single-entry.post-breadcrumb-fixed .entry-date .date-wrap i,
    .blog-single-entry.post-breadcrumb-fixed .entry-likes-views .dt-sc-like-views > div > i,
    .blog-single-entry.post-breadcrumb-fixed .entry-author > .author-wrap > i,
    .blog-single-entry.post-breadcrumb-fixed .entry-comments a i,
    .blog-single-entry.post-breadcrumb-fixed .entry-social-share .share .dt-share-list li a:hover,
    .single-post-header-wrapper.dt-parallax-bg > .container .post-categories a:hover,
    .blog-single-entry.post-breadcrumb-parallax .entry-thumb > .entry-format > a,
    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group .entry-tags i,
    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group .entry-comments i,
    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group .entry-likes-views .dt-sc-like-views i,
    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group .entry-tags a,
    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group .entry-categories a,
    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group .entry-tags a,
    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group .entry-comments a,
    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group .entry-likes-views .dt-sc-like-views a,
    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group .entry-likes-views .dt-sc-like-views span,
    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group .entry-author a,
    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group .entry-author span,
    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group .entry-date,
    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group .entry-social-share .share .dt-share-list li a,
    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group .entry-meta-group .share .dt-share-list li a,
    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group > .entry-tags a:not(:last-child):after,
    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group > .entry-categories a:not(:last-child):after,
    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > div > .nav-title-wrap p,
    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > div > .nav-title-wrap h3 a,
    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > div > .nav-title-wrap span,
    .blog-single-entry.post-custom-classic div[class*="entry-format"] a,
    .blog-single-entry.post-custom-classic div[class*="metagroup-elements-filled"] div[class*="entry-date"],
    .blog-single-entry.post-custom-classic div[class*="metagroup-elements-filled"] div[class*="entry-"] a,
    .blog-single-entry.post-custom-classic div[class*="metagroup-elements-filled"] div[class*="entry-"] i,
    .blog-single-entry.post-custom-classic div[class*="metagroup-elements-filled"] div[class*="entry-"] span,
    .blog-single-entry.post-custom-classic div[class*="metagroup-elements-filled"] div[class*="entry-"] a > i,
    .post-custom-modern div.nav-title-wrap h3 a,
    .dt-related-carousel div[class*="carousel-"] > div i[class*="fa"],
    .dt-related-carousel div[class*="carousel-"] > div i.pe,
    .dt-related-carousel .carousel-pager > a.selected,
    .dt-related-carousel .carousel-pager > a:hover,
    .post-custom-modern .entry-post-navigation > div,
    .post-custom-minimal.blog-single-entry .write-comment-button a:hover,
    .page-link > span {
        color: #fff;
    }

.blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > div:hover > .nav-title-wrap p {
    color: rgba(255, 255, 255, 0.75);
}

div[class*="metagroup-"] div[class*="entry-"] a:hover,
div[class*="meta-elements"] a:hover {
    color: #4a4a52;
}

div[class*="metagroup-elements"] div[class*="entry-social"]:hover .share > i {
    color: #090909;
}

div[class*="metagroup-"] .entry-social-share .share > i,
div.dt-sc-posts-meta-group[class*="metagroup-elements-filled"] div[class*="entry-"],
div.dt-sc-posts-meta-group[class*="metagroup-elements-filled"] div[class*="entry-"] a,
div.dt-sc-posts-meta-group[class*="metagroup-elements-filled"] div[class*="entry-"] i,
div.dt-sc-posts-meta-group[class*="metagroup-elements-filled"] div[class*="entry-social"] .share > i,
.blog-single-entry div[class*="meta-elements-filled"],
.blog-single-entry div[class*="meta-elements-filled"] a,
.blog-single-entry div[class*="meta-elements-filled"] i[class*="fa"],
.blog-single-entry div[class*="meta-elements-filled"] i.pe,
.blog-single-entry div[class*="meta-elements-filled"] .share > i,
div[class*="meta-elements"].entry-social-share .share > i,
div[class*="metagroup-elements-boxed"] div[class*="entry-"]:hover,
div[class*="metagroup-elements-boxed"] div[class*="entry-"]:hover a,
div[class*="metagroup-elements-boxed"] div[class*="entry-"] a:hover,
div[class*="metagroup-elements-boxed"] div[class*="entry-"]:hover i,
div.dt-sc-posts-meta-group[class*="metagroup-elements-filled"] div[class*="entry-"]:hover,
div.dt-sc-posts-meta-group[class*="metagroup-elements-filled"] div[class*="entry-"]:hover a,
div.dt-sc-posts-meta-group[class*="metagroup-elements-filled"] div[class*="entry-"] a:hover,
div.dt-sc-posts-meta-group[class*="metagroup-elements-filled"] div[class*="entry-"]:hover i,
div[class*="meta-elements-boxed"]:hover a,
div[class*="meta-elements-boxed"]:hover i[class*="fa"],
div[class*="meta-elements-boxed"]:hover i.pe,
.blog-single-entry div.dt-sc-posts-meta-group[class*="meta-elements-filled"]:hover i,
.blog-single-entry div.dt-sc-posts-meta-group[class*="meta-elements-filled"]:hover a,
.blog-single-entry div.dt-sc-posts-meta-group[class*="meta-elements-filled"] .entry-likes-views .dt-sc-like-views:hover > span {
    color: #fff;
}

.blog-single-entry.post-overlay .entry-tags a,
.blog-single-entry.post-overlay .entry-comments a,
.blog-single-entry.post-overlay .entry-likes-views .dt-sc-like-views a,
.blog-single-entry.post-overlay .entry-meta-group .entry-categories a,
.blog-single-entry.post-overlay .entry-meta-group .entry-tags a,
.blog-single-entry.post-overlay .entry-meta-group .entry-comments a,
.blog-single-entry.post-overlay .entry-meta-group .entry-likes-views .dt-sc-like-views a {
    color: #707070;
}

.single-post-header-wrapper > .container .post-meta-data .date,
.blog-single-entry.post-breadcrumb-fixed > .dt-post-sticky-wrapper h4 {
    color: #757575;
}

.blog-single-entry.post-overlay .entry-social-share .share .dt-share-list li a,
.blog-single-entry.post-overlay div.entry-meta-group .share .dt-share-list li a {
    color: #4a4a52666;
}

.blog-single-entry.post-breadcrumb-fixed > .column > .entry-author-bio > .details p,
.blog-single-entry.post-breadcrumb-fixed > .column > .entry-post-navigation > div > .nav-title-wrap p,
.blog-single-entry.post-breadcrumb-fixed > .column > .entry-tags .tag-wrap span,
.blog-single-entry.post-breadcrumb-fixed > .dt-post-sticky-wrapper .entry-social-share .share ul li a {
    color: #989898;
}

.single-post-header-wrapper.dt-parallax-bg > .container .post-categories a {
    color: rgba(0, 0, 0, 0.5);
}

.single-post-header-wrapper.dt-parallax-bg > .container .post-meta .post-author span,
.single-post-header-wrapper.dt-parallax-bg > .container .post-meta .post-author a,
.single-post-header-wrapper.dt-parallax-bg > .container .post-meta > .post-date,
.single-post-header-wrapper.dt-parallax-bg > .container .post-meta > .post-comments a {
    color: rgba(0, 0, 0, 0.6);
}

.blog-single-entry.post-custom-classic div[class*="meta-elements-filled"] a:hover,
.blog-single-entry.post-custom-classic div[class*="meta-elements-filled"] a:hover > span,
.blog-single-entry.post-custom-classic div[class*="metagroup-elements-filled"] div[class*="entry-"] a:hover,
.blog-single-entry.post-custom-classic div[class*="metagroup-elements-filled"] div[class*="entry-"] a:hover > span {
    color: rgba(255, 255, 255, 0.8);
}

.blog-single-entry.post-overlap .entry-thumb > .entry-format > a,
.blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .share .dt-share-list li a,
.blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-comments a,
.blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > .entry-categories > .category-wrap > a,
.blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-tags a,
.blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > .entry-author > .author-wrap,
.blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-date .date-wrap,
.blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-likes-views .dt-sc-like-views > div {
    border-color: #fff;
}

.blog-single-entry.post-overlap .entry-tags a,
.blog-single-entry.post-overlap .entry-social-share .share .dt-share-list li a,
.blog-single-entry.post-overlap .entry-comments a,
.blog-single-entry.post-overlap .entry-likes-views .dt-sc-like-views > div,
.blog-single-entry.post-overlap .entry-tags a,
.blog-single-entry.post-overlap .entry-social-share .share .dt-share-list li a,
.blog-single-entry.post-overlap .entry-comments a,
.blog-single-entry.post-overlap .entry-likes-views .dt-sc-like-views > div,
.blog-single-entry.post-overlap div.entry-meta-group .entry-tags a,
.blog-single-entry.post-overlap div.entry-meta-group .share .dt-share-list li a,
.blog-single-entry.post-overlap div.entry-meta-group:before,
.blog-single-entry.post-overlap div.entry-meta-group:after,
.blog-single-entry.post-overlap div.entry-meta-group .entry-comments a,
.blog-single-entry.post-overlap div.entry-meta-group .entry-likes-views .dt-sc-like-views > div,
.blog-single-entry.post-overlap .entry-related-posts > h4,
.blog-single-entry.post-breadcrumb-fixed .entry-comments a,
.blog-single-entry.post-breadcrumb-fixed .entry-categories > .category-wrap > a,
.blog-single-entry.post-breadcrumb-fixed .entry-tags a,
.blog-single-entry.post-breadcrumb-fixed .entry-social-share .share .dt-share-list li a,
.blog-single-entry.post-breadcrumb-parallax .entry-meta-group,
.blog-single-entry.post-breadcrumb-parallax .entry-meta-group:before,
.blog-single-entry.post-breadcrumb-parallax .entry-meta-group:after,
.post-custom-minimal.blog-single-entry .write-comment-button a {
    border-color: #181823;
}

.blog-single-entry.post-overlay .entry-related-posts {
    border-color: rgba(0, 0, 0, 0.1);
}

.blog-single-entry.post-overlay div.entry-meta-group,
.blog-single-entry.post-overlay .entry-post-navigation:before {
    border-top-color: rgba(0, 0, 0, 0.1);
}

.post-custom-modern .entry-author-bio {
    border-right-color: rgba(0, 0, 0, 0.2);
}

.blog-single-entry.post-overlay div.entry-meta-group {
    border-color: rgba(0, 0, 0, 0.1);
}

ul.commentlist li.bypostauthor .author-name {
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

.single-post-header-wrapper > .container .post-categories a {
    border-color: rgba(255, 255, 255, 0.3);
}

.single-post-header-wrapper.dt-parallax-bg > .container .post-categories a {
    border-color: rgba(0, 0, 0, 0.5);
}

.blog-single-entry > .commententries input[type="text"],
.blog-single-entry > .commententries input[type="password"],
.blog-single-entry > .commententries input[type="email"],
.blog-single-entry > .commententries input[type="url"],
.blog-single-entry > .commententries input[type="tel"],
.blog-single-entry > .commententries input[type="number"],
.blog-single-entry > .commententries input[type="range"],
.blog-single-entry > .commententries input[type="date"],
.blog-single-entry > .commententries textarea,
.blog-single-entry > .commententries input.text,
.blog-single-entry > .commententries input[type="search"],
.blog-single-entry > .commententries textarea,
.blog-single-entry.post-breadcrumb-fixed .commententries input[type="text"],
.blog-single-entry.post-breadcrumb-fixed .commententries input[type="password"],
.blog-single-entry.post-breadcrumb-fixed .commententries input[type="email"],
.blog-single-entry.post-breadcrumb-fixed .commententries input[type="url"],
.blog-single-entry.post-breadcrumb-fixed .commententries input[type="tel"],
.blog-single-entry.post-breadcrumb-fixed .commententries input[type="number"],
.blog-single-entry.post-breadcrumb-fixed .commententries input[type="range"],
.blog-single-entry.post-breadcrumb-fixed .commententries input[type="date"],
.blog-single-entry.post-breadcrumb-fixed .commententries textarea,
.blog-single-entry.post-breadcrumb-fixed .commententries input.text,
.blog-single-entry.post-breadcrumb-fixed .commententries input[type="search"],
.blog-single-entry.post-breadcrumb-fixed .commententries textarea {
    color: #707070;
}

.blog-single-entry > .commententries input[type="text"],
.blog-single-entry > .commententries input[type="password"],
.blog-single-entry > .commententries input[type="email"],
.blog-single-entry > .commententries input[type="url"],
.blog-single-entry > .commententries input[type="tel"],
.blog-single-entry > .commententries input[type="number"],
.blog-single-entry > .commententries input[type="range"],
.blog-single-entry > .commententries input[type="date"],
.blog-single-entry > .commententries textarea,
.blog-single-entry > .commententries input.text,
.blog-single-entry > .commententries input[type="search"],
.blog-single-entry[class*="post-breadcrumb-"] > .column > .commententries input[type="text"],
.blog-single-entry[class*="post-breadcrumb-"] > .column > .commententries input[type="password"],
.blog-single-entry[class*="post-breadcrumb-"] > .column > .commententries input[type="email"],
.blog-single-entry[class*="post-breadcrumb-"] > .column > .commententries input[type="url"],
.blog-single-entry[class*="post-breadcrumb-"] > .column > .commententries input[type="tel"],
.blog-single-entry[class*="post-breadcrumb-"] > .column > .commententries input[type="number"],
.blog-single-entry[class*="post-breadcrumb-"] > .column > .commententries input[type="range"],
.blog-single-entry[class*="post-breadcrumb-"] > .column > .commententries input[type="date"],
.blog-single-entry[class*="post-breadcrumb-"] > .column > .commententries textarea,
.blog-single-entry[class*="post-breadcrumb-"] > .column > .commententries input.text,
.blog-single-entry[class*="post-breadcrumb-"] > .column > .commententries input[type="search"],
.blog-single-entry[class*="post-custom-"] .commententries input[type="text"],
.blog-single-entry[class*="post-custom-"] .commententries input[type="password"],
.blog-single-entry[class*="post-custom-"] .commententries input[type="email"],
.blog-single-entry[class*="post-custom-"] .commententries input[type="url"],
.blog-single-entry[class*="post-custom-"] .commententries input[type="tel"],
.blog-single-entry[class*="post-custom-"] .commententries input[type="number"],
.blog-single-entry[class*="post-custom-"] .commententries input[type="range"],
.blog-single-entry[class*="post-custom-"] .commententries input[type="date"],
.blog-single-entry[class*="post-custom-"] .commententries textarea,
.blog-single-entry[class*="post-custom-"] .commententries input.text,
.blog-single-entry[class*="post-custom-"] .commententries input[type="search"] {
    border-color: rgba(0, 0, 0, 0.1);
}

.blog-single-entry.post-breadcrumb-fixed > .column.dt-post-sticky-wrapper .entry-social-share .share ul,
.blog-single-entry.post-breadcrumb-fixed > .column.dt-post-sticky-wrapper .entry-social-share .share ul li {
    border-color: #e3e3e5;
}

label span.required,
.comment-form > .comment-notes span.required {
    color: red;
}

.post-default .entry-meta-group {
    float: right;
    width: 27.5%;
}

.post-default .entry-author-bio {
    float: left;
    width: 70% !important;
}

.post-default .entry-related-posts {
    float: left;
    width: 100%;
}

.post-default > div[class*="entry-meta-group"] div[class*="entry-"] {
    border: none;
}

.post-default .commententries,
.post-default .entry-related-posts {
    margin-top: 20px;
}

.blog-single-entry:not(.has-post-thumbnail) .dt-sc-related-posts .entry-thumb {
    display: block;
}

.blog-single-entry .dt-sc-related-posts .entry-meta-group .entry-author a {
    left: auto !important;
}

.blog-single-entry > .entry-title h1 {
    word-wrap: break-word;
}

.commententries nav.navigation {
    float: left;
    margin: 15px 0 30px;
    width: 100%;
}

.commententries .commentlist + .comment-navigation {
    margin-top: 0;
}

.commententries nav.navigation > div .nav-previous {
    float: left;
}

.commententries nav.navigation > div .nav-next {
    float: right;
}

.commententries .nav-links > div a {
    border-bottom: 1px solid;
    padding-bottom: 5px;
    font-weight: 600;
}

    .commententries .nav-links > div a:hover {
        color: #111;
    }

.commententries .nav-previous > a:before,
.commententries .nav-next > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -moz-transition: none;
}

.commententries .nav-links > div a,
.commententries .nav-previous > a:before,
.commententries .nav-next > a:after {
    font-size: 18px;
}

.commententries .nav-previous > a:before {
    content: "\f104";
    margin-right: 10px;
}

.commententries .nav-next > a:after {
    content: "\f105";
    margin-left: 10px;
}

.blog-single-entry .post-password-form label input[type="password"] {
    margin: 15px 0 10px;
}

body .blog-single-entry ul li .comment-body .comment-author a:hover,
body .blog-single-entry ul li .comment-body .comment-content a:hover {
    color: #000;
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    .children .comment-author .avatar {
        left: -60px;
    }

    .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation {
        padding: 40px 0;
    }

        .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div {
            height: 80px;
        }

        .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > .post-prev-link > .prev-post-bgimg,
        .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > .post-next-link > .next-post-bgimg {
            height: 80px;
            width: 80px;
        }

        .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > .post-prev-link > .nav-title-wrap {
            padding: 0 20px 0 100px;
        }

        .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > .post-next-link > .nav-title-wrap {
            padding: 0 100px 0 20px;
        }

        .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div > .nav-title-wrap p {
            font-size: 10px;
            font-weight: 500;
            letter-spacing: 1px;
            text-transform: capitalize;
        }

        .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div > .nav-title-wrap h3 {
            margin: 5px 0 0 0;
        }

            .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div > .nav-title-wrap h3 a {
                font-size: 10px;
                letter-spacing: 1px;
                text-transform: capitalize;
            }

    .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-related-posts > h4:before,
    .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries > #comments > h3:before,
    .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries #respond > h3#reply-title:before {
        right: 70%;
    }

    .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-related-posts > h4:after,
    .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries > #comments > h3:after,
    .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries #respond > h3#reply-title:after {
        left: 70%;
    }

    .with-both-sidebar.page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries .commentlist #respond > h3#reply-title:before {
        right: 85%;
    }

    .with-both-sidebar.page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries .commentlist #respond > h3#reply-title:after {
        left: 85%;
    }

    .page-with-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-prev-link > .nav-title-wrap {
        padding-right: 30%;
    }

    .page-with-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-next-link > .nav-title-wrap {
        padding-left: 30%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .comment-body {
        padding-left: 85px;
    }

    .comment-author .avatar {
        left: -85px;
    }

    ul.children li .comment-body {
        padding-left: 60px;
    }

    .children .comment-author .avatar {
        left: -60px;
    }

    .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd),
    .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even) {
        clear: both;
        display: inline-block;
        float: none;
        margin-bottom: 10px;
        text-align: inherit;
        width: 100%;
    }

        .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd):last-child,
        .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd):last-child,
        .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even):last-child,
        .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-one-third.dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even):last-child {
            margin-bottom: 0;
        }

    .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(odd),
    .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd),
    .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(even),
    .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even) {
        clear: both;
        display: inline-block;
        float: none;
        margin-bottom: 10px;
        text-align: inherit;
        width: 100%;
    }

        .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(odd):last-child,
        .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd):last-child,
        .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(even):last-child,
        .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-one-third.dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even):last-child {
            margin-bottom: 0;
        }

    .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation {
        padding: 40px 0;
    }

        .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div > .nav-title-wrap h3 a {
            font-size: 13px;
        }

    .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-related-posts > h4:before,
    .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries > #comments > h3:before,
    .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries #respond > h3#reply-title:before {
        right: 65%;
    }

    .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-related-posts > h4:after,
    .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries > #comments > h3:after,
    .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries #respond > h3#reply-title:after {
        left: 65%;
    }

    .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries .commentlist #respond > h3#reply-title:before {
        right: 75%;
    }

    .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries .commentlist #respond > h3#reply-title:after {
        left: 75%;
    }

    .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries .commentlist #respond > h3#reply-title:before {
        right: 85%;
    }

    .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries .commentlist #respond > h3#reply-title:after {
        left: 85%;
    }

    .page-with-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-prev-link > .nav-title-wrap {
        padding-right: 30%;
    }

    .page-with-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-next-link > .nav-title-wrap {
        padding-left: 30%;
    }

    .page-with-sidebar .blog-single-entry.post-custom-minimal .commententries .commentlist #respond h3#reply-title:after {
        left: 45%;
    }

    .with-both-sidebar .blog-single-entry.post-custom-minimal .commententries .commentlist #respond h3#reply-title:after {
        left: 75%;
    }
}

@media only screen and (min-width: 1200px) {
    .blog-single-entry.post-overlap {
        width: 80%;
        margin: 0 auto;
        float: none;
    }

    #primary.content-full-width .blog-single-entry.post-breadcrumb-fixed {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 940px;
    }
}

@media only screen and (max-width: 1199px) {
    .commentlist li.comment.depth-5 .reply,
    .page-with-sidebar .commentlist li.comment.depth-5 .reply,
    .with-both-sidebar .commentlist li.comment .reply {
        margin-top: 15px;
        position: relative;
        top: auto;
    }

    .commentlist ul.children {
        padding-left: 15px;
    }

        .commentlist ul.children li > .children {
            padding-left: 5%;
        }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .comment-body {
        padding-left: 75px;
    }

    .comment-author .avatar {
        height: 60px;
        left: -75px;
        width: 60px;
    }

    ul.children li .comment-body {
        padding-left: 60px;
    }

    .children .comment-author .avatar {
        left: -60px;
    }

    .with-both-sidebar .comment-body {
        padding-left: 70px;
    }

    .with-both-sidebar .comment-author .avatar {
        height: 50px;
        left: -70px;
        width: 50px;
    }

    .with-both-sidebar .children .comment-author .avatar {
        left: -65px;
    }

    .with-both-sidebar .commentlist ul.children {
        padding-left: 40px;
    }

    .with-both-sidebar .commentlist li.comment #respond {
        padding-left: 70px;
    }

    .with-both-sidebar .commentlist .children li.comment #respond {
        padding-left: 60px;
    }

    .comment-body table th,
    .comment-body table td {
        font-size: 15px;
        padding: 0.25em;
    }

    .with-both-sidebar .blog-single-entry.post-overlap .entry-thumb .entry-overlap .entry-title h1 {
        font-size: 20px;
    }

    .with-both-sidebar .blog-single-entry.post-overlap .entry-post-navigation > div {
        margin: 0 0 2% 0;
        width: 100%;
    }

    .page-with-sidebar .blog-single-entry.post-overlap .entry-post-navigation > div > h3 {
        font-size: 16px;
    }

    .single-post-header-wrapper {
        padding: 100px 0 80px;
    }

    .blog-single-entry.post-breadcrumb-fixed > .column.dt-post-sticky-wrapper .entry-social-share .share > i {
        line-height: 50px;
    }

    .blog-single-entry.post-breadcrumb-fixed > .column.dt-post-sticky-wrapper .entry-social-share .share ul li {
        line-height: 55px;
    }

    .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd),
    .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even) {
        clear: both;
        display: inline-block;
        float: none;
        margin-bottom: 10px;
        text-align: inherit;
        width: 100%;
    }

        .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd):last-child,
        .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd):last-child,
        .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even):last-child,
        .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even):last-child {
            margin-bottom: 0;
        }

    .with-both-sidebar .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group {
        padding: 30px 15px 25px;
    }

        .with-both-sidebar .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .share .dt-share-list li a,
        .with-both-sidebar .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-comments a,
        .with-both-sidebar .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > .entry-categories > .category-wrap > a,
        .with-both-sidebar .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-tags a,
        .with-both-sidebar .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > .entry-author > .author-wrap,
        .with-both-sidebar .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-date .date-wrap,
        .with-both-sidebar .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-likes-views .dt-sc-like-views > div {
            font-size: 10px;
        }

    .single-post-header-wrapper.dt-parallax-bg {
        padding: 30px 0 80px;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-prev-link > .nav-title-wrap {
        padding-right: 30%;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-next-link > .nav-title-wrap {
        padding-left: 30%;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-related-posts > h4:before,
    .blog-single-entry.post-breadcrumb-parallax .commententries .comments-area > h3:before,
    .blog-single-entry.post-breadcrumb-parallax .commententries #respond h3#reply-title:before {
        left: 20%;
    }

    .blog-single-entry[class*="post-custom-classic"] .commententries .commentlist #respond > h3#reply-title:before {
        right: 70%;
    }

    .blog-single-entry[class*="post-custom-classic"] .commententries .commentlist #respond > h3#reply-title:after {
        left: 70%;
    }

    .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries .commentlist #respond > h3#reply-title:before {
        right: 80%;
    }

    .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries .commentlist #respond > h3#reply-title:after {
        left: 80%;
    }

    .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div > .nav-title-wrap p {
        font-size: 10px;
        letter-spacing: 1px;
    }

    .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div > .nav-title-wrap h3 a {
        font-size: 13px;
        text-transform: capitalize;
    }

    .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-related-posts > h4:before,
    .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries > #comments > h3:before,
    .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries #respond > h3#reply-title:before {
        right: 65%;
    }

    .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-related-posts > h4:after,
    .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries > #comments > h3:after,
    .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries #respond > h3#reply-title:after {
        left: 65%;
    }

    .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries .commentlist #respond > h3#reply-title {
        text-align: left;
    }

        .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries .commentlist #respond > h3#reply-title:before,
        .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries .commentlist #respond > h3#reply-title:after {
            content: none;
        }

    .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] div[class*="entry-author-bio"] {
        padding: 0;
    }

    .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation:before {
        height: 1px;
        left: 0;
        margin: 0 auto;
        right: 0;
        transform: none;
        width: 25%;
    }

    .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div {
        width: 100%;
    }

        .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div.post-prev-link {
            margin-bottom: 50px;
        }

        .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div.post-next-link {
            margin-top: 50px;
        }

        .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div > .nav-title-wrap p {
            font-size: 12px;
            letter-spacing: 1.5px;
            text-transform: uppercase;
        }

        .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div > .nav-title-wrap h3 a {
            font-size: 15px;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

    .page-with-sidebar .blog-single-entry.post-custom-minimal .single-content-wrapper .vc_col-sm-6,
    .with-both-sidebar .comment-button-wrapper .vc_col-sm-4 {
        width: 100%;
    }

        .page-with-sidebar .blog-single-entry.post-custom-minimal .single-content-wrapper .vc_col-sm-6:last-child {
            margin-top: 40px;
        }

    .page-with-sidebar .post-custom-minimal.blog-single-entry .write-comment-button a {
        padding: 7px 15px 7px;
    }

    .blog-single-entry.post-custom-minimal .commententries .commentlist #respond h3#reply-title:after {
        left: 38%;
    }

    .blog-single-entry.post-custom-minimal .commententries .commentlist .children #respond h3#reply-title:after {
        left: 40%;
    }

    .page-with-sidebar .blog-single-entry.post-custom-minimal .commententries .commentlist .children #respond h3#reply-title:after {
        left: 60%;
    }

    .page-with-sidebar .blog-single-entry.post-custom-minimal .commententries .commentlist #respond h3#reply-title:after {
        left: 54%;
    }

    .with-both-sidebar .post-custom-minimal.blog-single-entry .entry-post-navigation > .post-next-link h3 {
        font-size: 14px;
    }

    .with-both-sidebar .blog-single-entry.post-custom-minimal .commententries .commentlist #respond h3#reply-title:after {
        content: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    ul.commentlist li .comment-author img {
        max-height: 60px;
        max-width: 60px;
    }

    .comment-body {
        padding-left: 80px;
    }

    .comment-author .avatar {
        height: 60px;
        left: -80px;
        width: 60px;
    }

    ul.children li .comment-body {
        padding-left: 60px;
    }

    .children .comment-author .avatar {
        left: -60px;
    }

    .comment-metadata {
        position: relative;
        top: 0;
    }

    .commentlist li.comment .comment-body .comment-meta {
        margin-bottom: 15px;
    }

    .commentlist li.comment #respond {
        padding-left: 80px;
    }

    .commentlist .children li.comment #respond {
        padding-left: 60px;
    }

    .commentlist li.comment .reply {
        position: relative;
        margin-top: 20px;
    }

    .commentlist li.comment .reply,
    .commentlist > li.comment:first-child > .comment-body .reply {
        top: auto;
    }

    .comment-body table th,
    .comment-body table td {
        font-size: 14px;
        padding: 0.25em;
    }

    .page-with-sidebar .commententries .comments-area > #respond,
    .page-with-sidebar .commententries .comments-area > #respond form {
        margin-bottom: 0;
    }

    .with-both-sidebar .comment-body {
        padding-left: 0;
    }

    .with-both-sidebar .commentlist,
    .with-both-sidebar .commentlist ul.children {
        padding-left: 0;
    }

    .with-both-sidebar ul.children li .comment-body {
        padding-left: 0;
    }

    .with-both-sidebar .commentlist li.comment .reply {
        position: relative;
        margin-top: 20px;
    }

    .with-both-sidebar .commentlist li.comment .comment-body .comment-meta {
        margin-bottom: 10px;
    }

    .with-both-sidebar .commentlist li.comment .comment-author img {
        max-width: 50px;
        max-height: 50px;
    }

    .with-both-sidebar .comment-author .avatar {
        display: block;
        height: 50px;
        left: 0;
        margin-bottom: 20px;
        position: relative;
        top: 0;
        width: 50px;
    }

    .with-both-sidebar .commentlist li.comment #respond {
        padding-left: 0;
    }

    .with-both-sidebar li.comment .comment-form p.form-submit input[type="submit"] {
        font-size: 12px;
        margin-top: 0;
        padding: 12px 20px;
    }

    .with-both-sidebar .blog-single-entry.post-overlay .entry-meta-group .entry-likes-views .dt-sc-like-views > div {
        float: none;
    }

    .blog-single-entry.post-overlap .entry-thumb .entry-overlap .entry-title h1,
    .page-with-sidebar .blog-single-entry.post-overlap .entry-thumb .entry-overlap .entry-title h1 {
        font-size: 20px;
    }

    .page-with-sidebar .blog-single-entry.post-overlap .entry-post-navigation > div {
        margin: 0 0 2% 0;
        width: 100%;
    }

    .page-with-sidebar .blog-single-entry.post-overlap .commententries #respond h3#reply-title small {
        bottom: 10px;
    }

    .with-both-sidebar .blog-single-entry.post-overlap .entry-thumb .entry-overlap {
        padding: 15px 15px 0 0;
        width: 95%;
    }

        .with-both-sidebar .blog-single-entry.post-overlap .entry-thumb .entry-overlap .entry-title {
            margin: 0 0 10px 0;
        }

            .with-both-sidebar .blog-single-entry.post-overlap .entry-thumb .entry-overlap .entry-title h1 {
                font-size: 15px;
            }

        .with-both-sidebar .blog-single-entry.post-overlap .entry-thumb .entry-overlap .entry-bottom-details > * {
            font-size: 10px;
            margin-right: 10px;
        }

    .with-both-sidebar .blog-single-entry.post-overlay div.entry-meta-group > div,
    .with-both-sidebar .blog-single-entry.post-overlap div.entry-meta-group > div {
        width: 100%;
    }

        .with-both-sidebar .blog-single-entry.post-overlay div.entry-meta-group > div:nth-child(odd),
        .with-both-sidebar .blog-single-entry.post-overlay div.entry-meta-group > div:nth-child(even),
        .with-both-sidebar .blog-single-entry.post-overlap div.entry-meta-group > div:nth-child(odd),
        .with-both-sidebar .blog-single-entry.post-overlap div.entry-meta-group > div:nth-child(even) {
            float: none;
            text-align: center;
            margin-bottom: 15px;
        }

        .with-both-sidebar .blog-single-entry.post-overlay div.entry-meta-group > div:last-child,
        .with-both-sidebar .blog-single-entry.post-overlap div.entry-meta-group > div:last-child {
            margin-bottom: 0;
        }

    .with-both-sidebar .blog-single-entry.post-overlap .entry-meta-group .entry-likes-views .dt-sc-like-views > div,
    .with-both-sidebar .blog-single-entry.post-overlap .entry-likes-views .dt-sc-like-views > div {
        float: none;
    }

    .with-both-sidebar .blog-single-entry.post-overlap .entry-author-bio > .thumb {
        position: relative;
        width: 20%;
        margin: 0 0 10px;
    }

    .with-both-sidebar .blog-single-entry.post-overlap .entry-author-bio > .details {
        padding: 0;
    }

    .single-post-header-wrapper {
        padding: 100px 0 80px;
    }

    .blog-single-entry.post-breadcrumb-fixed > .column.dt-post-sticky-wrapper .entry-social-share .share > i {
        line-height: 30px;
    }

    .blog-single-entry.post-breadcrumb-fixed > .column.dt-post-sticky-wrapper .entry-social-share .share ul li {
        line-height: 45px;
    }

    .blog-single-entry.post-breadcrumb-fixed .entry-title h1 {
        font-size: 20px;
    }

    .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > div > .nav-title-wrap p {
        font-size: 10px;
    }

    .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > div > .nav-title-wrap h3 a {
        font-size: 16px;
    }

    .with-both-sidebar .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group {
        padding: 50px 15px 25px;
    }

        .with-both-sidebar .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > div {
            width: 100%;
        }

            .with-both-sidebar .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > div:nth-child(odd),
            .with-both-sidebar .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > div:nth-child(even) {
                float: none;
                margin-bottom: 15px;
                text-align: center;
            }

                .with-both-sidebar .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .author-wrap,
                .with-both-sidebar .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .comment-wrap,
                .with-both-sidebar .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .tag-wrap,
                .with-both-sidebar .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .category-wrap,
                .with-both-sidebar .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-likes-views .dt-sc-like-views > div,
                .with-both-sidebar .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > div:nth-child(even) .author-wrap,
                .with-both-sidebar .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > div:nth-child(even) .comment-wrap,
                .with-both-sidebar .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > div:nth-child(even) .tag-wrap,
                .with-both-sidebar .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > div:nth-child(even) .category-wrap {
                    float: none;
                }

    .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd),
    .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd),
    .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even),
    .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even) {
        clear: both;
        display: inline-block;
        float: none;
        margin-bottom: 10px;
        text-align: inherit;
        width: 100%;
    }

        .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(odd):last-child,
        .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd):last-child,
        .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry > div.entry-meta-group > div:nth-child(even):last-child,
        .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-canvas-style.dt-sc-post-entry.entry-cover-layout .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even):last-child {
            margin-bottom: 0;
        }

    .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(odd),
    .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd),
    .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(even),
    .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even) {
        clear: both;
        display: inline-block;
        float: none;
        margin-bottom: 10px;
        text-align: inherit;
        width: 100%;
    }

        .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(odd):last-child,
        .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-details > div.entry-meta-group > div:nth-child(odd):last-child,
        .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-boxed-style.dt-sc-post-entry .blog-entry > div.entry-meta-group > div:nth-child(even):last-child,
        .blog-single-entry.post-breadcrumb-fixed .entry-related-posts .dt-sc-boxed-style.dt-sc-post-entry .blog-entry .entry-details > div.entry-meta-group > div:nth-child(even):last-child {
            margin-bottom: 0;
        }

    .single-post-header-wrapper.dt-parallax-bg {
        padding: 50px 0 80px;
    }

        .single-post-header-wrapper.dt-parallax-bg > .container h1 {
            font-size: 50px;
            line-height: normal;
            margin-bottom: 15px;
        }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-prev-link > .nav-title-wrap {
        padding-right: 30%;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-next-link > .nav-title-wrap {
        padding-left: 30%;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-related-posts > h4:before,
    .blog-single-entry.post-breadcrumb-parallax .commententries .comments-area > h3:before,
    .blog-single-entry.post-breadcrumb-parallax .commententries #respond h3#reply-title:before {
        left: 25%;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-author-bio .thumb img {
        max-width: 10%;
    }

    .page-with-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > div,
    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-prev-link:empty,
    .page-with-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-next-link:empty {
        margin-bottom: 2%;
        width: 100%;
    }

    .page-with-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-prev-link > .nav-title-wrap {
        padding-right: 30%;
    }

    .page-with-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-next-link > .nav-title-wrap {
        padding-left: 30%;
    }

    .with-both-sidebar .blog-single-entry.post-breadcrumb-parallax div.entry-meta-group > div {
        width: 100%;
    }

        .with-both-sidebar .blog-single-entry.post-breadcrumb-parallax div.entry-meta-group > div:nth-child(odd),
        .with-both-sidebar .blog-single-entry.post-breadcrumb-parallax div.entry-meta-group > div:nth-child(even) {
            float: none;
            text-align: center;
            margin-bottom: 15px;
        }

        .with-both-sidebar .blog-single-entry.post-breadcrumb-parallax div.entry-meta-group > div:last-child {
            margin-bottom: 0;
        }

    .with-both-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-meta-group .entry-likes-views .dt-sc-like-views > div,
    .with-both-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-likes-views .dt-sc-like-views > div {
        float: none;
    }

    .with-both-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-prev-link > .nav-title-wrap {
        padding-right: 15%;
    }

    .with-both-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-next-link > .nav-title-wrap {
        padding-left: 15%;
    }

    .with-both-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-prev-link > .nav-title-wrap span,
    .with-both-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation .post-next-link > .nav-title-wrap span,
    .with-both-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation .post-prev-link:hover > .nav-title-wrap span,
    .with-both-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation .post-next-link:hover > .nav-title-wrap span {
        display: none;
    }

    .blog-single-entry[class*="post-custom-classic"] .entry-author-bio .thumb img {
        max-width: 15%;
    }

    .blog-single-entry[class*="post-custom-classic"] .entry-author-bio .thumb:before {
        right: 65%;
    }

    .blog-single-entry[class*="post-custom-classic"] .entry-author-bio .thumb:after {
        left: 65%;
    }

    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div > .nav-title-wrap p {
        font-size: 10px;
        letter-spacing: 1px;
    }

    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div > .nav-title-wrap h3 a {
        font-size: 14px;
        text-transform: capitalize;
    }

    .blog-single-entry[class*="post-custom-classic"] .entry-related-posts > h4:before,
    .blog-single-entry[class*="post-custom-classic"] .commententries > #comments > h3:before,
    .blog-single-entry[class*="post-custom-classic"] .commententries #respond > h3#reply-title:before {
        right: 65%;
    }

    .blog-single-entry[class*="post-custom-classic"] .entry-related-posts > h4:after,
    .blog-single-entry[class*="post-custom-classic"] .commententries > #comments > h3:after,
    .blog-single-entry[class*="post-custom-classic"] .commententries #respond > h3#reply-title:after {
        left: 65%;
    }

    .blog-single-entry[class*="post-custom-classic"] .commententries .commentlist #respond > h3#reply-title:before {
        right: 75%;
    }

    .blog-single-entry[class*="post-custom-classic"] .commententries .commentlist #respond > h3#reply-title:after {
        left: 75%;
    }

    .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation {
        padding: 40px 0;
    }

        .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation:before {
            height: 1px;
            left: 0;
            margin: 0 auto;
            right: 0;
            transform: none;
            width: 25%;
        }

        .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div {
            width: 100%;
        }

            .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div.post-prev-link {
                margin-bottom: 30px;
            }

            .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div.post-next-link {
                margin-top: 30px;
            }

            .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div > .nav-title-wrap p {
                font-size: 12px;
                letter-spacing: 1.5px;
                text-transform: uppercase;
            }

            .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div > .nav-title-wrap h3 a {
                font-size: 15px;
                letter-spacing: 1px;
                text-transform: uppercase;
            }

    .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-related-posts > h4:before,
    .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries > #comments > h3:before,
    .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries #respond > h3#reply-title:before {
        right: 70%;
    }

    .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-related-posts > h4:after,
    .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries > #comments > h3:after,
    .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries #respond > h3#reply-title:after {
        left: 70%;
    }

    .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries .commentlist #respond > h3#reply-title {
        text-align: left;
    }

        .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries .commentlist #respond > h3#reply-title:before,
        .page-with-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries .commentlist #respond > h3#reply-title:after {
            content: none;
        }

    .with-both-sidebar .blog-single-entry.post-custom-classic .entry-title {
        margin-bottom: 15px;
    }

        .with-both-sidebar .blog-single-entry.post-custom-classic .entry-title h1 {
            font-size: 22px;
        }

    .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-author-bio {
        font-size: 14px;
        padding: 0;
        line-height: 22px;
    }

        .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-author-bio .thumb {
            margin: 0 0 10px 0;
        }

            .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-author-bio .thumb img {
                max-width: 25%;
            }

            .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-author-bio .thumb:before {
                right: 75%;
            }

            .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-author-bio .thumb:after {
                left: 75%;
            }

        .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-author-bio .details h3 {
            font-size: 20px;
            margin-bottom: 20px;
        }

    .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-related-posts > h4:before,
    .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries > #comments > h3:before,
    .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries #respond > h3#reply-title:before {
        right: 80%;
    }

    .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-related-posts > h4:after,
    .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries > #comments > h3:after,
    .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .commententries #respond > h3#reply-title:after {
        left: 80%;
    }

    .blog-single-entry.post-custom-minimal .single-content-wrapper .vc_col-sm-6 {
        width: 100%;
    }

        .blog-single-entry.post-custom-minimal .single-content-wrapper .vc_col-sm-6:last-child {
            margin-top: 40px;
        }

    .page-with-sidebar .post-custom-minimal.blog-single-entry .write-comment-button a {
        font-size: 10px;
        letter-spacing: 1px;
        padding: 6px 15px 6px;
    }

    .page-with-sidebar .post-custom-minimal.blog-single-entry .entry-post-navigation > .post-next-link h3 {
        font-size: 16px;
    }

    .blog-single-entry.post-custom-minimal .commententries .commentlist #respond h3#reply-title:after {
        left: 50%;
    }

    .blog-single-entry.post-custom-minimal .commententries .commentlist .children #respond h3#reply-title:after {
        left: 55%;
    }

    .page-with-sidebar .blog-single-entry.post-custom-minimal .commententries .commentlist #respond h3#reply-title:after {
        content: none;
    }

    .with-both-sidebar .comment-button-wrapper .vc_col-sm-4,
    .with-both-sidebar .post-custom-minimal.blog-single-entry .entry-post-navigation > div {
        width: 100%;
    }

    .with-both-sidebar .post-custom-minimal.blog-single-entry .entry-post-navigation > .post-next-link,
    .with-both-sidebar .post-custom-minimal.blog-single-entry .entry-post-navigation > .post-prev-link {
        text-align: center;
    }

    .with-both-sidebar .post-custom-minimal.blog-single-entry .entry-post-navigation:after {
        height: 1px;
        left: 0;
        margin: 0 auto;
        right: 0;
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    ul.commentlist li.comment .comment-author img {
        max-width: 40px;
        max-height: 40px;
    }

    .commentlist li.comment .reply {
        position: relative;
        margin-top: 20px;
    }

    .commentlist li.comment .reply,
    .commentlist > li.comment:first-child > .comment-body .reply {
        top: auto;
    }

    .comment-body {
        padding-left: 60px;
    }

    .comment-author .avatar {
        height: 40px;
        left: -60px;
        width: 40px;
    }

    ul.children li .comment-body {
        padding-left: 50px;
    }

    .children .comment-author .avatar {
        left: -50px;
    }

    .commentlist li.comment .comment-body .comment-meta {
        margin-bottom: 10px;
    }

    .commentlist li.comment #respond {
        padding-left: 0;
    }

    .comment-reply-link {
        font-size: 13px;
        padding: 6px 12px;
    }

    .commentlist li.comment .comment-form p.form-submit input[type="submit"] {
        margin-top: 0;
        padding: 12px 25px;
    }

    .commentlist ul.children {
        padding-left: 15px;
    }

        .commentlist ul.children li > .children {
            padding-left: 5%;
        }

    ul.commentlist li.comment ul.children .comment-author img {
        max-width: 30px;
        max-height: 30px;
    }

    ul.commentlist li .comment-details {
        margin: 0 0 10px;
    }

    ul.commentlist li .author-name > a {
        font-size: 16px;
    }

    ul.commentlist,
    ul.commentlist li .comment-details {
        width: 100%;
    }

        ul.commentlist li.depth-1,
        ul.commentlist li.depth-2,
        ul.commentlist li.depth-3,
        ul.commentlist li.depth-4,
        ul.commentlist li.depth-5 {
            margin-bottom: 0;
        }

    .commententries #respond,
    .commentlist li.comment #respond,
    .commentlist .children li.comment #respond {
        padding-left: 0;
    }

    .post-password-form label input {
        width: 100%;
    }

    .comment-body table th,
    .comment-body table td {
        font-size: 11px;
        padding: 5px 3px;
    }

    .page-with-sidebar .commententries .comments-area > #respond,
    .page-with-sidebar .commententries .comments-area > #respond form {
        margin-bottom: 0;
    }

    .blog-single-entry.post-overlay div.entry-meta-group > div {
        width: 100%;
    }

        .blog-single-entry.post-overlay div.entry-meta-group > div:nth-child(odd),
        .blog-single-entry.post-overlay div.entry-meta-group > div:nth-child(even) {
            display: inline-block;
            float: none;
            margin-bottom: 15px;
            text-align: center;
        }

    .blog-single-entry.post-overlay .entry-meta-group .entry-likes-views .dt-sc-like-views > div {
        float: none;
    }

    .blog-single-entry.post-overlay div.entry-meta-group > div:last-child {
        margin-bottom: 0;
    }

    .blog-single-entry.post-overlap .entry-thumb .entry-overlap .entry-title h1,
    .page-with-sidebar .blog-single-entry.post-overlap .entry-thumb .entry-overlap .entry-title h1 {
        font-size: 20px;
    }

    .blog-single-entry.post-overlap .entry-post-navigation > div {
        margin: 0 0 2% 0;
        width: 100%;
    }

    .with-both-sidebar .blog-single-entry.post-overlap .entry-thumb .entry-overlap,
    .blog-single-entry.post-overlap .entry-thumb .entry-overlap {
        padding: 15px 15px 0 0;
        width: 95%;
    }

        .blog-single-entry.post-overlap .entry-thumb .entry-overlap .entry-title h1,
        .with-both-sidebar .blog-single-entry.post-overlap .entry-thumb .entry-overlap .entry-title h1 {
            font-size: 15px;
        }

        .with-both-sidebar .blog-single-entry.post-overlap .entry-thumb .entry-overlap .entry-title,
        .blog-single-entry.post-overlap .entry-thumb .entry-overlap .entry-title {
            margin: 0 0 10px 0;
        }

    .blog-single-entry.post-overlap div.entry-meta-group > div {
        width: 100%;
    }

        .blog-single-entry.post-overlap div.entry-meta-group > div:nth-child(odd),
        .blog-single-entry.post-overlap div.entry-meta-group > div:nth-child(even) {
            float: none;
            text-align: center;
            margin-bottom: 15px;
        }

        .blog-single-entry.post-overlap div.entry-meta-group > div:last-child {
            margin-bottom: 0;
        }

    .blog-single-entry.post-overlap .entry-meta-group .entry-likes-views .dt-sc-like-views > div,
    .blog-single-entry.post-overlap .entry-likes-views .dt-sc-like-views > div {
        float: none;
    }

    .blog-single-entry.post-overlap .commententries #respond h3#reply-title small {
        bottom: 14px;
        font-size: 10px;
    }

    .blog-single-entry.post-overlap .entry-author-bio > .thumb {
        margin-bottom: 20px;
        width: 100%;
    }

        .blog-single-entry.post-overlap .entry-author-bio > .thumb img {
            max-width: 20%;
        }

    .blog-single-entry.post-overlap .entry-author-bio > .details {
        padding-left: 0;
    }

    .page-with-sidebar .blog-single-entry.post-overlap .entry-author-bio > .thumb {
        margin: 0 0 10px;
        position: relative;
        width: 20%;
    }

    .page-with-sidebar .blog-single-entry.post-overlap .entry-author-bio > .details {
        padding: 0;
    }

    .single-post-header-wrapper {
        padding: 50px 0 60px;
    }

        .single-post-header-wrapper > .container h1 {
            font-size: 35px;
        }

    .blog-single-entry.post-breadcrumb-fixed > .column.dt-post-sticky-wrapper .entry-social-share .share > i {
        line-height: 100px;
    }

    .blog-single-entry.post-breadcrumb-fixed > .column.dt-post-sticky-wrapper .entry-social-share .share ul li {
        line-height: 100px;
    }

    .blog-single-entry.post-breadcrumb-fixed > .column.dt-post-sticky-wrapper .list-trending ul li a img {
        width: 100%;
    }

    .blog-single-entry.post-breadcrumb-fixed .entry-title h1 {
        font-size: 20px;
    }

    .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group {
        padding: 50px 50px 35px;
    }

        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-tags a,
        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > .entry-categories > .category-wrap > a {
            float: none;
        }

        .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > div {
            width: 100%;
        }

            .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > div:nth-child(odd),
            .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > div:nth-child(even) {
                display: inline-block;
                float: none;
                margin-bottom: 15px;
                text-align: center;
            }

                .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .author-wrap,
                .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .comment-wrap,
                .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .tag-wrap,
                .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .category-wrap,
                .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group .entry-likes-views .dt-sc-like-views > div,
                .blog-single-entry.post-breadcrumb-fixed .entry-likes-views .dt-sc-like-views > div,
                .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > div:nth-child(even) .author-wrap,
                .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > div:nth-child(even) .comment-wrap,
                .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > div:nth-child(even) .tag-wrap,
                .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > div:nth-child(even) .category-wrap {
                    float: none;
                }

            .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group > div:last-child {
                margin-bottom: 0;
            }

    .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation {
        margin-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > div:not(:first-child) {
            border-width: 0;
        }

        .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > div,
        .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > .post-prev-link:empty,
        .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > .post-next-link:empty {
            margin-bottom: 2%;
            width: 100%;
        }

    .blog-single-entry.post-breadcrumb-fixed .entry-author-bio > .thumb {
        height: auto;
        width: 30%;
    }

    .blog-single-entry.post-breadcrumb-fixed .entry-author-bio > .details {
        padding: 0;
    }

    .single-post-header-wrapper.dt-parallax-bg {
        padding: 30px 0 60px;
    }

        .single-post-header-wrapper.dt-parallax-bg > .container h1 {
            font-size: 30px;
            line-height: normal;
            margin-bottom: 15px;
        }

        .single-post-header-wrapper.dt-parallax-bg > .container .post-categories a {
            margin-bottom: 5px;
        }

    .blog-single-entry.post-breadcrumb-parallax div.entry-meta-group > div {
        width: 100%;
    }

        .blog-single-entry.post-breadcrumb-parallax div.entry-meta-group > div:nth-child(odd),
        .blog-single-entry.post-breadcrumb-parallax div.entry-meta-group > div:nth-child(even) {
            display: inline-block;
            float: none;
            margin-bottom: 15px;
            text-align: center;
        }

    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group .entry-likes-views .dt-sc-like-views > div {
        float: none;
    }

    .blog-single-entry.post-breadcrumb-parallax div.entry-meta-group > div:last-child {
        margin-bottom: 0;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > div,
    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-prev-link:empty,
    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-next-link:empty {
        margin-bottom: 2%;
        width: 100%;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-prev-link > .nav-title-wrap {
        padding-right: 30%;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-next-link > .nav-title-wrap {
        padding-left: 30%;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-related-posts > h4:before,
    .blog-single-entry.post-breadcrumb-parallax .commententries .comments-area > h3:before,
    .blog-single-entry.post-breadcrumb-parallax .commententries #respond h3#reply-title:before {
        left: 40%;
    }

    .blog-single-entry.post-breadcrumb-parallax .commententries #respond h3#reply-title small a {
        font-size: 12px;
        padding: 2px 0 2px 30px;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-author-bio .thumb img {
        max-width: 15%;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-author-bio .thumb:before {
        right: 65%;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-author-bio .thumb:after {
        left: 65%;
    }

    .dt-sc-custom-metagroup,
    .dt-sc-custom-metagroup.right {
        text-align: center;
    }

    .blog-single-entry[class*="post-custom-classic"] .entry-author-bio {
        font-size: 14px;
        padding: 0;
        line-height: 22px;
    }

        .blog-single-entry[class*="post-custom-classic"] .entry-author-bio .thumb {
            margin: 0 0 10px 0;
        }

            .blog-single-entry[class*="post-custom-classic"] .entry-author-bio .thumb img {
                max-width: 25%;
            }

            .blog-single-entry[class*="post-custom-classic"] .entry-author-bio .thumb:before {
                right: 75%;
            }

            .blog-single-entry[class*="post-custom-classic"] .entry-author-bio .thumb:after {
                left: 75%;
            }

        .blog-single-entry[class*="post-custom-classic"] .entry-author-bio .details h3 {
            font-size: 20px;
            margin-bottom: 20px;
        }

    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation {
        padding: 40px 0;
    }

        .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div {
            width: 50%;
            height: auto;
            text-align: center;
            padding: 0 20px;
        }

    .blog-single-entry[class*="post-custom-classic"] .entry-related-posts > h4:before,
    .blog-single-entry[class*="post-custom-classic"] .commententries > #comments > h3:before,
    .blog-single-entry[class*="post-custom-classic"] .commententries #respond > h3#reply-title:before {
        right: 70%;
    }

    .blog-single-entry[class*="post-custom-classic"] .entry-related-posts > h4:after,
    .blog-single-entry[class*="post-custom-classic"] .commententries > #comments > h3:after,
    .blog-single-entry[class*="post-custom-classic"] .commententries #respond > h3#reply-title:after {
        left: 70%;
    }

    .blog-single-entry[class*="post-custom-classic"] .commententries .commentlist #respond > h3#reply-title {
        text-align: left;
    }

        .blog-single-entry[class*="post-custom-classic"] .commententries .commentlist #respond > h3#reply-title:before,
        .blog-single-entry[class*="post-custom-classic"] .commententries .commentlist #respond > h3#reply-title:after {
            content: none;
        }

    .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div > .nav-title-wrap p {
        font-size: 12px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
    }

    .with-both-sidebar .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div > .nav-title-wrap h3 a {
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .post-custom-modern .entry-author-bio {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        border-right: none;
        padding: 20px 0 30px;
        margin-bottom: 20px;
    }

    .post-custom-modern .entry-post-navigation > div {
        width: 100%;
    }

    .post-custom-minimal.blog-single-entry .entry-post-navigation > div {
        width: 100%;
    }

    .post-custom-minimal.blog-single-entry .entry-post-navigation > .post-next-link,
    .post-custom-minimal.blog-single-entry .entry-post-navigation > .post-prev-link {
        text-align: center;
    }

    .post-custom-minimal.blog-single-entry .entry-post-navigation:after {
        height: 1px;
        left: 0;
        margin: 0 auto;
        right: 0;
        width: 50%;
    }

    .blog-single-entry.post-custom-minimal .commententries .commentlist #respond h3#reply-title:after {
        left: 75%;
    }

    .blog-single-entry.post-overlay .entry-post-navigation > .post-prev-link {
        width: auto;
        float: left;
    }

    .blog-single-entry.post-overlay .entry-post-navigation > .post-next-link {
        width: auto;
        float: right;
    }

    .blog-single-entry.post-breadcrumb-fixed .post-prev-link,
    .blog-single-entry.post-overlay .post-prev-link,
    .blog-single-entry.post-overlap .post-prev-link {
        width: 100%;
        float: left;
        text-align: center;
    }

    .blog-single-entry.post-breadcrumb-fixed .post-next-link,
    .blog-single-entry.post-overlay .post-next-link,
    .blog-single-entry.post-overlap .post-next-link {
        width: 100%;
        float: right;
        text-align: center;
    }

    .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > .post-prev-link > .nav-title-wrap,
    .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > .post-next-link > .nav-title-wrap {
        padding: 10px 20px;
        text-align: center;
    }

    .blog-single-entry.post-breadcrumb-fixed > div > .entry-post-navigation > .post-prev-link,
    .blog-single-entry.post-overlay div > .entry-post-navigation > .post-prev-link,
    .blog-single-entry.post-overlap div > .entry-post-navigation > .post-prev-link {
        text-align: left;
    }

    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div > .nav-title-wrap h3 {
        line-height: 20px;
    }

    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > .post-prev-link > .prev-post-bgimg,
    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > .post-next-link > .next-post-bgimg {
        position: static;
        float: none;
        display: inline-block;
    }

    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > .post-prev-link > .nav-title-wrap,
    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > .post-next-link > .nav-title-wrap {
        padding: 20px 0 0;
        position: static;
        top: auto;
        transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        text-align: center;
    }

    .blog-single-entry.post-overlap .entry-post-navigation {
        display: block;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-body .entry-post-navigation > div:not(:last-child),
    .blog-single-entry.post-breadcrumb-parallax .entry-body .entry-post-navigation > div:last-child,
    .blog-single-entry.post-overlay .entry-body .entry-post-navigation > div:not(:last-child),
    .blog-single-entry.post-overlay .entry-body .entry-post-navigation > div:last-child,
    .blog-single-entry.post-overlap .entry-body .entry-post-navigation > div:not(:last-child),
    .blog-single-entry.post-overlap .entry-body .entry-post-navigation > div:last-child {
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }

    .post-default .entry-author-bio,
    .post-default .entry-meta-group {
        width: 100%;
    }

    .post-default .entry-meta-group {
        margin-bottom: 30px;
    }

    .post-default .entry-author-bio {
        border: none;
    }
}

@media only screen and (max-width: 479px) {
    .blog-single-entry.post-overlap .entry-thumb .entry-overlap .entry-bottom-details > * {
        font-size: 11px;
    }

    .page-with-sidebar .blog-single-entry.post-overlap .entry-thumb .entry-overlap .entry-title h1 {
        font-size: 18px;
    }

    .comment-body {
        padding-left: 0;
    }

    .comment-author .avatar {
        height: 50px;
        left: 0;
        width: 50px;
        top: 0;
        position: relative;
        display: block;
        margin-bottom: 20px;
    }

    .children .comment-author .avatar {
        left: 0;
        top: 0;
    }

    .commentlist li.comment #respond {
        padding-left: 0;
    }

    .commentlist {
        padding-left: 0;
    }

    ul.children li .comment-body {
        padding-left: 0;
    }

    ul.commentlist li.comment .comment-author img {
        max-width: 50px;
        max-height: 50px;
    }

    .commententries .nav-previous,
    .commententries .nav-next {
        margin: 5px 0;
        text-align: center;
        width: 100%;
    }

    .blog-single-entry .jet-pie-chart,
    .blog-single-entry .jet-bar-chart {
        width: 250px !important;
    }

    .blog-single-entry.post-overlap .entry-thumb .entry-overlap .entry-bottom-details > * {
        margin-right: 15px;
    }

    .blog-single-entry.post-overlap .entry-author-bio > .thumb img {
        max-width: 25%;
    }

    .blog-single-entry.post-overlap .entry-post-navigation > div > .nav-title-wrap > h3 {
        font-size: 14px;
    }

    .single-post-header-wrapper {
        padding: 50px 0 60px;
    }

        .single-post-header-wrapper > .container h1 {
            font-size: 22px;
        }

    .blog-single-entry.post-breadcrumb-fixed .entry-author-bio > .thumb {
        width: 40%;
    }

    .blog-single-entry.post-breadcrumb-fixed .entry-title h1 {
        font-size: 18px;
    }

    .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > div > .nav-title-wrap p {
        font-size: 10px;
    }

    .blog-single-entry.post-breadcrumb-fixed .entry-post-navigation > div > .nav-title-wrap h3 a {
        font-size: 15px;
    }

    .blog-single-entry.post-breadcrumb-fixed div.entry-meta-group {
        padding: 50px 20px 35px;
    }

    .blog-single-entry.post-breadcrumb-fixed .elementor-widget-dt-post-author-bio > .elementor-widget-container {
        margin-top: 35px !important;
    }

    .single-post-header-wrapper.dt-parallax-bg {
        padding: 50px 0 60px;
    }

        .single-post-header-wrapper.dt-parallax-bg > .container h1 {
            font-size: 22px;
        }

        .single-post-header-wrapper.dt-parallax-bg > .container .post-categories a {
            font-size: 12px;
        }

    .blog-single-entry.post-breadcrumb-parallax .entry-title h1 {
        font-size: 22px;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group:before {
        left: -5px;
        bottom: -5px;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-meta-group:after {
        right: -5px;
        top: -5px;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-author-bio .thumb img {
        max-width: 25%;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > div {
        height: 150px;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-prev-link > .nav-title-wrap {
        padding-right: 15%;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-next-link > .nav-title-wrap {
        padding-left: 15%;
    }

    .with-both-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-prev-link > .nav-title-wrap {
        padding-right: 15%;
    }

    .with-both-sidebar .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-next-link > .nav-title-wrap {
        padding-left: 15%;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation > .post-prev-link > .nav-title-wrap span,
    .blog-single-entry.post-breadcrumb-parallax .entry-post-navigation .post-next-link > .nav-title-wrap span {
        display: none;
    }

    .blog-single-entry.post-breadcrumb-parallax .entry-related-posts > h4:before,
    .blog-single-entry.post-breadcrumb-parallax .commententries .comments-area > h3:before,
    .blog-single-entry.post-breadcrumb-parallax .commententries #respond h3#reply-title:before {
        left: 50%;
    }

    .blog-single-entry.post-breadcrumb-parallax .commententries #respond h3#reply-title small a {
        font-size: 12px;
        padding: 0 0 0 30px;
    }

    .blog-single-entry[class*="post-custom-classic"] .entry-related-posts > h4:before,
    .blog-single-entry[class*="post-custom-classic"] .commententries > #comments > h3:before,
    .blog-single-entry[class*="post-custom-classic"] .commententries #respond > h3#reply-title:before,
    .blog-single-entry[class*="post-custom-classic"] .entry-related-posts > h4:after,
    .blog-single-entry[class*="post-custom-classic"] .commententries > #comments > h3:after,
    .blog-single-entry[class*="post-custom-classic"] .commententries #respond > h3#reply-title:after {
        content: none;
    }

    .blog-single-entry.post-custom-minimal .commententries .commentlist #respond h3#reply-title:after {
        content: none;
    }

    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div {
        padding: 0 10px;
    }

        .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > div > .nav-title-wrap h3 {
            display: none;
        }

    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > .post-prev-link > .prev-post-bgimg,
    .blog-single-entry[class*="post-custom-classic"] .entry-post-navigation > .post-next-link > .next-post-bgimg {
        width: 80px;
        height: 80px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .blog-single-entry .entry-body tbody th a {
        font-size: 12px;
    }
}
/*! /wp-content/cache/asset-cleanup/css/item/invico-gutenberg-v1.0-25773f5a6f146d5ce0d704161f6675b043d71f3a.css */
/*! /wp-content/themes/invico/css/gutenberg.css */
body.has-gutenberg-blocks .blog-single-entry .entry-body {
    padding: 0;
}

body.has-gutenberg-blocks *[class^="wp-block"] .selection-box {
    display: inline-block;
}

body.has-gutenberg-blocks *[class^="wp-block"].wp-block-archives-dropdown .selection-box {
    margin-bottom: 20px;
}

blockquote.wp-block-quote,
.wp-block-pullquote blockquote {
    background-color: transparent;
}

.wp-block-quote {
    border-left: 4px solid #252525;
    padding: 0 0 0 1.5rem;
}

    .wp-block-quote.is-large,
    .wp-block-quote.is-style-large {
        border-width: 0;
        padding: 0;
    }

.wp-block-pullquote blockquote {
    background-color: transparent;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.wp-block-pullquote p {
    font-weight: 400;
}

.wp-block-quote > cite {
    margin-top: 0;
    text-align: inherit;
}

.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 {
    display: inline-block;
    margin-top: 10px;
}

.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignleft blockquote * {
    text-align: left;
}

.wp-block-pullquote.alignright blockquote,
.wp-block-pullquote.alignright blockquote * {
    text-align: right;
}

.wp-block-table,
.wp-block-table.is-style-stripes {
    border-collapse: collapse;
}

    .wp-block-table td,
    .wp-block-table th,
    .wp-block-table.is-style-stripes td,
    .wp-block-table.is-style-stripes th {
        border-color: rgba(0, 0, 0, 0.1);
    }

    .wp-block-table tbody tr:nth-child(2n + 1) {
        background: rgba(0, 0, 0, 0);
    }

    .wp-block-table td,
    .wp-block-table th {
        vertical-align: middle;
    }

.wp-block-image > figure {
    margin: 0;
}

.wp-block-image .alignleft {
    margin-right: 2em;
}

.wp-block-image .alignright {
    margin-left: 2em;
}

.wp-block-cover.has-background-dim p:not(.has-text-color),
.wp-block-cover.has-background-dim p:not(.has-text-color) a {
    color: #fff;
}

    .wp-block-cover.has-background-dim p:not(.has-text-color) a:hover {
        opacity: 0.75;
    }

.wp-block-separator {
    border: none;
    background: #eaeaea;
}

.wp-block-gallery li {
    padding: 0;
}

.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 {
    flex: 1;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul {
    list-style: none;
}

.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-latest-comments {
    padding-left: 0;
}

    .wp-block-latest-posts.is-grid li,
    .wp-block-latest-comments li {
        padding: 0;
    }

.alignfull {
    max-width: inherit;
    position: relative;
}

.alignwide {
    clear: both;
    width: 100%;
}

.wp-block-spacer {
    clear: both;
    display: block;
    float: none;
    margin: 0 !important;
}

.wp-block-cover,
.wp-block-media-text,
.wp-block-button,
.wp-block-button__link {
    margin-bottom: 1.5em;
}

    .wp-block-button .wp-block-button__link {
        margin-bottom: 0;
    }

    .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
        background-color: #000;
    }

.is-style-outline .wp-block-button__link:hover {
    color: #000;
}

.wp-block-file .wp-block-file__button {
    display: table;
    margin: 15px 0 0;
}

p.has-large-font-size,
body.has-gutenberg-blocks p.has-large-font-size,
body.has-gutenberg-blocks .blog-single-entry .entry-body > p[style*="font-size"] {
    line-height: normal;
}

body.has-gutenberg-blocks ul.wp-block-gallery {
    display: flex;
    margin-bottom: 20px;
    padding-left: 0;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
    padding: 0.75em;
}

.wp-block-media-text .wp-block-media-text__content p {
    margin: 1em 0;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0 0 28px;
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
    text-transform: none;
}

.with-both-sidebar .wp-block-gallery.columns-6 .blocks-gallery-image,
.with-both-sidebar .wp-block-gallery.columns-6 .blocks-gallery-item,
.with-both-sidebar .wp-block-gallery.columns-7 .blocks-gallery-image,
.with-both-sidebar .wp-block-gallery.columns-7 .blocks-gallery-item,
.with-both-sidebar .wp-block-gallery.columns-8 .blocks-gallery-image,
.with-both-sidebar .wp-block-gallery.columns-8 .blocks-gallery-item {
    margin-right: 16px;
    width: calc((100% - 16px) / 2);
}

    .with-both-sidebar .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(2n),
    .with-both-sidebar .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(2n),
    .with-both-sidebar .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(2n),
    .with-both-sidebar .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(2n),
    .with-both-sidebar .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(2n),
    .with-both-sidebar .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0;
    }

body.has-gutenberg-blocks .blog-single-entry .entry-body > [class^="wp-block-spacer"]:empty {
    display: none;
}

@media only screen and (max-width: 479px) {
    .wp-block-audio audio {
        min-width: 100%;
    }

    .wp-block-embed-instagram iframe {
        min-width: 290px !important;
        width: 290px !important;
    }
}

.wp-block-coblocks-click-to-tweet {
    background: none;
    padding: 0;
}

.wp-block-coblocks-click-to-tweet__twitter-btn:not(.has-button-color):hover,
.wp-block-coblocks-social:not(.is-style-text):not(.is-style-icon-and-text) .wp-block-coblocks-social__button:hover {
    background-color: #000 !important;
    color: #fff;
}

.wp-block-coblocks-accordion-item__title:focus {
    outline: none;
}

.wp-block-coblocks-click-to-tweet__text {
    padding-left: 0;
}

    .wp-block-coblocks-click-to-tweet__text::before {
        display: inline-block;
        margin-right: 15px;
        position: relative;
        top: 5px;
    }

.wp-block-coblocks-alert {
    margin-bottom: 20px;
}

.wp-block-coblocks-author__avatar-img {
    left: 0;
}
/*! /wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css */
/*!
 * Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}

.fa-xs {
    font-size: 0.75em;
}

.fa-sm {
    font-size: 0.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: 0.08em solid #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.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: 0.3em;
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.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: scaleX(-1);
    transform: scaleX(-1);
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1);
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-500px:before {
    content: "\f26e";
}

.fa-accessible-icon:before {
    content: "\f368";
}

.fa-accusoft:before {
    content: "\f369";
}

.fa-acquisitions-incorporated:before {
    content: "\f6af";
}

.fa-ad:before {
    content: "\f641";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-card:before {
    content: "\f2bb";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-adn:before {
    content: "\f170";
}

.fa-adobe:before {
    content: "\f778";
}

.fa-adversal:before {
    content: "\f36a";
}

.fa-affiliatetheme:before {
    content: "\f36b";
}

.fa-air-freshener:before {
    content: "\f5d0";
}

.fa-airbnb:before {
    content: "\f834";
}

.fa-algolia:before {
    content: "\f36c";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-alipay:before {
    content: "\f642";
}

.fa-allergies:before {
    content: "\f461";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-amazon-pay:before {
    content: "\f42c";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-amilia:before {
    content: "\f36d";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-android:before {
    content: "\f17b";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angry:before {
    content: "\f556";
}

.fa-angrycreative:before {
    content: "\f36e";
}

.fa-angular:before {
    content: "\f420";
}

.fa-ankh:before {
    content: "\f644";
}

.fa-app-store:before {
    content: "\f36f";
}

.fa-app-store-ios:before {
    content: "\f370";
}

.fa-apper:before {
    content: "\f371";
}

.fa-apple:before {
    content: "\f179";
}

.fa-apple-alt:before {
    content: "\f5d1";
}

.fa-apple-pay:before {
    content: "\f415";
}

.fa-archive:before {
    content: "\f187";
}

.fa-archway:before {
    content: "\f557";
}

.fa-arrow-alt-circle-down:before {
    content: "\f358";
}

.fa-arrow-alt-circle-left:before {
    content: "\f359";
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-arrows-alt-h:before {
    content: "\f337";
}

.fa-arrows-alt-v:before {
    content: "\f338";
}

.fa-artstation:before {
    content: "\f77a";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-asymmetrik:before {
    content: "\f372";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-atlas:before {
    content: "\f558";
}

.fa-atlassian:before {
    content: "\f77b";
}

.fa-atom:before {
    content: "\f5d2";
}

.fa-audible:before {
    content: "\f373";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-autoprefixer:before {
    content: "\f41c";
}

.fa-avianex:before {
    content: "\f374";
}

.fa-aviato:before {
    content: "\f421";
}

.fa-award:before {
    content: "\f559";
}

.fa-aws:before {
    content: "\f375";
}

.fa-baby:before {
    content: "\f77c";
}

.fa-baby-carriage:before {
    content: "\f77d";
}

.fa-backspace:before {
    content: "\f55a";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-bacon:before {
    content: "\f7e5";
}

.fa-bahai:before {
    content: "\f666";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-balance-scale-left:before {
    content: "\f515";
}

.fa-balance-scale-right:before {
    content: "\f516";
}

.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-battle-net:before {
    content: "\f835";
}

.fa-bed:before {
    content: "\f236";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bezier-curve:before {
    content: "\f55b";
}

.fa-bible:before {
    content: "\f647";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-biking:before {
    content: "\f84a";
}

.fa-bimobject:before {
    content: "\f378";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-biohazard:before {
    content: "\f780";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitcoin:before {
    content: "\f379";
}

.fa-bity:before {
    content: "\f37a";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-blackberry:before {
    content: "\f37b";
}

.fa-blender:before {
    content: "\f517";
}

.fa-blender-phone:before {
    content: "\f6b6";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-blog:before {
    content: "\f781";
}

.fa-blogger:before {
    content: "\f37c";
}

.fa-blogger-b:before {
    content: "\f37d";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-bold:before {
    content: "\f032";
}

.fa-bolt:before {
    content: "\f0e7";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-bone:before {
    content: "\f5d7";
}

.fa-bong:before {
    content: "\f55c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-book-dead:before {
    content: "\f6b7";
}

.fa-book-medical:before {
    content: "\f7e6";
}

.fa-book-open:before {
    content: "\f518";
}

.fa-book-reader:before {
    content: "\f5da";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-bootstrap:before {
    content: "\f836";
}

.fa-border-all:before {
    content: "\f84c";
}

.fa-border-none:before {
    content: "\f850";
}

.fa-border-style:before {
    content: "\f853";
}

.fa-bowling-ball:before {
    content: "\f436";
}

.fa-box:before {
    content: "\f466";
}

.fa-box-open:before {
    content: "\f49e";
}

.fa-boxes:before {
    content: "\f468";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-brain:before {
    content: "\f5dc";
}

.fa-bread-slice:before {
    content: "\f7ec";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-briefcase-medical:before {
    content: "\f469";
}

.fa-broadcast-tower:before {
    content: "\f519";
}

.fa-broom:before {
    content: "\f51a";
}

.fa-brush:before {
    content: "\f55d";
}

.fa-btc:before {
    content: "\f15a";
}

.fa-buffer:before {
    content: "\f837";
}

.fa-bug:before {
    content: "\f188";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-burn:before {
    content: "\f46a";
}

.fa-buromobelexperte:before {
    content: "\f37f";
}

.fa-bus:before {
    content: "\f207";
}

.fa-bus-alt:before {
    content: "\f55e";
}

.fa-business-time:before {
    content: "\f64a";
}

.fa-buy-n-large:before {
    content: "\f8a6";
}

.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-day:before {
    content: "\f783";
}

.fa-calendar-minus:before {
    content: "\f272";
}

.fa-calendar-plus:before {
    content: "\f271";
}

.fa-calendar-times:before {
    content: "\f273";
}

.fa-calendar-week:before {
    content: "\f784";
}

.fa-camera:before {
    content: "\f030";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-campground:before {
    content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
    content: "\f785";
}

.fa-candy-cane:before {
    content: "\f786";
}

.fa-cannabis:before {
    content: "\f55f";
}

.fa-capsules:before {
    content: "\f46b";
}

.fa-car:before {
    content: "\f1b9";
}

.fa-car-alt:before {
    content: "\f5de";
}

.fa-car-battery:before {
    content: "\f5df";
}

.fa-car-crash:before {
    content: "\f5e1";
}

.fa-car-side:before {
    content: "\f5e4";
}

.fa-caravan:before {
    content: "\f8ff";
}

.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-carrot:before {
    content: "\f787";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cash-register:before {
    content: "\f788";
}

.fa-cat:before {
    content: "\f6be";
}

.fa-cc-amazon-pay:before {
    content: "\f42d";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-apple-pay:before {
    content: "\f416";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-centercode:before {
    content: "\f380";
}

.fa-centos:before {
    content: "\f789";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-chair:before {
    content: "\f6c0";
}

.fa-chalkboard:before {
    content: "\f51b";
}

.fa-chalkboard-teacher:before {
    content: "\f51c";
}

.fa-charging-station:before {
    content: "\f5e7";
}

.fa-chart-area:before {
    content: "\f1fe";
}

.fa-chart-bar:before {
    content: "\f080";
}

.fa-chart-line:before {
    content: "\f201";
}

.fa-chart-pie:before {
    content: "\f200";
}

.fa-check:before {
    content: "\f00c";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-check-double:before {
    content: "\f560";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-cheese:before {
    content: "\f7ef";
}

.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-chromecast:before {
    content: "\f838";
}

.fa-church:before {
    content: "\f51d";
}

.fa-circle:before {
    content: "\f111";
}

.fa-circle-notch:before {
    content: "\f1ce";
}

.fa-city:before {
    content: "\f64f";
}

.fa-clinic-medical:before {
    content: "\f7f2";
}

.fa-clipboard:before {
    content: "\f328";
}

.fa-clipboard-check:before {
    content: "\f46c";
}

.fa-clipboard-list:before {
    content: "\f46d";
}

.fa-clock:before {
    content: "\f017";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-closed-captioning:before {
    content: "\f20a";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-cloud-download-alt:before {
    content: "\f381";
}

.fa-cloud-meatball:before {
    content: "\f73b";
}

.fa-cloud-moon:before {
    content: "\f6c3";
}

.fa-cloud-moon-rain:before {
    content: "\f73c";
}

.fa-cloud-rain:before {
    content: "\f73d";
}

.fa-cloud-showers-heavy:before {
    content: "\f740";
}

.fa-cloud-sun:before {
    content: "\f6c4";
}

.fa-cloud-sun-rain:before {
    content: "\f743";
}

.fa-cloud-upload-alt:before {
    content: "\f382";
}

.fa-cloudscale:before {
    content: "\f383";
}

.fa-cloudsmith:before {
    content: "\f384";
}

.fa-cloudversify:before {
    content: "\f385";
}

.fa-cocktail:before {
    content: "\f561";
}

.fa-code:before {
    content: "\f121";
}

.fa-code-branch:before {
    content: "\f126";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cog:before {
    content: "\f013";
}

.fa-cogs:before {
    content: "\f085";
}

.fa-coins:before {
    content: "\f51e";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-comment:before {
    content: "\f075";
}

.fa-comment-alt:before {
    content: "\f27a";
}

.fa-comment-dollar:before {
    content: "\f651";
}

.fa-comment-dots:before {
    content: "\f4ad";
}

.fa-comment-medical:before {
    content: "\f7f5";
}

.fa-comment-slash:before {
    content: "\f4b3";
}

.fa-comments:before {
    content: "\f086";
}

.fa-comments-dollar:before {
    content: "\f653";
}

.fa-compact-disc:before {
    content: "\f51f";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-compress:before {
    content: "\f066";
}

.fa-compress-alt:before {
    content: "\f422";
}

.fa-compress-arrows-alt:before {
    content: "\f78c";
}

.fa-concierge-bell:before {
    content: "\f562";
}

.fa-confluence:before {
    content: "\f78d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-cookie:before {
    content: "\f563";
}

.fa-cookie-bite:before {
    content: "\f564";
}

.fa-copy:before {
    content: "\f0c5";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-cotton-bureau:before {
    content: "\f89e";
}

.fa-couch:before {
    content: "\f4b8";
}

.fa-cpanel:before {
    content: "\f388";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-creative-commons-by:before {
    content: "\f4e7";
}

.fa-creative-commons-nc:before {
    content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}

.fa-creative-commons-nd:before {
    content: "\f4eb";
}

.fa-creative-commons-pd:before {
    content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed";
}

.fa-creative-commons-remix:before {
    content: "\f4ee";
}

.fa-creative-commons-sa:before {
    content: "\f4ef";
}

.fa-creative-commons-sampling:before {
    content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}

.fa-creative-commons-share:before {
    content: "\f4f2";
}

.fa-creative-commons-zero:before {
    content: "\f4f3";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-critical-role:before {
    content: "\f6c9";
}

.fa-crop:before {
    content: "\f125";
}

.fa-crop-alt:before {
    content: "\f565";
}

.fa-cross:before {
    content: "\f654";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-crow:before {
    content: "\f520";
}

.fa-crown:before {
    content: "\f521";
}

.fa-crutch:before {
    content: "\f7f7";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-css3-alt:before {
    content: "\f38b";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-cut:before {
    content: "\f0c4";
}

.fa-cuttlefish:before {
    content: "\f38c";
}

.fa-d-and-d:before {
    content: "\f38d";
}

.fa-d-and-d-beyond:before {
    content: "\f6ca";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-deaf:before {
    content: "\f2a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-democrat:before {
    content: "\f747";
}

.fa-deploydog:before {
    content: "\f38e";
}

.fa-deskpro:before {
    content: "\f38f";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-dev:before {
    content: "\f6cc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-dharmachakra:before {
    content: "\f655";
}

.fa-dhl:before {
    content: "\f790";
}

.fa-diagnoses:before {
    content: "\f470";
}

.fa-diaspora:before {
    content: "\f791";
}

.fa-dice:before {
    content: "\f522";
}

.fa-dice-d20:before {
    content: "\f6cf";
}

.fa-dice-d6:before {
    content: "\f6d1";
}

.fa-dice-five:before {
    content: "\f523";
}

.fa-dice-four:before {
    content: "\f524";
}

.fa-dice-one:before {
    content: "\f525";
}

.fa-dice-six:before {
    content: "\f526";
}

.fa-dice-three:before {
    content: "\f527";
}

.fa-dice-two:before {
    content: "\f528";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-digital-ocean:before {
    content: "\f391";
}

.fa-digital-tachograph:before {
    content: "\f566";
}

.fa-directions:before {
    content: "\f5eb";
}

.fa-discord:before {
    content: "\f392";
}

.fa-discourse:before {
    content: "\f393";
}

.fa-divide:before {
    content: "\f529";
}

.fa-dizzy:before {
    content: "\f567";
}

.fa-dna:before {
    content: "\f471";
}

.fa-dochub:before {
    content: "\f394";
}

.fa-docker:before {
    content: "\f395";
}

.fa-dog:before {
    content: "\f6d3";
}

.fa-dollar-sign:before {
    content: "\f155";
}

.fa-dolly:before {
    content: "\f472";
}

.fa-dolly-flatbed:before {
    content: "\f474";
}

.fa-donate:before {
    content: "\f4b9";
}

.fa-door-closed:before {
    content: "\f52a";
}

.fa-door-open:before {
    content: "\f52b";
}

.fa-dot-circle:before {
    content: "\f192";
}

.fa-dove:before {
    content: "\f4ba";
}

.fa-download:before {
    content: "\f019";
}

.fa-draft2digital:before {
    content: "\f396";
}

.fa-drafting-compass:before {
    content: "\f568";
}

.fa-dragon:before {
    content: "\f6d5";
}

.fa-draw-polygon:before {
    content: "\f5ee";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-dribbble-square:before {
    content: "\f397";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-drum:before {
    content: "\f569";
}

.fa-drum-steelpan:before {
    content: "\f56a";
}

.fa-drumstick-bite:before {
    content: "\f6d7";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-dumbbell:before {
    content: "\f44b";
}

.fa-dumpster:before {
    content: "\f793";
}

.fa-dumpster-fire:before {
    content: "\f794";
}

.fa-dungeon:before {
    content: "\f6d9";
}

.fa-dyalog:before {
    content: "\f399";
}

.fa-earlybirds:before {
    content: "\f39a";
}

.fa-ebay:before {
    content: "\f4f4";
}

.fa-edge:before {
    content: "\f282";
}

.fa-edit:before {
    content: "\f044";
}

.fa-egg:before {
    content: "\f7fb";
}

.fa-eject:before {
    content: "\f052";
}

.fa-elementor:before {
    content: "\f430";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-ello:before {
    content: "\f5f1";
}

.fa-ember:before {
    content: "\f423";
}

.fa-empire:before {
    content: "\f1d1";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-text:before {
    content: "\f658";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-envira:before {
    content: "\f299";
}

.fa-equals:before {
    content: "\f52c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-erlang:before {
    content: "\f39d";
}

.fa-ethereum:before {
    content: "\f42e";
}

.fa-ethernet:before {
    content: "\f796";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-euro-sign:before {
    content: "\f153";
}

.fa-evernote:before {
    content: "\f839";
}

.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-alt:before {
    content: "\f424";
}

.fa-expand-arrows-alt:before {
    content: "\f31e";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-external-link-alt:before {
    content: "\f35d";
}

.fa-external-link-square-alt:before {
    content: "\f360";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-dropper:before {
    content: "\f1fb";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-facebook-messenger:before {
    content: "\f39f";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-fan:before {
    content: "\f863";
}

.fa-fantasy-flight-games:before {
    content: "\f6dc";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-feather:before {
    content: "\f52d";
}

.fa-feather-alt:before {
    content: "\f56b";
}

.fa-fedex:before {
    content: "\f797";
}

.fa-fedora:before {
    content: "\f798";
}

.fa-female:before {
    content: "\f182";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-figma:before {
    content: "\f799";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-alt:before {
    content: "\f15c";
}

.fa-file-archive:before {
    content: "\f1c6";
}

.fa-file-audio:before {
    content: "\f1c7";
}

.fa-file-code:before {
    content: "\f1c9";
}

.fa-file-contract:before {
    content: "\f56c";
}

.fa-file-csv:before {
    content: "\f6dd";
}

.fa-file-download:before {
    content: "\f56d";
}

.fa-file-excel:before {
    content: "\f1c3";
}

.fa-file-export:before {
    content: "\f56e";
}

.fa-file-image:before {
    content: "\f1c5";
}

.fa-file-import:before {
    content: "\f56f";
}

.fa-file-invoice:before {
    content: "\f570";
}

.fa-file-invoice-dollar:before {
    content: "\f571";
}

.fa-file-medical:before {
    content: "\f477";
}

.fa-file-medical-alt:before {
    content: "\f478";
}

.fa-file-pdf:before {
    content: "\f1c1";
}

.fa-file-powerpoint:before {
    content: "\f1c4";
}

.fa-file-prescription:before {
    content: "\f572";
}

.fa-file-signature:before {
    content: "\f573";
}

.fa-file-upload:before {
    content: "\f574";
}

.fa-file-video:before {
    content: "\f1c8";
}

.fa-file-word:before {
    content: "\f1c2";
}

.fa-fill:before {
    content: "\f575";
}

.fa-fill-drip:before {
    content: "\f576";
}

.fa-film:before {
    content: "\f008";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-fingerprint:before {
    content: "\f577";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-fire-alt:before {
    content: "\f7e4";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-firefox-browser:before {
    content: "\f907";
}

.fa-first-aid:before {
    content: "\f479";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-first-order-alt:before {
    content: "\f50a";
}

.fa-firstdraft:before {
    content: "\f3a1";
}

.fa-fish:before {
    content: "\f578";
}

.fa-fist-raised:before {
    content: "\f6de";
}

.fa-flag:before {
    content: "\f024";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-flag-usa:before {
    content: "\f74d";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-flipboard:before {
    content: "\f44d";
}

.fa-flushed:before {
    content: "\f579";
}

.fa-fly:before {
    content: "\f417";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-minus:before {
    content: "\f65d";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-folder-plus:before {
    content: "\f65e";
}

.fa-font:before {
    content: "\f031";
}

.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-font-awesome-alt:before {
    content: "\f35c";
}

.fa-font-awesome-flag:before {
    content: "\f425";
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-fonticons-fi:before {
    content: "\f3a2";
}

.fa-football-ball:before {
    content: "\f44e";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-fort-awesome-alt:before {
    content: "\f3a3";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-freebsd:before {
    content: "\f3a4";
}

.fa-frog:before {
    content: "\f52e";
}

.fa-frown:before {
    content: "\f119";
}

.fa-frown-open:before {
    content: "\f57a";
}

.fa-fulcrum:before {
    content: "\f50b";
}

.fa-funnel-dollar:before {
    content: "\f662";
}

.fa-futbol:before {
    content: "\f1e3";
}

.fa-galactic-republic:before {
    content: "\f50c";
}

.fa-galactic-senate:before {
    content: "\f50d";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-gas-pump:before {
    content: "\f52f";
}

.fa-gavel:before {
    content: "\f0e3";
}

.fa-gem:before {
    content: "\f3a5";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-ghost:before {
    content: "\f6e2";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-gifts:before {
    content: "\f79c";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-git-alt:before {
    content: "\f841";
}

.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-cheers:before {
    content: "\f79f";
}

.fa-glass-martini:before {
    content: "\f000";
}

.fa-glass-martini-alt:before {
    content: "\f57b";
}

.fa-glass-whiskey:before {
    content: "\f7a0";
}

.fa-glasses:before {
    content: "\f530";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-globe-africa:before {
    content: "\f57c";
}

.fa-globe-americas:before {
    content: "\f57d";
}

.fa-globe-asia:before {
    content: "\f57e";
}

.fa-globe-europe:before {
    content: "\f7a2";
}

.fa-gofore:before {
    content: "\f3a7";
}

.fa-golf-ball:before {
    content: "\f450";
}

.fa-goodreads:before {
    content: "\f3a8";
}

.fa-goodreads-g:before {
    content: "\f3a9";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-google-drive:before {
    content: "\f3aa";
}

.fa-google-play:before {
    content: "\f3ab";
}

.fa-google-plus:before {
    content: "\f2b3";
}

.fa-google-plus-g:before {
    content: "\f0d5";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-gopuram:before {
    content: "\f664";
}

.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-gratipay:before {
    content: "\f184";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-greater-than:before {
    content: "\f531";
}

.fa-greater-than-equal:before {
    content: "\f532";
}

.fa-grimace:before {
    content: "\f57f";
}

.fa-grin:before {
    content: "\f580";
}

.fa-grin-alt:before {
    content: "\f581";
}

.fa-grin-beam:before {
    content: "\f582";
}

.fa-grin-beam-sweat:before {
    content: "\f583";
}

.fa-grin-hearts:before {
    content: "\f584";
}

.fa-grin-squint:before {
    content: "\f585";
}

.fa-grin-squint-tears:before {
    content: "\f586";
}

.fa-grin-stars:before {
    content: "\f587";
}

.fa-grin-tears:before {
    content: "\f588";
}

.fa-grin-tongue:before {
    content: "\f589";
}

.fa-grin-tongue-squint:before {
    content: "\f58a";
}

.fa-grin-tongue-wink:before {
    content: "\f58b";
}

.fa-grin-wink:before {
    content: "\f58c";
}

.fa-grip-horizontal:before {
    content: "\f58d";
}

.fa-grip-lines:before {
    content: "\f7a4";
}

.fa-grip-lines-vertical:before {
    content: "\f7a5";
}

.fa-grip-vertical:before {
    content: "\f58e";
}

.fa-gripfire:before {
    content: "\f3ac";
}

.fa-grunt:before {
    content: "\f3ad";
}

.fa-guitar:before {
    content: "\f7a6";
}

.fa-gulp:before {
    content: "\f3ae";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-hacker-news-square:before {
    content: "\f3af";
}

.fa-hackerrank:before {
    content: "\f5f7";
}

.fa-hamburger:before {
    content: "\f805";
}

.fa-hammer:before {
    content: "\f6e3";
}

.fa-hamsa:before {
    content: "\f665";
}

.fa-hand-holding:before {
    content: "\f4bd";
}

.fa-hand-holding-heart:before {
    content: "\f4be";
}

.fa-hand-holding-usd:before {
    content: "\f4c0";
}

.fa-hand-lizard:before {
    content: "\f258";
}

.fa-hand-middle-finger:before {
    content: "\f806";
}

.fa-hand-paper:before {
    content: "\f256";
}

.fa-hand-peace:before {
    content: "\f25b";
}

.fa-hand-point-down:before {
    content: "\f0a7";
}

.fa-hand-point-left:before {
    content: "\f0a5";
}

.fa-hand-point-right:before {
    content: "\f0a4";
}

.fa-hand-point-up:before {
    content: "\f0a6";
}

.fa-hand-pointer:before {
    content: "\f25a";
}

.fa-hand-rock:before {
    content: "\f255";
}

.fa-hand-scissors:before {
    content: "\f257";
}

.fa-hand-spock:before {
    content: "\f259";
}

.fa-hands:before {
    content: "\f4c2";
}

.fa-hands-helping:before {
    content: "\f4c4";
}

.fa-handshake:before {
    content: "\f2b5";
}

.fa-hanukiah:before {
    content: "\f6e6";
}

.fa-hard-hat:before {
    content: "\f807";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-hat-cowboy:before {
    content: "\f8c0";
}

.fa-hat-cowboy-side:before {
    content: "\f8c1";
}

.fa-hat-wizard:before {
    content: "\f6e8";
}

.fa-hdd:before {
    content: "\f0a0";
}

.fa-heading:before {
    content: "\f1dc";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-headphones-alt:before {
    content: "\f58f";
}

.fa-headset:before {
    content: "\f590";
}

.fa-heart:before {
    content: "\f004";
}

.fa-heart-broken:before {
    content: "\f7a9";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-helicopter:before {
    content: "\f533";
}

.fa-highlighter:before {
    content: "\f591";
}

.fa-hiking:before {
    content: "\f6ec";
}

.fa-hippo:before {
    content: "\f6ed";
}

.fa-hips:before {
    content: "\f452";
}

.fa-hire-a-helper:before {
    content: "\f3b0";
}

.fa-history:before {
    content: "\f1da";
}

.fa-hockey-puck:before {
    content: "\f453";
}

.fa-holly-berry:before {
    content: "\f7aa";
}

.fa-home:before {
    content: "\f015";
}

.fa-hooli:before {
    content: "\f427";
}

.fa-hornbill:before {
    content: "\f592";
}

.fa-horse:before {
    content: "\f6f0";
}

.fa-horse-head:before {
    content: "\f7ab";
}

.fa-hospital:before {
    content: "\f0f8";
}

.fa-hospital-alt:before {
    content: "\f47d";
}

.fa-hospital-symbol:before {
    content: "\f47e";
}

.fa-hot-tub:before {
    content: "\f593";
}

.fa-hotdog:before {
    content: "\f80f";
}

.fa-hotel:before {
    content: "\f594";
}

.fa-hotjar:before {
    content: "\f3b1";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-start:before {
    content: "\f251";
}

.fa-house-damage:before {
    content: "\f6f1";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-hryvnia:before {
    content: "\f6f2";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-hubspot:before {
    content: "\f3b2";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-ice-cream:before {
    content: "\f810";
}

.fa-icicles:before {
    content: "\f7ad";
}

.fa-icons:before {
    content: "\f86d";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-id-card:before {
    content: "\f2c2";
}

.fa-id-card-alt:before {
    content: "\f47f";
}

.fa-ideal:before {
    content: "\f913";
}

.fa-igloo:before {
    content: "\f7ae";
}

.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-intercom:before {
    content: "\f7af";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-invision:before {
    content: "\f7b0";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-italic:before {
    content: "\f033";
}

.fa-itch-io:before {
    content: "\f83a";
}

.fa-itunes:before {
    content: "\f3b4";
}

.fa-itunes-note:before {
    content: "\f3b5";
}

.fa-java:before {
    content: "\f4e4";
}

.fa-jedi:before {
    content: "\f669";
}

.fa-jedi-order:before {
    content: "\f50e";
}

.fa-jenkins:before {
    content: "\f3b6";
}

.fa-jira:before {
    content: "\f7b1";
}

.fa-joget:before {
    content: "\f3b7";
}

.fa-joint:before {
    content: "\f595";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-journal-whills:before {
    content: "\f66a";
}

.fa-js:before {
    content: "\f3b8";
}

.fa-js-square:before {
    content: "\f3b9";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-kaaba:before {
    content: "\f66b";
}

.fa-kaggle:before {
    content: "\f5fa";
}

.fa-key:before {
    content: "\f084";
}

.fa-keybase:before {
    content: "\f4f5";
}

.fa-keyboard:before {
    content: "\f11c";
}

.fa-keycdn:before {
    content: "\f3ba";
}

.fa-khanda:before {
    content: "\f66d";
}

.fa-kickstarter:before {
    content: "\f3bb";
}

.fa-kickstarter-k:before {
    content: "\f3bc";
}

.fa-kiss:before {
    content: "\f596";
}

.fa-kiss-beam:before {
    content: "\f597";
}

.fa-kiss-wink-heart:before {
    content: "\f598";
}

.fa-kiwi-bird:before {
    content: "\f535";
}

.fa-korvue:before {
    content: "\f42f";
}

.fa-landmark:before {
    content: "\f66f";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-laptop-code:before {
    content: "\f5fc";
}

.fa-laptop-medical:before {
    content: "\f812";
}

.fa-laravel:before {
    content: "\f3bd";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-laugh:before {
    content: "\f599";
}

.fa-laugh-beam:before {
    content: "\f59a";
}

.fa-laugh-squint:before {
    content: "\f59b";
}

.fa-laugh-wink:before {
    content: "\f59c";
}

.fa-layer-group:before {
    content: "\f5fd";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-lemon:before {
    content: "\f094";
}

.fa-less:before {
    content: "\f41d";
}

.fa-less-than:before {
    content: "\f536";
}

.fa-less-than-equal:before {
    content: "\f537";
}

.fa-level-down-alt:before {
    content: "\f3be";
}

.fa-level-up-alt:before {
    content: "\f3bf";
}

.fa-life-ring:before {
    content: "\f1cd";
}

.fa-lightbulb:before {
    content: "\f0eb";
}

.fa-line:before {
    content: "\f3c0";
}

.fa-link:before {
    content: "\f0c1";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-lira-sign:before {
    content: "\f195";
}

.fa-list:before {
    content: "\f03a";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-lock:before {
    content: "\f023";
}

.fa-lock-open:before {
    content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
    content: "\f309";
}

.fa-long-arrow-alt-left:before {
    content: "\f30a";
}

.fa-long-arrow-alt-right:before {
    content: "\f30b";
}

.fa-long-arrow-alt-up:before {
    content: "\f30c";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-luggage-cart:before {
    content: "\f59d";
}

.fa-lyft:before {
    content: "\f3c3";
}

.fa-magento:before {
    content: "\f3c4";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-mail-bulk:before {
    content: "\f674";
}

.fa-mailchimp:before {
    content: "\f59e";
}

.fa-male:before {
    content: "\f183";
}

.fa-mandalorian:before {
    content: "\f50f";
}

.fa-map:before {
    content: "\f279";
}

.fa-map-marked:before {
    content: "\f59f";
}

.fa-map-marked-alt:before {
    content: "\f5a0";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-markdown:before {
    content: "\f60f";
}

.fa-marker:before {
    content: "\f5a1";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mask:before {
    content: "\f6fa";
}

.fa-mastodon:before {
    content: "\f4f6";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-mdb:before {
    content: "\f8ca";
}

.fa-medal:before {
    content: "\f5a2";
}

.fa-medapps:before {
    content: "\f3c6";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-medium-m:before {
    content: "\f3c7";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-medrt:before {
    content: "\f3c8";
}

.fa-meetup:before {
    content: "\f2e0";
}

.fa-megaport:before {
    content: "\f5a3";
}

.fa-meh:before {
    content: "\f11a";
}

.fa-meh-blank:before {
    content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5";
}

.fa-memory:before {
    content: "\f538";
}

.fa-mendeley:before {
    content: "\f7b3";
}

.fa-menorah:before {
    content: "\f676";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-meteor:before {
    content: "\f753";
}

.fa-microblog:before {
    content: "\f91a";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-alt:before {
    content: "\f3c9";
}

.fa-microphone-alt-slash:before {
    content: "\f539";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-microscope:before {
    content: "\f610";
}

.fa-microsoft:before {
    content: "\f3ca";
}

.fa-minus:before {
    content: "\f068";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-mitten:before {
    content: "\f7b5";
}

.fa-mix:before {
    content: "\f3cb";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-mizuni:before {
    content: "\f3cc";
}

.fa-mobile:before {
    content: "\f10b";
}

.fa-mobile-alt:before {
    content: "\f3cd";
}

.fa-modx:before {
    content: "\f285";
}

.fa-monero:before {
    content: "\f3d0";
}

.fa-money-bill:before {
    content: "\f0d6";
}

.fa-money-bill-alt:before {
    content: "\f3d1";
}

.fa-money-bill-wave:before {
    content: "\f53a";
}

.fa-money-bill-wave-alt:before {
    content: "\f53b";
}

.fa-money-check:before {
    content: "\f53c";
}

.fa-money-check-alt:before {
    content: "\f53d";
}

.fa-monument:before {
    content: "\f5a6";
}

.fa-moon:before {
    content: "\f186";
}

.fa-mortar-pestle:before {
    content: "\f5a7";
}

.fa-mosque:before {
    content: "\f678";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-mountain:before {
    content: "\f6fc";
}

.fa-mouse:before {
    content: "\f8cc";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-mug-hot:before {
    content: "\f7b6";
}

.fa-music:before {
    content: "\f001";
}

.fa-napster:before {
    content: "\f3d2";
}

.fa-neos:before {
    content: "\f612";
}

.fa-network-wired:before {
    content: "\f6ff";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-newspaper:before {
    content: "\f1ea";
}

.fa-nimblr:before {
    content: "\f5a8";
}

.fa-node:before {
    content: "\f419";
}

.fa-node-js:before {
    content: "\f3d3";
}

.fa-not-equal:before {
    content: "\f53e";
}

.fa-notes-medical:before {
    content: "\f481";
}

.fa-npm:before {
    content: "\f3d4";
}

.fa-ns8:before {
    content: "\f3d5";
}

.fa-nutritionix:before {
    content: "\f3d6";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-oil-can:before {
    content: "\f613";
}

.fa-old-republic:before {
    content: "\f510";
}

.fa-om:before {
    content: "\f679";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-orcid:before {
    content: "\f8d2";
}

.fa-osi:before {
    content: "\f41a";
}

.fa-otter:before {
    content: "\f700";
}

.fa-outdent:before {
    content: "\f03b";
}

.fa-page4:before {
    content: "\f3d7";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-pager:before {
    content: "\f815";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-paint-roller:before {
    content: "\f5aa";
}

.fa-palette:before {
    content: "\f53f";
}

.fa-palfed:before {
    content: "\f3d8";
}

.fa-pallet:before {
    content: "\f482";
}

.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-parachute-box:before {
    content: "\f4cd";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-parking:before {
    content: "\f540";
}

.fa-passport:before {
    content: "\f5ab";
}

.fa-pastafarianism:before {
    content: "\f67b";
}

.fa-paste:before {
    content: "\f0ea";
}

.fa-patreon:before {
    content: "\f3d9";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-peace:before {
    content: "\f67c";
}

.fa-pen:before {
    content: "\f304";
}

.fa-pen-alt:before {
    content: "\f305";
}

.fa-pen-fancy:before {
    content: "\f5ac";
}

.fa-pen-nib:before {
    content: "\f5ad";
}

.fa-pen-square:before {
    content: "\f14b";
}

.fa-pencil-alt:before {
    content: "\f303";
}

.fa-pencil-ruler:before {
    content: "\f5ae";
}

.fa-penny-arcade:before {
    content: "\f704";
}

.fa-people-carry:before {
    content: "\f4ce";
}

.fa-pepper-hot:before {
    content: "\f816";
}

.fa-percent:before {
    content: "\f295";
}

.fa-percentage:before {
    content: "\f541";
}

.fa-periscope:before {
    content: "\f3da";
}

.fa-person-booth:before {
    content: "\f756";
}

.fa-phabricator:before {
    content: "\f3db";
}

.fa-phoenix-framework:before {
    content: "\f3dc";
}

.fa-phoenix-squadron:before {
    content: "\f511";
}

.fa-phone:before {
    content: "\f095";
}

.fa-phone-alt:before {
    content: "\f879";
}

.fa-phone-slash:before {
    content: "\f3dd";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-phone-square-alt:before {
    content: "\f87b";
}

.fa-phone-volume:before {
    content: "\f2a0";
}

.fa-photo-video:before {
    content: "\f87c";
}

.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-pied-piper-square:before {
    content: "\f91e";
}

.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-pizza-slice:before {
    content: "\f818";
}

.fa-place-of-worship:before {
    content: "\f67f";
}

.fa-plane:before {
    content: "\f072";
}

.fa-plane-arrival:before {
    content: "\f5af";
}

.fa-plane-departure:before {
    content: "\f5b0";
}

.fa-play:before {
    content: "\f04b";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-playstation:before {
    content: "\f3df";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-plus:before {
    content: "\f067";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-poll:before {
    content: "\f681";
}

.fa-poll-h:before {
    content: "\f682";
}

.fa-poo:before {
    content: "\f2fe";
}

.fa-poo-storm:before {
    content: "\f75a";
}

.fa-poop:before {
    content: "\f619";
}

.fa-portrait:before {
    content: "\f3e0";
}

.fa-pound-sign:before {
    content: "\f154";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-pray:before {
    content: "\f683";
}

.fa-praying-hands:before {
    content: "\f684";
}

.fa-prescription:before {
    content: "\f5b1";
}

.fa-prescription-bottle:before {
    content: "\f485";
}

.fa-prescription-bottle-alt:before {
    content: "\f486";
}

.fa-print:before {
    content: "\f02f";
}

.fa-procedures:before {
    content: "\f487";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-project-diagram:before {
    content: "\f542";
}

.fa-pushed:before {
    content: "\f3e1";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-python:before {
    content: "\f3e2";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-question:before {
    content: "\f128";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-quidditch:before {
    content: "\f458";
}

.fa-quinscape:before {
    content: "\f459";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-quran:before {
    content: "\f687";
}

.fa-r-project:before {
    content: "\f4f7";
}

.fa-radiation:before {
    content: "\f7b9";
}

.fa-radiation-alt:before {
    content: "\f7ba";
}

.fa-rainbow:before {
    content: "\f75b";
}

.fa-random:before {
    content: "\f074";
}

.fa-raspberry-pi:before {
    content: "\f7bb";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-react:before {
    content: "\f41b";
}

.fa-reacteurope:before {
    content: "\f75d";
}

.fa-readme:before {
    content: "\f4d5";
}

.fa-rebel:before {
    content: "\f1d0";
}

.fa-receipt:before {
    content: "\f543";
}

.fa-record-vinyl:before {
    content: "\f8d9";
}

.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-redhat:before {
    content: "\f7bc";
}

.fa-redo:before {
    content: "\f01e";
}

.fa-redo-alt:before {
    content: "\f2f9";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-remove-format:before {
    content: "\f87d";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-reply:before {
    content: "\f3e5";
}

.fa-reply-all:before {
    content: "\f122";
}

.fa-replyd:before {
    content: "\f3e6";
}

.fa-republican:before {
    content: "\f75e";
}

.fa-researchgate:before {
    content: "\f4f8";
}

.fa-resolving:before {
    content: "\f3e7";
}

.fa-restroom:before {
    content: "\f7bd";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-rev:before {
    content: "\f5b2";
}

.fa-ribbon:before {
    content: "\f4d6";
}

.fa-ring:before {
    content: "\f70b";
}

.fa-road:before {
    content: "\f018";
}

.fa-robot:before {
    content: "\f544";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-rocketchat:before {
    content: "\f3e8";
}

.fa-rockrms:before {
    content: "\f3e9";
}

.fa-route:before {
    content: "\f4d7";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-ruble-sign:before {
    content: "\f158";
}

.fa-ruler:before {
    content: "\f545";
}

.fa-ruler-combined:before {
    content: "\f546";
}

.fa-ruler-horizontal:before {
    content: "\f547";
}

.fa-ruler-vertical:before {
    content: "\f548";
}

.fa-running:before {
    content: "\f70c";
}

.fa-rupee-sign:before {
    content: "\f156";
}

.fa-sad-cry:before {
    content: "\f5b3";
}

.fa-sad-tear:before {
    content: "\f5b4";
}

.fa-safari:before {
    content: "\f267";
}

.fa-salesforce:before {
    content: "\f83b";
}

.fa-sass:before {
    content: "\f41e";
}

.fa-satellite:before {
    content: "\f7bf";
}

.fa-satellite-dish:before {
    content: "\f7c0";
}

.fa-save:before {
    content: "\f0c7";
}

.fa-schlix:before {
    content: "\f3ea";
}

.fa-school:before {
    content: "\f549";
}

.fa-screwdriver:before {
    content: "\f54a";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-scroll:before {
    content: "\f70e";
}

.fa-sd-card:before {
    content: "\f7c2";
}

.fa-search:before {
    content: "\f002";
}

.fa-search-dollar:before {
    content: "\f688";
}

.fa-search-location:before {
    content: "\f689";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-searchengin:before {
    content: "\f3eb";
}

.fa-seedling:before {
    content: "\f4d8";
}

.fa-sellcast:before {
    content: "\f2da";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-server:before {
    content: "\f233";
}

.fa-servicestack:before {
    content: "\f3ec";
}

.fa-shapes:before {
    content: "\f61f";
}

.fa-share:before {
    content: "\f064";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-shekel-sign:before {
    content: "\f20b";
}

.fa-shield-alt:before {
    content: "\f3ed";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-shipping-fast:before {
    content: "\f48b";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-shoe-prints:before {
    content: "\f54b";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-shopware:before {
    content: "\f5b5";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-shuttle-van:before {
    content: "\f5b6";
}

.fa-sign:before {
    content: "\f4d9";
}

.fa-sign-in-alt:before {
    content: "\f2f6";
}

.fa-sign-language:before {
    content: "\f2a7";
}

.fa-sign-out-alt:before {
    content: "\f2f5";
}

.fa-signal:before {
    content: "\f012";
}

.fa-signature:before {
    content: "\f5b7";
}

.fa-sim-card:before {
    content: "\f7c4";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-sistrix:before {
    content: "\f3ee";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-sith:before {
    content: "\f512";
}

.fa-skating:before {
    content: "\f7c5";
}

.fa-sketch:before {
    content: "\f7c6";
}

.fa-skiing:before {
    content: "\f7c9";
}

.fa-skiing-nordic:before {
    content: "\f7ca";
}

.fa-skull:before {
    content: "\f54c";
}

.fa-skull-crossbones:before {
    content: "\f714";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-slack:before {
    content: "\f198";
}

.fa-slack-hash:before {
    content: "\f3ef";
}

.fa-slash:before {
    content: "\f715";
}

.fa-sleigh:before {
    content: "\f7cc";
}

.fa-sliders-h:before {
    content: "\f1de";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-smile:before {
    content: "\f118";
}

.fa-smile-beam:before {
    content: "\f5b8";
}

.fa-smile-wink:before {
    content: "\f4da";
}

.fa-smog:before {
    content: "\f75f";
}

.fa-smoking:before {
    content: "\f48d";
}

.fa-smoking-ban:before {
    content: "\f54d";
}

.fa-sms:before {
    content: "\f7cd";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-snowboarding:before {
    content: "\f7ce";
}

.fa-snowflake:before {
    content: "\f2dc";
}

.fa-snowman:before {
    content: "\f7d0";
}

.fa-snowplow:before {
    content: "\f7d2";
}

.fa-socks:before {
    content: "\f696";
}

.fa-solar-panel:before {
    content: "\f5ba";
}

.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-alpha-down:before {
    content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
    content: "\f881";
}

.fa-sort-alpha-up:before {
    content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
    content: "\f882";
}

.fa-sort-amount-down:before {
    content: "\f160";
}

.fa-sort-amount-down-alt:before {
    content: "\f884";
}

.fa-sort-amount-up:before {
    content: "\f161";
}

.fa-sort-amount-up-alt:before {
    content: "\f885";
}

.fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-numeric-down:before {
    content: "\f162";
}

.fa-sort-numeric-down-alt:before {
    content: "\f886";
}

.fa-sort-numeric-up:before {
    content: "\f163";
}

.fa-sort-numeric-up-alt:before {
    content: "\f887";
}

.fa-sort-up:before {
    content: "\f0de";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-sourcetree:before {
    content: "\f7d3";
}

.fa-spa:before {
    content: "\f5bb";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-speakap:before {
    content: "\f3f3";
}

.fa-speaker-deck:before {
    content: "\f83c";
}

.fa-spell-check:before {
    content: "\f891";
}

.fa-spider:before {
    content: "\f717";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-splotch:before {
    content: "\f5bc";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-spray-can:before {
    content: "\f5bd";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-square-full:before {
    content: "\f45c";
}

.fa-square-root-alt:before {
    content: "\f698";
}

.fa-squarespace:before {
    content: "\f5be";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-stackpath:before {
    content: "\f842";
}

.fa-stamp:before {
    content: "\f5bf";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-and-crescent:before {
    content: "\f699";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-star-half-alt:before {
    content: "\f5c0";
}

.fa-star-of-david:before {
    content: "\f69a";
}

.fa-star-of-life:before {
    content: "\f621";
}

.fa-staylinked:before {
    content: "\f3f5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-steam-symbol:before {
    content: "\f3f6";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-sticker-mule:before {
    content: "\f3f7";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stopwatch:before {
    content: "\f2f2";
}

.fa-store:before {
    content: "\f54e";
}

.fa-store-alt:before {
    content: "\f54f";
}

.fa-strava:before {
    content: "\f428";
}

.fa-stream:before {
    content: "\f550";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-stripe:before {
    content: "\f429";
}

.fa-stripe-s:before {
    content: "\f42a";
}

.fa-stroopwafel:before {
    content: "\f551";
}

.fa-studiovinari:before {
    content: "\f3f8";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-subway:before {
    content: "\f239";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-suitcase-rolling:before {
    content: "\f5c1";
}

.fa-sun:before {
    content: "\f185";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-supple:before {
    content: "\f3f9";
}

.fa-surprise:before {
    content: "\f5c2";
}

.fa-suse:before {
    content: "\f7d6";
}

.fa-swatchbook:before {
    content: "\f5c3";
}

.fa-swift:before {
    content: "\f8e1";
}

.fa-swimmer:before {
    content: "\f5c4";
}

.fa-swimming-pool:before {
    content: "\f5c5";
}

.fa-symfony:before {
    content: "\f83d";
}

.fa-synagogue:before {
    content: "\f69b";
}

.fa-sync:before {
    content: "\f021";
}

.fa-sync-alt:before {
    content: "\f2f1";
}

.fa-syringe:before {
    content: "\f48e";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-table-tennis:before {
    content: "\f45d";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-tablet-alt:before {
    content: "\f3fa";
}

.fa-tablets:before {
    content: "\f490";
}

.fa-tachometer-alt:before {
    content: "\f3fd";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-tape:before {
    content: "\f4db";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-taxi:before {
    content: "\f1ba";
}

.fa-teamspeak:before {
    content: "\f4f9";
}

.fa-teeth:before {
    content: "\f62e";
}

.fa-teeth-open:before {
    content: "\f62f";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-telegram-plane:before {
    content: "\f3fe";
}

.fa-temperature-high:before {
    content: "\f769";
}

.fa-temperature-low:before {
    content: "\f76b";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-tenge:before {
    content: "\f7d7";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-the-red-yeti:before {
    content: "\f69d";
}

.fa-theater-masks:before {
    content: "\f630";
}

.fa-themeco:before {
    content: "\f5c6";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-thermometer:before {
    content: "\f491";
}

.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-think-peaks:before {
    content: "\f731";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbtack:before {
    content: "\f08d";
}

.fa-ticket-alt:before {
    content: "\f3ff";
}

.fa-times:before {
    content: "\f00d";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-tint:before {
    content: "\f043";
}

.fa-tint-slash:before {
    content: "\f5c7";
}

.fa-tired:before {
    content: "\f5c8";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-toilet:before {
    content: "\f7d8";
}

.fa-toilet-paper:before {
    content: "\f71e";
}

.fa-toolbox:before {
    content: "\f552";
}

.fa-tools:before {
    content: "\f7d9";
}

.fa-tooth:before {
    content: "\f5c9";
}

.fa-torah:before {
    content: "\f6a0";
}

.fa-torii-gate:before {
    content: "\f6a1";
}

.fa-tractor:before {
    content: "\f722";
}

.fa-trade-federation:before {
    content: "\f513";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-traffic-light:before {
    content: "\f637";
}

.fa-trailer:before {
    content: "\f941";
}

.fa-train:before {
    content: "\f238";
}

.fa-tram:before {
    content: "\f7da";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-trash-alt:before {
    content: "\f2ed";
}

.fa-trash-restore:before {
    content: "\f829";
}

.fa-trash-restore-alt:before {
    content: "\f82a";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-trello:before {
    content: "\f181";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-truck-loading:before {
    content: "\f4de";
}

.fa-truck-monster:before {
    content: "\f63b";
}

.fa-truck-moving:before {
    content: "\f4df";
}

.fa-truck-pickup:before {
    content: "\f63c";
}

.fa-tshirt:before {
    content: "\f553";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-tv:before {
    content: "\f26c";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-typo3:before {
    content: "\f42b";
}

.fa-uber:before {
    content: "\f402";
}

.fa-ubuntu:before {
    content: "\f7df";
}

.fa-uikit:before {
    content: "\f403";
}

.fa-umbraco:before {
    content: "\f8e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-umbrella-beach:before {
    content: "\f5ca";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-undo:before {
    content: "\f0e2";
}

.fa-undo-alt:before {
    content: "\f2ea";
}

.fa-uniregistry:before {
    content: "\f404";
}

.fa-unity:before {
    content: "\f949";
}

.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-ups:before {
    content: "\f7e0";
}

.fa-usb:before {
    content: "\f287";
}

.fa-user:before {
    content: "\f007";
}

.fa-user-alt:before {
    content: "\f406";
}

.fa-user-alt-slash:before {
    content: "\f4fa";
}

.fa-user-astronaut:before {
    content: "\f4fb";
}

.fa-user-check:before {
    content: "\f4fc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-clock:before {
    content: "\f4fd";
}

.fa-user-cog:before {
    content: "\f4fe";
}

.fa-user-edit:before {
    content: "\f4ff";
}

.fa-user-friends:before {
    content: "\f500";
}

.fa-user-graduate:before {
    content: "\f501";
}

.fa-user-injured:before {
    content: "\f728";
}

.fa-user-lock:before {
    content: "\f502";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-user-minus:before {
    content: "\f503";
}

.fa-user-ninja:before {
    content: "\f504";
}

.fa-user-nurse:before {
    content: "\f82f";
}

.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-usps:before {
    content: "\f7e1";
}

.fa-ussunnah:before {
    content: "\f407";
}

.fa-utensil-spoon:before {
    content: "\f2e5";
}

.fa-utensils:before {
    content: "\f2e7";
}

.fa-vaadin:before {
    content: "\f408";
}

.fa-vector-square:before {
    content: "\f5cb";
}

.fa-venus:before {
    content: "\f221";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-vial:before {
    content: "\f492";
}

.fa-vials:before {
    content: "\f493";
}

.fa-viber:before {
    content: "\f409";
}

.fa-video:before {
    content: "\f03d";
}

.fa-video-slash:before {
    content: "\f4e2";
}

.fa-vihara:before {
    content: "\f6a7";
}

.fa-vimeo:before {
    content: "\f40a";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-vimeo-v:before {
    content: "\f27d";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-vk:before {
    content: "\f189";
}

.fa-vnv:before {
    content: "\f40b";
}

.fa-voicemail:before {
    content: "\f897";
}

.fa-volleyball-ball:before {
    content: "\f45f";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-mute:before {
    content: "\f6a9";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-vote-yea:before {
    content: "\f772";
}

.fa-vr-cardboard:before {
    content: "\f729";
}

.fa-vuejs:before {
    content: "\f41f";
}

.fa-walking:before {
    content: "\f554";
}

.fa-wallet:before {
    content: "\f555";
}

.fa-warehouse:before {
    content: "\f494";
}

.fa-water:before {
    content: "\f773";
}

.fa-wave-square:before {
    content: "\f83e";
}

.fa-waze:before {
    content: "\f83f";
}

.fa-weebly:before {
    content: "\f5cc";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-weight:before {
    content: "\f496";
}

.fa-weight-hanging:before {
    content: "\f5cd";
}

.fa-weixin:before {
    content: "\f1d7";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-whatsapp-square:before {
    content: "\f40c";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-whmcs:before {
    content: "\f40d";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-wind:before {
    content: "\f72e";
}

.fa-window-close:before {
    content: "\f410";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-wine-bottle:before {
    content: "\f72f";
}

.fa-wine-glass:before {
    content: "\f4e3";
}

.fa-wine-glass-alt:before {
    content: "\f5ce";
}

.fa-wix:before {
    content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
    content: "\f730";
}

.fa-wolf-pack-battalion:before {
    content: "\f514";
}

.fa-won-sign:before {
    content: "\f159";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-wordpress-simple:before {
    content: "\f411";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-wpressr:before {
    content: "\f3e4";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-x-ray:before {
    content: "\f497";
}

.fa-xbox:before {
    content: "\f412";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-y-combinator:before {
    content: "\f23b";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-yammer:before {
    content: "\f840";
}

.fa-yandex:before {
    content: "\f413";
}

.fa-yandex-international:before {
    content: "\f414";
}

.fa-yarn:before {
    content: "\f7e3";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-yen-sign:before {
    content: "\f157";
}

.fa-yin-yang:before {
    content: "\f6ad";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-youtube-square:before {
    content: "\f431";
}

.fa-zhihu:before {
    content: "\f63f";
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*! /wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css */
/*!
 * Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);
    src: url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"), url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"), url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"), url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}

.fa,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
/*! /wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css */
/*!
 * Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot);
    src: url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"), url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff) format("woff"), url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"), url(http://13eub1u34kn3r4l1w17y254w-wpengine.netdna-ssl.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg");
}

.far {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
