@charset "UTF-8";

#start-resizable-editor-section {
    display: none
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 1.55em;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

    .wp-block-button__link:active,
    .wp-block-button__link:focus,
    .wp-block-button__link:hover,
    .wp-block-button__link:visited {
        color: #fff
    }

    .wp-block-button__link.aligncenter {
        text-align: center
    }

    .wp-block-button__link.alignright {
        text-align: right
    }

.wp-block-buttons > .wp-block-button.has-custom-width {
    max-width: none
}

    .wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
        width: 100%
    }

.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: calc(25% - .5em)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: calc(50% - .5em)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
    width: calc(75% - .5em)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
    margin-right: 0;
    width: 100%
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
    border-radius: 0 !important
}

.is-style-outline > .wp-block-button__link,
.wp-block-button__link.is-style-outline {
    border: 2px solid
}

    .is-style-outline > .wp-block-button__link:not(.has-text-color),
    .wp-block-button__link.is-style-outline:not(.has-text-color) {
        color: #32373c
    }

    .is-style-outline > .wp-block-button__link:not(.has-background),
    .wp-block-button__link.is-style-outline:not(.has-background) {
        background-color: transparent
    }

.wp-block-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

    .wp-block-buttons.is-vertical {
        flex-direction: column
    }

        .wp-block-buttons.is-vertical > .wp-block-button {
            margin-right: 0
        }

            .wp-block-buttons.is-vertical > .wp-block-button:last-child {
                margin-bottom: 0
            }

    .wp-block-buttons > .wp-block-button {
        display: inline-block;
        margin-left: 0;
        margin-right: .5em;
        margin-bottom: .5em
    }

        .wp-block-buttons > .wp-block-button:last-child {
            margin-right: 0
        }

    .wp-block-buttons.is-content-justification-left {
        justify-content: flex-start
    }

        .wp-block-buttons.is-content-justification-left.is-vertical {
            align-items: flex-start
        }

    .wp-block-buttons.is-content-justification-center {
        justify-content: center
    }

        .wp-block-buttons.is-content-justification-center.is-vertical {
            align-items: center
        }

    .wp-block-buttons.is-content-justification-right {
        justify-content: flex-end
    }

        .wp-block-buttons.is-content-justification-right > .wp-block-button {
            margin-left: .5em;
            margin-right: 0
        }

            .wp-block-buttons.is-content-justification-right > .wp-block-button:first-child {
                margin-left: 0
            }

        .wp-block-buttons.is-content-justification-right.is-vertical {
            align-items: flex-end
        }

    .wp-block-buttons.is-content-justification-space-between {
        justify-content: space-between
    }

    .wp-block-buttons.aligncenter {
        text-align: center
    }

    .wp-block-buttons.alignleft .wp-block-button {
        margin-left: 0;
        margin-right: .5em
    }

        .wp-block-buttons.alignleft .wp-block-button:last-child {
            margin-right: 0
        }

    .wp-block-buttons.alignright .wp-block-button {
        margin-right: 0;
        margin-left: .5em
    }

        .wp-block-buttons.alignright .wp-block-button:first-child {
            margin-left: 0
        }

    .wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: .5em;
        width: 100%
    }

.wp-block-calendar {
    text-align: center
}

    .wp-block-calendar tbody td,
    .wp-block-calendar th {
        padding: .25em;
        border: 1px solid #ddd
    }

    .wp-block-calendar tfoot td {
        border: none
    }

    .wp-block-calendar table {
        width: 100%;
        border-collapse: collapse
    }

        .wp-block-calendar table th {
            font-weight: 400;
            background: #ddd
        }

    .wp-block-calendar a {
        text-decoration: underline
    }

    .wp-block-calendar table caption,
    .wp-block-calendar table tbody {
        color: #40464d
    }

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-code code {
    display: block;
    white-space: pre-wrap;
    overflow-wrap: break-word
}

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    flex-wrap: wrap
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-columns.has-background {
    padding: 1.25em 2.375em
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (max-width:599px) {
    .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width:600px) and (max-width:781px) {
    .wp-block-column:not(:only-child) {
        flex-basis: calc(50% - 1em) !important;
        flex-grow: 0
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 2em
    }
}

@media (min-width:782px) {
    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

        .wp-block-column[style*=flex-basis] {
            flex-grow: 0
        }

        .wp-block-column:not(:first-child) {
            margin-left: 2em
        }
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box
}

    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: fixed
    }

@supports (-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #fff
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none
}

.wp-block-cover__image-background,
.wp-block-cover__video-background {
    z-index: 0
}

.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content > h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content > h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left] > [data-type="core/embed"],
.wp-block[data-align=right] > [data-type="core/embed"] {
    max-width: 360px;
    width: 100%
}

    .wp-block-embed.alignleft .wp-block-embed__wrapper,
    .wp-block-embed.alignright .wp-block-embed__wrapper,
    .wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper,
    .wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper {
        min-width: 280px
    }

.wp-block-cover .wp-block-embed {
    min-width: 320px;
    min-height: 240px
}

.wp-block-embed {
    margin-bottom: 1em
}

    .wp-block-embed figcaption {
        margin-top: .5em;
        margin-bottom: 1em
    }

    .wp-block-embed iframe {
        max-width: 100%
    }

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

    .wp-block-file.aligncenter {
        text-align: center
    }

    .wp-block-file.alignright {
        text-align: right
    }

    .wp-block-file .wp-block-file__button {
        background: #32373c;
        border-radius: 2em;
        color: #fff;
        font-size: .8em;
        padding: .5em 1em
    }

    .wp-block-file a.wp-block-file__button {
        text-decoration: none
    }

        .wp-block-file a.wp-block-file__button:active,
        .wp-block-file a.wp-block-file__button:focus,
        .wp-block-file a.wp-block-file__button:hover,
        .wp-block-file a.wp-block-file__button:visited {
            box-shadow: none;
            color: #fff;
            opacity: .85;
            text-decoration: none
        }

    .wp-block-file * + .wp-block-file__button {
        margin-left: .75em
    }

.blocks-gallery-grid,
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

    .blocks-gallery-grid .blocks-gallery-image,
    .blocks-gallery-grid .blocks-gallery-item,
    .wp-block-gallery .blocks-gallery-image,
    .wp-block-gallery .blocks-gallery-item {
        margin: 0 1em 1em 0;
        display: flex;
        flex-grow: 1;
        flex-direction: column;
        justify-content: center;
        position: relative;
        width: calc(50% - 1em)
    }

        .blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
        .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
        .wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
        .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
            margin-right: 0
        }

        .blocks-gallery-grid .blocks-gallery-image figure,
        .blocks-gallery-grid .blocks-gallery-item figure,
        .wp-block-gallery .blocks-gallery-image figure,
        .wp-block-gallery .blocks-gallery-item figure {
            margin: 0;
            height: 100%
        }

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image figure,
    .blocks-gallery-grid .blocks-gallery-item figure,
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img,
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    color: #fff;
    text-align: center;
    font-size: .8em;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    box-sizing: border-box;
    margin: 0
}

    .blocks-gallery-grid .blocks-gallery-image figcaption img,
    .blocks-gallery-grid .blocks-gallery-item figcaption img,
    .wp-block-gallery .blocks-gallery-image figcaption img,
    .wp-block-gallery .blocks-gallery-item figcaption img {
        display: inline
    }

.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
    flex-grow: 1
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width:600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc(33.33333% - .66667em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc(25% - .75em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(20% - .8em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(16.66667% - .83333em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(14.28571% - .85714em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(12.5% - .875em);
        margin-right: 1em
    }

        .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
        .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
        .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
        .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
        .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
        .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
        .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
        .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
        .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
        .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
        .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
        .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
        .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
        .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
        .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
        .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
        .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
        .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
        .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
        .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
        .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
        .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
        .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
        .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
        .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
        .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
        .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
        .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
        .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
        .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
        .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
        .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
            margin-right: 0
        }
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-group {
    box-sizing: border-box
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    padding: 1.25em 2.375em
}

.wp-block-image {
    margin-bottom: 1em
}

    .wp-block-image img {
        max-width: 100%
    }

    .wp-block-image:not(.is-style-rounded) img {
        border-radius: inherit
    }

    .wp-block-image.aligncenter {
        text-align: center
    }

    .wp-block-image.alignfull img,
    .wp-block-image.alignwide img {
        width: 100%
    }

    .wp-block-image .aligncenter,
    .wp-block-image .alignleft,
    .wp-block-image .alignright {
        display: table
    }

        .wp-block-image .aligncenter > figcaption,
        .wp-block-image .alignleft > figcaption,
        .wp-block-image .alignright > figcaption {
            display: table-caption;
            caption-side: bottom
        }

    .wp-block-image .alignleft {
        float: left;
        margin: .5em 1em .5em 0
    }

    .wp-block-image .alignright {
        float: right;
        margin: .5em 0 .5em 1em
    }

    .wp-block-image .aligncenter {
        margin-left: auto;
        margin-right: auto
    }

    .wp-block-image figcaption {
        margin-top: .5em;
        margin-bottom: 1em
    }

    .wp-block-image.is-style-circle-mask img,
    .wp-block-image.is-style-rounded img {
        border-radius: 9999px
    }

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0
    }
}

.wp-block-latest-comments__comment {
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 2.25em;
    list-style: none
}

    .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
    .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
        margin-left: 3.25em
    }

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none
}

    .wp-block-latest-posts.wp-block-latest-posts__list li {
        clear: both
    }

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

    .wp-block-latest-posts.is-grid li {
        margin: 0 1.25em 1.25em 0;
        width: 100%
    }

@media (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - .625em)
    }

        .wp-block-latest-posts.columns-2 li:nth-child(2n) {
            margin-right: 0
        }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em)
    }

        .wp-block-latest-posts.columns-3 li:nth-child(3n) {
            margin-right: 0
        }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em)
    }

        .wp-block-latest-posts.columns-4 li:nth-child(4n) {
            margin-right: 0
        }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
    }

        .wp-block-latest-posts.columns-5 li:nth-child(5n) {
            margin-right: 0
        }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em)
    }

        .wp-block-latest-posts.columns-6 li:nth-child(6n) {
            margin-right: 0
        }
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    display: block;
    color: #555;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

.block-editor-image-alignment-control__row .components-base-control__field {
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
        margin-bottom: 0
    }

ol.has-background,
ul.has-background {
    padding: 1.25em 2.375em
}

.wp-block-media-text {
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

    .wp-block-media-text.has-media-on-the-right {
        -ms-grid-columns: 1fr 50%;
        grid-template-columns: 1fr 50%
    }

    .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
    .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
        -ms-grid-row-align: start;
        align-self: start
    }

    .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
    .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
    .wp-block-media-text .wp-block-media-text__content,
    .wp-block-media-text .wp-block-media-text__media {
        -ms-grid-row-align: center;
        align-self: center
    }

    .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
    .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
        -ms-grid-row-align: end;
        align-self: end
    }

    .wp-block-media-text .wp-block-media-text__media {
        /*!rtl:begin:ignore*/
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
        /*!rtl:end:ignore*/
        margin: 0
    }

    .wp-block-media-text .wp-block-media-text__content {
        direction: ltr;
        /*!rtl:begin:ignore*/
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        grid-row: 1;
        /*!rtl:end:ignore*/
        padding: 0 8%;
        word-break: break-word
    }

    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
        /*!rtl:begin:ignore*/
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        grid-row: 1
        /*!rtl:end:ignore*/
    }

    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
        /*!rtl:begin:ignore*/
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
        /*!rtl:end:ignore*/
    }

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

    .wp-block-media-text.is-image-fill .wp-block-media-text__media > a {
        display: block;
        height: 100%
    }

    .wp-block-media-text.is-image-fill .wp-block-media-text__media img {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0
    }

@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        -ms-grid-columns: 100% !important;
        grid-template-columns: 100% !important
    }

        .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
            -ms-grid-column: 1;
            grid-column: 1;
            -ms-grid-row: 1;
            grid-row: 1
        }

        .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
            -ms-grid-column: 1;
            grid-column: 1;
            -ms-grid-row: 2;
            grid-row: 2
        }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
    color: #1e1e1e;
    background-color: #fff;
    min-width: 200px
}

.items-justified-left > ul {
    justify-content: flex-start
}

.items-justified-center > ul {
    justify-content: center
}

.items-justified-right > ul {
    justify-content: flex-end
}

.items-justified-space-between > ul {
    justify-content: space-between
}

.wp-block-navigation-link {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0
}

    .wp-block-navigation-link .wp-block-navigation__container:empty {
        display: none
    }

.wp-block-navigation__container {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap
}

.is-vertical .wp-block-navigation__container {
    display: block
}

.has-child > .wp-block-navigation-link__content {
    padding-right: .5em
}

.has-child .wp-block-navigation__container {
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: inherit;
    color: inherit;
    position: absolute;
    left: 0;
    top: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden
}

    .has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__content {
        flex-grow: 1
    }

    .has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__submenu-icon {
        padding-right: .5em
    }

@media (min-width:782px) {
    .has-child .wp-block-navigation__container {
        left: 1.5em
    }

        .has-child .wp-block-navigation__container .wp-block-navigation__container {
            left: 100%;
            top: -1px
        }

            .has-child .wp-block-navigation__container .wp-block-navigation__container:before {
                content: "";
                position: absolute;
                right: 100%;
                height: 100%;
                display: block;
                width: .5em;
                background: transparent
            }

        .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
            transform: rotate(0)
        }
}

.has-child:hover {
    cursor: pointer
}

    .has-child:hover > .wp-block-navigation__container {
        visibility: visible;
        opacity: 1;
        display: flex;
        flex-direction: column
    }

.has-child:focus-within {
    cursor: pointer
}

    .has-child:focus-within > .wp-block-navigation__container {
        visibility: visible;
        opacity: 1;
        display: flex;
        flex-direction: column
    }

.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation__container {
    text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus {
    text-decoration: none
}

.wp-block-navigation-link__content {
    color: inherit;
    padding: .5em 1em
}

    .wp-block-navigation-link__content + .wp-block-navigation-link__content {
        padding-top: 0
    }

.has-text-color .wp-block-navigation-link__content {
    color: inherit
}

.wp-block-navigation-link__label {
    word-break: normal;
    overflow-wrap: break-word
}

.wp-block-navigation-link__submenu-icon {
    height: inherit;
    padding: .375em 1em .375em 0
}

    .wp-block-navigation-link__submenu-icon svg {
        fill: currentColor
    }

@media (min-width:782px) {
    .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(90deg)
    }
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

p.has-background {
    padding: 1.25em 2.375em
}

p.has-text-color a {
    color: inherit
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    margin-bottom: .7em;
    font-size: .7em
}

.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0
}

.wp-block-post-author__name {
    font-weight: 700;
    margin: 0
}

.wp-block-post-comments-form input[type=submit] {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 1.55em;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

    .wp-block-post-comments-form input[type=submit]:active,
    .wp-block-post-comments-form input[type=submit]:focus,
    .wp-block-post-comments-form input[type=submit]:hover,
    .wp-block-post-comments-form input[type=submit]:visited {
        color: #fff
    }

.wp-block-preformatted {
    white-space: pre-wrap
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

    .wp-block-pullquote.alignleft,
    .wp-block-pullquote.alignright {
        max-width: 420px
    }

        .wp-block-pullquote.alignleft p,
        .wp-block-pullquote.alignright p {
            font-size: 1.25em
        }

    .wp-block-pullquote p {
        font-size: 1.75em;
        line-height: 1.6
    }

    .wp-block-pullquote cite,
    .wp-block-pullquote footer {
        position: relative
    }

    .wp-block-pullquote .has-text-color a {
        color: inherit
    }

    .wp-block-pullquote:not(.is-style-solid-color) {
        background: none
    }

    .wp-block-pullquote.is-style-solid-color {
        border: none
    }

        .wp-block-pullquote.is-style-solid-color blockquote {
            margin-left: auto;
            margin-right: auto;
            text-align: left;
            max-width: 60%
        }

            .wp-block-pullquote.is-style-solid-color blockquote p {
                margin-top: 0;
                margin-bottom: 0;
                font-size: 2em
            }

            .wp-block-pullquote.is-style-solid-color blockquote cite {
                text-transform: none;
                font-style: normal
            }

    .wp-block-pullquote cite {
        color: inherit
    }

.wp-block-query-loop {
    max-width: 100%;
    list-style: none;
    padding: 0
}

    .wp-block-query-loop li {
        clear: both
    }

    .wp-block-query-loop.is-flex-container {
        flex-direction: row;
        display: flex;
        flex-wrap: wrap
    }

        .wp-block-query-loop.is-flex-container li {
            margin: 0 0 1.25em;
            width: 100%
        }

@media (min-width:600px) {
    .wp-block-query-loop.is-flex-container li {
        margin-right: 1.25em
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li {
        width: calc(50% - .625em)
    }

        .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li:nth-child(2n) {
            margin-right: 0
        }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
        width: calc(33.33333% - .83333em)
    }

        .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li:nth-child(3n) {
            margin-right: 0
        }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
        width: calc(25% - .9375em)
    }

        .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li:nth-child(4n) {
            margin-right: 0
        }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li {
        width: calc(20% - 1em)
    }

        .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li:nth-child(5n) {
            margin-right: 0
        }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li {
        width: calc(16.66667% - 1.04167em)
    }

        .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li:nth-child(6n) {
            margin-right: 0
        }
}

.wp-block-query-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

    .wp-block-query-pagination > .wp-block-query-pagination-next,
    .wp-block-query-pagination > .wp-block-query-pagination-numbers,
    .wp-block-query-pagination > .wp-block-query-pagination-previous {
        display: inline-block;
        margin-right: .5em;
        margin-bottom: .5em
    }

        .wp-block-query-pagination > .wp-block-query-pagination-next:last-child,
        .wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child,
        .wp-block-query-pagination > .wp-block-query-pagination-previous:last-child {
            margin-right: 0
        }

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin-bottom: 1em;
    padding: 0 1em
}

    .wp-block-quote.is-large p,
    .wp-block-quote.is-style-large p {
        font-size: 1.5em;
        font-style: italic;
        line-height: 1.6
    }

    .wp-block-quote.is-large cite,
    .wp-block-quote.is-large footer,
    .wp-block-quote.is-style-large cite,
    .wp-block-quote.is-style-large footer {
        font-size: 1.125em;
        text-align: right
    }

.wp-block-rss.wp-block-rss {
    box-sizing: border-box
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

    .wp-block-rss.is-grid li {
        margin: 0 1em 1em 0;
        width: 100%
    }

@media (min-width:600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 1em)
    }

    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }

    .wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }

    .wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }

    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    color: #555;
    font-size: .8125em
}

.wp-block-search .wp-block-search__button {
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: .375em .625em;
    color: #32373c;
    margin-left: .625em;
    word-break: normal
}

    .wp-block-search .wp-block-search__button.has-icon {
        line-height: 0
    }

    .wp-block-search .wp-block-search__button svg {
        min-width: 1.5em;
        min-height: 1.5em
    }

.wp-block-search .wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 4px;
    border: 1px solid #949494
}

    .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
        border-radius: 0;
        border: none;
        padding: 0 0 0 .25em
    }

        .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
            outline: none
        }

    .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
        padding: .125em .5em
    }

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
}

    .wp-block-separator.is-style-dots:before {
        content: "···";
        color: currentColor;
        font-size: 1.5em;
        letter-spacing: 2em;
        padding-left: 2em;
        font-family: serif
    }

.wp-block-custom-logo {
    line-height: 0
}

    .wp-block-custom-logo .aligncenter {
        display: table
    }

    .wp-block-custom-logo.is-style-rounded img {
        border-radius: 9999px
    }

.wp-block-social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    margin-left: 0
}

    .wp-block-social-links .wp-social-link a,
    .wp-block-social-links .wp-social-link a:hover {
        text-decoration: none;
        border-bottom: 0;
        box-shadow: none
    }

    .wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
        margin: 4px 8px 4px 0
    }

    .wp-block-social-links .wp-social-link a {
        padding: .25em
    }

    .wp-block-social-links .wp-social-link svg {
        width: 1em;
        height: 1em
    }

    .wp-block-social-links.has-small-icon-size {
        font-size: 16px
    }

    .wp-block-social-links,
    .wp-block-social-links.has-normal-icon-size {
        font-size: 24px
    }

        .wp-block-social-links.has-large-icon-size {
            font-size: 36px
        }

        .wp-block-social-links.has-huge-icon-size {
            font-size: 48px
        }

        .wp-block-social-links.aligncenter {
            justify-content: center;
            display: flex
        }

        .wp-block-social-links.alignright {
            justify-content: flex-end
        }

.wp-social-link {
    display: block;
    border-radius: 9999px;
    transition: transform .1s ease;
    height: auto
}

@media (prefers-reduced-motion:reduce) {
    .wp-social-link {
        transition-duration: 0s
    }
}

.wp-social-link a {
    display: block;
    line-height: 0;
    transition: transform .1s ease
}

    .wp-social-link a,
    .wp-social-link a:active,
    .wp-social-link a:hover,
    .wp-social-link a:visited,
    .wp-social-link svg {
        color: currentColor;
        fill: currentColor
    }

.wp-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
    background-color: #ff424d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
    color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
    color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

    .wp-block-social-links.is-style-pill-shape .wp-social-link a {
        padding-left: .66667em;
        padding-right: .66667em
    }

.wp-block-spacer {
    clear: both
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-tag-cloud.aligncenter {
    text-align: center
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-table {
    overflow-x: auto
}

    .wp-block-table table {
        width: 100%
    }

    .wp-block-table .has-fixed-layout {
        table-layout: fixed;
        width: 100%
    }

        .wp-block-table .has-fixed-layout td,
        .wp-block-table .has-fixed-layout th {
            word-break: break-word
        }

    .wp-block-table.aligncenter,
    .wp-block-table.alignleft,
    .wp-block-table.alignright {
        display: table;
        width: auto
    }

        .wp-block-table.aligncenter td,
        .wp-block-table.aligncenter th,
        .wp-block-table.alignleft td,
        .wp-block-table.alignleft th,
        .wp-block-table.alignright td,
        .wp-block-table.alignright th {
            word-break: break-word
        }

    .wp-block-table .has-subtle-light-gray-background-color {
        background-color: #f3f4f5
    }

    .wp-block-table .has-subtle-pale-green-background-color {
        background-color: #e9fbe5
    }

    .wp-block-table .has-subtle-pale-blue-background-color {
        background-color: #e7f5fe
    }

    .wp-block-table .has-subtle-pale-pink-background-color {
        background-color: #fcf0ef
    }

    .wp-block-table.is-style-stripes {
        border-spacing: 0;
        border-collapse: inherit;
        background-color: transparent;
        border-bottom: 1px solid #f0f0f0
    }

        .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
            background-color: #f0f0f0
        }

        .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
            background-color: #f3f4f5
        }

        .wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
            background-color: #e9fbe5
        }

        .wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
            background-color: #e7f5fe
        }

        .wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
            background-color: #fcf0ef
        }

        .wp-block-table.is-style-stripes td,
        .wp-block-table.is-style-stripes th {
            border-color: transparent
        }

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex
}

    .wp-block-text-columns .wp-block-column {
        margin: 0 1em;
        padding: 0
    }

        .wp-block-text-columns .wp-block-column:first-child {
            margin-left: 0
        }

        .wp-block-text-columns .wp-block-column:last-child {
            margin-right: 0
        }

    .wp-block-text-columns.columns-2 .wp-block-column {
        width: 50%
    }

    .wp-block-text-columns.columns-3 .wp-block-column {
        width: 33.33333%
    }

    .wp-block-text-columns.columns-4 .wp-block-column {
        width: 25%
    }

pre.wp-block-verse {
    font-family: inherit;
    overflow: auto;
    white-space: pre-wrap
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

    .wp-block-video video {
        width: 100%
    }

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-post-featured-image a {
    display: inline-block
}

.wp-block-post-featured-image img {
    max-width: 100%;
    height: auto
}

:root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .has-white-background-color {
    background-color: #fff
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-black-background-color {
    background-color: #000
}

:root .has-pale-pink-color {
    color: #f78da7
}

:root .has-vivid-red-color {
    color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .has-vivid-purple-color {
    color: #9b51e0
}

:root .has-white-color {
    color: #fff
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-black-color {
    color: #000
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg, #0693e3, #9b51e0)
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg, #7adcb4, #00d082)
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg, #fcb900, #ff6900)
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg, #ff6900, #cf2e2e)
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg, #eee, #a9b8c3)
}

:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}

:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg, #ffceec, #9896f0)
}

:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}

:root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg, #caf880, #71ce7e)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

:root .has-link-color a {
    color: #00e;
    color: var(--wp--style--color--link, #00e)
}

.has-small-font-size {
    font-size: .8125em
}

.has-normal-font-size,
.has-regular-font-size {
    font-size: 1em
}

.has-medium-font-size {
    font-size: 1.25em
}

.has-large-font-size {
    font-size: 2.25em
}

.has-huge-font-size,
.has-larger-font-size {
    font-size: 2.625em
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.swiper-slide {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-slide {
    float: left
}

.swiper-container {
    width: 100%;
    height: 800px;
    overflow: hidden;
    position: relative
}

.swiper-slide {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    transition-property: transform, left, top;
    transition-duration: 0s;
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    left: 0
}

.nectar-slider-wrap,
.nectar-slider-wrap * {
    box-sizing: border-box
}

    .nectar-slider-wrap:not([data-transition=fade]) .swiper-wrapper {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -ms-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

.swiper-slide {
    float: left
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}

.swiper-container {
    width: 100%;
    height: 750px;
    overflow: hidden;
    position: relative
}

.swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.swiper-wrapper {
    height: 100%
}

body[data-transparent-header=false][data-header-resize="0"] .nectar-slider-wrap[data-full-width=true].first-section,
body[data-transparent-header=false][data-header-resize="0"] .nectar-slider-wrap[data-full-width=true].first-section .swiper-slide .content {
    margin-top: 0
}

body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch {
    border: none;
    background-color: transparent;
    height: 30px;
    position: relative
}

.nectar-slider-wrap[data-transition=fade] .swiper-slide-active {
    z-index: 50
}

.swiper-slide .container {
    z-index: 100;
    height: 100%
}

.swiper-slide .image-bg {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.swiper-slide .slide-bg-wrap,
.swiper-slide .slide-bg-wrap .slide-bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

    .swiper-slide .slide-bg-wrap .slide-bg-overlay {
        pointer-events: none;
        opacity: .6;
        z-index: 10;
        backface-visibility: hidden
    }

.nectar-slider-wrap[data-caption-trans=reveal_title] .swiper-slide .content h2 {
    transform: none;
    opacity: 1
}

    .nectar-slider-wrap[data-caption-trans=reveal_title] .swiper-slide .content h2 > span {
        display: inline-block
    }

.mobile .nectar-slider-wrap[data-caption-trans=reveal_title] .swiper-slide .content h2 > .word {
    opacity: 1 !important
}

.nectar-slider-wrap[data-caption-trans=reveal_title] .swiper-slide .content h2 .word [class*=char] {
    display: inline-block;
    backface-visibility: hidden
}

.nectar-slider-wrap[data-caption-trans=reveal_title] .swiper-slide .content h2 .word .char-inner {
    transform-origin: bottom
}

body:not(.mobile) .nectar-slider-wrap[data-caption-trans=reveal_title] .swiper-slide .content h2 .word {
    opacity: 0
}

.parallax_slider_outer.first-section .nectar-slider-wrap[data-parallax-style=bg_only][data-parallax=true] {
    position: relative;
    top: 0
}

.using-mobile-browser .parallax_slider_outer .swiper-slide .image-bg {
    height: calc(100% + 40px);
    top: -20px
}

.using-mobile-browser .parallax_slider_outer .swiper-slide .video-wrap,
.parallax_slider_outer.first-section .nectar-slider-wrap[data-parallax-style=bg_only][data-parallax=true] .swiper-slide .video-wrap {
    overflow: visible
}

.using-mobile-browser .swiper-slide .video-wrap video {
    opacity: 0
}

.swiper-slide[data-bg-alignment=top] .image-bg {
    background-position: center top
}

.swiper-slide[data-bg-alignment=center] .image-bg {
    background-position: center center
}

.swiper-slide[data-bg-alignment=bottom] .image-bg {
    background-position: center bottom
}

.swiper-slide .content {
    color: #fff;
    width: 100%;
    left: 0;
    position: absolute;
    top: 250px;
    z-index: 100
}

.nectar-slider-wrap[data-bg-animation=ken_burns]:not([data-overall_style="directional"]) .swiper-slide.ken-burns .slide-bg-wrap,
.nectar-slider-wrap[data-bg-animation=ken_burns][data-overall_style="directional"] .swiper-slide[data-ken-burns=active] .slide-bg-wrap {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-transition: transform 11s cubic-bezier(.1, .2, .7, 1);
    -webkit-transition: transform 11s cubic-bezier(.1, .2, .7, 1);
    transition: transform 11s cubic-bezier(.1, .2, .7, 1)
}

.nectar-slider-wrap[data-bg-animation=ken_burns] .swiper-slide .slide-bg-wrap {
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
    backface-visibility: hidden
}

.parallax_slider_outer.first-section .swiper-slide .content,
.nectar-slider-wrap.first-section .swiper-slide .content {
    margin-top: 23px;
    margin-left: -10px
}

.parallax_slider_outer .swiper-slide .image-bg,
.parallax_slider_outer .swiper-slide .video-wrap {
    top: auto;
    bottom: 0
}

.post.video .swiper-slide .video-wrap,
.single-portfolio .swiper-slide .video-wrap {
    position: absolute;
    padding: 0;
    height: auto;
    margin: 0
}

.single-portfolio .parallax_slider_outer .swiper-slide .video-wrap {
    margin-bottom: 0
}

.parallax_slider_outer .swiper-slide .video-wrap video {
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

body[data-header-resize="0"] .parallax_slider_outer.first-section {
    margin-top: 0
}

.parallax_slider_outer.first-section .swiper-slide .content {
    -webkit-backface-visibility: hidden
}

.swiper-slide .content {
    visibility: hidden
}

.nectar-slider-wrap.loaded .swiper-slide .content {
    visibility: visible
}

body[data-smooth-scrolling="1"] .parallax_slider_outer.first-section .slider-pagination,
body[data-smooth-scrolling="1"] .nectar-slider-wrap.first-section .slider-pagination {
    padding-right: 13px
}

html:not(.js) .nectar-slider-wrap {
    display: block
}

.nectar-slider-loading.default-loader .loading-icon,
.pp_loaderIcon.default_loader {
    background-image: none
}

    .nectar-slider-loading.default-loader .loading-icon span {
        border: 3px solid #666;
        background-color: #393939
    }

.nectar-slider-wrap:not(.loaded) .swiper-wrapper > .swiper-slide:first-child {
    opacity: 1
}

.nectar-slider-loading .loading-icon {
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.nectar-slider-wrap .nectar-slider-loading {
    z-index: -1
}

body[data-ajax-transitions=true] .nectar-slider-loading {
    display: none
}

.nectar-slider-wrap .swiper-container .swiper-wrapper .swiper-slide.not-loaded {
    background-color: #393939
}

.nectar-slider-wrap[data-full-width=false] .swiper-slide .content {
    margin-top: 0
}

.swiper-slide .content p,
.swiper-slide .content h2,
.swiper-slide .content .buttons {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    letter-spacing: .5px;
    -webkit-font-smoothing: antialiased
}

.swiper-slide .content p {
    padding-bottom: 0
}

.swiper-slide .content .buttons {
    padding-top: 30px
}

[data-caption-trans=none] .swiper-slide .content p,
[data-caption-trans=none] .swiper-slide .content h2,
[data-caption-trans=none] .swiper-slide .content .buttons {
    transform: none;
    opacity: 1
}

.nectar-slider-wrap[data-overall_style="directional"] .swiper-slide .content p,
.nectar-slider-wrap[data-overall_style="directional"] .swiper-slide .content h2,
.nectar-slider-wrap[data-overall_style="directional"] .swiper-slide .content .buttons {
    opacity: 1 !important;
    transform: none
}

.swiper-slide .content p i {
    border-radius: 0;
    width: 24px;
    font-size: 20px;
    background-color: transparent
}

.swiper-slide .content iframe {
    max-width: 1100px
}

.swiper-slide .content.centered {
    text-align: center
}

.swiper-slide .content img {
    margin-bottom: 30px
}

.swiper-slide .content h2 {
    font-size: 60px;
    line-height: 80px;
    letter-spacing: -1px;
    display: block;
    color: #fff;
    font-weight: 300
}

.full-width-section > .col.span_12.dark .swiper-slide[data-color-scheme=light] .content h2,
.full-width-content > .col.span_12.dark .swiper-slide[data-color-scheme=light] .content h2 {
    color: #fff
}

#boxed .nectar-slider-wrap[data-full-width=false] .swiper-slide .content h2 {
    font-size: 50px;
    line-height: 70px
}

.vc_span3 .nectar-slider-wrap .swiper-slide .content h2,
.vc_col-sm-3 .nectar-slider-wrap .swiper-slide .content h2,
.vc_span4 .nectar-slider-wrap .swiper-slide .content h2,
.vc_col-sm-4 .nectar-slider-wrap .swiper-slide .content h2,
.vc_span6 .nectar-slider-wrap .swiper-slide .content h2,
.vc_col-sm-6 .nectar-slider-wrap .swiper-slide .content h2,
.vc_span8 .nectar-slider-wrap .swiper-slide .content h2,
.vc_col-sm-8 .nectar-slider-wrap .swiper-slide .content h2,
.vc_span9 .nectar-slider-wrap .swiper-slide .content h2,
.vc_col-sm-9 .nectar-slider-wrap .swiper-slide .content h2 {
    font-size: 40px;
    line-height: 60px
}

.swiper-slide .content p {
    font-size: 24px;
    line-height: 38px;
    font-weight: 300
}

    .swiper-slide .content p.transparent-bg span {
        padding: 4px 0;
        display: inline;
        position: relative;
        left: 10px;
        background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
        box-shadow: 10px 0 0 rgba(0, 0, 0, .5), -10px 0 0 rgba(0, 0, 0, .5);
        -moz-box-shadow: 10px 0 0 rgba(0, 0, 0, .5), -10px 0 0 rgba(0, 0, 0, .5);
        -webkit-box-shadow: 10px 0 0 rgba(0, 0, 0, .5), -10px 0 0 rgba(0, 0, 0, .5);
        -o-box-shadow: 10px 0 0 rgba(0, 0, 0, .5), -10px 0 0 rgba(0, 0, 0, .5);
        line-height: 45px;
        -webkit-box-decoration-break: clone;
        -o-box-decoration-break: clone;
        box-decoration-break: clone
    }

.nectar-slider-wrap[data-full-width=false] .swiper-slide .content p.transparent-bg span {
    line-height: 40px
}

.swiper-slide[data-color-scheme=dark] .content p.transparent-bg span {
    background: none repeat scroll 0 0 rgba(255, 255, 255, .4);
    box-shadow: 10px 0 0 rgba(255, 255, 255, .4), -10px 0 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: 10px 0 0 rgba(255, 255, 255, .4), -10px 0 0 rgba(255, 255, 255, .4);
    -webkit-box-shadow: 10px 0 0 rgba(255, 255, 255, .4), -10px 0 0 rgba(255, 255, 255, .4);
    -o-box-shadow: 10px 0 0 rgba(255, 255, 255, .4), -10px 0 0 rgba(255, 255, 255, .4)
}

.vc_span3 .nectar-slider-wrap .swiper-slide .content p,
.vc_col-sm-3 .nectar-slider-wrap .swiper-slide .content p,
.vc_span4 .nectar-slider-wrap .swiper-slide .content p,
.vc_col-sm-4 .nectar-slider-wrap .swiper-slide .content p,
.vc_span6 .nectar-slider-wrap .swiper-slide .content p,
.vc_col-sm-6 .nectar-slider-wrap .swiper-slide .content p,
.vc_span8 .nectar-slider-wrap .swiper-slide .content p,
.vc_col-sm-8 .nectar-slider-wrap .swiper-slide .content p,
.vc_span9 .nectar-slider-wrap .swiper-slide .content p,
.vc_col-sm-9 .nectar-slider-wrap .swiper-slide .content p {
    font-size: 17px;
    line-height: 28px
}

.swiper-slide .content p::selection,
.swiper-slide .content h2::selection,
.swiper-slide .button a::selection,
.swiper-container div::selection,
.swiper-container span::selection,
.swiper-container img::selection {
    background: 0 0;
    color: #fff
}

.swiper-slide .content p::-moz-selection,
.swiper-slide .content h2::-moz-selection,
.swiper-slide .button a::-moz-selection,
.swiper-container div::-moz-selection,
.swiper-container span::-moz-selection,
.swiper-container img::-moz-selection {
    background: 0 0;
    color: #fff
}

.swiper-slide[data-color-scheme=dark] .content p::selection,
.swiper-slide[data-color-scheme=dark] .content h2::selection,
.swiper-slide[data-color-scheme=dark] .button.transparent a::selection,
.swiper-slide[data-color-scheme=dark] img::selection,
.swiper-container .swiper-slide[data-color-scheme=dark] span::selection {
    background: 0 0;
    color: #000
}

.swiper-slide[data-color-scheme=dark] .content p::-moz-selection,
.swiper-slide[data-color-scheme=dark] .content h2::-moz-selection,
.swiper-slide[data-color-scheme=dark] .button.transparent a::-moz-selection,
.swiper-slide[data-color-scheme=dark] img::-moz-selection,
.swiper-container .swiper-slide[data-color-scheme=dark] span::-moz-selection {
    background: 0 0;
    color: #000
}

.swiper-slide img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.video-texture {
    height: 3000px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 10
}

.active_texture {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAAGXy9/eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDdDNEI4MTdBRDU5MTFFMkJBOURFQThFNDdEOTFBMDAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDdDNEI4MThBRDU5MTFFMkJBOURFQThFNDdEOTFBMDAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0N0M0QjgxNUFENTkxMUUyQkE5REVBOEU0N0Q5MUEwMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0N0M0QjgxNkFENTkxMUUyQkE5REVBOEU0N0Q5MUEwMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlQTlRkAAAA4SURBVHjaYmBgYDAACCAGEAEQQIwwFkAAgXlMIBIggFCEAAKI8f///zA2AxMDEkDhAAQYijLKJACFFAzxRS+g1gAAAABJRU5ErkJggg==)
}

.swiper-slide .button {
    display: inline-block;
    padding: 8px;
    margin: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-transform-style: preserve-3d;
    background-color: transparent
}

    .swiper-slide .button:hover {
        background-color: transparent
    }

.swiper-slide .buttons > div:last-child {
    padding-right: 0 !important
}

.swiper-slide .buttons > div:first-child {
    padding-left: 0
}

.swiper-slide .button a {
    background-color: #000;
    color: #fff;
    border-radius: 2px;
    padding: 13px 24px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.1em;
    font-size: 12px;
    display: block;
    transition: border-color .45s cubic-bezier(.25, 1, .33, 1), background-color .45s cubic-bezier(.25, 1, .33, 1);
    -moz-transition: border-color .45s cubic-bezier(.25, 1, .33, 1), background-color .45s cubic-bezier(.25, 1, .33, 1);
    -o-transition: border-color .45s cubic-bezier(.25, 1, .33, 1), background-color .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: border-color .45s cubic-bezier(.25, 1, .33, 1), background-color .45s cubic-bezier(.25, 1, .33, 1)
}

.swiper-slide .button.solid_color .white,
.swiper-slide .button.solid_color_2 .white {
    background-color: #fff !important;
    color: #000;
    backface-visibility: hidden
}

.swiper-slide .button.transparent_2 .white:hover {
    background-color: #fff !important;
    color: #000
}

div[data-button-sizing=large] .swiper-slide .button a {
    font-size: 15px;
    padding: 18px 40px
}

div[data-button-sizing=large] .swiper-slide .button.transparent a,
div[data-button-sizing=large] .swiper-slide .button.transparent_2 a {
    padding: 16px 40px
}

div[data-button-sizing=jumbo] .swiper-slide .button a {
    font-size: 18px;
    padding: 25px 45px
}

div[data-button-sizing=jumbo] .swiper-slide .button.transparent a,
div[data-button-sizing=jumbo] .swiper-slide .button.transparent_2 a {
    padding: 23px 45px
}

.nectar-slider-wrap[data-full-width=false][data-button-sizing=regular] .swiper-slide .button a {
    padding: 10px 15px
}

.nectar-slider-wrap[data-full-width=false][data-button-sizing=regular] .swiper-slide .button.transparent a {
    padding: 8px 15px
}

.swiper-slide .button.transparent a,
.swiper-slide .button.transparent_2 a {
    box-shadow: none;
    padding: 11px 17px;
    background-color: transparent !important;
    border: 2px solid rgba(255, 255, 255, .7)
}

    .swiper-slide .button.transparent a:hover {
        border: 2px solid rgba(255, 255, 255, 1)
    }

    .swiper-slide .button.transparent_2 a:hover {
        border-color: transparent;
        background-color: #27cfc3;
        color: #fff
    }

.swiper-slide[data-color-scheme=dark] .content h2,
.swiper-slide[data-color-scheme=dark] .content p,
.swiper-slide[data-color-scheme=dark] .content .button.transparent a,
.swiper-slide[data-color-scheme=dark] .content .button.transparent_2 a {
    color: #111;
    text-shadow: none
}

    .swiper-slide[data-color-scheme=dark] .content .button.transparent_2 a:hover {
        color: #fff
    }

.swiper-slide[data-color-scheme=dark] .content .button.transparent a,
.swiper-slide[data-color-scheme=dark] .content .button.transparent_2 a {
    border: 2px solid rgba(0, 0, 0, .4)
}

    .swiper-slide[data-color-scheme=dark] .content .button.transparent a:hover,
    .swiper-slide[data-color-scheme=dark] .content .button.transparent_2 a:hover {
        border: 2px solid rgba(0, 0, 0, 1)
    }

.swiper-slide[data-x-pos=left] .content {
    text-align: left
}

    .swiper-slide[data-x-pos=left] .content p {
        margin: 0
    }

.swiper-slide[data-x-pos=centered] .content {
    text-align: center
}

.swiper-slide[data-x-pos=right] .content {
    width: 50%;
    left: auto;
    right: 0
}

    .swiper-slide[data-x-pos=right] .content p {
        margin: 0
    }

    .swiper-slide[data-x-pos=right] .content .buttons {
        clear: both
    }

    .swiper-slide[data-x-pos=right] .content p:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }

.nectar-slider-wrap[data-transition=fade] .swiper-wrapper {
    transition: none !important;
    -webkit-transition: none !important
}

.nectar-slider-wrap[data-transition=fade] .swiper-slide {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

    .nectar-slider-wrap[data-transition=fade] .swiper-slide:not(.swiper-slide-active) {
        opacity: 0
    }

.swiper-slide .video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 0;
    overflow: hidden
}

.swiper-slide .button.transparent_2 .extra-color-gradient-1,
.swiper-slide .button.transparent_2 .extra-color-gradient-2 {
    position: relative
}

    .swiper-slide .button.transparent_2 .extra-color-gradient-1:before,
    .swiper-slide .button.transparent_2 .extra-color-gradient-2:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        content: '';
        opacity: 0;
        z-index: -1;
        -webkit-transition: opacity .45s cubic-bezier(.25, 1, .33, 1);
        transition: opacity .45s cubic-bezier(.25, 1, .33, 1)
    }

body[data-button-style^=rounded] .swiper-slide .button.transparent_2 .extra-color-gradient-1:before,
body[data-button-style^=rounded] .swiper-slide .button.transparent_2 .extra-color-gradient-2:before {
    border-radius: 200px
}

body[data-button-style^=slightly_rounded] .swiper-slide .button.transparent_2 .extra-color-gradient-1:before,
body[data-button-style^=slightly_rounded] .swiper-slide .button.transparent_2 .extra-color-gradient-2:before {
    border-radius: 6px
}

.swiper-slide .button.transparent_2 .extra-color-gradient-1:hover:before,
.swiper-slide .button.transparent_2 .extra-color-gradient-2:hover:before {
    opacity: 1
}

.nectar-slider-wrap .swiper-container .mejs-poster {
    background-size: cover;
    -webkit-background-size: cover
}

.nectar-slider-wrap {
    overflow: hidden;
    position: relative;
    left: 0
}

    .nectar-slider-wrap[data-full-width=boxed-full-width] {
        margin: 0 -56px
    }

.full-width-content .wpb_column .nectar-slider-wrap[data-full-width=boxed-full-width] {
    margin: 0
}

body[data-ext-responsive=true] .vc_span12 .nectar-slider-wrap[data-full-width=boxed-full-width],
body[data-ext-responsive=true] .vc_col-sm-12 .nectar-slider-wrap[data-full-width=boxed-full-width] {
    margin: 0 -4.5%
}

.nectar-slider-wrap[data-full-width=boxed-full-width] .swiper-slide .content {
    padding: 0 50px
}

.nectar-slider-wrap[data-full-width=false]:not([data-parallax=true]) .swiper-slide .content {
    padding: 0 100px
}

.nectar-slider-wrap[data-full-width=false]:not([data-parallax=true]) .swiper-slide[data-x-pos=right] .content {
    padding: 0 100px 0 0
}

.post-area.span_9 .nectar-slider-wrap[data-full-width=true].first-section,
.post-area.span_9 .nectar-slider-wrap[data-full-width=boxed-full-width].first-section {
    margin-top: 0
}

.parallax_slider_outer.first-section {
    margin-bottom: -2px;
    margin-top: -42px
}

    .parallax_slider_outer.first-section .nectar-slider-wrap {
        position: fixed;
        left: 0;
        -webkit-backface-visibility: hidden;
        z-index: 2
    }

.no-left-margin.first-section .nectar-slider-wrap {
    left: 0
}

body .parallax_slider_outer.first-section .nectar-slider-wrap[data-full-width=boxed-full-width] {
    left: auto
}

.swiper-container .slider-pagination-wrap {
    position: absolute;
    z-index: 20;
    bottom: 25px;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    width: 100%;
    text-align: center
}

.slider-pagination {
    display: block;
    text-align: center;
    opacity: 0;
    pointer-events: all
}

    .slider-pagination .swiper-pagination-switch {
        border: 1px solid #fff;
        background-color: transparent;
        border-radius: 10px;
        cursor: pointer;
        display: inline-block;
        height: 10px;
        margin: 0 4px;
        width: 10px;
        transition: background-color .2s linear, border-color .2s linear;
        -moz-transition: background-color .2s linear, border-color .2s linear;
        -webkit-transition: background-color .2s linear, border-color .2s linear;
        -o-transition: background-color .2s linear, border-color .2s linear
    }

        .slider-pagination .swiper-pagination-switch:hover {
            background-color: #fff
        }

.swiper-container .slider-pagination .swiper-active-switch,
.swiper-container[data-bullet_style="scale"] .slider-pagination .swiper-active-switch {
    background: none repeat scroll 0 0 #fff
}

.swiper-container .slider-pagination svg {
    width: 20px;
    height: 20px;
    top: 50%
}

    .swiper-container .slider-pagination svg circle.time {
        stroke-dashoffset: 180;
        stroke-dasharray: 179;
        stroke: #fff
    }

[data-bullet_style="see_through_ar_visualized"] .slider-pagination .swiper-pagination-switch svg {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease
}

[data-bullet_style="see_through_ar_visualized"] .slider-pagination .swiper-pagination-switch:not(.swiper-active-switch) svg circle:not(.time) {
    stroke: none;
    fill: rgba(255, 255, 255, .3)
}

[data-bullet_style="see_through_ar_visualized"] .slider-pagination .swiper-pagination-switch:hover:not(.swiper-active-switch) svg circle:not(.time) {
    fill: rgba(255, 255, 255, .5)
}

[data-bullet_style="see_through_ar_visualized"] .slider-pagination.dark-cs .swiper-pagination-switch:not(.swiper-active-switch) svg circle:not(.time) {
    stroke: none;
    fill: rgba(0, 0, 0, .25)
}

[data-bullet_style="see_through_ar_visualized"] .slider-pagination .swiper-active-switch svg {
    transform: scale(1)
}

.swiper-container .slider-pagination .swiper-active-switch svg circle {
    -webkit-transition: stroke .3s ease;
    transition: stroke .3s ease;
    transform: rotate(-81deg);
    transform-origin: center
}

.swiper-container .slider-pagination .swiper-active-switch.ar-vis svg circle.time {
    stroke-dashoffset: 8;
    -webkit-transition: stroke-dashoffset .7s cubic-bezier(.25, .25, .1, 1), stroke .2s ease;
    transition: stroke-dashoffset .7s cubic-bezier(.25, .25, .1, 1), stroke .2s ease
}

[data-bullet_style="see_through_ar_visualized"] .slider-pagination .swiper-pagination-switch svg {
    position: absolute;
    top: 0;
    left: 0
}

    [data-bullet_style="see_through_ar_visualized"] .slider-pagination .swiper-pagination-switch svg circle:not(.time) {
        stroke: rgba(255, 255, 255, .3)
    }

[data-bullet_style="see_through_ar_visualized"] .slider-pagination.dark-cs .swiper-pagination-switch svg circle:not(.time) {
    stroke: rgba(0, 0, 0, .3)
}

[data-bullet_style="see_through_ar_visualized"] .slider-pagination.dark-cs .swiper-pagination-switch:hover:not(.swiper-active-switch) svg circle:not(.time) {
    fill: rgba(0, 0, 0, .4)
}

[data-bullet_style="see_through_ar_visualized"] .slider-pagination.dark-cs .swiper-pagination-switch svg circle.time {
    stroke: #000
}

[data-bullet_style="see_through_ar_visualized"] .slider-pagination .swiper-pagination-switch:not(.ar-vis) svg circle.time {
    transition-duration: 0s !important
}

[data-bullet_style="see_through_ar_visualized"] .slider-pagination.dark-cs .swiper-active-switch,
[data-bullet_style="see_through_ar_visualized"] .slider-pagination.dark-cs .swiper-pagination-switch:hover,
[data-bullet_style="see_through_ar_visualized"] .slider-pagination.dark-cs .swiper-pagination-switch {
    background-color: transparent;
    border: none
}

[data-bullet_style="see_through_ar_visualized"] .slider-pagination .swiper-pagination-switch {
    background-color: transparent;
    border: none;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 10px
}

[data-bullet_style="see_through_ar_visualized"][data-bullet_position="right"] .slider-pagination .swiper-pagination-switch,
[data-bullet_style="see_through_ar_visualized"][data-bullet_position="left"] .slider-pagination .swiper-pagination-switch {
    height: 40px;
    width: 40px;
    margin: 0
}

    [data-bullet_style="see_through_ar_visualized"][data-bullet_position="right"] .slider-pagination .swiper-pagination-switch svg,
    [data-bullet_style="see_through_ar_visualized"][data-bullet_position="left"] .slider-pagination .swiper-pagination-switch svg {
        top: 10px;
        left: 10px
    }

.swiper-container[data-bullet_style="scale"] .slider-pagination.dark-cs .swiper-pagination-switch:hover {
    background-color: transparent;
    border: none
}

.swiper-container[data-bullet_style="scale"] .slider-pagination .swiper-pagination-switch {
    background-color: transparent;
    width: 26px;
    height: 26px;
    margin: 0;
    position: relative;
    border: none
}

    .swiper-container[data-bullet_style="scale"] .slider-pagination .swiper-pagination-switch i {
        background-color: #e8e8e8;
        border: none;
        display: block;
        position: absolute;
        height: 6px;
        width: 6px;
        top: 10px;
        left: 10px;
        box-shadow: rgba(0, 0, 0, .3) 1px 1px 2px;
        -webkit-box-shadow: rgba(0, 0, 0, .3) 1px 1px 2px;
        -moz-box-shadow: rgba(0, 0, 0, .3) 1px 1px 2px;
        transition: all .13s ease;
        -moz-transition: all .13s ease;
        -webkit-transition: all .13s ease;
        -o-transition: all .13s ease;
        transform: scale(.9);
        -moz-transform: scale(.9);
        -webkit-transform: scale(.9);
        border-radius: 50%
    }

    .swiper-container[data-bullet_style="scale"] .slider-pagination .swiper-pagination-switch:hover i {
        background-color: #fff
    }

.swiper-container[data-bullet_style="scale"] .slider-pagination .swiper-active-switch i {
    transform: scale(1.7);
    -moz-transform: scale(1.7);
    -webkit-transform: scale(1.7);
    background-color: #fff
}

.swiper-container[data-bullet_style="scale"] .slider-pagination.dark-cs .swiper-pagination-switch i {
    background-color: #111;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.swiper-container .slider-prev,
.swiper-container .slider-next {
    position: absolute;
    z-index: 130;
    top: 50%;
    height: 54px;
    margin-top: -28px;
    width: 100%
}

.swiper-slide .content .buttons {
    position: relative
}

.nectar-slider-wrap.first-section[data-full-width=true] .swiper-container .slider-prev,
.nectar-slider-wrap.first-section[data-full-width=true] .swiper-container .slider-next {
    margin-top: 0
}

.parallax_slider_outer.first-section .swiper-container .slider-prev,
.parallax_slider_outer.first-section .swiper-container .slider-next {
    margin-top: 0;
    -webkit-backface-visibility: hidden
}

.swiper-container .slider-prev.dark-cs,
.swiper-container .slider-next.dark-cs {
    background-color: rgba(255, 255, 255, .5)
}

    .swiper-container .slider-prev.dark-cs:hover,
    .swiper-container .slider-next.dark-cs:hover {
        background-color: rgba(255, 255, 255, .8)
    }

.slider-prev.dark-cs i,
.slider-next.dark-cs i,
.swiper-container .dark-cs.slider-prev .slide-count span,
.swiper-container .dark-cs.slider-next .slide-count span {
    color: #000;
    transition: color .2s linear;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    -moz-transition: color .2s linear
}

.swiper-container .slider-prev,
.swiper-container .slider-next {
    position: absolute;
    z-index: 130;
    display: block;
    color: #fff;
    height: 60px;
    width: 50px;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear
}

    .swiper-container .slider-prev .slide-count span,
    .swiper-container .slider-next .slide-count span {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"
    }

    .swiper-container .slider-next .slide-count {
        left: auto;
        right: 0
    }

.swiper-container .slide-count {
    position: absolute;
    left: 0;
    top: 0;
    height: 64px;
    width: 50px
}

.swiper-container .slider-prev .slide-count i,
.swiper-container .slider-next .slide-count i {
    opacity: .7;
    top: 17px;
    line-height: normal;
    font-size: 26px;
    position: relative
}

.swiper-container .slider-prev .slide-count,
.swiper-container .slider-next .slide-count {
    font-size: 10px
}

.swiper-container .slide-count .slide-current {
    position: absolute;
    top: 14px;
    left: 15px;
    height: 10px;
    line-height: 10px
}

    .swiper-container .slide-count .slide-current.double-digits {
        top: 16px;
        left: 9px
    }

.swiper-container .slide-count .slide-total {
    position: absolute;
    top: 35px;
    left: 31px;
    height: 10px;
    line-height: 10px
}

.swiper-container .slider-next {
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    -o-border-radius: 4px 0px 0px 4px
}

.parallax_slider_outer .swiper-container .slider-prev {
    left: 0
}

.parallax_slider_outer .swiper-container .slider-next {
    right: 0
}

.parallax_slider_outer .swiper-container,
.parallax_slider_outer.first-section .nectar-slider-wrap {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-backface-visibility: hidden
}

.swiper-container .slider-prev:hover,
.swiper-container .slider-next:hover {
    background-color: rgba(0, 0, 0, .8)
}

.swiper-container .slider-prev i,
.swiper-container .slider-next i {
    font-size: 21px;
    background-color: transparent;
    line-height: 64px
}

.swiper-container .slider-prev > i,
.swiper-container .slider-next > i {
    width: 20px
}

.swiper-container .slider-prev > i {
    position: absolute;
    padding-right: 0;
    left: 13px
}

.swiper-container .slider-next > i {
    position: absolute;
    right: 13px;
    left: auto
}

body .swiper-container .slider-prev .slide-count {
    right: 6px;
    left: auto;
    text-align: center
}

body .swiper-container .slider-next .slide-count {
    left: 6px;
    text-align: center
}

.swiper-container .slider-next {
    right: 0;
    padding-left: 4px;
    opacity: 0
}

.swiper-container .slider-prev {
    left: 0;
    padding-right: 4px;
    opacity: 0
}

body[data-smooth-scrolling="1"] .nectar-slider-wrap[data-full-width=true] .swiper-container .slider-next {
    right: 8px
}

body[data-smooth-scrolling="1"] .nectar-slider-wrap[data-full-width=true][data-parallax=true] .swiper-container .slider-next {
    right: 10px
}

body[data-smooth-scrolling="1"] .nectar-slider-wrap[data-full-width=true] .swiper-container .slider-prev {
    left: 7px
}

.nectar-slider-wrap[data-fullscreen=true] .swiper-container,
.nectar-slider-wrap[data-fullscreen=true] .swiper-slide,
.nectar-slider-wrap[data-fullscreen=true] .swiper-wrapper {
    height: 100%
}

.swiper-slide .video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden
}

    .swiper-slide .video-wrap video {
        top: 0;
        position: relative;
        -webkit-backface-visibility: hidden
    }

.swiper-container .mejs-container .mejs-controls {
    display: none !important
}

.nectar-slider-wrap .entire-slide-link {
    position: absolute;
    z-index: 100;
    height: 3000px;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: none
}

.swiper-wrapper .slider-down-arrow {
    height: 60px;
    width: 60px;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 30px;
    z-index: 100;
    left: 50%;
    margin-left: -30px
}

body[data-smooth-scrolling="1"] .swiper-wrapper .slider-down-arrow {
    margin-left: -38px
}

.swiper-wrapper .slider-down-arrow i.icon-default-style[class^=icon-] {
    height: 60px;
    width: 60px;
    font-size: 20px !important;
    color: #fff !important;
    line-height: 60px !important;
    animation: 3.4s ease-in-out infinite fadebottom;
    -webkit-animation: 3.4s ease-in-out infinite fadebottom
}

.nectar-slider-wrap[data-button-styling=btn_with_preview] .swiper-container .slider-prev,
.nectar-slider-wrap[data-button-styling=btn_with_preview] .swiper-container .slider-next {
    background-color: transparent;
    padding: 0;
    width: 60px;
    line-height: 50px;
    height: 50px
}

.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev,
.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next {
    width: 80px;
    background-color: transparent;
    padding: 0;
    line-height: 50px;
    height: 50px
}

.nectar-slider-wrap[data-button-styling=btn_with_preview] .swiper-container .slider-next {
    margin-right: -15px
}

    .nectar-slider-wrap[data-button-styling=btn_with_preview] .swiper-container .slider-prev i,
    .nectar-slider-wrap[data-button-styling=btn_with_preview] .swiper-container .slider-next i {
        border-radius: 100px;
        width: 50px;
        line-height: 44px;
        height: 50px;
        border: 3px solid #fff;
        max-width: none;
        transition: all .4s cubic-bezier(.645, .045, .355, 1) 0s;
        -webkit-transition: all .4s cubic-bezier(.645, .045, .355, 1) 0s
    }

.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev i,
.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next i {
    line-height: 44px;
    height: 50px;
    max-width: none;
    font-size: 60px;
    transition: all .3s cubic-bezier(.645, .045, .355, 1) 0s;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1) 0s;
    border: none
}

.nectar-slider-wrap[data-button-styling=btn_with_preview] .swiper-container .slider-prev.dark-cs i,
.nectar-slider-wrap[data-button-styling=btn_with_preview] .swiper-container .slider-next.dark-cs i {
    border: 3px solid #000
}

.nectar-slider-wrap[data-button-styling=btn_with_preview] .video-texture.light-overlay {
    background-color: rgba(255, 255, 255, .8)
}

.nectar-slider-wrap[data-button-styling=btn_with_preview] .video-texture.dark-overlay {
    background-color: rgba(0, 0, 0, .55)
}

.nectar-slider-wrap[data-button-styling=btn_with_preview] .video-texture.half-light-overlay {
    background-color: rgba(255, 255, 255, .4)
}

.nectar-slider-wrap[data-button-styling=btn_with_preview] .video-texture.half-dark-overlay {
    background-color: rgba(0, 0, 0, .35)
}

.nectar-slider-wrap[data-button-styling=btn_with_preview] .video-texture {
    transition: background-color .4s linear;
    -webkit-transition: background-color .4s linear
}

    .nectar-slider-wrap[data-button-styling=btn_with_preview] .video-texture.no-trans {
        transition: none;
        -webkit-transition: none
    }

.nectar-slider-wrap[data-button-styling=btn_with_preview] .swiper-container .slider-prev.dark-cs-preview i,
.nectar-slider-wrap[data-button-styling=btn_with_preview] .swiper-container .slider-next.dark-cs-preview i {
    border: 3px solid #000;
    color: #000
}

.nectar-slider-wrap[data-button-styling=btn_with_preview] .swiper-container .slider-prev i,
.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev i {
    position: relative;
    text-align: center;
    left: 38px
}

.nectar-slider-wrap[data-button-styling=btn_with_preview] .swiper-container .slider-next i,
.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next i {
    position: relative;
    text-align: center;
    right: 38px
}

.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next:hover i {
    right: 29px
}

.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev:hover i {
    left: 29px
}

.nectar-slider-wrap[data-button-styling=btn_with_preview] .swiper-container .slider-prev i,
.nectar-slider-wrap[data-button-styling=btn_with_preview] .swiper-container .slider-next i {
    font-size: 34px
}

.nectar-slider-wrap[data-button-styling=btn_with_preview] .swiper-container .swiper-slide {
    transition: transform .525s cubic-bezier(.645, .045, .355, 1) 0s;
    -webkit-transition: transform .525s cubic-bezier(.645, .045, .355, 1) 0s
}

.nectar-slider-wrap[data-button-styling=btn_with_preview] .swiper-container .slider-next,
.nectar-slider-wrap[data-button-styling=btn_with_preview] .swiper-container .slider-prev {
    transition: margin .525s cubic-bezier(.645, .045, .355, 1) 0s;
    -webkit-transition: margin .525s cubic-bezier(.645, .045, .355, 1) 0s
}

.nectar-slider-wrap[data-button-styling=btn_with_preview] .swiper-container .swiper-slide.high-z-index {
    z-index: 1000;
    transform: translate(-161px, 0px);
    -webkit-transform: translate(-165px, 0px)
}

.nectar-slider-wrap[data-button-styling=btn_with_preview] .swiper-container .swiper-slide.prev-high-z-index {
    z-index: 1000;
    transform: translate(161px, 0px);
    -webkit-transform: translate(165px, 0px)
}

.nectar-slider-wrap[data-button-styling=btn_with_preview] .swiper-container .swiper-slide.prev-high-z-index-static {
    z-index: 1000
}

.nectar-slider-wrap[data-button-styling=btn_with_preview] .swiper-container .slider-next.next-arrow-move {
    margin-right: 3px
}

.nectar-slider-wrap[data-button-styling=btn_with_preview] .swiper-container .slider-prev.prev-arrow-move {
    margin-left: 15px
}

.nectar-slider-wrap[data-button-styling=btn_with_preview] .swiper-container .swiper-slide.next-move {
    z-index: 100;
    transform: translate(-40px, 0px);
    -webkit-transform: translate(-40px, 0px)
}

.nectar-slider-wrap[data-button-styling=btn_with_preview] .swiper-container .swiper-slide.prev-move {
    z-index: 100;
    transform: translate(40px, 0px);
    -webkit-transform: translate(40px, 0px)
}

@media only screen and (max-width:999px) {
    .nectar-slider-wrap[data-bg-animation=ken_burns]:not([data-overall_style="directional"]) .swiper-slide .slide-bg-wrap {
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (max-width:999px) {
    .nectar-slider-loading {
        display: none
    }

    .nectar-slider-wrap[data-transition=fade]:not(.nectar-slider-enabled) .swiper-slide:not(.swiper-slide-active) {
        opacity: 1
    }

    .swiper-container[data-tho=auto][data-tco=auto][data-pho=auto][data-pco=auto] .swiper-slide .content {
        visibility: visible
    }

    .nectar-slider-wrap .swiper-slide[data-y-pos=middle] .content {
        top: 50% !important;
        -webkit-transform: translateY(-50%) translateZ(0);
        transform: translateY(-50%) translateZ(0)
    }

    .nectar-slider-wrap .swiper-slide[data-y-pos=bottom] .content {
        bottom: 75px !important;
        top: auto !important
    }

    body:not([data-permanent-transparent="1"]) .nectar-slider-wrap .swiper-slide[data-y-pos=top] .content {
        top: 75px !important
    }
}

@media only screen and (max-width:690px) {
    .nectar-slider-wrap .swiper-slide[data-y-pos=bottom] .content {
        bottom: 50px !important;
        top: auto !important
    }

    body:not([data-permanent-transparent="1"]) .nectar-slider-wrap .swiper-slide[data-y-pos=top] .content {
        top: 50px !important
    }
}

@media only screen and (min-width:690px) and (max-width:999px) {
    .swiper-slide[data-tablet-content-width="90%"][data-x-pos=centered] .content,
    .swiper-slide[data-tablet-content-width="80%"][data-x-pos=centered] .content,
    .swiper-slide[data-tablet-content-width="70%"][data-x-pos=centered] .content,
    .swiper-slide[data-tablet-content-width="60%"][data-x-pos=centered] .content,
    .swiper-slide[data-tablet-content-width="50%"][data-x-pos=centered] .content {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .swiper-slide[data-tablet-content-width="90%"][data-x-pos=centered][data-y-pos=middle] .content,
    .swiper-slide[data-tablet-content-width="80%"][data-x-pos=centered][data-y-pos=middle] .content,
    .swiper-slide[data-tablet-content-width="70%"][data-x-pos=centered][data-y-pos=middle] .content,
    .swiper-slide[data-tablet-content-width="60%"][data-x-pos=centered][data-y-pos=middle] .content,
    .swiper-slide[data-tablet-content-width="50%"][data-x-pos=centered][data-y-pos=middle] .content {
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }

    .swiper-slide[data-tablet-content-width="90%"] .content {
        width: 90%
    }

    .swiper-slide[data-tablet-content-width="80%"] .content {
        width: 80%
    }

    .swiper-slide[data-tablet-content-width="70%"] .content {
        width: 70%
    }

    .swiper-slide[data-tablet-content-width="60%"] .content {
        width: 60%
    }

    .swiper-slide[data-tablet-content-width="50%"] .content {
        width: 50%
    }
}

@media only screen and (min-width:1000px) {
    .swiper-slide[data-tablet-content-width="90%"][data-x-pos=centered] .content,
    .swiper-slide[data-tablet-content-width="80%"][data-x-pos=centered] .content,
    .swiper-slide[data-tablet-content-width="70%"][data-x-pos=centered] .content,
    .swiper-slide[data-tablet-content-width="60%"][data-x-pos=centered] .content,
    .swiper-slide[data-tablet-content-width="50%"][data-x-pos=centered] .content {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .swiper-slide[data-desktop-content-width="90%"] .content {
        width: 90%
    }

    .swiper-slide[data-desktop-content-width="80%"] .content {
        width: 80%
    }

    .swiper-slide[data-desktop-content-width="70%"] .content {
        width: 70%
    }

    .swiper-slide[data-desktop-content-width="60%"] .content {
        width: 60%
    }

    .swiper-slide[data-desktop-content-width="50%"] .content {
        width: 50%
    }
}

@media only screen and (max-width:999px) {
    .swiper-container[data-bullet_position="right"] .slider-pagination-wrap,
    .swiper-container[data-bullet_position="left"] .slider-pagination-wrap {
        margin-top: 0 !important
    }
}

@media only screen and (min-width:690px) {
    .swiper-container[data-bullet_position="right"] .slider-pagination-wrap,
    .swiper-container[data-bullet_position="left"] .slider-pagination-wrap {
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%)
    }

        .swiper-container[data-bullet_position="left"] .slider-pagination-wrap .slider-pagination,
        .swiper-container[data-bullet_position="right"] .slider-pagination-wrap .slider-pagination {
            width: 30px;
            display: inline-block;
            line-height: 0
        }

    .swiper-container[data-bullet_position="right"] .slider-pagination-wrap {
        text-align: right;
        margin-right: -12px
    }

    .swiper-container[data-bullet_position="left"] .slider-pagination-wrap {
        text-align: left;
        margin-left: -12px
    }

        .swiper-container[data-bullet_position="left"] .slider-pagination-wrap.extra-room {
            margin-left: -65px
        }

    .swiper-container[data-bullet_position="right"] .slider-pagination-wrap.extra-room {
        margin-right: -65px
    }

    .using-mobile-browser .parallax_slider_outer .swiper-slide .container {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@media only screen and (max-width:999px) {
    [data-parallax=true][data-parallax-disable-mobile=true] .swiper-slide .image-bg,
    [data-parallax=true][data-parallax-disable-mobile=true] .swiper-slide .video-wrap {
        -webkit-transform: none !important;
        transform: none !important;
        height: 100% !important
    }
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
    .swiper-container {
        height: 625px
    }
}

@media only screen and (max-width:999px) and (min-width:690px) {
    .swiper-container {
        height: 530px
    }
}

@media only screen and (max-width:690px) {
    .swiper-container {
        height: 275px
    }

    #boxed .vc_span12 .nectar-slider-wrap[data-full-width=boxed-full-width],
    #boxed .vc_col-sm-12 .nectar-slider-wrap[data-full-width=boxed-full-width] {
        margin-left: -50vw !important;
        left: 50% !important;
        width: 100vw !important
    }
}

@media only screen and (min-width:690px) {
    .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev i,
    .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next i {
        width: 80px
    }
}

@media only screen and (min-width :690px) and (max-width :999px) {
    .swiper-container .slider-prev {
        left: 0
    }

    body .swiper-slide .content h2 {
        font-size: 33px;
        line-height: 57px;
        margin-bottom: 8px
    }

    body .swiper-slide .content p,
    body .swiper-slide .content p.transparent-bg span {
        font-size: 13px;
        line-height: 26px
    }

    .nectar-slider-wrap[data-full-width=false] .swiper-slide .content h2,
    #boxed .swiper-slide .content h2 {
        font-size: 22px;
        line-height: 40px
    }

        .nectar-slider-wrap[data-full-width=false] .swiper-slide .content p,
        #boxed .swiper-slide .content h2 p {
            font-size: 10px;
            padding-bottom: 10px;
            line-height: 20px
        }

    body .vc_span3 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content p,
    body .vc_span4 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content p,
    body .vc_span6 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content p,
    body .vc_span8 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content p,
    body .vc_span9 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content p,
    body .vc_col-sm-3 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content p,
    body .vc_col-sm-4 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content p,
    body .vc_col-sm-6 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content p,
    body .vc_col-sm-8 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content p,
    body .vc_col-sm-9 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content p {
        font-size: 17px;
        line-height: 28px
    }

    body .vc_span3 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content a,
    body .vc_span4 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content a,
    body .vc_span6 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content a,
    body .vc_span8 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content a,
    body .vc_span9 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content a,
    body .vc_col-sm-3 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content a,
    body .vc_col-sm-4 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content a,
    body .vc_col-sm-9 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content a,
    body .vc_col-sm-8 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content a,
    body .vc_col-sm-9 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content a {
        letter-spacing: 1px;
        font-size: 9px;
        padding: 8px 13px
    }

    .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev i,
    .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next i {
        width: 50px;
        font-size: 46px
    }

    .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev,
    .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next {
        width: 50px
    }

    .swiper-slide .button a,
    body div[data-button-sizing=large] .swiper-slide .button a,
    body div[data-button-sizing=jumbo] .swiper-slide .button a {
        padding: 9px 15px
    }

    .swiper-slide .button.transparent a,
    .swiper-slide .button.transparent_2 a,
    div[data-button-sizing=large] .swiper-slide .button.transparent a,
    div[data-button-sizing=large] .swiper-slide .button.transparent_2 a,
    div[data-button-sizing=jumbo] .swiper-slide .button.transparent a,
    div[data-button-sizing=jumbo] .swiper-slide .button.transparent_2 a {
        padding: 7px 15px
    }

    .nectar-slider-wrap[data-full-width=false] .swiper-slide .content {
        padding: 0 80px
    }

    .nectar-slider-wrap[data-full-width=boxed-full-width] {
        margin: 0 -42px
    }

        .nectar-slider-wrap[data-full-width=boxed-full-width] .swiper-slide .content {
            padding: 0 50px
        }

    .swiper-slide .content h2 {
        letter-spacing: -1px
    }

    .nectar-slider-wrap .swiper-container .swiper-slide .button a {
        font-size: 11px
    }
}

@media only screen and (min-device-width:481px) and (max-device-width:1025px) and (orientation:landscape) {
    .swiper-slide .content p,
    .swiper-slide .content h2,
    .swiper-slide .content .buttons,
    .nectar-slider-wrap[data-caption-trans=reveal_title] .swiper-slide .content h2 .word .nectar-slider-wrap[data-caption-trans=reveal_title] .swiper-slide .content h2 > span span {
        opacity: 1 !important;
        padding: 0 !important
    }

    .parallax_slider_outer.first-section .nectar-slider-wrap {
        position: relative;
        max-width: 100%;
        overflow-x: hidden
    }
}

@media only screen and (min-width :690px) and (max-width :999px) {
    body[data-ext-responsive=true] .vc_span12 .nectar-slider-wrap[data-full-width=boxed-full-width],
    body[data-ext-responsive=true] .vc_col-sm-12 .nectar-slider-wrap[data-full-width=boxed-full-width] {
        margin: 0 -7%
    }
}

@media only screen and (min-width :1px) and (max-width :999px) {
    .nectar-slider-wrap {
        margin-top: 0;
        margin-left: -1px
    }

    body .nectar-slider-loading {
        background-position: center;
        top: 0
    }

    .nectar-slider-loading .loading-icon {
        height: 100%
    }

    body .swiper-wrapper .slider-down-arrow {
        display: none
    }

    .nectar-slider-wrap[data-fullscreen=true] .swiper-wrapper .slider-down-arrow {
        display: block;
        bottom: 0;
        margin-left: -30px
    }

        .nectar-slider-wrap[data-fullscreen=true] .swiper-wrapper .slider-down-arrow i {
            font-size: 14px !important;
            opacity: 1;
            -webkit-transform: none;
            -o-transform: none;
            transform: none
        }

    .parallax_slider_outer.first-section .slider-pagination,
    .nectar-slider-wrap.first-section .slider-pagination {
        padding: 0
    }

    #boxed .container-wrap .row > .nectar-slider-wrap.first-section[data-full-width=boxed-full-width][data-parallax=false] {
        margin-top: -40px
    }

    .parallax_slider_outer.first-section .nectar-slider-wrap {
        position: relative;
        max-width: 100%;
        overflow-x: hidden
    }

    .parallax_slider_outer.first-section .nectar-slider-wrap,
    #full_width_portfolio .project-title.parallax-effect {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0)
    }

    .parallax_slider_outer.first-section,
    body .parallax-disabled,
    .parallax-disabled .nectar-slider-wrap {
        margin-top: 0
    }

        .parallax_slider_outer.first-section .swiper-slide .content {
            opacity: 1 !important;
            transform: translate(0, 0);
            -webkit-transform: translate(0, 0)
        }

        .parallax_slider_outer.first-section .nectar-slider-wrap {
            left: 1px
        }

    .loaded .swiper-slide {
        top: -1px
    }

    .swiper-slide .mejs-overlay {
        z-index: 1000
    }

    .swiper-slide .mejs-poster {
        opacity: 1
    }

    .swiper-slide .content p img {
        max-width: 100%
    }

    .parallax_slider_outer.first-section .swiper-slide .content,
    .nectar-slider-wrap.first-section .swiper-slide .content {
        margin-top: 3px;
        margin-left: 2px
    }

    .parallax_slider_outer.first-section .slider-pagination,
    .nectar-slider-wrap.first-section .slider-pagination {
        padding-left: 2px
    }
}

@media only screen and (max-width :690px) {
    body[data-ext-responsive=true] .vc_span12 .nectar-slider-wrap[data-full-width=boxed-full-width],
    body[data-ext-responsive=true] .vc_col-sm-12 .nectar-slider-wrap[data-full-width=boxed-full-width] {
        margin: 0 -9%
    }

    .swiper-container .slider-next,
    .swiper-container .slider-prev {
        display: none
    }

    .swiper-container .slider-pagination-wrap {
        bottom: 5px
    }

    body .nectar-slider-wrap[data-fullscreen=false] .swiper-slide .content p {
        padding-bottom: 7px
    }

    body .swiper-slide .content .buttons {
        padding-top: 10px
    }

    .nectar-slider-wrap[data-fullscreen=false] .swiper-slide .button a {
        font-size: 10px;
        padding: 7px 11px
    }

    body .nectar-slider-wrap[data-fullscreen=false] .swiper-slide .button.transparent a,
    body .nectar-slider-wrap[data-fullscreen=false] .swiper-slide .button.transparent_2 a {
        padding: 5px 11px;
        border-width: 1px
    }

    body .swiper-container .slider-next,
    body .swiper-container .slider-prev {
        display: none
    }

    body .swiper-container[data-bullet_style="see_through_ar_visualized"] .slider-pagination-wrap .swiper-pagination-switch,
    body .swiper-container[data-bullet_style="see_through_ar_visualized"] .slider-pagination-wrap .swiper-pagination-switch {
        width: 25px;
        vertical-align: bottom;
        margin-bottom: 0;
        margin: 0
    }

    body .swiper-container[data-bullet_style="see_through_ar_visualized"] .slider-pagination-wrap,
    body .swiper-container[data-bullet_style="see_through_ar_visualized"] .slider-pagination-wrap {
        bottom: 15px
    }

    body .swiper-container .slider-pagination svg {
        width: 14px
    }

    .slider-pagination .swiper-pagination-switch {
        height: 8px;
        width: 8px
    }

    body .nectar-slider-wrap[data-fullscreen=true] .swiper-slide .content h2,
    body .vc_span3 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content h2,
    body .vc_span4 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content h2,
    body .vc_span6 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content h2,
    body .vc_span8 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content h2,
    body .vc_span9 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content h2,
    body .vc_col-sm-3 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content h2,
    body .vc_col-sm-4 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content h2,
    body .vc_col-sm-6 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content h2,
    body .vc_col-sm-8 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content h2,
    body .vc_col-sm-9 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content h2 {
        font-size: 33px !important;
        line-height: 57px !important;
        margin-bottom: 8px;
        letter-spacing: -.5px
    }

    body .nectar-slider-wrap[data-fullscreen=true] .swiper-slide .content p,
    body .vc_span3 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content p,
    body .vc_span4 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content p,
    body .vc_span6 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content p,
    body .vc_span8 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content p,
    body .vc_span9 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content p,
    body .vc_col-sm-3 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content p,
    body .vc_col-sm-4 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content p,
    body .vc_col-sm-6 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content p,
    body .vc_col-sm-8 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content p,
    body .vc_col-sm-9 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .content p {
        font-size: 13px !important;
        line-height: 26px !important;
        padding-bottom: 7px
    }

    .nectar-slider-wrap[data-fullscreen=true] .swiper-slide .button a,
    body .vc_span3 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .button a,
    body .vc_span4 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .button a,
    body .vc_span6 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .button a,
    body .vc_span8 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .button a,
    body .vc_span9 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .button a,
    body .vc_col-sm-3 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .button a,
    body .vc_col-sm-4 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .button a,
    body .vc_col-sm-6 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .button a,
    body .vc_col-sm-8 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .button a,
    body .vc_col-sm-9 .nectar-slider-wrap[data-flexible-height=true] .swiper-slide .button a {
        font-size: 9px;
        padding: 8px 13px;
        letter-spacing: .5px
    }

    body .nectar-slider-wrap[data-fullscreen=true] .swiper-slide .button.transparent a,
    body .nectar-slider-wrap[data-fullscreen=true] .swiper-slide .button.transparent_2 a {
        font-size: 9px;
        padding: 6px 13px;
        letter-spacing: .5px
    }

    .nectar-slider-wrap[data-full-width=false] .swiper-slide .content h2,
    #boxed .swiper-slide .content h2 {
        font-size: 16px;
        line-height: 30px
    }

    .nectar-slider-wrap[data-full-width=false] .swiper-slide .content p,
    #boxed .swiper-slide .content p {
        font-size: 6px;
        padding-bottom: 4px;
        line-height: 11px
    }

    .nectar-slider-wrap[data-full-width=false] .swiper-slide .content,
    .nectar-slider-wrap[data-full-width=false]:not([data-parallax=true]) .swiper-slide .content {
        padding: 0 15px
    }

    .nectar-slider-wrap[data-full-width=boxed-full-width] {
        margin: 0 -22px
    }

        .nectar-slider-wrap[data-full-width=boxed-full-width] .swiper-slide .content {
            padding: 0 5px
        }

    .swiper-slide .buttons > div {
        padding-left: 0 !important
    }

    .swiper-slide .content h2 {
        margin-bottom: 3px
    }

    body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev,
    body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next {
        display: block
    }

        body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev i,
        body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next i {
            width: 24px;
            font-size: 24px
        }

        body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next i,
        body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next:hover i {
            right: 15px
        }

        body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev i,
        body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev:hover i {
            left: 15px
        }

    body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev,
    .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next {
        width: 30px
    }
}

#single-below-header .nectar-social.hover {
    margin-right: 14px
}

.nectar-social.hover {
    position: relative
}

    .nectar-social.hover > *:not(.share-btn) {
        margin-bottom: 14px
    }

    .nectar-social.hover > div:not(.share-btn) {
        display: inline-block
    }

#ajax-content-wrap .nectar-social.hover .nectar-love-button span {
    padding-left: 0
}

.nectar-social.hover .share-btn i {
    -webkit-transition: none;
    transition: none
}

.nectar-social.hover .share-btn,
.nectar-social.hover > div span,
body .nectar-social.hover .nectar-love .nectar-love-count {
    font-size: 14px;
    line-height: 28px
}

.nectar-social.hover > div a > span {
    -webkit-transition: color .45s cubic-bezier(.25, 1, .33, 1);
    transition: color .45s cubic-bezier(.25, 1, .33, 1)
}

.nectar-social.hover .share-btn,
.nectar-social.hover > div a > span {
    cursor: pointer;
    -webkit-transition: color .45s cubic-bezier(.25, 1, .33, 1);
    transition: color .45s cubic-bezier(.25, 1, .33, 1)
}

.nectar-social.hover .share-btn,
.nectar-social.hover > div a {
    display: inline-block;
    border: 2px solid rgba(0, 0, 0, .1);
    padding: 6px 20px;
    -webkit-transition: border-color .45s cubic-bezier(.25, 1, .33, 1);
    transition: border-color .45s cubic-bezier(.25, 1, .33, 1);
    border-radius: 100px
}

    .nectar-social.hover .share-btn,
    .nectar-social.hover > div a > span,
    .sharing-default-minimal .nectar-love {
        color: #888
    }

#single-meta .nectar-social.hover .share-btn {
    padding-left: 20px
}

.nectar-social.hover .share-btn:hover,
.nectar-social.hover > div a:hover {
    border-color: rgba(0, 0, 0, .5)
}

.nectar-social.hover .nectar-social-inner {
    position: absolute;
    left: 0;
    pointer-events: none;
    width: 300px
}

.nectar-social.hover .share-btn {
    margin-right: 14px
}

.nectar-social.hover i.icon-default-style[class^=icon-],
.nectar-social.hover i[class^=icon-] {
    margin-right: 7px;
    font-size: 18px;
    line-height: 23px;
    height: 20px;
    -webkit-transition: color .45s cubic-bezier(.25, 1, .33, 1);
    transition: color .45s cubic-bezier(.25, 1, .33, 1)
}

.nectar-social.hover .nectar-social-inner a i {
    font-size: 16px
}

.nectar-social.hover .nectar-social-inner a {
    transform: translateX(-20px);
    opacity: 0;
    height: 45px;
    width: 45px;
    padding: 0;
    color: #ddd;
    margin: 0 14px 14px 0;
    text-align: center;
    line-height: 43px
}

.nectar-social.hover[data-position=right] .nectar-social-inner a {
    transform: translateX(20px)
}

.nectar-social.hover[data-position=right] .share-btn {
    float: right;
    margin-left: 14px;
    margin-right: 0
}

.nectar-social.hover[data-position=right] .nectar-social-inner {
    left: auto;
    text-align: right;
    right: 0
}

.nectar-social.hover.visible .nectar-social-inner a:not(:hover):nth-child(2) {
    transition-delay: .03s
}

.nectar-social.hover.visible .nectar-social-inner a:not(:hover):nth-child(3) {
    transition-delay: .06s
}

.nectar-social.hover.visible .nectar-social-inner a:not(:hover):nth-child(4) {
    transition-delay: .09s
}

.nectar-social.hover.visible .nectar-social-inner a:not(:hover):nth-child(5) {
    transition-delay: .12s
}

.nectar-social.hover .share-btn,
.nectar-social.hover .nectar-love-button,
.nectar-social.hover .nectar-social-inner a {
    -webkit-transition: all .4s cubic-bezier(.25, 1, .33, 1);
    transition: all .4s cubic-bezier(.25, 1, .33, 1),
}

.nectar-social.hover.visible .share-btn,
.nectar-social.hover.visible .nectar-love-button {
    opacity: 0;
    pointer-events: none
}

.nectar-social.hover.visible .nectar-social-inner a,
.nectar-social.hover.visible[data-position=right] .nectar-social-inner a {
    transform: translateX(0px);
    opacity: 1
}

.nectar-social.hover.visible .nectar-social-inner {
    pointer-events: all
}

.nectar-social.fixed > a:before {
    background-color: #000
}

@media only screen and (max-width:999px) {
    .nectar-social.fixed > a {
        transition: all .35s cubic-bezier(.15, .2, .1, 1);
        -webkit-transition: all .35s cubic-bezier(.15, .2, .1, 1);
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    .nectar-social.fixed {
        margin: 0;
        height: 50px;
        pointer-events: none
    }

        .nectar-social.fixed.visible > a {
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        .nectar-social.fixed.visible {
            pointer-events: auto
        }
}

.nectar-social.fixed {
    position: fixed;
    right: 34px;
    bottom: 34px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    z-index: 1000
}

    .nectar-social.fixed > a {
        height: 50px;
        width: 50px;
        line-height: 52px;
        text-align: center;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 10
    }

        .nectar-social.fixed > a:before {
            display: block;
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            transition: all .45s cubic-bezier(.15, .2, .1, 1);
            -webkit-transition: all .45s cubic-bezier(.15, .2, .1, 1);
            height: 100%;
            transform: translateZ(0);
            backface-visibility: hidden;
            border-radius: 50%
        }

    .nectar-social.fixed:hover > a:before {
        box-shadow: 0 7px 15px rgba(0, 0, 0, .2)
    }

    .nectar-social.fixed > a > [class^=icon-].icon-default-style {
        font-size: 16px;
        height: 50px;
        width: 50px;
        line-height: 50px;
        color: #fff;
        left: -1px;
        top: 0;
        z-index: 10;
        position: relative
    }

    .nectar-social.fixed .nectar-social-inner {
        position: absolute;
        height: 50px;
        width: 50px;
        bottom: 0;
        left: 0;
        z-index: 1;
        text-align: center
    }

        .nectar-social.fixed .nectar-social-inner a {
            display: block;
            line-height: 36px;
            height: 36px;
            padding: 0;
            margin: 0;
            width: 36px;
            left: 7px;
            position: absolute;
            opacity: 0;
            border: none;
            top: 0;
            box-shadow: 0 7px 15px rgba(0, 0, 0, .2);
            border-radius: 50%;
            -webkit-transition: all .45s cubic-bezier(.15, .2, .1, 1);
            transition: all .45s cubic-bezier(.15, .2, .1, 1)
        }

            .nectar-social.fixed > a:after,
            .nectar-social.fixed .nectar-social-inner a:after {
                background-color: #fff;
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                opacity: 0;
                content: '';
                display: block;
                border-radius: 50%
            }

    .nectar-social.fixed a:after {
        -webkit-transition: opacity .25s cubic-bezier(.15, .2, .1, 1);
        transition: opacity .25s cubic-bezier(.15, .2, .1, 1)
    }

@keyframes socialButtonFlash {
    0% {
        opacity: 0;
        transform: scale(1)
    }

    25% {
        opacity: .22;
        transform: scale(1.1115)
    }

    100% {
        opacity: 0;
        transform: scale(1.23)
    }
}

.nectar-social.fixed:hover > a:after {
    -webkit-animation: socialButtonFlash .45s cubic-bezier(.15, .2, .1, 1) forwards;
    animation: socialButtonFlash .45s cubic-bezier(.15, .2, .1, 1) forwards
}

.nectar-social.fixed a:hover:after {
    opacity: .2
}

.nectar-social.fixed:hover > a:before {
    -webkit-transform: scale(1.23) translateZ(0);
    transform: scale(1.23) translateZ(0)
}

.nectar-social.fixed .nectar-social-inner a:nth-child(1) {
    transform: translateY(0px) scale(0);
    -webkit-transform: translateY(0px) scale(0)
}

.nectar-social.fixed .nectar-social-inner a:nth-child(2) {
    -webkit-transform: translateY(-36px) scale(0);
    transform: translateY(-36px) scale(0)
}

.nectar-social.fixed .nectar-social-inner a:nth-child(3) {
    -webkit-transform: translateY(-86px) scale(0);
    transform: translateY(-86px) scale(0)
}

.nectar-social.fixed .nectar-social-inner a:nth-child(4) {
    -webkit-transform: translateY(-136px) scale(0);
    transform: translateY(-136px) scale(0)
}

.nectar-social.fixed .nectar-social-inner a:nth-child(5) {
    -webkit-transform: translateY(-186px) scale(0);
    transform: translateY(-186px) scale(0)
}

.nectar-social.fixed:hover .nectar-social-inner a:nth-child(1) {
    -webkit-transition: all .45s cubic-bezier(.15, .2, .1, 1);
    -webkit-transform: translateY(-56px) scale(1);
    transition: all .45s cubic-bezier(.15, .2, .1, 1);
    transform: translateY(-56px) scale(1);
    opacity: 1
}

.nectar-social.fixed:hover .nectar-social-inner a:nth-child(2) {
    -webkit-transition: all .45s cubic-bezier(.15, .2, .1, 1);
    -webkit-transform: translateY(-106px) scale(1);
    transition: all .45s cubic-bezier(.15, .2, .1, 1);
    transform: translateY(-106px) scale(1);
    opacity: 1
}

.nectar-social.fixed:hover .nectar-social-inner a:nth-child(3) {
    -webkit-transition: all .45s cubic-bezier(.15, .2, .1, 1);
    -webkit-transform: translateY(-156px) scale(1);
    transition: all .45s cubic-bezier(.15, .2, .1, 1);
    transform: translateY(-156px) scale(1);
    opacity: 1
}

.nectar-social.fixed:hover .nectar-social-inner a:nth-child(4) {
    -webkit-transition: all .45s cubic-bezier(.15, .2, .1, 1);
    -webkit-transform: translateY(-206px) scale(1);
    transition: all .45s cubic-bezier(.15, .2, .1, 1);
    transform: translateY(-206px) scale(1);
    opacity: 1
}

.nectar-social.fixed:hover .nectar-social-inner a:nth-child(5) {
    -webkit-transition: all .45s cubic-bezier(.15, .2, .1, 1);
    -webkit-transform: translateY(-256px) scale(1);
    transition: all .45s cubic-bezier(.15, .2, .1, 1);
    transform: translateY(-256px) scale(1);
    opacity: 1
}

.nectar-social.fixed:hover {
    height: 340px
}

body .nectar-social.fixed a i,
#ajax-content-wrap .nectar-social.fixed a i {
    color: #fff;
    font-size: 14px;
    top: 0;
    padding-right: 0;
    display: block
}

body .nectar-social.fixed .nectar-social-inner a i,
#ajax-content-wrap .nectar-social.fixed .nectar-social-inner a i {
    height: 36px;
    line-height: 36px;
    width: 36px
}

.nectar-social.fixed .google-plus-share i {
    font-size: 12px
}

.sharing-default-minimal .nectar-social .love-text {
    display: inline
}

.sharing-default-minimal .nectar-social .love-text,
.sharing-default-minimal .nectar-social .social-text,
#ajax-content-wrap .sharing-default-minimal .nectar-social .social-text {
    display: inline-block;
    opacity: 1;
    font-size: 15px;
    line-height: 15px
}

.sharing-default-minimal .nectar-social .facebook-share,
.nectar-social.hover .facebook-share:hover,
#single-below-header .nectar-social.hover .facebook-share:hover {
    border-color: #6a75c8;
    color: #6a75c8;
    transition: all .2s ease
}

.sharing-default-minimal .nectar-social .twitter-share,
.nectar-social.hover .twitter-share:hover,
#single-below-header .nectar-social.hover .twitter-share:hover {
    border-color: #6abaf7;
    color: #6abaf7;
    transition: all .2s ease
}

.sharing-default-minimal .nectar-social .linkedin-share,
.nectar-social.hover .linkedin-share:hover,
#single-below-header .nectar-social.hover .linkedin-share:hover {
    border-color: #2e82d9;
    color: #2e82d9;
    transition: all .2s ease
}

.sharing-default-minimal .nectar-social .pinterest-share,
.nectar-social.hover .pinterest-share:hover,
#single-below-header .nectar-social.hover .pinterest-share:hover {
    border-color: red;
    color: red;
    transition: all .2s ease
}

.sharing-default-minimal .nectar-social .facebook-share i {
    height: 15px;
    font-size: 15px;
    line-height: 19px;
    color: #6a75c8;
    padding-right: 3px;
    transition: all .2s ease
}

.sharing-default-minimal .nectar-social .twitter-share i {
    height: 15px;
    font-size: 16px;
    line-height: 18px;
    padding-right: 3px;
    color: #6abaf7;
    transition: all .2s ease
}

.sharing-default-minimal .nectar-social .google-plus-share i {
    height: 15px;
    font-size: 14px;
    line-height: 19px;
    padding-right: 3px;
    color: #f05660;
    transition: all .2s ease
}

.sharing-default-minimal .nectar-social .linkedin-share i {
    height: 15px;
    font-size: 14px;
    color: #2e82d9;
    padding-right: 3px;
    line-height: 16px;
    transition: all .2s ease
}

.sharing-default-minimal .nectar-social .pinterest-share i {
    height: 15px;
    font-size: 16px;
    color: red;
    padding-right: 3px;
    line-height: 18px;
    transition: all .2s ease
}

.sharing-default-minimal .nectar-social .facebook-share:hover,
.nectar-social.fixed .facebook-share {
    background-color: #6a75c8
}

.sharing-default-minimal .nectar-social .twitter-share:hover,
.nectar-social.fixed .twitter-share {
    background-color: #6abaf7
}

.sharing-default-minimal .nectar-social .linkedin-share:hover,
.nectar-social.fixed .linkedin-share {
    background-color: #2e82d9
}

.sharing-default-minimal .nectar-social .pinterest-share:hover,
.nectar-social.fixed .pinterest-share {
    background-color: red
}

.sharing-default-minimal .nectar-social a:hover {
    color: #fff
}

#ajax-content-wrap .sharing-default-minimal .nectar-social .nectar-love,
body .sharing-default-minimal .nectar-social .nectar-love {
    margin-top: 0;
    font-size: 15px;
    line-height: 22px
}

body .sharing-default-minimal .n-shortcode {
    border-right: none !important;
    top: -1px;
    position: relative
}

.col.centered-text .sharing-default-minimal .nectar-social-inner {
    text-align: center
}

.sharing-default-minimal .nectar-social-inner .nectar-love {
    border: 2px solid rgba(0, 0, 0, .2);
    padding: 7px 9px 7px 30px !important;
    margin-top: 50px;
    height: auto !important;
    font-size: 12px;
    margin-right: 10px;
    line-height: 20px;
    position: relative;
    transition: all .2s ease
}

.sharing-default-minimal .nectar-love.loved {
    border-color: transparent;
    background-color: #000
}

.sharing-default-minimal .n-shortcode .nectar-love .icon-salient-heart-2,
body .sharing-default-minimal .nectar-love i {
    font-size: 14px !important;
    margin-right: 8px;
    line-height: 20px;
    transition: all .2s ease
}

#ajax-content-wrap .sharing-default-minimal .nectar-love i,
body .sharing-default-minimal .hovered .nectar-love i {
    color: rgba(0, 0, 0, .2);
    transform: scale(1);
    opacity: 1;
    position: relative
}

.sharing-default-minimal .total_loves {
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    border-radius: 100px;
    padding: 2px 8px !important;
    margin-left: 28px;
    float: right;
    line-height: 12px;
    transition: all .2s ease
}

.sharing-default-minimal .nectar-love .total_loves .nectar-love-count {
    font-size: 10px;
    line-height: 16px;
    opacity: 1
}

.sharing-default-minimal .nectar-love:hover {
    background-color: #000
}

    .sharing-default-minimal .nectar-love:hover .total_loves,
    .sharing-default-minimal .nectar-love.loved .total_loves {
        background-color: rgba(255, 255, 255, .25)
    }

.sharing-default-minimal .nectar-love .icon-salient-heart-2:before {
    content: "\e00e" !important
}

.sharing-default-minimal .total_loves {
    display: block
}

.sharing-default-minimal a:hover .total_loves,
.sharing-default-minimal .nectar-love.loved .total_loves {
    color: #fff
}

#page-header-bg[data-post-hs=default_minimal] h1,
body.single-post .heading-title[data-header-style=default_minimal] .entry-title {
    text-align: center;
    margin: 0 auto
}

.sharing-default-minimal {
    text-align: left
}

    .sharing-default-minimal .nectar-social-inner > a {
        border: 2px solid #000;
        padding: 9px 30px !important;
        margin-right: 10px
    }

body[data-button-style^=rounded] .sharing-default-minimal .nectar-social-inner > a,
body[data-button-style^=rounded] .sharing-default-minimal .nectar-love {
    border-radius: 100px;
    line-height: 1px;
    margin: 10px 13px 10px 0;
    height: auto;
    display: inline-block
}

.sharing-default-minimal .nectar-social-inner > a,
.sharing-default-minimal .nectar-love {
    line-height: 1px;
    margin: 10px 13px 10px 0;
    height: auto;
    display: inline-block
}

.sharing-default-minimal .nectar-social-inner > a,
body[data-button-style^=rounded] .sharing-default-minimal .nectar-social-inner > a {
    line-height: 18px
}

.sharing-default-minimal .nectar-social .facebook-share:hover i,
.sharing-default-minimal .nectar-social .twitter-share:hover i,
.sharing-default-minimal .nectar-social .google-plus-share:hover i,
.sharing-default-minimal .nectar-social .linkedin-share:hover i,
.sharing-default-minimal .nectar-social .pinterest-share:hover i,
.sharing-default-minimal .nectar-love:hover i,
.sharing-default-minimal .nectar-love:hover,
.sharing-default-minimal .nectar-love.loved i,
.sharing-default-minimal .nectar-love.loved,
body .sharing-default-minimal .hovered .nectar-love.loved i,
#footer-outer .sharing-default-minimal .nectar-social a:hover {
    color: #fff !important
}

.post.masonry-blog-item .post-meta .nectar-love-wrap {
    float: right
}

.nectar-love-wrap .nectar-love-count {
    margin-left: 5px;
    font-size: 14px;
    line-height: 14px
}

body .nectar-love-wrap .total_loves {
    line-height: 14px
}

.nectar-love-wrap {
    line-height: 19px
}

article.post .post-meta .nectar-love-wrap {
    text-align: center
}

body .nectar-love-wrap i[class^=icon-] {
    font-size: 14px;
    height: 14px;
    top: -1px;
    transition: color .2s ease;
    line-height: 14px
}

.nectar-love {
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    width: auto;
    color: inherit;
    line-height: 11px;
    font-size: 14px;
    display: inline-block
}

    .nectar-love span {
        font-weight: 400;
        color: inherit;
        font-size: 12px;
        line-height: 12px;
        display: inline-block
    }

    .nectar-social .social-text,
    .nectar-social .love-text,
    .nectar-love .love-text {
        display: none
    }

body .pinterest-share i,
body .facebook-share i,
body .twitter-share i,
body .linkedin-share i,
.nectar-social .icon-default-style.steadysets-icon-share,
body [class^=icon-].icon-salient-heart,
body [class^=icon-].icon-salient-heart-2 {
    background-color: transparent;
    border-radius: 0;
    font-weight: 400;
    font-size: 20px;
    height: 20px;
    width: auto;
    line-height: 20px;
    color: #ddd
}

.nectar-social.hover .pinterest-share i,
.nectar-social.hover .facebook-share i,
.nectar-social.hover .twitter-share i,
.nectar-social.hover .linkedin-share i {
    color: inherit
}

.nectar-social .nectar-social-inner a,
.nectar-social .nectar-love-button .nectar-love,
.nectar-social.fixed > a {
    text-decoration: none !important
}

.sharing-default-minimal.post-bottom,
.salient-social-outer.post-bottom {
    margin-top: 40px
}

.sharing-default-minimal .nectar-love.loved,
body .nectar-social[data-color-override=override].fixed > a:before,
body .nectar-social[data-color-override=override].fixed .nectar-social-inner a,
.sharing-default-minimal .nectar-social[data-color-override=override] .nectar-social-inner a:hover {
    background-color: black
}

.nectar-social.hover .nectar-love.loved,
.nectar-social.hover > .nectar-love-button a:hover,
.nectar-social[data-color-override=override].hover > div a:hover,
#single-below-header .nectar-social[data-color-override=override].hover > div a:hover,
.nectar-social[data-color-override=override].hover .share-btn:hover,
.sharing-default-minimal .nectar-social[data-color-override=override] .nectar-social-inner a {
    border-color: #012539
}

    #single-below-header .nectar-social.hover .nectar-love.loved i,
    #single-below-header .nectar-social.hover[data-color-override=override] a:hover,
    #single-below-header .nectar-social.hover[data-color-override=override] a:hover i,
    #single-below-header .nectar-social.hover .nectar-love-button a:hover i,
    .nectar-love:hover i,
    .hover .nectar-love:hover .total_loves,
    .nectar-love.loved i,
    .nectar-social.hover .nectar-love.loved .total_loves,
    .nectar-social.hover .share-btn:hover,
    .nectar-social[data-color-override=override].hover .nectar-social-inner a:hover,
    .nectar-social[data-color-override=override].hover > div:hover span,
    .sharing-default-minimal .nectar-social[data-color-override=override] .nectar-social-inner a:not(:hover) i,
    .sharing-default-minimal .nectar-social[data-color-override=override] .nectar-social-inner a:not(:hover) {
        color: #00a795
    }

@font-face {
    font-family: 'FontAwesome';
    src: url(../../../themes/salient/css/fonts/fontawesome-webfont3ea6.eot?v=4.2);
    src: url(../../../themes/salient/css/fonts/fontawesome-webfont.eot?#iefix&v=4.2) format('embedded-opentype'), url(../../../themes/salient/css/fonts/fontawesome-webfont.svg#fontawesomeregular?v=4.2) format('svg'), url(../../../themes/salient/css/fonts/fontawesome-webfont3ea6.woff?v=4.2) format('woff'), url(../../../themes/salient/css/fonts/fontawesome-webfont3ea6.ttf?v=4.2) format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
i[class*="fa-"],
span[class*="fa-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}

    [class^="icon-"]:before,
    [class*=" icon-"]:before {
        text-decoration: inherit;
        speak: none;
    }

.icon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333333333em;
}

[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.1428571428571428em;
    text-align: right;
    padding-right: 0.2857142857142857em;
}

    [class^="icon-"].icon-fixed-width.icon-large,
    [class*=" icon-"].icon-fixed-width.icon-large {
        width: 1.4285714285714286em;
    }

.icons-ul {
    margin-left: 2.142857142857143em;
    list-style-type: none;
}

    .icons-ul > li {
        position: relative;
    }

    .icons-ul .icon-li {
        position: absolute;
        left: -2.142857142857143em;
        width: 2.142857142857143em;
        text-align: center;
        line-height: inherit;
    }

[class^="icon-"].hide,
[class*=" icon-"].hide {
    display: none;
}

.icon-muted {
    color: #eeeeee;
}

.icon-light {
    color: #ffffff;
}

.icon-dark {
    color: #333333;
}

.icon-border {
    border: solid 1px #eeeeee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.icon-2x {
    font-size: 2em;
}

    .icon-2x.icon-border {
        border-width: 2px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.icon-3x {
    font-size: 3em;
}

    .icon-3x.icon-border {
        border-width: 3px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

.icon-4x {
    font-size: 4em;
}

    .icon-4x.icon-border {
        border-width: 4px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

.icon-5x {
    font-size: 5em;
}

    .icon-5x.icon-border {
        border-width: 5px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
    }

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
    margin-right: .3em;
}

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
    margin-left: .3em;
}

[class^="icon-"],
[class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
    background-image: none;
}

.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
    line-height: .9em;
}

.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
    display: inline-block;
}

.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
    line-height: .9em;
}

.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em;
}

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em;
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em;
}

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
    margin-top: 0;
}

    .btn.btn-large [class^="icon-"].pull-left.icon-2x,
    .btn.btn-large [class*=" icon-"].pull-left.icon-2x,
    .btn.btn-large [class^="icon-"].pull-right.icon-2x,
    .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
        margin-top: .05em;
    }

    .btn.btn-large [class^="icon-"].pull-left.icon-2x,
    .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
        margin-right: .2em;
    }

    .btn.btn-large [class^="icon-"].pull-right.icon-2x,
    .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
        margin-left: .2em;
    }

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
    line-height: inherit;
}

.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%;
}

    .icon-stack [class^="icon-"],
    .icon-stack [class*=" icon-"] {
        display: block;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        font-size: 1em;
        line-height: inherit;
        *line-height: 2em;
    }

    .icon-stack .icon-stack-base {
        font-size: 2em;
        *line-height: 1em;
    }

.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

a .icon-stack,
a .icon-spin {
    display: inline-block;
    text-decoration: none;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.icon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.icon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
    display: inline-block;
}

.icon-glass:before {
    content: "\f000";
}

.icon-music:before {
    content: "\f001";
}

.icon-search:before {
    content: "\f002";
}

.icon-envelope-alt:before {
    content: "\f003";
}

.icon-heart:before {
    content: "\f004";
}

.icon-star:before {
    content: "\f005";
}

.icon-star-empty:before {
    content: "\f006";
}

.icon-user:before {
    content: "\f007";
}

.icon-film:before {
    content: "\f008";
}

.icon-th-large:before {
    content: "\f009";
}

.icon-th:before {
    content: "\f00a";
}

.icon-th-list:before {
    content: "\f00b";
}

.icon-ok:before {
    content: "\f00c";
}

.icon-remove:before {
    content: "\f00d";
}

.icon-zoom-in:before {
    content: "\f00e";
}

.icon-zoom-out:before {
    content: "\f010";
}

.icon-power-off:before,
.icon-off:before {
    content: "\f011";
}

.icon-signal:before {
    content: "\f012";
}

.icon-gear:before,
.icon-cog:before {
    content: "\f013";
}

.icon-trash:before {
    content: "\f014";
}

.icon-home:before {
    content: "\f015";
}

.icon-file-alt:before {
    content: "\f016";
}

.icon-time:before {
    content: "\f017";
}

.icon-road:before {
    content: "\f018";
}

.icon-download-alt:before {
    content: "\f019";
}

.icon-download:before {
    content: "\f01a";
}

.icon-upload:before {
    content: "\f01b";
}

.icon-inbox:before {
    content: "\f01c";
}

.icon-play-circle:before {
    content: "\f01d";
}

.icon-rotate-right:before,
.icon-repeat:before {
    content: "\f01e";
}

.icon-refresh:before {
    content: "\f021";
}

.icon-list-alt:before {
    content: "\f022";
}

.icon-lock:before {
    content: "\f023";
}

.icon-flag:before {
    content: "\f024";
}

.icon-headphones:before {
    content: "\f025";
}

.icon-volume-off:before {
    content: "\f026";
}

.icon-volume-down:before {
    content: "\f027";
}

.icon-volume-up:before {
    content: "\f028";
}

.icon-qrcode:before {
    content: "\f029";
}

.icon-barcode:before {
    content: "\f02a";
}

.icon-tag:before {
    content: "\f02b";
}

.icon-tags:before {
    content: "\f02c";
}

.icon-book:before {
    content: "\f02d";
}

.icon-bookmark:before {
    content: "\f02e";
}

.icon-print:before {
    content: "\f02f";
}

.icon-camera:before {
    content: "\f030";
}

.icon-font:before {
    content: "\f031";
}

.icon-bold:before {
    content: "\f032";
}

.icon-italic:before {
    content: "\f033";
}

.icon-text-height:before {
    content: "\f034";
}

.icon-text-width:before {
    content: "\f035";
}

.icon-align-left:before {
    content: "\f036";
}

.icon-align-center:before {
    content: "\f037";
}

.icon-align-right:before {
    content: "\f038";
}

.icon-align-justify:before {
    content: "\f039";
}

.icon-list:before {
    content: "\f03a";
}

.icon-indent-left:before {
    content: "\f03b";
}

.icon-indent-right:before {
    content: "\f03c";
}

.icon-facetime-video:before {
    content: "\f03d";
}

.icon-picture:before {
    content: "\f03e";
}

.icon-pencil:before {
    content: "\f040";
}

.icon-map-marker:before {
    content: "\f041";
}

.icon-adjust:before {
    content: "\f042";
}

.icon-tint:before {
    content: "\f043";
}

.icon-edit:before {
    content: "\f044";
}

.icon-share:before {
    content: "\f045";
}

.icon-check:before {
    content: "\f046";
}

.icon-move:before {
    content: "\f047";
}

.icon-step-backward:before {
    content: "\f048";
}

.icon-fast-backward:before {
    content: "\f049";
}

.icon-backward:before {
    content: "\f04a";
}

.icon-play:before {
    content: "\f04b";
}

.icon-pause:before {
    content: "\f04c";
}

.icon-stop:before {
    content: "\f04d";
}

.icon-forward:before {
    content: "\f04e";
}

.icon-fast-forward:before {
    content: "\f050";
}

.icon-step-forward:before {
    content: "\f051";
}

.icon-eject:before {
    content: "\f052";
}

.icon-chevron-left:before {
    content: "\f053";
}

.icon-chevron-right:before {
    content: "\f054";
}

.icon-plus-sign:before {
    content: "\f055";
}

.icon-minus-sign:before {
    content: "\f056";
}

.icon-remove-sign:before {
    content: "\f057";
}

.icon-ok-sign:before {
    content: "\f058";
}

.icon-question-sign:before {
    content: "\f059";
}

.icon-info-sign:before {
    content: "\f05a";
}

.icon-screenshot:before {
    content: "\f05b";
}

.icon-remove-circle:before {
    content: "\f05c";
}

.icon-ok-circle:before {
    content: "\f05d";
}

.icon-ban-circle:before {
    content: "\f05e";
}

.icon-arrow-left:before {
    content: "\f060";
}

.icon-arrow-right:before {
    content: "\f061";
}

.icon-arrow-up:before {
    content: "\f062";
}

.icon-arrow-down:before {
    content: "\f063";
}

.icon-mail-forward:before,
.icon-share-alt:before {
    content: "\f064";
}

.icon-resize-full:before {
    content: "\f065";
}

.icon-resize-small:before {
    content: "\f066";
}

.icon-plus:before {
    content: "\f067";
}

.icon-minus:before {
    content: "\f068";
}

.icon-asterisk:before {
    content: "\f069";
}

.icon-exclamation-sign:before {
    content: "\f06a";
}

.icon-gift:before {
    content: "\f06b";
}

.icon-leaf:before {
    content: "\f06c";
}

.icon-fire:before {
    content: "\f06d";
}

.icon-eye-open:before {
    content: "\f06e";
}

.icon-eye-close:before {
    content: "\f070";
}

.icon-warning-sign:before {
    content: "\f071";
}

.icon-plane:before {
    content: "\f072";
}

.icon-calendar:before {
    content: "\f073";
}

.icon-random:before {
    content: "\f074";
}

.icon-comment:before {
    content: "\f075";
}

.icon-magnet:before {
    content: "\f076";
}

.icon-chevron-up:before {
    content: "\f077";
}

.icon-chevron-down:before {
    content: "\f078";
}

.icon-retweet:before {
    content: "\f079";
}

.icon-shopping-cart:before {
    content: "\f07a";
}

.icon-folder-close:before {
    content: "\f07b";
}

.icon-folder-open:before {
    content: "\f07c";
}

.icon-resize-vertical:before {
    content: "\f07d";
}

.icon-resize-horizontal:before {
    content: "\f07e";
}

.icon-bar-chart:before {
    content: "\f080";
}

.icon-twitter-sign:before {
    content: "\f081";
}

.icon-facebook-sign:before {
    content: "\f082";
}

.icon-camera-retro:before {
    content: "\f083";
}

.icon-key:before {
    content: "\f084";
}

.icon-gears:before,
.icon-cogs:before {
    content: "\f085";
}

.icon-comments:before {
    content: "\f086";
}

.icon-thumbs-up-alt:before {
    content: "\f087";
}

.icon-thumbs-down-alt:before {
    content: "\f088";
}

.icon-star-half:before {
    content: "\f089";
}

.icon-heart-empty:before {
    content: "\f08a";
}

.icon-signout:before {
    content: "\f08b";
}

.icon-linkedin-sign:before {
    content: "\f08c";
}

.icon-pushpin:before {
    content: "\f08d";
}

.icon-external-link:before {
    content: "\f08e";
}

.icon-signin:before {
    content: "\f090";
}

.icon-trophy:before {
    content: "\f091";
}

.icon-github-sign:before {
    content: "\f092";
}

.icon-upload-alt:before {
    content: "\f093";
}

.icon-lemon:before {
    content: "\f094";
}

.icon-phone:before {
    content: "\f095";
}

.icon-unchecked:before,
.icon-check-empty:before {
    content: "\f096";
}

.icon-bookmark-empty:before {
    content: "\f097";
}

.icon-phone-sign:before {
    content: "\f098";
}

.icon-twitter:before {
    content: "\f099";
}

.icon-facebook:before {
    content: "\f09a";
}

.icon-github:before {
    content: "\f09b";
}

.icon-unlock:before {
    content: "\f09c";
}

.icon-credit-card:before {
    content: "\f09d";
}

.icon-rss:before {
    content: "\f09e";
}

.icon-hdd:before {
    content: "\f0a0";
}

.icon-bullhorn:before {
    content: "\f0a1";
}

.icon-bell:before {
    content: "\f0a2";
}

.icon-certificate:before {
    content: "\f0a3";
}

.icon-hand-right:before {
    content: "\f0a4";
}

.icon-hand-left:before {
    content: "\f0a5";
}

.icon-hand-up:before {
    content: "\f0a6";
}

.icon-hand-down:before {
    content: "\f0a7";
}

.icon-circle-arrow-left:before {
    content: "\f0a8";
}

.icon-circle-arrow-right:before {
    content: "\f0a9";
}

.icon-circle-arrow-up:before {
    content: "\f0aa";
}

.icon-circle-arrow-down:before {
    content: "\f0ab";
}

.icon-globe:before {
    content: "\f0ac";
}

.icon-wrench:before {
    content: "\f0ad";
}

.icon-tasks:before {
    content: "\f0ae";
}

.icon-filter:before {
    content: "\f0b0";
}

.icon-briefcase:before {
    content: "\f0b1";
}

.icon-fullscreen:before {
    content: "\f0b2";
}

.icon-group:before {
    content: "\f0c0";
}

.icon-link:before {
    content: "\f0c1";
}

.icon-cloud:before {
    content: "\f0c2";
}

.icon-beaker:before {
    content: "\f0c3";
}

.icon-cut:before {
    content: "\f0c4";
}

.icon-copy:before {
    content: "\f0c5";
}

.icon-paperclip:before,
.icon-paper-clip:before {
    content: "\f0c6";
}

.icon-save:before {
    content: "\f0c7";
}

.icon-sign-blank:before {
    content: "\f0c8";
}

.icon-reorder:before {
    content: "\f0c9";
}

.icon-list-ul:before {
    content: "\f0ca";
}

.icon-list-ol:before {
    content: "\f0cb";
}

.icon-strikethrough:before {
    content: "\f0cc";
}

.icon-underline:before {
    content: "\f0cd";
}

.icon-table:before {
    content: "\f0ce";
}

.icon-magic:before {
    content: "\f0d0";
}

.icon-truck:before {
    content: "\f0d1";
}

.icon-pinterest:before {
    content: "\f0d2";
}

.icon-pinterest-sign:before {
    content: "\f0d3";
}

.icon-google-plus-sign:before {
    content: "\f0d4";
}

.icon-google-plus:before {
    content: "\f0d5";
}

.icon-money:before {
    content: "\f0d6";
}

.icon-caret-down:before {
    content: "\f0d7";
}

.icon-caret-up:before {
    content: "\f0d8";
}

.icon-caret-left:before {
    content: "\f0d9";
}

.icon-caret-right:before {
    content: "\f0da";
}

.icon-columns:before {
    content: "\f0db";
}

.icon-sort:before {
    content: "\f0dc";
}

.icon-sort-down:before {
    content: "\f0dd";
}

.icon-sort-up:before {
    content: "\f0de";
}

.icon-envelope:before {
    content: "\f0e0";
}

.icon-linkedin:before {
    content: "\f0e1";
}

.icon-rotate-left:before,
.icon-undo:before {
    content: "\f0e2";
}

.icon-legal:before {
    content: "\f0e3";
}

.icon-dashboard:before {
    content: "\f0e4";
}

.icon-comment-alt:before {
    content: "\f0e5";
}

.icon-comments-alt:before {
    content: "\f0e6";
}

.icon-bolt:before {
    content: "\f0e7";
}

.icon-sitemap:before {
    content: "\f0e8";
}

.icon-umbrella:before {
    content: "\f0e9";
}

.icon-paste:before {
    content: "\f0ea";
}

.icon-lightbulb:before {
    content: "\f0eb";
}

.icon-exchange:before {
    content: "\f0ec";
}

.icon-cloud-download:before {
    content: "\f0ed";
}

.icon-cloud-upload:before {
    content: "\f0ee";
}

.icon-user-md:before {
    content: "\f0f0";
}

.icon-stethoscope:before {
    content: "\f0f1";
}

.icon-suitcase:before {
    content: "\f0f2";
}

.icon-bell-alt:before {
    content: "\f0f3";
}

.icon-coffee:before {
    content: "\f0f4";
}

.icon-food:before {
    content: "\f0f5";
}

.icon-file-text-alt:before {
    content: "\f0f6";
}

.icon-building:before {
    content: "\f0f7";
}

.icon-hospital:before {
    content: "\f0f8";
}

.icon-ambulance:before {
    content: "\f0f9";
}

.icon-medkit:before {
    content: "\f0fa";
}

.icon-fighter-jet:before {
    content: "\f0fb";
}

.icon-beer:before {
    content: "\f0fc";
}

.icon-h-sign:before {
    content: "\f0fd";
}

.icon-plus-sign-alt:before {
    content: "\f0fe";
}

.icon-double-angle-left:before {
    content: "\f100";
}

.icon-double-angle-right:before {
    content: "\f101";
}

.icon-double-angle-up:before {
    content: "\f102";
}

.icon-double-angle-down:before {
    content: "\f103";
}

.icon-angle-left:before {
    content: "\f104";
}

.icon-angle-right:before {
    content: "\f105";
}

.icon-angle-up:before {
    content: "\f106";
}

.icon-angle-down:before {
    content: "\f107";
}

.icon-desktop:before {
    content: "\f108";
}

.icon-laptop:before {
    content: "\f109";
}

.icon-tablet:before {
    content: "\f10a";
}

.icon-mobile-phone:before {
    content: "\f10b";
}

.icon-circle-blank:before {
    content: "\f10c";
}

.icon-quote-left:before {
    content: "\f10d";
}

.icon-quote-right:before {
    content: "\f10e";
}

.icon-spinner:before {
    content: "\f110";
}

.icon-circle:before {
    content: "\f111";
}

.icon-mail-reply:before,
.icon-reply:before {
    content: "\f112";
}

.icon-github-alt:before {
    content: "\f113";
}

.icon-folder-close-alt:before {
    content: "\f114";
}

.icon-folder-open-alt:before {
    content: "\f115";
}

.icon-expand-alt:before {
    content: "\f116";
}

.icon-collapse-alt:before {
    content: "\f117";
}

.icon-smile:before {
    content: "\f118";
}

.icon-frown:before {
    content: "\f119";
}

.icon-meh:before {
    content: "\f11a";
}

.icon-gamepad:before {
    content: "\f11b";
}

.icon-keyboard:before {
    content: "\f11c";
}

.icon-flag-alt:before {
    content: "\f11d";
}

.icon-flag-checkered:before {
    content: "\f11e";
}

.icon-terminal:before {
    content: "\f120";
}

.icon-code:before {
    content: "\f121";
}

.icon-reply-all:before {
    content: "\f122";
}

.icon-mail-reply-all:before {
    content: "\f122";
}

.icon-star-half-full:before,
.icon-star-half-empty:before {
    content: "\f123";
}

.icon-location-arrow:before {
    content: "\f124";
}

.icon-crop:before {
    content: "\f125";
}

.icon-code-fork:before {
    content: "\f126";
}

.icon-unlink:before {
    content: "\f127";
}

.icon-question:before {
    content: "\f128";
}

.icon-info:before {
    content: "\f129";
}

.icon-exclamation:before {
    content: "\f12a";
}

.icon-superscript:before {
    content: "\f12b";
}

.icon-subscript:before {
    content: "\f12c";
}

.icon-eraser:before {
    content: "\f12d";
}

.icon-puzzle-piece:before {
    content: "\f12e";
}

.icon-microphone:before {
    content: "\f130";
}

.icon-microphone-off:before {
    content: "\f131";
}

.icon-shield:before {
    content: "\f132";
}

.icon-calendar-empty:before {
    content: "\f133";
}

.icon-fire-extinguisher:before {
    content: "\f134";
}

.icon-rocket:before {
    content: "\f135";
}

.icon-maxcdn:before {
    content: "\f136";
}

.icon-chevron-sign-left:before {
    content: "\f137";
}

.icon-chevron-sign-right:before {
    content: "\f138";
}

.icon-chevron-sign-up:before {
    content: "\f139";
}

.icon-chevron-sign-down:before {
    content: "\f13a";
}

.icon-html5:before {
    content: "\f13b";
}

.icon-css3:before {
    content: "\f13c";
}

.icon-anchor:before {
    content: "\f13d";
}

.icon-unlock-alt:before {
    content: "\f13e";
}

.icon-bullseye:before {
    content: "\f140";
}

.icon-ellipsis-horizontal:before {
    content: "\f141";
}

.icon-ellipsis-vertical:before {
    content: "\f142";
}

.icon-rss-sign:before {
    content: "\f143";
}

.icon-play-sign:before {
    content: "\f144";
}

.icon-ticket:before {
    content: "\f145";
}

.icon-minus-sign-alt:before {
    content: "\f146";
}

.icon-check-minus:before {
    content: "\f147";
}

.icon-level-up:before {
    content: "\f148";
}

.icon-level-down:before {
    content: "\f149";
}

.icon-check-sign:before {
    content: "\f14a";
}

.icon-edit-sign:before {
    content: "\f14b";
}

.icon-external-link-sign:before {
    content: "\f14c";
}

.icon-share-sign:before {
    content: "\f14d";
}

.icon-compass:before {
    content: "\f14e";
}

.icon-collapse:before {
    content: "\f150";
}

.icon-collapse-top:before {
    content: "\f151";
}

.icon-expand:before {
    content: "\f152";
}

.icon-euro:before,
.icon-eur:before {
    content: "\f153";
}

.icon-gbp:before {
    content: "\f154";
}

.icon-dollar:before,
.icon-usd:before {
    content: "\f155";
}

.icon-rupee:before,
.icon-inr:before {
    content: "\f156";
}

.icon-yen:before,
.icon-jpy:before {
    content: "\f157";
}

.icon-renminbi:before,
.icon-cny:before {
    content: "\f158";
}

.icon-won:before,
.icon-krw:before {
    content: "\f159";
}

.icon-bitcoin:before,
.icon-btc:before {
    content: "\f15a";
}

.icon-file:before {
    content: "\f15b";
}

.icon-file-text:before {
    content: "\f15c";
}

.icon-sort-by-alphabet:before {
    content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
    content: "\f15e";
}

.icon-sort-by-attributes:before {
    content: "\f160";
}

.icon-sort-by-attributes-alt:before {
    content: "\f161";
}

.icon-sort-by-order:before {
    content: "\f162";
}

.icon-sort-by-order-alt:before {
    content: "\f163";
}

.icon-thumbs-up:before {
    content: "\f164";
}

.icon-thumbs-down:before {
    content: "\f165";
}

.icon-youtube-sign:before {
    content: "\f166";
}

.icon-youtube:before {
    content: "\f167";
}

.icon-xing:before {
    content: "\f168";
}

.icon-xing-sign:before {
    content: "\f169";
}

.icon-youtube-play:before {
    content: "\f16a";
}

.icon-dropbox:before {
    content: "\f16b";
}

.icon-stackexchange:before,
.fa-stackexchange:before {
    content: "\f16c";
}

.icon-instagram:before {
    content: "\f16d";
}

.icon-flickr:before {
    content: "\f16e";
}

.icon-adn:before {
    content: "\f170";
}

.icon-bitbucket:before {
    content: "\f171";
}

.icon-bitbucket-sign:before {
    content: "\f172";
}

.icon-tumblr:before {
    content: "\f173";
}

.icon-tumblr-sign:before {
    content: "\f174";
}

.icon-long-arrow-down:before {
    content: "\f175";
}

.icon-long-arrow-up:before {
    content: "\f176";
}

.icon-long-arrow-left:before {
    content: "\f177";
}

.icon-long-arrow-right:before {
    content: "\f178";
}

.icon-apple:before {
    content: "\f179";
}

.icon-windows:before {
    content: "\f17a";
}

.icon-android:before {
    content: "\f17b";
}

.icon-linux:before {
    content: "\f17c";
}

.icon-dribbble:before {
    content: "\f17d";
}

.icon-skype:before {
    content: "\f17e";
}

.icon-foursquare:before {
    content: "\f180";
}

.icon-trello:before {
    content: "\f181";
}

.icon-female:before {
    content: "\f182";
}

.icon-male:before {
    content: "\f183";
}

.icon-gittip:before {
    content: "\f184";
}

.icon-sun:before {
    content: "\f185";
}

.icon-moon:before {
    content: "\f186";
}

.icon-archive:before {
    content: "\f187";
}

.icon-bug:before {
    content: "\f188";
}

.icon-vk:before {
    content: "\f189";
}

.icon-weibo:before {
    content: "\f18a";
}

.icon-renren:before {
    content: "\f18b";
}

.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
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

input[type=submit] {
    -webkit-appearance: none
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
    max-width: 100%
}

body {
    max-width: 100%;
    overflow-x: hidden;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #676767;
    position: relative
}

ol,
ul {
    list-style: none
}

input[type=text]::-ms-clear {
    display: none
}

sup {
    font-size: 10px;
    vertical-align: super
}

sub {
    font-size: 10px;
    vertical-align: sub
}

p:empty {
    display: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.container,
.post-area.standard-minimal.full-width-content .post .inner-wrap {
    margin: 0 auto;
    position: relative
}

.container,
.post-area.standard-minimal.full-width-content .post .inner-wrap {
    max-width: 880px
}

.row {
    position: relative
}

    .row:after,
    .col:after,
    .clr:after,
    .group:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }

.row,
div.clear {
    padding-bottom: 24px
}

.col {
    position: relative;
    display: block;
    float: left;
    width: 100%
}

@media (min-width:690px) {
    .col {
        margin-right: 2%
    }

    .wpb_column {
        margin-right: 0
    }
}

.col.col_last {
    margin-right: 0
}

.col:last-child {
    margin-right: 0
}

@media (min-width:690px) {
    .span_1 {
        width: 6.5%
    }

    .span_2 {
        width: 15%
    }

    .span_3 {
        width: 23.5%
    }

    .span_4 {
        width: 32%
    }

    .span_5 {
        width: 40.5%
    }

    .span_6 {
        width: 49%
    }

    .span_7 {
        width: 57.5%
    }

    .span_8 {
        width: 66%
    }

    .span_9 {
        width: 74.5%
    }

    .span_10 {
        width: 83%
    }

    .span_11 {
        width: 91.5%
    }

    .span_12 {
        width: 100%
    }

    .full-width-content.vc_row-fluid .vc_span1,
    .full-width-content.vc_row-fluid .vc_col-sm-1,
    .vc_row-fluid[data-column-margin=none] .vc_span1,
    .vc_row-fluid[data-column-margin=none] .vc_col-sm-1 {
        width: 8.33%
    }

    .full-width-content.vc_row-fluid .vc_span2,
    .full-width-content.vc_row-fluid .vc_col-sm-2,
    .vc_row-fluid[data-column-margin=none] .vc_span2,
    .vc_row-fluid[data-column-margin=none] .vc_col-sm-2 {
        width: 16.66%
    }

    .full-width-content.vc_row-fluid .vc_span3,
    .full-width-content.vc_row-fluid .vc_col-sm-3,
    .vc_row-fluid[data-column-margin=none] .vc_span3,
    .vc_row-fluid[data-column-margin=none] .vc_col-sm-3 {
        width: 25%
    }

    .full-width-content.vc_row-fluid .vc_span4,
    .full-width-content.vc_row-fluid .vc_col-sm-4,
    .vc_row-fluid[data-column-margin=none] .vc_span4,
    .vc_row-fluid[data-column-margin=none] .vc_col-sm-4 {
        width: 33.33%
    }

    .full-width-content.vc_row-fluid .vc_span5,
    .full-width-content.vc_row-fluid .vc_col-sm-5,
    .vc_row-fluid[data-column-margin=none] .vc_span5,
    .vc_row-fluid[data-column-margin=none] .vc_col-sm-5 {
        width: 41.5%
    }

    .full-width-content.vc_row-fluid .vc_span6,
    .full-width-content.vc_row-fluid .vc_col-sm-6,
    .vc_row-fluid[data-column-margin=none] .vc_span6,
    .vc_row-fluid[data-column-margin=none] .vc_col-sm-6 {
        width: 50%
    }

    .full-width-content.vc_row-fluid .vc_span7,
    .full-width-content.vc_row-fluid .vc_col-sm-7,
    .vc_row-fluid[data-column-margin=none] .vc_span7,
    .vc_row-fluid[data-column-margin=none] .vc_col-sm-7 {
        width: 58.3%
    }

    .full-width-content.vc_row-fluid .vc_span8,
    .full-width-content.vc_row-fluid .vc_col-sm-8,
    .vc_row-fluid[data-column-margin=none] .vc_span8,
    .vc_row-fluid[data-column-margin=none] .vc_col-sm-8 {
        width: 66.66%
    }

    .full-width-content.vc_row-fluid .vc_span9,
    .full-width-content.vc_row-fluid .vc_col-sm-9,
    .vc_row-fluid[data-column-margin=none] .vc_span9,
    .vc_row-fluid[data-column-margin=none] .vc_col-sm-9 {
        width: 75%
    }

    .full-width-content.vc_row-fluid .vc_span10,
    .full-width-content.vc_row-fluid .vc_col-sm-10,
    .vc_row-fluid[data-column-margin=none] .vc_span10,
    .vc_row-fluid[data-column-margin=none] .vc_col-sm-10 {
        width: 83%
    }

    .full-width-content.vc_row-fluid .vc_span11,
    .full-width-content.vc_row-fluid .vc_col-sm-11,
    .vc_row-fluid[data-column-margin=none] .vc_span11,
    .vc_row-fluid[data-column-margin=none] .vc_col-sm-11 {
        width: 91.5%
    }

    .full-width-content.vc_row-fluid .vc_span12,
    .full-width-content.vc_row-fluid .vc_col-sm-12,
    .vc_row-fluid[data-column-margin=none] .vc_span12,
    .vc_row-fluid[data-column-margin=none] .vc_col-sm-12 {
        width: 100%
    }

    .full-width-content.vc_row-fluid .wpb_column,
    .vc_row-fluid[data-column-margin=none] .wpb_column {
        margin-left: 0 !important
    }

        .full-width-content.vc_row-fluid .wpb_column .wpb_row,
        .full-width-content.vc_row-fluid .wpb_column .wpb_wrapper {
            margin: 0
        }
}

.vc_row-fluid[data-column-margin=none] {
    margin-bottom: 0
}

body {
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans';
    font-weight: 400;
    line-height: 26px
}

    body:not(.nectar-no-flex-height) {
        display: flex;
        flex-direction: column;
        min-height: 100vh
    }

@media only screen and (min-width:1000px) {
    body.admin-bar:not(.nectar-no-flex-height) {
        min-height: calc(100vh - 32px)
    }
}

body:not(.nectar-no-flex-height) #ajax-content-wrap,
body:not(.nectar-no-flex-height) #ajax-content-wrap .blurred-wrap,
body:not(.nectar-no-flex-height) .ocm-effect-wrap,
body:not(.nectar-no-flex-height) .ocm-effect-wrap-inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

body:not(.nectar-no-flex-height) .container-wrap {
    flex-grow: 1
}

p {
    -webkit-font-smoothing: antialiased
}

body .ui-widget {
    font-family: 'Open Sans';
    font-weight: 400
}

.overflow-x-hidden {
    overflow-x: hidden
}

.alignleft {
    float: left;
    margin-right: 15px
}

.alignright {
    float: right;
    margin-left: 15px
}

.aligncenter {
    display: block;
    margin: 15px auto
}

.no-bottom-padding {
    padding-bottom: 0
}

.col.center {
    text-align: center
}

.col.right {
    text-align: right
}

.wp-smiley {
    margin-bottom: 0
}

dt {
    font-family: 'Open Sans';
    font-weight: 600;
    color: #333
}

dd {
    padding-left: 20px
}

.gallery-caption {
    margin-left: 0;
    margin-bottom: 10px;
    padding: 0 10px
}

#wpstats {
    display: none
}

.sticky {
    margin-bottom: 50px
}

    .sticky .content-inner {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
        background-color: #fff;
        padding: 25px;
        position: relative
    }

.side-box {
    padding: 10px 0;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    background-color: #e6e6e6;
    text-align: center
}

    .side-box a:link,
    .side-box a:visited {
        font-weight: 400;
        color: #06c55b;
        font-size: 12px
    }

div[id=wpadminbar] {
    z-index: 1000000 !important
}

table {
    font-size: 12px;
    margin-bottom: 20px
}

.wp-caption {
    max-width: 100%;
    position: relative
}

    .wp-caption .wp-caption-text {
        max-width: 90%;
        width: auto;
        margin-left: 5%;
        display: inline-block;
        margin-bottom: 5px;
        background-color: #fff;
        box-shadow: 0 10px 35px rgba(0, 0, 0, .1)
    }

    .wp-caption .wp-caption-text,
    .row .col .wp-caption .wp-caption-text {
        padding: 10px 15px;
        top: -25px;
        position: relative;
        border-left: 4px solid #000
    }

    .wp-caption img,
    .row .col .wp-caption img {
        margin-bottom: 0;
        display: block;
        margin-right: 0
    }

em {
    font-style: italic
}

caption,
th,
td {
    font-weight: 400;
    text-align: left
}

.container-wrap,
.project-title {
    background-color: #f8f8f8;
    position: relative;
    z-index: 10;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px
}

body[data-header-resize="0"] .container-wrap,
body[data-header-resize="0"] .project-title {
    margin-top: 0;
    padding-top: 40px
}

body.page-template-template-no-header .container-wrap,
body.page-template-template-no-header-footer .container-wrap {
    padding-top: 0
}

body[data-smooth-scrolling="0"] {
    overflow: hidden
}

.clear {
    clear: both
}

.subheader {
    color: #6f6f6f;
    margin-bottom: 15px
}

a {
    color: #3555ff;
    text-decoration: none;
    transition: color .2s;
    -webkit-transition: color .2s
}

    a:hover {
        color: inherit
    }

h1 {
    font-size: 54px;
    line-height: 62px;
    margin-bottom: 7px
}

h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 7px
}

h3 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 7px
}

h4 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 7px
}

h5 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 7px
}

h6 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 7px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans';
    font-weight: 600
}

.bold,
strong,
b {
    font-family: 'Open Sans';
    font-weight: 600
}

.uppercase {
    font-weight: 700;
    text-transform: uppercase
}

.tiny {
    font-size: 14px;
    line-height: 22px
}

body h1.light,
body h2.light,
body h3.light,
body h4.light,
body h5.light,
body h6.light,
p.light {
    text-transform: none;
    font-weight: 300
}

body h1.jumbo,
body h2.jumbo,
body h3.jumbo,
body h4.jumbo,
body h5.jumbo,
body h6.jumbo,
p.jumbo {
    font-size: 100px;
    line-height: 110px
}

h1.light {
    font-size: 34px;
    margin-bottom: 30px
}

h2.light {
    font-size: 28px;
    margin-bottom: 30px;
    letter-spacing: .5px
}

h3.light {
    font-size: 24px;
    margin-bottom: 15px;
    letter-spacing: .5px
}

h4.light {
    font-size: 18px;
    margin-bottom: 7px;
    letter-spacing: .5px
}

h5.light {
    font-size: 16px;
    margin-bottom: 7px;
    letter-spacing: .5px
}

h6.light {
    font-size: 14px;
    margin-bottom: 7px;
    letter-spacing: .5px
}

body h1 em,
body h2 em,
body h3 em,
body h4 em {
    font-size: inherit
}

h1.uppercase {
    letter-spacing: 3px
}

h2.uppercase {
    letter-spacing: 2.5px
}

h3.uppercase {
    letter-spacing: 2px
}

h4.uppercase {
    letter-spacing: 2px
}

h5.uppercase {
    letter-spacing: 1.3px
}

h6.uppercase {
    letter-spacing: 1.3px
}

h1 .nectar-button,
h2 .nectar-button,
h3 .nectar-button,
h4 .nectar-button {
    margin-left: 13px
}

.text-align-center {
    text-align: center
}

p {
    padding-bottom: 27px
}

.row .col p:last-child {
    padding-bottom: 0
}

.container .row:last-child,
.wpb_wrapper .clear {
    padding-bottom: 0
}

.wpb_wrapper > div {
    margin-bottom: 24px
}

    .wpb_wrapper > div:last-child,
    .row .wpb_wrapper > img:last-child,
    .row .wpb_wrapper > .img-with-aniamtion-wrap:last-child img {
        margin-bottom: 0
    }

body .pum-overlay,
.pum-overlay .pum-container,
.pum-overlay .pum-container .pum-content {
    line-height: inherit
}

blockquote {
    font-family: 'Open Sans';
    font-weight: 300;
    line-height: 40px;
    font-size: 22px;
    padding-left: 0;
    letter-spacing: .5px;
    margin-bottom: 30px
}

ul,
ol {
    margin-left: 30px;
    margin-bottom: 30px
}

li ul,
li ol {
    margin-bottom: 0
}

ul li {
    list-style: disc;
    list-style-position: outside
}

ol li {
    list-style: decimal;
    list-style-position: outside
}

#header-secondary-outer ul,
#header-secondary-outer ol,
#header-outer nav > ul,
#header-outer ol,
#footer-outer ul,
#footer-outer ol,
#slide-out-widget-area ul,
#slide-out-widget-area ol,
#search-outer ul,
#search-outer ol,
#mobile-menu ul,
#mobile-menu ol,
#header-outer .button_social_group ul {
    margin: 0
}

    #header-secondary-outer ul li,
    #header-secondary-outer ol li,
    #header-outer ul li,
    #header-outer ol li,
    #footer-outer ul li,
    #footer-outer ol li,
    #search-outer ul li,
    #search-outer ol li,
    #slide-out-widget-area ul li,
    #slide-out-widget-area ol li,
    #mobile-menu ul li,
    #mobile-menu ol li {
        list-style: none
    }

.main-content img {
    max-width: 100%;
    height: auto
}

.main-content .col.span_4 .col.span_2 img,
.main-content .col.span_3 .col.span_2 img,
.main-content .col.span_2 .col.span_2 img,
.main-content .col.span_6 .col.span_2 img,
.main-content .col.span_4 .col.span_2 i,
.main-content .col.span_3 .col.span_2 i,
.main-content .col.span_2 .col.span_2 i,
.main-content .col.span_6 .col.span_2 i {
    top: -4px
}

.no-transform {
    -webkit-transform: inherit !important;
    transform: inherit !important
}

html.no-overflow-y {
    overflow-y: hidden !important
}

    html.no-overflow-y body {
        overflow-y: hidden
    }

.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6,
.light p {
    color: #fff
}

code {
    display: block;
    clear: both;
    overflow: auto;
    padding: 1.6em;
    margin-bottom: 1.6em;
    white-space: pre;
    background-color: #f0f0f0;
    font: 14px "Andale Mono", Courier, "Courier New", monospace
}

pre {
    background: #f0f0f0;
    font-family: "Andale Mono", Courier, "Courier New", monospace;
    font-size: 14px;
    font-size: .9375rem;
    padding: 1.6em;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto
}

.body-border-bottom {
    height: 20px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 10000;
    background-color: #fff
}

.body-border-top {
    height: 20px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    position: fixed;
    background-color: #fff
}

.admin-bar .body-border-top {
    top: 32px
}

.body-border-right {
    height: 100%;
    width: 20px;
    top: 0;
    right: 0;
    z-index: 10000;
    position: fixed;
    background-color: #fff
}

.body-border-left {
    height: 100%;
    width: 20px;
    top: 0;
    left: 0;
    z-index: 10000;
    position: fixed;
    background-color: #fff
}

.no-left-margin.first-section {
    height: auto !important
}

.row .col h3,
.row .col h4 {
    margin-bottom: 8px
}

.vc_separator.vc_separator_align_center h4,
.vc_separator.vc_separator_align_center h3 {
    margin-bottom: 0
}

.row .col img {
    margin-bottom: 15px;
    max-width: 100%;
    height: auto
}

    .row .col img:not([srcset]) {
        width: auto
    }

.row .col .wp-block-gallery.is-cropped .blocks-gallery-image img,
.row .col .wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%;
    margin-bottom: 0
}

body .container-wrap [class*=wp-block].alignfull {
    margin-left: -50vw !important;
    left: 50%;
    max-width: 100vw;
    width: 100vw;
    position: relative
}

    body .container-wrap [class*=wp-block].alignfull img,
    body .container-wrap [class*=wp-block].alignwide img {
        max-width: none;
        width: 100%
    }

blockquote.wp-block-quote {
    position: relative;
    padding-left: 1.3em
}

    blockquote.wp-block-quote:before {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 4px;
        content: '';
        border-left: 4px solid rgba(0, 0, 0, .1)
    }

    blockquote.wp-block-quote p {
        margin-bottom: 0
    }

    blockquote.wp-block-quote cite {
        font-size: 14px;
        line-height: 18px;
        display: block
    }

.wpb_text_column > .wpb_wrapper > *:last-child {
    margin-bottom: 0
}

.gallery a img {
    width: 90%;
    max-width: 90%;
    height: auto;
    max-height: 90%;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #e5e5e5 !important;
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

#ajax-loading-screen {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000000000
}

    #ajax-loading-screen .reveal-1,
    #ajax-loading-screen .reveal-2 {
        position: absolute;
        left: 100%;
        top: 0;
        width: 100%;
        height: 100%
    }

    #ajax-loading-screen[data-effect*=horizontal_swipe] {
        background-color: transparent !important;
        left: -100%
    }

body[data-ajax-transitions=true] #ajax-loading-screen[data-method=standard][data-effect*=horizontal_swipe] {
    display: block
}

body[data-ajax-transitions=true][data-apte=horizontal_swipe_basic] #ajax-loading-screen .reveal-2 {
    display: none
}

#ajax-loading-screen.in-from-right {
    left: 0
}

.no-cssanimations #ajax-loading-screen.loaded .reveal-1,
.no-cssanimations #ajax-loading-screen.loaded .reveal-2 {
    display: none
}

#ajax-loading-screen.loaded .reveal-1 {
    backface-visibility: hidden;
    -webkit-animation: nectar-anim-effect-2-2 1.85s cubic-bezier(.67, 0, .3, 1) forwards;
    animation: nectar-anim-effect-2-2 1.85s cubic-bezier(.67, 0, .3, 1) forwards
}

#ajax-loading-screen.loaded .reveal-2 {
    backface-visibility: hidden;
    -webkit-animation: nectar-anim-effect-2-1 1.85s cubic-bezier(.67, 0, .3, 1) forwards;
    animation: nectar-anim-effect-2-1 1.85s cubic-bezier(.67, 0, .3, 1) forwards
}

#ajax-loading-screen.loaded.in-from-right .reveal-1 {
    -webkit-animation: nectar-anim-effect-2-1 1.85s cubic-bezier(.67, 0, .3, 1) forwards;
    animation: nectar-anim-effect-2-1 1.85s cubic-bezier(.67, 0, .3, 1) forwards
}

body[data-apte=horizontal_swipe_basic] #ajax-loading-screen.loaded.in-from-right .reveal-1 {
    -webkit-animation: nectar-anim-effect-2-1 1.1s cubic-bezier(.215, .61, .355, 1) forwards;
    animation: nectar-anim-effect-2-1 1.1s cubic-bezier(.215, .61, .355, 1) forwards
}

#ajax-loading-screen.loaded.in-from-right .reveal-2 {
    -webkit-animation: nectar-anim-effect-2-2 1.85s cubic-bezier(.67, 0, .3, 1) forwards;
    animation: nectar-anim-effect-2-2 1.85s cubic-bezier(.67, 0, .3, 1) forwards
}

body[data-ajax-transitions=true] #ajax-loading-screen[data-effect*=horizontal_swipe].hidden {
    display: none
}

    body[data-ajax-transitions=true] #ajax-loading-screen[data-effect*=horizontal_swipe].hidden.loaded.in-from-right {
        display: block
    }

@-webkit-keyframes nectar-anim-effect-2-1 {
    0% {
        -ms-transform: translateX(0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    30%, 100% {
        -ms-transform: translateX(-100%);
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.67, 0, .3, 1);
        animation-timing-function: cubic-bezier(.67, 0, .3, 1)
    }
}

@keyframes nectar-anim-effect-2-1 {
    0% {
        -ms-transform: translateX(0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    30%, 100% {
        -ms-transform: translateX(-100%);
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.67, 0, .3, 1);
        animation-timing-function: cubic-bezier(.67, 0, .3, 1)
    }
}

@-webkit-keyframes nectar-anim-effect-2-2 {
    0%, 14.5% {
        -ms-transform: translateX(0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    34.5%, 100% {
        -ms-transform: translateX(-100%);
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.67, 0, .3, 1);
        animation-timing-function: cubic-bezier(.67, 0, .3, 1)
    }
}

@keyframes nectar-anim-effect-2-2 {
    0%, 14.5% {
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    34.5%, 100% {
        -ms-transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.67, 0, .3, 1);
        animation-timing-function: cubic-bezier(.67, 0, .3, 1)
    }
}

body[data-ajax-transitions=true] #ajax-loading-screen[data-method=standard],
body[data-ajax-transitions=true] #ajax-loading-screen[data-effect*=horizontal_swipe][data-method=ajax],
body[data-ajax-transitions=true] #ajax-loading-screen[data-method=standard] .loading-icon {
    display: block;
    opacity: 1
}

#ajax-loading-screen .loading-icon {
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.default-loading-icon {
    top: 50%;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    display: block;
    position: relative;
    border: 3px solid #e5e5e5;
    margin-top: -20px
}

.loading-icon .material-icon .spinner {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.loading-icon .material-icon .spinner {
    -webkit-animation: material-rotate-all 1s linear infinite;
    animation: material-rotate-all 1s linear infinite
}

    .loading-icon .material-icon .spinner .right-side,
    .loading-icon .material-icon .spinner .left-side {
        -webkit-animation: material-fade-in-first 1.2s linear infinite alternate;
        animation: material-fade-in-first 1.2s linear infinite alternate
    }

    .loading-icon .material-icon .spinner.color-2 .right-side,
    .loading-icon .material-icon .spinner.color-2 .left-side {
        -webkit-animation: material-fade-in-second 1.2s linear infinite alternate;
        animation: material-fade-in-second 1.2s linear infinite alternate
    }

.loading-icon .material-icon .right-side,
.loading-icon .material-icon .left-side {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden
}

.loading-icon .material-icon .left-side {
    left: 0
}

.loading-icon .material-icon .right-side {
    right: 0
}

.loading-icon .material-icon .bar {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 200px;
    border-radius: 200px 0 0 200px;
    border: 6px solid #666;
    position: relative
}

    .loading-icon .material-icon .bar:after {
        content: "";
        width: 6px;
        height: 6px;
        display: block;
        background: #666;
        position: absolute;
        -webkit-border-radius: 6px;
        border-radius: 6px
    }

.loading-icon .material-icon .right-side .bar {
    -webkit-border-radius: 0;
    border-radius: 0 200px 200px 0;
    border-left: none;
    -webkit-transform: rotate(-10deg);
    -webkit-transform-origin: left center;
    transform: rotate(-10deg);
    transform-origin: left center;
    -webkit-animation: material-rotate-right .75s linear infinite alternate;
    animation: material-rotate-right .75s linear infinite alternate
}

    .loading-icon .material-icon .right-side .bar:after {
        bottom: -6px;
        left: -3px
    }

.loading-icon .material-icon .left-side .bar {
    border-right: none;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-animation: material-rotate-left .75s linear infinite alternate;
    animation: material-rotate-left .75s linear infinite alternate
}

    .loading-icon .material-icon .left-side .bar:after {
        bottom: -6px;
        right: -3px
    }

@keyframes material-rotate-left {
    to {
        transform: rotate(30deg)
    }

    from {
        transform: rotate(175deg)
    }
}

@keyframes material-rotate-right {
    from {
        transform: rotate(-175deg)
    }

    to {
        transform: rotate(-30deg)
    }
}

@keyframes material-rotate-all {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-360deg)
    }
}

@keyframes material-fade-in-first {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes material-fade-in-second {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.loading-icon .material-icon {
    top: 50%;
    height: 65px;
    width: 65px;
    position: relative;
    margin: -32px auto 0 auto;
    display: block
}

.default-loading-icon:before {
    position: absolute;
    content: "";
    border-color: rgba(0, 0, 0, 1) transparent transparent;
    border-radius: 100%;
    border-style: solid;
    border-width: 3px;
    display: block;
    height: 100%;
    width: 100%;
    top: -3px;
    left: -3px
}

.loading-icon.spin,
.portfolio-loading.spin,
.pp_loaderIcon.spin,
.default-loading-icon.spin {
    animation: 2s cubic-bezier(.63, .045, .34, 1) 0s normal none infinite spinning_animation;
    -webkit-animation: 2s cubic-bezier(.63, .045, .34, 1) 0s normal none infinite spinning_animation
}

.default-skin-loading-icon {
    width: 100%;
    height: 100%;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
    background-image: url(data:image/gif;base64,R0lGODlhHwAfAPUAAPX19ZmZmezs7OTk5Nzc3NfX19PT0+jo6Nvb29DQ0Orq6ubm5tXV1dLS0tfX1+Li4vHx8dXV1eXl5evr66ysrKamprW1td/f38HBwc3Nzbe3t/Pz876+vrGxsd/f3/Ly8rKysqqqqgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAHwAfAAAG/0CAcEgUDAgFA4BiwSQexKh0eEAkrldAZbvlOD5TqYKALWu5XIwnPFwwymY0GsRgAxrwuJwbCi8aAHlYZ3sVdwtRCm8JgVgODwoQAAIXGRpojQwKRGSDCRESYRsGHYZlBFR5AJt2a3kHQlZlERN2QxMRcAiTeaG2QxJ5RnAOv1EOcEdwUMZDD3BIcKzNq3BJcJLUABBwStrNBtjf3GUGBdLfCtadWMzUz6cDxN/IZQMCvdTBcAIAsli0jOHSJeSAqmlhNr0awo7RJ19TJORqdAXVEEVZyjyKtE3Bg3oZE2iK8oeiKkFZGiCaggelSTiA2LhxiZLBSjZjBL2siNBOFQ84LxHA+mYEiRJzBO7ZCQIAIfkECQoAAAAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfju9jf82YAIQxRCm14Ww4PChAAEAoPDlsAFRUgHkRiZAkREmoSEXiVlRgfQgeBaXRpo6MOQlZbERN0Qx4drRUcAAJmnrVDBrkVDwNjr8BDGxq5Z2MPyUQZuRgFY6rRABe5FgZjjdm8uRTh2d5b4NkQY0zX5QpjTc/lD2NOx+WSW0++2RJmUGJhmZVsQqgtCE6lqpXGjBchmt50+hQKEAEiht5gUcTIESR9GhlgE9IH0BiTkxrMmWIHDkose9SwcQlHDsOIk9ygiVbl5JgMLuV4HUmypMkTOkEAACH5BAkKAAAALAAAAAAfAB8AAAb/QIBwSBQMCAUDwFAgDATEqHR4QCSuVwD2ijhMpwrCFqsdJwiK73DBMGfdCcZCDWjAE2V347vY3/NmdXNECm14Ww4PChAAEAoPDltlDGlDYmQJERJqEhGHWARUgZVqaWZeAFZbERN0QxOeWwgAAmabrkMSZkZjDrhRkVtHYw+/RA9jSGOkxgpjSWOMxkIQY0rT0wbR2LQV3t4UBcvcF9/eFpdYxdgZ5hUYA73YGxruCbVjt78G7hXFqlhY/fLQwR0HIQdGuUrTz5eQdIc0cfIEwByGD0MKvcGSaFGjR8GyeAPhIUofQGNQSgrB4IsdOCqx7FHDBiYcOQshYjKDxliVDpRjunCjdSTJkiZP6AQBACH5BAkKAAAALAAAAAAfAB8AAAb/QIBwSBQMCAUDwFAgDATEqHR4QCSuVwD2ijhMpwrCFqsdJwiK73DBMGfdCcZCDWjAE2V347vY3/NmdXNECm14Ww4PChAAEAoPDltlDGlDYmQJERJqEhGHWARUgZVqaWZeAFZbERN0QxOeWwgAAmabrkMSZkZjDrhRkVtHYw+/RA9jSGOkxgpjSWOMxkIQY0rT0wbR2I3WBcvczltNxNzIW0693MFYT7bTumNQqlisv7BjswAHo64egFdQAbj0RtOXDQY6VAAUakihN1gSLaJ1IYOGChgXXqEUpQ9ASRlDYhT0xQ4cACJDhqDD5mRKjCAYuArjBmVKDP9+VRljMyMHDwcfuBlBooSCBQwJiqkJAgAh+QQJCgAAACwAAAAAHwAfAAAG/0CAcEgUDAgFA8BQIAwExKh0eEAkrlcA9oo4TKcKwharHScIiu9wwTBn3QnGQg1owBNld+O72N/zZnVzRApteFsODwoQABAKDw5bZQxpQ2JkCRESahIRh1gEVIGVamlmXgBWWxETdEMTnlsIAAJmm65DEmZGYw64UZFbR2MPv0QPY0hjpMYKY0ljjMZCEGNK09MG0diN1gXL3M5bTcTcyFtOvdzBWE+207pjUKpYrL+wY7MAB4EerqZjUAG4lKVCBwMbvnT6dCXUkEIFK0jUkOECFEeQJF2hFKUPAIkgQwIaI+hLiJAoR27Zo4YBCJQgVW4cpMYDBpgVZKL59cEBhw+U+QROQ4bBAoUlTZ7QCQIAIfkECQoAAAAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfju9jf82Z1c0QKbXhbDg8KEAAQCg8OW2UMaUNiZAkREmoSEYdYBFSBlWppZl4AVlsRE3RDE55bCAACZpuuQxJmRmMOuFGRW0djD79ED2NIY6TGCmNJY4zGQhBjStPTFBXb21DY1VsGFtzbF9gAzlsFGOQVGefIW2LtGhvYwVgDD+0V17+6Y6BwaNfBwy9YY2YBcMAPnStTY1B9YMdNiyZOngCFGuIBxDZAiRY1eoTvE6UoDEIAGrNSUoNBUuzAaYlljxo2M+HIeXiJpRsRNMaq+JSFCpsRJEqYOPH2JQgAIfkECQoAAAAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfjywjlzX9jdXNEHiAVFX8ODwoQABAKDw5bZQxpQh8YiIhaERJqEhF4WwRDDpubAJdqaWZeAByoFR0edEMTolsIAA+yFUq2QxJmAgmyGhvBRJNbA5qoGcpED2MEFrIX0kMKYwUUslDaj2PA4soGY47iEOQFY6vS3FtNYw/m1KQDYw7mzFhPZj5JGzYGipUtESYowzVmF4ADgOCBCZTgFQAxZBJ4AiXqT6ltbUZhWdToUSR/Ii1FWbDnDkUyDQhJsQPn5ZU9atjUhCPHVhgTNy/RSKsiqKFFbUaQKGHiJNyXIAAh+QQJCgAAACwAAAAAHwAfAAAG/0CAcEh8JDAWCsBQIAwExKhU+HFwKlgsIMHlIg7TqQeTLW+7XYIiPGSAymY0mrFgA0LwuLzbCC/6eVlnewkADXVECgxcAGUaGRdQEAoPDmhnDGtDBJcVHQYbYRIRhWgEQwd7AB52AGt7YAAIchETrUITpGgIAAJ7ErdDEnsCA3IOwUSWaAOcaA/JQ0amBXKa0QpyBQZyENFCEHIG39HcaN7f4WhM1uTZaE1y0N/TacZoyN/LXU+/0cNyoMxCUytYLjm8AKSS46rVKzmxADhjlCACMFGkBiU4NUQRxS4OHijwNqnSJS6ZovzRyJAQo0NhGrgs5bIPmwWLCLHsQsfhxBWTe9QkOzCwC8sv5Ho127akyRM7QQAAOwAAAAAAAAAAAA==)
}

@keyframes spinning_animation {
    0% {
        transform: scale(1) rotate(0deg)
    }

    50% {
        transform: scale(.8) rotate(360deg)
    }

    100% {
        transform: scale(1) rotate(720deg)
    }
}

@-webkit-keyframes spinning_animation {
    0% {
        -webkit-transform: scale(1) rotate(0deg)
    }

    50% {
        -webkit-transform: scale(.8) rotate(360deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(720deg)
    }
}

@keyframes bounce_in_animation {
    0% {
        transform: scale(0, 0)
    }

    20% {
        transform: scale(1.4, 1.4)
    }

    50% {
        transform: scale(.8, .8)
    }

    85% {
        transform: scale(1.1, 1.1)
    }

    100% {
        transform: scale(1, 1)
    }
}

@-webkit-keyframes bounce_in_animation {
    0% {
        -webkit-transform: scale(0, 0)
    }

    20% {
        -webkit-transform: scale(1.4, 1.4)
    }

    50% {
        -webkit-transform: scale(.8, .8)
    }

    85% {
        -webkit-transform: scale(1.1, 1.1)
    }

    100% {
        -webkit-transform: scale(1, 1)
    }
}

@keyframes grow_in_animation {
    0% {
        transform: scale(0, 0)
    }

    100% {
        transform: scale(1, 1)
    }
}

@-webkit-keyframes grow_in_animation {
    0% {
        -webkit-transform: scale(0, 0)
    }

    100% {
        -webkit-transform: scale(1, 1)
    }
}

body #ajax-loading-screen[data-effect=center_mask_reveal] {
    background-color: transparent
}

body[data-ajax-transitions=true] #ajax-loading-screen[data-effect=center_mask_reveal].hidden {
    display: none
}

#ajax-loading-screen[data-effect=center_mask_reveal] span {
    position: absolute;
    background: #fff;
    z-index: 100;
    -webkit-transition: .8s cubic-bezier(.12, .75, .4, 1);
    transition: .8s cubic-bezier(.12, .75, .4, 1)
}

#ajax-loading-screen .mask-top {
    top: 0;
    left: 0;
    height: 50%;
    width: 100%
}

#ajax-loading-screen .mask-right {
    top: 0;
    right: 0;
    height: 100%;
    width: 50%
}

#ajax-loading-screen .mask-bottom {
    bottom: 0;
    right: 0;
    height: 50%;
    width: 100%
}

#ajax-loading-screen .mask-left {
    top: 0;
    left: 0;
    height: 100%;
    width: 50%
}

#ajax-loading-screen.loaded .mask-top {
    -webkit-transform: translateY(-100%) translateZ(0);
    -ms-transform: translateY(-100%) translateZ(0);
    transform: translateY(-100%) translateZ(0)
}

#ajax-loading-screen.loaded .mask-right {
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0)
}

#ajax-loading-screen.loaded .mask-bottom {
    -webkit-transform: translateY(100%) translateZ(0);
    -ms-transform: translateY(100%) translateZ(0);
    transform: translateY(100%) translateZ(0)
}

#ajax-loading-screen.loaded .mask-left {
    -webkit-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0)
}

#ajax-loading-screen[data-effect=center_mask_reveal].set-to-fade span,
#ajax-loading-screen[data-effect=center_mask_reveal].set-to-fade.loaded span {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none
}

#error-404 {
    text-align: center;
    padding: 10% 0;
    position: relative;
    z-index: 10
}

body.error {
    padding: 0
}

body #error-404[data-cc=true] h1,
body #error-404[data-cc=true] h2,
body #error-404[data-cc=true] p {
    color: inherit
}

body.error404 .error-404-bg-img,
body.error404 .error-404-bg-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    z-index: 1
}

body.error404 .error-404-bg-img-overlay {
    opacity: .8
}

body #error-404 h1,
body #error-404 h2 {
    font-family: 'Open Sans';
    font-weight: 700
}

body #ajax-content-wrap #error-404 h1 {
    font-size: 250px;
    line-height: 250px
}

body #ajax-content-wrap #error-404 h2 {
    font-size: 54px
}

.woocommerce-page .woocommerce p.cart-empty {
    font-size: 54px;
    font-family: 'Open Sans';
    font-weight: 700
}

body #error-404 .nectar-button {
    margin-top: 50px
}

body.page-template-page-sidebar-php .main-content > .row > .post-area,
body.page-template-page-sidebar-php .main-content > .row > #sidebar,
body.page-template-page-left-sidebar-php .main-content > .row > .post-area,
body.page-template-page-left-sidebar-php .main-content > .row > #sidebar {
    margin-top: 30px
}

.container-wrap .row > .wpb_row:last-child,
.home-wrap .row > .wpb_row:last-child,
#portfolio-extra > .wpb_row:last-child {
    margin-bottom: 0
}

.wpb_row,
.wpb_content_element {
    margin-bottom: 35px
}

body[data-bg-header=true] .container-wrap,
body.single-portfolio .container-wrap,
body.page-template-template-portfolio-php .container-wrap,
body.tax-project-type .container-wrap {
    padding-top: 25px;
    margin-top: 0 !important;
    padding-bottom: 40px
}

body.search-results .container-wrap,
body[data-header-resize="1"].search-results .container-wrap {
    padding-top: 50px
}

body.search #page-header-bg {
    height: 250px
}

    body.search #page-header-bg h1 {
        font-size: 40px;
        line-height: 50px;
        padding: 0
    }

        body.search #page-header-bg h1 span {
            color: inherit
        }

body.search-no-results[data-header-resize] .container-wrap {
    padding: 8% 0
}

@media only screen and (max-width:690px) {
    body.search-no-results[data-header-resize] .container-wrap {
        padding: 14% 0
    }
}

body.search-no-results #search-results .search-form {
    position: relative
}

    body.search-no-results #search-results .search-form button[type=submit] {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0
    }

@media only screen and (min-width:1000px) {
    body.search-no-results:not(.post-type-archive) .container-wrap:not([data-layout=default]) .container.main-content {
        max-width: 1000px
    }

    body.search-results[data-ext-responsive=true] #search-results[data-layout=list-no-sidebar] {
        max-width: 1000px;
        margin: 0 auto
    }
}

body.search-no-results #search-results input[type=text] {
    padding-right: 60px
}

#header-space {
    height: 90px;
    background-color: #fff
}

body[data-header-color=dark] #header-space {
    background-color: #000
}

#header-outer {
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    padding: 28px 0 0;
    background-color: #fff;
    z-index: 9999;
    overflow: visible
}

    #header-outer[data-box-shadow=small],
    body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow=small][data-remove-fixed="0"]:not(.transparent):not(.invisible),
    body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow=small][data-remove-fixed="1"]:not(.transparent) {
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .22);
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, .22)
    }

    #header-outer[data-box-shadow=large],
    body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow=large][data-remove-fixed="0"]:not(.transparent):not(.invisible),
    body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow=large][data-remove-fixed="1"]:not(.transparent) {
        -webkit-box-shadow: 0 3px 45px rgba(0, 0, 0, .15);
        box-shadow: 0 3px 45px rgba(0, 0, 0, .15)
    }

body.page-template-template-no-header #header-outer,
body.page-template-template-no-header-footer #header-outer {
    visibility: hidden
}

body[data-transparent-nav="1"][data-header-color=light] #header-outer {
    background-color: rgba(255, 255, 255, .965)
}

body[data-header-color=dark] #header-outer,
body[data-header-color=dark] #search-outer {
    background-color: #000;
    -webkit-box-shadow: none;
    box-shadow: none
}

    body[data-header-color=dark] #top nav ul li a,
    body[data-header-color=dark] #search-outer input,
    body[data-header-color=dark] #top #logo,
    body[data-header-color=dark] #top nav ul #nectar-user-account a span,
    body[data-header-color=dark] #top nav ul #search-btn a span,
    body[data-header-color=dark] #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
        color: #a0a0a0
    }

body[data-header-color=dark] #top nav ul .slide-out-widget-area-toggle a .lines,
body[data-header-color=dark] #top nav ul .slide-out-widget-area-toggle a .lines:after,
body[data-header-color=dark] #top nav ul .slide-out-widget-area-toggle a .lines:before,
body[data-header-color=dark] #top nav ul .slide-out-widget-area-toggle .lines-button:after {
    background-color: #a0a0a0
}

.admin-bar #header-outer,
.logged-in.buddypress #header-outer {
    top: 32px
}

#top #logo {
    width: auto;
    max-width: none;
    display: block;
    line-height: 22px;
    font-size: 22px;
    letter-spacing: -1px;
    color: #444;
    font-family: 'Open Sans';
    font-weight: 600
}

    #top #logo .retina-logo,
    #top .span_3 #logo .mobile-only-logo {
        display: none
    }

    #top #logo .starting-logo {
        position: absolute;
        top: 0;
        opacity: 0;
        left: 0
    }

    #top #logo:hover,
    #top #logo:focus {
        color: #000
    }

    #top #logo img {
        text-indent: -9999px;
        max-width: none;
        width: auto;
        margin-bottom: 0;
        display: block;
        transition: opacity .4s ease
    }

#header-outer[data-transparent-header=true] #top #logo img.stnd {
    position: relative
}

#top {
    position: relative;
    z-index: 9998;
    width: 100%
}

    #top .container .row {
        padding-bottom: 0
    }

    #top nav > ul {
        overflow: visible;
        transition: padding .8s ease, margin .25s ease;
        min-height: 1px;
        line-height: 1px
    }

    #top nav .no-menu-assigned {
        visibility: hidden
    }

body:not(.ascend) #top nav > .buttons,
body.ascend #header-outer[data-full-width=false] #top nav > .buttons,
#header-outer[data-format=centered-menu-under-logo] #top nav > .buttons {
    margin-left: 15px
}

body #header-outer[data-full-width=false][data-has-buttons=no]:not([data-format=left-header]) #top nav > .buttons {
    margin-left: 0
}

body:not(.ascend) #header-outer[data-full-width=true][data-remove-border=true] #top nav ul #search-btn {
    margin-left: 22px
}

#top nav > .buttons {
    transition: padding .8s ease
}

#top nav > ul .slide-out-widget-area-toggle {
    transition: margin .25s ease
}

.side-widget-open #top nav > ul .slide-out-widget-area-toggle {
    transition: margin .75s ease
}

#header-outer[data-transparency-option="1"][data-full-width=true].side-widget-open {
    box-shadow: none
}

#header-outer.side-widget-open.hidden-menu #top nav > .sf-menu li,
#header-outer.hidden-menu-items #top nav > .sf-menu li:not(#social-in-menu) {
    transition: opacity .75s ease
}

body:not(.material) #header-outer[data-format=centered-menu].side-widget-open #top nav > .sf-menu:not(.buttons) li,
body:not(.material) #header-outer.side-widget-open.hidden-menu #top nav > .sf-menu:not(.buttons) li,
body:not(.material) #header-outer.side-widget-open.hidden-menu-items #top nav > .sf-menu:not(.buttons) li:not(#social-in-menu) {
    opacity: 0
}

.side-widget-open.no-bg-color {
    border-color: transparent !important
}

#header-outer #top nav > .buttons {
    right: 0;
    height: 100%;
    overflow: hidden
}

body #header-outer[data-using-pr-menu=true] #top nav > .buttons {
    display: block;
    overflow: visible
}

body.material #header-outer[data-using-pr-menu=true] #top nav > .buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.woocommerce #header-outer .cart-notification .item-name,
#header-outer .woocommerce-page .cart-notification .item-name {
    color: #999
}

#top nav ul li {
    float: right
}

#top nav > ul > li {
    float: left
}

    #top nav > ul > li > a,
    .pull-left-wrap > ul > li > a {
        padding: 0 10px;
        display: block;
        color: #676767;
        font-size: 14px;
        line-height: 20px;
        -webkit-transition: color .1s ease;
        transition: color .1s linear
    }

#header-outer[data-lhe=animated_underline] #top nav > ul > li > a {
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

#header-outer[data-format=centered-menu] #top .span_9,
#header-outer[data-format=centered-menu] #top .span_9 .sf-menu:not(.buttons) {
    left: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1
}

#header-outer[data-format=centered-menu] #top nav > .sf-menu > li {
    float: none;
    display: inline-block
}

#header-outer[data-format=centered-menu] #top nav > .sf-menu > .megamenu {
    position: static
}

#header-outer[data-format=centered-menu] #top nav > .sf-menu > li ul {
    text-align: left
}

#header-outer[data-format=centered-menu] #top nav > .buttons,
#header-outer[data-format=centered-menu] #top .span_3 {
    z-index: 10;
    position: absolute
}

#header-outer[data-format=centered-menu] #top .span_3 {
    left: 0
}

#header-outer[data-format=menu-left-aligned] .row .col.span_3 {
    margin-right: 25px
}

#header-outer[data-format=menu-left-aligned] .row .col.span_9 {
    float: left
}

#header-outer[data-format=menu-left-aligned] .row .right-aligned-menu-items {
    float: right
}

body #header-outer[data-full-width=true] #top nav > .buttons {
    margin-left: 0
}

#header-outer[data-format=centered-menu-under-logo] #top nav {
    display: inline-block
}

#header-outer[data-format=centered-menu-under-logo] .span_9 {
    text-align: center;
    line-height: 1px
}

body.original #header-outer[data-format=centered-menu-under-logo] #top .row .span_9,
body.original #header-outer[data-format=centered-menu-under-logo] #top .row .span_3,
body.ascend #header-outer[data-format=centered-menu-under-logo] #top .row .span_9,
body.ascend #header-outer[data-format=centered-menu-under-logo] #top .row .span_3,
body.material #header-outer[data-format=centered-menu-under-logo] #top .row .span_9,
body.material #header-outer[data-format=centered-menu-under-logo] #top .row .span_3 {
    display: block;
    float: none;
    width: 100% !important
}

body #header-outer[data-format=centered-menu-under-logo] .span_3 {
    text-align: center
}

#header-outer[data-format=centered-menu-under-logo] #top nav > .sf-menu > li ul {
    text-align: left
}

#header-outer[data-format=centered-menu-under-logo] #top .span_9 {
    position: relative
}

#header-outer[data-format=centered-menu-under-logo] .cart-menu {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%
}

#header-outer[data-format=centered-menu-under-logo] #top .span_9 nav > ul > li:not(#social-in-menu):not(#search-btn):not(.slide-out-widget-area-toggle) > a {
    padding-top: 0;
    padding-bottom: 20px
}

#header-outer[data-format=centered-menu-under-logo] #top .span_9 ul #search-btn,
#header-outer[data-format=centered-menu-under-logo] #top .span_9 ul #nectar-user-account,
#header-outer[data-format=centered-menu-under-logo] #top nav > ul .slide-out-widget-area-toggle {
    padding-top: 0;
    padding-bottom: 0
}

#header-outer[data-format=centered-menu-under-logo] #top .span_9 ul #social-in-menu a {
    margin-top: 0;
    margin-bottom: 20px
}

#header-outer[data-format=centered-menu-under-logo] #top #logo img {
    margin: 0 auto 0 auto
}

#header-outer[data-format=centered-menu-under-logo] #top #logo .starting-logo {
    position: absolute;
    margin-bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0)
}

@media only screen and (min-width:1000px) {
    #header-outer[data-format=centered-menu-under-logo] #top #logo .starting-logo {
        top: 0
    }
}

@media only screen and (max-width:999px) {
    #header-outer[data-format=centered-menu-under-logo] #top #logo .starting-logo {
        left: 0;
        -webkit-transform: none;
        transform: none
    }
}

#header-outer[data-format=centered-logo-between-menu] .cart-menu-wrap {
    z-index: 10000
}

@media only screen and (min-width:1000px) {
    #header-outer[data-format=centered-logo-between-menu] nav {
        visibility: hidden
    }
}

#header-outer[data-format=centered-logo-between-menu] .span_3 {
    position: absolute;
    left: 50%;
    margin-right: 0
}

    #header-outer[data-format=centered-logo-between-menu] .span_3 #logo.no-image {
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    #header-outer[data-format=centered-logo-between-menu] .span_3 #logo:not(.no-image) img {
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

#header-outer[data-format=centered-logo-between-menu] .row .col.span_9,
#header-outer[data-format=centered-logo-between-menu] .row .col.span_9 .sf-menu:not(.buttons) {
    left: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1
}

body #header-outer[data-format=centered-logo-between-menu] .row .col.span_9 .sf-menu:not(.buttons) {
    position: static
}

#header-outer[data-format=centered-logo-between-menu] #top nav > .buttons,
#header-outer[data-format=centered-logo-between-menu] #top .span_3 {
    z-index: 10;
    position: absolute
}

#header-outer[data-format=centered-logo-between-menu] #top nav > .sf-menu > li ul {
    text-align: left
}

#header-outer[data-format=centered-logo-between-menu] #top nav > .sf-menu > li {
    float: none
}

#header-outer[data-format=centered-logo-between-menu] #top nav > .sf-menu > .megamenu {
    position: static
}

#header-outer[data-format=centered-logo-between-menu] nav #social-in-menu {
    position: absolute;
    left: 0
}

#top nav > ul > li[class*=button_solid_color] > a:before,
#header-outer.transparent #top nav > ul > li[class*=button_solid_color] > a:before {
    display: block;
    position: absolute;
    left: 0;
    padding-bottom: 10px;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
    width: 100%;
    height: 24px;
    content: ' ';
    z-index: -1;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

#header-outer:not([data-format=centered-menu-under-logo]):not([data-format=centered-menu-bottom-bar]) #top nav > ul > li[class*=button_] > a:before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%
}

#header-outer[data-format=centered-menu-under-logo] #top nav > ul > li[class*=button_] > a:before,
#header-outer[data-format=centered-menu-bottom-bar] #top nav > ul > li[class*=button_] > a:before {
    -webkit-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px)
}

#top nav > ul > li[class*=button_solid_color] > a:hover:before,
#header-outer.transparent #top nav > ul > li[class*=button_solid_color] > a:hover:before {
    opacity: .85 !important
}

#top nav > ul > li[class*=button_bordered] > a:before,
#header-outer.transparent #top nav > ul > li[class*=button_bordered] > a:before {
    border: 2px solid #fff;
    display: block;
    position: absolute;
    left: 0;
    padding-bottom: 10px;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
    width: 100%;
    height: 34px;
    content: ' ';
    z-index: -1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease
}

#top nav > ul > li[class*=button_bordered] > a:before {
    border-color: rgba(0, 0, 0, .4)
}

.light-text #top nav > ul > li[class*=button_bordered] > a:before {
    border-color: #fff
}

#header-outer[data-lhe=default] #top nav > ul > li[class*=button_solid_color].current_page_ancestor > a,
#header-outer[data-lhe=default] #top nav > ul > li[class*=button_solid_color].current-menu-ancestor > a,
#header-outer #top nav > ul > li[class*=button_solid_color] > a,
#header-outer[data-lhe=default] #top nav .sf-menu > [class*=button_solid_color].sfHover:not(#social-in-menu) > a,
#header-outer #top nav > ul > li[class*=button_solid_color] > a .sf-sub-indicator i,
#header-outer #top .sf-menu > li[class*=button_solid_color].sfHover > a .sf-sub-indicator i,
#header-outer #top .sf-menu > li[class*=button_solid_color]:hover > a .sf-sub-indicator i {
    color: #fff !important
}

#top nav > ul > li[class*=button_solid_color] > a,
body #header-outer.transparent #top nav > ul > li[class*=button_solid_color] > a,
#header-outer[data-lhe=animated_underline] #top nav > ul > li[class*=button_solid_color] > a,
#header-outer[data-lhe=animated_underline].transparent.dark-slide #top nav > ul > li[class*=button_solid_color] > a:hover,
#header-outer[data-lhe=default].transparent.dark-slide #top nav > ul > li[class*=button_solid_color] > a:hover,
#header-outer[data-lhe=default] #top nav .sf-menu > li[class*=button_solid_color] > a:hover,
#header-outer.dark-text #top nav > ul > li[class*=button_solid_color] > a,
#header-outer[data-lhe=default] #top nav .sf-menu .current_page_item[class*=button_solid_color] > a,
#header-outer.transparent.dark-slide > #top nav > ul > li[class*=button_solid_color] > a:hover {
    color: #fff !important;
    opacity: 1 !important;
    padding-left: 20px;
    padding-right: 20px
}

#header-outer[data-lhe=default] #top nav > ul > li[class*=button_solid_color] > a:hover,
body #header-outer[data-lhe=default] #top nav .sf-menu > li[class*=button_solid_color].sfHover > a {
    color: #fff !important
}

#header-outer[data-lhe=default] #top nav > ul > li[class*=button_solid_color] > a,
#header-outer[data-lhe=default] #top nav > ul > li[class*=button_bordered] > a,
#top nav > ul > li[class*=button_bordered] > a,
body #header-outer.transparent #top nav > ul > li[class*=button_bordered] > a,
#header-outer[data-lhe=animated_underline] #top nav > ul > li[class*=button_bordered] > a,
#header-outer[data-lhe=default] #top nav ul li[class*=button_bordered] a:hover {
    padding-left: 20px;
    padding-right: 20px
}

body[data-header-search=false][data-full-width-header=false] #header-outer[data-lhe=animated_underline][data-format=default][data-cart=false] #top nav > ul > li:last-child > a,
body[data-header-search=false][data-user-set-ocm=off] #header-outer[data-lhe=animated_underline][data-format=centered-menu][data-cart=false] #top nav > .buttons > li:last-child > a,
body[data-header-search=false][data-user-set-ocm=off] #header-outer[data-lhe=animated_underline][data-format=menu-left-aligned][data-cart=false] #top nav > .buttons > li:last-child > a {
    margin-right: 0
}

#header-outer[data-lhe=animated_underline] nav > ul > li:not([class*=button_]) > a:after,
body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li a:after,
#header-secondary-outer[data-lhe=animated_underline] nav > .sf-menu > li > a:after {
    -ms-transition: -webkit-transform .3s ease-out, border-color .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out, border-color .3s ease-out;
    transition: transform .3s ease-out, border-color .3s ease-out;
    position: absolute;
    display: block;
    bottom: -6px;
    left: 0;
    width: 100%;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 2px solid #000;
    content: '';
    padding-bottom: inherit
}

body:not(.material) #header-secondary-outer[data-lhe=animated_underline] nav > .sf-menu > li > a:after {
    bottom: -9px
}

#header-outer[data-lhe=animated_underline] #top nav > ul > li > a:hover:after,
#header-outer[data-lhe=animated_underline] #top nav > ul > .sfHover > a:after,
#header-outer[data-lhe=animated_underline] .sf-menu .current_page_ancestor > a:after,
#header-outer[data-lhe=animated_underline] .sf-menu .current-menu-ancestor > a:after,
#header-outer[data-lhe=animated_underline] .sf-menu .current-menu-item > a:after,
#header-outer[data-lhe=animated_underline] .sf-menu .current_page_item > a:after,
#header-outer[data-lhe=animated_underline] .buttons .current-menu-item > a:after,
#header-outer[data-lhe=animated_underline] .buttons .current-menu-ancestor > a:after,
#header-secondary-outer[data-lhe=animated_underline] nav > .sf-menu > li > a:hover:after,
#header-secondary-outer[data-lhe=animated_underline] nav > .sf-menu > li > a:focus:after,
body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .current-menu-item > a:after,
body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li a:hover:after,
body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li a:focus:after {
    backface-visibility: hidden;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

#header-outer[data-lhe=animated_underline] #top nav > ul > li > a {
    padding-left: 0;
    padding-right: 0;
    margin-right: 10px;
    margin-left: 10px
}

#top nav ul li a {
    color: #999
}

.sf-menu {
    line-height: 1;
    float: left;
    margin-bottom: 30px
}

    .sf-menu ul li {
        font-weight: 400;
        width: 100%
    }

#header-outer .sf-menu > li:hover > ul,
#header-outer .sf-menu > .sfHover > ul {
    top: 100%
}

.sub-menu {
    z-index: 3
}

.sf-menu li:hover,
.sf-menu .sfHover,
.sf-menu:not(.buttons) a:focus,
.sf-menu a:hover,
.sf-menu a:active {
    outline: 0 none
}

.sf-menu ul li a {
    margin: 0
}

.sf-sub-indicator {
    display: inline-block;
    width: 10px;
    position: relative;
    left: 8px;
    height: 10px
}

    .sf-sub-indicator i {
        width: 8px
    }

    .sf-sub-indicator [class^=icon-],
    body .sf-sub-indicator [class*=" icon-"] {
        color: #888;
        font-size: 12px;
        line-height: 16px;
        height: auto;
        background-color: transparent
    }

.material .sf-menu > li > a > .sf-sub-indicator i {
    font-size: 16px
}

.sf-shadow .sf-shadow-off {
    background: none repeat scroll 0 0 transparent
}

.sf-vertical,
.sf-vertical li {
    width: 100%
}

    .sf-vertical li:hover ul,
    .sf-vertical .sfHover ul {
        left: 100%;
        top: 0
    }

.sf-menu,
.sf-menu * {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    z-index: 10
}

.sf-menu {
    line-height: 1
}

    .sf-menu ul {
        position: absolute;
        top: -999em
    }

        .sf-menu ul li,
        .sf-menu ul li li {
            font-size: 12px;
            width: 100%
        }

    .sf-menu li:hover {
        visibility: inherit
    }

    .sf-menu li {
        float: left;
        line-height: 0;
        font-size: 12px;
        position: relative
    }

    .sf-menu a {
        display: block;
        position: relative;
        text-decoration: none
    }

    .sf-menu li:hover ul,
    .sf-menu .sfHover ul {
        z-index: 999
    }

    .sf-menu li li:hover ul,
    .sf-menu li .sfHover ul,
    .sf-menu li li li:hover ul,
    .sf-menu li li .sfHover ul {
        left: 20em;
        top: 0
    }

    .sf-menu .sf-with-ul a {
        min-width: 1px
    }

#header-outer .sf-menu li ul li a {
    font-size: 12px;
    line-height: 13px;
    transition: none;
    letter-spacing: 0
}

.sf-menu li ul li .sf-sub-indicator {
    right: 14px;
    left: auto;
    top: 14px;
    display: block;
    position: absolute
}

.sf-menu .sfHover ul li a,
.sf-menu .sfHover ul li li a {
    box-shadow: none
}

.sf-menu ul li a:focus,
.sf-menu ul li a:hover,
.sf-menu ul li a:active,
.sf-menu ul li li a:focus,
.sf-menu ul li li a:hover,
.sf-menu ul li li a:active {
    border-radius: 0;
    box-shadow: none;
    text-shadow: none
}

body #top nav > ul > li > .temp-hidden-display,
body #header-secondary-outer nav > ul > li > .temp-hidden-display {
    display: block !important;
    opacity: 0;
    left: 0 !important;
    right: auto !important
}

body #top nav > ul > .edge > ul,
body #header-secondary-outer nav > ul > .edge > ul {
    left: auto;
    right: 0
}

body #top nav > ul > li .edge > ul,
body #header-secondary-outer nav > ul > li .edge > ul {
    left: auto;
    right: 0
}

#top .span_9 {
    position: static
}

#header-outer #top nav > ul > .megamenu {
    position: inherit
}

#top nav > ul > .megamenu > .sub-menu {
    width: 100%;
    left: 0;
    padding: 15px 0;
    display: table;
    background-color: #1c1c1c
}

body .no-transition,
#header-outer[data-megamenu-rt="1"].no-transition,
#header-outer[data-megamenu-rt="1"].no-transition a:not(#logo),
#header-outer[data-megamenu-rt="1"].no-transition img,
#header-outer[data-megamenu-rt="1"].no-transition .icon-salient-search,
#header-outer[data-megamenu-rt="1"].no-transition .icon-salient-m-user,
#header-outer[data-megamenu-rt="1"].no-transition .icon-salient-cart,
.ascend #header-outer[data-megamenu-rt="1"].no-transition .has_products .cart-menu .cart-icon-wrap .icon-salient-cart,
#header-outer[data-megamenu-rt="1"].no-transition #top nav ul .slide-out-widget-area-toggle a .lines,
#header-outer[data-megamenu-rt="1"].no-transition #top nav ul .slide-out-widget-area-toggle a .lines:before,
#header-outer[data-megamenu-rt="1"].no-transition #top nav ul .slide-out-widget-area-toggle a .lines:after,
#header-outer[data-megamenu-rt="1"].no-transition .lines-button:after,
#header-outer[data-megamenu-rt="1"].no-transition #top nav ul li a > .sf-sub-indicator i,
#header-outer[data-megamenu-rt="1"].no-transition #top nav ul #search-btn a:after,
#header-outer[data-megamenu-rt="1"].no-transition #top nav ul #nectar-user-account a:after,
#header-outer[data-megamenu-rt="1"].no-transition #top nav ul .slide-out-widget-area-toggle a:after,
#header-outer[data-megamenu-rt="1"].no-transition .cart-menu:after,
#header-outer[data-megamenu-rt="1"].no-transition #top nav > ul > li[class*=button_bordered] > a:not(:hover):before,
#header-outer[data-megamenu-rt="1"].no-transition.transparent #top nav > ul > li[class*=button_bordered] > a:not(:hover):before,
body #slide-out-widget-area-bg.fullscreen-alt.open.no-transition,
body #slide-out-widget-area-bg.fullscreen-alt.no-transition,
.page-submenu.no-trans,
.sf-menu > .no-trans > ul,
body[data-hhun="1"] #header-outer.no-trans-hidden:not(.side-widget-open),
.posts-container article.ajax-loaded,
body[data-button-style=slightly_rounded_shadow] .nectar-button.wpb_start_animation,
body[data-button-style=rounded_shadow] .nectar-button.wpb_start_animation,
.post-area.masonry {
    -webkit-transition: none !important;
    transition: none !important
}

.material #header-outer[data-megamenu-rt="1"]:not([data-transparent-header=true]):not([data-format=left-header]).no-transition #logo img,
.material #header-outer[data-megamenu-rt="1"]:not([data-transparent-header=true]):not([data-format=left-header]).no-transition .logo-spacing img {
    -webkit-transition: height .15s ease !important;
    transition: height .15s ease !important
}

.material #header-outer[data-megamenu-rt="1"]:not([data-format=left-header]).no-transition #logo img,
.material #header-outer[data-megamenu-rt="1"]:not([data-format=left-header]).no-transition .logo-spacing img {
    -webkit-transition: height .32s ease !important;
    transition: height .32s ease !important
}

#header-outer[data-megamenu-rt="1"].no-transition li[class*=button_] a:hover {
    -webkit-transition: opacity .2s ease, color .2s ease !important;
    transition: opacity .2s ease, color .2s ease !important
}

#header-outer[data-lhe=animated_underline][data-megamenu-rt="1"].no-transition #top nav > ul > li:not([class*=button_]) > a:after {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out
}

#top nav > ul > .megamenu > .sub-menu {
    display: table
}

#top nav > ul > .megamenu > .sub-menu {
    padding: 30px 0
}

#top nav > ul > .megamenu > ul > li {
    padding: 0 0 0 30px;
    border: none
}

#top nav > ul > li > ul > li,
#header-outer[data-format=centered-menu] #top nav > ul > li > ul > li,
#header-secondary-outer .sf-menu > li > ul > li,
#header-outer .widget_shopping_cart .cart_list,
#header-outer .widget_shopping_cart .total,
#header-outer .widget_shopping_cart .buttons {
    opacity: 0;
    -ms-transform: translateY(13px);
    -webkit-transform: translateY(13px);
    transform: translateY(13px);
    -ms-transition: transform .65s cubic-bezier(.2, .8, .25, 1), opacity .65s cubic-bezier(.2, .8, .25, 1);
    transition: transform .65s cubic-bezier(.2, .8, .25, 1), opacity .65s cubic-bezier(.2, .8, .25, 1);
    -webkit-transition: transform .65s cubic-bezier(.2, .8, .25, 1), opacity .65s cubic-bezier(.2, .8, .25, 1)
}

#top nav > ul > .sfHover > ul > li,
#header-secondary-outer .sf-menu > .sfHover > ul > li,
#header-outer[data-format=centered-menu] #top nav > ul > .sfHover > ul > li,
#header-outer .widget_shopping_cart.open .cart_list,
#header-outer .widget_shopping_cart.open .total,
#header-outer .widget_shopping_cart.open .buttons {
    opacity: 1;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

#header-outer .widget_shopping_cart .cart_list,
#header-outer .widget_shopping_cart,
.wpcf7-form-control-wrap,
.nectar-social.full-width > * {
    display: block !important
}

#top nav > ul > .megamenu > ul > li:last-child {
    padding-right: 30px
}

[data-megamenu-width=full-width] #top nav > ul > .megamenu > ul > li {
    padding: 0 30px 0 0
}

    [data-megamenu-width=full-width] #top nav > ul > .megamenu > ul > li:last-child {
        padding: 0
    }

#top nav > ul > .megamenu > ul > li > ul {
    margin: 0;
    padding: 0
}

#top nav > ul > .megamenu > ul > li {
    width: 33.33%
}

#header-outer #top nav > ul > .megamenu > ul > li {
    display: table-cell;
    float: none
}

#top nav > ul > .megamenu.columns-2 > ul > li {
    width: 50%
}

#top nav > ul > .megamenu.columns-3 > ul > li {
    width: 33.33%
}

#top nav > ul > .megamenu.columns-4 > ul > li {
    width: 25%
}

#top nav > ul > .megamenu.columns-5 > ul > li {
    width: 20%
}

#top nav > ul > .megamenu.columns-6 > ul > li {
    width: 16.66%
}

#top nav > ul > .megamenu > ul > li ul {
    display: block !important;
    top: 0 !important;
    width: 100%;
    opacity: 1 !important;
    left: 0 !important;
    box-shadow: none;
    position: relative
}

#top nav > ul > .megamenu > ul > li > ul > .has-ul > ul {
    margin-left: 0;
    padding-right: 0;
    padding-left: 0
}

#top nav > ul > .megamenu ul li {
    float: none
}

    #top nav > ul > .megamenu ul li a {
        border-bottom: none;
        padding: 9px 15px
    }

body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > a,
body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > ul > .has-ul > a {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 7px;
    letter-spacing: 2px
}

body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > a,
body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > ul > .has-ul > a {
    color: #444
}

body[data-header-color=dark]:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > a,
body[data-header-color=dark]:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > ul > .has-ul > a {
    color: #fff
}

body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > ul > .has-ul > ul {
    padding-bottom: 15px
}

body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > ul > .has-ul > ul {
    padding-bottom: 20px
}

body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > ul > .has-ul:last-child > ul {
    padding-bottom: 0
}

#top nav > ul > .megamenu > .sub-menu > li a,
body #top nav > ul > .megamenu > .sub-menu > li a,
body #header-outer #top nav > ul > .megamenu > .sub-menu > li > a,
#top nav > ul > .megamenu > ul > li > a:hover,
#top nav > ul > .megamenu > ul > .sfHover > a,
body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > ul > .has-ul.current-menu-item > a,
body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > a,
body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > ul > .has-ul > a {
    background-color: transparent !important
}

#header-secondary-outer .sf-menu li ul li a,
#top .sf-menu li ul li a {
    background-color: transparent
}

body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul ul li a:hover,
body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul ul .current-menu-item > a {
    color: #ccc;
    background-color: #000
}

#top .menu-item-language .iclflag,
#header-secondary-outer .menu-item-language .iclflag {
    top: 1px;
    position: relative;
    margin-right: 4px
}

.sf-menu > li > ul {
    opacity: 0;
    pointer-events: none;
    -ms-transition: none;
    -webkit-transition: none;
    transition: none;
    display: block;
    -webkit-box-shadow: 0 19px 35px rgba(0, 0, 0, .11);
    box-shadow: 0 19px 35px rgba(0, 0, 0, .11)
}

.sf-menu > li ul {
    padding: 20px;
    width: 20em
}

    .sf-menu > li ul a,
    #top nav > ul > .megamenu ul li a {
        padding: 6px
    }

.sf-menu li ul li .sf-sub-indicator {
    top: 6px;
    right: 6px
}

body[data-header-color=light]:not([data-header-format=left-header]) #header-outer:not(.transparent) .sf-menu > li ul {
    border-top: 1px solid #e9e9e9
}

#header-outer[data-box-shadow=none]:not(.transparent) .sf-menu > li:not(.megamenu) ul {
    border-top: none
}

#header-outer .open.widget_shopping_cart {
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    top: 100%;
    pointer-events: auto
}

#header-outer .cart-outer .cart-notification {
    top: 100%
}

#header-outer .widget_shopping_cart {
    -ms-transition: none;
    -webkit-transition: none;
    transition: none;
    opacity: 0;
    pointer-events: none
}

.sf-menu > .sfHover {
    z-index: 500
}

#header-secondary-outer .sf-menu li ul,
body:not([data-header-format=left-header]) #top .sf-menu li ul,
#top nav > ul > .megamenu > .sub-menu,
#header-outer .widget_shopping_cart .cart_list li,
#header-outer .cart-notification,
#header-outer .widget_shopping_cart_content {
    background-color: #fff
}

#header-outer .cart-outer .widget_shopping_cart > .widgettitle {
    display: none
}

body[data-header-color=dark] #header-secondary-outer .sf-menu li ul,
body[data-header-color=dark]:not([data-header-format=left-header]) #top .sf-menu li ul,
body[data-header-color=dark] #top nav > ul > .megamenu > .sub-menu,
body[data-header-color=dark] #header-outer .widget_shopping_cart .cart_list li,
body[data-header-color=dark] #header-outer .cart-notification,
body[data-header-color=dark] #header-outer .widget_shopping_cart_content {
    background-color: #000
}

#header-outer nav ul li li:hover > a .sf-sub-indicator i,
#header-outer nav ul li .sfHover > a .sf-sub-indicator i,
#header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul .current-menu-ancestor > a .sf-sub-indicator i,
#header-outer:not([data-format=left-header]) #top nav > ul > .megamenu ul ul .current-menu-item > a,
#header-outer:not([data-format=left-header]) #top nav > ul > .megamenu ul ul .current-menu-ancestor > a,
#header-outer #top nav > ul > .megamenu > ul ul .sfHover > a,
#header-outer #top nav > ul > .megamenu > ul ul li a:hover,
#header-outer #top nav > ul > .megamenu > ul ul li a:focus,
body:not([data-header-format=left-header]) #header-outer #top nav > ul > .megamenu > ul ul .current-menu-item > a,
#header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul a:hover,
#header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) .sfHover > a,
#header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul .current-menu-item > a,
#header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul .current-menu-ancestor > a {
    color: #fff
}

#header-outer .widget_shopping_cart,
.woocommerce .cart-notification,
#header-outer .cart-notification {
    -webkit-box-shadow: 0 19px 35px rgba(0, 0, 0, .11);
    box-shadow: 0 19px 35px rgba(0, 0, 0, .11)
}

#header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) .cart_list a:hover {
    background-color: transparent !important
}

#header-outer .widget_shopping_cart a.button:hover,
.nectar-slide-in-cart .widget_shopping_cart a.button:hover {
    background-color: #333 !important
}

#header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul a:hover,
#header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) .sfHover > a,
#header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul .current-menu-item > a,
#header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul .current-menu-ancestor > a {
    background-color: #27ccc0
}

#header-outer .sf-menu li ul li a,
#header-outer .widget_shopping_cart .quantity,
#header-outer .widget_shopping_cart .cart_list li,
#header-outer .cart-notification,
#header-outer .total,
#header-outer .total strong,
#header-outer .product_list_widget li dl dd {
    color: #999
}

#header-outer #top nav > ul > .megamenu:hover ul li {
    pointer-events: auto
}

.sf-menu .megamenu li ul {
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

#header-outer #top .sf-menu .megamenu li ul,
[data-header-color=light] #header-outer:not(.transparent) .sf-menu > .megamenu li ul {
    border-top: 0
}

#header-secondary-outer .sf-menu li li ul {
    margin-left: -20px;
    margin-top: -20px
}

.sf-menu li li ul {
    display: block;
    visibility: visible;
    top: 0 !important;
    z-index: auto;
    left: 20em;
    margin-left: -20px;
    margin-top: -20px;
    -ms-transition: transform .25s, opacity .25s;
    -webkit-transition: transform .25s, opacity .25s;
    transition: transform .25s, opacity .25s;
    -webkit-box-shadow: 0 19px 35px rgba(0, 0, 0, .11);
    box-shadow: 0 19px 35px rgba(0, 0, 0, .11);
    opacity: 0;
    pointer-events: none;
    -ms-transform: translateX(25px);
    -webkit-transform: translateX(25px);
    transform: translateX(25px)
}

#header-secondary-outer .sf-menu li li .on-left-side,
#header-secondary-outer sf-menu li .sfHover .on-left-side,
.sf-menu li li .on-left-side,
.sf-menu li .sfHover .on-left-side {
    right: 20em;
    left: auto;
    margin-right: -20px;
    margin-left: 0
}

.sf-menu .sfHover > .on-left-side {
    -ms-transform: translateY(0px) translateX(0px);
    -webkit-transform: translateY(0px) translateX(0px);
    transform: translateY(0px) translateX(0px)
}

body[data-header-color=light] #header-outer:not(.transparent) .sf-menu > li:not(.megamenu) li ul,
body[data-header-color=custom] #header-outer:not(.transparent) .sf-menu > li:not(.megamenu) li ul {
    margin-top: -21px
}

body[data-header-color=light] #header-secondary-outer .sf-menu > li:not(.megamenu) li ul,
body[data-header-color=light] .sf-menu > li:not(.megamenu) li ul,
body[data-header-color=light] #header-outer[data-box-shadow=none]:not(.transparent) .sf-menu > li:not(.megamenu) li ul,
body[data-header-color=custom] #header-outer[data-box-shadow=none]:not(.transparent) .sf-menu > li:not(.megamenu) li ul {
    margin-top: -20px
}

.sf-menu ul li a {
    border-bottom: 0
}

.sf-menu .sfHover > ul {
    pointer-events: auto;
    opacity: 1;
    -ms-transform: translateY(0px) translateX(0px);
    -webkit-transform: translateY(0px) translateX(0px);
    transform: translateY(0px) translateX(0px)
}

#header-outer:not([data-format=left-header]) #logo,
#header-outer:not([data-format=left-header]) .logo-spacing {
    transition: margin .32s ease
}

    #header-outer:not([data-format=left-header]) #logo img,
    #header-outer:not([data-format=left-header]) .logo-spacing img {
        transition: height .32s ease, opacity .2s ease
    }

#header-outer:not([data-transparent-header=true]):not([data-format=left-header]) #logo,
#header-outer:not([data-transparent-header=true]):not([data-format=left-header]) .logo-spacing {
    transition: margin .15s ease
}

    #header-outer:not([data-transparent-header=true]):not([data-format=left-header]) #logo img,
    #header-outer:not([data-transparent-header=true]):not([data-format=left-header]) .logo-spacing img {
        transition: height .15s ease, opacity .2s ease
    }

#header-outer.small-nav:not([data-format=left-header]) {
    transition: box-shadow .42s ease, opacity .3s ease
}

    #header-outer.small-nav:not([data-format=left-header]) #logo,
    #header-outer.small-nav:not([data-format=left-header]) .logo-spacing {
        transition: margin .32s ease
    }

        #header-outer.small-nav:not([data-format=left-header]) #logo img,
        #header-outer.small-nav:not([data-format=left-header]) .logo-spacing img {
            transition: height .32s ease
        }

body[data-hhun="0"] #header-outer[data-header-resize="0"]:not([data-transparent-header=true]) {
    transition: box-shadow .42s ease, opacity .3s ease, transform .32s ease
}

#header-outer[data-using-secondary="1"]:not([data-format=left-header]) {
    transition: transform .32s ease, background-color .3s ease 0s, box-shadow .3s ease 0s, margin .25s ease
}

#header-outer[data-using-secondary="1"].small-nav:not([data-format=left-header]) {
    transition: box-shadow .42s ease, opacity .3s ease, transform .32s ease
}

#header-outer[data-format=centered-menu] .logo-spacing,
#header-outer[data-format=centered-logo-between-menu] .logo-spacing {
    visibility: hidden;
    pointer-events: none;
    z-index: -100
}

@media only screen and (max-width:690px) {
    #header-outer[data-format=centered-menu] .logo-spacing,
    #header-outer[data-format=centered-logo-between-menu] .logo-spacing {
        display: none
    }
}

@media only screen and (min-width:1000px) {
    #header-outer:not([data-format=left-header]) {
        padding-top: 0
    }

        #header-outer:not([data-format=left-header]) #top > .container > .row,
        #header-outer:not([data-format=left-header]) #top > .container > .row nav,
        #header-outer:not([data-format=left-header]) #top > .container > .row nav > ul,
        #header-outer:not([data-format=left-header]) #top > .container > .row nav > ul > li {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex
        }

        #header-outer:not([data-format=left-header]) #top .span_9,
        #header-outer:not([data-format=left-header]) #top .span_3 {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            float: none;
            width: auto
        }

    #header-outer[data-format=centered-menu-under-logo] .span_9,
    #header-outer[data-format=centered-menu-under-logo] .span_9 nav,
    #header-outer[data-format=centered-menu-under-logo] #top .row .span_9 {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%
    }

    #header-outer[data-format=centered-menu-under-logo] .cart-menu {
        -webkit-transform: none;
        transform: none
    }

    #header-outer .logo-spacing {
        line-height: 0
    }

    #header-outer[data-format=centered-logo-between-menu] .logo-spacing[data-using-image=false] {
        font-size: 22px;
        line-height: 22px;
        letter-spacing: -1px;
        width: 1px
    }

    #header-outer[data-format=centered-menu] .logo-spacing img,
    #header-outer[data-format=centered-logo-between-menu] .logo-spacing img {
        margin-bottom: 0
    }

    #header-outer[data-format=centered-logo-between-menu] .logo-spacing img {
        width: 1px
    }

    #header-outer[data-format=centered-logo-between-menu] #top .span_9,
    #header-outer[data-format=centered-logo-between-menu] #top .span_9 nav {
        width: 100%
    }

    #header-outer[data-format=centered-menu] #top .span_3 {
        position: relative;
        margin-right: 0
    }

    #header-outer[data-format=centered-menu] #top .span_9,
    #header-outer[data-format=centered-menu] #top .span_9 .sf-menu:not(.buttons) {
        position: static
    }

    #header-outer[data-format=centered-logo-between-menu] .row .col.span_3 {
        pointer-events: none
    }

    body #header-outer[data-format=centered-logo-between-menu] .span_3 #logo:not(.no-image) img {
        transform: none
    }

    body #header-outer[data-format=centered-logo-between-menu] #top #logo {
        transform: translateX(-50%);
        pointer-events: auto
    }

    #header-outer[data-format=default] #top .span_9 {
        margin-left: auto
    }

    #header-outer[data-format=centered-menu] #top .span_9,
    #header-outer[data-format=centered-menu] #top .span_9 nav {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        -ms-flex-grow: 1;
        flex-grow: 1
    }

        #header-outer[data-format=centered-menu] #top .span_9 nav .sf-menu:not(.buttons),
        #header-outer[data-format=centered-logo-between-menu] #top .span_9 nav .sf-menu:not(.buttons),
        #header-outer[data-format=centered-menu-under-logo] #top .span_9 nav,
        #header-outer[data-format=centered-menu-bottom-bar] #top .span_9 nav {
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-flex-pack: center;
            -ms-justify-content: center;
            justify-content: center
        }

    #header-outer:not([data-format=left-header]) #top nav > .buttons {
        overflow: visible;
        height: auto
    }

    #header-outer:not([data-format=left-header]) #top nav > ul > li {
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    #header-outer:not([data-format=left-header]) #top nav > ul {
        float: none;
        display: inline-block;
        vertical-align: middle
    }

    #header-outer[data-format=centered-menu] #top nav > .buttons,
    #header-outer[data-format=centered-menu] #top .span_3,
    #header-outer[data-format=centered-logo-between-menu] nav #social-in-menu,
    #header-outer[data-format=centered-logo-between-menu] #top nav > .buttons {
        height: 100%
    }

    #header-outer #top > .container > .row .right-aligned-menu-items nav {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse
    }

    #header-outer[data-format=menu-left-aligned] .row .right-aligned-menu-items {
        float: none;
        margin-left: auto;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    #header-outer[data-format=centered-menu-under-logo] .row,
    #header-outer[data-format=centered-menu-bottom-bar] .row {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width:999px) {
    #top .col.span_9 {
        text-align: right;
        line-height: 0
    }

    #header-outer[data-format=centered-menu] #top .span_9,
    #header-outer[data-format=centered-logo-between-menu] #top .span_9 {
        text-align: right;
        z-index: 10000;
        left: auto
    }

    #top .span_9 > .slide-out-widget-area-toggle > div,
    #header-outer .mobile-search .icon-salient-search,
    #header-outer #top #mobile-cart-link i,
    #header-outer .mobile-user-account .icon-salient-m-user {
        position: relative;
        display: block;
        top: 50%;
        font-size: 18px;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: transparent
    }

    #top .span_9 > .slide-out-widget-area-toggle,
    #top #mobile-cart-link,
    #top .mobile-search,
    #header-outer #top .mobile-user-account {
        position: relative;
        width: auto;
        padding: 0 7px;
        top: auto;
        right: auto;
        margin-bottom: 0;
        margin-top: 0;
        display: inline-block;
        vertical-align: middle;
        line-height: 0;
        height: 100%;
        -webkit-transform: none;
        transform: none
    }

    body[data-slide-out-widget-area-style=slide-out-from-right].material a.slide_out_area_close:before,
    body[data-slide-out-widget-area-style=slide-out-from-right] .slide_out_area_close:before {
        background-color: rgba(0, 0, 0, .06)
    }

    #header-outer[data-cart=true] #top .span_9 > .slide-out-widget-area-toggle,
    #header-outer[data-cart=true] #top #mobile-cart-link,
    #top .mobile-search {
        padding: 0 8px
    }

    #header-outer[data-cart=true] #top .row .span_9 > .slide-out-widget-area-toggle,
    #top .span_9 > .slide-out-widget-area-toggle {
        padding-right: 0
    }

    #search-outer #search #close a:before,
    body.material #header-outer #search-outer #search #close a:before {
        height: 40px;
        width: 40px;
        margin: -20px 0 0 -20px
    }

    #search-outer #search #close a span {
        font-size: 16px;
        height: 16px;
        line-height: 16px
    }

    #search-outer #search #close a {
        height: 14px
    }

    #search-outer #search #close,
    body.material #header-outer #search-outer #search #close {
        top: 0;
        right: -5px
    }

        #search-outer #search #close a,
        body.material #header-outer #search-outer #search #close a {
            right: 13px;
            top: 19px
        }

    body.original #search-outer #search #close a {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

#header-outer[data-format=centered-menu-under-logo] #top .span_9 nav > .buttons {
    padding-bottom: 20px
}

@media only screen and (max-width:999px) {
    .slide-out-widget-area-toggle.mobile-icon a > span > .hover-effect {
        display: none
    }
}

#top nav ul #search-btn a span,
#top nav ul #search-btn a,
#top nav ul .slide-out-widget-area-toggle a,
#top nav ul #nectar-user-account a span,
#top nav ul #nectar-user-account a {
    line-height: 20px;
    height: 20px
}

@media only screen and (min-width:690px) {
    #slide-out-widget-area .secondary-header-text {
        display: none
    }
}

@media only screen and (max-width:999px) and (min-width:690px) {
    body.original #slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items {
        display: none
    }
}

#top nav .buttons li {
    line-height: 12px;
    position: relative
}

#top nav .buttons .menu-item a {
    position: relative
}

.original #top nav ul #search-btn > div,
.original #top nav ul #nectar-user-account > div,
.original #top nav ul .nectar-woo-cart > div,
.original #top nav ul .slide-out-widget-area-toggle > div,
.ascend #header-outer[data-full-width=false] #top nav ul #search-btn > div,
.ascend #header-outer[data-full-width=false] #top nav ul #nectar-user-account > div,
.ascend #header-outer[data-full-width=false] #top nav ul .nectar-woo-cart > div,
.ascend #header-outer[data-full-width=false] #top nav ul .slide-out-widget-area-toggle > div {
    padding-left: 19px
}

#header-outer .cart-menu .cart-icon-wrap i {
    line-height: 18px
}

#header-outer:not([data-format=left-header]) .cart-menu .cart-icon-wrap {
    width: auto;
    height: 20px
}

#top nav ul #search-btn a,
#top nav ul #nectar-user-account a,
#top nav ul .slide-out-widget-area-toggle a {
    padding: 0;
    width: 24px;
    display: block;
    background-position: right top;
    background-repeat: no-repeat;
    box-sizing: content-box
}

#top nav ul[data-user-set-ocm=off] .slide-out-widget-area-toggle,
body.material #header-outer:not([data-format=left-header]) #top > .container > .row nav > ul[data-user-set-ocm=off] > .slide-out-widget-area-toggle {
    display: none
}

#top nav ul #nectar-user-account a span,
#top nav ul #search-btn a span {
    top: 0;
    background-color: transparent;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.cart-menu .cart-icon-wrap .icon-salient-cart {
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

#header-outer #social-in-menu i,
.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a i {
    font-size: 18px;
    color: inherit;
    background-color: transparent;
    transition: transform .25s ease, opacity .2s ease;
    -webkit-transition: -webkit-transform .25s ease, opacity .2s ease;
    text-align: center;
    line-height: 24px;
    height: 22px;
    width: 36px
}

body[data-header-search=false]:not(.mobile) #header-outer[data-has-menu=false][data-cart=false] #social-in-menu i {
    font-size: 20px;
    width: 38px;
    line-height: 26px;
    height: 26px;
    margin-bottom: -3px
}

#header-outer #social-in-menu a,
.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a {
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
    overflow: hidden
}

    #header-outer #social-in-menu a:hover i,
    .material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a:hover i {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    #header-outer #social-in-menu a i:after,
    .material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a i:after {
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        width: 100%
    }

    #header-outer #social-in-menu a i:before {
        width: 100%
    }

#header-outer #social-in-menu [class^=fa-]:after,
#header-outer #social-in-menu [class*=fa-]:after,
#header-outer #social-in-menu .fa-vine:before,
#header-outer #social-in-menu .fa-vine:after {
    text-decoration: inherit;
    display: block;
    speak: none
}

#header-outer #social-in-menu .fa-vine {
    display: block;
    text-align: center
}

#header-outer #social-in-menu i.fa-facebook {
    width: 28px
}

#header-outer #social-in-menu .fa-instagram:after,
.material #slide-out-widget-area.slide-out-from-right .fa-instagram:after {
    content: "\f16d"
}

#header-outer #social-in-menu .fa-behance:after,
.material #slide-out-widget-area.slide-out-from-right .fa-behance:after {
    content: "\f1b4"
}

#header-outer #social-in-menu .fa-vine:after,
.material #slide-out-widget-area.slide-out-from-right .fa-vine:after {
    content: "\f1ca"
}

#header-outer #social-in-menu .fa-vk:after,
.material #slide-out-widget-area.slide-out-from-right .fa-vk:after {
    content: "\f189"
}

#header-outer #social-in-menu .icon-salient-spotify:after,
.material #slide-out-widget-area.slide-out-from-right .icon-salient-spotify:after {
    content: "\f1bc"
}

#header-outer #social-in-menu .fa-flickr:after,
.material #slide-out-widget-area.slide-out-from-right .fa-flickr:after {
    content: "\f16e"
}

#header-outer #social-in-menu .fa-soundcloud:after,
.material #slide-out-widget-area.slide-out-from-right .fa-soundcloud:after {
    content: "\f1be"
}

#header-outer #social-in-menu .fa-stackexchange:after,
.material #slide-out-widget-area.slide-out-from-right .fa-stackexchange:after {
    content: "\f16c"
}

#header-outer #social-in-menu .fa-google-plus:after,
.material #slide-out-widget-area.slide-out-from-right .fa-google-plus:after {
    content: "\f0d5"
}

#header-outer #social-in-menu .fa-github-alt:after,
.material #slide-out-widget-area.slide-out-from-right .fa-github-alt:after {
    content: "\f113"
}

#header-outer #social-in-menu .fa-dribbble:after,
.material #slide-out-widget-area.slide-out-from-right .fa-dribbble:after {
    content: "\f17d"
}

#header-outer #social-in-menu .fa-tumblr:after,
.material #slide-out-widget-area.slide-out-from-right .fa-tumblr:after {
    content: "\f173"
}

#header-outer #social-in-menu .fa-youtube-play:after,
.material #slide-out-widget-area.slide-out-from-right .fa-youtube-play:after {
    content: "\f16a"
}

#header-outer #social-in-menu .fa-linkedin:after,
.material #slide-out-widget-area.slide-out-from-right .fa-linkedin:after {
    content: "\f0e1"
}

#header-outer #social-in-menu .fa-pinterest:after,
.material #slide-out-widget-area.slide-out-from-right .fa-pinterest:after {
    content: "\f0d2"
}

#header-outer #social-in-menu .fa-vimeo:after,
.material #slide-out-widget-area.slide-out-from-right .fa-vimeo:after {
    content: "\f27d"
}

#header-outer #social-in-menu .fa-facebook:after,
.material #slide-out-widget-area.slide-out-from-right .fa-facebook:after {
    content: "\f09a"
}

#header-outer #social-in-menu .fa-twitter:after,
.material #slide-out-widget-area.slide-out-from-right .fa-twitter:after {
    content: "\f099"
}

#header-outer #social-in-menu .fa-houzz:after,
.material #slide-out-widget-area.slide-out-from-right .fa-houzz:after {
    content: "\f27c"
}

#header-outer #social-in-menu .fa-yelp:after,
.material #slide-out-widget-area.slide-out-from-right .fa-yelp:after {
    content: "\f1e9"
}

#header-outer #social-in-menu .fa-mixcloud:after,
.material #slide-out-widget-area.slide-out-from-right .fa-mixcloud:after {
    content: "\f289"
}

#header-outer #social-in-menu .fa-bandcamp:after,
.material #slide-out-widget-area.slide-out-from-right .fa-bandcamp:after {
    content: "\f2d5"
}

#header-outer #social-in-menu .fa-snapchat:after,
.material #slide-out-widget-area.slide-out-from-right .fa-snapchat:after {
    content: "\f2ab"
}

#header-outer #social-in-menu .fa-tripadvisor:after,
.material #slide-out-widget-area.slide-out-from-right .fa-tripadvisor:after {
    content: "\f262"
}

#header-outer #social-in-menu .fa-telegram:after,
.material #slide-out-widget-area.slide-out-from-right .fa-telegram:after {
    content: "\f2c6"
}

#header-outer #social-in-menu .fa-slack:after,
.material #slide-out-widget-area.slide-out-from-right .fa-slack:after {
    content: "\f198"
}

#header-outer #social-in-menu .fa-medium:after,
.material #slide-out-widget-area.slide-out-from-right .fa-medium:after {
    content: "\f23a"
}

#header-outer #social-in-menu .icon-salient-artstation:after,
.material #slide-out-widget-area.slide-out-from-right .icon-salient-artstation:after {
    content: "\e90b"
}

#header-outer #social-in-menu .icon-salient-discord:after,
.material #slide-out-widget-area.slide-out-from-right .icon-salient-discord:after {
    content: "\e90c"
}

#header-outer #social-in-menu .fa-whatsapp:after,
.material #slide-out-widget-area.slide-out-from-right .fa-whatsapp:after {
    content: "\f232"
}

#header-outer #social-in-menu .fa-phone:after,
.material #slide-out-widget-area.slide-out-from-right .fa-phone:after {
    content: "\f095"
}

#header-outer #social-in-menu .fa-envelope:after,
.material #slide-out-widget-area.slide-out-from-right .fa-envelope:after {
    content: "\f0e0"
}

#header-outer[data-format=default] #social-in-menu {
    margin: 0 0 0 30px
}

#slide-out-widget-area .off-canvas-menu-container li > a > .sf-sub-indicator {
    display: none
}

body.original #header-outer[data-full-width=true][data-format=default] #social-in-menu {
    margin-right: 22px
}

#header-outer[data-lhe=animated_underline] #top nav > ul > #social-in-menu > a,
#header-outer[data-lhe=default] #top nav > ul > #social-in-menu > a {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0
}

#top #mobile-cart-link,
#top .mobile-search,
#top .mobile-user-account {
    display: none;
    text-align: right;
    z-index: 10000
}

#top .span_9 > .slide-out-widget-area-toggle {
    display: none;
    z-index: 10000
}

#top #mobile-cart-link i,
.mobile-search .icon-salient-search,
.mobile-user-account .icon-salient-m-user {
    background-color: transparent;
    color: #a9a9a9;
    line-height: 34px;
    font-size: 18px;
    width: 18px;
    transition: color .3s ease;
    -webkit-transition: color .3s ease
}

#header-outer #mobile-cart-link .cart-wrap span {
    border-radius: 50%;
    height: 16px;
    width: 16px;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
    display: block;
    visibility: hidden
}

#header-outer #mobile-cart-link .cart-wrap {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: -1px;
    color: #fff
}

#header-outer .first-load a.cart-contents .cart-wrap span,
#header-outer #mobile-cart-link.first-load .cart-wrap span {
    visibility: visible;
    animation: .6s ease-in-out .12s normal both 1 bounce_in_animation;
    -webkit-animation: .6s ease-in-out .12s normal both 1 bounce_in_animation
}

.material .mobile-search .icon-salient-search,
.material .mobile-user-account .icon-salient-m-user {
    color: #a9a9a9
}

body #header-outer[data-transparent-header=true],
body #header-outer[data-transparent-header=true] .cart-menu {
    transition: background-color .3s ease, box-shadow .3s ease, margin .25s ease;
    -webkit-transition: background-color .3s ease, box-shadow .3s ease, margin .25s ease
}

    body #header-outer[data-transparent-header=true].transparent,
    body #header-outer[data-transparent-header=true].transparent .cart-menu {
        transition: border-color .3s ease;
        -webkit-transition: border-color .3s ease
    }

body.original #header-outer[data-transparent-header=true].transparent,
body.ascend #header-outer[data-transparent-header=true].transparent,
body.material #header-outer[data-transparent-header=true].transparent {
    box-shadow: none
}

body #header-outer[data-transparent-header=true].transparent {
    background-color: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, .25)
}

#header-outer[data-transparent-header=true][data-transparent-shadow-helper=true].transparent:not(.dark-slide):before {
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, .04) 16%, rgba(0, 0, 0, .23) 75%, rgba(0, 0, 0, .33) 100%);
    position: absolute;
    pointer-events: none;
    height: 120%;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    display: block
}

.pum-open [data-body-border="1"] #header-outer[data-transparent-header=true][data-transparent-shadow-helper=true].transparent:not(.dark-slide):before {
    opacity: 0
}

body.material #header-outer[data-transparent-header=true].transparent {
    border-bottom: 0
}

body #header-outer[data-transparent-header=true].transparent nav > ul > li > a {
    margin-bottom: -1px
}

body #header-outer[data-transparent-header=true][data-format=centered-menu].transparent.side-widget-open.small-nav nav > ul > li > a {
    margin-bottom: 0
}

#header-outer[data-transparent-header=true].transparent #logo img,
#header-outer[data-transparent-header=true] #logo .starting-logo,
#header-outer[data-transparent-header=true].light-text #logo img {
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)'
}

#header-outer[data-transparent-header=true].transparent #logo .starting-logo,
#header-outer[data-transparent-header=true].light-text #logo .starting-logo {
    opacity: 1;
    -ms-filter: 'alpha(opacity=100)'
}

body #header-outer[data-transparent-header=true][data-remove-border=true],
#header-outer[data-transparent-header=true][data-full-width=true][data-remove-border=true] .cart-menu,
#header-outer[data-transparent-header=true][data-full-width=false][data-remove-border=true].transparent .cart-menu,
.ascend #header-outer.transparent[data-transparent-header=true][data-full-width=true][data-remove-border=true] #top .nectar-woo-cart .cart-contents {
    border: none !important
}

body #header-outer.transparent[data-transparent-header=true][data-remove-border=true] {
    transition: background-color .3s ease 0s, box-shadow .3s ease 0s, margin .25s ease;
    -webkit-transition: background-color .3s ease 0s, box-shadow .3s ease 0s, margin .25s ease
}

body:not(.ascend) #header-outer[data-transparent-header=true][data-remove-border=true]:not(.transparent) .cart-menu:after {
    border-left: 1px solid rgba(0, 0, 0, 0)
}

body #header-outer.no-bg-color {
    box-shadow: none !important;
    background-color: transparent !important
}

body #header-outer[data-transparent-header=true][data-remove-border=true].transparent.pseudo-data-transparent {
    border-color: transparent !important
}

#header-outer.slide-out-hover {
    -webkit-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    transition: background-color .3s ease
}

    #header-outer.slide-out-hover header,
    #header-outer.slide-out-hover > .cart-outer {
        -webkit-transition: opacity .3s ease;
        -ms-transition: opacity .3s ease;
        transition: opacity .3s ease
    }

#header-outer.pseudo-data-transparent.transparent #top nav > ul > li > a,
#header-outer.pseudo-data-transparent.transparent #top nav ul #search-btn a .icon-salient-search,
#header-outer.pseudo-data-transparent.transparent #top nav ul #nectar-user-account a span,
#header-outer.pseudo-data-transparent.transparent nav > ul > li > a > .sf-sub-indicator i,
#header-outer.pseudo-data-transparent.transparent .cart-menu .cart-icon-wrap .icon-salient-cart,
.ascend #boxed #header-outer.pseudo-data-transparent.transparent .cart-menu .cart-icon-wrap .icon-salient-cart {
    color: #fff !important;
    opacity: .75 !important;
    transition: opacity .2s ease, color .2s ease
}

#header-outer.slide-out-hover #top.all-hidden,
#header-outer > .cart-outer.all-hidden {
    opacity: 0
}

body #header-outer-bg-only {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    content: ' ';
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .22);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .22);
    -webkit-transition: opacity .7s cubic-bezier(.2, 1, .2, 1), transform .7s cubic-bezier(.2, 1, .2, 1);
    -ms-transition: opacity .7s cubic-bezier(.2, 1, .2, 1), transform .7s cubic-bezier(.2, 1, .2, 1);
    transition: opacity .7s cubic-bezier(.2, 1, .2, 1), transform .7s cubic-bezier(.2, 1, .2, 1)
}

body.admin-bar #header-outer-bg-only {
    top: 32px
}

#header-outer.light-text #top nav > ul > li > a,
#header-outer.light-text #top nav ul #search-btn a span,
#header-outer.light-text #top nav ul #nectar-user-account a span,
#header-outer.light-text nav > ul > li > a > .sf-sub-indicator i,
#header-outer.light-text .cart-menu .cart-icon-wrap .icon-salient-cart,
.ascend #boxed #header-outer.light-text .cart-menu .cart-icon-wrap .icon-salient-cart,
#header-outer[data-lhe=default].light-text #top nav .sf-menu .current-menu-item > a,
body[data-header-inherit-rc=true] #header-outer[data-lhe=default].light-text #top nav .sf-menu > .sfHover:not(#social-in-menu) > a,
#header-outer[data-lhe=default].light-text #top nav > ul > li > a:hover,
#header-outer[data-lhe=default].light-text #top nav .sf-menu > .sfHover > a {
    color: #fff !important;
    opacity: .7
}

#header-outer.light-text #logo {
    color: #fff
}

body[data-header-inherit-rc=true] #header-outer[data-lhe=animated_underline].light-text #top nav > ul > li:not([class*=button_]) > a:after {
    border-color: #fff
}

#header-outer.light-text #top nav ul .slide-out-widget-area-toggle a .lines,
#header-outer.light-text #top nav ul .slide-out-widget-area-toggle a .lines:before,
#header-outer.light-text #top nav ul .slide-out-widget-area-toggle a .lines:after,
#header-outer.light-text #top nav ul .slide-out-widget-area-toggle .lines-button:after,
#header-outer.pseudo-data-transparent.transparent > #top nav ul .slide-out-widget-area-toggle a .lines:before,
#header-outer.pseudo-data-transparent.transparent > #top nav ul .slide-out-widget-area-toggle a .lines:after {
    background-color: #fff !important
}

#header-outer.dark-text #top nav > ul > li > a,
#header-outer.dark-text #top nav ul #search-btn a span,
#header-outer.dark-text #top nav ul #nectar-user-account a span,
#header-outer.dark-text nav > ul > li > a > .sf-sub-indicator i,
#header-outer.dark-text .cart-menu .cart-icon-wrap .icon-salient-cart,
.ascend #boxed #header-outer.dark-text .cart-menu .cart-icon-wrap .icon-salient-cart,
#header-outer[data-lhe=default].dark-text #top nav .sf-menu .current-menu-item > a {
    color: #444 !important;
    opacity: .7
}

#header-outer.dark-text #top nav ul .slide-out-widget-area-toggle a .lines,
#header-outer.dark-text #top nav ul .slide-out-widget-area-toggle a .lines:before,
#header-outer.dark-text #top nav ul .slide-out-widget-area-toggle a .lines:after {
    background-color: #444 !important
}

#header-outer.light-text #top nav ul .slide-out-widget-area-toggle a .lines,
#header-outer.dark-text #top nav ul .slide-out-widget-area-toggle a .lines,
#header-outer.light-text #top nav ul .slide-out-widget-area-toggle a .lines-button:after {
    opacity: .7
}

#header-outer.light-text #top nav > ul > li > a:hover,
#header-outer.light-text #top nav .sf-menu > .sfHover > a,
#header-outer.light-text #top nav .sf-menu > .current_page_ancestor > a,
#header-outer.light-text #top nav .sf-menu > .current-menu-item > a,
#header-outer.light-text #top nav .sf-menu > .current-menu-ancestor > a,
#header-outer.light-text #top nav .sf-menu > .current_page_item > a,
#header-outer.light-text #top nav > ul > li > a:hover > .sf-sub-indicator > i,
#header-outer.light-text #top nav > ul > .sfHover > a > span > i,
#header-outer.light-text #top nav ul #search-btn a:hover span,
#header-outer.light-text #top nav ul .slide-out-widget-area-toggle a:hover span,
#header-outer.light-text #top nav .sf-menu > .current-menu-item > a i,
#header-outer.light-text #top nav .sf-menu > .current-menu-ancestor > a i,
#header-outer.light-text .cart-outer:hover .icon-salient-cart,
.ascend #boxed #header-outer.light-text .cart-outer:hover .cart-menu .cart-icon-wrap .icon-salient-cart,
.ascend #boxed #header-outer.dark-text .cart-outer:hover .cart-menu .cart-icon-wrap .icon-salient-cart,
#header-outer.dark-text #top nav > ul > li > a:hover,
#header-outer.dark-text #top nav .sf-menu > .sfHover > a,
#header-outer.dark-text #top nav .sf-menu > .current_page_ancestor > a,
#header-outer.dark-text #top nav .sf-menu > .current-menu-item > a,
#header-outer.dark-text #top nav .sf-menu > .current-menu-ancestor > a,
#header-outer.dark-text #top nav .sf-menu > .current_page_item > a,
#header-outer.dark-text #top nav > ul > li > a:hover > .sf-sub-indicator > i,
#header-outer.dark-text #top nav > ul > .sfHover > a > span > i,
#header-outer.dark-text #top nav ul #search-btn a:hover span,
#header-outer.dark-text #top nav ul .slide-out-widget-area-toggle a:hover span,
#header-outer.dark-text #top nav .sf-menu > .current-menu-item > a i,
#header-outer.dark-text #top nav .sf-menu > .current-menu-ancestor > a i,
#header-outer.dark-text .cart-outer:hover .icon-salient-cart,
#header-outer.light-text.side-widget-open #top nav ul .slide-out-widget-area-toggle a .lines,
#header-outer.light-text #top nav ul .slide-out-widget-area-toggle a:hover .lines,
#header-outer.light-text #top nav ul .slide-out-widget-area-toggle a:hover .lines-button:after,
#header-outer.light-text #top nav ul .slide-out-widget-area-toggle a:hover .lines:before,
#header-outer.light-text #top nav ul .slide-out-widget-area-toggle a:hover .lines:after,
#header-outer.dark-text.side-widget-open #top nav ul .slide-out-widget-area-toggle a .lines,
#header-outer.dark-text #top nav ul .slide-out-widget-area-toggle a:hover .lines,
#header-outer.dark-text #top nav ul .slide-out-widget-area-toggle a:hover .lines:before,
#header-outer.dark-text #top nav ul .slide-out-widget-area-toggle a:hover .lines:after,
#header-outer.pseudo-data-transparent.transparent #top nav ul .slide-out-widget-area-toggle a:hover .lines-button:after,
#header-outer.pseudo-data-transparent.transparent #top nav ul .slide-out-widget-area-toggle a:hover .lines,
#header-outer.pseudo-data-transparent.transparent #top nav ul .slide-out-widget-area-toggle a:hover .lines:before,
#header-outer.pseudo-data-transparent.transparent #top nav ul .slide-out-widget-area-toggle a:hover .lines:after {
    opacity: 1 !important
}

#header-outer.light-text #top nav > ul > li > a,
#header-outer.light-text #top nav > ul > li *,
body.ascend #header-outer.light-text .cart-menu,
#header-outer.dark-text #top nav > ul > li > a,
#header-outer.dark-text #top nav > ul > li *,
.ascend #header-outer[data-full-width=true].dark-text #top nav ul #search-btn a,
.ascend #header-outer[data-full-width=true].dark-text #top nav ul .slide-out-widget-area-toggle a,
.ascend #header-outer[data-full-width=true].light-text #top nav ul #search-btn a,
.ascend #header-outer[data-full-width=true].light-text #top nav ul .slide-out-widget-area-toggle a,
body.ascend #header-outer.dark-text .cart-menu {
    border-color: rgba(0, 0, 0, .1)
}

#header-outer[data-full-width=true][data-cart=true] #top nav ul .slide-out-widget-area-toggle {
    position: relative
}

body #header-outer.transparent[data-transparent-header=true].dark-slide,
body #header-outer.transparent[data-transparent-header=true].dark-slide .cart-menu,
body #header-outer.transparent[data-transparent-header=true].dark-slide > #top nav ul #nectar-user-account > div,
body #header-outer.transparent[data-transparent-header=true].dark-slide > #top nav ul .slide-out-widget-area-toggle > div,
#boxed #header-outer.transparent[data-transparent-header=true].dark-slide,
body #header-outer.transparent[data-transparent-header=true][data-remove-border=true].dark-slide .cart-menu:after {
    border-color: rgba(0, 0, 0, .08) !important
}

#header-outer[data-lhe=animated_underline].transparent.dark-slide #top nav > ul > li > a:after,
#header-outer.transparent.dark-slide #top nav > ul > li[class*=button_bordered] > a:before,
.dark-slide.transparent #top nav > ul > li[class*=button_bordered] > a:before {
    border-color: #000 !important
}

#header-outer[data-transparent-header=true].no-pointer-events {
    pointer-events: none
}

    #header-outer[data-transparent-header=true].no-pointer-events.side-widget-open.style-slide-out-from-right,
    #header-outer[data-transparent-header=true].no-pointer-events.side-widget-open.style-slide-out-from-right-alt {
        pointer-events: auto
    }

body[data-bg-header=true][data-header-search=true].ascend #header-outer.transparent[data-has-menu=false] #top nav ul #search-btn a:after,
body[data-bg-header=true][data-header-search=true].ascend #header-outer[data-has-menu=false] #top nav ul #search-btn a:after,
body[data-bg-header=true][data-header-search=true] #header-outer[data-has-menu=false] #top nav ul #search-btn a:after {
    border: none;
    display: none
}

#header-outer.dark-text #top nav ul #search-btn a span,
#header-outer.dark-text #top nav ul #nectar-user-account a span,
#header-outer.dark-text .cart-menu .cart-icon-wrap .icon-salient-cart {
    opacity: 1
}

.lines-button.x2.close .lines,
.sf-menu .megamenu li ul,
#top .sf-menu .megamenu ul .sub-menu {
    background-color: transparent !important
}

#header-outer[data-transparent-header=true] #logo .dark-version {
    position: absolute
}

#header-outer[data-transparent-header=true][data-format=centered-menu-under-logo] #logo .dark-version {
    position: relative
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not(.mobile-icon) .lines,
body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not(.mobile-icon) .lines:before,
body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not(.mobile-icon) .lines:after {
    height: 4px;
    width: 2.1rem;
    -webkit-border-radius: 1px;
    border-radius: 1px
}

body[data-header-search=false]:not(.mobile) #header-outer[data-has-menu=false][data-cart=false] .lines-button,
.slide-out-hover-icon-effect:not(.small) .lines-button,
body .slide-out-hover-icon-effect:not(.small) .lines-button {
    line-height: 0;
    font-size: 0
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .lines-button.close {
    -webkit-transform: none;
    transform: none
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] #top nav ul .slide-out-widget-area-toggle a,
.slide-out-hover-icon-effect a {
    width: 34px
}

.slide-out-hover-icon-effect.small a {
    width: auto
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not(.mobile-icon) .lines:before {
    top: 9px
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not(.mobile-icon) .lines:after {
    top: -9px
}

#header-outer[data-transparent-header=true].transparent > header #logo img.dark-version,
#header-outer[data-transparent-header=true].light-text > header #logo img.dark-version,
#header-outer[data-transparent-header=true].transparent.dark-slide > header #logo img,
#header-outer[data-transparent-header=true].dark-text > header #logo img,
#header-outer[data-transparent-header=true].dark-text.side-widget-open > header #logo img.dark-version {
    opacity: 0 !important
}

    #header-outer[data-transparent-header=true].transparent.dark-slide > header #logo img.dark-version,
    #header-outer[data-transparent-header=true].dark-text > header #logo img.dark-version,
    #header-outer[data-transparent-header=true].dark-text.side-widget-open > header #logo img.starting-logo {
        opacity: 1 !important
    }

#search-outer {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10000;
    overflow: visible;
    display: none;
    background-color: #fff
}

.original #search-outer #search {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

#search-box {
    position: relative
}

#search-outer .container {
    overflow: visible;
    width: 100%
}

#search-outer #search input[type=text] {
    width: 100%;
    color: #888;
    font-size: 43px;
    line-height: 43px;
    position: relative;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Open Sans';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px
}

#search-outer .ui-widget-content {
    background-color: #1f1f1f;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-image: none
}

    #search-outer .ui-widget-content li:hover,
    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus {
        background-color: #272727;
        cursor: pointer
    }

        #search-outer .ui-widget-content li:hover a {
            background-image: none
        }

    #search-outer .ui-widget-content li:last-child a {
        border: none
    }

    #search-outer .ui-widget-content li a {
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }

.ui-helper-hidden-accessible {
    display: none
}

#search-outer .ui-widget-content img,
#search-outer .ui-widget-content i {
    width: 40px;
    height: auto;
    float: left;
    margin-right: 15px
}

#search-outer .ui-widget-content i {
    line-height: 40px;
    font-size: 22px;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 0
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ui-menu {
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 2px
}

.ui-autocomplete {
    cursor: default;
    position: absolute
}

.ui-menu .ui-menu-item a {
    display: block;
    line-height: 1.5;
    padding: .2em .4em;
    text-decoration: none
}

#search-outer .ui-widget-content {
    width: 100% !important;
    left: 0 !important
}

    #search-outer .ui-widget-content li {
        line-height: 14px;
        clear: left;
        width: 100%;
        display: block;
        float: left;
        margin: 0
    }

        #search-outer .ui-widget-content li .desc {
            position: relative;
            line-height: 14px;
            font-size: 11px
        }

        #search-outer .ui-widget-content li a {
            color: #ccc;
            line-height: 1.4em;
            transition: none;
            -webkit-transition: none;
            padding: 15px
        }

#search-outer > #search form {
    width: 92%;
    float: left
}

#search-outer #search #close {
    list-style: none
}

    #search-outer #search #close a {
        position: absolute;
        right: 0;
        top: 24px;
        display: block;
        width: 24px;
        height: 17px;
        line-height: 22px;
        z-index: 10
    }

        #search-outer #search #close a span:not(.close-line) {
            color: #a0a0a0;
            font-size: 18px;
            height: 20px;
            line-height: 19px;
            background-color: transparent;
            -webkit-transition: color .2s ease;
            transition: color .2s ease
        }

#search-outer > #search #close a:hover span {
    color: #000
}

#header-outer #search {
    position: relative
}

#header-outer .row .col.span_3,
#header-outer .row .col.span_9 {
    width: auto
}

#header-outer .row .col.span_9 {
    float: right
}

#header-outer[data-full-width=true] header > .container,
body[data-slide-out-widget-area-style=simple] #header-outer[data-full-width=true] #mobile-menu {
    width: 100%;
    max-width: 100%;
    padding: 0 28px
}

#header-outer.highzI {
    z-index: 9999
}

body[data-hhun="1"] #header-outer[data-remove-fixed="1"] {
    position: absolute
}

body[data-hhun="1"] #header-secondary-outer[data-remove-fixed="0"] {
    transition: transform .3s ease
}

@media only screen and (min-width:1000px) {
    body[data-hhun="1"]:not(.no-scroll) #header-outer[data-remove-fixed="1"]:not(.detached),
    body[data-hhun="1"]:not(.no-scroll) #header-outer[data-remove-fixed="1"][data-permanent-transparent=false][data-using-secondary="1"] {
        top: 0
    }
}

body[data-hhun="1"].original #header-outer.detached:not(.side-widget-open) {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

body[data-hhun="1"].original #header-outer[data-remove-border=true].detached:not(.side-widget-open) {
    border-color: rgba(255, 255, 255, 0)
}

body[data-hhun="1"] #header-outer.invisible:not(.side-widget-open) {
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    z-index: 9998;
    pointer-events: none
}

body[data-hhun="1"] #header-outer.invisible:not(.side-widget-open),
body[data-hhun="1"] #header-outer.no-trans-hidden:not(.side-widget-open) {
    -webkit-transform: translateY(-100%) !important;
    transform: translateY(-100%) !important
}

body[data-hhun="1"] #header-outer.transparent[data-transparent-header=true][data-remove-border=true][data-permanent-transparent="1"].detached,
body[data-hhun="1"] #header-outer.detached {
    position: fixed !important;
    z-index: 9998 !important;
    -webkit-transition: -webkit-transform .3s ease, height .3s ease, background .3s ease, opacity .3s ease, border-color .3s ease;
    transition: transform .3s ease, height .3s ease, background .3s ease, opacity .3s ease, border-color .3s
}

body[data-hhun="1"] #header-outer.transparent.at-top {
    transition: background-color .3s ease, box-shadow .3s ease, transform .3s ease
}

.mobile-video-image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover
}

.using-mobile-browser .mobile-video-image {
    display: block
}

.wpb_row .nectar-video-wrap,
#page-header-bg .nectar-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 1
}

    .wpb_row .nectar-video-wrap.column-video,
    .wpb_row .mobile-video-image.column-video {
        z-index: 0
    }

body.using-mobile-browser .wpb_row .nectar-video-wrap,
body.using-mobile-browser #page-header-bg .nectar-video-wrap {
    left: -3000px
}

body.using-mobile-browser .nectar-slider-wrap .slide-bg-wrap .video-wrap {
    bottom: -3000px
}

.wpb_row .nectar-video-wrap video {
    transition: opacity .25s ease;
    opacity: 0
}

.wpb_row .nectar-video-wrap.position-loaded video {
    opacity: 1
}

#page-header-bg .nectar-video-wrap {
    opacity: 1;
    background-position: center;
    background-repeat: repeat;
    height: 100%;
    width: 100%
}

    #page-header-bg .nectar-video-wrap video {
        opacity: 0
    }

@media only screen and (min-width:1000px) {
    body[data-ajax-transitions=true][data-apte=center_mask_reveal]:not(.using-mobile-browser) #page-header-bg[data-animate-in-effect=zoom-out] .nectar-video-wrap video {
        opacity: 1
    }
}

.video-color-overlay {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    -webkit-backface-visibility: hidden;
    top: 0;
    left: 0;
    padding-bottom: 0;
    z-index: 3
}

.wpb_row .nectar-video-wrap .mejs-container .mejs-controls,
.mejs-overlay-button,
.mejs-overlay-loading,
#search-outer .ui-helper-hidden-accessible,
.mobile #search-outer .ui-widget-content {
    display: none !important
}

.wpb_row > .span_12 {
    z-index: 10
}

    .wpb_row > .span_12,
    .wpb_row > .span_12 > .column_container:last-child {
        margin-bottom: 0 !important
    }

#page-header-bg .container {
    z-index: 100
}

.nectar-slider-loading {
    background-color: #393939;
    background-position: center;
    background-repeat: repeat;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wpb_row .nectar-parallax-scene {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.wpb_row.full-width-content .nectar-parallax-scene {
    margin-left: 0
}

.wpb_row .nectar-parallax-scene li:first-child {
    position: relative
}

.wpb_row .nectar-parallax-scene li {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block
}

.wpb_row .nectar-parallax-scene div {
    margin-left: -10%;
    top: -10%;
    min-height: 100%;
    width: 120%;
    height: 120%;
    background-size: cover;
    margin-bottom: 0;
    max-width: none;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.wpb_row .nectar-parallax-scene[data-scene-position=center] div {
    background-position: center
}

.wpb_row .nectar-parallax-scene[data-scene-position=bottom] div {
    background-position: center bottom
}

.wpb_row .nectar-parallax-scene[data-scene-position=top] div {
    background-position: center top
}

body .full-width-section {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.full-width-section {
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    position: relative
}

.full-width-content.parallax_section {
    -webkit-background-size: cover;
    background-size: cover
}

.full-width-content.vc_row-fluid .wpb_column {
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover
}

.wpb_row {
    position: relative
}

    .wpb_row .row-bg,
    .full-width-section .row-bg,
    #page-header-bg .page-header-bg-image-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        -webkit-background-size: cover
    }

body:not(.using-mobile-browser):not(.mobile) #page-header-bg .page-header-bg-image.translate {
    -webkit-transform: none !important;
    transform: none !important;
    height: 100% !important
}

@media only screen and (max-width:999px) {
    #page-header-bg[data-parallax="1"] .page-header-bg-image {
        height: calc(100% + 15px);
        top: auto;
        bottom: 0
    }
}

.wpb_row .row-bg-wrap .row-bg-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    z-index: 2;
    backface-visibility: hidden
}

.row.right-align-text {
    text-align: right
}

.wpb_row[data-using-ctc=true] h1,
.wpb_row[data-using-ctc=true] h2,
.wpb_row[data-using-ctc=true] h3,
.wpb_row[data-using-ctc=true] h4,
.wpb_row[data-using-ctc=true] h5,
.wpb_row[data-using-ctc=true] h6 {
    color: inherit
}

.wpb_row.full-width-section,
.wpb_row.full-width-content,
body.material .wpb_row.full-width-section,
body.material .wpb_row.full-width-content {
    margin-bottom: 0
}

    .wpb_row.full-width-content img,
    .wpb_row.full-width-content .img-with-aniamtion-wrap {
        margin-bottom: 0
    }

body[data-ext-responsive=true] .container .page-submenu > .full-width-section .container:not(.tab-container):not(.recent-post-container):not(.normal-container) {
    padding: 0 90px !important
}

.full-width-section > .span_12 > div:last-child,
.full-width-section > .span_12 .col > div:not(.boxed):not([data-border-width*=px]):not([data-has-bg-color=true]):not([data-using-bg=true]):last-child {
    padding-bottom: 0
}

.full-width-section > .span_12 > div.boxed:not(.padding-2-percent):not(.padding-3-percent):not(.padding-4-percent):not(.padding-5-percent):not(.padding-6-percent):last-child,
.full-width-section > .span_12 .col > div.boxed:not(.padding-2-percent):not(.padding-3-percent):not(.padding-4-percent):not(.padding-5-percent):not(.padding-6-percent):last-child {
    padding-bottom: 15px !important
}

.full-width-section img {
    display: block;
    margin-bottom: 0
}

html:not(.js) .full-width-section,
html:not(.js) .full-width-content {
    visibility: visible
}

.full-width-section.parallax_section .row-bg,
.full-width-content.parallax_section .row-bg,
.wpb_row.parallax_section .row-bg {
    background-attachment: fixed
}

body .full-width-section.parallax_section .row-bg.translate,
body .full-width-content.parallax_section .row-bg.translate,
body .wpb_row.parallax_section .row-bg.translate,
.nectar-recent-posts-single_featured .nectar-recent-post-slide .row-bg.translate,
#page-header-bg .page-header-bg-image.translate,
[data-parallax=true] .swiper-slide .image-bg.translate {
    background-attachment: scroll;
    top: auto;
    bottom: 0
}

body .full-width-content.parallax_section .row-bg,
body .full-width-section.parallax_section .row-bg,
body .wpb_row.parallax_section .row-bg {
    background-attachment: fixed
}

body[data-ajax-transitions=false] .parallax_section .row-bg,
body[data-ajax-transitions=false] .parallax_section .nectar-recent-post-slide .nectar-recent-post-bg {
    opacity: 0;
    transition: opacity .2s ease
}

body[data-ajax-transitions=false] .parallax_section.top-level .row-bg:not([data-parallax-speed=fixed]),
body:not([data-remove-m-parallax="1"]) .parallax_section.top-level .row-bg:not([data-parallax-speed=fixed]) {
    opacity: 1;
    background-attachment: scroll;
    top: auto;
    bottom: 0
}

@media only screen and (min-width:1000px) {
    body:not([data-header-format=left-header]) .parallax_section.top-level .row-bg[data-parallax-speed=slow]:not([data-parallax-speed=fixed]) {
        height: calc(100% + 90px)
    }

    body:not([data-header-format=left-header]) .parallax_section.top-level .row-bg[data-parallax-speed=medium]:not([data-parallax-speed=fixed]) {
        height: calc(100% + 70px)
    }

    body:not([data-header-format=left-header]) .parallax_section.top-level .row-bg[data-parallax-speed=fast]:not([data-parallax-speed=fixed]) {
        height: calc(100% + 40px)
    }
}

@media only screen and (max-width:999px) {
    body .parallax_section.top-level .row-bg:not([data-parallax-speed=fixed]) {
        height: calc(100% + 40px)
    }
}

body .top-level .nectar-recent-posts-single_featured .nectar-recent-post-slide .row-bg {
    height: calc(100% + 40px)
}

body[data-ajax-transitions=false] .parallax_section .nectar-recent-post-slide .row-bg,
body[data-ajax-transitions=false] .parallax_section.nectar-parallax-enabled .row-bg,
body[data-ajax-transitions=false] .parallax_section.nectar-parallax-enabled .nectar-recent-post-slide .nectar-recent-post-bg,
body[data-ajax-transitions=false] .parallax_section .row-bg[data-parallax-speed=fixed],
body[data-ajax-transitions=false] .parallax_section .row-bg .nectar-recent-post-slide {
    opacity: 1
}

.full-width-section.parallax_section .row-bg-wrap,
.full-width-content.parallax_section .row-bg-wrap,
.wpb_row.parallax_section .row-bg-wrap,
.wpb_row .row-bg-wrap .inner-wrap {
    overflow: hidden;
    width: 100.1%;
    height: 100.1%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}

.wpb_row .row-bg-wrap,
.full-width-section .row-bg-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

    .wpb_row .row-bg-wrap canvas.nectar-liquid-bg,
    .column-image-bg-wrap canvas.nectar-liquid-bg {
        z-index: 100;
        position: relative
    }

    .wpb_row .row-bg-wrap .nectar-displacement {
        background-image: url(../../../themes/salient/img/textures/displacement.jpg);
        display: none
    }

.row-bg-wrap[data-bg-animation*=fade],
.row-bg-wrap[data-bg-animation*=zoom],
.column-image-bg-wrap[data-bg-animation*=fade],
.column-image-bg-wrap[data-bg-animation*=zoom] {
    overflow: hidden
}

body:not(.compose-mode) .row-bg-wrap[data-bg-animation*=displace-filter] .row-bg.using-image,
body:not(.compose-mode) .column-image-bg-wrap[data-bg-animation*=displace-filter] .column-image-bg,
body:not(.compose-mode) #ajax-content-wrap .row-bg-wrap[data-bg-animation*=displace-filter] .row-bg.using-image,
body:not(.compose-mode) #ajax-content-wrap .column-image-bg-wrap[data-bg-animation*=displace-filter] .column-image-bg {
    background-size: 0
}

body:not(.compose-mode) .row-bg-wrap[data-bg-animation=displace-filter-fade] .row-bg.using-image .nectar-liquid-bg,
body:not(.compose-mode) .column-image-bg-wrap[data-bg-animation=displace-filter-fade] .nectar-liquid-bg {
    opacity: 0;
    transition: opacity .55s ease-out
}

    body:not(.compose-mode) .row-bg-wrap[data-bg-animation=displace-filter-fade] .row-bg.using-image .nectar-liquid-bg.animated-in,
    body:not(.compose-mode) .column-image-bg-wrap[data-bg-animation=displace-filter-fade] .nectar-liquid-bg.animated-in {
        opacity: 1
    }

body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=fade-in] .inner-wrap.using-image,
.column-image-bg-wrap[data-bg-animation=fade-in] .inner-wrap {
    opacity: 0;
    -webkit-transition: opacity .55s ease-out;
    transition: opacity .55s ease-out
}

    body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=fade-in] .inner-wrap.using-image.animated-in,
    .column-image-bg-wrap[data-bg-animation=fade-in] .inner-wrap.animated-in {
        opacity: 1
    }

body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out] .inner-wrap.using-image,
.column-image-bg-wrap[data-bg-animation=zoom-out] .inner-wrap {
    -webkit-transform: scale(1.18);
    transform: scale(1.18);
    -webkit-transition: transform 1.3s cubic-bezier(.12, .75, .4, 1);
    transition: transform 1.3s cubic-bezier(.12, .75, .4, 1)
}

body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap.using-image,
.column-image-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap {
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
    -webkit-transition: transform 8s cubic-bezier(.1, .2, .7, 1);
    transition: transform 8s cubic-bezier(.1, .2, .7, 1)
}

.column-image-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap {
    -webkit-transform: scale(1.45);
    transform: scale(1.45)
}

    body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out] .inner-wrap.using-image.animated-in,
    body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap.using-image.animated-in,
    .column-image-bg-wrap[data-bg-animation=zoom-out] .inner-wrap.animated-in,
    .column-image-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap.animated-in {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

.wpb_row .row-bg-wrap .inner-wrap {
    height: 100%;
    width: 100%
}

.full-width-section.parallax_section .row-bg,
.full-width-content.parallax_section .row-bg,
.wpb_row.parallax_section .row-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-size: cover;
    -webkit-background-size: cover
}

.full-width-section.no-cover .row-bg,
.wpb_row .row-bg.no-cover,
.full-width-section .row-bg.no-cover {
    background-size: auto !important;
    -webkit-background-size: auto
}

body .full-width-section > .col.span_12 {
    float: none
}

.full-width-section > .col.span_12.light,
.full-width-content > .col.span_12.light,
.col.span_12.light .wpb_text_column > .wpb_wrapper > ul {
    color: #fff
}

.vc_row.vc_row-o-equal-height > .span_12 > .vc_column_container > .vc_column-inner {
    width: 100%
}

.vc_row.vc_row-o-equal-height > .span_12 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    min-height: 1px
}

.vc_column_container > .vc_column-inner {
    position: relative
}

@media only screen and (max-width:999px) {
    body .vc_row.vc_row-flex.vc_row-o-equal-height > .span_12,
    body .vc_row.vc_row-flex.vc_row-o-equal-height > .span_12 > .vc_column_container > .vc_column-inner,
    body .vc_row.vc_row-flex.vc_row-o-equal-height > .span_12 > .vc_column_container,
    body .vc_row.vc_row-flex.vc_row-o-equal-height > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12,
    body .vc_row.vc_row-flex.vc_row-o-equal-height > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container,
    body .vc_row.vc_row-flex.vc_row-o-equal-height > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container > .vc_column-inner,
    body .wpb_row.vc_row-flex.vc_row-o-equal-height > .fp-tableCell .fp-scrollable > .fp-scroller > .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container > .vc_column-inner {
        display: -webkit-flex;
        display: flex
    }
}

@media (max-width:1299px) and (min-width:1000px) {
    .vc_hidden-md {
        display: none
    }
}

.nectar-shape-divider-wrap {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 150px;
    z-index: 3;
    transform: translateZ(0)
}

.post-area.span_9 .nectar-shape-divider-wrap {
    overflow: hidden
}

.nectar-shape-divider-wrap[data-position=top] {
    top: -1px;
    bottom: auto
}

.nectar-shape-divider-wrap[data-position=top] {
    transform: rotate(180deg)
}

.nectar-shape-divider-wrap[data-front=true] {
    z-index: 50
}

.nectar-shape-divider-wrap[data-style=curve] .nectar-shape-divider {
    filter: blur(.5px);
    transform: scale(1.03)
}

.nectar-shape-divider-wrap[data-style=waves_opacity] svg path:first-child {
    opacity: .6
}

@media only screen and (min-width:1000px) {
    .nectar-shape-divider-wrap[data-style=clouds] .nectar-shape-divider {
        min-width: 1700px
    }
}

@media only screen and (max-width:999px) {
    .nectar-shape-divider-wrap[data-style=clouds] .nectar-shape-divider {
        min-width: 800px
    }
}

@media only screen and (max-width:690px) {
    .nectar-shape-divider-wrap[data-style=clouds] .nectar-shape-divider {
        min-width: 690px
    }
}

.nectar-shape-divider-wrap[data-style=fan] svg {
    width: 102%;
    left: -1%
}

    .nectar-shape-divider-wrap[data-style=fan] svg polygon:nth-child(2) {
        opacity: .15
    }

    .nectar-shape-divider-wrap[data-style=fan] svg rect {
        opacity: .3
    }

.nectar-shape-divider-wrap[data-style=mountains] svg path:first-child {
    opacity: .1
}

.nectar-shape-divider-wrap[data-style=mountains] svg path:nth-child(2) {
    opacity: .12
}

.nectar-shape-divider-wrap[data-style=mountains] svg path:nth-child(3) {
    opacity: .18
}

.nectar-shape-divider-wrap[data-style=mountains] svg path:nth-child(4) {
    opacity: .33
}

.nectar-shape-divider-wrap[data-style=curve_opacity] svg path:nth-child(1),
.nectar-shape-divider-wrap[data-style=waves_opacity_alt] svg path:nth-child(1) {
    opacity: .15
}

.nectar-shape-divider-wrap[data-style=curve_opacity] svg path:nth-child(2),
.nectar-shape-divider-wrap[data-style=waves_opacity_alt] svg path:nth-child(2) {
    opacity: .3
}

.nectar-shape-divider {
    width: 100%;
    left: 0;
    bottom: -1px;
    height: 100%;
    position: absolute
}

.nectar-shape-divider-wrap.no-color .nectar-shape-divider {
    fill: #fff
}

@media only screen and (max-width:999px) {
    .nectar-shape-divider-wrap:not([data-using-percent-val=true]) .nectar-shape-divider {
        height: 75%
    }

    .nectar-shape-divider-wrap[data-style=clouds]:not([data-using-percent-val=true]) .nectar-shape-divider {
        height: 55%
    }
}

@media only screen and (max-width:690px) {
    .nectar-shape-divider-wrap:not([data-using-percent-val=true]) .nectar-shape-divider {
        height: 33%
    }

    .nectar-shape-divider-wrap[data-style=clouds]:not([data-using-percent-val=true]) .nectar-shape-divider {
        height: 33%
    }
}

.col.boxed,
.wpb_column.boxed {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    background-color: #fff;
    padding: 25px 15px 15px;
    position: relative;
    -webkit-transition: top .2s ease, -webkit-box-shadow .2s ease;
    transition: top .2s ease, box-shadow .2s ease
}

    .col.boxed .bottom-line,
    .wpb_column.boxed .bottom-line {
        height: 1px;
        width: 100%;
        display: block;
        position: absolute;
        bottom: 2px;
        left: 0;
        background-color: #e8e8e8
    }

    .col.boxed img,
    .wpb_column.boxed img {
        padding: 0 15px
    }

    .col.boxed:hover,
    .wpb_column.boxed:hover {
        top: -4px;
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
        box-shadow: 0 2px 3px rgba(0, 0, 0, .3)
    }

    .col.boxed.no-pointer-events {
        pointer-events: none
    }

.col.centered-text,
.wpb_column.centered-text {
    text-align: center
}

.centered-text .divider-small-border {
    margin: 25px auto
}

    .centered-text .divider-border[data-animate=yes],
    .centered-text .divider-small-border[data-animate=yes] {
        -webkit-transform-origin: center;
        transform-origin: center
    }

body .col.centered-text ul,
body .wpb_column.centered-text ul {
    display: inline-block;
    text-align: center;
    margin-left: 0
}

.col.centered-text ul,
.wpb_column.centered-text ul {
    text-align: left
}

body .col.centered-text img,
body .wpb_column.centered-text img,
.col.center img {
    margin-left: auto;
    margin-right: auto
}

.wpb_column {
    background-position: center
}

    .wpb_column[data-has-bg-color=true] .wpb_wrapper,
    .wpb_column[data-hover-bg^="#"] .wpb_wrapper {
        position: relative;
        z-index: 2
    }

    .wpb_column .column-bg-overlay {
        pointer-events: none;
        position: absolute;
        z-index: 0;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        content: ' ';
        display: block;
        opacity: 0;
        transition: background-color .45s cubic-bezier(.25, 1, .33, 1), opacity .45s cubic-bezier(.25, 1, .33, 1);
        -webkit-transition: background-color .45s cubic-bezier(.25, 1, .33, 1), opacity .45s cubic-bezier(.25, 1, .33, 1)
    }

.column-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10
}

.wpb_column > .border-wrap {
    position: static;
    pointer-events: none
}

    .wpb_column > .border-wrap > span {
        position: absolute;
        z-index: 100
    }

.wpb_column[data-border-style=solid] > .border-wrap > span {
    border-style: solid
}

.wpb_column[data-border-style=dotted] > .border-wrap > span {
    border-style: dotted
}

.wpb_column[data-border-style=dashed] > .border-wrap > span {
    border-style: dashed
}

.wpb_column > .border-wrap > .border-top,
.wpb_column[data-border-style*=double] > .border-wrap > .border-top:after {
    width: 100%;
    top: 0;
    left: 0;
    border-color: inherit
}

.wpb_column > .border-wrap > .border-bottom,
.wpb_column[data-border-style*=double] > .border-wrap > .border-bottom:after {
    width: 100%;
    bottom: 0;
    left: 0;
    border-color: inherit
}

.wpb_column > .border-wrap > .border-left,
.wpb_column[data-border-style*=double] > .border-wrap > .border-left:after {
    height: 100%;
    top: 0;
    left: 0;
    border-color: inherit
}

.wpb_column > .border-wrap > .border-right,
.wpb_column[data-border-style*=double] > .border-wrap > .border-right:after {
    height: 100%;
    top: 0;
    right: 0;
    border-color: inherit
}

.wpb_column > .border-wrap > .border-right,
.wpb_column[data-border-style*=double] > .border-wrap > .border-right:after,
.wpb_column > .border-wrap > .border-left,
.wpb_column[data-border-style*=double] > .border-wrap > .border-left:after,
.wpb_column > .border-wrap > .border-bottom,
.wpb_column[data-border-style*=double] > .border-wrap > .border-bottom:after {
    border-top: none !important
}

.wpb_column > .border-wrap > .border-left,
.wpb_column[data-border-style*=double] > .border-wrap > .border-left:after,
.wpb_column > .border-wrap > .border-bottom,
.wpb_column[data-border-style*=double] > .border-wrap > .border-bottom:after,
.wpb_column > .border-wrap > .border-top,
.wpb_column[data-border-style*=double] > .border-wrap > .border-top:after {
    border-right: none !important
}

.wpb_column > .border-wrap > .border-right,
.wpb_column[data-border-style*=double] > .border-wrap > .border-right:after,
.wpb_column > .border-wrap > .border-left,
.wpb_column[data-border-style*=double] > .border-wrap > .border-left:after,
.wpb_column > .border-wrap > .border-top,
.wpb_column[data-border-style*=double] > .border-wrap > .border-top:after {
    border-bottom: none !important
}

.wpb_column > .border-wrap > .border-right,
.wpb_column[data-border-style*=double] > .border-wrap > .border-right:after,
.wpb_column > .border-wrap > .border-bottom,
.wpb_column[data-border-style*=double] > .border-wrap > .border-bottom:after,
.wpb_column > .border-wrap > .border-top,
.wpb_column[data-border-style*=double] > .border-wrap > .border-top:after {
    border-left: none !important
}

.wpb_column[data-border-radius*=px]:before,
.wpb_column[data-border-radius*=px] {
    overflow: hidden
}

.wpb_column[data-border-radius="3px"],
.wpb_column[data-border-radius="3px"] > .column-bg-overlay,
.img-with-aniamtion-wrap[data-border-radius="3px"] .img-with-animation {
    border-radius: 3px
}

.wpb_column[data-border-radius="5px"],
.wpb_column[data-border-radius="5px"] > .column-bg-overlay,
.img-with-aniamtion-wrap[data-border-radius="5px"] .img-with-animation {
    border-radius: 5px
}

.wpb_column[data-border-radius="10px"],
.wpb_column[data-border-radius="10px"] > .column-bg-overlay,
.img-with-aniamtion-wrap[data-border-radius="10px"] .img-with-animation {
    border-radius: 10px
}

.wpb_column[data-border-radius="15px"],
.wpb_column[data-border-radius="15px"] > .column-bg-overlay,
.img-with-aniamtion-wrap[data-border-radius="15px"] .img-with-animation {
    border-radius: 15px
}

.wpb_column[data-border-radius="20px"],
.wpb_column[data-border-radius="20px"] > .column-bg-overlay,
.img-with-aniamtion-wrap[data-border-radius="20px"] .img-with-animation {
    border-radius: 20px
}

.wpb_column[data-border-width*=px][data-border-radius*=px]:before {
    border-radius: 0
}

@media only screen and (min-width:1000px) {
    .wpb_column[data-border-animation=true] > .border-wrap > .border-top,
    .wpb_column[data-border-animation=true] > .border-wrap > .border-bottom {
        transition: transform 1s cubic-bezier(.19, 1, .22, 1);
        transform: scaleX(0)
    }

    .wpb_column[data-border-animation=true] > .border-wrap > .border-left,
    .wpb_column[data-border-animation=true] > .border-wrap > .border-right {
        -webkit-transition: transform 1s cubic-bezier(.19, 1, .22, 1);
        -webkit-transform: scaleY(0);
        transition: transform 1s cubic-bezier(.19, 1, .22, 1);
        transform: scaleY(0)
    }
}

.wpb_column[data-border-animation=true] > .border-wrap.animation > .border-top,
.wpb_column[data-border-animation=true] > .border-wrap.animation > .border-bottom {
    transform: scaleX(1)
}

.wpb_column[data-border-animation=true] > .border-wrap.animation > .border-top {
    transform-origin: left
}

.wpb_column[data-border-animation=true] > .border-wrap.animation > .border-bottom {
    transform-origin: right
}

.wpb_column[data-border-animation=true] > .border-wrap.animation > .border-left,
.wpb_column[data-border-animation=true] > .border-wrap.animation > .border-right {
    transform: scaleY(1)
}

.wpb_column[data-border-animation=true] > .border-wrap.animation > .border-left {
    transform-origin: bottom
}

.wpb_column[data-border-animation=true] > .border-wrap.animation > .border-right {
    transform-origin: top
}

.wpb_row .span_12 > .col.padding-1-percent,
.column-inner.padding-1-percent {
    padding: 1%
}

.wpb_row .span_12 > .col.padding-2-percent,
.column-inner.padding-2-percent {
    padding: 2%
}

.wpb_row .span_12 > .col.padding-3-percent,
.column-inner.padding-3-percent {
    padding: 3%
}

.wpb_row .span_12 > .col.padding-4-percent,
.column-inner.padding-4-percent {
    padding: 4%
}

.wpb_row .span_12 > .col.padding-5-percent,
.column-inner.padding-5-percent {
    padding: 5%
}

.wpb_row .span_12 > .col.padding-6-percent,
.column-inner.padding-6-percent {
    padding: 6%
}

.wpb_row .span_12 > .col.padding-7-percent,
.column-inner.padding-7-percent {
    padding: 7%
}

.wpb_row .span_12 > .col.padding-8-percent,
.column-inner.padding-8-percent {
    padding: 8%
}

.wpb_row .span_12 > .col.padding-9-percent,
.column-inner.padding-9-percent {
    padding: 9%
}

.wpb_row .span_12 > .col.padding-10-percent,
.column-inner.padding-10-percent {
    padding: 10%
}

.wpb_row .span_12 > .col.padding-11-percent,
.column-inner.padding-11-percent {
    padding: 11%
}

.wpb_row .span_12 > .col.padding-12-percent,
.column-inner.padding-12-percent {
    padding: 12%
}

.wpb_row .span_12 > .col.padding-13-percent,
.column-inner.padding-13-percent {
    padding: 13%
}

.wpb_row .span_12 > .col.padding-14-percent,
.column-inner.padding-14-percent {
    padding: 14%
}

.wpb_row .span_12 > .col.padding-15-percent,
.column-inner.padding-15-percent {
    padding: 15%
}

.wpb_row .span_12 > .col.padding-16-percent,
.column-inner.padding-16-percent {
    padding: 16%
}

.wpb_row .span_12 > .col.padding-17-percent,
.column-inner.padding-17-percent {
    padding: 17%
}

body #ajax-content-wrap .col[data-padding-pos=right],
body #ajax-content-wrap .column-inner[data-padding-pos=right],
body #ajax-content-wrap .wpb_row .span_12 > .col[data-padding-pos=right],
body #ajax-content-wrap .wpb_row .span_12 > .column-inner[data-padding-pos=right] {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0
}

body #ajax-content-wrap .col[data-padding-pos=left],
body #ajax-content-wrap .column-inner[data-padding-pos=left],
body #ajax-content-wrap .wpb_row .span_12 > .col[data-padding-pos=left],
body #ajax-content-wrap .wpb_row .span_12 > .column-inner[data-padding-pos=left] {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0
}

body #ajax-content-wrap .col[data-padding-pos=bottom],
body #ajax-content-wrap .column-inner[data-padding-pos=bottom],
body #ajax-content-wrap .wpb_row .span_12 > .col[data-padding-pos=bottom],
body #ajax-content-wrap .wpb_row .span_12 > .column-inner[data-padding-pos=bottom] {
    padding-right: 0;
    padding-top: 0;
    padding-left: 0
}

#ajax-content-wrap .col[data-padding-pos=top],
#ajax-content-wrap .column-inner[data-padding-pos=top] {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

#ajax-content-wrap .col[data-padding-pos=top-right],
#ajax-content-wrap .column-inner[data-padding-pos=top-right] {
    padding-bottom: 0;
    padding-left: 0
}

#ajax-content-wrap .col[data-padding-pos=top-left],
#ajax-content-wrap .column-inner[data-padding-pos=top-left] {
    padding-bottom: 0;
    padding-right: 0
}

#ajax-content-wrap .col[data-padding-pos=top-bottom],
#ajax-content-wrap .column-inner[data-padding-pos=top-bottom] {
    padding-left: 0;
    padding-right: 0
}

#ajax-content-wrap .col[data-padding-pos=bottom-right],
#ajax-content-wrap .column-inner[data-padding-pos=bottom-right] {
    padding-left: 0;
    padding-top: 0
}

#ajax-content-wrap .col[data-padding-pos=bottom-left],
#ajax-content-wrap .column-inner[data-padding-pos=bottom-left] {
    padding-right: 0;
    padding-top: 0
}

.col[data-padding-pos=left-right],
#ajax-content-wrap .column-inner[data-padding-pos=bottom-right],
#ajax-content-wrap .wpb_row .span_12 > .col[data-padding-pos=left-right],
#ajax-content-wrap .wpb_row .span_12 > .column-inner[data-padding-pos=bottom-right] {
    padding-top: 0;
    padding-bottom: 0
}

.col.span_3 .col.span_12 i,
.col.span_4 .col.span_12 i {
    margin-bottom: 0
}

body .wpb_text_column {
    margin-bottom: 0
}

.wpb_animate_when_almost_visible {
    opacity: 0
}

.wpb_start_animation {
    opacity: 1
}

body .wpb_text_column h2:last-child,
body .wpb_text_column h3:last-child {
    margin-bottom: 10px
}

.carousel-outer {
    overflow: hidden;
    margin-right: 2px
}

body[data-ajax-transitions=true] .row.carousel {
    opacity: 1
}

.carousel-heading {
    z-index: 100;
    position: relative;
    margin-bottom: 7px;
    min-height: 23px
}

    .carousel-heading h2 {
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 12px;
        margin-left: 10px;
        margin-bottom: 7px
    }

.carousel-wrap .item-count {
    font-size: 12px
}

.carousel-wrap[data-full-width=false] .carousel-heading h2 {
    font-size: 12px
}

html:not(.js) .carousel-heading {
    display: none
}

.carousel-wrap[data-ctc=light] .carousel-heading h2,
.ascend .carousel-wrap[data-ctc=light] .carousel-next i,
.ascend .carousel-wrap[data-ctc=light] .carousel-prev i,
.carousel-wrap[data-ctc=light] .item-count,
.carousel-wrap[data-full-width=true][data-ctc=light] .carousel-heading i {
    color: #fff
}

.recent-work-carousel[data-ctc=light][data-full-width=true] .carousel-heading {
    background-color: #252525
}

.caroufredsel_wrapper,
.carousel-wrap[data-full-width=true] .portfolio-items .col .work-item.style-2 .work-info a,
.woocommerce .products-carousel ul.products .product a {
    cursor: grab !important;
    cursor: -moz-grab !important;
    cursor: -webkit-grab !important;
    margin: 0 !important
}

    .caroufredsel_wrapper.active,
    .carousel-wrap[data-full-width=true] .portfolio-items .col .work-item .work-info .active,
    .woocommerce .products-carousel ul.products .product a.active {
        cursor: grabbing !important;
        cursor: -moz-grabbing !important;
        cursor: -webkit-grabbing !important
    }

body .carousel-wrap {
    position: relative;
    overflow: hidden;
    margin: 0 -10px
}

body .full-width-section .carousel-wrap {
    margin-bottom: 0
}

.carousel-wrap[data-full-width=true] {
    padding: 0 18px
}

    .carousel-wrap[data-full-width=true] .carousel-heading {
        background-color: #f8f8f8;
        padding: 43px 0 40px;
        margin-bottom: 0;
        text-align: center
    }

body .carousel-wrap[data-full-width=true] .carousel-heading h2 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: .5px;
    margin: 0 auto;
    max-width: 900px;
    text-transform: none;
    font-family: 'Open Sans';
    font-weight: 300
}

.carousel-wrap[data-full-width=true] .carousel-heading .portfolio-page-link,
.carousel-wrap[data-full-width=true] .carousel-heading .carousel-prev,
.carousel-wrap[data-full-width=true] .carousel-heading .carousel-next {
    top: 8px !important
}

.carousel-wrap[data-full-width=true] .carousel-heading a {
    background-color: transparent
}

.carousel-wrap[data-full-width=true] .carousel-heading i {
    background-color: transparent;
    color: #888;
    font-size: 30px;
    line-height: 28px;
    transition: color .2s ease 0s
}

body .carousel-wrap[data-full-width=true] .carousel-heading .container {
    min-height: 40px
}

body[data-smooth-scrolling="0"] .carousel-wrap[data-full-width=true] {
    padding: 0
}

.carousel-wrap .work-item.style-2,
.carousel-wrap[data-full-width=true] {
    margin-bottom: 0
}

    .carousel-wrap[data-full-width=true] .span_4.no-margin {
        margin: 0
    }

.full-width-content .caroufredsel_wrapper {
    overflow: visible !important
}

.carousel-wrap .carousel-heading {
    padding: 0
}

html:not(.js) .carousel-wrap {
    display: none
}

.carousel-wrap .left-border,
.carousel-wrap .right-border {
    width: 10px;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 100;
    background-color: #f8f8f8
}

.carousel-wrap .left-border {
    left: 0
}

.carousel-wrap .right-border {
    right: 0
}

.carousel-next,
.carousel-prev {
    background-color: #dadada;
    cursor: pointer;
    display: block;
    margin-left: 5px;
    line-height: 22px;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    height: 20px;
    width: 20px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    text-align: center
}

.carousel-wrap[data-full-width=true] .carousel-next,
.carousel-wrap[data-full-width=true] .carousel-prev {
    height: 28px;
    width: 44px
}

.carousel-wrap[data-full-width=true] .carousel-next {
    text-align: right
}

.carousel-wrap[data-full-width=true] .carousel-prev {
    text-align: left
}

.carousel-next {
    right: 0;
    padding-left: 1px
}

.carousel-prev {
    right: 25px;
    padding-right: 1px
}

.carousel-wrap[data-full-width=false] .control-wrap {
    position: absolute;
    right: 0;
    top: 0
}

.carousel-next i,
.carousel-prev i,
.carousel-wrap .carousel-next i,
.carousel-wrap .carousel-prev i {
    background-color: transparent;
    line-height: 24px;
    font-size: 14px
}

.carousel-prev:hover,
.carousel-next:hover {
    background-color: #000
}

ul.row.carousel {
    opacity: 0
}

#ajax-content-wrap .carousel-wrap[data-full-width=true] .span_4.no-margin .carousel-wrap[data-full-width=true] .span_4.no-margin {
    margin: 0
}

.carousel-wrap[data-full-width=true].default-style {
    padding: 0 20px !important
}

.carousel-wrap[data-full-width=true] .work-meta {
    padding: 0 15px
}

.carousel-wrap[data-full-width=true].default-style .work-meta,
.carousel-wrap[data-full-width=true] {
    padding: 0 !important
}

body .carousel .span_4,
body .portfolio-items.carousel .span_4 {
    margin: 0 10px
}

.carousel-wrap[data-full-width=true].default-style .span_4 {
    margin: 0 15px
}

.carousel .span_4 .clear {
    padding-bottom: 0;
    margin-bottom: 0
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        padding: 25px 0;
        cursor: -webkit-grab;
        cursor: -moz-grab;
        -ms-touch-action: pan-Y
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0px, 0px, 0px)
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
            -webkit-transform-style: preserve-3d
        }

    .owl-carousel .owl-nav.disabled,
    .owl-carousel .owl-dots.disabled {
        display: none
    }

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-dot {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        display: none
    }

    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab,
    .owl-stage.owl-grab {
        cursor: -webkit-grabbing;
        cursor: -moz-grabbing
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

    .owl-theme .owl-nav [class*=owl-] {
        color: #fff;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #d6d6d6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px
    }

        .owl-theme .owl-nav [class*=owl-]:hover {
            background: #869791;
            color: #fff;
            text-decoration: none
        }

    .owl-theme .owl-nav .disabled {
        opacity: .5;
        cursor: default
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px
        }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        background: 0 0;
        border: none;
        padding: 0
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 6px;
            height: 6px;
            margin: 5px 7px;
            background: rgba(0, 0, 0, .25);
            display: block;
            -webkit-backface-visibility: visible;
            border-radius: 30px;
            -webkit-transition: all .13s ease;
            transition: all .13s ease;
            -webkit-transform: scale(.9);
            transform: scale(.9)
        }

        .owl-theme .owl-dots .owl-dot.active span,
        .owl-theme .owl-dots .owl-dot:hover span {
            background: #869791
        }

.span_12.light .owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, .5)
}

.span_12.light .owl-theme .owl-dots .owl-dot.active span,
.span_12.light .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff
}

.owl-theme .owl-dots .owl-dot.active span {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.owl-carousel[data-column-padding="5px"] .carousel-item {
    padding: 6px
}

.owl-carousel[data-column-padding="10px"] .carousel-item {
    padding: 11px
}

.owl-carousel[data-column-padding="15px"] .carousel-item {
    padding: 16px
}

.owl-carousel[data-column-padding="20px"] .carousel-item {
    padding: 21px
}

.owl-carousel[data-column-padding="30px"] .carousel-item {
    padding: 31px
}

.owl-carousel[data-column-padding="40px"] .carousel-item {
    padding: 41px
}

.owl-carousel[data-column-padding="50px"] .carousel-item {
    padding: 51px
}

.owl-carousel.moving a {
    pointer-events: none
}

.owl-carousel[data-enable-animation=true] .owl-stage > .owl-item {
    opacity: 0;
    -ms-transform: translateY(70px);
    -webkit-transform: translateY(70px);
    transform: translateY(70px)
}

.owl-carousel[data-enable-animation=true] .owl-controls {
    opacity: 0
}

.owl-carousel[data-enable-animation=true].animated-in .owl-controls {
    opacity: 1;
    -ms-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.home-wrap {
    padding-top: 3em;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 100;
    background-color: #f8f8f8
}

html:not(.js) .home-wrap {
    padding-top: 0
}

.home-wrap .full-width-section.first-section {
    margin-top: -37px
}

.flex-gallery {
    margin: 0;
    padding: 0
}

    .flex-gallery .slides > li {
        display: none;
        -webkit-backface-visibility: hidden
    }

    .flex-gallery .slides img {
        width: 99.8%;
        display: block
    }

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides > li:first-child {
    display: block
}

.flex-gallery {
    margin: 0 0 15px;
    position: relative;
    zoom: 1;
    background-color: transparent
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flex-gallery .slides {
    zoom: 1
}

.flex-gallery ul {
    position: relative;
    z-index: 1000;
    margin: 0
}

.flex-gallery .flex-direction-nav {
    margin: 0;
    position: absolute;
    top: 8px
}

.flex-gallery ul li {
    list-style: none
}

    .flex-gallery ul li img {
        margin-bottom: 0
    }

.carousel li {
    margin-right: 0;
    margin-left: 0
}

.flex-control-nav {
    display: none
}

.flex-direction-nav {
    *height: 0
}

    .flex-direction-nav a {
        display: block;
        line-height: 22px;
        position: relative;
        background-color: #000;
        height: 25px;
        width: 25px;
        text-align: center;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-border-radius: 1px;
        border-radius: 1px
    }

        .flex-direction-nav a i {
            line-height: 29px;
            font-size: 16px;
            color: #fff;
            background-color: transparent
        }

    .flex-direction-nav .flex-next {
        padding-left: 2px
    }

    .flex-direction-nav .flex-prev {
        padding-right: 2px
    }

body #ajax-content-wrap .flex-gallery .flex-direction-nav li {
    float: left;
    margin-left: 7px
}

.flex-direction-nav a:hover {
    background-color: #333
}

.flex-direction-nav .flex-next span {
    background-position: right top;
    top: 9px;
    right: 9px;
    position: absolute;
    display: block;
    height: 15px;
    width: 15px;
    z-index: 100
}

.flex-direction-nav .flex-prev span {
    background-position: left top;
    top: 9px;
    left: 9px;
    position: absolute;
    display: block;
    height: 15px;
    width: 15px;
    z-index: 100
}

body.mobile.material [data-bullet_style="see_through"] .slider-pagination {
    bottom: 13px
}

body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch:before {
    position: relative;
    top: 50%
}

body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch:before {
    display: block;
    content: ''
}

.nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot,
.testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot,
.nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot,
.nectar-woo-flickity .flickity-page-dots .dot,
body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch {
    width: 30px;
    margin: 0;
    opacity: .35
}

    .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot:before,
    .testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot:before,
    .nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot:before,
    .nectar-quick-view-box .flickity-page-dots .dot:before,
    .nectar-woo-flickity .flickity-page-dots .dot:before,
    body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch:before {
        width: 6px;
        height: 6px;
        transition: all .25s ease;
        border-radius: 50%;
        margin-left: 11px;
        background-color: transparent;
        box-shadow: inset 0 0 0 5px #000
    }

    .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot.is-selected,
    .testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot.is-selected,
    .nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot.is-selected,
    body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch.swiper-active-switch,
    .nectar-quick-view-box .flickity-page-dots .dot.is-selected,
    .nectar-woo-flickity .flickity-page-dots .dot {
        opacity: 1
    }

        .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot.is-selected:before,
        .testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot.is-selected:before,
        .nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot.is-selected:before,
        .nectar-woo-flickity .flickity-page-dots .dot.is-selected:before,
        .nectar-quick-view-box .flickity-page-dots .dot.is-selected:before,
        body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch.swiper-active-switch:before {
            -webkit-transform: scale(2);
            transform: scale(2);
            box-shadow: inset 0 0 0 1px #000;
            background-color: transparent
        }

.span_12.light .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot:before,
.span_12.light .testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot:before,
.span_12.light .nectar-woo-flickity .flickity-page-dots .dot:before,
.span_12.light .nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot:before,
body.material [data-bullet_style="see_through"] .slider-pagination:not(.dark-cs) .swiper-pagination-switch:before {
    box-shadow: inset 0 0 0 5px #fff
}

.span_12.light .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot.is-selected:before,
.span_12.light .testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot.is-selected:before,
.span_12.light .nectar-woo-flickity .flickity-page-dots .dot.is-selected:before,
.span_12.light .nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot.is-selected:before,
body.material [data-bullet_style="see_through"] .slider-pagination:not(.dark-cs) .swiper-pagination-switch.swiper-active-switch:before {
    box-shadow: inset 0 0 0 1px #fff
}

.nectar-flickity[data-controls=material_pagination] .flickity-page-dots {
    bottom: -85px;
    margin: 0
}

.nectar-flickity[data-controls=material_pagination]:not(.masonry) .flickity-viewport {
    margin: 110px 0 130px
}

iframe.iframe-embed,
iframe {
    max-width: 100%
}

html:not(.js) .main-content iframe[src],
.main-content #sidebar iframe[src],
.wc-braintree-hosted-field iframe {
    opacity: 1
}

.iframe-embed-standard iframe {
    width: 100% !important
}

body .mejs-container .mejs-controls > .mejs-horizontal-volume-slider {
    height: 26px;
    width: 56px;
    position: relative;
    display: block;
    float: left
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: rgba(255, 255, 255, .33)
}

.mejs-controls .mejs-button button:focus {
    outline: none
}

body[data-button-style*=_rounded] .mejs-button > button,
body[data-button-style^=rounded] .mejs-controls .mejs-pause button,
body .mejs-controls .mejs-pause {
    border-radius: 0 !important
}

video,
audio {
    visibility: hidden
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background-color: rgba(255, 255, 255, .3) !important
}

.mejs-video .mejs-controls .mejs-time-rail {
    padding-top: 12px
}

.mejs-audio .mejs-controls .mejs-time-rail {
    padding-top: 11px
}

.mejs-video .mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-video .mejs-controls .mejs-time-rail span,
.mejs-video .mejs-controls .mejs-time-rail a,
.mejs-video .mejs-controls .mejs-time-rail .mejs-time-loaded {
    height: 8px
}

.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-audio .mejs-controls .mejs-time-rail span,
.mejs-audio .mejs-controls .mejs-time-rail a,
.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-loaded {
    height: 8px
}

#ajax-content-wrap .mejs-container {
    background-color: transparent;
    background-image: none !important
}

.wp-video {
    margin-bottom: 20px
}

.wp-video,
.mejs-container .mejs-poster img {
    max-width: none !important;
    width: 100% !important
}

.wp-video-shortcode.mejs-container .mejs-poster img {
    visibility: hidden;
    display: block;
    margin-bottom: 0
}

.mejs-container-fullscreen .mejs-poster img {
    height: 100% !important
}

body .mejs-poster {
    background-size: cover
}

body .mejs-container .mejs-controls .mejs-time {
    opacity: .8
}

body .mejs-controls button {
    transition: opacity .15s ease
}

    body .mejs-controls button:hover,
    .mejs-controls .mejs-fullscreen-button:hover button {
        opacity: .8
    }

#ajax-content-wrap .mejs-controls .mejs-time-rail .mejs-time-total {
    background-color: rgba(255, 255, 255, .25)
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: transparent !important
}

body .mejs-controls .mejs-button button {
    font-size: 18px;
    color: #fff;
    width: auto;
    position: relative;
    display: inline-block;
    background-image: none
}

body .mejs-controls button:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none
}

body .mejs-controls .mejs-play button:before {
    content: "\e052"
}

body .mejs-controls .mejs-mute button:before {
    content: "\e098"
}

body .mejs-controls .mejs-unmute button:before {
    content: "\e099"
}

body .mejs-controls .mejs-fullscreen-button button:before {
    content: "\e110";
    font-size: 17px
}

body .mejs-controls .mejs-fullscreen-button.mejs-unfullscreen button:before {
    content: "\e111"
}

body .mejs-button.mejs-volume-button {
    margin-left: 5px
}

body .mejs-controls .mejs-pause {
    top: 2px;
    left: 2px;
    position: relative
}

    body .mejs-controls .mejs-pause button {
        border-left: 3px solid #fff;
        border-right: 3px solid #fff;
        width: 9px;
        height: 12px;
        right: 3px;
        top: 2px
    }

#ajax-content-wrap .mejs-container.mejs-audio {
    height: 44px !important;
    background-color: rgba(0, 0, 0, 1)
}

    #ajax-content-wrap .mejs-container.mejs-audio .mejs-playpause-button {
        margin-left: 0
    }

body .mejs-container.mejs-audio .mejs-controls,
body .masonry-blog-item .mejs-container.mejs-video .mejs-controls {
    height: 42px
}

#ajax-content-wrap .masonry-blog-item .mejs-container.mejs-video .mejs-controls .mejs-playpause-button {
    margin-left: 10px
}

#ajax-content-wrap .masonry-blog-item .mejs-container .mejs-fullscreen-button {
    margin-right: 10px
}

body .masonry-blog-item .mejs-container:not(.mejs-audio) .mejs-controls:before {
    height: 250%
}

body .mejs-container:not(.mejs-audio) .mejs-controls:before {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) -2%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .04) 44%, rgba(0, 0, 0, .8) 100%, rgba(0, 0, 0, .6) 100%);
    background: linear-gradient(rgba(255, 255, 255, 0) -2%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .04) 44%, rgba(0, 0, 0, .8) 100%, rgba(0, 0, 0, .6) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 400%;
    z-index: 11;
    border-radius: 4px;
    content: ' '
}

body .mfp-wrap .mfp-content .mejs-container:not(.mejs-audio) .mejs-controls:before {
    border-radius: 0
}

body .mejs-container .mejs-controls > * {
    z-index: 100;
    position: relative
}

body .mejs-container .mejs-controls {
    background: none !important;
    height: 50px
}

#ajax-content-wrap .mejs-playpause-button {
    margin-left: 20px
}

#ajax-content-wrap .mejs-fullscreen-button {
    margin-right: 20px
}

body .mejs-video .mejs-controls .mejs-time-rail .mejs-time-float {
    color: #fff;
    border: none;
    background-color: transparent
}

body .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    border-color: transparent
}

body .mejs-audio .mejs-controls .mejs-time-rail .mejs-time-float {
    border: none;
    background-color: #fff;
    height: 15px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .25)
}

#header-outer .wpml-ls-menu-item .wpml-ls-flag {
    margin-bottom: 0
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope {
    -webkit-transition-property: height;
    -ms-transition-property: height;
    transition-property: height
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        transition-property: transform, opacity
    }

.bbp-author-avatar img {
    margin-bottom: -3px
}

body #bbpress-forums fieldset.bbp-form {
    border: 1px solid #d9d9d9
}

#bbpress-forums fieldset.bbp-form p {
    padding-bottom: 10px
}

#bbpress-forums .bbp-header,
#bbpress-forums .bbp-footer {
    font-weight: 400
}

#bbpress-forums .bbp-body ul.forum,
#bbpress-forums .bbp-body ul.topic {
    padding-left: 15px
}

#bbpress-forums .bbp-forum-header,
#bbpress-forums .bbp-topic-header,
#bbpress-forums .bbp-reply-header {
    background-color: #f4f4f4
}

.bbp-topic-meta {
    margin-top: 1px
}

#bbpress-forums .bbp-header {
    background-color: #f1f1f1
}

#bbpress-forums .wp-editor-container,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
    border: 1px solid #ddd
}

.bbp-topic-permalink {
    font-size: 14px
}

.topic .bbp-topic-title {
    margin-top: 2px
}

.bbp-template-notice p {
    padding: 4px
}

#bbp_search_submit,
#members_search_submit {
    padding: 10px 11px
}

#bbpress-forums #subscription-toggle {
    color: #ccc
}

body #bbpress-forums fieldset.bbp-form {
    padding-bottom: 20px
}

body #buddypress form.bp-dir-search-form button[type=submit] {
    padding: 10px .7em !important
}

.material .buddypress-wrap form.bp-dir-search-form input[type=search]:focus {
    box-shadow: none
}

.buddypress-wrap form.bp-dir-search-form button[type=submit] span {
    line-height: 1em
}

body[data-form-style=minimal] #buddypress input[type=text],
body[data-form-style=minimal] #buddypress input[type=password],
body[data-form-style=minimal] #buddypress input[type=email] {
    padding-left: 10px;
    padding-right: 10px
}

#buddypress input[type=submit]:hover {
    color: #fff
}

#buddypress .activity-update-form #whats-new-submit input[type=submit] {
    line-height: 1em
}

body[data-form-style=minimal] #buddypress textarea {
    background-color: rgba(0, 0, 0, .018);
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.buddypress-wrap .bp-feedback.bp-messages p {
    padding-bottom: 0
}

#buddypress form#whats-new-form textarea {
    width: 100% !important
}

.buddypress h1 {
    margin-bottom: 30px
}

.nectar-animated-title,
body .wpb_wrapper > .nectar-animated-title {
    margin-bottom: 0
}

.nectar-animated-title-inner {
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px
}

.nectar-animated-title h6 {
    padding: 5px 10px
}

.nectar-animated-title h5 {
    padding: 6px 12px
}

.nectar-animated-title h4 {
    padding: 7px 14px
}

.nectar-animated-title h3 {
    padding: 8px 16px
}

.nectar-animated-title h2 {
    padding: 10px 20px
}

.nectar-animated-title h1 {
    padding: 15px 30px
}

.nectar-animated-title .nectar-animated-title-inner .wrap > * {
    margin-bottom: 0;
    position: relative;
    z-index: 100;
    color: #fff
}

.nectar-animated-title .nectar-animated-title-inner:after {
    display: block;
    background-color: #000;
    content: ' ';
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.nectar-animated-title .nectar-animated-title-outer {
    display: inline-block
}

.nectar-animated-title[data-style=hinge-drop] .nectar-animated-title-outer {
    perspective: 1000px
}

.nectar-animated-title[data-style=hinge-drop] .nectar-animated-title-inner {
    -ms-transform: rotateX(-90deg) translateZ(0);
    -webkit-transform: rotateX(-90deg) translateZ(0);
    transform: rotateX(-90deg) translateZ(0);
    -ms-transform-origin: 0px 0px 0px;
    -webkit-transform-origin: 0px 0px 0px;
    transform-origin: 0px 0px 0px;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, .13) 0px 6px 20px
}

.nectar-animated-title[data-style=hinge-drop].completed .nectar-animated-title-inner {
    -ms-transform: rotateX(0deg) translateZ(0);
    -webkit-transform: rotateX(0deg) translateZ(0);
    transform: rotateX(0deg) translateZ(0);
    opacity: 1;
    -ms-transition: transform 1.3s cubic-bezier(.2, 1, .2, 1), opacity 1.3s cubic-bezier(.2, 1, .2, 1);
    transition: transform 1.3s cubic-bezier(.2, 1, .2, 1), opacity 1.3s cubic-bezier(.2, 1, .2, 1);
    -webkit-transition: -webkit-transform 1.3s cubic-bezier(.2, 1, .2, 1), opacity 1.3s cubic-bezier(.2, 1, .2, 1)
}

.nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner:after {
    -ms-transform-origin: left;
    -ms-transform: scale(0, 1);
    transform-origin: left;
    transform: scale(0, 1)
}

.nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap {
    overflow: hidden;
    -ms-transform: translateX(-100%) translateZ(0);
    -webkit-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    position: relative;
    z-index: 100
}

    .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap * {
        -ms-transform: translateX(100%) translateZ(0);
        -webkit-transform: translateX(100%) translateZ(0);
        transform: translateX(100%) translateZ(0);
        display: block
    }

.nectar-animated-title[data-style=color-strip-reveal].completed .nectar-animated-title-inner .wrap,
.nectar-animated-title[data-style=color-strip-reveal].completed .nectar-animated-title-inner .wrap * {
    -ms-transform: translateX(0%) translateZ(0);
    -webkit-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
    -ms-transition: transform .7s cubic-bezier(.85, 0, .12, 1);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.85, 0, .12, 1);
    transition: transform .7s cubic-bezier(.85, 0, .12, 1)
}

.nectar-animated-title[data-style=color-strip-reveal].completed .nectar-animated-title-inner:after {
    -webkit-animation: colorStripReveal .7s cubic-bezier(.85, 0, .12, 1) forwards;
    animation: colorStripReveal .7s cubic-bezier(.85, 0, .12, 1) forwards
}

@keyframes colorStripReveal {
    0% {
        transform: scale(0, 1) translateZ(0)
    }

    100% {
        transform: scale(1, 1) translateZ(0)
    }
}

.btn {
    padding: 8px 16px
}

.nectar-button {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
    transition: opacity .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: opacity .45s cubic-bezier(.25, 1, .33, 1);
    -o-transition: opacity .45s cubic-bezier(.25, 1, .33, 1);
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 12px;
    padding: 13px 18px;
    position: relative;
    top: 0;
    margin-bottom: 10px;
    opacity: 1;
    line-height: 20px;
    background-color: #000;
    display: inline-block
}

.nectar-3d-transparent-button {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    visibility: hidden
}

.nectar-button.small {
    border-radius: 2px;
    font-size: 11px;
    padding: 8px 14px;
    color: #fff;
    box-shadow: 0 -1px rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 -1px rgba(0, 0, 0, .1) inset
}

.nectar-button.medium {
    border-radius: 3px;
    padding: 10px 15px;
    font-size: 12px;
    color: #fff;
    box-shadow: 0 -2px rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 -2px rgba(0, 0, 0, .1) inset
}

body .nectar-button.small {
    font-size: 12px
}

body .nectar-button.medium {
    font-size: 12px
}

.nectar-button.large {
    font-size: 14px;
    padding: 15px 22px;
    box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, .1) inset
}

.nectar-button.jumbo {
    font-size: 18px;
    padding: 25px 40px;
    box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, .1) inset
}

.nectar-button.extra_jumbo {
    font-size: 60px;
    line-height: 60px;
    padding: 60px 90px;
    box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, .1) inset
}

.nectar-button.small.see-through,
.nectar-button.small.see-through-2,
.nectar-button.small.see-through-3 {
    padding-top: 6px;
    padding-bottom: 6px
}

.nectar-button.medium.see-through,
.nectar-button.medium.see-through-2,
.nectar-button.medium.see-through-3 {
    padding-top: 9px;
    padding-bottom: 9px
}

body .nectar-button.large.see-through,
body .nectar-button.large.see-through-2,
body .nectar-button.large.see-through-3 {
    border-width: 2px;
    padding-top: 13px;
    padding-bottom: 13px
}

body .nectar-button.jumbo.see-through,
body .nectar-button.jumbo.see-through-2,
body .nectar-button.jumbo.see-through-3 {
    border-width: 4px;
    padding-top: 21px;
    padding-bottom: 21px
}

body .nectar-button.extra_jumbo.see-through,
body .nectar-button.extra_jumbo.see-through-2,
body .nectar-button.extra_jumbo.see-through-3 {
    border-width: 10px
}

.nectar-button.extra_jumbo.has-icon,
.nectar-button.tilt.extra_jumbo.has-icon {
    padding-left: 80px;
    padding-right: 80px
}

.nectar-button.extra_jumbo i,
.nectar-button.tilt.extra_jumbo i,
.nectar-button.extra_jumbo i[class*=fa-],
.nectar-button.tilt.extra_jumbo i[class*=fa-] {
    right: 75px
}

.nectar-button.has-icon.extra_jumbo:hover i,
.nectar-button.tilt.extra_jumbo.has-icon i {
    -ms-transform: translateX(13px);
    -webkit-transform: translateX(13px);
    transform: translateX(13px)
}

.nectar-button.has-icon.extra_jumbo:hover span,
.nectar-button.tilt.extra_jumbo.has-icon span {
    -ms-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

body .nectar-button.extra_jumbo i {
    font-size: 40px;
    margin-top: -20px;
    line-height: 40px
}

body .nectar-button em {
    font-size: inherit;
    line-height: inherit
}

.nectar-button i,
.nectar-button i[class*=fa-] {
    font-size: 18px;
    line-height: 18px;
    width: 18px;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -9px;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1)
}

.nectar-button.small i {
    font-size: 16px;
    line-height: 16px;
    right: 26px
}

.nectar-button i.icon-button-arrow {
    font-size: 19px
}

.nectar-button.medium i.icon-button-arrow,
.nectar-button.small i.icon-button-arrow {
    font-size: 16px
}

.nectar-button span {
    left: 0;
    display: inline-block;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .45s cubic-bezier(.25, 1, .33, 1), transform .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: opacity .45s cubic-bezier(.25, 1, .33, 1), -webkit-transform .45s cubic-bezier(.25, 1, .33, 1);
    position: relative
}

.nectar-button .im-icon-wrap svg {
    width: 18px;
    height: 18px;
    fill: currentColor
}

.nectar-button.extra_jumbo .im-icon-wrap svg {
    width: 40px;
    height: 40px
}

.material .nectar-button .im-icon-wrap,
.material .nectar-button .im-icon-wrap span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

    .material .nectar-button .im-icon-wrap svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }

body #ajax-content-wrap .nectar-button .im-icon-wrap,
body #ajax-content-wrap .nectar-button .im-icon-wrap span {
    left: auto;
    transform: none
}

.nectar-button.has-icon,
.nectar-button.tilt.has-icon {
    padding-left: 42px;
    padding-right: 42px
}

body[data-button-style^=rounded] .nectar-button.medium:not(.see-through):not(.see-through-2):not(.see-through-3).has-icon,
body[data-button-style^=rounded] .nectar-button.medium:not(.see-through):not(.see-through-2):not(.see-through-3).tilt.has-icon {
    padding-left: 42px;
    padding-right: 42px
}

.nectar-button.has-icon.small,
.nectar-button.tilt.has-icon.small {
    padding-left: 33px;
    padding-right: 33px
}

.nectar-button.has-icon:hover span,
.nectar-button.tilt.has-icon span,
body.material .nectar-button.has-icon span {
    -ms-transform: translateX(-18px);
    -webkit-transform: translateX(-18px);
    transform: translateX(-18px)
}

.nectar-button.has-icon.small:hover span,
.nectar-button.tilt.small.has-icon span,
body.material .nectar-button.has-icon.small span {
    -ms-transform: translateX(-14px);
    -webkit-transform: translateX(-14px);
    transform: translateX(-14px)
}

.nectar-button.has-icon:hover i,
.nectar-button.tilt.has-icon i,
body.material .nectar-button.has-icon i {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transform: translateX(6px);
    transform: translateX(6px)
}

.nectar-button.small.has-icon:hover i,
.nectar-button.small.tilt.has-icon i,
body.material .nectar-button.small.has-icon i {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.nectar-button:hover,
.full-width-section .light .nectar-button:hover {
    opacity: .87;
    color: #fff
}

@media only screen and (min-width:1000px) {
    .full-width-section .light .nectar-button.wpb_animate_when_almost_visible:not(.see-through):not(.see-through-2):not(.see-through-3),
    body .nectar-button.wpb_animate_when_almost_visible {
        opacity: 0
    }
}

body:not([data-button-style*=rounded_shadow]) .full-width-section .light .nectar-button:not(.see-through):not(.see-through-2):not(.see-through-3),
body .full-width-section .light .nectar-button.wpb_animate_when_almost_visible.animated:not(.see-through):not(.see-through-2):not(.see-through-3) {
    opacity: .9
}

body[data-button-style] .full-width-section .light .nectar-button:not(.see-through):not(.see-through-2):not(.see-through-3):hover,
body[data-button-style] .full-width-section .light .nectar-button.wpb_animate_when_almost_visible.animated:not(.see-through):not(.see-through-2):not(.see-through-3):hover,
body .nectar-button.wpb_animate_when_almost_visible.animated,
body[data-button-style] .nectar-button.wpb_animate_when_almost_visible.animated {
    opacity: 1
}

.text_on_hover.product .add_to_cart_button,
.text_on_hover.product a.added_to_cart {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase
}

.text_on_hover.product a.added_to_cart {
    border-radius: 2px
}

.nectar-button.see-through,
body .nectar-button.see-through {
    -webkit-box-shadow: none;
    opacity: 1 !important;
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 2px solid rgba(255, 255, 255, .75)
}

.text_on_hover.product .add_to_cart_button {
    -webkit-box-shadow: none;
    opacity: 1;
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 2px solid rgba(255, 255, 255, .75)
}

.nectar-button.see-through,
body .nectar-button.see-through,
.text_on_hover.product .add_to_cart_button {
    background-color: transparent !important;
    box-shadow: none !important
}

.nectar-button.see-through-2,
.nectar-button.see-through-3 {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    opacity: 1;
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 2px solid rgba(255, 255, 255, .75)
}

    .nectar-button.see-through-2:hover,
    .nectar-button.see-through-3:hover {
        background-color: transparent
    }

.nectar-button.see-through-3 {
    border: 2px solid rgba(255, 255, 255, 1)
}

body[data-button-style^=rounded] .nectar-button.see-through,
body[data-button-style^=rounded].ascend .nectar-button.see-through,
body[data-button-style^=rounded] .nectar-button.see-through-2,
body[data-button-style^=rounded].ascend .nectar-button.see-through-2,
body[data-button-style^=rounded] .nectar-button.see-through-3,
body[data-button-style^=rounded].ascend .nectar-button.see-through-3,
body[data-button-style^=rounded] .portfolio-filters-inline .container ul li a,
body[data-button-style^=rounded] #to-top,
body[data-button-style^=rounded] .flex-direction-nav a,
body[data-button-style^=rounded] #pagination span,
body[data-button-style^=rounded] #pagination a,
body[data-button-style^=rounded] #pagination .next.inactive,
body[data-button-style^=rounded] #pagination .prev.inactive,
body[data-button-style^=rounded].woocommerce nav.woocommerce-pagination ul li a,
body[data-button-style^=rounded].woocommerce .container-wrap nav.woocommerce-pagination ul li span,
body[data-button-style^=rounded] .container-wrap nav.woocommerce-pagination ul li span,
body[data-button-style^=rounded].woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body[data-button-style^=rounded] #infscr-loading,
body[data-button-style^=rounded] input[type=submit],
body[data-button-style^=rounded] button[type=submit],
body[data-button-style^=rounded] input[type=button],
body[data-button-style^=rounded] button,
body[data-button-style^=rounded].ascend .container-wrap input[type=submit],
body[data-button-style^=rounded].ascend .container-wrap button[type=submit],
body[data-button-style^=rounded] .nectar-button,
body[data-button-style^=rounded] .swiper-slide .button a,
body[data-button-style^=rounded] #top nav > ul > li[class*=button_solid_color] > a:before,
body[data-button-style^=rounded] #top nav > ul > li[class*=button_bordered] > a:before,
body[data-button-style^=rounded] .woocommerce.add_to_cart_inline a.button.add_to_cart_button,
body[data-button-style^=rounded] #header-outer .widget_shopping_cart a.button {
    border-radius: 200px !important;
    -webkit-border-radius: 200px !important;
    box-shadow: none;
    -ms-transition: opacity .45s cubic-bezier(.25, 1, .33, 1), transform .45s cubic-bezier(.25, 1, .33, 1), border-color .45s cubic-bezier(.25, 1, .33, 1), color .45s cubic-bezier(.25, 1, .33, 1), background-color .45s cubic-bezier(.25, 1, .33, 1), box-shadow .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: opacity .45s cubic-bezier(.25, 1, .33, 1), transform .45s cubic-bezier(.25, 1, .33, 1), border-color .45s cubic-bezier(.25, 1, .33, 1), color .45s cubic-bezier(.25, 1, .33, 1), background-color .45s cubic-bezier(.25, 1, .33, 1), box-shadow .45s cubic-bezier(.25, 1, .33, 1);
    transition: opacity .45s cubic-bezier(.25, 1, .33, 1), transform .45s cubic-bezier(.25, 1, .33, 1), border-color .45s cubic-bezier(.25, 1, .33, 1), color .45s cubic-bezier(.25, 1, .33, 1), background-color .45s cubic-bezier(.25, 1, .33, 1), box-shadow .45s cubic-bezier(.25, 1, .33, 1)
}

body[data-button-style*=slightly_rounded] .nectar-button.see-through,
body[data-button-style*=slightly_rounded].ascend .nectar-button.see-through,
body[data-button-style*=slightly_rounded] .nectar-button.see-through-2,
body[data-button-style*=slightly_rounded].ascend .nectar-button.see-through-2,
body[data-button-style*=slightly_rounded] .nectar-button.see-through-3,
body[data-button-style*=slightly_rounded].ascend .nectar-button.see-through-3,
body[data-button-style*=slightly_rounded] .portfolio-filters-inline .container ul li a,
body[data-button-style*=slightly_rounded] #infscr-loading,
body[data-button-style*=slightly_rounded] .flex-direction-nav a,
body[data-button-style*=slightly_rounded] #pagination span,
body[data-button-style*=slightly_rounded] #pagination a,
body[data-button-style*=slightly_rounded] #pagination .next.inactive,
body[data-button-style*=slightly_rounded] #pagination .prev.inactive,
body[data-button-style*=slightly_rounded].woocommerce nav.woocommerce-pagination ul li a,
body[data-button-style*=slightly_rounded].woocommerce .container-wrap nav.woocommerce-pagination ul li span,
body[data-button-style*=slightly_rounded] .container-wrap nav.woocommerce-pagination ul li span,
body[data-button-style*=slightly_rounded].woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body[data-button-style*=slightly_rounded] input[type=submit],
body[data-button-style*=slightly_rounded] button[type=submit],
body[data-button-style*=slightly_rounded] input[type=button],
body[data-button-style*=slightly_rounded] button,
body[data-button-style*=slightly_rounded].ascend .container-wrap input[type=submit],
body[data-button-style*=slightly_rounded].ascend .container-wrap button[type=submit],
body[data-button-style*=slightly_rounded] .nectar-button,
body[data-button-style*=slightly_rounded] .swiper-slide .button a,
body[data-button-style*=slightly_rounded] #top nav > ul > li[class*=button_solid_color] > a:before,
body[data-button-style*=slightly_rounded] #top nav > ul > li[class*=button_bordered] > a:before,
body[data-button-style*=slightly_rounded] #header-outer .widget_shopping_cart a.button,
body[data-button-style*=slightly_rounded] .comment-list .reply a,
body[data-button-style*=slightly_rounded].material #page-header-bg.fullscreen-header .inner-wrap > a,
body[data-button-style*=slightly_rounded] .sharing-default-minimal .nectar-social-inner > a,
body[data-button-style*=slightly_rounded] .sharing-default-minimal .nectar-love,
body[data-button-style*=slightly_rounded].single .heading-title[data-header-style=default_minimal] .meta-category a,
body[data-button-style*=slightly_rounded] #page-header-bg[data-post-hs=default_minimal] .inner-wrap > a,
body[data-button-style*=slightly_rounded] .masonry.classic_enhanced .posts-container article .meta-category a,
body[data-button-style*=slightly_rounded] .blog-recent[data-style*=classic_enhanced] .meta-category a,
.ascend[data-button-style=slightly_rounded] .container-wrap input[type=submit],
.ascend[data-button-style*=slightly_rounded] .container-wrap button[type=submit],
body[data-button-style*=slightly_rounded] .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    box-shadow: none;
    -webkit-transition: opacity .45s cubic-bezier(.25, 1, .33, 1), transform .45s cubic-bezier(.25, 1, .33, 1), border-color .45s cubic-bezier(.25, 1, .33, 1), color .45s cubic-bezier(.25, 1, .33, 1), background-color .45s cubic-bezier(.25, 1, .33, 1), box-shadow .45s cubic-bezier(.25, 1, .33, 1);
    transition: opacity .45s cubic-bezier(.25, 1, .33, 1), transform .45s cubic-bezier(.25, 1, .33, 1), border-color .45s cubic-bezier(.25, 1, .33, 1), color .45s cubic-bezier(.25, 1, .33, 1), background-color .45s cubic-bezier(.25, 1, .33, 1), box-shadow .45s cubic-bezier(.25, 1, .33, 1)
}

body[data-button-style*=slightly_rounded] .nectar-hor-list-item .nectar-list-item-btn {
    border-radius: 4px;
    -webkit-border-radius: 4px
}

body[data-button-style*=slightly_rounded] #to-top {
    border-radius: 200px !important;
    -webkit-border-radius: 200px !important
}

body[data-button-style*=slightly_rounded] .col.dark .nectar-button.see-through,
body[data-button-style*=slightly_rounded] .col.dark .nectar-button.see-through-2 {
    border-color: rgba(0, 0, 0, .15);
    color: #000
}

body[data-button-style*=rounded_shadow] .wp-block-button > .wp-block-button__link {
    transition: all .45s cubic-bezier(.25, 1, .33, 1)
}

    body[data-button-style*=rounded_shadow] .wp-block-button > .wp-block-button__link:hover,
    body[data-button-style*=rounded_shadow] .nectar-button:hover,
    body[data-button-style*=rounded_shadow] .nectar-button:focus,
    body[data-button-style*=rounded_shadow].ascend .nectar-button.see-through:hover,
    body[data-button-style*=rounded_shadow] input[type=submit]:hover,
    body[data-button-style*=rounded_shadow] input[type=submit]:focus,
    body[data-button-style*=rounded_shadow].woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
    body[data-button-style*=rounded_shadow] .swiper-slide .button a:hover,
    body[data-button-style=rounded_shadow].ascend .nectar-button.see-through-2:hover,
    body[data-button-style*=rounded_shadow].ascend .nectar-button:hover,
    body[data-button-style*=rounded_shadow] .sharing-default-minimal .nectar-love:hover,
    body[data-button-style=rounded_shadow] .sharing-default-minimal .nectar-social-inner > a:hover,
    body[data-button-style*=rounded_shadow] .woocommerce.add_to_cart_inline a.button.add_to_cart_button:hover,
    body[data-button-style*=rounded_shadow] .container-wrap input[type=submit]:hover,
    body[data-button-style=rounded_shadow] .container-wrap button[type=submit]:hover,
    body[data-button-style=rounded_shadow] .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
        box-shadow: 0 20px 38px rgba(0, 0, 0, .16);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
        -webkit-transform: translateY(-3px)
    }

body[data-button-style*=rounded_shadow] .woocommerce.add_to_cart_inline a.button.add_to_cart_button:hover,
body[data-button-style*=rounded_shadow].material .nectar-button.see-through:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, .11) !important
}

body[data-button-style=slightly_rounded_shadow] .nectar-button:hover,
body[data-button-style=slightly_rounded_shadow] .nectar-button:focus,
body[data-button-style=slightly_rounded_shadow].ascend .nectar-button.see-through:hover,
body[data-button-style=slightly_rounded_shadow] input[type=submit]:hover,
body[data-button-style=slightly_rounded_shadow] input[type=submit]:focus,
body[data-button-style*=slightly_rounded].single .heading-title[data-header-style=default_minimal] .meta-category a:hover,
body[data-button-style*=slightly_rounded] #page-header-bg[data-post-hs=default_minimal] .inner-wrap > a:hover,
body[data-button-style=slightly_rounded_shadow].woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body[data-button-style=slightly_rounded_shadow] .swiper-slide .button a:hover,
body[data-button-style=slightly_rounded_shadow].ascend .nectar-button.see-through-2:hover,
body[data-button-style=slightly_rounded_shadow].ascend .nectar-button:hover,
body[data-button-style=slightly_rounded_shadow].woocommerce-page .woocommerce p.return-to-shop a.wc-backward:hover,
body[data-button-style=slightly_rounded_shadow] .sharing-default-minimal .nectar-love:hover,
body[data-button-style=slightly_rounded_shadow] .sharing-default-minimal .nectar-social-inner > a:hover,
body[data-button-style=slightly_rounded_shadow] .container-wrap input[type=submit]:hover,
body[data-button-style=slightly_rounded_shadow] .container-wrap button[type=submit]:hover,
body[data-button-style=slightly_rounded_shadow] .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, .16) !important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px)
}

body[data-button-style*=slightly_rounded].single .heading-title[data-header-style=default_minimal] .meta-category a:hover,
body[data-button-style*=slightly_rounded] #page-header-bg[data-post-hs=default_minimal] .inner-wrap > a:hover {
    transform: translateY(-3px) !important
}

body[data-button-style=slightly_rounded_shadow] .nectar-button.wpb_start_animation,
body[data-button-style=rounded_shadow] .nectar-button.wpb_start_animation {
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none
}

body[data-button-style=slightly_rounded_shadow] .widget_search input[type=submit]:hover {
    -webkit-transform: none !important;
    transform: none !important
}

body[data-button-style^=rounded] .nectar-button.medium:not(.see-through):not(.see-through-2):not(.see-through-3) {
    padding: 12px 18px
}

body .nectar-button.see-through:hover {
    border-color: rgba(255, 255, 255, 1)
}

.col.light .nectar-button.see-through-2,
.col.light .nectar-button.see-through-3 {
    color: #fff
}

.col.light .nectar-button.see-through {
    border-color: rgba(255, 255, 255, .75);
    color: #fff
}

    .col.light .nectar-button.see-through:hover {
        border-color: rgba(255, 255, 255, 1)
    }

.col.dark .nectar-button.see-through,
.col.dark .nectar-button.see-through-2 {
    border-color: rgba(0, 0, 0, .75);
    color: #444
}

    .col.dark .nectar-button.see-through:hover {
        border-color: rgba(0, 0, 0, 1)
    }

body .nectar-button.see-through-2:hover,
body .col.dark .nectar-button.see-through-2:hover,
body .nectar-button.see-through-3:hover,
body .col.dark .nectar-button.see-through-3:hover {
    color: #fff;
    opacity: 1 !important
}

h2 .nectar-button {
    top: -6px
}

body.material .nectar-button[class*=m-extra-color-gradient-][class*=see-through] {
    visibility: hidden
}

.swiper-slide .button.solid_color_2,
.tilt-button-wrap {
    -webkit-perspective: 800px;
    perspective: 800px;
    display: inline-block
}

    .swiper-slide .button.solid_color_2:before {
        -webkit-font-smoothing: antialiased
    }

    .swiper-slide .button.solid_color_2 a:hover,
    .nectar-button.tilt:hover,
    .swiper-slide .button.solid_color_2 a:hover:after,
    .nectar-button.tilt:hover:after,
    .swiper-slide .button.solid_color_2 a:hover:before,
    .nectar-button.tilt:hover:before {
        -webkit-transition: all .5s cubic-bezier(.25, 1, .33, 1);
        transition: all .5s cubic-bezier(.25, 1, .33, 1)
    }

    .swiper-slide .button.solid_color_2 a,
    .nectar-button.tilt {
        display: block;
        background: #5cbcf6;
        outline: 1px solid transparent;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        outline: none;
        padding-left: 22px;
        padding-right: 22px;
        position: relative;
        border-bottom: none;
        opacity: 1;
        -webkit-transition: all .5s cubic-bezier(.25, 1, .33, 1);
        transition: all .5s cubic-bezier(.25, 1, .33, 1)
    }

body[data-button-style*=rounded] .nectar-button.tilt,
body[data-button-style=rounded] .swiper-slide .button-wrap a,
body[data-button-style^=rounded].ascend .container-wrap .search-form input[type=submit] {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important
}

.swiper-slide .button.solid_color_2 a:after,
.nectar-button.tilt:after {
    width: 100%;
    height: 37%;
    left: 0;
    top: -35%;
    -webkit-transform-origin: 0% 100%;
    -webkit-transform: rotateX(90deg);
    transform-origin: 0% 100%;
    transform: rotateX(90deg);
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all .5s cubic-bezier(.25, 1, .33, 1);
    transition: all .5s cubic-bezier(.25, 1, .33, 1);
    -webkit-font-smoothing: antialiased
}

.swiper-slide .button.solid_color_2 a:before,
.nectar-button.tilt:before {
    width: 100%;
    height: 30%;
    left: 0;
    top: 99%;
    background: #49a7df;
    -webkit-transform-origin: 0% 0%;
    -webkit-transform: rotateX(-90deg);
    -ms-transform-origin: 0% 0%;
    -ms-transform: rotateX(-90deg);
    transform-origin: 0% 0%;
    transform: rotateX(-90deg);
    -webkit-transition: all .5s cubic-bezier(.25, 1, .33, 1);
    transition: all .5s cubic-bezier(.25, 1, .33, 1);
    -webkit-font-smoothing: antialiased;
    content: '';
    position: absolute;
    z-index: -1
}

.swiper-slide .button.solid_color_2 a:after,
.nectar-button.tilt:after,
.swiper-slide .button.solid_color_2 a:before,
.nectar-button.tilt:before {
    opacity: 0
}

.swiper-slide .button.solid_color_2 a:hover:after,
.nectar-button.tilt:hover:after,
.swiper-slide .button.solid_color_2 a:hover:before,
.nectar-button.tilt:hover:before {
    opacity: 1
}

.swiper-slide .button.solid_color_2 a:hover,
.nectar-button.tilt:hover {
    -webkit-transform: rotateX(20deg);
    -ms-transform: rotateX(20deg);
    transform: rotateX(20deg)
}

.swiper-slide .button.solid_color_2 .button-wrap,
.tilt-button-inner {
    overflow: hidden;
    padding: 3px 0;
    display: inline
}

.nectar-3d-transparent-button {
    display: inline-block
}

    .nectar-3d-transparent-button a {
        display: block
    }

    .nectar-3d-transparent-button .hidden-text {
        height: 1em;
        line-height: 1.5;
        overflow: hidden
    }

    .nectar-3d-transparent-button .hidden-text {
        display: block;
        height: 0;
        position: absolute
    }

body .nectar-3d-transparent-button {
    position: relative;
    margin-bottom: 0
}

.nectar-3d-transparent-button .inner-wrap {
    -webkit-perspective: 2000px;
    perspective: 2000px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.nectar-3d-transparent-button .front-3d {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.nectar-3d-transparent-button .back-3d {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.nectar-3d-transparent-button .back-3d {
    -webkit-transform-origin: 50% 50% -2.3em;
    transform-origin: 50% 50% -2.3em
}

.nectar-3d-transparent-button .front-3d {
    -webkit-transform-origin: 50% 50% -2.3em;
    transform-origin: 50% 50% -2.3em;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg)
}

.nectar-3d-transparent-button:hover .front-3d {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.nectar-3d-transparent-button:hover .back-3d {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg)
}

.nectar-3d-transparent-button .back-3d,
.nectar-3d-transparent-button .front-3d {
    transition: -webkit-transform .25s cubic-bezier(.2, .65, .4, 1);
    transition: transform .25s cubic-bezier(.2, .65, .4, 1);
    transition: transform .25s cubic-bezier(.2, .65, .4, 1), -webkit-transform .25s cubic-bezier(.2, .65, .4, 1)
}

.nectar-3d-transparent-button .back-3d,
.nectar-3d-transparent-button .front-3d {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .nectar-3d-transparent-button .back-3d svg,
    .nectar-3d-transparent-button .front-3d svg {
        display: block
    }

.nectar-category-grid .nectar-category-grid-item .content[data-subtext=custom][data-subtext-vis=always] .subtext:after,
.nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top a:after,
.nectar-cta[data-style=underline] .link_wrap .link_text:after {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 2px;
    background-color: #fff;
    bottom: -4px;
    opacity: .8;
    left: 0;
    backface-visibility: hidden;
    pointer-events: none;
    animation: portSliderLine2 .45s cubic-bezier(.15, .75, .5, 1) forwards
}

body:not(.mobile) .nectar-category-grid .nectar-category-grid-item:hover .content[data-subtext=custom][data-subtext-vis=always] .subtext:after,
body:not(.mobile) .nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top a:hover:after,
body:not(.mobile) .nectar-cta[data-style=underline] .link_wrap .link_text:hover:after {
    animation: portSliderLine .45s cubic-bezier(.15, .75, .5, 1) forwards
}

@keyframes portSliderLine {
    0% {
        transform: scaleX(0);
        transform-origin: left
    }

    100% {
        transform: scaleX(1);
        transform-origin: left
    }
}

@keyframes portSliderLine2 {
    0% {
        transform: scaleX(1);
        transform-origin: right
    }

    100% {
        transform: scaleX(0);
        transform-origin: right
    }
}

.nectar-category-grid[data-text-color=dark] .content[data-subtext=custom][data-subtext-vis=always] .subtext:after,
.span_12.dark .nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top a:after {
    background-color: #000
}

.nectar-category-grid[data-text-color=dark] .nectar-category-grid-item .content *,
.span_12.dark .nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top a {
    color: #000
}

.nectar-category-grid[data-text-color=light] .nectar-category-grid-item .content *,
.full-width-section > .col.span_12.dark .nectar-category-grid[data-text-color=light] .nectar-category-grid-item .content *,
.span_12.light .nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top a {
    color: #fff
}

.nectar-cta .link_wrap .link_text {
    padding-right: 36px;
    position: relative;
    display: inline-block
}

.nectar-cta .link_wrap {
    position: relative;
    text-decoration: inherit;
    speak: none
}

.nectar-cta[data-style=see-through] .link_wrap .arrow:after {
    position: absolute;
    content: '';
    border-bottom: 1px solid #000;
    height: 1px;
    width: 22px;
    right: 12px;
    top: 50%;
    margin-top: -2px;
    -ms-transform: scale(0, 1) translateX(0px);
    -ms-transform-origin: left;
    transform: scale(0, 1) translateX(0px);
    transform-origin: left;
    -webkit-transform: scale(0, 1) translateX(0px);
    -webkit-transform-origin: left;
    pointer-events: none;
    transition: all .33s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .33s cubic-bezier(.12, .75, .4, 1)
}

.nectar-cta .link_wrap .arrow:before {
    font-family: 'Fontawesome';
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    color: #000;
    line-height: 30px;
    font-size: 14px;
    position: absolute;
    right: 0;
    width: 26px;
    text-align: center;
    height: 30px;
    top: 50%;
    margin-top: -16px;
    -ms-transition: all .33s cubic-bezier(.12, .75, .4, 1);
    transition: all .33s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .33s cubic-bezier(.12, .75, .4, 1)
}

.nectar-cta[data-text-color=custom] .link_wrap .arrow:before,
.span_12.light .nectar-cta[data-text-color=custom] .link_wrap .arrow:before,
.nectar-cta[data-text-color=custom] .arrow:after,
.span_12.light .nectar-cta[data-text-color=custom] .arrow:after,
.nectar-cta[data-style=see-through][data-text-color=custom] .link_wrap .arrow:after {
    color: inherit;
    border-color: inherit
}

.nectar-cta[data-alignment=left] {
    text-align: left
}

.nectar-cta[data-alignment=center] {
    text-align: center
}

.nectar-cta[data-alignment=right] {
    text-align: right
}

.span_12.light .nectar-cta .link_wrap .link_text:after {
    border-color: rgba(255, 255, 255, .5);
    border-radius: 50%
}

#ajax-content-wrap .nectar-cta .arrow,
.nectar-cta .arrow {
    letter-spacing: 0
}

.span_12.light .nectar-cta .arrow:before {
    color: #fff
}

.span_12.light .nectar-cta .arrow:after {
    border-color: #fff
}

.nectar-cta .link_wrap .link_text {
    color: inherit
}

.nectar-cta[data-text-color=custom] .link_wrap .link_text:after,
.nectar-cta[data-text-color=custom] .link_wrap:after {
    border-color: inherit !important
}

.nectar-cta[data-text-color=custom] .link_wrap:before {
    color: inherit !important
}

.nectar-cta[data-style=material] .link_wrap .circle {
    background-color: #000
}

.nectar-cta .link_wrap .link_text:after,
.nectar-cta[data-style=material] .link_wrap .link_text:before,
.nectar-cta[data-style=material] .link_wrap .circle {
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, .3);
    height: 25px;
    width: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
    content: ' ';
    display: block;
    pointer-events: none;
    -ms-transition: all .33s cubic-bezier(.12, .75, .4, 1);
    transition: all .33s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .33s cubic-bezier(.12, .75, .4, 1)
}

.nectar-cta[data-style=see-through] .link_wrap:hover .link_text:after {
    -ms-transform: scale(.8);
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.nectar-cta[data-style=see-through] .link_wrap:hover .arrow:after,
.nectar-cta[data-style=see-through] .link_wrap:hover .arrow:before {
    -ms-transform: scale(1, 1) translateX(9px);
    -webkit-transform: scale(1, 1) translateX(9px);
    transform: scale(1, 1) translateX(9px)
}

.nectar-cta[data-style=material] .link_wrap .circle {
    border: none;
    z-index: -1
}

.nectar-cta[data-style=material] .link_wrap .link_text:before {
    box-shadow: 0 9px 20px;
    opacity: .29;
    border: none;
    z-index: -1
}

.nectar-cta[data-style=material] .link_wrap .link_text:after {
    background-color: inherit;
    border: none
}

.nectar-cta[data-style=material] .link_wrap .link_text {
    padding-right: 38px
}

.nectar-cta[data-style=material] .link_wrap .arrow {
    overflow: hidden;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
    height: 25px;
    line-height: 28px;
    width: 24px;
    border-radius: 50px;
    transition: all .33s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .33s cubic-bezier(.12, .75, .4, 1)
}

    .nectar-cta[data-style=material] .link_wrap .arrow:before,
    .nectar-cta[data-style=material] .link_wrap .arrow:after {
        margin-top: -14px;
        height: 28px;
        line-height: 28px;
        width: 25px;
        padding-left: 1px;
        box-sizing: border-box
    }

    .nectar-cta[data-style=material] .link_wrap .arrow:after {
        transform: translateX(-100%)
    }

.nectar-cta[data-style=material] .link_wrap .link_text:before,
.nectar-cta[data-style=material] .link_wrap .circle {
    height: 27px;
    width: 27px;
    right: -1px;
    margin-top: -14px
}

.nectar-cta[data-style=material] .link_wrap .circle {
    transform: scale(.85)
}

.nectar-cta[data-style=material] .link_wrap .link_text:before {
    transform: scale(.84)
}

.nectar-cta[data-style=material] .link_wrap:hover .circle,
.nectar-cta[data-style=material] .link_wrap:hover .link_text:before {
    transform: scale(1)
}

.nectar-cta[data-style=material] .arrow,
.nectar-cta[data-style=material] .link_wrap .arrow:before,
.nectar-cta[data-style=material] .link_wrap .arrow:after {
    color: #fff
}

.nectar-cta[data-style=underline] .link_wrap .link_text {
    padding-right: 0
}

    .nectar-cta[data-style=underline] .link_wrap .link_text:after {
        margin-top: 0;
        top: auto;
        border-top: none;
        border-right: none;
        bottom: -1px;
        border-left: none;
        border-bottom: 2px solid #000;
        border-radius: 0;
        background-color: transparent !important;
        transition: transform .45s cubic-bezier(.12, .75, .4, 1);
        -webkit-transition: -webkit-transform .45s cubic-bezier(.12, .75, .4, 1);
        animation: none;
        transform-origin: left;
        z-index: 1
    }

body:not(.mobile) .nectar-cta[data-style=underline] .link_wrap .link_text:hover:after {
    animation: none;
    transform: scaleX(0);
    transform-origin: right
}

.nectar_cascading_images {
    position: relative;
    display: block
}

    .nectar_cascading_images .cascading-image img,
    .nectar_cascading_images .cascading-image .img-wrap {
        display: block;
        margin-bottom: 0;
        line-height: 0
    }

    .nectar_cascading_images .cascading-image img {
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden
    }

    .nectar_cascading_images .cascading-image .img-wrap {
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        display: inline-block
    }

    .nectar_cascading_images .cascading-image,
    .nectar_cascading_images .cascading-image .inner-wrap {
        display: inline-block;
        width: 100%;
        text-align: center
    }

        .nectar_cascading_images .cascading-image:not(:first-child) {
            position: absolute;
            top: 50%;
            left: 50%;
            -ms-transform: translateY(-50%) translateX(-50%);
            -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%)
        }

    .nectar_cascading_images.animated-in .cascading-image .inner-wrap {
        -ms-transition: transform .6s cubic-bezier(.3, .95, .3, .95), opacity .3s ease;
        -webkit-transition: -webkit-transform .6s cubic-bezier(.3, .95, .3, .95), opacity .3s ease;
        transition: transform .6s cubic-bezier(.3, .95, .3, .95), opacity .3s ease
    }

    .nectar_cascading_images[data-border-radius="3px"] .inner-wrap img,
    .nectar_cascading_images[data-border-radius="3px"] .inner-wrap .img-wrap,
    .nectar_cascading_images[data-border-radius="3px"] .inner-wrap .bg-color {
        border-radius: 3px
    }

    .nectar_cascading_images[data-border-radius="5px"] .inner-wrap img,
    .nectar_cascading_images[data-border-radius="5px"] .inner-wrap .img-wrap,
    .nectar_cascading_images[data-border-radius="5px"] .inner-wrap .bg-color {
        border-radius: 5px
    }

    .nectar_cascading_images[data-border-radius="10px"] .inner-wrap img,
    .nectar_cascading_images[data-border-radius="10px"] .inner-wrap .img-wrap,
    .nectar_cascading_images[data-border-radius="10px"] .inner-wrap .bg-color {
        border-radius: 10px
    }

    .nectar_cascading_images[data-border-radius="15px"] .inner-wrap img,
    .nectar_cascading_images[data-border-radius="15px"] .inner-wrap .img-wrap,
    .nectar_cascading_images[data-border-radius="15px"] .inner-wrap .bg-color {
        border-radius: 15px
    }

    .nectar_cascading_images[data-border-radius="20px"] .inner-wrap img,
    .nectar_cascading_images[data-border-radius="20px"] .inner-wrap .img-wrap,
    .nectar_cascading_images[data-border-radius="20px"] .inner-wrap .bg-color {
        border-radius: 20px
    }

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    .row .nectar_cascading_images .cascading-image img:not([srcset]) {
        width: 100%
    }
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .row .nectar_cascading_images .cascading-image img:not([srcset]) {
        width: 100%
    }
}

.clients.two-cols > div {
    width: 49.4%
}

.clients.two.no-carousel > div {
    width: 48.4%
}

.clients.two-cols > div:nth-child(2n+2) {
    margin-right: 0
}

.clients.carousel.two-cols > div {
    margin: 0 10px
}

.clients.three-cols > div {
    width: 32.6%
}

.clients.three-cols.no-carousel > div {
    width: 31.6%
}

.clients.three-cols > div:nth-child(3n+3) {
    margin-right: 0
}

.clients.carousel.three-cols > div {
    margin: 0 10px
}

@media only screen and (min-width:1000px) {
    .clients.no-carousel.three-cols > div:nth-child(3n+4) {
        clear: both
    }
}

@media only screen and (min-width:690px) {
    .clients.no-carousel.four-cols > div:nth-child(4n+5) {
        clear: both
    }

    .clients.no-carousel.five-cols > div:nth-child(5n+6) {
        clear: both
    }

    .clients.no-carousel.six-cols > div:nth-child(6n+7) {
        clear: both
    }
}

.clients.four-cols > div {
    width: 24.2%
}

.clients.four-cols.no-carousel > div {
    width: 23.2%
}

.clients.four-cols > div:nth-child(4n+4) {
    margin-right: 0
}

.clients.carousel.four-cols > div {
    margin: 0 10px
}

.clients.five-cols > div {
    width: 19.2%
}

.clients.five-cols.no-carousel > div {
    width: 18.2%
}

.clients.five-cols > div:nth-child(5n+5) {
    margin-right: 0
}

.clients.carousel.five-cols > div {
    margin: 0 10px
}

.clients.six-cols > div {
    width: 15.8%
}

.clients.six-cols.no-carousel > div {
    width: 14.8%
}

.clients.six-cols > div:nth-child(6n+6) {
    margin-right: 0
}

.clients.carousel.six-cols > div {
    margin: 0 10px
}

.clients > div {
    float: left;
    transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    margin-right: 2%;
    margin-bottom: 2%;
    opacity: 1
}

.clients.fade-in-animation > div {
    opacity: 0;
    -webkit-transition: none;
    transition: none
}

.clients.fade-in-animation.completed > div {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    -webkit-backface-visibility: hidden
}

.clients:not(.fade-in-animation) > .no-link:hover,
.clients.fade-in-animation.completed > .no-link:hover {
    opacity: 1 !important
}

.clients:not(.fade-in-animation) > div:hover,
.clients.fade-in-animation.completed > div:hover {
    opacity: .7 !important
}

.clients > div img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.clients.no-carousel:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clients.no-carousel {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -ms-flex-flow: row wrap;
    flex-wrap: wrap
}

    .clients.no-carousel > div {
        float: none
    }

.clients[data-additional_padding="2"].no-carousel > div,
.clients[data-additional_padding="3"].no-carousel > div,
.clients[data-additional_padding="4"].no-carousel > div,
.clients[data-additional_padding="2"].no-carousel > div img,
.clients[data-additional_padding="3"].no-carousel > div img,
.clients[data-additional_padding="4"].no-carousel > div img {
    margin: 0
}

.clients[data-additional_padding="2"].no-carousel > div {
    padding: 2%
}

.clients[data-additional_padding="3"].no-carousel > div {
    padding: 3%
}

.clients[data-additional_padding="4"].no-carousel > div {
    padding: 3% 5%
}

.clients[data-he=greyscale_to_color] > div img {
    transition: filter .45s cubic-bezier(.3, .4, .1, 1), opacity .45s cubic-bezier(.3, .4, .1, 1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .55
}

.clients[data-he=greyscale_to_color] > div:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1
}

.wpb_wrapper > .divider,
.wpb_wrapper > .divider-border,
.wpb_wrapper > .divider-small-border,
.wpb_wrapper > .divider-wrap {
    margin-bottom: 0
}

.divider {
    height: 20px
}

.divider-border {
    margin: 35px auto 35px auto;
    background-color: rgba(0, 0, 0, .12);
    height: 1px
}

.span_12.light .divider-border {
    background-color: rgba(255, 255, 255, .4)
}

.divider-small-border {
    margin: 25px 0;
    width: 20%;
    height: 1px;
    background-color: #ddd
}

    .divider-border[data-animate=yes],
    .divider-small-border[data-animate=yes] {
        visibility: hidden;
        transform-origin: left;
        -webkit-transform-origin: left
    }

.divider-wrap[data-alignment=center] .divider-small-border {
    transform-origin: center;
    -webkit-transform-origin: center;
    margin: 25px auto
}

.divider-wrap[data-alignment=right] {
    text-align: right
}

    .divider-wrap[data-alignment=right] .divider-small-border {
        transform-origin: right;
        -webkit-transform-origin: right;
        margin-right: 0;
        margin-left: 0;
        display: inline-block
    }

body .wpb_separator,
body .vc_text_separator {
    border-color: rgba(0, 0, 0, .06)
}

    body .vc_text_separator div {
        background-color: #f8f8f8;
        font-family: 'Open Sans';
        font-weight: 300;
        font-size: 22px;
        line-height: 32px;
        letter-spacing: .5px;
        top: -20px
    }

.light .divider-small-border {
    background-color: rgba(255, 255, 255, .6)
}

.nectar-dropcap {
    font-size: 4em;
    display: block;
    float: left;
    padding: 5px 10px 0 0
}

    .nectar-dropcap span {
        display: block
    }

.nectar-fancy-ul ul li {
    list-style: none;
    position: relative;
    padding-left: 38px
}

body .nectar-fancy-ul[data-list-icon=none] ul li {
    padding-left: 0;
    margin-bottom: 0
}

.nectar-fancy-ul ul {
    margin-left: 0
}

    .nectar-fancy-ul ul li i,
    .nectar-fancy-ul ul li i.icon-default-style {
        position: absolute;
        left: 0;
        top: 0;
        width: 20px
    }

    .nectar-fancy-ul ul li .icon-default-style[class^=icon-] {
        font-size: 16px;
        height: 100%;
        line-height: 22px
    }

    .nectar-fancy-ul ul li i.icon-default-style[class^=icon-].icon-salient-thin-line {
        font-size: 27px;
        height: 27px;
        line-height: 27px
    }

.nectar-fancy-ul[data-animation=true] ul li {
    opacity: 0;
    left: -20px;
    margin-bottom: 5px
}

.nectar-fancy-ul[data-alignment=center] ul,
.nectar-fancy-ul[data-alignment=center] ul li {
    text-align: center !important
}

.nectar-fancy-ul[data-alignment=right] ul,
.nectar-fancy-ul[data-alignment=right] ul li {
    text-align: right !important
}

    .nectar-fancy-ul[data-alignment=right] ul li i:not(.none),
    .nectar-fancy-ul[data-alignment=center] ul li i:not(.none) {
        position: relative;
        margin-right: 10px
    }

body .nectar_food_menu_item,
body .tabbed .nectar_food_menu_item {
    margin-bottom: 30px
}

    body .nectar_food_menu_item .inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

.span_12.light .nectar_food_menu_item .line_spacer {
    border-color: #fff
}

.tabbed > .wpb_tab:not(.visible-tab) {
    display: none
}

.nectar_food_menu_item h3,
.nectar_food_menu_item h4,
.nectar_food_menu_item h5,
.nectar_food_menu_item h6,
.row .col .nectar_food_menu_item h3,
.row .col .nectar_food_menu_item h4,
.row .col .nectar_food_menu_item h5,
.row .col .nectar_food_menu_item h6 {
    margin-bottom: 0;
    line-height: 21px
}

.nectar_food_menu_item[data-style=default] .line_spacer {
    visibility: hidden
}

.nectar_food_menu_item .line_spacer {
    border-bottom: 1px solid #000;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.nectar_food_menu_item .item_price {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-left: 10px;
    text-align: left
}

.nectar_food_menu_item .item_name {
    padding-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.nectar_food_menu_item .inner {
    transition: transform .6s cubic-bezier(0, .2, .22, 1), opacity .6s cubic-bezier(0, .2, .22, 1);
    transform: translateY(50px);
    opacity: 0
}

.nectar_food_menu_item .item_description {
    margin-top: 10px;
    transition: transform .6s cubic-bezier(0, .2, .22, 1) .1s, opacity .6s cubic-bezier(0, .2, .22, 1) .1s;
    transform: translateY(50px);
    opacity: 0
}

.nectar_food_menu_item.animated-in .item_description,
.nectar_food_menu_item.animated-in .inner {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.nectar-highlighted-text em {
    position: relative;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: 1em;
    padding: 0 3px
}

    .nectar-highlighted-text em:before {
        -webkit-transition: -webkit-transform .9s cubic-bezier(.15, .75, .4, 1), opacity .25s ease;
        transition: transform .9s cubic-bezier(.15, .75, .4, 1), opacity .25s ease;
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

.nectar-highlighted-text[data-style=half_text] em:before {
    height: 28%;
    top: auto;
    bottom: 0
}

.nectar-highlighted-text em.animated:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.nectar-highlighted-text[data-using-custom-color=false] em:before {
    opacity: .3
}

@media only screen and (max-width:999px) {
    .nectar-highlighted-text em.animated:before {
        -webkit-transition: none;
        transition: none
    }
}

.nectar-highlighted-text a {
    color: inherit
}

.nectar-highlighted-text[data-style=half_text] a:hover em.animated:before {
    -webkit-transform: scaleX(1) scaleY(.5);
    transform: scaleX(1) scaleY(.5)
}

.nectar-highlighted-text[data-style=full_text] a:hover em.animated:before {
    opacity: .65
}

.wpb_wrapper > .nectar-hor-list-item:last-child {
    border-bottom: 0
}

.wpb_wrapper > .nectar-hor-list-item {
    margin-bottom: 0
}

.nectar-hor-list-item {
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .14);
    padding: 22px;
    margin-bottom: 0;
    -webkit-transition: all .4s cubic-bezier(.2, 0, .15, 1);
    -ms-transition: all .4s cubic-bezier(.2, 0, .15, 1);
    transition: all .4s cubic-bezier(.2, 0, .15, 1)
}

body .tabbed .nectar-hor-list-item {
    padding: 22px
}

.span_12.light .nectar-hor-list-item {
    border-color: rgba(255, 255, 255, .12)
}

.nectar-hor-list-item:before {
    height: 100%;
    opacity: 0;
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-transform: perspective(1000px) rotateX(90deg);
    -ms-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: all .4s cubic-bezier(.2, 0, .15, 1);
    -ms-transition: all .4s cubic-bezier(.2, 0, .15, 1);
    transition: all .4s cubic-bezier(.2, 0, .15, 1)
}

.nectar-hor-list-item[data-color=black]:before {
    background-color: #000
}

.nectar-hor-list-item[data-color=white]:before {
    background-color: #fff
}

.nectar-hor-list-item:hover {
    border-color: transparent !important
}

    .nectar-hor-list-item:hover:before {
        opacity: 1;
        -webkit-transform: perspective(1000px) rotateX(0);
        -ms-transform: perspective(1000px) rotateX(0);
        transform: perspective(1000px) rotateX(0)
    }

    .nectar-hor-list-item:hover .nectar-list-item,
    .nectar-hor-list-item:hover .nectar-list-item-btn,
    .span_12.light .nectar-hor-list-item .nectar-list-item,
    .span_12.light .nectar-hor-list-item .nectar-list-item-btn {
        color: #fff
    }

    .nectar-hor-list-item:hover .nectar-list-item-btn,
    .span_12.light .nectar-hor-list-item .nectar-list-item-btn {
        border-color: rgba(255, 255, 255, .5)
    }

.nectar-hor-list-item[data-color=white]:hover .nectar-list-item,
.nectar-hor-list-item[data-color=white]:hover .nectar-list-item-btn {
    color: #000
}

.nectar-hor-list-item[data-color=white]:hover .nectar-list-item-btn {
    border-color: rgba(0, 0, 0, .3)
}

body .nectar-hor-list-item .nectar-list-item-btn {
    font-size: 14px
}

.nectar-hor-list-item .nectar-list-item-btn {
    padding: 8px 12px;
    display: inline-block;
    border: 2px solid rgba(0, 0, 0, .3);
    line-height: 12px;
    color: #000;
    margin: 3px;
    -webkit-transition: border-color .45s cubic-bezier(.25, 1, .33, 1), color .45s cubic-bezier(.25, 1, .33, 1);
    -ms-transition: border-color .45s cubic-bezier(.25, 1, .33, 1), color .45s cubic-bezier(.25, 1, .33, 1);
    transition: border-color .45s cubic-bezier(.25, 1, .33, 1), color .45s cubic-bezier(.25, 1, .33, 1)
}

    .nectar-hor-list-item .nectar-list-item-btn:hover,
    .span_12.light .nectar-hor-list-item .nectar-list-item-btn:hover {
        border-color: #fff
    }

.nectar-hor-list-item .full-link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

body[data-button-style^=rounded] .nectar-hor-list-item .nectar-list-item-btn {
    border-radius: 100px
}

.nectar-hor-list-item > .nectar-list-item {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: color .4s cubic-bezier(.2, 0, .15, 1);
    -ms-transition: color .4s cubic-bezier(.2, 0, .15, 1);
    transition: color .4s cubic-bezier(.2, 0, .15, 1)
}

    .nectar-hor-list-item > .nectar-list-item[data-text-align=left] {
        text-align: left
    }

    .nectar-hor-list-item > .nectar-list-item[data-text-align=center] {
        text-align: center
    }

    .nectar-hor-list-item > .nectar-list-item[data-text-align=right] {
        text-align: right
    }

.nectar-hor-list-item[data-columns="1"] > .nectar-list-item {
    width: 100%
}

.nectar-hor-list-item[data-columns="2"] > .nectar-list-item {
    width: 50%
}

.nectar-hor-list-item[data-columns="3"] > .nectar-list-item {
    width: 33.3%
}

.nectar-hor-list-item[data-columns="4"] > .nectar-list-item {
    width: 25%
}

.nectar-hor-list-item[data-columns="4"][data-column-layout=small_first_last] > div:nth-child(1),
.nectar-hor-list-item[data-columns="4"][data-column-layout=small_first_last] > div:nth-child(4),
.nectar-hor-list-item[data-columns="4"][data-column-layout=large_first] > div:nth-child(3),
.nectar-hor-list-item[data-columns="4"][data-column-layout=large_first] > div:nth-child(4),
.nectar-hor-list-item[data-columns="4"][data-column-layout=large_nth] > div:nth-child(2),
.nectar-hor-list-item[data-columns="4"][data-column-layout=large_nth] > div:nth-child(4),
.nectar-hor-list-item[data-columns="4"][data-column-layout=small_nth] > div:nth-child(1),
.nectar-hor-list-item[data-columns="4"][data-column-layout=small_nth] > div:nth-child(3) {
    width: 15%
}

.nectar-hor-list-item[data-columns="4"][data-column-layout=small_first_last] > div:nth-child(2),
.nectar-hor-list-item[data-columns="4"][data-column-layout=small_first_last] > div:nth-child(3),
.nectar-hor-list-item[data-columns="4"][data-column-layout=large_first] > div:nth-child(1),
.nectar-hor-list-item[data-columns="4"][data-column-layout=large_first] > div:nth-child(2),
.nectar-hor-list-item[data-columns="4"][data-column-layout=large_nth] > div:nth-child(1),
.nectar-hor-list-item[data-columns="4"][data-column-layout=large_nth] > div:nth-child(3),
.nectar-hor-list-item[data-columns="4"][data-column-layout=small_nth] > div:nth-child(2),
.nectar-hor-list-item[data-columns="4"][data-column-layout=small_nth] > div:nth-child(4) {
    width: 35%
}

.nectar-hor-list-item[data-columns="3"][data-column-layout=small_first] > div:nth-child(1) {
    width: 20%
}

.nectar-hor-list-item[data-columns="3"][data-column-layout=small_first] > div:nth-child(2),
.nectar-hor-list-item[data-columns="3"][data-column-layout=small_first] > div:nth-child(3) {
    width: 40%
}

.nectar-hor-list-item[data-columns="3"][data-column-layout=large_first] > div:nth-child(1),
.nectar-hor-list-item[data-columns="3"][data-column-layout=large_middle] > div:nth-child(2),
.nectar-hor-list-item[data-columns="3"][data-column-layout=large_last] > div:nth-child(3) {
    width: 50%
}

.nectar-hor-list-item[data-columns="3"][data-column-layout=large_first] > div:nth-child(2),
.nectar-hor-list-item[data-columns="3"][data-column-layout=large_first] > div:nth-child(3),
.nectar-hor-list-item[data-columns="3"][data-column-layout=large_middle] > div:nth-child(1),
.nectar-hor-list-item[data-columns="3"][data-column-layout=large_middle] > div:nth-child(3),
.nectar-hor-list-item[data-columns="3"][data-column-layout=large_last] > div:nth-child(1),
.nectar-hor-list-item[data-columns="3"][data-column-layout=large_last] > div:nth-child(2) {
    width: 25%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=large_first] > div:nth-child(1) {
    width: 70%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=large_first] > div:nth-child(2) {
    width: 30%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=xlarge_first] > div:nth-child(1) {
    width: 80%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=xlarge_first] > div:nth-child(2) {
    width: 20%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=xsmall_first] > div:nth-child(1) {
    width: 20%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=xsmall_first] > div:nth-child(2) {
    width: 80%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=small_first] > div:nth-child(1) {
    width: 30%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=small_first] > div:nth-child(2) {
    width: 70%
}

i[class*=fa-],
span[class*=fa-] {
    display: inline-block;
    word-spacing: 1px;
    position: relative;
    text-align: center;
    top: -2px;
    vertical-align: middle;
    max-width: 100%
}

[class^=icon-],
i[class*=" icon-"] {
    display: inline-block;
    max-width: 100%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    top: -2px;
    word-spacing: 1px
}

i.icon-normal {
    background-color: #000;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    color: #fff;
    font-size: 16px;
    width: 32px;
    height: 32px;
    line-height: 32px
}

[class^=icon-].icon-3x,
i[class*=" icon-"].icon-3x {
    background-color: #eeedec
}

body [class^=icon-].icon-3x.alt-style,
body [class*=" icon-"].icon-3x.alt-style {
    background-color: #000;
    color: #fff
}

.col:not(.post-area):not(.span_12):not(#sidebar):hover i[class^=icon-].icon-3x.alt-style.hovered,
.col:not(.post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x.alt-style.hovered {
    background-color: rgba(0, 0, 0, .035)
}

.light .col:not(.post-area):not(.span_12):not(#sidebar):hover i[class^=icon-].icon-3x.alt-style.hovered,
.light .col:not(.post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x.alt-style.hovered {
    background-color: rgba(0, 0, 0, .1)
}

#sidebar .widget:hover i[class^=icon-].icon-3x.alt-style {
    background-color: rgba(0, 0, 0, .035)
}

.full-width-section i[class^=icon-].icon-3x,
.full-width-section i[class*=" icon-"].icon-3x {
    background-color: rgba(0, 0, 0, .021)
}

[class^=icon-].icon-3x,
[class*=" icon-"].icon-3x,
.circle-border {
    background-color: #eeedec;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    color: #000;
    display: inline-block;
    font-size: 30px;
    height: 90px;
    line-height: 90px;
    max-width: 100%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 90px;
    word-spacing: 1px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear
}

[class^=icon-].icon-3x,
[class*=" icon-"].icon-3x {
    margin-bottom: 27px
}

body [class^=icon-].icon-tiny {
    line-height: 15px;
    height: 13px;
    width: 15px;
    margin-right: 5px;
    font-size: 13px;
    color: #888;
    background-color: transparent
}

body [class^=icon-].icon-default-style {
    line-height: 34px;
    height: 34px;
    width: 34px;
    margin-right: 0;
    font-size: 34px;
    color: #000;
    background-color: transparent
}

h3 [class^=icon-],
h2 [class^=icon-],
h4 [class^=icon-],
h5 [class^=icon-] {
    margin-right: 5px
}

.col:not(.post-area):not(.span_12):not(#sidebar):hover .hovered .circle-border,
#sidebar .widget:hover .circle-border {
    border: 1px solid #000;
    transform: scale(1.18);
    transition-timing-function: cubic-bezier(.4, .25, .14, 1.73);
    -webkit-transition-timing-function: cubic-bezier(.4, .25, .14, 1.73)
}

.col:not(.post-area):not(.span_12):not(#sidebar):hover [class^=icon-].icon-3x.hovered,
.col:not(.post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x.hovered,
#sidebar .widget:hover [class^=icon-].icon-3x {
    color: #fff;
    background-color: #000
}

.circle-border {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #eeedec;
    height: 88px;
    left: 1px;
    position: absolute;
    z-index: 1;
    top: 1px;
    transition-duration: .225s;
    -webkit-duration: .225s;
    transition-property: all;
    -webkit-transition-property: all;
    transition-timing-function: cubic-bezier(.5, -.7, .67, .7);
    -webkit-transition-timing-function: cubic-bezier(.5, -.7, .67, .7);
    width: 88px
}

.col:not(.post-area):not(.span_12):not(#sidebar):hover .hovered.extra-color-gradient-1 .circle-border,
#sidebar .widget:hover .extra-color-gradient-1 .circle-border,
.col:not(.post-area):not(.span_12):not(#sidebar):hover .hovered.extra-color-gradient-2 .circle-border,
#sidebar .widget:hover .extra-color-gradient-2 .circle-border,
.extra-color-gradient-1 .circle-border,
.extra-color-gradient-2 .circle-border {
    transform: none;
    -webkit-transform: none
}

.extra-color-gradient-1 .circle-border,
.extra-color-gradient-2 .circle-border {
    border: 2px solid rgba(0, 0, 0, .065) !important
}

.light .extra-color-gradient-1 .circle-border,
.light .extra-color-gradient-2 .circle-border {
    border: 2px solid rgba(255, 255, 255, .085) !important
}

[class^=icon-].icon-3x.extra-color-gradient-2:not(.alt-style),
[class*=" icon-"].icon-3x.extra-color-gradient-2:not(.alt-style),
[class^=icon-].icon-3x.extra-color-gradient-1:not(.alt-style),
[class*=" icon-"].icon-3x.extra-color-gradient-1:not(.alt-style),
body:not(.material) .nectar-button i,
body.material:not([data-button-style^=rounded]) .nectar-button i {
    background-color: transparent !important
}

[class^=icon-].extra-color-gradient-1.alt-style:not(.icon-normal):before,
[class*=" icon-"].extra-color-gradient-1.alt-style:not(.icon-normal):before,
[class^=icon-].extra-color-gradient-2.alt-style:not(.icon-normal):before,
[class*=" icon-"].extra-color-gradient-2.alt-style:not(.icon-normal):before {
    background: #fff;
    -webkit-background-clip: text;
    background-clip: text
}

[class^=icon-].extra-color-gradient-1.alt-style:not(.icon-normal).no-grad:before,
[class*=" icon-"].extra-color-gradient-1.alt-style:not(.icon-normal).no-grad:before,
[class^=icon-].extra-color-gradient-2.alt-style:not(.icon-normal).no-grad:before,
[class*=" icon-"].extra-color-gradient-2.alt-style:not(.icon-normal).no-grad:before,
[class^=icon-][data-color=extra-color-gradient-1].no-grad:before,
[class*=" icon-"][data-color=extra-color-gradient-1].no-grad:before,
[class^=icon-].extra-color-gradient-1:not(.icon-normal).no-grad:before,
[class*=" icon-"].extra-color-gradient-1:not(.icon-normal).no-grad:before,
[class^=icon-][data-color=extra-color-gradient-2].no-grad:before,
[class*=" icon-"][data-color=extra-color-gradient-2].no-grad:before,
.extra-color-gradient-2[class^=icon-]:not(.icon-normal).no-grad:before,
.extra-color-gradient-2[class*=" icon-"]:not(.icon-normal).no-grad:before,
.nectar-gradient-text.no-grad *,
.nectar_icon_wrap[data-color=extra-color-gradient-1] .nectar_icon.no-grad i,
.nectar_icon_wrap[data-color=extra-color-gradient-2] .nectar_icon.no-grad i {
    background-color: transparent !important;
    background: none !important
}

body .nectar-gradient-text[data-color=extra-color-gradient-1].no-grad *,
body .nectar-gradient-text[data-color=extra-color-gradient-2].no-grad *,
.nectar-button.see-through-extra-color-gradient-2.no-text-grad .start,
.nectar-button.see-through-extra-color-gradient-1.no-text-grad .start,
.nectar-button.extra-color-gradient-1.no-text-grad .hover,
.nectar-button.extra-color-gradient-2.no-text-grad .hover,
.nectar-flip-box .flip-box-front i[data-color=extra-color-gradient-1].icon-default-style.no-grad:before,
.nectar-flip-box .flip-box-front i[data-color=extra-color-gradient-2].icon-default-style.no-grad:before,
.nectar_icon_wrap[data-color=extra-color-gradient-1] .nectar_icon.no-grad i,
.nectar_icon_wrap[data-color=extra-color-gradient-2] .nectar_icon.no-grad i {
    -webkit-text-fill-color: initial
}

.nectar_icon_wrap[data-style=border-animation] .nectar_icon:not(.no-grad):hover i,
[class^=icon-].extra-color-gradient-1.icon-3x.alt-style:before,
[class*=" icon-"].extra-color-gradient-1.icon-3x.alt-style:before,
[class^=icon-].extra-color-gradient-2.icon-3x.alt-style:before,
[class*=" icon-"].extra-color-gradient-2.icon-3x.alt-style:before,
body .nectar_icon_wrap[data-color=white] i,
body .svg-icon-holder[data-color=white] {
    color: #fff !important
}

body .nectar_icon_wrap[data-color=black] i,
body .svg-icon-holder[data-color=black] {
    color: #000 !important
}

body .nectar_icon_wrap[data-color=grey] i,
body .svg-icon-holder[data-color=grey] {
    color: #c8c8c8 !important
}

body .svg-icon-holder[data-color=white] svg path {
    stroke: #fff
}

body .svg-icon-holder[data-color=black] svg path {
    stroke: #000
}

body .svg-icon-holder[data-color=grey] svg path {
    stroke: #c8c8c8
}

.nectar_icon_wrap[data-style=soft-bg][data-color=black] .nectar_icon:before,
.nectar_icon_wrap[data-style=soft-bg][data-color=grey] .nectar_icon:before {
    background-color: #888
}

.nectar_icon_wrap[data-color=extra-color-gradient-1] .nectar_icon i,
.nectar_icon_wrap[data-color=extra-color-gradient-2] .nectar_icon i,
.nectar_icon .im-icon-wrap > span {
    display: inline-block
}

.nectar_icon .im-icon-wrap {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center
}

.nectar_icon_wrap .im-icon-wrap[data-color=white] path,
.nectar-fancy-box[data-style=parallax_hover] .im-icon-wrap path {
    fill: #fff
}

.nectar_icon_wrap .im-icon-wrap[data-color=black] path {
    fill: #000
}

.nectar_icon_wrap .im-icon-wrap[data-color=grey] path {
    fill: #888
}

.full-width-section .circle-border {
    background-color: rgba(0, 0, 0, .021);
    border-color: rgba(0, 0, 0, .05)
}

.full-width-section .light .circle-border {
    background-color: rgba(0, 0, 0, .021);
    border-color: rgba(0, 0, 0, .2)
}

.main-content .svg-icon-holder {
    height: 64px;
    overflow: hidden;
    min-width: 1px;
    margin-bottom: 20px;
    display: inline-block;
    opacity: 0
}

.nectar_icon_wrap {
    display: inline-block;
    position: relative
}

    .nectar_icon_wrap .nectar_icon .svg-icon-holder {
        margin-bottom: 0
    }

    .nectar_icon_wrap[data-padding="10px"] .nectar_icon {
        padding: 10px
    }

    .nectar_icon_wrap[data-padding="15px"] .nectar_icon {
        padding: 15px
    }

    .nectar_icon_wrap[data-padding="20px"] .nectar_icon {
        padding: 20px
    }

    .nectar_icon_wrap[data-padding="25px"] .nectar_icon {
        padding: 25px
    }

    .nectar_icon_wrap[data-padding="30px"] .nectar_icon {
        padding: 30px
    }

    .nectar_icon_wrap[data-padding="35px"] .nectar_icon {
        padding: 35px
    }

    .nectar_icon_wrap[data-padding="40px"] .nectar_icon {
        padding: 40px
    }

    .nectar_icon_wrap[data-padding="45px"] .nectar_icon {
        padding: 45px
    }

    .nectar_icon_wrap[data-padding="50px"] .nectar_icon {
        padding: 50px
    }

.span_12.light .nectar_icon_wrap[data-style=border-basic] .nectar_icon,
.span_12.light .nectar_icon_wrap[data-style=border-animation] .nectar_icon {
    border-color: rgba(255, 255, 255, .15)
}

.nectar_icon_wrap[data-style=border-basic] .nectar_icon,
.nectar_icon_wrap[data-style=border-animation] .nectar_icon,
.nectar_icon_wrap[data-style=soft-bg] .nectar_icon {
    line-height: 0;
    border: 2px solid rgba(0, 0, 0, .065);
    text-align: center;
    border-radius: 100px;
    position: relative;
    -webkit-transition: background-color .45s cubic-bezier(.25, 1, .33, 1), border-color .45s cubic-bezier(.25, 1, .33, 1);
    transition: background-color .45s cubic-bezier(.25, 1, .33, 1), border-color .45s cubic-bezier(.25, 1, .33, 1)
}

.nectar_icon_wrap[data-style=soft-bg] .nectar_icon {
    border: 0
}

    .nectar_icon_wrap[data-style=soft-bg] .nectar_icon:before {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        content: '';
        position: absolute;
        display: block;
        border-radius: 100px;
        z-index: -1;
        opacity: .11
    }

    .nectar_icon_wrap[data-style*=border] .nectar_icon i,
    .nectar_icon_wrap[data-style=soft-bg] .nectar_icon i {
        display: inline-block;
        vertical-align: middle;
        max-width: none;
        top: 0
    }

.nectar_icon_wrap[data-style*=default][data-color*=extra-color-gradient] .nectar_icon i {
    border-radius: 0 !important;
    text-align: center
}

    .nectar_icon_wrap[data-style*=default][data-color*=extra-color-gradient] .nectar_icon i:before {
        vertical-align: top
    }

.nectar_icon_wrap i:before {
    line-height: inherit
}

.nectar_icon_wrap[data-style=border-animation] .nectar_icon i {
    -webkit-transition: color .45s cubic-bezier(.25, 1, .33, 1);
    transition: color .45s cubic-bezier(.25, 1, .33, 1)
}

.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-1]:hover .nectar_icon,
.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-2]:hover .nectar_icon {
    border-color: transparent
}

    .nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-1]:hover:before,
    .nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-2]:hover:before,
    .nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-1]:hover .nectar_icon:before,
    .nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-2]:hover .nectar_icon:before {
        opacity: 1
    }

.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-1]:before,
.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-2]:before,
.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-1] .nectar_icon:before,
.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-2] .nectar_icon:before {
    position: absolute;
    z-index: -1;
    content: ' ';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 100px;
    -webkit-transition: opacity .45s cubic-bezier(.25, 1, .33, 1);
    transition: opacity .45s cubic-bezier(.25, 1, .33, 1)
}

.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-1] .nectar_icon:before,
.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-2] .nectar_icon:before {
    opacity: 1
}

.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-1] .nectar_icon:before,
.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-2] .nectar_icon:before {
    background-color: #f6f6f6
}

.nectar_icon_wrap[data-border-thickness="1px"] .nectar_icon {
    border-width: 1px
}

.nectar_icon_wrap[data-border-thickness="2px"] .nectar_icon {
    border-width: 2px
}

.nectar_icon_wrap[data-border-thickness="3px"] .nectar_icon {
    border-width: 3px
}

.nectar_icon_wrap[data-border-thickness="4px"] .nectar_icon {
    border-width: 4px
}

.nectar_icon_wrap[data-border-thickness="5px"] .nectar_icon {
    border-width: 5px
}

.nectar_icon_wrap[data-style=border-basic] .nectar_icon i {
    text-align: center
}

.nectar_icon_wrap a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.iwithtext {
    position: relative
}

    .iwithtext .iwt-icon {
        position: absolute;
        left: 0;
        top: 0
    }

        .iwithtext .iwt-icon img {
            width: 35px;
            height: auto;
            padding: 0
        }

.row .col .iwithtext .iwt-icon img:not([srcset]) {
    width: 35px
}

.span_10.iwt h2 {
    line-height: 20px
}

.span_10.iwt h3 {
    line-height: 18px
}

.iwithtext .iwt-text {
    padding-left: 55px
}

.main-content .vc_span2 .iwithtext .iwt-icon,
.main-content .vc_col-sm-2 .iwithtext .iwt-icon {
    top: -2px
}

    .main-content .vc_span2 .iwithtext .iwt-icon i,
    .main-content .vc_col-sm-2 .iwithtext .iwt-icon i {
        font-size: 26px;
        line-height: 26px;
        width: 26px;
        height: 26px
    }

    .main-content .vc_span2 .iwithtext .iwt-icon img,
    .main-content .vc_col-sm-2 .iwithtext .iwt-icon img {
        width: 26px
    }

        .main-content .vc_span2 .iwithtext .iwt-icon img:not([srcset]),
        .main-content .vc_col-sm-2 .iwithtext .iwt-icon img:not([srcset]) {
            width: 26px
        }

.main-content .vc_span2 .iwithtext .iwt-text,
.main-content .vc_col-sm-2 .iwithtext .iwt-text {
    padding-left: 45px
}

img.img-with-animation,
.col.has-animation,
.wpb_column.has-animation,
.nectar_cascading_images .cascading-image .inner-wrap,
.nectar-fancy-box.has-animation {
    opacity: 0;
    position: relative
}

    .wpb_column.has-animation[data-animation*=reveal] {
        opacity: 1
    }

    img.img-with-animation[data-animation=grow-in].full-opacity {
        opacity: 1
    }

html:not(.js) img.img-with-animation,
html:not(.js) .col.has-animation,
html:not(.js) .wpb_column.has-animation {
    opacity: 1
}

img.img-with-animation[data-animation=none],
.nectar_cascading_images .cascading-image[data-animation=none] .inner-wrap {
    opacity: 1
}

.col.has-animation[data-animation=zoom-out] {
    transform: translateZ(0) scale(1.2);
    opacity: 0
}

.col.has-animation[data-animation=slight-twist] {
    transform: rotateY(20deg) rotateZ(-4deg);
    opacity: 0
}

img.img-with-animation[data-animation=grow-in],
.col.has-animation[data-animation=grow-in],
.wpb_column.has-animation[data-animation=grow-in],
.nectar-fancy-box.has-animation[data-animation=grow-in] {
    opacity: 0;
    transform: scale(.75);
    -webkit-transform: scale(.75);
    transition: opacity .6s cubic-bezier(.15, .84, .35, 1.25), background-color .35s cubic-bezier(.65, 0, .35, 1);
    -webkit-transition: opacity .6s cubic-bezier(.15, .84, .35, 1.25), background-color .35s cubic-bezier(.65, 0, .35, 1);
    -webkit-backface-visibility: hidden
}

.nectar_cascading_images .cascading-image[data-animation=grow-in] .inner-wrap {
    -webkit-transform: scale(.75);
    transform: scale(.75)
}

img.img-with-animation[data-animation=flip-in],
.col.has-animation[data-animation=flip-in],
.wpb_column.has-animation[data-animation=flip-in],
.nectar-fancy-box.has-animation[data-animation=flip-in] {
    opacity: 0;
    transform: rotateY(25deg);
    -webkit-transform: rotateY(25deg);
    -webkit-transition: opacity 1s ease, background-color .35s cubic-bezier(.65, 0, .35, 1);
    transition: opacity 1s ease, background-color .35s cubic-bezier(.65, 0, .35, 1)
}

.nectar_cascading_images .cascading-image[data-animation=flip-in] .inner-wrap {
    transform: rotateY(25deg);
    -webkit-transform: rotateY(25deg)
}

.flip-in-vertical-wrap {
    -webkit-perspective: 2000px;
    perspective: 2000px
}

img.img-with-animation[data-animation=flip-in-vertical],
.col.has-animation[data-animation=flip-in-vertical],
.wpb_column.has-animation[data-animation=flip-in-vertical],
.nectar-fancy-box.has-animation[data-animation=flip-in-vertical] {
    opacity: 0;
    transform: rotateX(-45deg) translateY(120px);
    -webkit-transform: rotateX(-45deg) translateY(120px);
    transition: opacity 1s ease, background-color .35s cubic-bezier(.65, 0, .35, 1);
    -webkit-transition: opacity 1s ease, background-color .35s cubic-bezier(.65, 0, .35, 1)
}

img.img-with-animation[data-shadow=small_depth],
.wpb_column[data-shadow=small_depth],
.nectar_cascading_images .cascading-image[data-shadow=small_depth] .img-wrap,
.nectar_cascading_images .cascading-image[data-shadow=small_depth] .bg-color,
.nectar-video-box[data-shadow=small_depth]:before,
.nectar-flickity[data-shadow=small_depth] .cell {
    box-shadow: 0 10px 50px rgba(0, 0, 0, .08), 0 13px 45px rgba(0, 0, 0, .08)
}

img.img-with-animation[data-shadow=medium_depth],
.wpb_column[data-shadow=medium_depth],
.nectar_cascading_images .cascading-image[data-shadow=medium_depth] .img-wrap,
.nectar_cascading_images .cascading-image[data-shadow=medium_depth] .bg-color,
.nectar-video-box[data-shadow=medium_depth]:before,
.nectar-flickity[data-shadow=medium_depth] .cell {
    box-shadow: 0 30px 80px rgba(0, 0, 0, .14), 0 20px 70px rgba(0, 0, 0, .12)
}

img.img-with-animation[data-shadow=large_depth],
.wpb_column[data-shadow=large_depth],
.nectar_cascading_images .cascading-image[data-shadow=large_depth] .img-wrap,
.nectar_cascading_images .cascading-image[data-shadow=large_depth] .bg-color,
.nectar-video-box[data-shadow=large_depth]:before {
    box-shadow: 0 40px 100px rgba(0, 0, 0, .15), 0 25px 80px rgba(0, 0, 0, .1)
}

.nectar-flickity[data-shadow=large_depth] .cell {
    box-shadow: 0 35px 55px rgba(0, 0, 0, .08), 0 25px 63px rgba(0, 0, 0, .08)
}

img.img-with-animation[data-shadow=x_large_depth],
.wpb_column[data-shadow=x_large_depth],
.nectar_cascading_images .cascading-image[data-shadow=x_large_depth] .img-wrap,
.nectar_cascading_images .cascading-image[data-shadow=x_large_depth] .bg-color,
.nectar-video-box[data-shadow=x_large_depth]:before,
.nectar-flickity[data-shadow=x_large_depth] .cell {
    box-shadow: 0 60px 135px rgba(0, 0, 0, .14), 0 15px 65px rgba(0, 0, 0, .14)
}

img.img-with-animation[data-animation=fade-in-from-left] {
    transform: translateX(-75px);
    -webkit-transform: translateX(-75px);
    padding-right: 30px
}

    img.img-with-animation[data-animation=fade-in-from-left][data-shadow*=_depth] {
        padding-right: 0
    }

.col.has-animation[data-animation=fade-in-from-left],
.wpb_column.has-animation[data-animation=fade-in-from-left],
.nectar-fancy-box.has-animation[data-animation=fade-in-from-left] {
    transform: translateX(-45px);
    -webkit-transform: translateX(-45px)
}

.nectar_cascading_images .cascading-image[data-animation=fade-in-from-left] .inner-wrap {
    transform: translateX(-60px);
    -webkit-transform: translateX(-60px)
}

img.img-with-animation[data-animation=fade-in-from-right] {
    transform: translateX(75px);
    -webkit-transform: translateX(75px)
}

.col.has-animation[data-animation=fade-in-from-right],
.wpb_column.has-animation[data-animation=fade-in-from-right],
.nectar-fancy-box.has-animation[data-animation=fade-in-from-right] {
    transform: translateX(45px);
    -webkit-transform: translateX(45px)
}

.nectar_cascading_images .cascading-image[data-animation=fade-in-from-right] .inner-wrap {
    transform: translateX(60px);
    -webkit-transform: translateX(60px)
}

img.img-with-animation[data-animation=fade-in-from-bottom] {
    transform: translateY(100px);
    -webkit-transform: translateY(100px)
}

.col.has-animation[data-animation=fade-in-from-bottom],
.wpb_column.has-animation[data-animation=fade-in-from-bottom],
.nectar-fancy-box.has-animation[data-animation=fade-in-from-bottom] {
    transform: translateY(50px);
    -webkit-transform: translateY(50px)
}

.nectar_cascading_images .cascading-image[data-animation=fade-in-from-bottom] .inner-wrap {
    transform: translateY(60px);
    -webkit-transform: translateY(60px)
}

img.img-with-animation[data-animation=fade-in-from-left],
img.img-with-animation[data-animation=fade-in-from-right],
.nectar-fancy-box.has-animation[data-animation=fade-in-from-right] {
    margin: 0 auto
}

.img-with-aniamtion-wrap,
body .wpb_wrapper > .img-with-aniamtion-wrap {
    line-height: 0;
    margin-bottom: 0
}

.center img.img-with-animation {
    margin: 0 auto;
    display: block
}

.right.img-with-aniamtion-wrap {
    text-align: right
}

    .right.img-with-aniamtion-wrap img {
        display: inline-block
    }

    .right.img-with-aniamtion-wrap[data-max-width="110%"] img,
    .right.img-with-aniamtion-wrap[data-max-width="125%"] img,
    .right.img-with-aniamtion-wrap[data-max-width="150%"] img,
    .right.img-with-aniamtion-wrap[data-max-width="175%"] img,
    .right.img-with-aniamtion-wrap[data-max-width="200%"] img,
    .right.img-with-aniamtion-wrap[data-max-width="225%"] img,
    .right.img-with-aniamtion-wrap[data-max-width="250%"] img {
        display: block
    }

.img-with-aniamtion-wrap[data-max-width="50%"]:not(.right) img,
.img-with-aniamtion-wrap[data-max-width="75%"]:not(.right) img,
.img-with-aniamtion-wrap[data-max-width="110%"]:not(.right) img,
.img-with-aniamtion-wrap[data-max-width="125%"]:not(.right) img,
.img-with-aniamtion-wrap[data-max-width="150%"]:not(.right) img,
.img-with-aniamtion-wrap[data-max-width="175%"]:not(.right) img,
.img-with-aniamtion-wrap[data-max-width="200%"]:not(.right) img,
.img-with-aniamtion-wrap[data-max-width="225%"]:not(.right) img,
.img-with-aniamtion-wrap[data-max-width="250%"]:not(.right) img {
    backface-visibility: hidden
}

.wpb_column.has-animation[data-animation*=reveal] {
    overflow: hidden
}

    .wpb_column.has-animation[data-animation*=reveal] .column-inner-wrap {
        overflow: hidden;
        height: 100%;
        width: 100%
    }

.img-with-aniamtion-wrap[data-max-width="110%"] .inner {
    width: 110%;
    display: block
}

.img-with-aniamtion-wrap[data-max-width="125%"] .inner {
    width: 125%;
    display: block
}

.img-with-aniamtion-wrap[data-max-width="150%"] .inner {
    width: 150%;
    display: block
}

.img-with-aniamtion-wrap[data-max-width="165%"] .inner {
    width: 165%;
    display: block
}

.img-with-aniamtion-wrap[data-max-width="175%"] .inner {
    width: 175%;
    display: block
}

.img-with-aniamtion-wrap[data-max-width="200%"] .inner {
    width: 200%;
    display: block
}

.img-with-aniamtion-wrap[data-max-width="225%"] .inner {
    width: 225%;
    display: block
}

.img-with-aniamtion-wrap[data-max-width="250%"] .inner {
    width: 250%;
    display: block
}

.img-with-aniamtion-wrap[data-max-width="110%"].center .inner {
    margin-left: -5%
}

.img-with-aniamtion-wrap[data-max-width="125%"].center .inner {
    margin-left: -12.5%
}

.img-with-aniamtion-wrap[data-max-width="150%"].center .inner {
    margin-left: -25%
}

.img-with-aniamtion-wrap[data-max-width="165%"].center .inner {
    margin-left: -32.5%
}

.img-with-aniamtion-wrap[data-max-width="175%"].center .inner {
    margin-left: -37.5%
}

.img-with-aniamtion-wrap[data-max-width="200%"].center .inner {
    margin-left: -50%
}

.img-with-aniamtion-wrap[data-max-width="225%"].center .inner {
    margin-left: -62.5%
}

.img-with-aniamtion-wrap[data-max-width="250%"].center .inner {
    margin-left: -75%
}

.img-with-aniamtion-wrap.right[data-max-width="110%"] .inner {
    margin-left: -10%
}

.img-with-aniamtion-wrap.right[data-max-width="125%"] .inner {
    margin-left: -25%
}

.img-with-aniamtion-wrap.right[data-max-width="150%"] .inner {
    margin-left: -50%
}

.img-with-aniamtion-wrap.right[data-max-width="165%"] .inner {
    margin-left: -65%
}

.img-with-aniamtion-wrap.right[data-max-width="175%"] .inner {
    margin-left: -75%
}

.img-with-aniamtion-wrap.right[data-max-width="200%"] .inner {
    margin-left: -100%
}

.img-with-aniamtion-wrap.right[data-max-width="225%"] .inner {
    margin-left: -125%
}

.img-with-aniamtion-wrap.right[data-max-width="250%"] .inner {
    margin-left: -150%
}

.img-with-aniamtion-wrap[data-max-width="50%"] img,
.nectar-flickity:not(.masonry) .flickity-slider .cell .img-with-aniamtion-wrap[data-max-width="50%"] img {
    max-width: 50%;
    width: auto
}

.img-with-aniamtion-wrap[data-max-width="75%"] img,
.nectar-flickity:not(.masonry) .flickity-slider .cell .img-with-aniamtion-wrap[data-max-width="75%"] img {
    max-width: 75%;
    width: auto
}

.img-with-aniamtion-wrap[data-max-width="110%"] img,
.img-with-aniamtion-wrap[data-max-width="125%"] img,
.img-with-aniamtion-wrap[data-max-width="150%"] img,
.img-with-aniamtion-wrap[data-max-width="175%"] img,
.img-with-aniamtion-wrap[data-max-width="200%"] img,
.img-with-aniamtion-wrap[data-max-width="225%"] img,
.img-with-aniamtion-wrap[data-max-width="250%"] img {
    max-width: 100%;
    width: auto
}

.wpb_column.has-animation[data-animation*=reveal] .column-inner-wrap.no-transform,
.wpb_column.has-animation[data-animation*=reveal] .column-inner-wrap.no-transform .column-inner {
    transform: none;
    -webkit-transform: none
}

@media only screen and (min-width:690px) {
    .vc_row-o-equal-height .wpb_column.has-animation[data-animation*=reveal] > .column-inner-wrap {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        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
    }

    .vc_row-o-equal-height.vc_row-o-content-middle .wpb_column.has-animation[data-animation*=reveal] > .column-inner-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: auto
    }

    .vc_row-o-equal-height.vc_row-o-content-bottom .wpb_column.has-animation[data-animation*=reveal] > .column-inner-wrap,
    .vc_row-o-equal-height.vc_row-o-content-bottom .wpb_column.has-animation[data-animation*=reveal] > .column-inner-wrap > .column-inner {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.wpb_column .column-inner[data-bg-cover=true],
.wpb_column[data-bg-cover=true] {
    background-size: cover;
    background-position: center
}

@media only screen and (min-width:1000px) {
    .wpb_column.has-animation[data-animation=reveal-from-bottom] .column-inner-wrap {
        transform: translateY(100%);
        -webkit-transform: translateY(100%)
    }

    .wpb_column.has-animation[data-animation=reveal-from-bottom] .column-inner {
        transform: translateY(-90%);
        -webkit-transform: translateY(-90%)
    }

    .wpb_column.has-animation[data-animation=reveal-from-top] .column-inner-wrap {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%)
    }

    .wpb_column.has-animation[data-animation=reveal-from-top] .column-inner {
        transform: translateY(90%);
        -webkit-transform: translateY(90%)
    }

    .wpb_column.has-animation[data-animation=reveal-from-left] .column-inner-wrap {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%)
    }

    .wpb_column.has-animation[data-animation=reveal-from-left] .column-inner {
        transform: translateX(90%);
        -webkit-transform: translateX(90%)
    }

    .wpb_column.has-animation[data-animation=reveal-from-right] .column-inner-wrap {
        transform: translateX(100%);
        -webkit-transform: translateX(100%)
    }

    .wpb_column.has-animation[data-animation=reveal-from-right] .column-inner {
        transform: translateX(-90%);
        -webkit-transform: translateX(-90%)
    }
}

.vc_ie-flexbox-fixer {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

    .vc_ie-flexbox-fixer > .vc_row {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        box-sizing: border-box;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox
    }

@-webkit-keyframes pulsate {
    from {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(3)
    }
}

@keyframes pulsate {
    from {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(3)
    }
}

@keyframes nectarBounceIn {
    0% {
        transform: translateY(80px);
        opacity: 0
    }

    33% {
        transform: translateY(-13px);
        opacity: 1
    }

    66% {
        transform: translateY(4px);
        opacity: 1
    }

    100% {
        transform: translateY(0px);
        opacity: 1
    }
}

@-webkit-keyframes nectarBounceIn {
    0% {
        transform: translateY(80px);
        opacity: 0
    }

    33% {
        transform: translateY(-13px);
        opacity: 1
    }

    66% {
        transform: translateY(4px);
        opacity: 1
    }

    100% {
        transform: translateY(0px);
        opacity: 1
    }
}

html:not(.js) #contact-map,
html:not(.js) .nectar-google-map {
    display: none
}

.grecaptcha-badge {
    z-index: 100
}

#contact-map {
    width: 100%;
    height: 370px;
    margin-bottom: 30px
}

body.page-template-template-contact[data-header-resize="1"] .container-wrap {
    padding-top: 0
}

.gm-style-iw {
    color: #777
}

#contact-map div,
.nectar-google-map div {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.wpb_wrapper > .nectar-google-map,
.nectar-google-map {
    margin-bottom: 0
}

    .nectar-google-map img {
        max-width: none !important
    }

.wpb_column.centered-text .nectar-google-map img {
    display: block
}

body[data-bg-header=true] #contact-map {
    margin-top: -30px
}

.contact-info {
    padding-left: 20px
}

body.page-template-template-contact-php .page-header-no-bg .col.section-title {
    border-bottom: 0
}

body.page-template-template-contact-php #page-header-bg {
    margin-bottom: 0
}

.gm-style .gm-style-iw,
.gm-style .gm-style-iw a,
.gm-style .gm-style-iw span,
.gm-style .gm-style-iw label,
.gm-style .gm-style-iw div {
    font-family: arial;
    letter-spacing: 0;
    line-height: 20px
}

.nectar-google-map .animated-dot,
.nectar-leaflet-map .animated-dot {
    width: 20px;
    height: 20px;
    left: -9px;
    top: -5px;
    position: relative
}

    .nectar-google-map .animated-dot .middle-dot,
    .nectar-leaflet-map .animated-dot .middle-dot {
        width: 16px;
        height: 16px;
        border-radius: 30px;
        position: absolute;
        left: 2px;
        top: 2px;
        transform-origin: 50% 50%;
        animation-fill-mode: forwards;
        animation-iteration-count: infinite
    }

.nectar-google-map[data-dark-color-scheme="1"] .animated-dot .middle-dot:after {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: ' ';
    background-color: #fff;
    border-radius: 30px;
    z-index: 100;
    opacity: 0;
    animation: animationSignal2 cubic-bezier(0, .55, .55, 1) 2s;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    animation-delay: .78s;
    animation-iteration-count: infinite
}

.nectar-google-map .animated-dot .signal,
.nectar-leaflet-map .animated-dot .signal {
    width: 180px;
    pointer-events: none;
    height: 180px;
    border-radius: 200px;
    position: absolute;
    left: -80px;
    top: -80px;
    opacity: 0;
    -webkit-animation: animationSignal cubic-bezier(0, .55, .55, 1) 2s;
    animation: animationSignal cubic-bezier(0, .55, .55, 1) 2s;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    animation-delay: .78s;
    animation-iteration-count: infinite
}

.nectar-google-map .animated-dot .signal2,
.nectar-leaflet-map .animated-dot .signal2 {
    width: 180px;
    height: 180px;
    pointer-events: none;
    border-radius: 200px;
    position: absolute;
    left: -80px;
    top: -80px;
    opacity: 0;
    -webkit-animation: animationSignal cubic-bezier(0, .55, .55, 1) 2s;
    animation: animationSignal cubic-bezier(0, .55, .55, 1) 2s;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    animation-iteration-count: infinite
}

.nectar-leaflet-map .nectar-leaflet-pin {
    width: 34px;
    height: 34px;
    font-size: 0;
    border: 10px solid #3452ff;
    border-radius: 50% 50% 50% 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    background-color: #fff
}

.nectar-leaflet-map:not([data-marker-style=nectar]) .leaflet-marker-icon:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAQAAAACach9AAACMUlEQVR4Ae3ShY7jQBAE0Aoz/f9/HTMzhg1zrdKUrJbdx+Kd2nD8VNudfsL/Th///dyQN2TH6f3y/BGpC379rV+S+qqetBOxImNQXL8JCAr2V4iMQXHGNJxeCfZXhSRBcQMfvkOWUdtfzlLgAENmZDcmo2TVmt8OSM2eXxBp3DjHSMFutqS7SbmemzBiR+xpKCNUIRkdkkYxhAkyGoBvyQFEJEefwSmmvBfJuJ6aKqKWnAkvGZOaZXTUgFqYULWNSHUckZuR1HIIimUExutRxwzOLROIG4vKmCKQt364mIlhSyzAf1m9lHZHJZrlAOMMztRRiKimp/rpdJDc9Awry5xTZCte7FHtuS8wJgeYGrex28xNTd086Dik7vUMscQOa8y4DoGtCCSkAKlNwpgNtphjrC6MIHUkR6YWxxs6Sc5xqn222mmCRFzIt8lEdKx+ikCtg91qS2WpwVfBelJCiQJwvzixfI9cxZQWgiSJelKnwBElKYtDOb2MFbhmUigbReQBV0Cg4+qMXSxXSyGUn4UbF8l+7qdSGnTC0XLCmahIgUHLhLOhpVCtw4CzYXvLQWQbJNmxoCsOKAxSgBJno75avolkRw8iIAFcsdc02e9iyCd8tHwmeSSoKTowIgvscSGZUOA7PuCN5b2BX9mQM7S0wYhMNU74zgsPBj3HU7wguAfnxxjFQGBE6pwN+GjME9zHY7zGp8wVxMShYX9NXvEWD3HbwJf4giO4CFIQxXScH1/TM+04kkBiAAAAAElFTkSuQmCC);
    position: absolute;
    z-index: -1;
    display: block;
    top: 2px;
    left: 9px;
    width: 41px;
    height: 41px;
    content: '';
    -webkit-transform: rotate(13deg);
    transform: rotate(13deg)
}

.nectar-leaflet-map .leaflet-marker-icon {
    overflow: visible;
    background-color: transparent;
    border: none
}

.nectar-leaflet-map[data-greyscale="1"] > .leaflet-map-pane .leaflet-tile-container {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

@-webkit-keyframes animationSignal {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    1% {
        opacity: .25
    }

    20% {
        opacity: .25
    }

    60% {
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes animationSignal2 {
    0% {
        opacity: 0
    }

    1% {
        opacity: .2
    }

    20% {
        opacity: .17
    }

    60% {
        opacity: 0
    }
}

@keyframes animationSignal {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    1% {
        opacity: .25
    }

    20% {
        opacity: .25
    }

    60% {
        transform: scale(1);
        opacity: 0
    }
}

@keyframes animationSignal2 {
    0% {
        opacity: 0
    }

    1% {
        opacity: .2
    }

    20% {
        opacity: .17
    }

    60% {
        opacity: 0
    }
}

.nectar-milestone {
    text-align: center
}

    .nectar-milestone:not(.animated-in) {
        opacity: 0
    }

    .span_12.right .nectar-milestone,
    .nectar-milestone[data-ms-align=right] {
        text-align: right
    }

    .nectar-milestone[data-ms-align=left] {
        text-align: left
    }

.span_12.right .nectar-milestone[data-symbol-alignment=superscript] {
    padding-right: 40px
}

body .nectar-milestone .number h1,
body .nectar-milestone .number h2,
body .nectar-milestone .number h3,
body .nectar-milestone .number h4,
body .nectar-milestone .number h5 {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    display: inline-block
}

.nectar-milestone .number {
    font-size: 62px;
    line-height: 62px;
    font-family: 'Open Sans';
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
    display: inline-block
}

.nectar-milestone.motion_blur .number span:not(.in-sight) {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    opacity: 0
}

.nectar-milestone.motion_blur .number span {
    display: inline-block
}

body .nectar-milestone .subject {
    letter-spacing: .5px;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px
}

.nectar-milestone .number .symbol-wrap {
    display: inline-block
}

.nectar-milestone[data-symbol-alignment=superscript] .number .symbol-wrap {
    transform: translateX(103%);
    -webkit-transform: translateX(103%);
    top: 0;
    right: 0;
    position: absolute;
    display: inline;
    font-size: 30px;
    line-height: 34px
}

.nectar-milestone[data-symbol-alignment=superscript][data-symbol-pos=before] .number .symbol-wrap {
    transform: translateX(-103%);
    -webkit-transform: translateX(-103%);
    right: auto;
    left: 0
}

.milestone-wrap {
    text-align: center
}

.morphing-outline {
    visibility: visible;
    padding: 90px 50px;
    text-align: center
}

    .morphing-outline .inner {
        -webkit-transition: color .35s cubic-bezier(.65, 0, .35, 1);
        transition: color .35s cubic-bezier(.65, 0, .35, 1);
        position: relative;
        display: inline-block;
        line-height: 1;
        z-index: 1;
        -webkit-perspective: 1000;
        text-align: center
    }

        .morphing-outline .inner p {
            padding-bottom: 10px
        }

body .wpb_column:hover > .wpb_wrapper > .morphing-outline .inner > * {
    transform: scale(1.11);
    -webkit-transform: scale(1.11)
}

body .wpb_column > .wpb_wrapper > .morphing-outline .inner > h5 {
    transform: scale(.68);
    -webkit-transform: scale(.68)
}

body .wpb_column:hover > .wpb_wrapper > .morphing-outline .inner > h5 {
    transform: scale(.77);
    -webkit-transform: scale(.77)
}

.morphing-outline .inner > * {
    color: #fff;
    -webkit-transition: color .35s cubic-bezier(.65, 0, .35, 1), transform .35s cubic-bezier(.65, 0, .35, 1);
    transition: color .35s cubic-bezier(.65, 0, .35, 1), transform .35s cubic-bezier(.65, 0, .35, 1)
}

    .morphing-outline .inner > *:last-child {
        margin-bottom: 0;
        padding-bottom: 0
    }

.morphing-outline .inner:after {
    -webkit-transition: all .35s cubic-bezier(.65, 0, .35, 1);
    transition: all .35s cubic-bezier(.65, 0, .35, 1);
    height: 100%;
    width: 100%;
    position: absolute;
    left: -62px;
    top: -92px;
    padding: 80px 50px;
    z-index: -1;
    border-width: 12px;
    border-style: solid;
    border-color: #fff;
    display: block;
    content: '';
    border-radius: 50%
}

body[data-button-style=default] .wpb_column > .wpb_wrapper > .morphing-outline .inner:after,
body[data-button-style=default] .wpb_column > .vc_column-inner > .wpb_wrapper > .morphing-outline .inner:after {
    border-radius: 0
}

body[data-button-style=default] .wpb_column:hover > .wpb_wrapper > .morphing-outline .inner:after,
body[data-button-style=default] .wpb_column:hover > .vc_column-inner > .wpb_wrapper > .morphing-outline .inner:after {
    border-radius: 50%
}

.wpb_column:hover > .wpb_wrapper > .morphing-outline .inner:after,
.wpb_column:hover > .vc_column-inner > .wpb_wrapper > .morphing-outline .inner:after {
    border-radius: 0;
    border-color: #fff
}

.wpb_column:hover > .wpb_wrapper > .morphing-outline .inner > *,
.wpb_column:hover > .vc_column-inner > .wpb_wrapper > .morphing-outline .inner > * {
    color: #fff
}

.page-submenu:not(.stuck) {
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important
}

.page-submenu.stuck {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all .3s;
    -webkit-transition: all .3s
}

    .page-submenu.stuck.header-not-visible {
        transition: all .2s;
        -webkit-transition: all .2s
    }

    .page-submenu.stuck .full-width-content,
    .full-width-content > .span_12 > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper .page-submenu:not(.stuck) > .full-width-content {
        margin-left: 0 !important
    }

.page-submenu .full-width-section,
.page-submenu .full-width-content {
    height: auto !important
}

.page-submenu ul {
    margin: 0;
    color: inherit
}

@media only screen and (min-width:1000px) {
    .page-submenu ul {
        display: block !important;
        height: auto !important
    }
}

.page-submenu[data-alignment=left] {
    text-align: left
}

.page-submenu[data-alignment=center] {
    text-align: center
}

.page-submenu[data-alignment=right] {
    text-align: right
}

    .page-submenu[data-alignment=right] .full-width-section ul li:last-child {
        margin-right: 0
    }

.page-submenu[data-alignment=left] .full-width-section ul li:first-child {
    margin-left: 0
}

.page-submenu[data-alignment=left] .full-width-content ul li:first-child {
    margin-left: 25px
}

.page-submenu[data-alignment=right] .full-width-content ul li:last-child {
    margin-right: 33px
}

.page-submenu li {
    display: inline-block;
    margin: 0 25px 0 0;
    color: inherit
}

body .page-submenu li a {
    color: inherit;
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    opacity: .7
}

.page-submenu li a:hover,
.page-submenu.stuck .current-menu-item a {
    opacity: 1;
    color: inherit
}

.page-submenu .mobile-menu-link {
    padding: 16px 20px;
    border-left: 1px solid rgba(255, 255, 255, .2);
    border-right: 1px solid rgba(255, 255, 255, .2);
    color: inherit;
    display: none;
    line-height: 17px
}

.page-submenu[data-bg-color="#fff"] .mobile-menu-link {
    border-left: 1px solid rgba(0, 0, 0, .08);
    border-right: 1px solid rgba(0, 0, 0, .08)
}

.salient-page-submenu-icon {
    font-size: 16px;
    float: left;
    margin-right: 8px
}

    .salient-page-submenu-icon:before {
        content: '\e067'
    }

.nectar-progress-bar,
.wpb_wrapper > .nectar-progress-bar {
    margin-bottom: 0
}

    .nectar-progress-bar .bar-wrap {
        margin-bottom: 13px;
        border-radius: 300px;
        -webkit-border-radius: 300px;
        background-color: #ebebeb;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .09) inset;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .09) inset;
        -o-box-shadow: 0 1px 2px rgba(0, 0, 0, .09) inset
    }

    .nectar-progress-bar span {
        height: 14px;
        width: 0;
        display: block;
        background-color: #000;
        border-radius: 300px;
        -webkit-border-radius: 300px
    }

    .nectar-progress-bar p {
        padding-bottom: 2px
    }

    .nectar-progress-bar span {
        overflow: visible;
        position: relative
    }

        .nectar-progress-bar span strong {
            position: absolute;
            right: 0;
            top: -23px;
            opacity: 0;
            display: block;
            font-family: 'Open Sans';
            font-weight: 600;
            border-radius: 2px;
            -webkit-border-radius: 2px
        }

            .nectar-progress-bar span strong i {
                font-style: normal;
                font-family: 'Open Sans';
                font-weight: 600;
                letter-spacing: 0;
                text-transform: none
            }

body .nectar-progress-bar span strong,
body .nectar-progress-bar .bar-wrap span strong i,
body .nectar-progress-bar .bar-wrap span strong {
    font-size: 11px !important;
    line-height: 12px !important
}

.nectar-progress-bar span strong.full:after {
    left: 15px
}

.nectar-progress-bar span strong.full {
    width: 43px;
    text-align: right
}

body .vc_pie_chart .vc_pie_chart_value {
    font-size: 42px;
    font-family: 'Open Sans';
    font-weight: 300
}

body .vc_pie_chart .wpb_pie_chart_heading {
    font-family: 'Open Sans';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 12px;
    margin-bottom: 0;
    letter-spacing: 2px
}

body .vc_pie_chart_back {
    border-width: 7px;
    opacity: 0
}

body .vc_pie_chart {
    opacity: 1
}

.nectar-split-heading .heading-line {
    display: block;
    overflow: hidden;
    position: relative
}

    .nectar-split-heading .heading-line > div {
        display: block;
        transform: translateY(200%);
        -webkit-transform: translateY(200%)
    }

.nectar-split-heading h1 {
    margin-bottom: 0
}

.wpb_column[data-cfc=true] h1,
.wpb_column[data-cfc=true] h2,
.wpb_column[data-cfc=true] h3,
.wpb_column[data-cfc=true] h4,
.wpb_column[data-cfc=true] h5,
.wpb_column[data-cfc=true] h6,
.wpb_column[data-cfc=true] p {
    color: inherit
}

blockquote .image-icon[data-shadow=true] {
    box-shadow: 0px 15px 37px rgba(0, 0, 0, .15)
}

.span_12.light .flickity-page-dots .dot:before,
.testimonial_slider[data-style=multiple_visible][data-color*=-light] .flickity-page-dots .dot:before {
    background-color: #fff
}

body .toggle {
    margin-bottom: 15px
}

.toggle.open h3 a {
    color: #fff;
    background-color: #000
}

body .toggle h3,
body .row .toggle h3 {
    margin-bottom: 0
}

.toggle h3 {
    position: relative;
    z-index: 10;
    font-size: 12px
}

div[data-style=default] .toggle h3 a,
div[data-style=default] .toggle h3 {
    font-size: 14px;
    line-height: 14px
}

.toggle h3 a {
    display: block;
    color: rgba(0, 0, 0, .65);
    letter-spacing: 0;
    font-size: 14px;
    line-height: 16px;
    padding: 14px 14px 16px 43px;
    font-weight: 400;
    background-color: rgba(0, 0, 0, .045);
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

    .toggle h3 a i {
        position: absolute;
        left: 13px;
        background-color: transparent;
        color: #888;
        top: 13px;
        width: 18px;
        height: 16px;
        line-height: 18px;
        font-size: 15px;
        transition: all .2s linear;
        -webkit-transition: all .2s linear
    }

.toggle.open h3 a i {
    color: #fff
}

.toggle h3 a:hover {
    background-color: rgba(0, 0, 0, .035)
}

body .toggle > div {
    padding: 10px 14px;
    border-top: 0;
    display: none;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.toggle > div .wpb_wrapper {
    margin: 0
}

.toggle > div > div:last-child {
    margin-bottom: 0 !important
}

.light .toggle > div {
    color: #676767
}

.light .toggles[data-style=default] .toggle h3 a {
    color: #fff
}

.light .toggles[data-style=default] .toggle > div {
    background-color: transparent
}

body div[data-style*=minimal] .toggle.open h3 a,
body div[data-style*=minimal] .toggle h3 a {
    background-color: transparent
}

div[data-style*=minimal] .toggle > div {
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0 0 30px;
    background-color: transparent
}

div[data-style*=minimal] .toggle h3 i {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    left: auto;
    top: 50%;
    margin-top: -15px;
    border: 2px solid #888;
    border-radius: 30px;
    -ms-transition: border-color .15s ease;
    transition: border-color .15s ease;
    -webkit-transition: border-color .15s ease
}

div[data-style=minimal] .toggle h3 a {
    padding: 30px 70px 30px 0;
    -ms-transition: color .15s ease;
    transition: color .15s ease;
    -webkit-transition: color .15s ease
}

div[data-style=minimal] .toggle {
    border-bottom: 2px solid rgba(0, 0, 0, .08);
    -ms-transition: border-color .15s ease;
    transition: border-color .15s ease;
    -webkit-transition: border-color .15s ease
}

body div[data-style=minimal] .toggle {
    margin-bottom: 0
}

div[data-style=minimal] .toggle h3 i:before {
    content: ' ';
    top: 14px;
    left: 6px;
    margin-top: -2px;
    width: 14px;
    height: 2px;
    position: absolute;
    background-color: #888;
    -ms-transition: background-color .15s ease;
    transition: background-color .15s ease;
    -webkit-transition: background-color .15s ease
}

div[data-style=minimal] .toggle h3 i:after {
    content: ' ';
    top: 6px;
    left: 14px;
    width: 2px;
    margin-left: -2px;
    height: 14px;
    position: absolute;
    background-color: #888;
    -ms-transition: transform .45s cubic-bezier(.3, .4, .2, 1), background-color .15s ease;
    transition: transform .45s cubic-bezier(.3, .4, .2, 1), background-color .15s ease;
    -webkit-transition: -webkit-transform .45s cubic-bezier(.3, .4, .2, 1), background-color .15s ease
}

.light div[data-style=minimal] .toggle {
    border-color: rgba(255, 255, 255, .2)
}

.light div[data-style*=minimal] .toggle h3 i {
    border-color: #fff
}

    .light div[data-style*=minimal] .toggle h3 i:before,
    .light div[data-style*=minimal] .toggle h3 i:after {
        background-color: #fff
    }

.light div[data-style*=minimal] .toggle h3 a {
    color: #fff
}

div[data-style*=minimal] .toggle.open i:after {
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0)
}

div[data-style=minimal_small] .toggle h3 {
    display: inline-block
}

    div[data-style=minimal_small] .toggle h3 a {
        padding: 0
    }

div[data-style=minimal_small] .toggle.default h3 a:hover,
div[data-style=minimal_small] .toggle.default.open h3 a {
    color: #000
}

div[data-style=minimal_small] .toggle.default > h3:after {
    background-color: #000
}

.span_12.light div[data-style=minimal_small] .toggle.default h3 a:hover,
.span_12.light div[data-style=minimal_small] .toggle.default.open h3 a {
    color: #fff
}

.span_12.light div[data-style=minimal_small] .toggle > h3:before {
    background-color: rgba(255, 255, 255, .2)
}

.span_12.light div[data-style=minimal_small] .toggle.default:hover > h3:after,
.span_12.light div[data-style=minimal_small] .toggle.default.open > h3:after,
.span_12.light div[data-style=minimal_small] .toggle.default > h3:after {
    background-color: #fff
}

div[data-style=minimal_small] .toggle > h3:after,
div[data-style=minimal_small] .toggle > h3:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .1);
    height: 2px;
    left: 0;
    pointer-events: none
}

div[data-style=minimal_small] .toggle > h3:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform .5s cubic-bezier(.3, .4, .1, 1);
    transition: transform .5s cubic-bezier(.3, .4, .1, 1);
    transform-origin: left
}

div[data-style=minimal_small] .toggle.open > h3:after,
div[data-style=minimal_small] .toggle:hover > h3:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

div[data-style=minimal_small] .toggle > div {
    padding-top: 1.4em;
    padding-bottom: 0
}

div[data-style=minimal_small] .toggle > h3 i {
    display: none
}

div[data-style=minimal_small] .toggle {
    margin-bottom: 1.4em
}

.nectar_video_lightbox svg,
.masonry-blog-item .video-play-button svg,
.auto_meta_overlaid_spaced article .content-inner > .play svg {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 2px;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%)
}

.nectar_video_lightbox.play_button:before,
.auto_meta_overlaid_spaced article .content-inner > .play:before {
    display: block;
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 6px solid #fff;
    z-index: 10;
    border-radius: 200px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all .4s cubic-bezier(.19, 1, .22, 1) 0s;
    -webkit-transition: all .4s cubic-bezier(.19, 1, .22, 1) 0s
}

@-webkit-keyframes pulse-1 {
    0% {
        -webkit-transform: translate3d(-50%, -50%, 0)scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(-50%, -50%, 0)scale(1.7);
        opacity: 0
    }
}

@keyframes pulse-1 {
    0% {
        transform: translate3d(-50%, -50%, 0)scale(1);
        opacity: 1
    }

    100% {
        transform: translate3d(-50%, -50%, 0)scale(1.7);
        opacity: 0
    }
}

@-webkit-keyframes pulse-2 {
    0% {
        -webkit-transform: translate3d(-50%, -50%, 0)scale(1);
        opacity: .5
    }

    100% {
        -webkit-transform: translate3d(-50%, -50%, 0)scale(1.7);
        opacity: 0
    }
}

@keyframes pulse-2 {
    0% {
        transform: translate3d(-50%, -50%, 0)scale(1);
        opacity: .5
    }

    100% {
        transform: translate3d(-50%, -50%, 0)scale(1.7);
        opacity: 0
    }
}

.nectar_video_lightbox.play_button {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0;
    display: inline-block
}

.centered-text .nectar_video_lightbox.play_button {
    margin: 0 30px
}

.nectar_video_lightbox.play_button_with_text .play {
    height: 52px;
    width: 52px;
    position: relative;
    vertical-align: middle;
    display: inline-block
}

    .nectar_video_lightbox.play_button_with_text .play > .inner-wrap {
        height: 100%;
        width: 100%;
        display: block
    }

        .nectar_video_lightbox.play_button_with_text .play > .inner-wrap:before {
            background-color: #000;
            border-radius: 200px;
            backface-visibility: hidden;
            height: 100%;
            width: 100%;
            display: block;
            content: '';
            transition: all .45s cubic-bezier(.15, .2, .1, 1) 0s;
            -webkit-transition: all .45s cubic-bezier(.15, .2, .1, 1) 0s
        }

.nectar_video_lightbox.play_button_with_text:hover .play > .inner-wrap:before {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.nectar_video_lightbox.play_button_with_text .link-text > * {
    margin-bottom: 0
}

body .nectar_video_lightbox.play_button_with_text .play:before {
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    z-index: -1
}

.nectar_video_lightbox.play_button_with_text .play:before,
.nectar_video_lightbox.play_button_with_text .play:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    -webkit-transform: scale(.35) translateY(-50%) translateX(-50%);
    -ms-transform: scale(.35) translateY(-50%) translateX(-50%);
    transform: scale(.35) translateY(-50%) translateX(-50%);
    opacity: 0;
    -webkit-animation: pulse-1 2.6s cubic-bezier(.25, .9, .2, 1) .4s infinite;
    animation: pulse-1 2.6s cubic-bezier(.25, .9, .2, 1) .4s infinite
}

.nectar_video_lightbox.play_button_with_text .play:after {
    width: 50px;
    height: 50px;
    z-index: -1;
    border-color: rgba(255, 255, 255, .4);
    -webkit-animation: pulse-1 2.6s cubic-bezier(.25, .9, .2, 1) 0s infinite;
    animation: pulse-1 2.6s cubic-bezier(.25, .9, .2, 1) 0s infinite
}

.span_12.dark .nectar_video_lightbox.play_button_with_text .play:before,
.span_12.dark .nectar_video_lightbox.play_button_with_text .play:after {
    -webkit-animation: pulse-2 2.6s cubic-bezier(.25, .9, .2, 1) .4s infinite;
    animation: pulse-2 2.6s cubic-bezier(.25, .9, .2, 1) .4s infinite
}

.span_12.dark .nectar_video_lightbox.play_button_with_text .play:after {
    -webkit-animation: pulse-2 2.6s cubic-bezier(.25, .9, .2, 1) 0s infinite;
    animation: pulse-2 2.6s cubic-bezier(.25, .9, .2, 1) 0s infinite
}

.nectar_video_lightbox.play_button_with_text svg {
    width: 14px;
    height: 14px;
    z-index: 100
}

.span_12.light .nectar_video_lightbox.play_button_with_text .link-text {
    color: #fff
}

.nectar_video_lightbox.play_button_with_text .link-text {
    display: inline-block;
    margin-left: 25px;
    color: #000;
    vertical-align: middle
}

.nectar_video_lightbox.play_button_with_text .play:before {
    display: block;
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    border-radius: 200px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.nectar_video_lightbox .play {
    display: block;
    height: 100%;
    width: 100%;
    transition: all .4s cubic-bezier(.19, 1, .22, 1) 0s;
    -webkit-transition: all .4s cubic-bezier(.19, 1, .22, 1) 0s
}

.nectar_video_lightbox path,
.span_12.dark .nectar_video_lightbox.play_button_with_text path {
    fill: #fff
}

.span_12.dark .nectar_video_lightbox path {
    fill: #000
}

.span_12.dark .nectar_video_lightbox.play_button:before {
    border: 5px solid #000
}

.nectar_video_lightbox:hover:before {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: .4
}

.nectar_video_lightbox:not(.play_button_with_text):hover .play {
    transform: scale(1.3);
    -webkit-transform: scale(1.3)
}

.span_12.dark .nectar_video_lightbox.nectar-button[data-color*=transparent] {
    border: 2px solid #000;
    color: #000
}

.nectar_video_lightbox.nectar-button[data-color*=transparent] {
    background-color: transparent;
    border: 2px solid #fff;
    opacity: 1;
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

    .nectar_video_lightbox.nectar-button[data-color*=transparent]:hover {
        color: #fff;
        border-color: transparent
    }

.nectar-video-box {
    line-height: 0;
    position: relative;
    margin-bottom: 35px
}

    .nectar-video-box img {
        transition: all .7s cubic-bezier(.2, 1, .22, 1);
        -webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1);
        margin-bottom: 0 !important;
        transform: translateZ(0) scale(1.05);
        -webkit-transform: translateZ(0) scale(1.05);
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        max-width: none !important;
        width: 100% !important
    }

    .nectar-video-box[data-hover=zoom_button] img,
    .nectar-video-box[data-hover=zoom_button]:hover img {
        transition: none;
        -webkit-transition: none;
        -webkit-transform: none;
        transform: none
    }

    .nectar-video-box .nectar_video_lightbox {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 10;
        width: 70px;
        height: 70px;
        margin-top: -35px;
        margin-left: -35px;
        color: #fff;
        display: inline-block;
        border-radius: 200px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

body .nectar-video-box[data-hover=zoom_button] .nectar_video_lightbox:after {
    background-color: #000;
    position: absolute;
    content: ' ';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 200px;
    height: 100%;
    z-index: 1;
    transition: all .7s cubic-bezier(.2, 1, .22, 1);
    -webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1)
}

.nectar-video-box:hover .nectar_video_lightbox:after {
    -webkit-transform: scale(1.14);
    transform: scale(1.14)
}

.nectar-video-box[data-hover=zoom_button] .play {
    position: relative;
    z-index: 10
}

.nectar-video-box .inner-wrap > a.full-link {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100
}

.nectar-video-box:hover img {
    transform: scale(1.14);
    -webkit-transform: scale(1.14)
}

.nectar-video-box .nectar_video_lightbox path {
    fill: #fff !important
}

body .nectar-video-box[data-hover=zoom_button] .nectar_video_lightbox {
    background-color: transparent !important
}

.nectar-video-box .inner-wrap {
    overflow: hidden
}

.nectar-video-box[data-border-radius*=px] > .inner-wrap {
    transform: translateZ(0)
}

.nectar-video-box[data-border-radius="3px"] .inner-wrap {
    border-radius: 3px
}

.nectar-video-box[data-border-radius="5px"] .inner-wrap {
    border-radius: 5px
}

.nectar-video-box[data-border-radius="10px"] .inner-wrap {
    border-radius: 10px
}

.nectar-video-box[data-border-radius="15px"] .inner-wrap {
    border-radius: 15px
}

.nectar-video-box[data-border-radius="20px"] .inner-wrap {
    border-radius: 20px
}

.nectar-video-box[data-shadow*=depth]:before {
    position: absolute;
    width: 98%;
    height: 98%;
    top: 1%;
    left: 1%;
    display: block;
    content: '';
    z-index: -1
}

.nectar-video-box[data-play-button-size=larger] .nectar_video_lightbox {
    height: 110px;
    width: 110px;
    margin-left: -55px;
    margin-top: -55px
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style=minimal-counter] > li:before,
.widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] > li:before,
body.search-results #search-results[data-layout=list-no-sidebar] article:before {
    content: counter(step-counter);
    margin-right: 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    font-weight: 700;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 10;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    line-height: 34px;
    font-size: 12px;
    pointer-events: none;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: color .4s cubic-bezier(.25, 1, .2, 1), border-color .4s cubic-bezier(.25, 1, .2, 1);
    transition: color .4s cubic-bezier(.25, 1, .2, 1), border-color .4s cubic-bezier(.25, 1, .2, 1)
}

body.search-results #search-results[data-layout=list-no-sidebar] article:before {
    height: 50px;
    width: 50px;
    font-size: 16px;
    line-height: 50px
}

body.search-results #search-results[data-layout=list-no-sidebar] article {
    counter-increment: step-counter
}

#footer-outer .widget.widget_media_image img {
    margin-bottom: 0
}

.blog-recent[data-style=list_featured_first_row] .small {
    position: relative;
    -webkit-transform: none;
    transform: none;
    top: 0;
    display: inline-block;
    vertical-align: middle
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left] > li:not(.has-img):after,
.post-area.featured_img_left article:not(.has-post-thumbnail) .article-content-wrap .post-featured-img-wrap:after {
    border-radius: 0;
    text-align: center;
    color: #fff;
    font: normal normal normal 18px/60px FontAwesome;
    content: "\f03e";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

.post-area.featured_img_left article:not(.has-post-thumbnail) .article-content-wrap .post-featured-img-wrap:after {
    font-size: 50px
}

.post-area.featured_img_left article:not(.has-post-thumbnail) .article-content-wrap .post-featured-img-wrap {
    background-color: rgba(0, 0, 0, .35)
}

    .post-area.featured_img_left article:not(.has-post-thumbnail) .article-content-wrap .post-featured-img-wrap:after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%)
    }

@media only screen and (min-width:1600px) {
    .full-width-content .vc_col-sm-12 .wpb_gallery .parallax-grid-item {
        width: 33%
    }

    .full-width-content .vc_col-sm-12 .wpb_gallery .wpb_gallery_slidesparallax_image_grid > div:nth-child(3) {
        margin-top: 0
    }
}

.wpb_gallery .parallax-grid-item img {
    width: 100%;
    max-width: none;
    height: auto
}

    .wpb_gallery .parallax-grid-item img:not([srcset]) {
        max-width: 100%
    }

.wpb_gallery .parallax-grid-item .parallaxImg-layers a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    height: 100%
}

.wpb_gallery .parallax-grid-item .item-meta p {
    opacity: .65
}

.wpb_gallery .parallax-grid-item .item-meta h4 {
    margin-bottom: 3px
}

.wpb_gallery .parallax-grid-item .item-meta {
    padding: 5% 0 0
}

.wpb_gallery_slidesparallax_image_grid > div:nth-child(2n+2) {
    padding-left: 3.3%
}

.wpb_gallery_slidesparallax_image_grid > div:nth-child(2n+1) {
    padding-right: 3.3%
}

.wpb_gallery .parallax-grid-item {
    width: 50%;
    display: inline-block;
    margin-top: 6.2%;
    vertical-align: top;
    transform: translateZ(0px)
}

.wpb_gallery_slidesparallax_image_grid > div:nth-child(1) {
    margin-top: 0
}

.wpb_gallery_slidesparallax_image_grid > div:nth-child(2) {
    margin-top: 0
}

body.cssreflections .wpb_gallery .parallax-grid-item .parallaxImg-container {
    transition: transform .2s cubic-bezier(0, 0, .65, 1);
    -webkit-transition: transform .2s cubic-bezier(0, 0, .65, 1);
    outline: 1px solid transparent;
    backface-visibility: hidden
}

html.cssreflections .wpb_gallery .parallax-grid-item .parallaxImg.transition .parallaxImg-container {
    transition: transform .8s cubic-bezier(0, 0, .55, 1);
    -webkit-transition: transform .8s cubic-bezier(0, 0, .55, 1)
}

html.cssreflections .wpb_gallery .parallax-grid-item .parallaxImg-container {
    transition: transform .5s cubic-bezier(0, 0, .55, 1);
    -webkit-transition: transform .5s cubic-bezier(0, 0, .55, 1);
    backface-visibility: hidden
}

    html.cssreflections .wpb_gallery .parallax-grid-item .parallaxImg-container:not(.over),
    html.cssreflections .wpb_gallery .parallax-grid-item .parallaxImg-container:not(.over) .parallaxImg-rendered-layer,
    html.cssreflections .wpb_gallery .parallax-grid-item .parallaxImg:not(.over) {
        transition: transform 1.1s cubic-bezier(0, 0, .2, 1);
        -webkit-transition: transform 1.1s cubic-bezier(0, 0, .2, 1)
    }

.row .col.section-title {
    margin: 0;
    padding: 0 0 36px;
    border-bottom: 1px solid #ddd
}

    .row .col.section-title.project-title,
    .row .col.section-title.blog-title {
        margin-bottom: 14px
    }

.home .row .col.section-title {
    padding: 0 0 3em
}

.row .col.section-title h1,
.row .col.section-title h2 {
    margin-bottom: 0;
    font-family: 'Open Sans';
    font-weight: 600;
    letter-spacing: -1px;
    position: relative
}

.row .col.section-title h2 {
    margin-bottom: 5px
}

.page-template-template-portfolio-php .row .col.section-title h1 {
    margin-bottom: 0
}

.row .col.section-title h1 {
    top: 3px
}

.row .col.section-title span {
    font-size: 20px;
    line-height: 20px;
    color: #888;
    top: 0;
    position: relative;
    text-transform: none;
    font-family: 'Open Sans';
    padding-left: 10px
}

#ajax-content-wrap .row .col.section-title .nectar-love span {
    line-height: 20px
}

.archive.author .row .col.section-title span,
.archive.category .row .col.section-title span,
.archive.tag .row .col.section-title span,
.archive.date .row .col.section-title span {
    padding-left: 0
}

.archive.author #page-header-wrap,
.archive.category #page-header-wrap,
.archive.tag #page-header-wrap,
.archive.date #page-header-wrap {
    height: 400px
}

    .archive.author #page-header-wrap #page-header-bg,
    .archive.category #page-header-wrap #page-header-bg,
    .archive.tag #page-header-wrap #page-header-bg,
    .archive.date #page-header-wrap #page-header-bg {
        height: 100%
    }

.row .col.section-title h1 {
    margin-bottom: 0
}

.row .col.section-title p {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 0
}

.archive.category .row .col.section-title p {
    margin-top: 10px
}

#page-header-wrap[data-animate-in-effect=slide-down],
#page-header-wrap[data-animate-in-effect=slide-down] #page-header-bg {
    transition: height .85s cubic-bezier(.725, 0, .000, .995);
    -webkit-transition: height .85s cubic-bezier(.725, 0, .000, .995)
}

body[data-ajax-transitions=true] #page-header-wrap[data-animate-in-effect=slide-down] {
    transition: height .85s .2s cubic-bezier(.725, 0, .000, .995);
    -webkit-transition: height .85s .2s cubic-bezier(.725, 0, .000, .995)
}

@media only screen and (min-width:1000px) {
    #page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out] .page-header-bg-image-wrap,
    #page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out] .nectar-video-wrap,
    .top-level .nectar-slider-wrap[data-animate-in-effect=zoom-out]:not([data-bg-animation=ken_burns]) .slide-bg-wrap,
    .nectar-recent-posts-slider[data-animate-in-effect=zoom-out] .nectar-recent-posts-slider-inner:not(.loaded) .nectar-recent-post-bg,
    body[data-aie=zoom-out] .nectar-recent-posts-single_featured .nectar-recent-post-bg {
        -webkit-transform: scale(1.11) translateZ(0);
        -ms-transform: scale(1.11) translateZ(0);
        transform: scale(1.11) translateZ(0);
        -webkit-transition: .95s 0s cubic-bezier(.3, .58, .42, .9);
        transition: .95s 0s cubic-bezier(.3, .58, .42, .9)
    }
}

body[data-apte*=horizontal_swipe] #page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out] .page-header-bg-image-wrap,
body[data-apte*=horizontal_swipe] #page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out] .nectar-video-wrap,
body[data-apte*=horizontal_swipe][data-aie=zoom-out] .nectar-recent-posts-single_featured .nectar-recent-post-bg {
    -webkit-transition: 1.25s 0s cubic-bezier(.3, .58, .42, .9);
    transition: 1.25s 0s cubic-bezier(.3, .58, .42, .9)
}

body[data-ajax-transitions=true] #page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out] .nectar-video-wrap {
    -webkit-transition: transform .95s 0s cubic-bezier(.3, .58, .42, .9);
    transition: transform .95s 0s cubic-bezier(.3, .58, .42, .9)
}

#page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out].loaded .page-header-bg-image-wrap,
#page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out].loaded .nectar-video-wrap,
.top-level .nectar-slider-wrap[data-animate-in-effect=zoom-out]:not([data-bg-animation=ken_burns]).loaded .slide-bg-wrap,
.nectar-recent-posts-slider[data-animate-in-effect=zoom-out].loaded .nectar-recent-post-bg,
#page-header-wrap #page-header-bg[data-animate-in-effect=long-zoom-out].loaded .page-header-bg-image-wrap,
#page-header-wrap #page-header-bg[data-animate-in-effect=long-zoom-out].loaded .nectar-video-wrap,
.first-nectar-slider.nectar-slider-wrap[data-animate-in-effect=long-zoom-out].loaded .image-bg,
.first-nectar-slider.nectar-slider-wrap[data-animate-in-effect=long-zoom-out].loaded .video-wrap,
.parallax_slider_outer .nectar-slider-wrap[data-animate-in-effect=long-zoom-out].loaded .slide-bg-wrap,
.nectar-recent-posts-slider[data-animate-in-effect=long-zoom-out].loaded .nectar-recent-post-bg,
.js_active body[data-aie=long-zoom-out] .nectar-recent-posts-single_featured .nectar-recent-post-bg,
.js_active body[data-aie=zoom-out] .nectar-recent-posts-single_featured .nectar-recent-post-bg {
    -webkit-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0)
}

@media only screen and (min-width:1000px) {
    body[data-aie=zoom-out] .first-section .row-bg-wrap .inner-wrap,
    body[data-aie=zoom-out] .top-level .row-bg-wrap .inner-wrap,
    body[data-aie=zoom-out] .first-section .project-slide .bg-inner-wrap {
        -webkit-transform: scale(1.11) translateZ(0);
        -ms-transform: scale(1.11) translateZ(0);
        transform: scale(1.11) translateZ(0)
    }
}

body[data-aie=zoom-out] .first-section.loaded .row-bg-wrap .inner-wrap,
body[data-aie=zoom-out] .top-level.loaded .row-bg-wrap .inner-wrap,
body[data-aie=zoom-out] .first-section.loaded .project-slide .bg-inner-wrap {
    -webkit-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: transform .95s 0s cubic-bezier(.3, .58, .42, .9);
    transition: transform .95s 0s cubic-bezier(.3, .58, .42, .9)
}

body[data-aie=zoom-out] #nectar_fullscreen_rows[data-row-bg-animation=ken_burns] .first-section .row-bg-wrap .inner-wrap {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

body[data-aie=zoom-out] .first-section .row-bg-wrap,
body[data-aie=zoom-out] .top-level .row-bg-wrap,
body[data-aie=long-zoom-out] .first-section .row-bg-wrap {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

#page-header-wrap #page-header-bg[data-animate-in-effect=long-zoom-out] .page-header-bg-image-wrap,
#page-header-wrap #page-header-bg[data-animate-in-effect=long-zoom-out] .nectar-video-wrap,
.first-nectar-slider.nectar-slider-wrap[data-animate-in-effect=long-zoom-out] .image-bg,
.first-nectar-slider.nectar-slider-wrap[data-animate-in-effect=long-zoom-out] .video-wrap,
.first-section .nectar-slider-wrap[data-animate-in-effect=long-zoom-out] .image-bg,
.first-section .nectar-slider-wrap[data-animate-in-effect=long-zoom-out] .video-wrap,
.nectar-recent-posts-slider[data-animate-in-effect=long-zoom-out] .nectar-recent-posts-slider-inner:not(.loaded) .nectar-recent-post-bg,
body[data-aie=long-zoom-out] .nectar-recent-posts-single_featured .nectar-recent-post-bg {
    -webkit-transform: scale(1.14) translateZ(0);
    -ms-transform: scale(1.14) translateZ(0);
    transform: scale(1.14) translateZ(0);
    -webkit-transition: 3.5s 0s cubic-bezier(.4, .58, .5, 1);
    transition: 3.5s 0s cubic-bezier(.4, .58, .5, 1)
}

body[data-aie=long-zoom-out] .first-section .row-bg-wrap .inner-wrap,
body[data-aie=long-zoom-out] .top-level .row-bg-wrap .inner-wrap,
body[data-aie=long-zoom-out] .first-section .nectar-video-wrap video {
    -webkit-transform: scale(1.14) translateZ(0);
    -ms-transform: scale(1.14) translateZ(0);
    transform: scale(1.14) translateZ(0)
}

body[data-aie=long-zoom-out] .first-section.loaded .row-bg-wrap .inner-wrap,
body[data-aie=long-zoom-out] .top-level.loaded .row-bg-wrap .inner-wrap,
body[data-aie=long-zoom-out] .first-section.loaded .nectar-video-wrap video,
.js_active body[data-aie=long-zoom-out] .nectar-recent-posts-single_featured .nectar-recent-post-bg {
    -webkit-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: transform 3.5s 0s cubic-bezier(.4, .58, .5, 1);
    transition: transform 3.5s 0s cubic-bezier(.4, .58, .5, 1)
}

body[data-bg-header=true] .container-wrap,
html.fp-enabled .container-wrap {
    margin-top: 0 !important;
    padding-top: 0 !important
}

#page-header-wrap {
    height: 60px;
    overflow: hidden;
    position: relative;
    background-color: #f8f8f8;
    -webkit-font-smoothing: antialiased
}

body.material #page-header-wrap,
body[data-header-resize="0"] #page-header-wrap {
    margin-top: 0
}

#page-header-bg {
    width: 100%;
    height: 60px;
    overflow: hidden;
    color: #fff;
    display: block !important;
    -webkit-font-smoothing: antialiased;
    position: relative;
    z-index: 2
}

.page-header-bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.page-header-overlay-color {
    position: static;
    height: 1px;
    width: 1px;
    margin-left: -9999px;
    pointer-events: none;
    background-color: #333
}

    .page-header-overlay-color:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: inherit;
        content: ' ';
        z-index: 10;
        opacity: .65
    }

#page-header-bg[data-bg-pos=bottom] .page-header-bg-image {
    background-position: bottom center
}

#page-header-bg[data-bg-pos=top] .page-header-bg-image {
    background-position: top center
}

#page-header-bg[data-bg-pos=center] .page-header-bg-image {
    background-position: center center
}

body[data-header-resize="0"] #page-header-bg {
    margin-top: 0
}

.page-header-no-bg {
    padding-bottom: 0;
    padding-top: 35px;
    background-color: #f8f8f8
}

.page-header-no-bg {
    z-index: 1000
}

#page-header-bg[data-parallax="1"] {
    overflow: hidden;
    margin: 0;
    position: fixed;
    z-index: 2
}

body[data-footer-reveal="1"] #page-header-bg[data-parallax="1"] {
    opacity: 1
}

#page-header-bg[data-parallax="1"] .span_6 {
    z-index: 0
}

body[data-apte=center_mask_reveal][data-ajax-transitions=true] #page-header-bg[data-parallax="1"]:not(.out-of-sight) {
    opacity: 1
}

#page-header-bg[data-parallax="1"].out-of-sight {
    pointer-events: none
}

    #page-header-bg[data-parallax="1"].out-of-sight .nectar-video-wrap {
        display: none
    }

#page-header-bg[data-alignment=center],
.page-header-no-bg[data-alignment=center] {
    text-align: center
}

#page-header-bg[data-alignment=right],
.page-header-no-bg[data-alignment=right] {
    text-align: right
}

#page-header-bg[data-alignment-v=bottom] .row,
#page-header-bg[data-alignment-v=bottom] .container,
#page-header-bg[data-alignment-v=top] .row,
#page-header-bg[data-alignment-v=top] .container,
#page-header-bg[data-alignment-v=middle] .row,
#page-header-bg[data-alignment-v=middle] .container {
    height: 100%
}

#page-header-bg[data-alignment-v=bottom] .span_6,
#page-header-bg[data-parallax="1"][data-alignment-v=bottom] .span_6,
#page-header-bg[data-alignment-v=bottom] .nectar-particles .inner-wrap {
    bottom: 26%;
    top: auto !important;
    left: 0;
    margin-bottom: 0 !important;
    position: absolute !important
}

#page-header-bg[data-alignment-v=top].fullscreen-header .nectar-particles .span_6,
#page-header-bg[data-alignment-v=middle].fullscreen-header .nectar-particles .span_6 {
    top: auto !important;
    transform: none !important;
    -webkit-transform: none !important
}

#page-header-bg[data-alignment-v=top] .span_6,
#page-header-bg[data-alignment-v=top] .nectar-particles .inner-wrap {
    left: 0;
    position: absolute
}

#page-header-bg[data-alignment-v=top] .span_6,
#page-header-bg[data-alignment-v=top] .nectar-particles .inner-wrap,
#page-header-bg[data-alignment-v=top].fullscreen-header .span_6 {
    top: 25% !important
}

#page-header-bg[data-alignment-v=bottom] .span_6 > .inner-wrap {
    transform: translateY(50%) !important;
    -webkit-transform: translateY(50%) !important
}

#page-header-bg .span_6 {
    width: 100%
}

.nectar-recent-post-slide .nectar-recent-post-bg:after,
.single [data-post-hs=default_minimal] .page-header-bg-image:after,
.archive .page-header-bg-image:after {
    background-color: rgba(45, 45, 45, .35);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: ' ';
    z-index: 1;
    display: block
}

body[data-bg-header=true].archive .container-wrap,
body[data-bg-header=true].category .container-wrap,
body[data-bg-header=true].blog .container-wrap {
    padding-top: 4.1em !important
}

    body[data-bg-header=true].archive .container-wrap.meta_overlaid_blog,
    body[data-bg-header=true].category .container-wrap.meta_overlaid_blog {
        padding-top: 0 !important
    }

#page-header-bg .row {
    z-index: 100;
    position: relative
}

html:not(.js) #page-header-bg .row,
body #page-header-bg .row {
    visibility: visible
}

html:not(.js) #page-header-bg .span_6 {
    margin-top: 120px
}

#page-header-bg h1,
.nectar-box-roll .overlaid-content h1 {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 8px;
    display: block;
    color: #fff;
    z-index: 101
}

.single.single-post .heading-title[data-header-style=default] h1 {
    margin-bottom: 8px
}

#page-header-bg #portfolio-nav a i,
#page-header-bg span,
#page-header-bg .pinterest-share i,
#page-header-bg .facebook-share i,
#page-header-bg .linkedin-share i,
#page-header-bg .twitter-share i,
#page-header-bg .google-plus-share i,
#page-header-bg .icon-salient-heart,
#page-header-bg .icon-salient-heart-2 {
    color: #fff
}

.single #page-header-bg #single-below-header > span,
.single #page-header-bg #single-meta > div > a {
    border-color: rgba(255, 255, 255, .25)
}

.single #single-meta > div > a,
.single #single-meta ul .n-shortcode a,
#project-meta ul li > a,
#project-meta ul .n-shortcode a,
#project-meta ul .project-date {
    display: block;
    border-radius: 100px;
    padding: 6px 20px !important;
    -webkit-transition: border-color .45s cubic-bezier(.25, 1, .33, 1);
    transition: border-color .45s cubic-bezier(.25, 1, .33, 1);
    height: auto;
    line-height: 20px
}

.single #single-meta ul li span,
.single #single-meta ul .n-shortcode span,
#project-meta ul li span,
#project-meta ul .n-shortcode span {
    transition: color .2s linear;
    line-height: 20px !important;
    font-family: inherit !important
}

.blog-title #single-meta .nectar-social.hover .share-btn,
.blog-title #single-meta .nectar-social.hover > div a,
.single .blog-title #single-meta > div > a,
.single .blog-title #single-meta div .n-shortcode a,
.single-product #single-meta > div > a,
#project-meta ul li > a,
#project-meta ul .n-shortcode a,
#sidebar #project-meta ul .project-date,
.ascend #sidebar #project-meta ul .project-date {
    border: 2px solid rgba(0, 0, 0, .1)
}

.ascend #sidebar #project-meta ul .project-date {
    border: 2px solid rgba(0, 0, 0, .1) !important
}

#page-header-bg .blog-title #single-meta .nectar-social.hover .share-btn,
#page-header-bg .blog-title #single-meta .nectar-social.hover > div a,
.single #page-header-bg .blog-title #single-meta > div > a,
.single #page-header-bg .blog-title #single-meta > div .n-shortcode a {
    border: 2px solid rgba(255, 255, 255, .4)
}

    #page-header-bg .blog-title #single-meta .nectar-social.hover .share-btn:hover,
    #page-header-bg .blog-title #single-meta .nectar-social.hover > div a:hover,
    .single #page-header-bg .blog-title #single-meta > div > a:hover,
    .single #page-header-bg .blog-title #single-meta div .n-shortcode:hover a {
        border: 2px solid rgba(255, 255, 255, 1)
    }

body.single #single-meta ul li:first-child {
    border: none !important
}

.single .blog-title #single-meta div i,
.single #single-meta .meta-comment-count a,
.single #single-meta ul .meta-share-count .nectar-social a,
#project-meta ul li i,
#project-meta .meta-comment-count a,
#project-meta ul .meta-share-count .nectar-social a,
#project-meta ul li span,
#project-meta ul .n-shortcode span,
#project-meta ul .project-date {
    color: #999 !important
}

.single #page-header-bg #single-meta ul li {
    border: none;
    margin: 0
}

body.single #ajax-content-wrap #single-meta ul li:first-child,
.single #page-header-bg #single-meta ul li,
.single .blog-title #single-meta ul li,
#project-meta ul li,
body.single-portfolio #ajax-content-wrap #sidebar #project-meta ul li:first-child {
    margin: 5px
}

.single #single-meta ul .meta-share-count,
#project-meta ul .meta-share-count {
    position: relative;
    z-index: 100
}

    .single #single-meta ul .meta-share-count span,
    .single #project-meta ul .meta-share-count span {
        font-size: inherit;
        padding-left: 0;
        color: #888
    }

.single #single-meta ul li i,
#project-meta ul li i {
    font-size: 16px !important;
    width: 16px;
    line-height: 22px !important;
    margin-right: 7px;
    height: 20px
}

    .single #single-meta ul li i.icon-salient-heart-2,
    #project-meta ul li i.icon-salient-heart-2 {
        line-height: 20px !important
    }

.single-post #single-meta {
    top: 50%;
    margin-top: -13px;
    float: none;
    z-index: 102;
    position: absolute
}

#page-header-bg .subheader,
.nectar-box-roll .overlaid-content .subheader {
    font-size: 28px;
    line-height: 28px;
    color: #fff !important;
    font-family: 'Open Sans';
    font-weight: 300
}

#page-header-bg[data-text-alignment=center],
.page-header-no-bg[data-text-alignment=center],
.nectar-box-roll .overlaid-content[data-text-alignment=center] {
    text-align: center
}

#page-header-bg[data-text-alignment=right],
.page-header-no-bg[data-text-alignment=right],
.nectar-box-roll .overlaid-content[data-text-alignment=right] {
    text-align: right
}

#page-header-bg[data-text-alignment=center] .span_6,
.page-header-no-bg[data-text-alignment=center] .span_6,
.nectar-box-roll .overlaid-content[data-text-alignment=center] .span_6 {
    left: 0;
    width: 100% !important
}

#page-header-bg[data-text-alignment=center] h1,
.nectar-box-roll .overlaid-content[data-text-alignment=center] h1 {
    margin-bottom: 12px
}

#page-header-bg[data-text-alignment=center] h1,
.page-header-bg[data-text-alignment=center] .subheader,
.nectar-box-roll .overlaid-content[data-text-alignment=center] .subheader {
    max-width: 900px;
    margin: 0 auto;
    display: block
}

#page-header-bg .canvas-bg {
    transition: background-color .7s ease;
    -webkit-transition: background-color .7s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

#page-header-bg .nectar-particles .span_6,
.nectar-box-roll .overlaid-content .span_6 {
    backface-visibility: visible;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: auto;
    bottom: auto;
    width: 100%;
    height: 100%
}

#page-header-bg .nectar-particles {
    width: 100%;
    height: 100%
}

    #page-header-bg .nectar-particles .inner-wrap {
        top: 0;
        left: 0;
        position: absolute;
        width: 100%
    }

    #page-header-bg .nectar-particles .span_6 .inner-wrap,
    .nectar-box-roll .overlaid-content .span_6 .inner-wrap {
        left: 0;
        position: absolute;
        width: 100%
    }

#page-header-wrap .nectar-particles .fade-out {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background-color: #000;
    pointer-events: none
}

#page-header-bg[data-alignment-v=top] .span_6 .inner-wrap {
    left: 0;
    position: absolute;
    width: 100%
}

.pagination-navigation {
    text-align: center;
    font-size: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 33px;
    transform: translateY(-50%) translateZ(0);
    -webkit-transform: translateY(-50%) translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    opacity: .5;
    line-height: 1px;
    z-index: 1000
}

@media only screen and (max-width:690px) {
    #ajax-content-wrap .pagination-navigation,
    .pagination-navigation {
        display: none
    }

    .overlaid-content svg {
        display: none
    }
}

.pagination-dot,
.pagination-current {
    transition: transform .3s cubic-bezier(.21, .6, .35, 1);
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    padding: 0;
    line-height: 17px;
    background: #fff;
    border-radius: 50%;
    margin: 12px 7px;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    opacity: 0
}

.nectar-particles .pagination-current,
.overlaid-content .pagination-current {
    position: absolute;
    left: 1px;
    top: 0;
    z-index: 100;
    display: none
}

.pagination-dot.active {
    transform: scale(1.7) !important
}

body .pagination-navigation {
    -webkit-filter: none;
    filter: none
}

#page-header-bg[data-text-effect=rotate_in] .wraped,
.overlaid-content[data-text-effect=rotate_in] .wraped {
    display: inline-block
}

    #page-header-bg[data-text-effect=rotate_in] .wraped span,
    .overlaid-content[data-text-effect=rotate_in] .wraped span,
    #page-header-bg[data-text-effect=rotate_in] .inner-wrap > *:not(.top-heading),
    .overlaid-content[data-text-effect=rotate_in] .inner-wrap > *:not(.top-heading) {
        opacity: 0;
        transform-origin: center center;
        -webkit-transform-origin: center center;
        transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d
    }

#page-header-bg .nectar-particles .inner-wrap > *:not(.top-heading),
.overlaid-content .inner-wrap > *:not(.top-heading) {
    opacity: 0;
    transform: translateY(35px);
    -webkit-transform: translateY(35px)
}

#page-header-bg[data-text-effect=rotate_in] .wraped span,
#page-header-bg[data-text-effect=rotate_in] .inner-wrap.shape-1 > *:not(.top-heading),
#page-header-bg[data-text-effect=rotate_in] > div:not(.nectar-particles) .span_6 .inner-wrap > *:not(.top-heading),
.overlaid-content[data-text-effect=rotate_in] .wraped span,
.overlaid-content[data-text-effect=rotate_in] .inner-wrap.shape-1 > *:not(.top-heading),
.overlaid-content[data-text-effect=rotate_in] .inner-wrap > *:not(.top-heading) {
    transform: rotateX(90deg) translateY(35px);
    -webkit-transform: rotateX(90deg) translateY(35px)
}

#page-header-bg[data-text-effect=rotate_in] .wraped,
#page-header-bg[data-text-effect=rotate_in] .wraped span,
.overlaid-content[data-text-effect=rotate_in] .wraped,
.overlaid-content[data-text-effect=rotate_in] .wraped span {
    display: inline-block
}

    #page-header-bg[data-text-effect=rotate_in] .wraped span,
    .overlaid-content[data-text-effect=rotate_in] .wraped span {
        transform-origin: initial;
        -webkit-transform-origin: initial
    }

.scroll-down-wrap.hidden {
    transform: translateY(55px);
    -webkit-transform: translateY(55px);
    opacity: 0
}

.scroll-down-wrap {
    transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease
}

#page-header-bg.fullscreen-header,
#page-header-wrap.fullscreen-header {
    width: 100%;
    position: relative;
    transition: none;
    -webkit-transition: none;
    z-index: 2
}

#page-header-bg[data-parallax="1"].fullscreen-header {
    position: fixed
}

#page-header-wrap.fullscreen-header {
    background-color: #2b2b2b
}

#page-header-bg.fullscreen-header .span_6 {
    opacity: 1
}

#page-header-bg.fullscreen-header[data-alignment-v=middle] .span_6 {
    top: 50% !important
}

.hidden-social-img {
    position: absolute;
    width: 1px;
    height: 1px;
    visibility: hidden;
    opacity: 0
}

.default-blog-title.fullscreen-header {
    position: relative
}

#page-header-bg[data-post-hs=default_minimal] .inner-wrap {
    text-align: center
}

    #page-header-bg[data-post-hs=default_minimal] .inner-wrap > a,
    body.material #page-header-bg.fullscreen-header .inner-wrap > a {
        color: #fff;
        font-weight: 600;
        border: 2px solid rgba(255, 255, 255, .4);
        padding: 4px 10px;
        margin: 5px 6px 0 5px;
        display: inline-block;
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
        font-size: 14px;
        line-height: 18px
    }

body.material #page-header-bg.fullscreen-header .inner-wrap > a {
    margin-bottom: 15px
}

body.material #page-header-bg.fullscreen-header .inner-wrap > a {
    border: none;
    padding: 6px 10px
}

body[data-button-style^=rounded] #page-header-bg[data-post-hs=default_minimal] .inner-wrap > a,
body[data-button-style^=rounded].material #page-header-bg.fullscreen-header .inner-wrap > a {
    border-radius: 100px
}

body.single [data-post-hs=default_minimal] #single-below-header span,
body.single .heading-title[data-header-style=default_minimal] #single-below-header span {
    line-height: 14px
}

#page-header-bg[data-post-hs=default_minimal] #single-below-header {
    text-align: center;
    position: relative;
    z-index: 100
}

    #page-header-bg[data-post-hs=default_minimal] #single-below-header span {
        float: none;
        display: inline-block
    }

#page-header-bg[data-post-hs=default_minimal] .inner-wrap > a:hover,
#page-header-bg[data-post-hs=default_minimal] .inner-wrap > a:focus {
    border-color: transparent
}

#page-header-bg.fullscreen-header .avatar,
#page-header-bg[data-post-hs=default_minimal] .avatar {
    border-radius: 100%
}

#page-header-bg.fullscreen-header .meta-author span,
#page-header-bg[data-post-hs=default_minimal] .meta-author span {
    display: block
}

#page-header-bg.fullscreen-header .meta-author img {
    margin-bottom: 0;
    height: 50px;
    width: auto
}

#page-header-bg[data-post-hs=default_minimal] .meta-author img {
    margin-bottom: 0;
    height: 40px;
    width: auto
}

#page-header-bg[data-post-hs=default_minimal] .author-section {
    position: absolute;
    bottom: 30px
}

#page-header-bg.fullscreen-header .meta-author,
#page-header-bg[data-post-hs=default_minimal] .meta-author {
    font-size: 18px
}

#page-header-bg.fullscreen-header .author-section .meta-date,
#page-header-bg[data-post-hs=default_minimal] .author-section .meta-date {
    font-size: 12px;
    color: rgba(255, 255, 255, .8)
}

    #page-header-bg.fullscreen-header .author-section .meta-date i {
        font-size: 12px
    }

    #page-header-bg[data-post-hs=default_minimal] .author-section .meta-date i {
        font-size: 11px;
        line-height: 14px
    }

#page-header-bg[data-post-hs=default_minimal] .author-section .avatar-post-info {
    position: relative;
    top: -5px
}

#page-header-bg.fullscreen-header .author-section a,
#page-header-bg[data-post-hs=default_minimal] .author-section a {
    display: block;
    margin-bottom: -2px
}

#page-header-bg[data-post-hs=default_minimal] .author-section a {
    font-size: 14px;
    line-height: 14px
}

    #page-header-bg.fullscreen-header .author-section a:hover,
    #page-header-bg[data-post-hs=default_minimal] .author-section a:hover {
        color: rgba(255, 255, 255, .85) !important
    }

#page-header-bg.fullscreen-header .author-section,
#page-header-bg[data-post-hs=default_minimal] .author-section {
    width: 100%;
    z-index: 10;
    text-align: center
}

#page-header-bg.fullscreen-header .author-section {
    margin-top: 25px
}

    #page-header-bg.fullscreen-header .author-section span,
    #page-header-bg[data-post-hs=default_minimal] .author-section span {
        padding-left: 0;
        line-height: 20px;
        font-size: 20px
    }

    #page-header-bg.fullscreen-header .author-section .avatar-post-info,
    #page-header-bg[data-post-hs=default_minimal] .author-section .avatar-post-info {
        margin-left: 10px
    }

    #page-header-bg.fullscreen-header .author-section .avatar-post-info,
    #page-header-bg.fullscreen-header .author-section .meta-author,
    #page-header-bg[data-post-hs=default_minimal] .author-section .avatar-post-info,
    #page-header-bg[data-post-hs=default_minimal] .author-section .meta-author {
        text-align: left;
        display: inline-block;
        top: 9px
    }

    #page-header-bg.fullscreen-header .author-section a,
    #page-header-bg[data-post-hs=default_minimal] .author-section a,
    #footer-outer #footer-widgets .col .tagcloud a:hover,
    #footer-outer .nectar-button:hover {
        color: #fff !important
    }

#page-header-bg .project-title .container,
#page-header-bg .heading-title {
    border: none !important;
    padding: 0
}

#page-header-bg .section-title {
    padding-bottom: 0;
    margin-bottom: 0
}

.single .heading-title {
    padding-bottom: 35px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 35px
}

.single .row .section-title {
    padding: 0;
    margin: 0
}

#page-header-bg .span_6,
#page-header-bg .nectar-particles .span_6 .inner-wrap {
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#page-header-bg[data-alignment-v=top] .span_6,
#page-header-bg[data-alignment-v=bottom] .span_6 {
    -webkit-transform: none;
    transform: none
}

#page-header-bg .nectar-particles .span_6 {
    top: 0;
    -webkit-transform: none;
    transform: none
}

.section-down-arrow,
body[data-button-style^=rounded] .scroll-down-wrap,
.scroll-down-wrap.no-border {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 60px;
    margin-left: -30px;
    z-index: 101
}

body[data-button-style*=rounded] .scroll-down-wrap {
    margin-left: -22px
}

body[data-button-style=default] .section-down-arrow i.icon-default-style[class^=icon-] {
    height: 60px;
    width: 60px;
    font-size: 20px;
    line-height: 60px;
    z-index: 10;
    animation: 3.4s ease-in-out infinite fadebottom;
    -webkit-animation: 3.4s ease-in-out infinite fadebottom
}

body[data-button-style=default] .section-down-arrow i.icon-default-style[class^=icon-],
body[data-button-style^=rounded] .section-down-arrow,
.nectar-next-section-wrap.mouse-wheel .nectar-next-section,
.nectar-next-section-wrap.down-arrow-bordered .nectar-next-section,
.scroll-down-wrap.no-border .section-down-arrow,
body[data-button-style^=rounded] .section-down-arrow i,
.nectar-next-section-wrap.down-arrow-bordered .nectar-next-section i {
    color: #fff !important
}

body[data-button-style^=rounded] .section-down-arrow,
.nectar-next-section-wrap.mouse-wheel .nectar-next-section,
.nectar-next-section-wrap.down-arrow-bordered .nectar-next-section,
.scroll-down-wrap.no-border .section-down-arrow {
    display: inline-block;
    width: 49px;
    height: 49px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
    font-size: 25px;
    -webkit-border-radius: 100px;
    transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    overflow: hidden;
    margin-left: 0;
    left: 0;
    bottom: 16px;
    opacity: .6
}

    body[data-button-style^=rounded] .section-down-arrow.hidden {
        transform: translateY(55px);
        -webkit-transform: translateY(55px);
        opacity: 0
    }

    body[data-button-style^=rounded] .section-down-arrow i,
    .nectar-next-section-wrap.down-arrow-bordered .nectar-next-section i {
        transition: transform .2s ease;
        -webkit-transition: transform .2s ease;
        display: block;
        width: 49px;
        height: 48px;
        line-height: 48px;
        font-size: 20px
    }

body[data-button-style^=rounded] .nectar-box-roll .section-down-arrow i {
    transition: none;
    -webkit-transition: none
}

body[data-button-style^=rounded] .section-down-arrow:hover,
body[data-button-style^=rounded] .section-down-arrow.hovered,
.nectar-next-section-wrap.down-arrow-bordered .nectar-next-section:hover {
    opacity: 1
}

body[data-button-style^=rounded] .section-down-arrow i.fa-angle-down.top,
body[data-button-style^=rounded] .section-down-arrow i.fa-angle-down,
.nectar-next-section-wrap.down-arrow-bordered .nectar-next-section i {
    -webkit-transform: translate(0, -48px);
    transform: translate(0, -48px)
}

body[data-button-style^=rounded] .section-down-arrow:hover i.fa-angle-down.top,
body[data-button-style^=rounded] .section-down-arrow:hover i.fa-angle-down,
body[data-button-style^=rounded] .section-down-arrow.hovered i.fa-angle-down.top,
body[data-button-style^=rounded] .section-down-arrow.hovered i.fa-angle-down,
.nectar-next-section-wrap.down-arrow-bordered .nectar-next-section:hover i {
    -webkit-transform: translate(0, 0px) !important;
    transform: translate(0, 0px) !important
}

.nectar-next-section-wrap.bounce a:before {
    border-radius: 100px;
    background-color: #000;
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    display: block;
    content: '';
    transition: all .45s cubic-bezier(.15, .2, .1, 1);
    -webkit-transition: all .45s cubic-bezier(.15, .2, .1, 1);
    transform: scale(.8)
}

.nectar-next-section-wrap.bounce a:hover:before {
    transform: scale(1)
}

.nectar-next-section-wrap.bounce a {
    position: relative;
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    -webkit-animation: down_arrow_bounce 2.3s infinite;
    animation: down_arrow_bounce 2.3s infinite
}

.nectar-next-section-wrap.bounce i {
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    top: 0;
    display: inline-block;
    background-color: transparent
}

@keyframes down_arrow_bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-14px)
    }

    60% {
        transform: translateY(-7px)
    }
}

@media only screen and (max-height:750px) {
    body[data-button-style=rounded] .section-down-arrow {
        bottom: 33px
    }
}

@media only screen and (max-height:650px) {
    body[data-button-style^=rounded] .section-down-arrow {
        width: 30px;
        height: 30px;
        line-height: 34px;
        bottom: 25px;
        margin-left: -15px
    }

    body[data-button-style^=rounded] .scroll-down-wrap:not(.no-border) {
        margin-left: 0
    }

    body[data-button-style^=rounded] .section-down-arrow i {
        width: 26px;
        height: 26px;
        line-height: 28px
    }

        body[data-button-style^=rounded] .section-down-arrow i.fa-angle-down.top,
        body[data-button-style^=rounded] .section-down-arrow i.fa-angle-down {
            -webkit-transform: translate(0, -26px);
            -ms-transform: translate(0, -26px);
            transform: translate(0, -26px);
            font-size: 18px
        }
}

@media only screen and (max-height:450px) {
    body[data-button-style^=rounded] .section-down-arrow {
        display: none
    }
}

body[data-button-style^=rounded] .scroll-down-wrap.no-border,
.scroll-down-wrap.no-border {
    bottom: 12px
}

    .scroll-down-wrap.no-border .section-down-arrow,
    .nectar-next-section-wrap.mouse-wheel .nectar-next-section,
    .slider-down-arrow.no-border {
        border: none !important;
        overflow: visible;
        text-align: center;
        opacity: 1;
        height: auto;
        bottom: 13px;
        -webkit-animation: nudgeMouse 2.4s cubic-bezier(.25, .460, .45, .940) infinite;
        animation: nudgeMouse 2.4s cubic-bezier(.25, .460, .45, .940) infinite
    }

.nectar-scroll-icon-path {
    fill: transparent;
    stroke-width: 2px;
    stroke-dashoffset: 120;
    stroke-dasharray: 120;
    -webkit-animation: mouse-scroll-btn-roll-out .55s cubic-bezier(.5, .1, .07, 1);
    animation: mouse-scroll-btn-roll-out .55s cubic-bezier(.5, .1, .07, 1)
}

.nectar-scroll-icon {
    width: 30px;
    height: 45px;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 100
}

.scroll-down-wrap.no-border .section-down-arrow:after,
.nectar-next-section-wrap.mouse-wheel .nectar-next-section:after,
.slider-down-arrow.no-border:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 30px;
    height: 45px;
    margin-left: -15px;
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 62
}

.scroll-down-wrap.no-border:hover .section-down-arrow:before,
.slider-down-arrow.no-border:hover:before {
    background-color: rgba(255, 255, 255, 1)
}

.scroll-down-wrap.no-border:hover .nectar-scroll-icon-path,
.nectar-next-section:hover .nectar-scroll-icon-path,
.slider-down-arrow.no-border:hover .nectar-scroll-icon-path {
    stroke-dashoffset: 0;
    -webkit-animation: mouse-scroll-btn-roll-over .55s cubic-bezier(.5, .1, .07, 1);
    animation: mouse-scroll-btn-roll-over .55s cubic-bezier(.5, .1, .07, 1)
}

@-webkit-keyframes mouse-scroll-btn-roll-over {
    0% {
        stroke-dashoffset: 120
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes mouse-scroll-btn-roll-over {
    0% {
        stroke-dashoffset: 120
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes mouse-scroll-btn-roll-out {
    0% {
        stroke-dashoffset: 0
    }

    100% {
        stroke-dashoffset: -120
    }
}

@keyframes mouse-scroll-btn-roll-out {
    0% {
        stroke-dashoffset: 0
    }

    100% {
        stroke-dashoffset: -120
    }
}

.scroll-down-wrap.no-border .section-down-arrow:before,
.nectar-next-section-wrap.mouse-wheel .nectar-next-section:before,
.slider-down-arrow.no-border:before {
    position: absolute;
    content: '';
    display: block;
    left: 50%;
    margin-left: -1px;
    top: 22px;
    background-color: rgba(255, 255, 255, .5);
    width: 2px;
    height: 6px;
    border-radius: 10px;
    transition: background-color .55s cubic-bezier(.5, .1, .07, 1);
    -webkit-animation: trackBallSlide 2.4s cubic-bezier(0, .000, .725, 1) infinite;
    animation: trackBallSlide 2.4s cubic-bezier(0, .000, .725, 1) infinite
}

@-webkit-keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1) translateY(-10px);
        transform: scaleY(1) translateY(-10px)
    }

    45% {
        opacity: 0;
        -webkit-transform: scaleY(.5) translateY(13px);
        transform: scaleY(.5) translateY(13px)
    }

    46% {
        opacity: 0;
        -webkit-transform: scaleY(1) translateY(-10px);
        transform: scaleY(1) translateY(-10px)
    }

    65%, 100% {
        opacity: 1;
        -webkit-transform: scaleY(1) translateY(-10px);
        transform: scaleY(1) translateY(-10px)
    }
}

@keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1) translateY(-10px);
        transform: scaleY(1) translateY(-10px)
    }

    45% {
        opacity: 0;
        -webkit-transform: scaleY(.5) translateY(13px);
        transform: scaleY(.5) translateY(13px)
    }

    46% {
        opacity: 0;
        -webkit-transform: scaleY(1) translateY(-10px);
        transform: scaleY(1) translateY(-10px)
    }

    65%, 100% {
        opacity: 1;
        -webkit-transform: scaleY(1) translateY(-10px);
        transform: scaleY(1) translateY(-10px)
    }
}

@keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    45% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    65%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    45% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    65%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.container-wrap[data-nav-pos=after_project_2] .bottom_controls .next-project h3 .text .line,
.container-wrap[data-nav-pos=after_project_2] .bottom_controls .previous-project h3 .text .line,
.blog_next_prev_buttons[data-style=fullwidth_next_prev] h3 .text .line {
    height: 2px;
    width: 45px;
    background-color: #fff;
    position: absolute;
    content: '';
    right: -74px;
    display: block;
    backface-visibility: hidden;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(28px) scaleX(0);
    -webkit-transform-origin: right;
    transform: translateY(-50%) translateX(28px) scaleX(0);
    transform-origin: right
}

@keyframes portRightLineStart {
    0% {
        transform: translateY(-50%) translateX(-25px) scaleX(0)
    }

    100% {
        transform: translateY(-50%) translateX(0px) scaleX(1)
    }
}

@keyframes rightLineStart {
    0% {
        transform: translateY(-50%) translateX(-88px) scaleX(0)
    }

    100% {
        transform: translateY(-50%) translateX(0px) scaleX(1)
    }
}

@keyframes rightLineEnd {
    0% {
        transform: translateY(-50%) translateX(0px) scaleX(1)
    }

    100% {
        transform: translateY(-50%) translateX(28px) scaleX(0)
    }
}

@keyframes rightLineStart2 {
    0% {
        transform: translateY(-50%) translateX(88px) scaleX(0)
    }

    100% {
        transform: translateY(-50%) translateX(0px) scaleX(1)
    }
}

@keyframes rightLineEnd2 {
    0% {
        transform: translateY(-50%) translateX(0px) scaleX(1)
    }

    100% {
        transform: translateY(-50%) translateX(-28px) scaleX(0)
    }
}

.container-wrap[data-nav-pos=after_project_2] .bottom_controls .next-project h3 .next-arrow,
.container-wrap[data-nav-pos=after_project_2] .bottom_controls .previous-project h3 .next-arrow,
.portfolio-items[data-ps="8"] .next-arrow,
.blog_next_prev_buttons[data-style=fullwidth_next_prev] h3 .next-arrow {
    position: absolute;
    backface-visibility: hidden;
    right: -43px;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    width: 40px;
    display: block;
    transform: translateX(38px)
}

@keyframes rightArrowStart {
    0% {
        transform: translateX(-50px)
    }

    100% {
        transform: translateX(42px)
    }
}

@keyframes rightArrowEnd {
    0% {
        transform: translateX(42px)
    }

    100% {
        transform: translateX(75px)
    }
}

@keyframes rightArrowStart2 {
    0% {
        transform: translateX(50px) rotate(180deg)
    }

    100% {
        transform: translateX(-42px) rotate(180deg)
    }
}

@keyframes rightArrowEnd2 {
    0% {
        transform: translateX(-42px) rotate(180deg)
    }

    100% {
        transform: translateX(-75px) rotate(180deg)
    }
}

.container-wrap[data-nav-pos=after_project_2] .bottom_controls .next-project h3 .next-arrow line,
.container-wrap[data-nav-pos=after_project_2] .bottom_controls .previous-project h3 .next-arrow line,
.blog_next_prev_buttons[data-style=fullwidth_next_prev] .previous-post h3 .next-arrow line,
.blog_next_prev_buttons[data-style=fullwidth_next_prev] .next-post h3 .next-arrow line,
.portfolio-items[data-ps="8"] line {
    stroke-width: 2px;
    stroke-dasharray: 10px;
    stroke-dashoffset: 30px
}

.container-wrap[data-nav-pos=after_project_2] .bottom_controls .next-project h3 .next-arrow line,
.container-wrap[data-nav-pos=after_project_2] .bottom_controls .previous-project h3 .next-arrow line,
.blog_next_prev_buttons[data-style=fullwidth_next_prev] .previous-post h3 .next-arrow line,
.blog_next_prev_buttons[data-style=fullwidth_next_prev] .next-post h3 .next-arrow line,
.portfolio-items[data-ps="8"] line {
    stroke: #fff
}

.portfolio-items[data-ps="8"] line,
.portfolio-items[data-ps="8"] .col .work-info .vert-center line {
    -webkit-transition: none;
    transition: none
}

@keyframes rightArrowLineStart {
    0% {
        stroke-dashoffset: 30px
    }

    100% {
        stroke-dashoffset: 40px
    }
}

@keyframes rightArrowLineEnd {
    0% {
        stroke-dashoffset: 40px
    }

    100% {
        stroke-dashoffset: 50px
    }
}

.post-area.masonry {
    width: 1125px;
    margin-bottom: 20px;
    margin-top: 0;
    overflow: visible
}

.blog-fullwidth-wrap .post-area.masonry {
    margin-bottom: 40px
}

[data-ext-responsive=false] .blog-fullwidth-wrap .post-area.masonry {
    width: auto
}

.full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
    overflow-x: auto;
    overflow-y: hidden
}

.vc_col-sm-4 .post-area.masonry,
.vc_col-sm-3 .post-area.masonry {
    width: 100%
}

body[data-ext-responsive=true] .post-area.masonry {
    width: 100%
}

.post-area.masonry.span_9 {
    width: 834px;
    margin-right: 5px
}

body[data-ext-responsive=true] .post-area.masonry.span_9,
body[data-ext-responsive=true] .post-area.masonry.span_9.meta_overlaid {
    width: 76.5%;
    margin-right: 0
}

.post-area.masonry.span_12 #pagination,
.blog-fullwidth-wrap .post-area.masonry #pagination {
    height: 32px;
    margin-top: 55px;
    text-align: center;
    width: 100%;
    margin-bottom: 40px
}

.post-area.masonry.span_9 #pagination {
    height: 32px;
    margin-top: 45px;
    width: 100%;
    margin-bottom: 40px
}

.post-area.masonry.span_12 #pagination,
.blog-fullwidth-wrap .post-area.masonry #pagination,
.post-area.masonry.span_9 #pagination {
    position: relative;
    bottom: 0
}

    .post-area.masonry.span_12 #pagination > div,
    .blog-fullwidth-wrap .post-area.masonry #pagination > div {
        display: inline;
        float: none;
        margin: 0 5px 0 0
    }

body.blog .meta_overlaid_blog.container-wrap {
    padding-top: 0 !important
}

    body.blog .meta_overlaid_blog.container-wrap .post-area,
    .blog-fullwidth-wrap .post-area.masonry:not(.meta_overlaid),
    .page-submenu .full-width-section.first-section {
        margin-top: 0 !important
    }

.post-area.masonry .post .post-meta.no-img {
    top: 0 !important
}

.post-area.masonry > article:last-child .content-inner {
    border-bottom: 1px solid #ddd
}

.post-area.masonry .post .post-content,
.post-area.featured_img_left .post .post-content {
    padding-left: 0 !important
}

.post-area.masonry .post .quote-inner,
.post-area.masonry .post .link-inner {
    margin-bottom: 8px
}

#search-results {
    margin-bottom: 30px;
    overflow: visible
}

    #search-results article {
        opacity: 0;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease
    }

    #search-results .result img {
        margin-bottom: 10px
    }

.post-area.masonry .post .post-meta {
    display: block;
    margin-bottom: 0
}

.post-area.infinite_scroll video.wp-video-shortcode,
.post-area.infinite_scroll .wp-video-shortcode video {
    visibility: visible
}

.search .row .col.section-title h1 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 0;
    text-transform: none;
    font-family: 'Open Sans';
    font-weight: 600;
    letter-spacing: -1px
}

.post.masonry-blog-item .post-meta {
    position: relative
}

body .post.masonry-blog-item .post-meta .date {
    border-bottom: 0;
    line-height: 22px;
    padding-bottom: 0;
    float: left;
    margin-bottom: 0
}

.light .post.masonry-blog-item p {
    color: #676767
}

.post.masonry-blog-item .content-inner {
    padding-bottom: 0;
    margin-bottom: 18px
}

.masonry.classic .post.masonry-blog-item h3.title {
    font-size: 20px;
    line-height: 30px
}

.post.masonry-blog-item .post-meta .date span {
    float: left;
    display: inline !important;
    text-transform: capitalize;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #676767
}

.post.masonry-blog-item .more-link {
    margin-bottom: 10px
}

.post.masonry-blog-item .post-meta:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.portfolio-items[data-col-num=elastic] .col img,
body .masonry.meta_overlaid .post-featured-img img,
body .masonry.meta_overlaid .content-inner .whole-link {
    width: 100% !important;
    max-width: 100% !important
}

#search-results .result,
.masonry-blog-item {
    width: 31%;
    display: inline-block;
    margin-bottom: 2.5%;
    position: relative;
    color: #676767
}

body #search-results .result {
    width: 33.3%;
    padding: 15px;
    margin-bottom: 0
}

#search-results[data-layout=masonry-no-sidebar] .result {
    width: 25%
}

@media only screen and (max-width:999px) {
    #search-results[data-layout=masonry-no-sidebar] .result {
        width: 50%
    }
}

body.search-results #pagination[data-layout=masonry-no-sidebar],
body.search-results #pagination[data-layout=list-no-sidebar] {
    text-align: center
}

    body.search-results #pagination[data-layout=masonry-no-sidebar] > div,
    body.search-results #pagination[data-layout=list-no-sidebar] > div {
        float: none;
        display: inline-block
    }

body.search-results #search-results[data-layout=list-no-sidebar] article {
    opacity: 1;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 0
}

body.search-results #search-results[data-layout=list-no-sidebar] .bottom-line {
    display: none
}

body.search-results #search-results[data-layout=list-no-sidebar] article .inner-wrap {
    border: 0;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none
}

body.search-results #search-results[data-layout=list-no-sidebar] article:hover .inner-wrap {
    -webkit-transform: none;
    transform: none;
    box-shadow: none
}

body.search-results #search-results[data-layout=list-no-sidebar] .result .inner-wrap h2 {
    padding-top: 25px;
    padding-left: 0;
    padding-bottom: 0;
    position: relative
}

    body.search-results #search-results[data-layout=list-no-sidebar] .result .inner-wrap h2 span {
        opacity: .6;
        font-size: 13px;
        line-height: 13px;
        position: absolute;
        top: 0;
        left: 0
    }

body.search-results #search-results[data-layout=list-no-sidebar] article {
    font-size: 14px
}

    body.search-results #search-results[data-layout=list-no-sidebar] article .inner-wrap > a {
        width: 50px;
        height: 50px;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        overflow: hidden;
        border-radius: 100px;
        display: block;
        background-color: #000;
        transition: margin-top .25s ease, box-shadow .25s ease
    }

        body.search-results #search-results[data-layout=list-no-sidebar] article .inner-wrap > a:hover {
            box-shadow: 0px 20px 40px rgba(0, 0, 0, .14)
        }

        body.search-results #search-results[data-layout=list-no-sidebar] article .inner-wrap > a img {
            height: 80px;
            width: auto;
            max-width: none;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            display: block;
            opacity: .7
        }

    body.search-results #search-results[data-layout=list-no-sidebar] article[data-post-thumb="1"]:before {
        color: #fff;
        border: 1px transparent
    }

body.search-results #search-results[data-layout=list-no-sidebar] article {
    padding-left: 80px
}

.masonry-blog-item .inner-wrap,
#search-results .result .inner-wrap {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    background-color: #fff;
    padding: 18px
}

.original .masonry.material .masonry-blog-item .inner-wrap {
    padding: 0
}

.original .masonry.material .masonry-blog-item .content-inner {
    padding-bottom: 0;
    margin-bottom: 0
}

.masonry.material .post .post-featured-img {
    overflow: hidden;
    display: block;
    line-height: 0;
    position: relative
}

    .masonry.material .post .post-featured-img img {
        margin-bottom: 0
    }

.masonry.material .posts-container .format-video .post-featured-img,
.masonry.material .posts-container .format-audio .post-featured-img {
    overflow: visible
}

    .masonry.material .posts-container .format-video .post-featured-img .wrap,
    .related-posts[data-style=material] .post-featured-img {
        overflow: hidden;
        display: block
    }

.masonry.material .post.quote:not(.has-post-thumbnail) .post-content .quote-inner:before,
.masonry.material .post.link:not(.has-post-thumbnail) .post-content .link-inner:before {
    -webkit-transition: all .21s cubic-bezier(.5, .5, .4, .88);
    transition: all .21s cubic-bezier(.5, .5, .4, .88)
}

.masonry.material .masonry-blog-item .inner-wrap {
    background-color: transparent
}

.masonry.material .posts-container .video-play-button,
body .post-area.featured_img_left .posts-container .article-content-wrap .video-play-button {
    position: absolute;
    bottom: 0;
    right: 30px;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -webkit-transition: all .21s cubic-bezier(.5, .5, .4, .88);
    transition: all .21s cubic-bezier(.5, .5, .4, .88);
    color: #fff;
    font-size: 30px;
    z-index: 1000;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100px
}

body .post-area.featured_img_left .posts-container .article-content-wrap .video-play-button {
    pointer-events: none;
    font-size: inherit;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.post-area.masonry.material .post .post-content > .post-meta {
    display: none
}

.masonry.material .masonry-blog-item .grav-wrap {
    position: relative;
    margin-top: 30px;
    z-index: 110
}

    .masonry.material .masonry-blog-item .grav-wrap img,
    .related-posts[data-style=material] .grav-wrap img,
    .post-area.featured_img_left article .grav-wrap img,
    .nectar-recent-posts-single_featured .grav-wrap img,
    [data-style=list_featured_first_row] .grav-wrap img {
        border-radius: 50%;
        width: 38px;
        height: 38px;
        margin-bottom: 0;
        margin-right: 13px;
        vertical-align: middle;
        display: inline-block;
        transition: all .4s cubic-bezier(.2, 1, .2, 1)
    }

.related-posts[data-style=material] .grav-wrap {
    position: absolute;
    bottom: 30px;
    left: 30px
}

body .related-posts[data-style=material] .article-content-wrap {
    padding-bottom: 80px !important
}

.related-posts[data-style=material] .grav-wrap img {
    display: inline-block
}

.masonry.material .masonry-blog-item .grav-wrap .text a,
.related-posts[data-style=material] .grav-wrap .text a,
.post-area.featured_img_left article .grav-wrap .text a {
    display: block;
    font-size: 14px;
    line-height: 20px
}

.masonry.material .masonry-blog-item .meta-category a,
.related-posts[data-style=material] .meta-category a,
.post-area.featured_img_left article .meta-category a,
.nectar-recent-posts-slider_multiple_visible .recent-post-container.container .strong a,
.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a {
    font-size: 14px;
    line-height: 19px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    margin: 0 10px 10px 0
}

    .masonry.material .masonry-blog-item .meta-category a:before,
    .post-area.featured_img_left .meta-category a:before,
    .related-posts[data-style=material] .meta-category a:before,
    .nectar-recent-posts-single_featured .grav-wrap .text a:before,
    .auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:before,
    [data-style=list_featured_first_row] .meta-category a:before {
        height: 2px;
        width: 100%;
        position: absolute;
        bottom: -3px;
        left: 0;
        content: '';
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transition: transform .37s cubic-bezier(.52, .01, .16, 1);
        transition: transform .37s cubic-bezier(.52, .01, .16, 1)
    }

    .masonry.material .masonry-blog-item .meta-category a:hover:before,
    .related-posts[data-style=material] .meta-category a:hover:before,
    .post-area.featured_img_left .meta-category a:hover:before,
    .nectar-recent-posts-single_featured .grav-wrap .text a:hover:before,
    .auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:hover:before,
    [data-style=list_featured_first_row] .meta-category a:hover:before,
    .masonry.material .masonry-blog-item .meta-category a:focus:before,
    .related-posts[data-style=material] .meta-category a:focus:before,
    .post-area.featured_img_left .meta-category a:focus:before,
    .nectar-recent-posts-single_featured .grav-wrap .text a:focus:before,
    .auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:focus:before,
    [data-style=list_featured_first_row] .meta-category a:focus:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

.masonry.material .masonry-blog-item .grav-wrap .text span,
.related-posts[data-style=material] .grav-wrap .text span,
.post-area.featured_img_left article .grav-wrap .text span {
    font-size: 13px;
    line-height: 18px
}

.masonry.material .masonry-blog-item .grav-wrap .text,
.related-posts[data-style=material] .grav-wrap .text,
.post-area.featured_img_left article .grav-wrap .text,
.nectar-recent-posts-single_featured .grav-wrap .text {
    vertical-align: middle;
    display: inline-block;
    line-height: 0
}

.masonry.material .masonry-blog-item .grav-wrap a,
.related-posts[data-style=material] .grav-wrap a,
.post-area.featured_img_left .grav-wrap a {
    color: inherit
}

    .masonry.material .masonry-blog-item .grav-wrap a:hover img,
    .nectar-recent-posts-single_featured a:hover img,
    .nectar-recent-posts-single_featured a img.hovered,
    .masonry.material .masonry-blog-item .grav-wrap a img.hovered,
    .post-area.featured_img_left .grav-wrap a:hover img,
    .post-area.featured_img_left .grav-wrap a img.hovered,
    .related-posts[data-style=material] .grav-wrap a:hover img,
    .related-posts[data-style=material] .grav-wrap a img.hovered {
        box-shadow: 0 7px 20px rgba(0, 0, 0, .19)
    }

.material.masonry .masonry-blog-item .video-play-button {
    box-shadow: 0 10px 37px rgba(0, 0, 0, .19)
}

    .material.masonry .masonry-blog-item .video-play-button svg,
    .post-area.featured_img_left .video-play-button svg {
        height: 14px;
        width: 14px
    }

.masonry .video-play-button path,
.post-area .video-play-button path {
    fill: #fff
}

.post-area.featured_img_left .video-play-button svg {
    margin-right: -2px
}

.post.format-quote .quote-inner .title,
.post.format-link .link-inner .title,
.masonry.material .post.quote .quote-inner .title,
.masonry.material .post.link .link-inner .title,
.single .post.quote .quote-inner .title,
.post-area.featured_img_left .post.quote .quote-inner .title,
.post-area.featured_img_left .post.link .link-inner .title {
    color: #fff
}

.post-area.featured_img_left .post.link .link-inner .title {
    margin-bottom: 0
}

.masonry.material .masonry-blog-item h3 a,
.related-posts[data-style=material] h3 a,
.post-area.featured_img_left h3 a,
.masonry.material .masonry-blog-item h3 a:hover,
.related-posts[data-style=material] h3 a:hover,
.post-area.featured_img_left h3 a:hover {
    color: inherit !important
}

.masonry.material .masonry-blog-item .article-content-wrap,
.related-posts[data-style=material] .article-content-wrap {
    padding: 10px 30px 30px 30px !important
}

.masonry.auto_meta_overlaid_spaced .post.quote .post-content .quote-inner,
.masonry.auto_meta_overlaid_spaced .post.link .post-content .link-inner,
.masonry.material .post.quote .post-content .quote-inner,
.masonry.material .post.link .post-content .link-inner,
.post-area.featured_img_left .post.quote .post-content .quote-inner,
.post-area.featured_img_left .post.link .post-content .link-inner {
    background-color: transparent !important
}

.masonry.material .masonry-blog-item .article-content-wrap,
.masonry.material .masonry-blog-item .meta-category,
.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:before {
    background-color: #fff
}

.post-area.featured_img_left .post.quote .post-content .quote-inner,
.post-area.featured_img_left .post.link .post-content .link-inner {
    text-align: center;
    padding: 10%;
    border-radius: 5px;
    overflow: hidden
}

    .post.format-quote .n-post-bg,
    .post.format-link .n-post-bg,
    .masonry.material .post.quote .post-content .quote-inner:before,
    .masonry.material .post.link .post-content .link-inner:before,
    .post.quote .classic .n-post-bg,
    .post.link .classic .n-post-bg,
    .masonry .post.quote .n-post-bg,
    .masonry .post.link .n-post-bg,
    .standard-minimal .n-post-bg,
    .masonry.auto_meta_overlaid_spaced .post .n-post-bg,
    .post-area.featured_img_left .post.quote .n-post-bg,
    .post-area.featured_img_left .post.link .n-post-bg,
    .post-area.featured_img_left .post.quote .post-content .quote-inner:before,
    .post-area.featured_img_left .post.link .post-content .link-inner:before,
    .auto_meta_overlaid_spaced .post.quote .n-post-bg:after,
    .auto_meta_overlaid_spaced .post.link .n-post-bg:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: .88
    }

.format-quote .n-post-bg,
.format-link .post.link .n-post-bg {
    background-size: cover
}

.masonry.material .post.quote .post-content .quote-inner:before,
.masonry.material .post.link .post-content .link-inner:before,
.featured_img_left .post.quote .post-content .quote-inner:before,
.featured_img_left .post.link .post-content .link-inner:before {
    z-index: 10
}

.masonry .post.quote .n-post-bg,
.masonry .post.link .n-post-bg,
.post.quote .classic .n-post-bg,
.post.link .classic .n-post-bg,
.standard-minimal .n-post-bg,
.standard-minimal .post.quote .n-post-bg,
.standard-minimal .post.link .n-post-bg,
.single .quote-inner .n-post-bg,
.single .link-inner .n-post-bg {
    opacity: .25
}

.single .post.format-link .post-content > .link-inner,
.single .post.format-quote .post-content > .quote-inner {
    padding: 10%
}

.post.format-quote .post-content .quote-inner:hover,
.post.format-link .post-content .link-inner:hover,
.masonry.classic .post.quote .post-content .quote-inner:hover,
.masonry.meta_overlaid .post.quote .post-content .quote-inner:hover,
.masonry.classic_enhanced .post.quote .post-content .quote-inner:hover,
.masonry.classic .post.link .post-content .link-inner:hover,
.masonry.meta_overlaid .post.link .post-content .link-inner:hover,
.masonry.classic_enhanced .post.link .post-content .link-inner:hover,
.post.quote .classic .quote-inner:hover,
.post.link .classic .link-inner:hover {
    background-color: #333
}

.post-area.featured_img_left .post.quote .post-content,
.post-area.featured_img_left .post.link .post-content {
    display: block;
    backface-visibility: hidden;
    border-radius: 5px;
    overflow: hidden
}

.single .post.format-quote .quote-inner .quote-wrap:before,
.masonry.material .post.quote .quote-wrap:before,
.post-area.featured_img_left .post.quote .quote-wrap:before,
.masonry.auto_meta_overlaid_spaced .post.quote .quote-wrap:before {
    content: "\201C";
    font-family: sans-serif;
    font-weight: 700;
    font-size: 54px;
    color: #fff;
    z-index: 10000;
    height: 32px;
    display: block;
    position: relative;
    padding-top: 33%
}

.single .post.format-quote .quote-inner .quote-wrap:before,
.masonry.auto_meta_overlaid_spaced .post.quote .quote-wrap:before {
    padding-top: 0
}

.single-post .quote-below-content {
    margin-top: 70px
}

.post-area.featured_img_left .post.quote .quote-wrap:before {
    padding-top: 0;
    line-height: 54px;
    padding-bottom: 15px
}

.post .quote-wrap,
.post .link-wrap {
    display: block
}

.masonry.material .post.quote:not(.has-post-thumbnail):hover .post-content .quote-inner:before,
.masonry.material .post.link:not(.has-post-thumbnail):hover .post-content .link-inner:before,
.post-area.featured_img_left .post.quote:not(.has-post-thumbnail):hover .post-content .quote-inner:before,
.post-area.featured_img_left .post.link:not(.has-post-thumbnail):hover .post-content .link-inner:before {
    opacity: 1
}

.masonry.material .post.quote .author,
.post-area.featured_img_left .post.quote .author {
    margin-top: 10px;
    display: block
}

.masonry.material .post.quote .n-post-bg,
.masonry.material .post.link .n-post-bg,
.post-area.featured_img_left .post.quote .n-post-bg,
.post-area.featured_img_left .post.link .n-post-bg,
.masonry.auto_meta_overlaid_spaced .post .n-post-bg {
    opacity: 1;
    background-size: cover
}

.masonry.material .post .post-content .quote-inner .icon,
.masonry.material .post .post-content .link-inner .icon,
.masonry.auto_meta_overlaid_spaced .post .post-content .quote-inner .icon,
.masonry.auto_meta_overlaid_spaced .post .post-content .link-inner .icon,
.post-area.featured_img_left .post .post-content .quote-inner .icon,
.post-area.featured_img_left .post .post-content .link-inner .icon {
    display: none
}

.post-area.featured_img_left .format-link .content-inner,
.post-area.featured_img_left .format-quote .content-inner {
    padding-bottom: 0;
    margin-bottom: 0
}

.masonry.material .post .post-content .link-inner .link-wrap,
.post-area.featured_img_left .post .post-content .link-inner .link-wrap {
    z-index: 10;
    position: relative
}

.masonry.material .post.quote .post-content .quote-inner,
.masonry.material .post.link .post-content .link-inner {
    padding: 30px;
    margin-bottom: 0
}

.masonry.material .masonry-blog-item .meta-category,
.related-posts[data-style=material] .meta-category {
    padding: 20px 30px 0;
    display: block;
    position: relative;
    z-index: 110
}

.masonry.material .masonry-blog-item.format-video .meta-category {
    padding-right: 90px
}

.masonry.material .masonry-blog-item .inner-wrap,
body .related-posts[data-style=material] .inner-wrap {
    box-shadow: 0px 30px 90px rgba(0, 0, 0, .14);
    border-radius: 5px;
    overflow: hidden
}

.masonry-blog-item {
    margin-bottom: 0
}

.masonry-blog-item {
    width: 31.1%
}

#ajax-content-wrap .post-area.full-width-article,
.post-area.full-width-article {
    margin-bottom: 0
}

    .post-area.full-width-article .masonry-blog-item {
        width: 100% !important
    }

.post-area.masonry.span_9 .masonry-blog-item {
    width: 46.8%
}

#search-results .result {
    font-size: 11px
}

    #search-results .result .bottom-line,
    .masonry-blog-item .bottom-line {
        height: 1px;
        width: 100%;
        display: block;
        position: absolute;
        bottom: 2px;
        left: 0;
        background-color: #eaeaea
    }

    #search-results .result .title span {
        display: block;
        font-size: 12px;
        letter-spacing: 0;
        font-family: 'Open Sans';
        font-weight: 400;
        color: #999;
        margin-top: 3px
    }

    #search-results .result h2 {
        margin-bottom: 1px;
        font-size: 17px;
        line-height: 22px
    }

    #search-results .result p {
        padding-bottom: 0
    }

article.result .title a {
    color: #000
}

.pum-theme-salient-page-builder-optimized .pum-container .pum-content + .pum-close span {
    line-height: 1.5em;
    display: block
}

#search-results .result .title a,
.pum-theme-salient-page-builder-optimized .pum-container .pum-content + .pum-close span {
    background-repeat: no-repeat;
    background-size: 0% 2px;
    background-image: linear-gradient(to right, #000 0%, #000 100%);
    -webkit-transition: background-size .55s cubic-bezier(.2, .75, .5, 1);
    transition: background-size .55s cubic-bezier(.2, .75, .5, 1);
    background-position: left bottom
}

    #search-results .result .title a:hover,
    #search-results .result .title a:focus,
    .pum-theme-salient-page-builder-optimized .pum-container .pum-content + .pum-close:hover span {
        background-size: 100% 2px
    }

.posts-container article .inner-wrap.animated,
.posts-container[data-load-animation=fade_in] article .inner-wrap.animated {
    opacity: 0;
    transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out
}

.posts-container[data-load-animation=fade_in_from_bottom] article .inner-wrap,
.posts-container[data-load-animation=fade_in_from_bottom] article .inner-wrap.animated {
    transition: opacity .3s cubic-bezier(.3, .58, .55, 1), transform .3s cubic-bezier(.3, .58, .55, 1);
    -webkit-transition: opacity .3s cubic-bezier(.3, .58, .55, 1), -webkit-transform .3s cubic-bezier(.3, .58, .55, 1)
}

.posts-container[data-load-animation=fade_in_from_bottom] article .inner-wrap {
    transform: translateY(80px);
    -webkit-transform: translateY(80px)
}

.post-area:not(.masonry) .posts-container[data-load-animation=none] article .inner-wrap.animated,
.auto_meta_overlaid_spaced .posts-container[data-load-animation=none] article .inner-wrap.animated {
    opacity: 1
}

.posts-container[data-load-animation=perspective] {
    perspective: 2000px;
    -webkit-perspective: 2000px;
    perspective-origin: 50% 0px;
    -webkit-perspective-origin: 50% 700px
}

    .posts-container[data-load-animation=perspective] article {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

        .posts-container[data-load-animation=perspective] article .inner-wrap,
        .posts-container[data-load-animation=perspective] article .inner-wrap.animated {
            transition: opacity .3s cubic-bezier(.1, .3, .2, 1), transform .72s cubic-bezier(.1, .3, .27, 1);
            -webkit-transition: opacity .3s cubic-bezier(.1, .3, .2, 1), -webkit-transform .72s cubic-bezier(.1, .3, .27, 1)
        }

        .posts-container[data-load-animation=perspective] article .inner-wrap {
            transform: translateY(450px) rotateX(24deg);
            -webkit-transform: translateY(450px) rotateX(24deg)
        }

.posts-container article .inner-wrap {
    height: 100%
}

.posts-container article.animated-in .inner-wrap,
.posts-container[data-load-animation=fade_in] article.animated-in .inner-wrap.animated {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    height: 100%
}

.posts-container[data-load-animation=perspective] article.animated-in .inner-wrap.animated {
    transform: translateY(0) translateZ(0) rotateX(0);
    -webkit-transform: translateY(0) translateZ(0) rotateX(0);
    opacity: 1
}

.post-area.masonry.classic_enhanced .post .post-featured-img,
.blog-recent[data-style*=classic_enhanced] .post-featured-img,
.post-area.masonry.classic_enhanced .n-post-bg {
    transition: all .7s cubic-bezier(.2, 1, .22, 1);
    -webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1);
    line-height: 0;
    display: block;
    position: relative
}

    .post-area.masonry.classic_enhanced .post .post-featured-img img,
    .post-area.masonry.material .post .post-featured-img img,
    .post-area.featured_img_left .post .post-featured-img,
    .related-posts[data-style=material] .post-featured-img img,
    .post-area.masonry.classic_enhanced .post.format-gallery .inner-wrap .flickity-slider .cell img,
    .post-area.masonry.material .post.format-gallery .inner-wrap .flickity-slider .cell img,
    .post-area.masonry.classic_enhanced .post.format-gallery.wide_tall .inner-wrap .flickity-viewport,
    .post-area.masonry.classic_enhanced .post.format-gallery.large_featured .inner-wrap .flickity-viewport,
    .masonry.material .post.quote .n-post-bg,
    .masonry.material .post.link .n-post-bg,
    .post-area.featured_img_left .post.quote .n-post-bg,
    .post-area.featured_img_left .post.link .n-post-bg,
    .auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img,
    .blog-recent[data-style*=classic_enhanced] .post-featured-img img,
    .masonry.auto_meta_overlaid_spaced .post.quote .n-post-bg,
    .masonry.auto_meta_overlaid_spaced .post.link .n-post-bg {
        margin-bottom: 0;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        transition: all .7s cubic-bezier(.2, 1, .22, 1);
        -webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1)
    }

.post-area.masonry.classic_enhanced .post .inner-wrap:hover .post-featured-img img,
.post-area.masonry.classic_enhanced .post.large_featured .inner-wrap:hover .post-featured-img,
.post-area.masonry.classic_enhanced .post.wide_tall .inner-wrap:hover .post-featured-img,
.post-area.masonry.classic_enhanced .post.format-gallery .inner-wrap:hover .flickity-slider .cell img,
.post-area.masonry.classic_enhanced .link .inner-wrap:hover .n-post-bg,
.post-area.masonry.classic_enhanced .quote .inner-wrap:hover .n-post-bg,
.post-area.masonry.material .post.format-gallery .inner-wrap:hover .flickity-slider .cell img,
.post-area.masonry.classic_enhanced .post.format-gallery.wide_tall .inner-wrap:hover .flickity-viewport,
.post-area.masonry.classic_enhanced .post.format-gallery.large_featured .inner-wrap:hover .flickity-viewport,
.blog-recent[data-style*=classic_enhanced] .inner-wrap:hover .post-featured-img img,
.post-area.masonry.material .post .inner-wrap:hover .post-featured-img img,
.related-posts[data-style=material] .inner-wrap:hover .post-featured-img img,
.masonry.material .post.quote:hover .n-post-bg,
.masonry.material .post.link:hover .n-post-bg,
.auto_meta_overlaid_spaced .masonry-blog-item:hover .post-featured-img,
.post-area.featured_img_left .post.quote:hover .n-post-bg,
.post-area.featured_img_left .post.link:hover .n-post-bg,
.blog-recent[data-style*=classic_enhanced_alt] .inner-wrap:hover .post-featured-img,
.masonry.auto_meta_overlaid_spaced .post.quote:hover .n-post-bg,
.masonry.auto_meta_overlaid_spaced .post.link:hover .n-post-bg {
    transform: scale(1.07);
    -webkit-transform: scale(1.07)
}

.masonry.classic_enhanced .masonry-blog-item .entire-meta-link,
.post-area.featured_img_left .entire-meta-link,
.masonry.material .masonry-blog-item .entire-meta-link,
.blog-recent[data-style*=classic_enhanced] .entire-meta-link,
.blog-recent[data-style=material] .entire-meta-link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 101;
    height: 100%
}

.related-post-wrap .row-bg-wrap {
    z-index: 0;
    pointer-events: none
}

    .related-post-wrap .row-bg-wrap .row-bg {
        background-color: rgba(0, 0, 0, .04)
    }

.related-post-wrap {
    padding-bottom: 0
}

.original .blog-recent.related-posts {
    padding: 0 0 60px
}

.related-post-wrap h3.related-title {
    padding: 60px 0 30px
}

.ascend .blog-recent.related-posts,
.material .blog-recent.related-posts {
    padding: 0 0 8%
}

.ascend .related-post-wrap h3.related-title,
.material .related-post-wrap h3.related-title {
    padding: 8% 0 40px
}

.related-post-wrap[data-using-post-pagination=true],
.ascend .fullscreen-blog-header .related-post-wrap[data-using-post-pagination=false] {
    margin-top: 0
}

.related-post-wrap[data-using-post-pagination=false] {
    margin-top: 80px
}

.post-area.featured_img_left .post-content-wrap .grav-wrap,
.post-area.featured_img_left .post-content-wrap .meta-category {
    z-index: 150;
    position: relative
}

.post-area.featured_img_left article {
    margin-bottom: 6%
}

.post-area.featured_img_left .article-content-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .post-area.featured_img_left .article-content-wrap .post-featured-img-wrap {
        width: 33%;
        position: relative;
        border-radius: 5px
    }

        .post-area.featured_img_left .article-content-wrap .post-featured-img-wrap:before {
            transition: box-shadow .7s cubic-bezier(.2, 1, .22, 1);
            -webkit-transition: box-shadow .7s cubic-bezier(.2, 1, .22, 1);
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            content: '';
            transform: scale(.96);
            border-radius: 5px
        }

.post-area.featured_img_left article:not(.has-post-thumbnail) .article-content-wrap .post-featured-img-wrap:before {
    transform: none
}

.post-area.featured_img_left .article-content-wrap .post-featured-img {
    border-radius: 5px;
    overflow: hidden
}

.post-area.featured_img_left article .article-content-wrap .post-featured-img-wrap {
    transition: all .7s cubic-bezier(.2, 1, .22, 1);
    -webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1)
}

.post-area.featured_img_left .article-content-wrap .post-featured-img-wrap a,
.post-area.featured_img_left .article-content-wrap .post-featured-img-wrap a span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.post-area.featured_img_left .article-content-wrap .post-content-wrap {
    width: 66.6%;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    padding: 6% 0 6% 6%
}

.post-area.featured_img_left.span_12 .article-content-wrap .post-content-wrap {
    padding: 7%
}

.post-area.featured_img_left.span_12 article {
    margin-bottom: 60px
}

.post-area.featured_img_left .post:hover .post-featured-img-wrap:before {
    box-shadow: 0px 30px 60px rgba(0, 0, 0, .17)
}

.post-area.featured_img_left article:hover .article-content-wrap .post-featured-img-wrap {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}

.post-area.featured_img_left .post-content-wrap .grav-wrap {
    margin-top: 20px
}

.post-area.featured_img_left .article-content-wrap .post-featured-img {
    background-size: cover;
    background-position: center
}

.post-area #pagination {
    padding-left: 95px
}

.post-area.featured_img_left #pagination,
.post-area.masonry #pagination {
    padding-left: 0
}

.post-area.infinite_scroll #pagination {
    visibility: hidden;
    height: 1px;
    width: 1px
}

#infscr-loading {
    position: relative;
    z-index: 10000000;
    background-image: url(data:image/gif;base64,R0lGODlhHwAfAPUAAPX19ZmZmezs7OTk5Nzc3NfX19PT0+jo6Nvb29DQ0Orq6ubm5tXV1dLS0tfX1+Li4vHx8dXV1eXl5evr66ysrKamprW1td/f38HBwc3Nzbe3t/Pz876+vrGxsd/f3/Ly8rKysqqqqgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAHwAfAAAG/0CAcEgUDAgFA4BiwSQexKh0eEAkrldAZbvlOD5TqYKALWu5XIwnPFwwymY0GsRgAxrwuJwbCi8aAHlYZ3sVdwtRCm8JgVgODwoQAAIXGRpojQwKRGSDCRESYRsGHYZlBFR5AJt2a3kHQlZlERN2QxMRcAiTeaG2QxJ5RnAOv1EOcEdwUMZDD3BIcKzNq3BJcJLUABBwStrNBtjf3GUGBdLfCtadWMzUz6cDxN/IZQMCvdTBcAIAsli0jOHSJeSAqmlhNr0awo7RJ19TJORqdAXVEEVZyjyKtE3Bg3oZE2iK8oeiKkFZGiCaggelSTiA2LhxiZLBSjZjBL2siNBOFQ84LxHA+mYEiRJzBO7ZCQIAIfkECQoAAAAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfju9jf82YAIQxRCm14Ww4PChAAEAoPDlsAFRUgHkRiZAkREmoSEXiVlRgfQgeBaXRpo6MOQlZbERN0Qx4drRUcAAJmnrVDBrkVDwNjr8BDGxq5Z2MPyUQZuRgFY6rRABe5FgZjjdm8uRTh2d5b4NkQY0zX5QpjTc/lD2NOx+WSW0++2RJmUGJhmZVsQqgtCE6lqpXGjBchmt50+hQKEAEiht5gUcTIESR9GhlgE9IH0BiTkxrMmWIHDkose9SwcQlHDsOIk9ygiVbl5JgMLuV4HUmypMkTOkEAACH5BAkKAAAALAAAAAAfAB8AAAb/QIBwSBQMCAUDwFAgDATEqHR4QCSuVwD2ijhMpwrCFqsdJwiK73DBMGfdCcZCDWjAE2V347vY3/NmdXNECm14Ww4PChAAEAoPDltlDGlDYmQJERJqEhGHWARUgZVqaWZeAFZbERN0QxOeWwgAAmabrkMSZkZjDrhRkVtHYw+/RA9jSGOkxgpjSWOMxkIQY0rT0wbR2LQV3t4UBcvcF9/eFpdYxdgZ5hUYA73YGxruCbVjt78G7hXFqlhY/fLQwR0HIQdGuUrTz5eQdIc0cfIEwByGD0MKvcGSaFGjR8GyeAPhIUofQGNQSgrB4IsdOCqx7FHDBiYcOQshYjKDxliVDpRjunCjdSTJkiZP6AQBACH5BAkKAAAALAAAAAAfAB8AAAb/QIBwSBQMCAUDwFAgDATEqHR4QCSuVwD2ijhMpwrCFqsdJwiK73DBMGfdCcZCDWjAE2V347vY3/NmdXNECm14Ww4PChAAEAoPDltlDGlDYmQJERJqEhGHWARUgZVqaWZeAFZbERN0QxOeWwgAAmabrkMSZkZjDrhRkVtHYw+/RA9jSGOkxgpjSWOMxkIQY0rT0wbR2I3WBcvczltNxNzIW0693MFYT7bTumNQqlisv7BjswAHo64egFdQAbj0RtOXDQY6VAAUakihN1gSLaJ1IYOGChgXXqEUpQ9ASRlDYhT0xQ4cACJDhqDD5mRKjCAYuArjBmVKDP9+VRljMyMHDwcfuBlBooSCBQwJiqkJAgAh+QQJCgAAACwAAAAAHwAfAAAG/0CAcEgUDAgFA8BQIAwExKh0eEAkrlcA9oo4TKcKwharHScIiu9wwTBn3QnGQg1owBNld+O72N/zZnVzRApteFsODwoQABAKDw5bZQxpQ2JkCRESahIRh1gEVIGVamlmXgBWWxETdEMTnlsIAAJmm65DEmZGYw64UZFbR2MPv0QPY0hjpMYKY0ljjMZCEGNK09MG0diN1gXL3M5bTcTcyFtOvdzBWE+207pjUKpYrL+wY7MAB4EerqZjUAG4lKVCBwMbvnT6dCXUkEIFK0jUkOECFEeQJF2hFKUPAIkgQwIaI+hLiJAoR27Zo4YBCJQgVW4cpMYDBpgVZKL59cEBhw+U+QROQ4bBAoUlTZ7QCQIAIfkECQoAAAAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfju9jf82Z1c0QKbXhbDg8KEAAQCg8OW2UMaUNiZAkREmoSEYdYBFSBlWppZl4AVlsRE3RDE55bCAACZpuuQxJmRmMOuFGRW0djD79ED2NIY6TGCmNJY4zGQhBjStPTFBXb21DY1VsGFtzbF9gAzlsFGOQVGefIW2LtGhvYwVgDD+0V17+6Y6BwaNfBwy9YY2YBcMAPnStTY1B9YMdNiyZOngCFGuIBxDZAiRY1eoTvE6UoDEIAGrNSUoNBUuzAaYlljxo2M+HIeXiJpRsRNMaq+JSFCpsRJEqYOPH2JQgAIfkECQoAAAAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfjywjlzX9jdXNEHiAVFX8ODwoQABAKDw5bZQxpQh8YiIhaERJqEhF4WwRDDpubAJdqaWZeAByoFR0edEMTolsIAA+yFUq2QxJmAgmyGhvBRJNbA5qoGcpED2MEFrIX0kMKYwUUslDaj2PA4soGY47iEOQFY6vS3FtNYw/m1KQDYw7mzFhPZj5JGzYGipUtESYowzVmF4ADgOCBCZTgFQAxZBJ4AiXqT6ltbUZhWdToUSR/Ii1FWbDnDkUyDQhJsQPn5ZU9atjUhCPHVhgTNy/RSKsiqKFFbUaQKGHiJNyXIAAh+QQJCgAAACwAAAAAHwAfAAAG/0CAcEh8JDAWCsBQIAwExKhU+HFwKlgsIMHlIg7TqQeTLW+7XYIiPGSAymY0mrFgA0LwuLzbCC/6eVlnewkADXVECgxcAGUaGRdQEAoPDmhnDGtDBJcVHQYbYRIRhWgEQwd7AB52AGt7YAAIchETrUITpGgIAAJ7ErdDEnsCA3IOwUSWaAOcaA/JQ0amBXKa0QpyBQZyENFCEHIG39HcaN7f4WhM1uTZaE1y0N/TacZoyN/LXU+/0cNyoMxCUytYLjm8AKSS46rVKzmxADhjlCACMFGkBiU4NUQRxS4OHijwNqnSJS6ZovzRyJAQo0NhGrgs5bIPmwWLCLHsQsfhxBWTe9QkOzCwC8sv5Ho127akyRM7QQAAOwAAAAAAAAAAAA==);
    background-repeat: no-repeat;
    background-position: center;
    height: 60px;
    border-radius: 2px;
    color: #555;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 60px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    border-color: #555;
    border-style: solid;
    border-width: 0;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box
}

    #infscr-loading.default_loader {
        background-image: none
    }

.infscr-loading-wrap {
    margin: 20px auto;
    clear: both;
    padding: 0;
    text-align: center;
    height: 0;
    opacity: 0;
    transform: scale(.5);
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box
}

#infscr-loading div {
    opacity: 0;
    color: #555;
    font-size: 12px;
    font-family: 'Open Sans';
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase
}

#ajax-content-wrap #infscr-loading img,
#infscr-loading img {
    margin-bottom: 0;
    display: none
}

.post-area {
    padding-right: 30px;
    margin-top: 4px
}

    .post-area.col_last {
        padding-left: 20px;
        padding-right: 0
    }

        .post-area.col_last.span_12 {
            padding-left: 0;
            float: none
        }

    .post-area > article .content-inner {
        margin-bottom: 0;
        border-bottom: 0
    }

.post .more-link,
.blog-recent .more-link {
    display: block;
    margin-top: 25px;
    cursor: default;
    color: #fff
}

.post .content-inner {
    padding-bottom: 80px
}

.single-post .content-inner > .post-tags {
    margin-top: 50px
}

.post .more-link span,
.blog-recent .more-link span {
    background-color: #333;
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1);
    width: auto;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 2px;
    -webkit-border-radius: 2px
}

    .post .more-link span:hover,
    .blog-recent .more-link span:hover {
        background-color: #000
    }

.post .post-meta {
    position: absolute;
    left: 0;
    top: 0
}

.post.masonry-blog-item .post-meta {
    border-right: 0
}

.main-content .recent-posts-title {
    font-size: 12px;
    letter-spacing: 1.5px;
    margin-bottom: 7px
}

.post-header,
#single-below-header {
    margin-bottom: 12px;
    color: #888
}

.post .post-header h1,
.post .post-header h2 {
    font-size: 26px;
    line-height: 30px
}

    .post .post-header h2 a {
        color: #000
    }

        .post .post-header h2 a:hover {
            color: inherit
        }

.post .post-header a,
.result a,
#single-below-header a,
#page-header-bg #single-below-header a {
    color: inherit
}

    #single-below-header a:hover,
    #single-below-header a:focus {
        color: #000
    }

    #page-header-bg #single-below-header a:hover,
    #page-header-bg #single-below-header a:focus {
        color: #fff
    }

.post .post-content.classic .content-inner {
    border-bottom: 1px solid #ddd;
    padding-bottom: 60px;
    margin-bottom: 60px
}

.original .post-area.masonry .post .post-content.classic .content-inner {
    padding-bottom: 15px;
    margin-bottom: 15px
}

.ascend .post-area.masonry .post .post-content.classic .content-inner,
.material .post-area.masonry .post .post-content.classic .content-inner {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.masonry .post-content.classic .post-header {
    font-size: 12px
}

.post .post-content {
    position: relative;
    min-height: 98px
}

.post-tags h4 {
    float: left;
    margin-top: 8px;
    margin-bottom: 15px;
    margin-right: 25px
}

.post-tags .clear {
    padding-bottom: 0
}

.post-content {
    padding-left: 95px
}

.post .content-inner {
    position: relative
}

.post.format-quote .post-content .quote-inner,
.post.format-link .post-content .link-inner {
    background-color: #000;
    position: relative;
    padding: 15px;
    color: #fff;
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1)
}

.post.quote .content-inner .quote-inner .whole-link {
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1)
}

.post.format-aside .aside-inner p {
    margin-bottom: 15px
}

.post.format-aside .aside-inner .post-header {
    margin-bottom: 0
}

.post.format-chat .content-inner dt {
    margin-top: 15px
}

.post.quote .quote-inner a,
.post.format-aside .aside-inner a,
.post.format-aside .aside-inner a:hover,
.post.format-aside .aside-inner p,
.post.format-aside .aside-inner .post-header {
    color: #fff !important
}

.post.quote .quote-inner .title,
.post.quote .quote-inner .author,
.post.quote .quote-inner .title,
.post.quote .quote-inner .icon,
.post.format-quote .quote-wrap,
.post.format-link .link-wrap {
    position: relative;
    z-index: 100
}

.post.quote .content-inner .whole-link {
    position: absolute;
    z-index: 10;
    display: block;
    background-color: #000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.post .full-post-link {
    position: absolute;
    content: '';
    z-index: 1000;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.post.quote .content-inner .quote-inner:hover .whole-link {
    background-color: #333
}

.post.quote figure:not([class*=wp-block]) {
    margin: 0 auto
}

.post.quote blockquote:not(.wp-block-quote):not(.wp-block-pullquote) {
    background-image: none;
    padding: 0;
    font-family: inherit;
    margin: 0 auto
}

.post.quote .wp-block-quote blockquote:not(.wp-block-quote),
.post.quote .wp-block-pullquote blockquote:not(.wp-block-quote) {
    color: inherit !important
}

.post.link .post-content .destination {
    word-wrap: break-word
}

.post.quote .post-content .quote-inner .icon {
    bottom: 17px;
    height: 17px;
    width: 19px;
    display: block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAARCAYAAAFIn6dRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0JBRDE5QTM4Qjg4MTFFMjlDOERGNEI5Q0FGQzc1RUMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0JBRDE5QTQ4Qjg4MTFFMjlDOERGNEI5Q0FGQzc1RUMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQkFEMTlBMThCODgxMUUyOUM4REY0QjlDQUZDNzVFQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQkFEMTlBMjhCODgxMUUyOUM4REY0QjlDQUZDNzVFQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Prhzu2QAAAGwSURBVHjaYvz//z8DDDBBaV4g/s+IJCMKEEBwDkjJUhjjIhBLAAQQTApEMALxOiC+xgAUXPwfAvSg9H+AAEI2EcXO90CsDeWDVaCbaQPE4kwwWSCwBOLDQGwNssgGpBqKa0A0QACBGG5QS0uQJPmhYsdgYsguAjF+AjEHkuNAfDaQG0B2CyPZzw7EplD2X6giEJgNMtbrPyoAiXGjifEDBBDWwMAWOI+gViCDpVCnyEJcjvDtKyTf8iA7ASY4HypghqTQBio2jwFJEAROIfFB+BfMN4ew+DATWYDxP6r3fkPD6D+675BBCZQ+jCR2HmY3KB4d0NyTDMTxIDZAgMEEVIB4ExBnoynEhuuAeBUQS6DLgYhIIP6G5slYLIbIQVMTMtgNjW4GZJfBDP2NpHAlDpcJAfE5JHUgh+ijGwbCGkD8HknhJDzeXYCk7ikQy8JCXwiIa4C4GYifIoV8LBCrocWQFxAvBmV6IP4OFZMC4iSQDXn/8QMLqEukoS7ABRaBXKaOJ1dcAuKbULYYEEviUbsNZCMTEDcC8Q8kW0ARMRmImdHCyRiIr6K56CoswwAAEfvIF3U+yfkAAAAASUVORK5CYII=);
    position: absolute;
    right: 20px
}

.post.link .post-content .link-inner .icon {
    bottom: 17px;
    height: 20px;
    width: 18px;
    display: block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAUCAYAAAH3kF3cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzcwRUM2MjA4MTNEMTFFMkFFMERDNkMzRkZFNEYzM0MiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzcwRUM2MjE4MTNEMTFFMkFFMERDNkMzRkZFNEYzM0MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNzBFQzYxRTgxM0QxMUUyQUUwREM2QzNGRkU0RjMzQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNzBFQzYxRjgxM0QxMUUyQUUwREM2QzNGRkU0RjMzQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsnoMx8AAAIXSURBVHjaYvz//z8DDLBA6XIgdmIAymT9hwAGgABihCqbDBJ9AsTmIEYISBQggBiRTAAxGEE0yKR0ID4HxF9gEgABBNICw05ALArTWgDEPEDsCpPdDrX3GxNU7x8gdgRiAQaojDMQrwGpBgggZENhuBCq6CeUNmBiQIAoqJEgMUsgZgdiWyA+D1PUAMRyUPZaIC6BangE88NrIN6EZJ0d1JrlMDGQ70WBeC5UJwhsgAYNHAAEEDaHg3AbEKfD+NgUwHwFAjewKQIp+APETECsBFW4ADmafgMxMxArQH0FAi+A+CvMBBWoLmYo/RiIPaFsLRZoSuGG6gTFMSdYNwODBdTUhyBTfkOxAFSnLRC/AeKdyL4DAUYkx9+FigmgK3oHxCzQ1AcCgsi+BhH8/1GBBHrYAQQYrhBHx7lA/BHNsAOgZESsQUVA/BeqEURXArElEB9CMvAYEBvic8F3JMU1WNSYAPELqPxNdEleID4MlfwKdYEiEB+EBqQrVJ0VNA3BwEImBlTADs50EPAMiHcC8QcoWxCIdwHxLSj/ADQxgDJPPMh0TiBuhpq8FpoY1yLZdhWI9YBYHojvIwU0K3qsnYRKfgDiHCBmg0pKAfEyaNoEeeUBkuF52KL/BFTyFRAHoylwREpcILAaiIWwRRCI4AbimUiK30Pz/2MksY2gMg5fUkHmgMKqAIgvQhMfKDw6gJiPmEQLAGnwxOO7iA4UAAAAAElFTkSuQmCC);
    position: absolute;
    right: 20px
}

.post.format-status .post-content .status-inner .icon {
    bottom: 17px;
    height: 16px;
    width: 18px;
    display: block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAARCAYAAAFIn6dRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REE3RTRBOEVDMEJDMTFFMjg4NDZFNUJEMzY5NzhCODUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REE3RTRBOEZDMEJDMTFFMjg4NDZFNUJEMzY5NzhCODUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEQTdFNEE4Q0MwQkMxMUUyODg0NkU1QkQzNjk3OEI4NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEQTdFNEE4REMwQkMxMUUyODg0NkU1QkQzNjk3OEI4NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pn+9K3gAAAD+SURBVHjaYvj//38IEH8D4ucMQOLrfyhgBGIGGAAIIBDnG4wBFmYC4iqQAEAAgUS+AhlcDEgAJCgGpF8C8UIg/gjEnwECCG4IEuCCG4ism4kBCwAJToKyJ8HYjJi6GRgAAggk+BNIszHgB2B7/jAQAZiIMA2ukBVkNJSfC2WjYwaAAGIEBzgDAz8ew+KwBQ46+MVEhLP+MBHreKooYmMBEq1ArA7EISBHAvEMNEWtoOQGwtZA/AvKxsAw637jiwGAAAOFEyipiTFQBl4BsTjIRh4GygEP0UFKLBjchh2igjkQM9DSgM5/BPgLxAW40go2jC7gCMT/gDiDFENgGADvrucrDHT7bwAAAABJRU5ErkJggg==);
    position: absolute;
    right: 20px
}

@media only screen and (-o-min-device-pixel-ratio:3/2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5), only screen and (min-resolution:144dpi) {
    body .post.quote .post-content .quote-inner .icon {
        background-size: 19px 17px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAiCAYAAAFEq5suAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDUzQzc2NEZEQjgwMTFFMkIzNEVEQ0ZERjE1MEU2RDAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDUzQzc2NTBEQjgwMTFFMkIzNEVEQ0ZERjE1MEU2RDAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpENTNDNzY0RERCODAxMUUyQjM0RURDRkRGMTUwRTZEMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpENTNDNzY0RURCODAxMUUyQjM0RURDRkRGMTUwRTZEMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpatMssAAANkSURBVHjaYvz//z8DOmCB0iAZRiB+AsRHGEAqgfgrlAbh/0xAmTgg5kLSwcAINROmHQR6AAKIEZtFTDAtyNqZoNpgEiD2FBZcKluQLAGrBggguNuAgBnJrSC8Dohfw/jILkK2C0OMCU0AGUxC1gAyUQjIeIviHkzN6QABhDUwsAWOJw5r/yMrsoeyf+BSCLPuGxBzovkSpugbenD8h5qOEeKGBMKLARb6yAAkdg9ZgAnNDY+h9HpUlyHici9aXO6FmQwQQMiCgmiK8GEnbOIgogaH+7HhF2jqXqMbBsNz0RRW4DH0E5pafnTDQJgNTVEGHgMz0NQyY1OUTaSXGaDehAMWPPkDGwAloHP4Un05A/HgGD5JWJq+D8QK2OTxZS0k8AmI+QECiKhMSyxATv42JOjjxioKjZUP0AiZQyD2uJEizwRbDkAHE3AYJIZFrSq6YYxYFBngMFAdX9ZDVkhs/tRFU/cSm2HKaIp68Bg4E02tGHpVAgKPgFiWQDrDlt6eAbE0esmohcYXw2NYExJbCjlp4Aq7iQSSCjIQhLnsCVIVgQx80fjMSOow1IIM2wDyLw6vKKLx/+DxthLIMH88Cl6QkMWeMxFQsJEEwzaBksZvpDYVOmBF8xq+IgbcEpHAITkfSxgV41Crh5w0eID4OTSK/wKxF57kYANVAwLPQK0dmBxAgFG1cKQmQI9MDSC+DcR/gbiCSnaAsnczNO6uYEm6DPgK7UKkIEUHS6HFJwOJWB6IL+Aw8yMQm+LTDwoxXiC2wBJ6MBAFxP+AOIPEkNJCKxiRAR8QnwLim6DKFl+IwXDjf/zgChCzkxhyskD8hIC50diqTHQMsvgsHkM+A7EIGVEbQsBx7YQcBsOVeAwBNUD5yHCcALSGxQUaiHEYtgYrMjhKhsNgDeZHeMx1JcZhILwSjyERZDpOE4+ZN7A5jAcahWeg0QVq+93FY8g+Ih0CKuGXQzPBTyB+CMRf8Jhrh1zmvPtPOvhOwEG9/8kD5SzQsuYBmaU6Mx65OUCcTK65oEI1loLq5goeuThKzGWC1o3kgjo8cuSaexbUiMLV+CYGRBJRV/4i0UxQzcKKnitBHZ+bRGieiWVgCh+uJ8LM5+iVOq72GCiK1aCt7s/QaHlPhSaQENRcTmgv5ja0gYABAOk9E9L+nb8RAAAAAElFTkSuQmCC)
    }

    body .post.link .post-content .link-inner .icon {
        background-size: 18px 20px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAYAAAHhxWh1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkM3QTMyQjREQjgxMTFFMkJCNDZCMDI0NzZBQTI2NjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkM3QTMyQjVEQjgxMTFFMkJCNDZCMDI0NzZBQTI2NjAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQzdBMzJCMkRCODExMUUyQkI0NkIwMjQ3NkFBMjY2MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQzdBMzJCM0RCODExMUUyQkI0NkIwMjQ3NkFBMjY2MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhiFuTQAAASSSURBVHjaYvz//z8DEgBxGJnQBUA0TPAKEOsC8VYQhwWIeYH4ExBfhioAaxcH4ikwARABEECMSBZJArEFA0gAiMWA+B4Qq8NUwJQ9BsmCQCtUpTBIBdw9IBoggGBmIGPF/6jgMrIkJ1TwIRBXI4n/Z4FaCvLZeyi7GIjfQq1iA1kHsv8njIMWRnCPgkxiB+IFSBIMaBoYAAIIm8NB+AIQ/4bxWRgwwX98cYXuFpiV/5lwORYKDqLHEIgB0vQPSTFIzAnm0DykEGZAYruA+LB4QtZ5HIi5gVgPZjUTmjtA9EuoAgPkcEK2ZgWU7YkcbgxobgCBEPTABQggXCGOjjX+YwcXiDVICk3jTai4Jpr4FFwGSKMpvI1DXRtywKDjDiQDXkDFeqD8/UjqVv9HC2F0vBxJPhsq5ojmwjakCAhCDiNVNMNr0TT6Q8XXIomJosfaDCTJq2iu6wbi01D2NjTDGdEN2oMkmYDFq6vRDHDBFiQwxiw0xfOAeDeamC++pIIuUIEl0bkQk2gBAojYlA3CaUiG7wRiPnIMuoQji+iSYtCZ//iBFjEGnULTpAkVv4gmzo7PkCNoivXQ5K8hyU3HZch+NEMMcaiDgT/YJKejGWKOVCIgq+NGUvMP3RAWNEOsoOJ/oXwRKJ8DTV05ukECSJLzoWL30DQJo5VX77HFGrJN/5DEn6EZxgrEe4H4HbZ0dB1K30TS8AFJ/hWSOKjwY8eWsk9CFZRCFfzHYRgMfMWW19ahaWSBSv5BElMCYgkk/ktsBiEDAyzpRANLbZKIz6AGHIlOFM2QB9jUIVfaP4CYE61hwQ/EH5D4z4BYGksLBVyxf4SyOYD4K5IcD5ohb3AZAjNIBonPBW1KpAPxZyRxUKtBlAEPgLVs+JBchg7eAbEwAwEAa7OAmrsCQPwTTf4JMYaAAECAkVJmE4NVkRI3PrAUiFUorUQIOeT8f9IBqGLXoaaD5AiECKiKiADiAmiphQvsgzVJyHWIJBCfwGPBbVhlh4ZVoKGCDfwCleukOgRUlBzE45C7QKxPhDl60PIMHTwg1iEyWJpK6A4xJdFzmVjM+UGMRjuQQhwOeQrElkhqJ0DFD6M3U5EwqFpZhcO8E4Qcw4ulOQICb4HYBqoGVEt2IdXnyGA3tEqGmdeJJ5TvgKooQg7ix5GdD0L70jB1ttDQwgU2Q80CqQ1Fk3sDxH6Esr0x1GegojwOhyUfoIYj63MA4uc41H9EKnNcobV9GKGCUROp2QlKqFxQR6Xi8T2ofAlGM8cF2tNHB2fQW+W4HKQAxMdwhAIsOJmBuBFHWoGpdUAyvACHOglCDnLH4/trWJo3sC7qPyR1x6HVB0hOHNo/wQZ2QEMdr4Nu46hjjIkoEoqQ+jIgn2/B47lj0FxLsIf2EkdtzEpkASeIpeWJDB4T212EOagYh0GgXBCNRzMPngIONtrgTmo9CWMk4jH4MzTr8yClkWV41IN6BF7ktiCQOaDENuc/+eAF0kgHAzUchJwmFpPgkE/YCjhyMSPayDEyYAZidSBOBuIwIBZDkrsHxIuAeCkQP2KgIgAAdUJBL2aIPiAAAAAASUVORK5CYII=)
    }

    body .post.format-status .post-content .status-inner .icon {
        background-size: 19px 17px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAiCAYAAAFEq5suAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjhCOEZDNTdEQjgxMTFFMjhFODdGNTRCNEY3M0EzNTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjhCOEZDNThEQjgxMTFFMjhFODdGNTRCNEY3M0EzNTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2OEI4RkM1NURCODExMUUyOEU4N0Y1NEI0RjczQTM1MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2OEI4RkM1NkRCODExMUUyOEU4N0Y1NEI0RjczQTM1MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgPkUysAAAG1SURBVHjaYvz//z8DEHxjQIBfjEDBr0AGF5IgAxMDFsAI1f4fm8p3IAUwDBBAIJXf0HRzgQT/oxuJ1SKsgixQw1EAQADBLOJkwA/A9vxnIAIwYbMGl0IuJMVvkQMACTMABBAD0I0LQO7Eg5WwBQ5x4TIIFO0ioMaMEclz/3EFMLJ1OGMAIIBAgbn0P3UAA9akTyZgZGKgIhjchh2glmGMWBI9sgAoT4lQ6s3n0PQkQorLAAII5DIlIH0OiNnI9N0qIE6AJVpqgKWwRPufCmH/HZTwqZU0/g/+RDtq2MAYxkhNw/bDspMphVlpJygTgTMSjAHFNWgKvdDk8WIWLG0WGPAE4h2k+JUFh7gzEO8jNeDQDWMHYlsgPkJOLAAEGMivykB85f/AgytQtzDAysaPQAfyMQwO8AmI+WHpn4Vh8AAWmhQZg7YsG3XYqMNGHUYlh/0bRO75h+wwOyB+Nggc9QzqFowuDmiUQhytd1sAxHl4DANVZxlAfJLC1vlLaJMfa4sAJPEATdN7HIa9hvZqttG8biISvADiGCDeS7dKE18nCBrUUeQ00mjlsCdAHATE6+mdEwBLHyxfwU/IkwAAAABJRU5ErkJggg==)
    }
}

.post .post-content.quote a,
.post .post-content.link a {
    display: block;
    z-index: 10
}

.post.quote .post-content h3,
.post.link .post-content h3,
.masonry.classic_enhanced .post.quote.masonry-blog-item h3.title,
.masonry.classic_enhanced .post.link.masonry-blog-item h3.title {
    color: #fff;
    font-size: 26px;
    line-height: 34px;
    display: block;
    margin-bottom: 15px
}

.post.format-quote .post-content h3,
.post.format-link .post-content h3 {
    margin-bottom: 15px
}

.single .post.format-quote .post-content h3,
.single .post.format-link .post-content h3 {
    margin-bottom: 20px
}

    .single .post.format-link .post-content h3 a {
        color: inherit
    }

body .meta_overlaid .post.quote .post-content h3,
body .meta_overlaid .post.link .post-content h3 {
    font-size: 18px;
    line-height: 30px
}

.post.quote .post-content .quote-below-content h2 {
    color: inherit
}

.format-status .post-content h2 a {
    color: #fff
}

.post.quote .post-content a:hover .quote-inner,
.post.link .post-content a:hover .link-inner {
    background-color: #333
}

.post .post-meta a {
    color: #888
}

.post-content.classic .post-header > span:after {
    background-color: #888;
    width: 1px;
    margin: 0 4px;
    height: 11px;
    content: '';
    display: inline-block
}

.masonry .post-content.classic .post-header > span:after {
    height: 10px;
    margin: 0 6px
}

.post-content.classic .post-header > span:last-of-type:after {
    display: none
}

.post .post-meta a:hover {
    color: #000
}

.post h3.title {
    margin-bottom: 4px
}

.post .post-meta {
    display: block;
    margin-bottom: 20px;
    border-right: 1px solid #e6e6e6
}

    .post .post-meta.no-img {
        top: 6px
    }

.post .content-inner .post-featured-img img {
    max-width: none;
    margin-bottom: 15px;
    width: 100%
}

.post .post-meta .date {
    font-size: 12px;
    padding-bottom: 2px;
    margin-bottom: 12px;
    position: relative;
    transition: all .2s linear 0s
}

.masonry.classic .nectar-love-wrap .nectar-love-count {
    font-size: 12px
}

.post .post-meta .month,
.post .post-meta .year {
    display: block;
    font-size: 17px;
    line-height: 10px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 4px;
    padding: 0;
    font-weight: 600
}

.post .post-meta .year {
    margin-top: 5px
}

.post .post-meta .day {
    display: block;
    font-size: 30px;
    line-height: 29px;
    text-align: center;
    padding: 0 12px;
    font-weight: 700;
    text-transform: uppercase
}

.post .post-meta .date {
    padding-bottom: 17px;
    border-bottom: 1px solid #e6e6e6
}

.post.video .video-wrap,
.single-portfolio .video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 15px
}

    .post.video .video-wrap iframe,
    .single-portfolio .video-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.post.video .mejs-container {
    margin-bottom: 15px
}

.post.audio .audio-wrap,
.main-content .audio-wrap {
    margin-bottom: 15px
}

.post .gallery-slider .gallery,
.post .gallery-slider .jetpack-slideshow {
    display: none
}

.post table {
    width: 100%
}

    .post table td,
    .post table th {
        text-align: center
    }

    .post table tbody td {
        padding: 5px;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        color: #676767
    }

    .post table tbody tr td:first-child {
        border-left: 1px solid #e6e6e6
    }

    .post table th {
        border-bottom: 1px solid #e6e6e6;
        color: #676767
    }

    .post table #prev {
        text-align: left;
        position: relative;
        z-index: 2
    }

    .post table #next {
        text-align: right;
        position: relative;
        z-index: 2
    }

.post caption {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    text-align: center
}

.hentry .updated.rich-snippet-hidden,
#page-header-bg[data-post-hs=default_minimal] #single-below-header .updated.rich-snippet-hidden,
.post-area[data-remove-post-date="1"] article .date,
.post-area[data-remove-post-date="1"].masonry.classic_enhanced .post-header > span,
.post-area[data-remove-post-date="1"].masonry.material .masonry-blog-item .grav-wrap .text > span,
.post-area[data-remove-post-date="1"].featured_img_left .grav-wrap .text span,
.blog-recent[data-style*=classic_enhanced][data-remove-post-date="1"] .post-header > span,
.blog-recent[data-style=title_only][data-remove-post-date="1"] .post-header > span,
.blog-recent[data-style=minimal][data-remove-post-date="1"] .post-header > .meta > span {
    display: none
}

.post-area[data-remove-post-author="1"] article .meta-author,
.post-area[data-remove-post-author="1"].masonry.material .masonry-blog-item .grav-wrap .text a,
.post-area[data-remove-post-author="1"].masonry.material .masonry-blog-item .grav-wrap > a,
.post-area[data-remove-post-author="1"].featured_img_left .grav-wrap .text a,
.post-area[data-remove-post-author="1"].featured_img_left .grav-wrap > a,
.post-area[data-remove-post-author="1"].standard-minimal .post-author .grav-wrap,
.blog-recent[data-style=default][data-remove-post-author="1"] .meta-author,
.blog-recent[data-style*=classic_enhanced][data-remove-post-author="1"] .meta-author,
.nectar-recent-posts-single_featured[data-remove-post-author="1"] .grav-wrap > a,
.nectar-recent-posts-single_featured[data-remove-post-author="1"] .grav-wrap .text > span {
    display: none
}

.post-area[data-remove-post-comment-number="1"] article .meta-comment-count,
.blog-recent[data-style=default][data-remove-post-comment-number="1"] .meta-comment-count,
.blog-recent[data-style*=classic_enhanced][data-remove-post-comment-number="1"] .meta-comment-count {
    display: none
}

.post-area[data-remove-post-nectar-love="1"] article .nectar-love,
.post-area[data-remove-post-nectar-love="1"].masonry.classic_enhanced article .nectar-love-wrap {
    display: none;
    pointer-events: none
}

body.single-post .container-wrap[data-remove-post-author="1"][data-remove-post-date="1"] .blog-recent[data-style*=classic_enhanced].related-posts .inner-wrap,
.blog-recent[data-style*=classic_enhanced][data-remove-post-nectar-love="1"][data-remove-post-comment-number="1"][data-remove-post-author="1"] .inner-wrap {
    padding-bottom: 0
}

.post-area[data-remove-post-date="1"][data-remove-post-nectar-love="1"]:not(.masonry):not(.standard-minimal) .post .post-content,
.post-area[data-remove-post-author="1"].standard-minimal .post .post-content {
    padding-left: 0
}

.post-area[data-remove-post-author="1"].standard-minimal .post-author {
    position: relative;
    text-align: left;
    width: auto
}

.container-wrap[data-remove-post-comment-number="1"][data-remove-post-author="1"] .blog-recent[data-style*=classic_enhanced].related-posts .post-meta,
.post-area.masonry.material[data-remove-post-author="1"][data-remove-post-date="1"] .masonry-blog-item .grav-wrap,
.post-area.featured_img_left[data-remove-post-author="1"][data-remove-post-date="1"] .post-content-wrap .grav-wrap {
    display: none
}

.post-area.masonry.classic_enhanced[data-remove-post-nectar-love="1"][data-remove-post-comment-number="1"][data-remove-post-author="1"] .post .post-meta,
#ajax-content-wrap .blog-recent[data-style*=classic_enhanced][data-remove-post-nectar-love="1"] .nectar-love-wrap,
.blog-recent[data-style*=classic_enhanced][data-remove-post-nectar-love="1"][data-remove-post-comment-number="1"][data-remove-post-author="1"] .post-meta {
    display: none
}

p > a > i.icon-3x {
    margin-bottom: 0
}

#pagination {
    position: relative;
    margin-bottom: 10px;
    height: 32px;
    width: 100%
}

    #pagination.fw-pagination {
        text-align: center;
        height: auto;
        padding: 10px 0 50px;
        margin-bottom: 0
    }

        #pagination.fw-pagination.alt-style-padding {
            padding: 50px 0
        }

        #pagination.fw-pagination > div {
            float: none;
            display: inline-block
        }

    #pagination.infinite_scroll {
        display: none
    }

    #pagination span:not(.page-numbers),
    #pagination a:not(.page-numbers) {
        background-color: #333
    }

    #pagination span,
    #pagination a,
    #pagination .next.inactive,
    #pagination .prev.inactive,
    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce .container-wrap nav.woocommerce-pagination ul li span,
    .container-wrap nav.woocommerce-pagination ul li span {
        background-repeat: no-repeat;
        cursor: pointer;
        display: inline-block;
        padding: 11px 13px 10px 13px !important;
        background-position: -21px center;
        position: relative;
        text-transform: capitalize;
        color: #fff !important;
        transition: all .45s cubic-bezier(.25, 1, .33, 1);
        border-radius: 2px;
        font-family: 'Open Sans';
        font-weight: 700
    }

.woocommerce nav.woocommerce-pagination ul li {
    overflow: visible
}

    body #pagination span.page-numbers.dots,
    body #pagination > a,
    .woocommerce nav.woocommerce-pagination ul li a,
    body nav.woocommerce-pagination ul li span.page-numbers.dots {
        background-color: transparent !important;
        font-size: 12px !important;
        line-height: 14px
    }

    body #pagination span.page-numbers.dots,
    body #pagination > a,
    .woocommerce nav.woocommerce-pagination ul li a,
    body nav.woocommerce-pagination ul li span.page-numbers.dots,
    body #pagination .page-numbers.prev,
    body #pagination .page-numbers.next,
    body.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev,
    body.woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
        color: inherit !important
    }

body #pagination > span.page-numbers.current,
body nav.woocommerce-pagination span.page-numbers.current {
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, .16);
    box-shadow: 0 6px 15px rgba(0, 0, 0, .16);
    margin: 0 8px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 14px;
    font-size: 12px !important
}

body #pagination .page-numbers.prev,
body #pagination .page-numbers.next,
body.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev,
body.woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
    width: auto;
    background-color: transparent;
    background-image: none;
    text-indent: 0 !important;
    border: 0
}

#ajax-content-wrap nav.woocommerce-pagination .page-numbers.prev,
#ajax-content-wrap nav.woocommerce-pagination .page-numbers.next body nav.woocommerce-pagination .page-numbers.prev,
body nav.woocommerce-pagination .page-numbers.next {
    width: auto
}

body #pagination > span:first-child.page-numbers {
    margin-left: 0 !important
}

body #pagination > a:hover,
body #pagination > a.page-numbers:hover,
body nav.woocommerce-pagination li a:hover {
    background-color: transparent !important
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce .container-wrap nav.woocommerce-pagination ul li span,
.container-wrap nav.woocommerce-pagination ul li span {
    line-height: 11px !important
}

#pagination > div {
    float: left;
    margin: 0 5px 0 0
}

    #pagination > div:first-child {
        margin-left: 0
    }

#pagination .next a:hover,
#pagination .prev a:hover,
#pagination a.page-numbers:hover,
#pagination span.page-numbers.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce .container-wrap nav.woocommerce-pagination ul li:hover span,
.woocommerce nav.woocommerce-pagination ul li a:active {
    background-color: #000
}

#pagination span {
    cursor: default
}

#pagination a,
#pagination span {
    display: inline-block
}

#pagination .next a,
#pagination .next.inactive,
#pagination .page-numbers.next,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.next,
#pagination .prev a,
#pagination .prev.inactive,
#pagination .page-numbers.prev,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
    text-indent: -9999px;
    height: 32px;
    width: 32px;
    background-repeat: no-repeat !important
}

#pagination a.page-numbers,
#pagination span.page-numbers {
    font-size: 12px;
    line-height: 11px
}

#pagination .next.inactive,
#pagination .prev.inactive {
    background-color: #eae8e5;
    cursor: default !important;
    height: 32px;
    width: 32px;
    margin: 0 5px 0 0
}

#pagination .next a,
#pagination .next.inactive,
#pagination .page-numbers.next,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAJCAYAAAE3CV5oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzE4QTMwRUU3QTNGMTFFMjg2QUM4RkFFRTcyOUQwQUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzE4QTMwRUY3QTNGMTFFMjg2QUM4RkFFRTcyOUQwQUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozMThBMzBFQzdBM0YxMUUyODZBQzhGQUVFNzI5RDBBRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozMThBMzBFRDdBM0YxMUUyODZBQzhGQUVFNzI5RDBBRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmSgrWwAAAEZSURBVHjaYvz//z8DOmBiwAIAAogBqHIaSDUS5gGpfISm7hdAAIFk9qOpxIoBAgjGkMajaD1MYR8RJsIZEngUgT0BEEAwzmUg7iDGrTgw838IMISF2UsglmcgH3BD6XcAAQQPY1ggkIGlkeMM5EJDIP4MxCFkuu4pEH8C4ssgDuN/SOJhZKAc9IEcxwIkFIAYZCg/1CZywHIgFgViR5CXHwIxOxB3kGmYBBBfBGIXEAcgwJADVxyIt0KjfwUQ81KQjEjFvFA7/0PdII6cpUKB+CEQfwTiaDo6CheOhroF5KZQUJS8AuK3QMwHzSvUSEDkAkaoG/igbnoFcuBBIDaCZkY5IP4HxHuBWISODhOB2vkP6gZuqJsOAgBShh76OsbzAgAAAABJRU5ErkJggg==);
    background-position: -20px 12px
}

#pagination .prev a,
#pagination .prev.inactive,
#pagination .page-numbers.prev,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAJCAYAAAE3CV5oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzE4QTMwRUU3QTNGMTFFMjg2QUM4RkFFRTcyOUQwQUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzE4QTMwRUY3QTNGMTFFMjg2QUM4RkFFRTcyOUQwQUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozMThBMzBFQzdBM0YxMUUyODZBQzhGQUVFNzI5RDBBRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozMThBMzBFRDdBM0YxMUUyODZBQzhGQUVFNzI5RDBBRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmSgrWwAAAEZSURBVHjaYvz//z8DOmBiwAIAAogBqHIaSDUS5gGpfISm7hdAAIFk9qOpxIoBAgjGkMajaD1MYR8RJsIZEngUgT0BEEAwzmUg7iDGrTgw838IMISF2UsglmcgH3BD6XcAAQQPY1ggkIGlkeMM5EJDIP4MxCFkuu4pEH8C4ssgDuN/SOJhZKAc9IEcxwIkFIAYZCg/1CZywHIgFgViR5CXHwIxOxB3kGmYBBBfBGIXEAcgwJADVxyIt0KjfwUQ81KQjEjFvFA7/0PdII6cpUKB+CEQfwTiaDo6CheOhroF5KZQUJS8AuK3QMwHzSvUSEDkAkaoG/igbnoFcuBBIDaCZkY5IP4HxHuBWISODhOB2vkP6gZuqJsOAgBShh76OsbzAgAAAABJRU5ErkJggg==);
    background-position: 13px 12px
}

@media only screen and (-o-min-device-pixel-ratio:3/2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5), only screen and (min-resolution:144dpi) {
    #pagination .next a,
    #pagination .next.inactive,
    #pagination .page-numbers.next,
    .woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAASCAYAAAG7hmlcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjlGNTEzODNERUQyMTFFMkIzRURDMkI3MjcxNzg0Q0UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjlGNTEzODRERUQyMTFFMkIzRURDMkI3MjcxNzg0Q0UiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2OUY1MTM4MURFRDIxMUUyQjNFREMyQjcyNzE3ODRDRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2OUY1MTM4MkRFRDIxMUUyQjNFREMyQjcyNzE3ODRDRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmXJjK4AAAIvSURBVHjaYvj//z8DEMtCaZyYiYGBoR6IHzPgB1owHSsImKgEEEAMhKwE4hgQzfgfRDIwMBKw+j8TVFEmHkUfQGoAAghmvP1/CGAgEwfA9DNCXMhwFRwChJ2K1xtA7AIQQMi2vKPAhYthbJgACDyjwEAQOA8zEAR2UWAYsqFfkDk+FBh2Hz1SYIHKSEGEgPUCBBC6Tbr/EeADFYKB1CDDCH4YYzKSgot0dhgytkZyx1dkB75AkrAcQAeC8Ckkt0SiSx5Aksyks8M+INltCBMHCCBcmTxmAELuHbaKA13RLiRfDFTo6eJy4HkkRQEDEILPkOy3R3fgVyRJ6wHMIBeR3DEZ5sAvSIJaA5yD0ZNZPUggEkng1AA7zhLJLS+Qo9gZSeL+ADnOB8kNV7FlEsMBrOYykew+gN4ehYHzQKzMMLBgJRA7IAsABBgTAZ+pAvFaJN99AuLCQZCRaIULoX6EgbXQMMDb48AGTIH4CBDfAuIgJPF/QPyJYfiCT1A/wkAQNAyOQMMES8MVNUQ9gfjGf0xwB4hdhnHKQ8cuUD+jgxvQMMJoKbQC8UcsGo4BsdEICjh0bAQNA3TwERpm4ADMwxF4+4HYYAQHHgwbQMMCWyDmISv0Rerb/kers51GYMA5Qf2ODu5DwwpndwnUGjuNReNzIA4fAQEXDvUrOjiNrTOOzyBNIN6CxaD3wzjw3mPx7xZoWGDVQ4yh0kA8G4hfAnHYCEiBYVC/zob6Ha96AOebYcGpt/DRAAAAAElFTkSuQmCC);
        background-size: 40px 9px
    }

    #pagination .prev a,
    #pagination .prev.inactive,
    #pagination .page-numbers.prev,
    .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAASCAYAAAG7hmlcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjlGNTEzODNERUQyMTFFMkIzRURDMkI3MjcxNzg0Q0UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjlGNTEzODRERUQyMTFFMkIzRURDMkI3MjcxNzg0Q0UiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2OUY1MTM4MURFRDIxMUUyQjNFREMyQjcyNzE3ODRDRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2OUY1MTM4MkRFRDIxMUUyQjNFREMyQjcyNzE3ODRDRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmXJjK4AAAIvSURBVHjaYvj//z8DEMtCaZyYiYGBoR6IHzPgB1owHSsImKgEEEAMhKwE4hgQzfgfRDIwMBKw+j8TVFEmHkUfQGoAAghmvP1/CGAgEwfA9DNCXMhwFRwChJ2K1xtA7AIQQMi2vKPAhYthbJgACDyjwEAQOA8zEAR2UWAYsqFfkDk+FBh2Hz1SYIHKSEGEgPUCBBC6Tbr/EeADFYKB1CDDCH4YYzKSgot0dhgytkZyx1dkB75AkrAcQAeC8Ckkt0SiSx5Aksyks8M+INltCBMHCCBcmTxmAELuHbaKA13RLiRfDFTo6eJy4HkkRQEDEILPkOy3R3fgVyRJ6wHMIBeR3DEZ5sAvSIJaA5yD0ZNZPUggEkng1AA7zhLJLS+Qo9gZSeL+ADnOB8kNV7FlEsMBrOYykew+gN4ehYHzQKzMMLBgJRA7IAsABBgTAZ+pAvFaJN99AuLCQZCRaIULoX6EgbXQMMDb48AGTIH4CBDfAuIgJPF/QPyJYfiCT1A/wkAQNAyOQMMES8MVNUQ9gfjGf0xwB4hdhnHKQ8cuUD+jgxvQMMJoKbQC8UcsGo4BsdEICjh0bAQNA3TwERpm4ADMwxF4+4HYYAQHHgwbQMMCWyDmISv0Rerb/kers51GYMA5Qf2ODu5DwwpndwnUGjuNReNzIA4fAQEXDvUrOjiNrTOOzyBNIN6CxaD3wzjw3mPx7xZoWGDVQ4yh0kA8G4hfAnHYCEiBYVC/zob6Ha96AOebYcGpt/DRAAAAAElFTkSuQmCC);
        background-size: 40px 9px
    }
}

#author-bio {
    padding-bottom: 50px;
    margin-bottom: 50px;
    margin-top: 0;
    min-height: 80px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border-bottom: 1px solid #ddd;
    position: relative
}

    #author-bio #author-info {
        width: 100%;
        padding-left: 105px
    }

    #author-bio img {
        width: 80px;
        height: 80px;
        margin-bottom: 0;
        position: absolute;
        left: 0;
        top: 0
    }

    #author-bio .clear {
        padding-bottom: 0
    }

.auto_meta_overlaid_spaced .masonry-blog-item {
    padding: 4px
}

.blog-fullwidth-wrap .post-area.auto_meta_overlaid_spaced.span_12 {
    padding: 4px
}

.post-area.auto_meta_overlaid_spaced {
    margin: 0 0 0 -4px
}

body .post-area.auto_meta_overlaid_spaced.span_12 {
    width: calc(100% + 8px)
}

.auto_meta_overlaid_spaced[data-ams="8px"] .masonry-blog-item {
    padding: 8px
}

.blog-fullwidth-wrap .post-area.auto_meta_overlaid_spaced.span_12[data-ams="8px"] {
    padding: 8px
}

.post-area.auto_meta_overlaid_spaced[data-ams="8px"] {
    margin: 0 0 0 -8px
}

body .post-area.auto_meta_overlaid_spaced.span_12[data-ams="8px"] {
    width: calc(100% + 16px)
}

.auto_meta_overlaid_spaced[data-ams="12px"] .masonry-blog-item {
    padding: 12px
}

.blog-fullwidth-wrap .post-area.auto_meta_overlaid_spaced.span_12[data-ams="12px"] {
    padding: 12px
}

.post-area.auto_meta_overlaid_spaced[data-ams="12px"] {
    margin: 0 0 0 -12px
}

body .post-area.auto_meta_overlaid_spaced.span_12[data-ams="12px"] {
    width: calc(100% + 24px)
}

.auto_meta_overlaid_spaced[data-ams="16px"] .masonry-blog-item {
    padding: 16px
}

.blog-fullwidth-wrap .post-area.auto_meta_overlaid_spaced.span_12[data-ams="16px"] {
    padding: 16px
}

.post-area.auto_meta_overlaid_spaced[data-ams="16px"] {
    margin: 0 0 0 -16px
}

body .post-area.auto_meta_overlaid_spaced.span_12[data-ams="16px"] {
    width: calc(100% + 32px)
}

.auto_meta_overlaid_spaced[data-ams="20px"] .masonry-blog-item {
    padding: 20px
}

.blog-fullwidth-wrap .post-area.auto_meta_overlaid_spaced.span_12[data-ams="20px"] {
    padding: 20px
}

.post-area.auto_meta_overlaid_spaced[data-ams="20px"] {
    margin: 0 0 0 -20px
}

body .post-area.auto_meta_overlaid_spaced.span_12[data-ams="20px"] {
    width: calc(100% + 40px)
}

.blog-fullwidth-wrap .post-area.auto_meta_overlaid_spaced.span_12,
.blog-fullwidth-wrap .post-area.auto_meta_overlaid_spaced.span_12[data-ams] {
    margin: 0;
    width: 100% !important
}

.auto_meta_overlaid_spaced .post-header .meta-author,
.auto_meta_overlaid_spaced .post-header .meta-category,
.auto_meta_overlaid_spaced .post-header .meta-comment-count {
    display: none
}

.auto_meta_overlaid_spaced .masonry-blog-item .inner-wrap {
    background-color: transparent;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    transform: translateZ(0)
}

.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap,
.ascend .auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap,
.auto_meta_overlaid_spaced .post.quote.masonry-blog-item .quote-inner,
.auto_meta_overlaid_spaced .post.link.masonry-blog-item .link-inner {
    padding: 30px !important
}

.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img,
.auto_meta_overlaid_spaced .content-inner > a,
.auto_meta_overlaid_spaced .masonry-blog-item .content-inner,
.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

    .auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img:after {
        top: auto;
        bottom: 0;
        height: 75%
    }

body .auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img {
    transition: transform .7s cubic-bezier(.2, 1, .22, 1);
    backface-visibility: visible;
    background-size: cover;
    background-position: center;
    width: 100.5%;
    height: 100.5%
}

    body .auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img.no-img {
        background-color: rgba(0, 0, 0, .2)
    }

.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img:after {
    content: '';
    background: linear-gradient(to bottom, rgba(35, 35, 35, 0), rgba(35, 35, 35, .65) 100%)
}

.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.auto_meta_overlaid_spaced .masonry-blog-item .content-inner > a {
    z-index: 30
}

.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap {
    left: 0
}

.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap,
.auto_meta_overlaid_spaced .post.quote.masonry-blog-item .quote-inner,
.auto_meta_overlaid_spaced .post.link.masonry-blog-item .link-inner {
    pointer-events: none;
    z-index: 33;
    position: absolute;
    bottom: 0;
    width: 100%
}

.auto_meta_overlaid_spaced .post.quote.masonry-blog-item .quote-inner,
.auto_meta_overlaid_spaced .post.link.masonry-blog-item .link-inner {
    height: 100%
}

    .auto_meta_overlaid_spaced .post.quote.masonry-blog-item .quote-inner .quote-wrap,
    .auto_meta_overlaid_spaced .post.link.masonry-blog-item .link-inner .link-wrap {
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        position: absolute;
        padding: 30px
    }

.auto_meta_overlaid_spaced .post.link .full-post-link,
.auto_meta_overlaid_spaced .post.quote .full-post-link {
    pointer-events: all
}

.auto_meta_overlaid_spaced.post-area.masonry .post .quote-inner,
.auto_meta_overlaid_spaced.post-area.masonry .post .link-inner {
    margin-bottom: 0
}

.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap h3 a,
.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap h3 a:hover,
.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a {
    color: #fff !important;
    transition: opacity .37s cubic-bezier(.52, .01, .16, 1)
}

.auto_meta_overlaid_spaced .meta-category a,
.auto_meta_overlaid_spaced .post.quote .author {
    font-weight: 600
}

.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a {
    opacity: .72
}

    .auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:hover {
        opacity: 1
    }

.post-area.auto_meta_overlaid_spaced .posts-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.post-area.auto_meta_overlaid_spaced .masonry-blog-item .post-content {
    height: 50vh
}

.post-area.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap .meta-category {
    pointer-events: all
}

.post-area.auto_meta_overlaid_spaced .masonry-blog-item {
    width: 25%;
    display: block
}

    .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+1),
    .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+6),
    .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+7),
    .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+8) {
        width: 50%
    }

        .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+1) .post-header,
        .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+6) .post-header,
        .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+7) .post-header,
        .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+8) .post-header {
            max-width: 55%
        }

.auto_meta_overlaid_spaced .masonry-blog-item .post-header,
.auto_meta_overlaid_spaced .masonry-blog-item .post-header h3 {
    margin-bottom: 0
}

.post-area.masonry.span_9.auto_meta_overlaid_spaced .masonry-blog-item {
    width: 50%
}

    .post-area.masonry.span_9.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(3n+1) {
        width: 100%
    }

@media only screen and (max-width:690px) {
    .post-area.auto_meta_overlaid_spaced .masonry-blog-item .post-content {
        height: 33vh
    }
}

@media only screen and (max-width:999px) {
    .post-area.masonry.auto_meta_overlaid_spaced .masonry-blog-item {
        width: 50%
    }

        .post-area.masonry.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(3n+1) {
            width: 100%
        }
}

@media only screen and (max-width:1600px) and (min-width:1001px) {
    .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item {
        width: 25%
    }

        .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item .post-header {
            max-width: 100%
        }

        .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+1),
        .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+6),
        .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+7),
        .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+8) {
            width: 50%
        }

            .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+1) .post-header,
            .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+6) .post-header,
            .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+7) .post-header,
            .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+8) .post-header {
                max-width: 55%
            }
}

@media only screen and (min-width:1601px) {
    .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item {
        width: 20%
    }

        .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item .post-header {
            max-width: 100%
        }

        .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(11n+1),
        .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(11n+7),
        .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(11n+9),
        .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(11n+10) {
            width: 40%
        }

            .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(11n+1) .post-header,
            .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(11n+7) .post-header,
            .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(11n+9) .post-header,
            .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(11n+10) .post-header {
                max-width: 55%
            }
}

.auto_meta_overlaid_spaced article .content-inner > .play svg {
    width: 14px;
    height: 14px
}

.auto_meta_overlaid_spaced article .content-inner > .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    height: 60px;
    width: 60px;
    z-index: 100;
    pointer-events: none
}

    .auto_meta_overlaid_spaced article .content-inner > .play:before {
        border-width: 3px
    }

.auto_meta_overlaid_spaced article:hover .content-inner > .play:before {
    transform: scale(1.14);
    -webkit-transform: scale(1.14);
    opacity: .4
}

.auto_meta_overlaid_spaced article .content-inner > .play svg path {
    fill: #fff
}

body .blog-recent[data-style*=classic_enhanced] .post-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    z-index: 300;
    width: 100%;
    margin-bottom: 0;
    border-right: 0
}

.masonry.classic_enhanced .post .post-header h2 a {
    color: inherit
}

.masonry.classic_enhanced .post .post-meta a,
.masonry.classic_enhanced .post .post-meta i:not(.icon-salient-heart),
.blog-recent[data-style*=classic_enhanced] .post-meta a,
.blog-recent[data-style*=classic_enhanced] .post-meta i:not(.icon-salient-heart) {
    transition: color .1s linear;
    -webkit-transition: color .1s linear
}

.masonry.classic_enhanced .post .post-meta a,
.masonry.classic_enhanced .post-header,
.masonry.classic_enhanced .post .excerpt,
.blog-recent[data-style*=classic_enhanced] .excerpt,
.blog-recent[data-style*=classic_enhanced] .post-meta a {
    color: #888
}

    .blog-recent[data-style*=classic_enhanced] .post-meta a .nectar-love-count {
        color: #888
    }

.masonry.classic_enhanced .post .post-meta a,
.masonry.classic_enhanced .post-meta .nectar-love-count,
.masonry.classic_enhanced .post-header,
.blog-recent[data-style*=classic_enhanced] .post-meta .nectar-love-count,
.blog-recent[data-style*=classic_enhanced] .post-header,
.blog-recent[data-style*=classic_enhanced] .post-meta a {
    font-size: 12px
}

    .masonry.classic_enhanced .post .post-meta i,
    .masonry.classic_enhanced .post .post-header .icon-salient-m-clock,
    .blog-recent[data-style*=classic_enhanced] .post-meta i,
    .blog-recent[data-style*=classic_enhanced] .post-header .icon-salient-m-clock {
        color: #b9b9b9
    }

.masonry.classic_enhanced .post.wide_tall .post-meta i,
.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .post-meta i {
    color: rgba(255, 255, 255, .5)
}

.masonry.classic_enhanced .post .post-meta a,
.blog-recent[data-style*=classic_enhanced] .post-meta a {
    display: inline-block;
    vertical-align: middle
}

.masonry.classic_enhanced .post .post-meta i,
.blog-recent[data-style*=classic_enhanced] .post-meta i {
    width: 15px;
    margin-right: 3px;
    font-size: 14px;
    top: 0
}

.masonry.classic_enhanced .post .post-meta .icon-salient-heart-2,
.blog-recent[data-style*=classic_enhanced] .post-meta .icon-salient-heart-2 {
    margin-right: 0
}

.masonry.classic_enhanced .post .post-meta .meta-comment-count i,
.blog-recent[data-style*=classic_enhanced] .post-meta .meta-comment-count i {
    width: 14px
}

.masonry.classic_enhanced .post .post-header .icon-salient-m-clock,
.blog-recent[data-style*=classic_enhanced] .post-header .icon-salient-m-clock {
    width: 14px;
    margin-right: 5px;
    font-size: 14px;
    top: 0
}

.masonry.classic_enhanced .posts-container article:not(.has-post-thumbnail) .meta-category a,
.masonry.classic_enhanced .posts-container .large_featured .meta-category a,
.blog-recent[data-style*=classic_enhanced] .inner-wrap:not(.has-post-thumbnail) .meta-category a {
    color: #000;
    border: 2px solid rgba(0, 0, 0, .2)
}

body[data-button-style^=rounded] .masonry.classic_enhanced .posts-container article .meta-category a,
body[data-button-style^=rounded] .blog-recent[data-style*=classic_enhanced] .meta-category a {
    border-radius: 100px
}

.masonry.classic_enhanced .posts-container article .meta-category a,
.masonry.classic_enhanced .posts-container .wide_tall .meta-category a,
.blog-recent[data-style*=classic_enhanced] .meta-category a {
    padding: 0 10px;
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .5);
    transition: all .2s ease
}

body .blog-recent[data-style*=classic_enhanced_alt] .meta-category a,
.blog-recent[data-style=classic_enhanced_alt] .inner-wrap:not(.has-post-thumbnail) .meta-category a {
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .5)
}

.masonry.classic_enhanced .posts-container article .meta-category a:hover {
    border: 2px solid transparent;
    color: #fff
}

body .blog-recent[data-style*=classic_enhanced] .meta-category a:hover,
.blog-recent[data-style*=classic_enhanced] .inner-wrap:not(.has-post-thumbnail) .meta-category a:hover {
    border: 2px solid transparent;
    color: #fff
}

.masonry.classic_enhanced .posts-container .has-post-thumbnail .meta-category a,
.blog-recent[data-style*=classic_enhanced] .has-post-thumbnail .meta-category a,
.blog-recent[data-style*=classic_enhanced] .meta-category a {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 101
}

body .blog-recent[data-style*=classic_enhanced] .meta-category a {
    z-index: 301
}

.masonry.classic_enhanced .posts-container article .meta-category a,
.blog-recent[data-style*=classic_enhanced] .meta-category a {
    z-index: 101;
    position: relative
}

    .masonry.classic_enhanced .posts-container article .meta-category a:not(:first-child),
    .blog-recent[data-style*=classic_enhanced] .meta-category a:not(:first-child) {
        display: none
    }

.masonry.classic_enhanced .posts-container article:not(.has-post-thumbnail) .meta-category a {
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 0
}

.masonry.classic_enhanced .masonry-blog-item .post-meta .nectar-love-wrap,
.blog-recent[data-style*=classic_enhanced] .post-meta .nectar-love-wrap {
    float: none;
    display: inline-block
}

    .masonry.classic_enhanced .masonry-blog-item .post-meta .nectar-love-wrap .nectar-love i,
    .masonry.classic_enhanced .masonry-blog-item .post-meta .nectar-love-wrap .nectar-love .heart-wrap,
    .masonry.classic_enhanced .masonry-blog-item .post-meta .nectar-love-wrap .nectar-love .nectar-love-count,
    .blog-recent[data-style*=classic_enhanced] .post-meta .nectar-love-wrap .nectar-love i,
    .blog-recent[data-style*=classic_enhanced] .post-meta .nectar-love-wrap .nectar-love .heart-wrap,
    .blog-recent[data-style*=classic_enhanced] .post-meta .nectar-love-wrap .nectar-love .nectar-love-count {
        display: block;
        line-height: 18px;
        float: left
    }

.blog-recent[data-style*=classic_enhanced_alt] .inner-wrap {
    overflow: hidden
}

    .blog-recent[data-style*=classic_enhanced_alt] .inner-wrap.has-post-thumbnail {
        background-color: transparent
    }

.post-area.masonry.classic_enhanced .post .post-meta,
.blog-recent[data-style*=classic_enhanced] .post-meta {
    padding: 6px 21px;
    z-index: 101;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, .06)
}

.post-area.masonry.classic_enhanced .post.wide_tall.format-video .video-play-button {
    display: none
}

.post-area.masonry.classic_enhanced .post.format-link.has-post-thumbnail .post-featured-img,
.post-area.masonry.classic_enhanced .post.format-quote.has-post-thumbnail .post-featured-img {
    display: none
}

.span_12.light .masonry.classic_enhanced .masonry-blog-item h3.title,
.span_12.light .blog-recent[data-style=classic_enhanced] h3.title {
    color: #444
}

.masonry.classic_enhanced .masonry-blog-item .inner-wrap,
.blog-recent[data-style*=classic_enhanced] .inner-wrap {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .08)
}

.blog-recent[data-style*=classic_enhanced] .inner-wrap {
    -webkit-perspective: none;
    perspective: none
}

body:not(.ascend) .masonry.classic_enhanced .masonry-blog-item .inner-wrap {
    padding: 0
}

body:not(.ascend) .masonry.classic_enhanced .post .content-inner {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.post-area.masonry.classic_enhanced .post.large_featured:not(.format-link):not(.format-quote) .content-inner {
    position: relative;
    width: 50%;
    height: 100%;
    z-index: 100;
    background-color: #fff
}

.masonry.classic_enhanced .masonry-blog-item.post.large_featured .article-content-wrap {
    width: 100%;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.post-area.masonry.classic_enhanced .post:not(.wide_tall) .img-link {
    position: relative;
    display: block
}

.post-area.masonry.classic_enhanced .post.large_featured .post-content {
    height: 100%
}

.post-area.masonry.classic_enhanced .post.large_featured .img-link,
.post-area.masonry.classic_enhanced .post.large_featured .nectar-flickity {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 100
}

    .post-area.masonry.classic_enhanced .post.large_featured .post-featured-img,
    .post-area.masonry.classic_enhanced .post.wide_tall .nectar-flickity .cell,
    .post-area.masonry.classic_enhanced .post.large_featured .nectar-flickity .cell {
        background-size: cover;
        width: 100%;
        height: 100%;
        z-index: 100;
        background-color: #333;
        background-position: center
    }

.post-area.masonry.classic_enhanced .post.wide_tall .post-featured-img,
.post-area.masonry.classic_enhanced .post.wide_tall .nectar-flickity,
.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .post-featured-img {
    position: absolute;
    background-size: cover;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-position: center;
    background-color: #777
}

.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .post-featured-img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.blog-recent[data-style=classic_enhanced_alt] .inner-wrap > .img-link {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
    border-radius: 4px
}

.post-area.masonry.classic_enhanced .post.wide_tall.format-quote .post-featured-img,
.post-area.masonry.classic_enhanced .post.wide_tall.format-link .post-featured-img {
    opacity: .1
}

.post-area.masonry.classic_enhanced .post.wide_tall .flickity-slider .cell,
.post-area.masonry.classic_enhanced .post.wide_tall .flickity-viewport,
.post-area.masonry.classic_enhanced .post.large_featured .flickity-slider .cell,
.post-area.masonry.classic_enhanced .post.large_featured .flickity-viewport {
    height: 100% !important
}

.post-area.masonry.classic_enhanced .post.wide_tall .meta-category,
.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .meta-category {
    z-index: 1000;
    display: block;
    position: relative
}

.post-area.masonry.classic_enhanced .post.wide_tall h3,
.blog-recent[data-style=classic_enhanced_alt] .inner-wrap h3,
.span_12.light .post-area.masonry.classic_enhanced .post.wide_tall h3 {
    color: #fff
}

.post-area.masonry.classic_enhanced article h3:hover a {
    color: inherit
}

.post-area.masonry.classic_enhanced .post.wide_tall .inner-wrap:after,
.blog-recent[data-style=classic_enhanced_alt] .inner-wrap:after {
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) -2%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .04) 44%, rgba(0, 0, 0, .25) 100%, rgba(0, 0, 0, .5) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) -2%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .04) 44%, rgba(0, 0, 0, .25) 100%, rgba(0, 0, 0, .5) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    z-index: 11;
    border-radius: 4px;
    content: ' '
}

.post-area.masonry.classic_enhanced .post.wide_tall:not(.format-quote):not(.format-link) .inner-wrap:before,
.blog-recent[data-style=classic_enhanced_alt] .inner-wrap:before {
    background-color: rgba(0, 0, 0, .43);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    content: ' '
}

.blog-recent[data-style=classic_enhanced_alt] .inner-wrap:before {
    background-color: rgba(0, 0, 0, .55);
    border-radius: 4px
}

.masonry.classic_enhanced .post.wide_tall .post-meta a,
.masonry.classic_enhanced .wide_tall .post-header,
.masonry.classic_enhanced .post.wide_tall .excerpt,
.masonry.classic_enhanced .post.wide_tall .nectar-love span,
.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .post-meta a,
.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .post-header,
.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .excerpt,
.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .nectar-love span {
    color: rgba(255, 255, 255, .9)
}

.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .nectar-love span {
    color: rgba(255, 255, 255, .9)
}

.post-area.masonry.classic_enhanced .post.wide_tall .post-meta,
.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .post-meta {
    border-color: rgba(255, 255, 255, .15)
}

.post-area.masonry.classic_enhanced .post.wide_tall .article-content-wrap {
    position: absolute;
    z-index: 100;
    top: 50%;
    background-color: transparent;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding: 20%
}

.post-area.masonry.classic_enhanced .post.large_featured .post-meta {
    bottom: 0;
    top: auto;
    left: 0;
    z-index: 1000;
    width: 50%;
    position: absolute
}

.masonry.classic_enhanced .masonry-blog-item.post.large_featured .article-content-wrap {
    padding: 21%
}

.masonry.classic_enhanced .masonry-blog-item h3.title {
    line-height: 26px
}

.post-area.masonry.classic_enhanced .post.quote .post-content .quote-inner,
.post-area.masonry.classic_enhanced .post.link .post-content .link-inner {
    padding: 0
}

.post-area.masonry.classic_enhanced .post.quote .post-content,
.post-area.masonry.classic_enhanced .post.quote .content-inner,
.post-area.masonry.classic_enhanced .post.quote .quote-inner,
.post-area.masonry.classic_enhanced .post.link .post-content,
.post-area.masonry.classic_enhanced .post.link .content-inner,
.post-area.masonry.classic_enhanced .post.link .link-inner,
.post-area.masonry.classic_enhanced .post.wide_tall .post-content,
.post-area.masonry.classic_enhanced .post.wide_tall .content-inner,
.post-area.masonry.classic_enhanced .post.wide_tall .conent-inner a {
    height: 100%
}

.post-area.masonry.classic_enhanced .quote-wrap,
.post-area.masonry.classic_enhanced .link-wrap,
.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .article-content-wrap,
.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-video .article-content-wrap,
.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-audio .article-content-wrap {
    padding: 17% !important;
    display: block;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
    z-index: 10;
    left: 0;
    position: absolute
}

.post-area.masonry.classic_enhanced .large_featured .quote-wrap,
.post-area.masonry.classic_enhanced .large_featured .link-wrap {
    padding: 10.5% !important
}

@media only screen and (min-width:1000px) {
    .blog-recent[data-style*=classic_enhanced] .inner-wrap:not(.has-post-thumbnail) .article-content-wrap {
        padding: 17%;
        display: block;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        top: 50%;
        z-index: 10;
        left: 0;
        position: absolute
    }
}

.blog-recent[data-style*=classic_enhanced] .inner-wrap:not(.has-post-thumbnail) .article-content-wrap {
    width: 100%
}

.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .content-inner,
.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .post-content,
.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-video .content-inner,
.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-video .post-content,
.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-audio .post-content,
.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-audio .content-inner {
    height: 100%
}

.masonry.classic_enhanced .posts-container article .video-play-button svg {
    width: 16px;
    height: 16px;
    display: block
}

.masonry.classic_enhanced .posts-container article .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -webkit-transition: all .21s cubic-bezier(.5, .5, .4, .88);
    transition: all .21s cubic-bezier(.5, .5, .4, .88);
    color: #fff;
    font-size: 40px;
    z-index: 1000;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 100px
}

.masonry.classic_enhanced .posts-container .format-audio:hover .video-play-button,
.masonry.classic_enhanced .posts-container .format-video:hover .video-play-button {
    transform: translateY(-50%) translateX(-50%) scale(1.18);
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1.18);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .17)
}

.masonry.classic_enhanced .posts-container article:not(.has-post-thumbnail) .video-play-button,
.masonry.classic_enhanced .posts-container .wide_tall .video-play-button {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
    transform: none;
    -webkit-transform: none
}

.masonry.classic_enhanced .posts-container article:not(.has-post-thumbnail):hover .video-play-button,
.masonry.classic_enhanced .posts-container .wide_tall:hover .video-play-button {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.masonry.classic_enhanced .posts-container .large_featured .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%)
}

.post-area.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-audio .post-meta.no-img,
.post-area.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-video .post-meta.no-img,
.post-area.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .post-meta.no-img,
.post-area.masonry.classic_enhanced .post.wide_tall .post-meta,
.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .post-meta {
    position: absolute !important;
    bottom: 0;
    top: auto !important;
    left: 0;
    z-index: 101;
    width: 100%
}

@media only screen and (min-width:1000px) {
    .masonry.classic_enhanced .masonry-blog-item.large_featured h3.title {
        font-size: 30px;
        line-height: 36px
    }
}

@media only screen and (min-width:1000px) {
    .blog-recent[data-style*=classic_enhanced].related-posts .col {
        margin-bottom: 0
    }
}

.blog-recent[data-style*=classic_enhanced].related-posts .article-content-wrap {
    padding: 30px
}

    .blog-recent[data-style*=classic_enhanced].related-posts .article-content-wrap .post-header {
        margin-bottom: 0
    }

.blog-recent[data-style*=classic_enhanced].related-posts .post-meta {
    padding: 10px 21px
}

.blog-recent[data-style*=classic_enhanced].related-posts .inner-wrap {
    padding-bottom: 52px !important
}

.container-wrap[data-remove-post-author="1"][data-remove-post-date="1"] .blog-recent[data-style*=classic_enhanced].related-posts .inner-wrap {
    padding-bottom: 0 !important
}

.post-area.masonry.classic_enhanced .post .post-meta > *,
.blog-recent[data-style*=classic_enhanced] .post-meta > * {
    margin-right: 13px;
    margin-left: 0
}

.post-area.masonry.classic_enhanced .post .content-inner {
    position: static
}

.post-area.masonry.classic_enhanced .post .post-meta > *:last-child,
.blog-recent[data-style*=classic_enhanced] .post-meta > *:last-child {
    margin-right: 0
}

.post-area.masonry.classic_enhanced .post .post-meta .nectar-love,
.blog-recent[data-style*=classic_enhanced] .post-meta .nectar-love {
    margin-left: 0
}

    .post-area.masonry.classic_enhanced .post .post-meta .nectar-love .icon-salient-heart,
    .post-area.masonry.classic_enhanced .post.large_featured .post-featured-img img,
    .post-area.masonry.classic_enhanced .post.wide_tall .post-featured-img img,
    .blog-recent[data-style*=classic_enhanced_alt] .post-featured-img img,
    .post-area.masonry.classic_enhanced .post.wide_tall .nectar-flickity .cell img,
    .post-area.masonry.classic_enhanced .post.large_featured .nectar-flickity .cell img {
        display: none
    }

.masonry.classic_enhanced .masonry-blog-item .article-content-wrap,
.blog-recent[data-style*=classic_enhanced] .article-content-wrap {
    padding: 17%;
    position: relative;
    z-index: 100;
    background-color: #fff
}

.masonry.classic_enhanced .masonry-blog-item h3.title,
.blog-recent[data-style*=classic_enhanced] h3.title {
    margin-bottom: 0
}

@media only screen and (max-width:690px) {
    .post-area.masonry.classic_enhanced .post.large_featured:not(.format-link):not(.format-quote) .content-inner {
        width: 100%;
        height: auto;
        position: static
    }

    body .masonry.classic_enhanced .masonry-blog-item.post.large_featured .article-content-wrap,
    body .post-area.masonry.classic_enhanced .post.wide_tall .article-content-wrap,
    .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-audio .article-content-wrap {
        position: relative;
        -webkit-transform: none;
        transform: none;
        top: auto;
        height: auto !important;
        padding: 17%
    }

    .post-area.masonry.classic_enhanced .post.large_featured .post-meta,
    .post-area.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .post-meta.no-img,
    .post-area.masonry.classic_enhanced .quote-wrap,
    .post-area.masonry.classic_enhanced .link-wrap,
    .post-area.masonry.classic_enhanced .post.wide_tall .post-meta {
        position: relative;
        width: 100% !important
    }

    body .post-area.masonry.classic_enhanced .post.wide_tall .article-content-wrap {
        padding: 30% 17%
    }

    .post-area.masonry.classic_enhanced .post.wide_tall .post-meta {
        position: absolute
    }

    .post-area.masonry.classic_enhanced .post.large_featured .nectar-flickity {
        position: relative;
        width: 100%;
        height: 280px;
        overflow: hidden;
        z-index: 110
    }

    body .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .article-content-wrap,
    body .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-video .article-content-wrap,
    .post-area.masonry.classic_enhanced .quote-wrap,
    .post-area.masonry.classic_enhanced .link-wrap {
        height: auto !important;
        -webkit-transform: none;
        transform: none;
        position: relative
    }

    .post-area.masonry.classic_enhanced .post.large_featured .meta-category a {
        color: #fff;
        border: 2px solid rgba(255, 255, 255, .5)
    }

    .post-area.masonry.classic_enhanced .post.large_featured .img-link {
        position: relative;
        width: 100%;
        height: 280px
    }

    .post-area.masonry.classic_enhanced .post.large_featured,
    .post-area.masonry.classic_enhanced .post.regular .article-content-wrap,
    .post-area.masonry.classic_enhanced .post.regular.format-standard.has-post-thumbnail,
    .post-area.masonry.classic_enhanced .post.regular.format-video.has-post-thumbnail,
    .post-area.masonry.classic_enhanced .post.regular.format-audio.has-post-thumbnail,
    .masonry.classic_enhanced .masonry-blog-item {
        height: auto !important
    }

    .post-area.masonry.classic_enhanced .posts-container:not(.meta-moved) .post-content > .post-meta {
        opacity: 0;
        position: absolute !important
    }
}

.post-area.masonry.meta_overlaid {
    margin-bottom: 0
}

    .post-area.masonry.meta_overlaid .posts-container {
        overflow: hidden
    }

body[data-ext-responsive=true] .post-area.masonry.meta_overlaid {
    width: 100%
}

body.blog .post-area.masonry.meta_overlaid.infinite_scroll #pagination {
    margin-bottom: 0
}

body .masonry.meta_overlaid .masonry-blog-item .article-content-wrap {
    padding: 20px
}

    body .masonry.meta_overlaid .masonry-blog-item .article-content-wrap > *:not(.post-header) {
        display: none
    }

.post-area.masonry.meta_overlaid .post .post-meta {
    margin: 0 0 3px;
    line-height: 26px
}

.post-area.masonry.meta_overlaid .post.wide_tall .post-meta,
.post-area.masonry.meta_overlaid .post.large_featured .post-meta {
    margin: 6px 0 6px
}

body .post-area.masonry.meta_overlaid article.post .post-meta .date,
body .post-area.masonry.meta_overlaid .post.quote .quote-inner .author,
body .post-area.masonry.meta_overlaid .post.link .post-content .destination {
    float: none !important;
    font-size: 12px
}

.post-area.masonry.meta_overlaid article .post-header {
    font-size: 12px
}

body .meta_overlaid .post .post-header h3 {
    font-size: 18px;
    margin-bottom: 6px
}

body .masonry.meta_overlaid .masonry-blog-item .article-content-wrap .meta-category,
body .masonry.meta_overlaid .masonry-blog-item .article-content-wrap .meta-comment-count {
    display: none
}

body .masonry.meta_overlaid .masonry-blog-item {
    margin-bottom: 0
}

    body .masonry.meta_overlaid .masonry-blog-item .post-featured-img:before {
        background: -moz-linear-gradient(center top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, .06) 16%, rgba(0, 0, 0, .4) 75%, rgba(0, 0, 0, .6) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, .06) 16%, rgba(0, 0, 0, .4) 75%, rgba(0, 0, 0, .6) 100%);
        bottom: 0;
        content: "";
        display: block;
        height: 50%;
        left: 0;
        position: absolute;
        transition: all .3s cubic-bezier(.42, 0, .58, 1) 0s;
        width: 100%;
        opacity: 1;
        z-index: 1
    }

    body .masonry.meta_overlaid .masonry-blog-item:hover .post-featured-img:before {
        opacity: 1
    }

    body .masonry.meta_overlaid .masonry-blog-item .post-featured-img img {
        transition: opacity .3s cubic-bezier(.42, 0, .58, 1) 0s;
        opacity: .85
    }

    body .masonry.meta_overlaid .masonry-blog-item:hover .post-featured-img:hover img {
        opacity: 1
    }

body .masonry.meta_overlaid .content-inner > a {
    height: 100%
}

    body .masonry.meta_overlaid .content-inner > a > .post-featured-img {
        background-color: #000
    }

.masonry.meta_overlaid .masonry-blog-item .bottom-line,
.masonry.meta_overlaid .masonry-blog-item .more-link {
    display: none
}

.masonry.meta_overlaid .masonry-blog-item,
.masonry.meta_overlaid .masonry-blog-item .mejs-container .mejs-controls {
    box-shadow: none
}

    .masonry.meta_overlaid .masonry-blog-item .post-meta {
        padding: 0 18px
    }

.masonry.meta_overlaid .post .nectar-love-wrap {
    line-height: 20px
}

.masonry.meta_overlaid .masonry-blog-item {
    padding: 0
}

    .masonry.meta_overlaid .masonry-blog-item .content-inner .post-featured-img img,
    .masonry.meta_overlaid .masonry-blog-item .more-link,
    .masonry.meta_overlaid .post .quote-inner,
    .masonry.meta_overlaid .post .link-inner,
    .masonry.meta_overlaid .post .status-inner,
    .masonry.meta_overlaid .post .aside-inner,
    .masonry.meta_overlaid .masonry-blog-item .content-inner.gallery-slider img {
        margin-bottom: 0 !important
    }

    .masonry.meta_overlaid .masonry-blog-item .content-inner {
        padding-bottom: 0;
        border: 0;
        margin-bottom: 0
    }

.masonry.meta_overlaid .post.quote .post-content .post-meta,
.masonry.meta_overlaid .post.link .post-content .post-meta,
.masonry.meta_overlaid .format-status .post-content .post-meta,
.masonry.meta_overlaid .post.format-aside .post-meta {
    display: none
}

.masonry.meta_overlaid .post .post-header h3 a,
.masonry.meta_overlaid .post .post-header,
.masonry.meta_overlaid .post .post-header h3 a:hover {
    color: #fff
}

    .masonry.meta_overlaid .post .post-header h3 a {
        display: block
    }

body .masonry.meta_overlaid .content-inner > a,
body .masonry.meta_overlaid .content-inner > a > span {
    display: block;
    line-height: 1px
}

body .masonry.meta_overlaid article.post .post-header .meta-author span {
    font-size: 13px
}

body .masonry.meta_overlaid .post .post-header .meta-author a {
    margin-left: 4px;
    color: #fff;
    transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear
}

    body .masonry.meta_overlaid .post .post-header .meta-author a:hover {
        opacity: .85
    }

body .masonry.meta_overlaid .masonry-blog-item .article-content-wrap {
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 10;
    text-align: center
}

body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall .post-meta .date,
body .post-area.masonry.meta_overlaid .masonry-blog-item.large_featured .post-meta .date {
    font-size: 16px
}

body .post-area.masonry.meta_overlaid .masonry-blog-item.large_featured {
    width: 100% !important
}

@media only screen and (min-width:690px) {
    body .masonry.meta_overlaid .masonry-blog-item.wide_tall h3.title,
    body .masonry.meta_overlaid .masonry-blog-item.large_featured h3.title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 12px
    }
}

body .masonry.meta_overlaid .post .content-inner,
body .masonry.meta_overlaid .post .post-content,
body .masonry.meta_overlaid .post.quote .post-content .quote-inner,
body .masonry.meta_overlaid .post .post-content .link-inner,
body .masonry.meta_overlaid .post.format-link .content-inner a {
    height: 100% !important;
    width: 100% !important
}

body .masonry.meta_overlaid .link-inner .link-wrap,
body .masonry.meta_overlaid .quote-inner .quote-wrap {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: block;
    z-index: 100;
    padding: 0 12%
}

body .masonry.meta_overlaid .post-content {
    min-height: 40px
}

body .post-area.masonry.meta_overlaid.span_9 {
    padding-right: 40px
}

.post-area.masonry.meta_overlaid .post .quote-inner,
.post-area.masonry.meta_overlaid .post .link-inner,
.post-area.masonry.meta_overlaid .post .status-inner,
.post-area.masonry.meta_overlaid .post .aside-inner {
    text-align: center;
    overflow: hidden
}

.post-area.standard-minimal .post-author {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100px;
    font-size: 12px;
    line-height: 22px
}

.post-area.standard-minimal.full-width-content .post {
    border-bottom: 1px solid #e6e6e6;
    padding-top: 70px
}

.post-area.standard-minimal.full-width-content .posts-container > article:last-child {
    border: none
}

.post-area.standard-minimal.full-width-content .post .content-inner {
    padding-bottom: 0;
    margin-bottom: 70px;
    border-bottom: 0
}

.post-area.standard-minimal.full-width-content .post .more-link {
    margin-top: 25px
}

.post-area.standard-minimal.full-width-content #pagination {
    text-align: center
}

    .post-area.standard-minimal.full-width-content #pagination > div {
        float: none;
        display: inline-block
    }

.post-area.standard-minimal .post .more-link span {
    background-color: transparent;
    padding: 0;
    color: #333
}

.post-area.standard-minimal .post .post-header,
.post-area.standard-minimal .post .content-inner .post-featured-img img,
.post-area.standard-minimal .post .content-inner .article-content-wrap > .video > .wp-video,
.post-area.standard-minimal .post .content-inner .article-content-wrap .audio-wrap,
.post-area.standard-minimal .post .content-inner .quote-inner {
    margin-bottom: 60px !important
}

    .post-area.standard-minimal .post .content-inner .quote-inner h3 {
        color: #fff;
        margin-bottom: 20px
    }

.post-area.standard-minimal .post .content-inner .quote-inner,
.post-area.standard-minimal .post .content-inner .link-inner {
    padding: 10%;
    position: relative
}

.post-area.standard-minimal .quote-wrap,
.post-area.standard-minimal .link-wrap {
    z-index: 100;
    position: relative
}

.post-area.standard-minimal .post.quote .post-content .quote-inner .icon,
.post-area.standard-minimal .post.link .post-content .link-inner .icon {
    right: 30px;
    bottom: 30px
}

.post-area.standard-minimal .post .content-inner .quote-inner .author {
    position: relative;
    padding-left: 30px
}

    .post-area.standard-minimal .post .content-inner .quote-inner .author:before {
        position: absolute;
        display: block;
        top: 50%;
        left: 0;
        width: 20px;
        height: 2px;
        content: ' ';
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #fff
    }

.post-area.standard-minimal .post .more-link {
    display: inline-block;
    cursor: pointer;
    height: 50px;
    position: relative;
    line-height: 50px;
    padding-right: 25px
}

    .post-area.standard-minimal .post .more-link span {
        transition: all .25s cubic-bezier(.12, .75, .4, 1);
        -webkit-transition: all .25s cubic-bezier(.12, .75, .4, 1)
    }

        .post-area.standard-minimal .post .more-link span:after {
            display: inline-block;
            font-family: 'FontAwesome' !important;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 50px;
            height: 50px;
            -webkit-font-smoothing: antialiased;
            letter-spacing: 0;
            content: "\f105";
            margin-left: 15px;
            position: absolute;
            right: 0;
            top: 53%;
            -webkit-transform: translateY(-50%) translateZ(0);
            transform: translateY(-50%) translateZ(0);
            font-size: 25px;
            transition: opacity .25s cubic-bezier(.12, .75, .4, 1), transform .25s cubic-bezier(.12, .75, .4, 1);
            -webkit-transition: opacity .25s cubic-bezier(.12, .75, .4, 1), -webkit-transform .25s cubic-bezier(.12, .75, .4, 1)
        }

    .post-area.standard-minimal .post .more-link:hover span:after {
        transform: translateX(12px) translateY(-50%);
        -webkit-transform: translateX(12px) translateY(-50%)
    }

    .post-area.standard-minimal .post .more-link:hover span:before {
        opacity: 1;
        transform: translateY(-50%) translateX(0px);
        -webkit-transform: translateY(-50%) translateX(0px)
    }

    .post-area.standard-minimal .post .more-link span:before {
        backface-visibility: hidden;
        letter-spacing: 0;
        display: block;
        content: ' ';
        z-index: 100;
        position: absolute;
        width: 22px;
        height: 2px;
        background-color: #000;
        top: 53%;
        opacity: 0;
        right: -10px;
        cursor: pointer;
        transform: translateY(-50%) translateX(-20px) translateZ(0);
        -webkit-transform: translateY(-50%) translateX(-20px) translateZ(0);
        transition: opacity .25s cubic-bezier(.12, .75, .4, 1), transform .25s cubic-bezier(.12, .75, .4, 1);
        -webkit-transition: opacity .25s cubic-bezier(.12, .75, .4, 1), -webkit-transform .25s cubic-bezier(.12, .75, .4, 1)
    }

    .post-area.standard-minimal .post .post-meta .date,
    .post-area.standard-minimal .post .more-link span {
        font-family: 'Open Sans';
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 14px
    }

        .post-area.standard-minimal .post .post-meta .date a {
            display: block
        }

.post-area.standard-minimal .post .article-content-wrap .meta-comment-count a,
.post-area.standard-minimal .post .article-content-wrap .meta-comment-count a span,
.post-area.standard-minimal .post .article-content-wrap .nectar-love,
.post-area.standard-minimal .post .article-content-wrap .nectar-love > span,
.post-area.standard-minimal .post .article-content-wrap .meta-comment-count i,
.post-area.standard-minimal .post .article-content-wrap .nectar-love i,
.post-area.standard-minimal .post .article-content-wrap .meta-comment-count,
.post-area.standard-minimal .post .article-content-wrap .nectar-love-wrap,
.post-area.standard-minimal .post .article-content-wrap .nectar-love-wrap > span,
.post-area.standard-minimal .post .article-content-wrap .meta-category i {
    line-height: 34px;
    height: 34px;
    width: auto;
    display: inline-block
}

.post-area.standard-minimal .post .more-link {
    margin-top: 15px
}

.post-area.standard-minimal .post .article-content-wrap .meta-category i {
    font-size: 20px
}

.post-area.standard-minimal .post .article-content-wrap .nectar-love > span {
    font-size: 14px;
    color: #aaa
}

.post-area.standard-minimal .post .article-content-wrap .meta-comment-count {
    margin-left: 15px
}

    .post-area.standard-minimal .post .article-content-wrap .meta-comment-count a,
    .post-area.standard-minimal .post .article-content-wrap .meta-category a {
        font-size: 14px
    }

        .post-area.standard-minimal .post .article-content-wrap .meta-comment-count a:not(:hover),
        .post-area.standard-minimal .post .article-content-wrap .meta-category a:not(:hover) {
            color: #aaa
        }

.post-area.standard-minimal .post .article-content-wrap a i,
.post-area.standard-minimal .post .article-content-wrap .meta-category i {
    font-size: 20px;
    width: 22px;
    margin-right: 5px;
    transition: color .2s linear;
    -webkit-transition: color .2s linear
}

.post-area.standard-minimal .post .article-content-wrap a:not(:hover) i:not(.loved),
.post-area.standard-minimal .post .article-content-wrap .meta-category:not(:hover) i {
    color: #c1c1c1
}

.post-area.standard-minimal .post .article-content-wrap .flex-direction-nav a:not(:hover) i:not(.loved),
.post-area.standard-minimal .post .article-content-wrap .meta-category:not(:hover) .flex-direction-nav i {
    color: #fff
}

.post-area.standard-minimal .post .post-meta {
    margin-bottom: 0
}

.post-area.standard-minimal #pagination {
    padding-left: 0
}

.post-area.standard-minimal .post .post-meta,
.post-area.standard-minimal .post .post-meta .date {
    position: relative;
    padding-bottom: 0;
    border: none
}

.post-area.standard-minimal .post-content {
    padding-left: 175px
}

.post-area.standard-minimal .post-author .grav-wrap {
    border-radius: 100px;
    overflow: hidden;
    margin-bottom: 10px;
    width: 90px;
    height: 90px;
    margin: 0 auto 25px auto
}

#pagination {
    position: relative;
    margin-bottom: 10px;
    height: 32px;
    width: 100%
}

.standard-minimal.full-width-content.post-area #pagination {
    margin-bottom: 40px
}

.post-area.standard-minimal .post .post-meta.no-img {
    top: 0
}

.post-area.standard-minimal .post .nectar-love .icon-salient-heart {
    display: none
}

@media only screen and (min-width :690px) and (max-width :999px) {
    .container,
    .post-area.standard-minimal.full-width-content .post .inner-wrap {
        max-width: 600px
    }

    .post-area.standard-minimal .post-author .grav-wrap {
        width: 70px;
        height: 70px
    }

    .post-area.standard-minimal .post-content {
        padding-left: 140px
    }
}

@media only screen and (max-width:321px) {
    .post-area.standard-minimal.full-width-content .post .inner-wrap {
        max-width: 300px
    }
}

@media only screen and (min-width:480px) and (max-width:690px) {
    .post-area.standard-minimal.full-width-content .post .inner-wrap {
        max-width: 420px
    }
}

@media only screen and (max-width:690px) {
    .post-area.standard-minimal .post-author {
        position: relative
    }

    .post-area.standard-minimal .grav-wrap {
        display: none
    }

    .post-area.standard-minimal .post-author {
        width: 100%;
        text-align: left
    }
}

#footer-outer,
#nectar_fullscreen_rows > #footer-outer.wpb_row .full-page-inner-wrap {
    color: #ccc;
    position: relative;
    z-index: 10;
    background-color: #252525
}

    #footer-outer .row {
        padding: 55px 0;
        margin-bottom: 0
    }

    #footer-outer #footer-widgets[data-has-widgets=false] .row {
        padding: 0
    }

    #footer-outer .widget h4,
    .text-on-hover-wrap .categories a {
        color: #777;
        font-size: 14px;
        font-family: 'Open Sans';
        font-weight: 600;
        margin-bottom: 20px
    }

    #footer-outer .widget {
        margin-bottom: 30px
    }

        #footer-outer .widget.widget_categories ul ul,
        #footer-outer .widget.widget_pages ul ul,
        #footer-outer .widget.widget_nav_menu ul ul,
        #slide-out-widget-area .widget.widget_nav_menu ul ul {
            margin: 0 !important;
            padding: 0 0 0 20px
        }

    #footer-outer #footer-widgets .widget.widget_pages li,
    #footer-outer #footer-widgets .widget.widget_nav_menu li,
    #slide-out-widget-area .widget.widget_nav_menu li {
        border-bottom: 0;
        padding: 0 !important
    }

    #footer-outer .widget.widget_pages li a,
    #footer-outer .widget.widget_nav_menu li a {
        padding: 8px 0;
        display: block;
        border-bottom: 1px solid #444
    }

#ajax-content-wrap #footer-outer #footer-widgets .widget.widget_categories li a,
#ajax-content-wrap #footer-outer #footer-widgets .widget.widget_archive li a {
    display: inline-block;
    border-bottom: 0
}

#slide-out-widget-area .widget.widget_nav_menu li a {
    padding: 6px 20px;
    display: block
}

#footer-outer .widget.widget_categories > ul > li:first-child > a,
#footer-outer .widget.widget_pages > ul > li:first-child > a,
#footer-outer .widget.widget_nav_menu > ul > li:first-child > a,
#slide-out-widget-area .widget.widget_categories > ul > li:first-child > a,
#slide-out-widget-area .widget.widget_pages > ul > li:first-child > a {
    padding-top: 0
}

#footer-outer .span_3 .widget:last-child {
    margin-bottom: 0
}

#footer-outer a {
    color: #ccc
}

    #footer-outer a:hover {
        color: #000
    }

#footer-outer .widget ul li {
    margin-bottom: 7px
}

#footer-outer #copyright {
    padding: 20px 0;
    font-size: 12px;
    background-color: #1c1c1c;
    color: #777
}

    #footer-outer #copyright li {
        float: left;
        margin-left: 20px
    }

#footer-outer[data-cols="1"] #copyright .social li a {
    height: 50px
}

#footer-outer #copyright .container div:last-child {
    margin-bottom: 0
}

#footer-outer #copyright li a,
#header-secondary-outer #social li a {
    display: block;
    line-height: 22px;
    height: 24px;
    position: relative;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    background-position: center top
}

    #footer-outer #copyright li a i,
    #header-secondary-outer #social li a i {
        color: #777;
        transition: all .2s linear;
        -webkit-transition: all .2s linear
    }

#footer-outer .icon-be,
#footer-outer .icon-vimeo,
#footer-outer .icon-salient-spotify {
    line-height: 32px
}

#footer-outer .fa-vine {
    font-size: 16px
}

#footer-outer[data-full-width="1"] .container {
    width: 100%;
    padding: 0 28px;
    max-width: none
}

#footer-outer #copyright li a i:hover {
    color: #000
}

#footer-outer #copyright li .vimeo,
#footer-outer #copyright li .behance,
#header-secondary-outer #social li .behance,
#header-secondary-outer #social li .vimeo {
    background-color: #666
}

    #footer-outer #copyright li .vimeo:hover,
    #footer-outer #copyright li .behance:hover,
    #header-secondary-outer #social li .behance:hover,
    #header-secondary-outer #social li .vimeo:hover {
        background-color: #000
    }

#footer-outer #copyright p {
    line-height: 22px;
    margin-top: 3px
}

#footer-outer #copyright .col ul {
    float: right
}

#footer-outer #copyright li .facebook {
    width: 12px
}

#footer-outer #copyright li .twitter {
    width: 20px
}

#footer-outer #copyright li .dribbble {
    width: 24px
}

#footer-outer #copyright li .google-plus {
    width: 20px
}

#footer-outer #copyright li .pinterest {
    width: 17px
}

#footer-outer #copyright li .rss {
    width: 18px
}

#footer-outer #copyright li .vimeo {
    width: 20px;
    text-indent: -9999px
}

#footer-outer #copyright li .tumblr {
    width: 21px
}

#footer-outer #copyright li .youtube {
    width: 21px
}

#footer-outer #copyright li .linkedin {
    width: 19px
}

#footer-outer #copyright li .behance {
    width: 27px;
    text-indent: -9999px
}

#footer-outer #copyright li .instagram {
    width: 20px
}

#footer-outer #copyright #social .icon-soundcloud {
    font-size: 26px
}

body #footer-outer i,
body #header-secondary-outer #social i {
    font-size: 20px;
    width: auto;
    background-color: transparent
}

#footer-outer #copyright i.icon-be {
    font-size: 24px
}

#header-secondary-outer #social li .icon-be {
    font-size: 18px
}

body[data-footer-reveal="1"] #footer-outer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1
}

body[data-footer-reveal="1"] .container-wrap {
    margin-bottom: 280px
}

body[data-footer-reveal="1"][data-footer-reveal-shadow=small] .container-wrap {
    box-shadow: 0 5px 8px -3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 8px -3px rgba(0, 0, 0, .2)
}

body[data-footer-reveal="1"][data-footer-reveal-shadow=large] .container-wrap {
    box-shadow: 0 27px 25px -2px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 27px 25px -2px rgba(0, 0, 0, .3)
}

body[data-footer-reveal="1"][data-footer-reveal-shadow=large_2] .container-wrap {
    box-shadow: 0 70px 110px -30px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 70px 110px -30px rgba(0, 0, 0, 1)
}

body[data-footer-reveal="1"][data-footer-reveal-shadow=large_2] #footer-outer .row {
    padding: 80px 0
}

body .container-wrap.no-shadow,
body[data-footer-reveal="1"][data-footer-reveal-shadow] .container-wrap.no-shadow {
    box-shadow: none
}

body[data-footer-reveal="1"] #call-to-action .triangle {
    display: none
}

@media only screen and (min-width:1000px) {
    #footer-widgets[data-cols="5"] .container .row > div {
        width: 19.5%
    }

        #footer-widgets[data-cols="5"] .container .row > div:first-child {
            width: 35%
        }
}

#footer-widgets[data-cols="5"] .container .row .widget {
    font-size: 14px;
    line-height: 24px
}

#footer-outer .col {
    z-index: 10;
    min-height: 1px
}

#footer-outer[data-cols="1"] .col {
    text-align: center
}

#footer-outer[data-cols="1"] #footer-widgets .container .col {
    width: 100%
}

#footer-outer[data-cols="1"] #footer-widgets .span_12 > div:last-child {
    margin-bottom: 0
}

#footer-outer[data-cols="1"] #copyright .col,
#footer-outer[data-cols="1"] #copyright .col ul,
#footer-outer #copyright[data-layout=centered] .col,
#footer-outer #copyright[data-layout=centered] .col ul {
    width: 100%;
    float: none
}

    #footer-outer #copyright[data-layout=centered] .col .social li {
        margin-top: 25px
    }

#footer-outer[data-cols="1"] #copyright #social li a {
    display: block;
    height: 50px;
    width: 50px
}

#footer-outer:not([data-cols="1"]) #copyright[data-layout=centered] .social li a {
    height: 30px;
    width: 30px;
    line-height: 30px
}

#footer-outer[data-cols="1"] #copyright li a i {
    -webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1);
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
    font-size: 20px;
    height: 50px;
    width: 50px;
    line-height: 48px
}

#footer-outer[data-cols="1"] #copyright li a:hover i {
    border-color: #fff;
    color: #fff
}

#footer-outer[data-cols="1"] #copyright .col ul li {
    margin-bottom: 25px
}

#footer-outer[data-cols="1"] #copyright,
#footer-outer #copyright[data-layout=centered] {
    padding: 45px 0
}

    #footer-outer[data-cols="1"] #copyright li,
    #footer-outer #copyright[data-layout=centered] li,
    #footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li {
        float: none;
        display: inline-block;
        margin: 0 10px;
        width: auto
    }

@media only screen and (min-width:1000px) {
    #footer-outer #copyright[data-layout=centered] .col.span_5 {
        max-width: 70%;
        margin: 0 auto
    }
}

@media only screen and (max-width:999px) {
    #footer-outer #copyright[data-layout=centered] .col.span_5 {
        margin-bottom: 0
    }
}

#footer-outer #copyright[data-layout=centered] .widget,
#footer-outer[data-cols="1"] #copyright .widget {
    margin-bottom: 0
}

.ascend #footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li:first-child,
.material #footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li:first-child {
    padding-top: 4px !important
}

#footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li,
#footer-outer #copyright[data-layout=centered] .widget_nav_menu li,
#footer-outer[data-cols="1"] #copyright .widget_nav_menu li,
#footer-outer #copyright[data-layout=centered] .widget_pages li,
#footer-outer[data-cols="1"] #copyright .widget_pages li {
    vertical-align: top;
    text-align: left;
    margin: 0 15px
}

    #footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li ul,
    #footer-outer #copyright[data-layout=centered] .widget_nav_menu li ul,
    #footer-outer[data-cols="1"] #copyright .widget_nav_menu li ul,
    #footer-outer #copyright[data-layout=centered] .widget_pages li ul,
    #footer-outer[data-cols="1"] #copyright .widget_pages li ul {
        padding-left: 0;
        margin-left: 0
    }

        #footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li ul li,
        #footer-outer #copyright[data-layout=centered] .widget_nav_menu li ul li,
        #footer-outer[data-cols="1"] #copyright .widget_nav_menu li ul li,
        #footer-outer #copyright[data-layout=centered] .widget_pages li ul li,
        #footer-outer[data-cols="1"] #copyright .widget_pages li ul li {
            display: block;
            margin-left: 0
        }

#footer-outer #copyright[data-layout=centered] .widget [data-style=minimal-counter] > li:before,
#footer-outer[data-cols="1"] #copyright .widget [data-style=minimal-counter] > li:before,
#footer-outer[data-cols="1"] #copyright .arrow-circle,
#footer-outer #copyright[data-layout=centered] .widget .arrow-circle,
#footer-outer #copyright .widget_products img {
    display: none
}

#footer-outer #copyright .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left] > li,
#footer-outer #copyright[data-layout=centered] .widget_search,
#footer-outer[data-cols="1"] #copyright .widget_search {
    margin: 20px 0
}

#footer-outer #copyright[data-layout=centered] .col {
    text-align: center
}

#footer-outer[data-cols="1"] #copyright li a i:after {
    position: absolute;
    -webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1);
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
    pointer-events: none;
    display: block;
    content: '';
    top: 0;
    left: 0;
    opacity: .2;
    border-radius: 50%;
    border: 2px solid #fff;
    height: 46px;
    width: 46px
}

#footer-outer[data-cols="1"] #copyright li a:hover i:after {
    opacity: 1
}

body #footer-outer[data-cols="1"][data-disable-copyright=false] .row {
    padding-top: 70px;
    padding-bottom: 40px
}

#footer-outer[data-cols="1"][data-disable-copyright=false] #copyright {
    padding-bottom: 70px
}

body #footer-outer[data-cols="1"][data-disable-copyright=false][data-copyright-line=false][data-matching-section-color=true] .row {
    padding-bottom: 0
}

body #footer-outer[data-cols="1"][data-disable-copyright=false][data-copyright-line=false][data-matching-section-color=true] #copyright {
    padding-top: 30px
}

#footer-outer[data-cols="1"] #copyright[data-layout=centered] .col .social li {
    margin-top: 0
}

#footer-outer[data-using-bg-img=true] {
    background-size: cover;
    background-position: center
}

    #footer-outer[data-using-bg-img=true]:after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        left: 0;
        top: 0;
        background-color: inherit;
        opacity: .9
    }

    #footer-outer[data-using-bg-img=true][data-bg-img-overlay="0"]:after {
        opacity: 0
    }

    #footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.1"]:after {
        opacity: .1
    }

    #footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.2"]:after {
        opacity: .2
    }

    #footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.3"]:after {
        opacity: .3
    }

    #footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.4"]:after {
        opacity: .4
    }

    #footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.5"]:after {
        opacity: .5
    }

    #footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.6"]:after {
        opacity: .6
    }

    #footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.7"]:after {
        opacity: .7
    }

    #footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.8"]:after {
        opacity: .8
    }

    #footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.9"]:after {
        opacity: .9
    }

    #footer-outer[data-using-bg-img=true][data-bg-img-overlay="1"]:after {
        opacity: 1
    }

#to-top {
    display: block;
    position: fixed;
    text-align: center;
    line-height: 12px;
    right: 17px;
    bottom: -30px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 9994;
    height: 29px;
    width: 29px;
    background-color: rgba(0, 0, 0, .25);
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color .1s linear;
    -webkit-transition: background-color .1s linear
}

body[data-button-style*=rounded] #to-top {
    transition: box-shadow .3s cubic-bezier(.55, 0, .1, 1), background-color .1s linear;
    -webkit-transition: -webkit-box-shadow .3s cubic-bezier(.55, 0, .1, 1), background-color .1s linear;
    background-color: rgba(0, 0, 0, .25)
}

    body[data-button-style*=rounded] #to-top:hover,
    body[data-button-style*=rounded] #to-top.dark:hover {
        transition: box-shadow .3s cubic-bezier(.55, 0, .1, 1), background-color .05s linear .25s;
        -webkit-transition: -webkit-box-shadow .3s cubic-bezier(.55, 0, .1, 1), background-color .05s linear .25s;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, .16);
        background-color: transparent !important
    }

    body[data-button-style*=rounded] #to-top:after,
    body[data-button-style*=rounded] #to-top:before {
        display: block;
        content: ' ';
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background-color: #000;
        transform: scale(0);
        -webkit-transform: scale(0);
        transition: all .3s cubic-bezier(.55, 0, .1, 1);
        -webkit-transition: all .3s cubic-bezier(.55, 0, .1, 1);
        border-radius: 100px;
        -webkit-border-radius: 100px
    }

    body[data-button-style*=rounded] #to-top:before {
        background-color: rgba(255, 255, 255, .25);
        transform: scale(1);
        -webkit-transform: scale(1);
        transition: all .5s cubic-bezier(.165, .84, .44, 1);
        -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
        opacity: 0;
        z-index: 2
    }

    body[data-button-style*=rounded] #to-top:hover:after {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

body[data-button-style*=rounded] #to-top {
    overflow: hidden
}

    body[data-button-style*=rounded] #to-top i.fa-angle-up.top-icon,
    body[data-button-style*=rounded] #to-top i.fa-angle-up {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
        transition: transform .2s ease;
        -webkit-transition: transform .2s ease
    }

    body[data-button-style*=rounded] #to-top:hover i.fa-angle-up.top-icon,
    body[data-button-style*=rounded] #to-top:hover i.fa-angle-up,
    body[data-button-style*=rounded] #to-top.hovered i.fa-angle-up.top-icon,
    body[data-button-style*=rounded] #to-top.hovered i.fa-angle-up {
        -webkit-transform: translate(0, -29px);
        transform: translate(0, -29px)
    }

    body[data-button-style*=rounded] #to-top:active:before {
        opacity: 1
    }

#to-top i {
    line-height: 29px;
    width: 29px;
    height: 29px;
    font-size: 14px;
    top: 0;
    left: 0;
    text-align: center;
    position: relative;
    z-index: 10;
    background-color: transparent
}

#to-top:hover,
#to-top.dark:hover {
    background-color: #000
}

#to-top.dark {
    background-color: rgba(0, 0, 0, .87)
}

#slide-out-widget-area.slide-out-from-right {
    position: fixed;
    transform: translate(301px, 0px);
    -webkit-transform: translate(301px, 0px);
    -ms-transform: translate(301px, 0px);
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    z-index: 10000;
    padding: 33px;
    overflow: hidden
}

#slide-out-widget-area .inner .off-canvas-menu-container li a {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Open Sans';
    font-weight: 700
}

#slide-out-widget-area.fullscreen .inner li a,
#slide-out-widget-area .off-canvas-social-links li a,
#slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a,
#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a,
#slide-out-widget-area .menuwrapper li small {
    opacity: .7;
    transition: opacity .2s ease, color .2s ease;
    -webkit-transition: opacity .2s ease, color .2s ease
}

    #slide-out-widget-area.fullscreen .inner li a:hover,
    #slide-out-widget-area .off-canvas-social-links li a:hover,
    #slide-out-widget-area .off-canvas-social-links li a:hover,
    #slide-out-widget-area .inner .current_page_ancestor > a,
    #slide-out-widget-area .inner .current-menu-item > a,
    #slide-out-widget-area .inner .current-menu-ancestor > a,
    #slide-out-widget-area .inner .current_page_item > a,
    #slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a:hover,
    #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a:hover,
    #slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a:focus,
    #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a:focus,
    #slide-out-widget-area .inner .off-canvas-menu-container .menuwrapper li > a.hovered {
        opacity: 1
    }

#slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li {
    position: relative
}

#slide-out-widget-area .ocm-dropdown-arrow {
    transition: transform .5s cubic-bezier(.215, .61, .355, 1);
    position: absolute;
    right: -6px;
    top: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    height: 28px;
    width: 28px;
    line-height: 0
}

    #slide-out-widget-area .ocm-dropdown-arrow i {
        font-size: 18px;
        height: 28px;
        width: 28px;
        line-height: 28px;
        top: 0
    }

#slide-out-widget-area .open-submenu > .ocm-dropdown-arrow {
    transform: translateY(-50%) rotate(180deg)
}

.admin-bar #slide-out-widget-area {
    padding-top: 33px
}

    .admin-bar #slide-out-widget-area.slide-out-from-right {
        padding-top: 53px
    }

#slide-out-widget-area .secondary-header-text {
    margin-bottom: 35px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, .1);
    padding: 10px 15px
}

body #slide-out-widget-area .secondary-header-text {
    line-height: 1.4em
}

#slide-out-widget-area.mobile,
#slide-out-widget-area.slide-out-from-right-hover.mobile {
    overflow-y: scroll;
    overflow-x: hidden
}

#slide-out-widget-area-bg {
    -webkit-backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    height: 1px;
    width: 1px;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 9996
}

    #slide-out-widget-area-bg .bg-inner {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .8)
    }

#slide-out-widget-area .bottom-text {
    padding-bottom: 0;
    font-size: 12px
}

#slide-out-widget-area:not(.fullscreen) .off-canvas-social-links li {
    display: inline-block;
    padding: 0 6px 6px 0
}

#slide-out-widget-area .off-canvas-social-links li i {
    background-color: transparent;
    font-size: 18px;
    line-height: 22px
}

body:not(.material) #slide-out-widget-area .off-canvas-social-links li a,
.material #slide-out-widget-area:not(.slide-out-from-right) .off-canvas-social-links li a {
    padding: 0 8px
}

#header-outer #mobile-menu .off-canvas-social-links li:first-child a,
#slide-out-widget-area .off-canvas-social-links li:first-child a {
    padding-left: 0
}

.blurred-wrap {
    transition: filter .45s linear;
    -webkit-transition: -webkit-filter .45s linear
}

    .blurred-wrap.blurred {
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px)
    }

.msie .blurred-wrap.blurred {
    -ms-filter: none;
    filter: none
}

#slide-out-widget-area .widget h4 {
    margin-bottom: 8px
}

#slide-out-widget-area .inner > div {
    margin-bottom: 25px
}

    #slide-out-widget-area .inner > div:first-of-type {
        margin-top: -7px
    }

#slide-out-widget-area .inner {
    width: 100%;
    height: 100%
}

#slide-out-widget-area a,
#slide-out-widget-area,
#slide-out-widget-area h4,
#slide-out-widget-area h3 {
    color: #fff
}

body.material #slide-out-widget-area.slide-out-from-right .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover {
    color: #fff
}

body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close {
    position: absolute;
    right: 22px;
    top: 22px
}

body[data-full-width-header=false].admin-bar #slide-out-widget-area .slide_out_area_close {
    top: 47px
}

body[data-full-width-header=false].ascend #slide-out-widget-area.slide-out-from-right .slide_out_area_close,
body[data-full-width-header=false].original #slide-out-widget-area.slide-out-from-right .slide_out_area_close {
    z-index: 100
}

body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close {
    display: block;
    transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
    -webkit-transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
    font-family: 'Open Sans';
    font-weight: 400
}

body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 34px;
    height: 34px;
    transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
    -webkit-transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
    color: #ddd;
    font-size: 18px;
    max-width: none;
    line-height: 32px
}

    body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close:hover .icon-default-style[class^=icon-] {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }

    body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close:hover {
        border-color: rgba(255, 255, 255, .7)
    }

body #slide-out-widget-area .slide_out_area_close .icon-default-style[class^=icon-] {
    -webkit-backface-visibility: hidden;
    color: #fff;
    font-size: 18px;
    height: 34px;
    left: -2px;
    line-height: 32px;
    max-width: none;
    transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
    -webkit-transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
    width: 34px
}

body[data-full-width-header=true] .slide_out_area_close {
    display: none
}

#top nav ul .slide-out-widget-area-toggle a .lines,
#top nav ul .slide-out-widget-area-toggle a .lines:before,
#top nav ul .slide-out-widget-area-toggle a .lines:after {
    background-color: rgba(0, 0, 0, .4)
}

body .lines-button {
    line-height: 0;
    font-size: 0
}

.lines-button {
    transition: .3s;
    cursor: pointer;
    top: 9px;
    position: relative;
    user-select: none;
    display: block
}

    .lines-button:hover {
        opacity: 1
    }

.lines {
    display: block;
    width: 1.4rem;
    height: 3px;
    background-color: #ecf0f1;
    transition: .3s;
    position: relative
}

    .lines:before,
    .lines:after {
        display: block;
        width: 1.4rem;
        height: 3px;
        background: #ecf0f1;
        transition: .3s;
        position: absolute;
        left: 0;
        content: '';
        -webkit-transform-origin: .142rem center;
        transform-origin: .142rem center
    }

    .lines:before {
        top: 6px
    }

    .lines:after {
        top: -6px
    }

.lines-button.close {
    -webkit-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8)
}

.lines-button.arrow.close .lines:before,
.lines-button.arrow.close .lines:after {
    top: 0;
    width: 1.11111rem
}

#header-outer.transparent #top nav ul .slide-out-widget-area-toggle a .lines-button .lines,
#header-outer #top nav ul .slide-out-widget-area-toggle a .lines-button .lines,
#header-outer.transparent.dark-slide > #top nav ul .slide-out-widget-area-toggle a .lines-button i,
#footer-outer[data-using-bg-img=true] #copyright {
    background-color: transparent !important
}

.slide-out-widget-area-toggle .lines-button.close .lines:before {
    -webkit-transform: translateY(-6px) rotateZ(-45deg);
    -ms-transform: translateY(-6px) rotateZ(-45deg);
    transform: translateY(-6px) rotateZ(-45deg)
}

.slide-out-widget-area-toggle .lines-button.close .lines:after {
    -webkit-transform: translateY(6px) rotateZ(45deg);
    -ms-transform: translateY(6px) rotateZ(45deg);
    transform: translateY(6px) rotateZ(45deg)
}

.slide-out-widget-area-toggle .lines-button:after {
    background-color: rgba(0, 0, 0, .4);
    display: inline-block;
    width: 1.4rem;
    height: 2px;
    transition: transform .45s ease, opacity .2s ease, background-color .2s linear;
    -webkit-transition: -webkit-transform .45s ease, opacity .2s ease, background-color .2s ease;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1)
}

.slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before,
.slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after,
.slide-out-widget-area-toggle.mobile-icon .lines-button:after {
    background-color: #999
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle.mobile-icon .lines:before {
    top: 6px
}

body #header-outer .lines-button {
    top: 9px
}

body.original .slide-out-hover-icon-effect.small .lines-button,
body.ascend .slide-out-hover-icon-effect.small .lines-button {
    top: 10px
}

body.ascend:not(.mobile) .slide-out-hover-icon-effect:not(.small) .lines-button {
    top: -1px
}

body.original #header-outer[data-has-menu=true] .lines-button,
body.ascend #header-outer[data-has-menu=true] .lines-button {
    top: 10px
}

.slide-out-widget-area-toggle.mobile-icon .lines-button:after {
    top: 0 !important
}

#header-outer .slide-out-widget-area-toggle.mobile-icon .lines-button.close .lines:before {
    -webkit-transform: translateY(-6px) rotateZ(-45deg);
    transform: translateY(-6px) rotateZ(-45deg)
}

#header-outer .slide-out-widget-area-toggle.mobile-icon .lines-button.close .lines:after {
    -webkit-transform: translateY(6px) rotateZ(45deg);
    transform: translateY(6px) rotateZ(45deg)
}

.slide-out-widget-area-toggle .lines-button.x2 .lines:before,
.slide-out-widget-area-toggle .lines-button.x2 .lines:after {
    transition: -webkit-transform .45s ease, background-color .2s ease, opacity .2s ease;
    transition: transform .45s ease, background-color .2s ease, opacity .2s ease
}

.slide-out-widget-area-toggle.mobile-icon .lines {
    background-color: transparent
}

    .slide-out-widget-area-toggle.mobile-icon .lines-button:after,
    .slide-out-widget-area-toggle.mobile-icon .lines:before,
    .slide-out-widget-area-toggle.mobile-icon .lines:after {
        height: 2px !important;
        width: 22px !important
    }

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not(.mobile-icon) a > span {
    height: auto
}

body[data-header-search=false].material #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not(.mobile-icon) a > span {
    height: 22px
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not(.mobile-icon) .lines-button:after {
    height: 3px;
    top: 0;
    width: 2rem;
    border-radius: 2px
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not(.mobile-icon) .lines,
body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not(.mobile-icon) .lines:before,
body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not(.mobile-icon) .lines:after {
    height: 3px;
    width: 2rem;
    border-radius: 2px
}

    body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not(.mobile-icon) .lines:before {
        top: 9px
    }

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not(.mobile-icon) .close .lines:before {
    top: 10px
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not(.mobile-icon) .lines-button.close .lines:before {
    -webkit-transform: translateY(-9px) rotateZ(-45deg);
    -ms-transform: translateY(-9px) rotateZ(-45deg);
    transform: translateY(-9px) rotateZ(-45deg)
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not(.mobile-icon) .lines-button.close .lines:after {
    -webkit-transform: translateY(10px) rotateZ(45deg);
    -ms-transform: translateY(10px) rotateZ(45deg);
    transform: translateY(10px) rotateZ(45deg)
}

.slide-out-widget-area-toggle .lines-button.close:after {
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1)
}

.lines-button.minus.close .lines:before,
.lines-button.minus.close .lines:after {
    -webkit-transform: none;
    transform: none;
    top: 0;
    width: 1.4rem
}

.lines-button.x.close .lines {
    background: transparent !important
}

    .lines-button.x.close .lines:before,
    .lines-button.x.close .lines:after {
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        top: 0;
        width: 1.4rem
    }

.lines-button.x2 .lines {
    transition: background .2s ease, opacity .2s ease
}

    .lines-button.x2 .lines:before,
    .lines-button.x2 .lines:after {
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        transition: top .4s .45s ease, -webkit-transform .3s ease, background-color .2s ease, opacity .2s ease;
        transition: top .4s .45s ease, transform .3s ease, background-color .2s ease, opacity .2s ease
    }

.slide-out-widget-area-toggle a > span {
    transition: -webkit-transform .33s .3s ease-in;
    transition: transform .33s .3s ease-in;
    -webkit-transform-origin: center;
    transform-origin: center;
    display: block;
    height: 21px
}

.slide-out-widget-area-toggle.mobile-icon a > span {
    height: 20px
}

.slide-out-widget-area-toggle .closed > span {
    transition: -webkit-transform .33s 0s ease;
    transition: transform .33s 0s ease
}

#slide-out-widget-area .menuwrapper {
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: center;
    perspective-origin: center;
    margin-right: 0;
    display: block
}

    #slide-out-widget-area .menuwrapper button {
        background: #ccc;
        border: none;
        width: 48px;
        height: 45px;
        text-indent: -900em;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        outline: none
    }

        #slide-out-widget-area .menuwrapper button:after {
            content: '';
            position: absolute;
            width: 68%;
            height: 5px;
            background: #fff;
            top: 10px;
            left: 16%;
            box-shadow: 0 10px 0 #fff, 0 20px 0 #fff
        }

    #slide-out-widget-area .menuwrapper ul {
        padding: 0;
        list-style: none;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    #slide-out-widget-area .menuwrapper li {
        position: relative
    }

        #slide-out-widget-area .menuwrapper li small {
            display: inline-block;
            text-transform: uppercase;
            font-size: 15px;
            font-family: 'Open Sans';
            font-weight: 600;
            letter-spacing: 2px;
            position: relative;
            top: -4px;
            opacity: .6
        }

#slide-out-widget-area:not(.fullscreen):not(.fullscreen-alt) .menuwrapper li small {
    font-size: 10px;
    display: block;
    font-family: 'Open Sans';
    font-weight: 700
}

#slide-out-widget-area .no-touch .menuwrapper li a:hover {
    background: rgba(255, 248, 213, .1)
}

#slide-out-widget-area .menuwrapper .back > a {
    background: rgba(0, 0, 0, .13)
}

#slide-out-widget-area:not(.fullscreen) .menuwrapper .back > a {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px
}

body #slide-out-widget-area .menuwrapper .back,
body #slide-out-widget-area .menu.subview .subviewopen > .sub-menu > .back {
    display: inline-block;
    margin-bottom: 20px !important
}

#slide-out-widget-area .menuwrapper .menu {
    margin: 0;
    position: relative;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    #slide-out-widget-area .menuwrapper .menu.menu-toggle {
        transition: all .25s ease
    }

    #slide-out-widget-area .menuwrapper .menu.menuopen {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

body #slide-out-widget-area .menuwrapper li .sub-menu {
    display: none
}

body #slide-out-widget-area .menuwrapper li .sub-menu,
#slide-out-widget-area .menuwrapper > .sub-menu {
    margin: 0 !important;
    padding: 0 !important
}

body #slide-out-widget-area .menu.subview li,
body #slide-out-widget-area .menu.subview .subviewopen > a,
body #slide-out-widget-area .menu.subview .subview > a,
body #slide-out-widget-area .menu.subview .subviewopen > small,
body #slide-out-widget-area .menu.subview .subview > small,
#slide-out-widget-area .mobile-only {
    display: none
}

body #slide-out-widget-area .menu.subview .subviewopen > a,
body #slide-out-widget-area .menu.subview .subview > a {
    display: none !important
}

body #slide-out-widget-area .menu.subview .subview,
body #slide-out-widget-area .menu.subview .subview .sub-menu,
body #slide-out-widget-area .menu.subview .subviewopen,
body #slide-out-widget-area .menu.subview .subviewopen > .sub-menu,
body #slide-out-widget-area .menu.subview .subviewopen > .sub-menu > li {
    display: block
}

#slide-out-widget-area .menuwrapper > .sub-menu {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

.menu.dl-animate-out-5 {
    -webkit-animation: MenuAnimOut5 .4s ease-in-out;
    animation: MenuAnimOut5 .4s ease-in-out
}

.menu.dl-animate-in-5 {
    -webkit-animation: MenuAnimIn5 .4s ease-in-out;
    animation: MenuAnimIn5 .4s ease-in-out
}

.menuwrapper > .sub-menu.dl-animate-in-5 {
    -webkit-animation: SubMenuAnimIn5 .4s ease-in-out;
    animation: SubMenuAnimIn5 .4s ease-in-out
}

.menuwrapper > .sub-menu.dl-animate-out-5 {
    -webkit-animation: SubMenuAnimOut5 .4s ease-in-out;
    animation: SubMenuAnimOut5 .4s ease-in-out
}

@-webkit-keyframes MenuAnimOut5 {
    100% {
        -webkit-transform: rotateY(-25deg) translateX(-300px);
        opacity: 0
    }
}

@keyframes MenuAnimOut5 {
    100% {
        -webkit-transform: rotateY(-25deg) translateX(-300px);
        transform: rotateY(-25deg) translateX(-300px);
        opacity: 0
    }
}

@-webkit-keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: rotateY(-25deg) translateX(-300px);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateY(0deg) translateX(0px);
        opacity: 1
    }
}

@keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: rotateY(-25deg) translateX(-300px);
        transform: rotateY(-25deg) translateX(-300px);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateY(0deg) translateX(0px);
        transform: rotateY(0deg) translateX(0px);
        opacity: 1
    }
}

@-webkit-keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: rotateY(25deg) translateX(300px);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateY(0deg) translateX(0px);
        opacity: 1
    }
}

@keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: rotateY(25deg) translateX(300px);
        transform: rotateY(25deg) translateX(300px);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateY(0deg) translateX(0px);
        transform: rotateY(0deg) translateX(0px);
        opacity: 1
    }
}

@-webkit-keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: rotateY(0deg) translateX(0px);
        opacity: 1
    }

    100% {
        -webkit-transform: rotateY(25deg) translateX(300px);
        opacity: 0
    }
}

@keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: rotateY(0deg) translateX(0px);
        transform: rotateY(0deg) translateX(0px);
        opacity: 1
    }

    100% {
        -webkit-transform: rotateY(25deg) translateX(300px);
        transform: rotateY(25deg) translateX(300px);
        opacity: 0
    }
}

.menu.dl-animate-out-4 {
    -webkit-animation: MenuAnimOut4 .4s ease-in-out;
    animation: MenuAnimOut4 .4s ease-in-out
}

.menu.dl-animate-in-4 {
    -webkit-animation: MenuAnimIn4 .4s ease-in-out;
    animation: MenuAnimIn4 .4s ease-in-out
}

.menuwrapper > .sub-menu.dl-animate-in-4 {
    -webkit-animation: SubMenuAnimIn4 .4s ease;
    animation: SubMenuAnimIn4 .4s ease
}

.menuwrapper > .sub-menu.dl-animate-out-4 {
    -webkit-animation: SubMenuAnimOut4 .4s ease;
    animation: SubMenuAnimOut4 .4s ease
}

@-webkit-keyframes MenuAnimOut4 {
    100% {
        -webkit-transform: scale(1.2);
        opacity: 0
    }
}

@keyframes MenuAnimOut4 {
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@-webkit-keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: scale(.8);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(.8);
        opacity: 0
    }
}

@keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 0
    }
}

#nectar-ocm-ht-line-check {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
    width: 100%;
    font-size: 36px;
    line-height: 36px;
    font-family: 'Open Sans';
    font-weight: 700;
    letter-spacing: -1px
}

.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li ul,
#slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul {
    position: relative;
    max-height: 0;
    box-sizing: content-box;
    -webkit-transition: max-height .5s cubic-bezier(.215, .61, .355, 1), padding .25s cubic-bezier(.215, .61, .355, 1);
    transition: max-height .5s cubic-bezier(.215, .61, .355, 1), padding .25s cubic-bezier(.215, .61, .355, 1);
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    overflow: hidden
}

.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li ul,
#slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul {
    padding-left: 20px
}

    .material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li ul > li:first-child,
    #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul > li:first-child {
        margin-top: 10px
    }

    .material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li ul > li:last-child,
    #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul > li:last-child {
        margin-bottom: 0
    }

.material #slide-out-widget-area[class*=slide-out-from-right] .inner .off-canvas-menu-container li li a,
body #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .inner .off-canvas-menu-container li li a {
    font-size: 16px;
    line-height: 22px
}

.material #slide-out-widget-area[class*=slide-out-from-right] .inner .off-canvas-menu-container .menu-item-has-children > a,
body #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .inner .off-canvas-menu-container .menu-item-has-children > a {
    margin-right: 20px
}

body:not(.material) #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul > li:last-child {
    margin-bottom: 10px
}

#footer-outer .col .widget_recent_entries span,
#footer-outer .col .recent_posts_extra_widget .post-widget-text span,
#slide-out-widget-area .widget_recent_entries span,
#slide-out-widget-area .recent_posts_extra_widget .post-widget-text span {
    display: block;
    line-height: 17px;
    color: #999;
    font-size: 11px;
    margin-bottom: 6px
}

#slide-out-widget-area .widget_recent_entries span,
#slide-out-widget-area .recent_posts_extra_widget .post-widget-text span {
    color: inherit
}

#slide-out-widget-area .widget_recent_entries span {
    opacity: .8
}

#footer-outer #footer-widgets .col ul li {
    padding: 8px 0;
    list-style: none;
    margin-bottom: 0;
    border-bottom: 1px solid #444
}

    #footer-outer #footer-widgets .col ul li:last-child {
        margin-bottom: 0
    }

#footer-outer .widget.widget_nav_menu li a,
#footer-outer #footer-widgets .col ul ul li:last-child {
    border-bottom: 0 !important
}

#footer-outer #footer-widgets .col p {
    padding-bottom: 20px
}

    #footer-outer #footer-widgets .col p:last-child {
        padding-bottom: 0
    }

.widget_calendar {
    position: relative
}

    .widget_calendar table {
        width: 100%;
        border-collapse: collapse
    }

        .widget_calendar table td,
        #footer-outer #footer-widgets .col .widget_calendar table th {
            text-align: center
        }

        .widget_calendar table tbody td {
            border: 0;
            padding: 4px;
            font-size: 11px;
            color: #666
        }

        .widget_calendar table tbody tr td:first-child {
            border-left: 0
        }

        .widget_calendar table tbody tr:nth-child(2n+1) {
            background-color: #f0f0f0
        }

        .widget_calendar table th {
            font-weight: 700;
            border-bottom: 0;
            text-align: center;
            padding-bottom: 10px;
            color: #999
        }

        .widget_calendar table #prev {
            text-align: left;
            position: relative;
            padding: 10px 0 0;
            z-index: 2
        }

        .widget_calendar table #next {
            text-align: right;
            position: relative;
            padding: 10px 0 0;
            z-index: 2
        }

    .widget_calendar caption {
        position: absolute;
        bottom: 0;
        z-index: 1;
        width: 100%;
        text-align: center
    }

#footer-outer #footer-widgets .col .widget_calendar table tbody td {
    border: 0;
    color: #666;
    padding: 4px;
    font-size: 11px
}

#footer-outer #footer-widgets .col .widget_calendar table {
    border-collapse: collapse
}

    #footer-outer #footer-widgets .col .widget_calendar table tbody tr td:first-child {
        border-left: 0
    }

    #footer-outer #footer-widgets .col .widget_calendar table tbody tr:nth-child(2n+1) {
        background-color: #343739
    }

    #footer-outer #footer-widgets .col .widget_calendar table th {
        border-bottom: 0;
        padding-bottom: 10px;
        font-weight: 700;
        color: #666
    }

    #footer-outer #footer-widgets .col .widget_calendar table tfoot tr {
        margin-top: 20px
    }

.widget_search .search-form,
.newsletter-widget form {
    position: relative;
    overflow: hidden
}

    .widget_search .search-form input[type=text],
    #sidebar .widget_search .search-form input[type=text],
    #footer-outer #footer-widgets .widget_search .search-form input[type=text] {
        padding-right: 45px;
        margin: 0
    }

    .newsletter-widget form input[type=email] {
        padding-right: 75px;
        margin: 0
    }

    .widget_search .search-form button[type=submit] .text,
    body.search-no-results .search-form button[type=submit] .text {
        display: none
    }

body .widget_search .search-form button[type=submit],
body.search-no-results .search-form button[type=submit] {
    padding: 14px !important
}

    body .widget_search .search-form button[type=submit],
    .widget_search .search-form button[type=submit] .icon-salient-search,
    body.search-no-results .search-form button[type=submit],
    body.search-no-results .search-form button[type=submit] .icon-salient-search,
    body .widget_search .search-form button[type=submit]:hover,
    body.search-no-results .search-form button[type=submit]:hover,
    body.search-no-results #search-results .search-form button[type=submit]:hover {
        background-color: transparent !important
    }

body .widget_search .search-form button[type=submit],
body.search-no-results #search-results .search-form button[type=submit] {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0
}

    body .widget_search .search-form button[type=submit]:hover,
    body.search-no-results .search-form button[type=submit]:hover,
    body.search-no-results #search-results .search-form button[type=submit]:hover {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        box-shadow: none !important
    }

body[data-form-style=minimal] .widget_search .search-form button[type=submit],
body[data-form-style=minimal] .widget_search .search-form button[type=submit]:hover {
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    transform: none
}

body.search-no-results[data-form-style=minimal] #search-results .search-form button[type=submit] {
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    transform: none
}

.widget_search .search-form button[type=submit] .icon-salient-search,
body.search-no-results .search-form button[type=submit] .icon-salient-search {
    margin-top: 1px;
    display: block;
    font-size: 17px
}

    .widget_search .search-form button[type=submit] .icon-salient-search:before,
    body.search-no-results .search-form button[type=submit] .icon-salient-search:before {
        content: "\e906"
    }

.widget_search .search-form,
body.search-no-results .search-form {
    overflow: visible
}

    .widget_search .search-form button[type=submit],
    .widget_search .search-form input[type=submit],
    .newsletter-widget form input[type=submit],
    body[data-form-style=minimal] .main-content .post-password-form input[type=submit] {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0 !important;
        line-height: 22px;
        padding: 10px 11px
    }

body[data-form-style=minimal] .main-content .post-password-form input[type=submit] {
    top: auto;
    bottom: 35px
}

.main-content > .row > form.post-password-form {
    padding: 15% 0
}

#footer-outer .widget_search .search-form input[type=submit],
#footer-outer .newsletter-widget form input[type=submit] {
    padding: 10px 11px 11px 10px
}

#footer-outer #footer-widgets .col .tagcloud a {
    background-color: rgba(0, 0, 0, .1);
    color: #a0a0a0;
    cursor: pointer;
    display: inline-block;
    float: left;
    margin: 3px 3px 0 0;
    padding: 5px 7px;
    position: relative;
    font-size: 8pt;
    text-transform: capitalize;
    transition: all .2s linear;
    border-radius: 2px;
    line-height: 22px;
    -webkit-border-radius: 2px
}

#footer-outer #footer-widgets .col .widget_tag_cloud:after {
    display: block;
    height: 0;
    clear: both;
    content: "";
    visibility: hidden
}

#slide-out-widget-area .tagcloud a {
    padding: 2px 11px;
    position: relative;
    border: 1px solid #fff;
    background-color: transparent;
    margin: 0 8px 8px 0;
    font-size: 12px;
    display: block;
    float: left;
    text-transform: uppercase;
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

    #slide-out-widget-area .tagcloud a:last-child:after,
    #slide-out-widget-area .tagcloud:after {
        display: block;
        content: ' ';
        clear: both;
        height: 1px
    }

#footer-outer #footer-widgets .col .tagcloud a:hover {
    background-color: #000
}

#footer-outer #footer-widgets .col .widget_recent_comments ul li,
#slide-out-widget-area .widget_recent_comments ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .15);
    border: medium none;
    display: block;
    margin-bottom: 18px;
    padding: 15px;
    position: relative
}

#footer-outer #footer-widgets .col .widget.widget_recent_comments ul li {
    padding: 15px !important
}

#slide-out-widget-area .widget_recent_comments ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .05)
}

    #footer-outer #footer-widgets .col .widget_recent_comments ul li:last-child,
    #slide-out-widget-area .widget_recent_comments ul li:last-child {
        margin-bottom: 0
    }

#footer-outer #footer-widgets .col input[type=text],
#footer-outer #footer-widgets .col input[type=email] {
    padding: 10px;
    width: 100%
}

body[data-form-style=minimal] #footer-outer #footer-widgets .col input[type=text] {
    color: #fff
}

body:not([data-form-style=minimal]) #footer-outer #footer-widgets .col input[type=text]:focus,
body:not([data-form-style=minimal]) #footer-outer #footer-widgets .col input[type=email]:focus {
    background-color: #fff
}

#footer-outer #footer-widgets .col input[type=submit] {
    background-color: #000;
    opacity: .9;
    transition: opacity .2s linear 0s;
    -webkit-transition: opacity .2s linear 0s
}

    #footer-outer #footer-widgets .col input[type=submit]:hover {
        opacity: 1
    }

#footer-outer #footer-widgets .col .search-form form,
#footer-outer #footer-widgets .col .search-form label,
#footer-outer #footer-widgets .col .newsletter-widget form,
#footer-outer #footer-widgets .col .search-form {
    line-height: 12px
}

#footer-outer .recent_projects_widget img {
    background-color: #444;
    border-color: #4d4d4d
}

#footer-outer .recent_projects_widget a:hover img {
    border-color: #616161;
    background-color: #616161
}

#footer-outer #footer-widgets .col ul li:first-child > a,
#footer-outer #footer-widgets .col ul li:first-child {
    padding-top: 0 !important
}

#footer-outer #footer-widgets .rsswidget img {
    margin-bottom: -2px;
    margin-right: 2px
}

#call-to-action {
    font-family: 'Open Sans';
    font-weight: 300;
    position: relative;
    z-index: 10;
    background-color: #eeedec;
    text-align: center;
    vertical-align: bottom;
    font-size: 22px
}

    #boxed #call-to-action .container,
    #call-to-action .container,
    #footer-outer[data-full-width="1"] #call-to-action .container {
        padding: 42px 0 36px
    }

        #call-to-action .container span {
            display: inline-block
        }

        #call-to-action .container a {
            background: none repeat scroll 0 0 #000;
            position: relative;
            top: -3px;
            color: #fff;
            margin-bottom: 0;
            font-size: 12px;
            box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
            -webkit-box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
            text-transform: uppercase;
            font-family: 'Open Sans';
            font-weight: 700;
            letter-spacing: 2px;
            margin-left: 20px;
            line-height: 24px;
            display: inline-block;
            border-radius: 5px;
            padding: 16px 21px
        }

    #call-to-action .triangle {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #f8f8f8;
        height: 10px;
        width: 10px;
        left: 440px;
        margin: -42px auto 33px auto
    }

    #call-to-action a {
        color: #45484a;
        opacity: 1;
        transition: opacity .3s linear;
        -webkit-transition: opacity .3s linear
    }

        #call-to-action a:hover {
            opacity: .75
        }

    #call-to-action span {
        color: #4b4f52;
        font-family: 'Open Sans';
        font-weight: 600
    }

#sidebar div ul {
    margin-left: 0
}

    #sidebar div ul li {
        padding: 8px 0;
        list-style: none;
        border-bottom: 1px solid #e6e6e6
    }

#sidebar > div {
    margin-bottom: 50px
}

    #sidebar > div:last-child {
        margin-bottom: 0
    }

#sidebar #sidebar-inner {
    margin-bottom: 0
}

#sidebar h4 {
    color: #999;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px
}

#sidebar .widget_recent_comments h4,
#sidebar .Simple_Flickr_Photos h4 {
    margin-bottom: 16px
}

#sidebar .widget li:first-child {
    padding-top: 0
}

#sidebar .widget .recentcomments,
.original #sidebar .widget .recentcomments,
.ascend #sidebar .widget .recentcomments {
    padding: 15px;
    margin-bottom: 22px;
    border: none;
    position: relative;
    display: block;
    background: none repeat scroll 0 0 rgba(0, 0, 0, .02)
}

.widget .tagcloud a,
#sidebar .widget .tagcloud a,
.post-area .content-inner > .post-tags a {
    background-color: #333;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 22px;
    margin: 3px 3px 0 0;
    padding: 5px 7px;
    font-size: 14px !important;
    position: relative;
    text-transform: capitalize;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    border-radius: 2px;
    -webkit-border-radius: 2px
}

.single #ajax-content-wrap .post-area .content-inner > .post-tags a {
    font-size: 14px !important;
    text-transform: capitalize
}

#sidebar .widget_tag_cloud:after {
    display: block;
    height: 0;
    clear: both;
    content: "";
    visibility: hidden
}

#sidebar .widget .tagcloud a:hover,
.post-tags a:hover {
    background-color: #000
}

#sidebar .widget input[type=text],
#sidebar .widget input[type=email] {
    padding: 10px;
    width: 100%
}

#sidebar .widget form p {
    padding-bottom: 15px
}

#sidebar .widget.widget_categories ul ul,
#sidebar .widget.widget_pages ul ul,
#sidebar .widget.widget_nav_menu ul ul {
    margin: 0 !important;
    padding: 0 0 0 20px
}

#sidebar .widget.widget_categories li,
#sidebar .widget.widget_pages li,
#sidebar .widget.widget_nav_menu li {
    border-bottom: 0 !important;
    padding: 0 !important
}

    #sidebar .widget.widget_categories li a,
    #sidebar .widget.widget_pages li a,
    #sidebar .widget.widget_nav_menu li a {
        padding: 8px 0;
        display: block;
        border-bottom: 1px solid #e6e6e6
    }

#sidebar .widget.widget_categories li {
    position: relative
}

    #sidebar .widget.widget_categories li .post_count {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: rgba(0, 0, 0, .05);
        padding: 5px 8px;
        border-radius: 100px;
        font-size: 11px;
        line-height: 11px;
        display: inline-block
    }

#sidebar .widget.widget_categories > ul > li:first-child > a,
#sidebar .widget.widget_pages > ul > li:first-child > a,
#sidebar .widget.widget_nav_menu > ul > li:first-child > a {
    padding-top: 0
}

#sidebar.left-sidebar {
    float: left
}

.post-area.col_last {
    float: right
}

#sidebar > .widget_media_image {
    text-align: center
}

#sidebar .recent_projects_widget img,
#footer-outer .recent_projects_widget img {
    margin-bottom: 0
}

.recent_projects_widget img,
#sidebar #flickr img,
#footer-outer #flickr img {
    margin-bottom: 0;
    display: block;
    padding: 5px;
    background-color: #fff;
    margin-top: 0;
    margin-left: 0;
    border: 1px solid #e5e5e5;
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.recent_projects_widget a:hover img,
#sidebar #flickr a:hover img,
#footer-outer #flickr a:hover img {
    border-color: #000
}

.recent_projects_widget div a,
#sidebar #flickr div a,
#footer-outer #flickr div a {
    float: left;
    margin: 2% 2% 0 0;
    width: 32%
}

    .recent_projects_widget div a:nth-child(3n+3),
    #sidebar #flickr div:nth-child(3n+3) a,
    #footer-outer #flickr div:nth-child(3n+3) a {
        margin-right: 0
    }

#slide-out-widget-area .recent_projects_widget img {
    height: auto;
    width: 100%
}

#sidebar select {
    max-width: 100%
}

.recent_projects_widget > div:after {
    clear: both;
    content: '';
    display: block
}

.widget_pages ul ul {
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 20px !important
}

body #respond {
    background-color: transparent;
    box-shadow: none;
    padding: 0
}

#respond > p,
#respond .comment-notes,
p.logged-in-as {
    margin-bottom: 10px
}

p.logged-in-as {
    padding-bottom: 0
}

body .comment-list {
    margin-bottom: 40px;
    margin-left: 0
}

.comment-list li {
    list-style: none
}

.comment-list .comment > div,
.comment-list .pingback > div {
    background-color: #fff;
    margin: 0;
    overflow: hidden;
    padding: 25px;
    margin-top: 2em;
    position: relative;
    padding-left: 116px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .17);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .17)
}

.comment-list .children {
    margin-left: 0;
    padding-left: 40px;
    border-left: 1px solid #ddd
}

body:not(.material) .comment-list .children {
    margin-left: 0;
    padding-left: 40px;
    border-left: 1px solid #ddd;
    background-repeat: no-repeat;
    background-position: left 20px;
    background-image: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QMraHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjEzNzBGMjgzNTQ4OTExRTJBREQzOTRBNDFDRDY4NTUwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjEzNzBGMjg0NTQ4OTExRTJBREQzOTRBNDFDRDY4NTUwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTM3MEYyODE1NDg5MTFFMkFERDM5NEE0MUNENjg1NTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTM3MEYyODI1NDg5MTFFMkFERDM5NEE0MUNENjg1NTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAgICAgICAgICAgIDAwMDAwMDAwMDAQEBAQEBAQIBAQICAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wAARCAABAA8DAREAAhEBAxEB/8QASwABAQAAAAAAAAAAAAAAAAAAAAoBAQAAAAAAAAAAAAAAAAAAAAAQAQAAAAAAAAAAAAAAAAAAAAARAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AK6AAf/Z)
}

.comment-list .comment > div img.avatar,
.comment-list .pingback > div img.avatar {
    position: absolute;
    left: 29px;
    top: 29px;
    width: 60px;
    height: 60px
}

.comment-list .reply {
    position: absolute;
    top: 29px;
    right: 29px
}

    .comment-list .reply a {
        box-shadow: 0 1px 0 rgba(255, 255, 255, .3) inset;
        color: #fff;
        cursor: pointer;
        padding: 3px 7px;
        font-size: 11px;
        transition: all .2s linear 0s;
        -webkit-transition: all .2s linear 0s;
        width: auto;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        background-color: #333
    }

.comment-list .comment-author,
.comment-list .pingback .comment-body > a {
    color: #333;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 30px
}

.comment-list .pingback .comment-body > a {
    display: block
}

body.material .comment-list .pingback .comment-body,
body.ascend .comment-list .pingback .comment-body {
    padding-left: 0
}

body.original .comment-list .pingback .comment-body {
    padding-left: 25px
}

.comment-list .comment-meta {
    font-size: 11px;
    line-height: 15px
}

    .comment-list .comment-meta a {
        color: #888
    }

        .comment-list .comment-meta a:hover {
            color: #000
        }

.comment-list .reply a:hover {
    background-color: #000
}

.comment-list .comment > div p,
.comment-list .pingback > div p {
    padding-bottom: 0;
    margin-top: 10px
}

.comment-list .comment #commentform .form-submit {
    margin-top: 0
}

#respond h3 .cancel-comment-reply,
#respond #cancel-comment-reply-link {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
    border-left: 1px solid #ddd
}

#respond h3,
h3#comments {
    font-family: 'Open Sans';
    font-weight: 600;
    text-transform: none
}

.comment-author a {
    color: inherit
}

body.original .bypostauthor .comment-body {
    position: relative
}

    body.original .bypostauthor .comment-body:before {
        opacity: .06;
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        display: block;
        top: 0;
        left: 0
    }

body:not(.original) .bypostauthor > .comment-body > .comment-author > img.avatar {
    border: 3px solid #000;
    padding: 3px
}

body.material .comment-list .comment .bypostauthor > .comment-body > .comment-author > img.avatar {
    border: 2px solid #000;
    padding: 2px
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=url],
input[type=search],
input[type=date],
textarea {
    padding: 10px;
    width: 100%;
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    color: #555;
    background-color: #f1f1f1;
    border: none;
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

    input:focus,
    select:focus,
    textarea:focus {
        outline: 0
    }

.original[data-form-style=default] input[type=text]:focus,
.original[data-form-style=default] textarea:focus,
.original[data-form-style=default] input[type=email]:focus,
.original[data-form-style=default] input[type=search]:focus,
.original[data-form-style=default] input[type=password]:focus,
.original[data-form-style=default] input[type=tel]:focus,
.original[data-form-style=default] input[type=url]:focus,
.original[data-form-style=default] input[type=date]:focus {
    background-color: #ebebeb
}

input[type=submit],
button[type=submit],
input[type=button] {
    background-color: #333;
    padding: 7px 11px;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1);
    width: auto;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 14px;
    border-radius: 2px;
    -webkit-border-radius: 2px
}

    input[type=submit]:hover,
    button[type=submit]:hover,
    input[type=button]:hover {
        background-color: #000
    }

body[data-form-submit=regular] .container-wrap input[type=submit],
body[data-form-submit=regular] .container-wrap button[type=submit],
body[data-form-submit=see-through] .container-wrap input[type=submit],
body[data-form-submit=see-through] .container-wrap button[type=submit]:not(.search-widget-btn) {
    padding: 15px 22px !important
}

body[data-form-submit=regular] input[type=submit]:hover,
body[data-form-submit=regular] button[type=submit]:hover {
    opacity: .85
}

body[data-form-submit=see-through] input[type=submit],
body[data-form-submit=see-through] button[type=submit]:not(.search-widget-btn),
body[data-form-submit=see-through] .woocommerce #order_review #payment #place_order {
    background-color: transparent !important;
    border: 2px solid #000 !important
}

select {
    padding: 10px;
    width: 100%;
    border: none;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #555;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

textarea {
    max-width: 100%
}

body[data-form-style=minimal] input[type=text],
body[data-form-style=minimal] textarea,
body[data-form-style=minimal] input[type=email],
body[data-form-style=minimal] .container-wrap .span_12.light input[type=email],
body[data-form-style=minimal] input[type=password],
body[data-form-style=minimal] input[type=tel],
body[data-form-style=minimal] input[type=url],
body[data-form-style=minimal] input[type=search],
body[data-form-style=minimal] input[type=date] {
    background-color: rgba(0, 0, 0, .035);
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    position: relative;
    margin: 0;
    font-size: 14px;
    border-bottom: 2px solid #e0e0e0;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
    border-radius: 0
}

body[data-form-style=minimal] .container-wrap .span_12.light input[type=text],
body[data-form-style=minimal] .container-wrap .span_12.light textarea,
body[data-form-style=minimal] .container-wrap .span_12.light input[type=email],
body[data-form-style=minimal] .container-wrap .span_12.light input[type=email],
body[data-form-style=minimal] .container-wrap .span_12.light input[type=password],
body[data-form-style=minimal] .container-wrap .span_12.light input[type=tel],
body[data-form-style=minimal] .container-wrap .span_12.light input[type=url],
body[data-form-style=minimal] .container-wrap .span_12.light input[type=search],
body[data-form-style=minimal] .container-wrap .span_12.light input[type=date] {
    color: #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: rgba(255, 255, 255, .04);
    border-bottom: 2px solid transparent
}

body[data-form-style=minimal] textarea,
body[data-form-style=minimal].woocommerce #review_form #respond textarea {
    padding: 20px
}

body[data-form-style=minimal] .widget_search .search-form .search-submit {
    top: 30px
}

body[data-fancy-form-rcs="1"] .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    padding: 4px
}

body[data-fancy-form-rcs="1"] .select2-container .select2-choice,
body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single {
    height: auto;
    background-color: transparent;
    border-color: #e0e0e0;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: background-color .15s cubic-bezier(.39, .71, .56, .98), color .15s cubic-bezier(.39, .71, .56, .98);
    transition: background-color .15s cubic-bezier(.39, .71, .56, .98), color .15s cubic-bezier(.39, .71, .56, .98)
}

    body[data-fancy-form-rcs="1"] .select2-container .select2-choice:hover .select2-arrow b:after {
        -webkit-transition: border-color .15s cubic-bezier(.39, .71, .56, .98);
        transition: border-color .15s cubic-bezier(.39, .71, .56, .98)
    }

body[data-fancy-form-rcs="1"] .select2-drop,
body[data-fancy-form-rcs="1"] .select2-dropdown {
    border: none;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2)
}

body[data-fancy-form-rcs="1"] .select2-container,
body[data-fancy-form-rcs="1"] .select2-drop,
body[data-fancy-form-rcs="1"] .select2-search,
.select2-search input {
    font-size: 14px
}

    body[data-fancy-form-rcs="1"] .select2-container:not(.select2-dropdown-open) .select2-choice:hover .select2-arrow b:after,
    body[data-fancy-form-rcs="1"] .select2-container--default:hover .select2-selection--single .select2-selection__arrow b,
    body[data-fancy-form-rcs="1"] .select2-container--open .select2-selection__arrow b {
        border-top-color: #fff
    }

body[data-fancy-form-rcs="1"] .select2-dropdown-open .select2-choice .select2-arrow b:after,
body[data-fancy-form-rcs="1"] .select2-container--default:hover .select2-selection--single .select2-selection__arrow b,
body[data-fancy-form-rcs="1"] .select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-bottom-color: #fff
}

body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    width: 30px;
    top: 0
}

body[data-fancy-form-rcs="1"] .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
    padding-right: 30px
}

body[data-fancy-form-rcs="1"] .select2-container--default .select2-results__option[aria-selected=true],
body[data-fancy-form-rcs="1"] .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f0f0f0 !important
}

body[data-fancy-form-rcs="1"] .select2-drop.select2-drop-above .select2-search input,
body[data-fancy-form-rcs="1"] .select2-drop.select2-drop-below .select2-search input,
body[data-fancy-form-rcs="1"] .select2-drop .select2-search input[type=text] {
    padding: 0 4px !important;
    margin-top: 7px !important
}

body[data-fancy-form-rcs="1"] .select2-container .select2-choice:hover,
body[data-fancy-form-rcs="1"] .select2-container .select2-choice:hover > .select2-chosen,
body[data-fancy-form-rcs="1"] .select2-dropdown-open .select2-choice,
body[data-fancy-form-rcs="1"] .select2-dropdown-open .select2-choice > .select2-chosen {
    color: #fff !important;
    box-shadow: none;
    -webkit-box-shadow: none
}

body[data-fancy-form-rcs="1"].admin-bar .select2-drop.select2-drop-above.select2-drop-active {
    margin-top: -33px
}

.select2-container .select2-choice > .select2-chosen {
    color: #000 !important;
    line-height: 30px;
    padding-left: 3px
}

body[data-fancy-form-rcs="1"] .fancy-select-wrap {
    padding-top: 12px
}

    body[data-fancy-form-rcs="1"] .fancy-select-wrap label {
        padding-bottom: 0;
        font-size: 12px;
        display: inline-block;
        color: #acacac !important
    }

body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single .select2-selection__rendered,
body[data-fancy-form-rcs="1"] .select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #444 !important
}

body[data-fancy-form-rcs="1"] .select2-container--default:hover .select2-selection--single .select2-selection__rendered,
body[data-fancy-form-rcs="1"] .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered,
body[data-form-submit=see-through] input[type=submit]:hover,
body[data-form-submit=see-through] button[type=submit]:not(.search-widget-btn):hover {
    color: #fff !important
}

body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single:hover .select2-selection__placeholder {
    color: #fff
}

div.wpforms-container-full .wpforms-form .select2-container {
    position: relative
}

.widget_text textarea {
    max-height: 100px
}

body .gform_wrapper .description,
body .gform_wrapper .gfield_description,
body .gform_wrapper .gsection_description,
body .gform_wrapper .instruction {
    font-size: 12px
}

body .gform_wrapper div.charleft {
    font-size: 10px
}

body .gform_wrapper .top_label .gfield_label {
    margin-top: 20px;
    margin-bottom: 6px;
    font-family: 'Open Sans';
    font-weight: 700
}

.wpcf7-form p span {
    color: #000
}

div.wpcf7-validation-errors,
.light .wpcf7 div.wpcf7-response-output {
    color: #666 !important
}

div.wpcf7 img.ajax-loader {
    margin-top: 10px;
    display: inline-block
}

.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 #fff
}

.minimal-form-input .wpcf7-not-valid-tip {
    position: absolute;
    top: 100%
}

.wpcf7-form .wpcf7-not-valid-tip {
    top: -3px;
    padding: 2px 6px;
    border: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.wpcf7 .wpcf7-response-output {
    background-color: #fff;
    margin-left: 0;
    margin-top: 10px
}

body:not(.woocommerce-cart) .main-content table {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    border-top: 1px solid #ececec
}

body:not(.woocommerce-cart) .main-content tr th:first-child,
body:not(.woocommerce-cart) .main-content tr td:first-child {
    border-left-style: solid;
    border-left-width: 1px;
    border-color: #ececec
}

body:not(.woocommerce-cart) .main-content tr th:first-child,
body:not(.woocommerce-cart) .main-content tr td:first-child {
    border-left-style: solid;
    border-left-width: 1px
}

body:not(.woocommerce-cart) .main-content th {
    border-left: medium none;
    border-style: none solid solid none;
    border-top: medium none;
    border-width: medium 1px 1px medium;
    font-weight: 700;
    padding: 10px;
    text-align: left;
    border-color: #ececec
}

body:not(.woocommerce-cart) .main-content td {
    border-color: #ececec;
    border-left: none;
    border-style: none solid solid none;
    border-top: medium none;
    border-width: medium 1px 1px medium;
    font-size: 13px;
    padding: 10px
}

body:not(.woocommerce-cart) .main-content table tr:nth-child(2n+1) {
    background-color: #fcfcfc
}

@keyframes fadebottom {
    0% {
        opacity: 1;
        transform: translateY(0px)
    }

    25% {
        opacity: 0;
        transform: translateY(20px)
    }

    30% {
        opacity: 0;
        transform: translateY(0px)
    }

    45% {
        opacity: 1;
        transform: translateY(0px)
    }

    100% {
        opacity: 1;
        transform: translateY(0px)
    }
}

@-webkit-keyframes fadebottom {
    0% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px)
    }

    25% {
        opacity: 0;
        transform: translateY(20px);
        -webkit-transform: translateY(20px)
    }

    30% {
        opacity: 0;
        transform: translateY(0px);
        -webkit-transform: translateY(0px)
    }

    45% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px)
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px)
    }
}

body .full-width-section,
body .full-width-content {
    visibility: visible
}

    .portfolio-filters-inline.full-width-section:not(.non-fw),
    .portfolio-filters-inline.full-width-content,
    .post-area.full-width-content.standard-minimal,
    .full-width-content.blog-fullwidth-wrap,
    .wpb_row.full-width-content,
    .full-width-content.nectar-shop-outer,
    .page-submenu > .full-width-section,
    .page-submenu .full-width-content,
    .wpb_row.full-width-section .mobile-video-image,
    body .full-width-section .row-bg-wrap,
    body .full-width-section .nectar-parallax-scene,
    body .full-width-section > .nectar-shape-divider-wrap,
    body .full-width-section > .video-color-overlay,
    body[data-aie=zoom-out] .first-section .row-bg-wrap,
    body[data-aie=long-zoom-out] .first-section .row-bg-wrap,
    body[data-aie=zoom-out] .top-level.full-width-section .row-bg-wrap,
    body[data-aie=long-zoom-out] .top-level.full-width-section .row-bg-wrap,
    body .full-width-section.parallax_section .row-bg-wrap,
    .nectar-slider-wrap[data-full-width=true],
    .wpb_row.full-width-section .templatera_shortcode > .wpb_row.full-width-section > .row-bg-wrap {
        margin-left: -50vw;
        left: 50%;
        width: 100vw
    }

    body .full-width-section > .nectar-video-wrap {
        margin-left: -50vw;
        left: 50%;
        width: 100vw !important
    }

    body .full-width-section > .nectar-video-wrap,
    body .full-width-content > .nectar-video-wrap {
        height: 100%
    }

@media only screen and (min-width:1000px) {
    [data-header-format=left-header] .full-width-content.blog-fullwidth-wrap,
    [data-header-format=left-header] .wpb_row.full-width-content,
    [data-header-format=left-header] .full-width-content.nectar-shop-outer,
    [data-header-format=left-header] .page-submenu > .full-width-section,
    [data-header-format=left-header] .page-submenu .full-width-content,
    [data-header-format=left-header] .full-width-section .row-bg-wrap,
    [data-header-format=left-header] .full-width-section .nectar-parallax-scene,
    [data-header-format=left-header] .full-width-section > .nectar-shape-divider-wrap,
    [data-header-format=left-header] .full-width-section > .video-color-overlay,
    [data-header-format=left-header][data-aie=zoom-out] .first-section .row-bg-wrap,
    [data-header-format=left-header][data-aie=long-zoom-out] .first-section .row-bg-wrap,
    [data-header-format=left-header][data-aie=zoom-out] .top-level.full-width-section .row-bg-wrap,
    [data-header-format=left-header][data-aie=long-zoom-out] .top-level.full-width-section .row-bg-wrap,
    [data-header-format=left-header] .full-width-section.parallax_section .row-bg-wrap,
    [data-header-format=left-header] .nectar-slider-wrap[data-full-width=true],
    body[data-header-format=left-header] .wpb_row.full-width-section .templatera_shortcode > .wpb_row.full-width-section > .row-bg-wrap {
        margin-left: calc(-50vw + 135px);
        width: calc(100vw - 272px);
        left: 50%
    }

    [data-header-format=left-header] .full-width-section > .nectar-video-wrap {
        margin-left: calc(-50vw + 135px);
        width: calc(100vw - 272px) !important;
        left: 50%
    }

    #boxed .full-width-content.blog-fullwidth-wrap,
    #boxed .wpb_row.full-width-content,
    #boxed .page-submenu > .full-width-section,
    #boxed .page-submenu .full-width-content,
    #boxed .full-width-content.nectar-shop-outer,
    body #boxed .full-width-section .row-bg-wrap,
    body #boxed .full-width-section .nectar-parallax-scene,
    body #boxed .full-width-section > .nectar-shape-divider-wrap,
    body #boxed .full-width-section > .video-color-overlay,
    body[data-aie=zoom-out] #boxed .first-section .row-bg-wrap,
    body[data-aie=long-zoom-out] #boxed .first-section .row-bg-wrap,
    body[data-aie=zoom-out] #boxed .top-level.full-width-section .row-bg-wrap,
    body[data-aie=long-zoom-out] #boxed .top-level.full-width-section .row-bg-wrap,
    body #boxed .full-width-section.parallax_section .row-bg-wrap,
    #boxed .nectar-slider-wrap[data-full-width=true],
    #boxed .wpb_row.full-width-section .templatera_shortcode > .wpb_row.full-width-section > .row-bg-wrap,
    #boxed .portfolio-filters-inline.full-width-section:not(.non-fw) {
        margin-left: -5%;
        width: 110%;
        left: 0
    }

    body #boxed .full-width-section > .nectar-video-wrap {
        margin-left: -5%;
        width: 110% !important;
        left: 0
    }
}

@media only screen and (max-width:999px) and (min-width:691px) {
    #boxed .full-width-content.blog-fullwidth-wrap,
    #boxed .wpb_row.full-width-content,
    #boxed .page-submenu > .full-width-section,
    #boxed .page-submenu .full-width-content,
    body #boxed .full-width-section .row-bg-wrap,
    body #boxed .full-width-section .nectar-parallax-scene,
    body #boxed .full-width-section > .nectar-shape-divider-wrap,
    body #boxed .full-width-section > .video-color-overlay,
    body[data-aie=zoom-out] #boxed .first-section .row-bg-wrap,
    body[data-aie=long-zoom-out] #boxed .first-section .row-bg-wrap,
    body[data-aie=zoom-out] #boxed .top-level.full-width-section .row-bg-wrap,
    body[data-aie=long-zoom-out] #boxed .top-level.full-width-section .row-bg-wrap,
    body #boxed .full-width-section.parallax_section .row-bg-wrap,
    #boxed .nectar-slider-wrap[data-full-width=true],
    #boxed .wpb_row.full-width-section .templatera_shortcode > .wpb_row.full-width-section > .row-bg-wrap {
        margin-left: -7%;
        width: 114%;
        left: 0
    }

    body #boxed .full-width-section > .nectar-video-wrap {
        margin-left: -7%;
        width: 114% !important;
        left: 0
    }
}

.page-submenu .full-width-content,
.page-submenu > .full-width-section,
.full-width-content.blog-fullwidth-wrap,
.portfolio-filters-inline.full-width-content,
.portfolio-filters-inline.full-width-section {
    position: relative
}

body .post-area.span_9 body .post-area.span_9 .portfolio-filters-inline.full-width-section:not(.non-fw),
body .post-area.span_9 .portfolio-filters-inline.full-width-content,
body .post-area.span_9 .post-area.full-width-content.standard-minimal,
body .post-area.span_9 .full-width-content.blog-fullwidth-wrap,
body .post-area.span_9 .wpb_row.full-width-content,
body .post-area.span_9 .page-submenu > .full-width-section,
body .post-area.span_9 .page-submenu .full-width-content,
body .post-area.span_9 .full-width-section .row-bg-wrap,
body .post-area.span_9 .full-width-section .nectar-parallax-scene,
body .post-area.span_9 .full-width-section > .nectar-shape-divider-wrap,
body .post-area.span_9 .full-width-section > .video-color-overlay,
body[data-aie=zoom-out] .post-area.span_9 .first-section .row-bg-wrap,
body[data-aie=long-zoom-out] .post-area.span_9 .first-section .row-bg-wrap,
body[data-aie=zoom-out] .post-area.span_9 .top-level.full-width-section .row-bg-wrap,
body[data-aie=long-zoom-out] .post-area.span_9 .top-level.full-width-section .row-bg-wrap,
body .post-area.span_9 .full-width-section.parallax_section .row-bg-wrap,
body .post-area.span_9 .wpb_row.parallax_section .row-bg-wrap,
.post-area.span_9 .nectar-slider-wrap[data-full-width=true],
body #boxed .post-area.span_9 .full-width-section .row-bg-wrap,
body .post-area.span_9 .wpb_row.full-width-section .templatera_shortcode > .wpb_row.full-width-section > .row-bg-wrap {
    margin-left: 0;
    left: 0;
    width: 100%
}

body .post-area.span_9 .full-width-section > .nectar-video-wrap {
    margin-left: 0;
    left: 0;
    width: 100% !important
}

.pum .pum-container .popmake-content .full-width-section .row-bg-wrap,
.pum .pum-container .popmake-content .wpb_row.full-width-content,
body #boxed .pum .pum-container .popmake-content .full-width-section .row-bg-wrap,
body #boxed .pum .pum-container .popmake-content .wpb_row.full-width-content {
    margin-left: 0 !important;
    left: 0 !important;
    width: 100% !important
}

body .wpb_row.full-width-section .wpb_row > .row-bg-wrap,
#boxed .wpb_row.full-width-section .wpb_row > .row-bg-wrap,
body .wpb_row.full-width-content .wpb_row > .row-bg-wrap,
#boxed .wpb_row.full-width-content .wpb_row > .row-bg-wrap {
    margin-left: 0;
    left: 0;
    width: 100%
}

.wpb_row .column-image-bg-wrap,
.wpb_row .column-image-bg-wrap .inner-wrap,
.wpb_row .column-image-bg-wrap .column-image-bg {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}

.wpb_column[data-bg-cover=true] .column-image-bg,
.wpb_column .column-inner[data-bg-cover=true] .column-image-bg {
    background-size: cover;
    background-position: center
}

.wpb_row .column-image-bg-wrap {
    z-index: 0;
    overflow: hidden
}

.full-width-content.vc_row-fluid .wpb_column .column-image-bg-wrap .column-image-bg {
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover
}

[class*=" linecon-icon-"],
[class^=linecon-icon-] {
    font-family: linecons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.linecon-icon-heart:before {
    content: "\e600"
}

.linecon-icon-cloud:before {
    content: "\e601"
}

.linecon-icon-star:before {
    content: "\e602"
}

.linecon-icon-tv:before {
    content: "\e603"
}

.linecon-icon-sound:before {
    content: "\e604"
}

.linecon-icon-video:before {
    content: "\e605"
}

.linecon-icon-trash:before {
    content: "\e606"
}

.linecon-icon-user:before {
    content: "\e607"
}

.linecon-icon-key:before {
    content: "\e608"
}

.linecon-icon-search:before {
    content: "\e609"
}

.linecon-icon-eye:before {
    content: "\e60a"
}

.linecon-icon-bubble:before {
    content: "\e60b"
}

.linecon-icon-stack:before {
    content: "\e60c"
}

.linecon-icon-cup:before {
    content: "\e60d"
}

.linecon-icon-phone:before {
    content: "\e60e"
}

.linecon-icon-news:before {
    content: "\e60f"
}

.linecon-icon-mail:before {
    content: "\e610"
}

.linecon-icon-like:before {
    content: "\e611"
}

.linecon-icon-photo:before {
    content: "\e612"
}

.linecon-icon-note:before {
    content: "\e613"
}

.linecon-icon-food:before {
    content: "\e614"
}

.linecon-icon-t-shirt:before {
    content: "\e615"
}

.linecon-icon-fire:before {
    content: "\e616"
}

.linecon-icon-clip:before {
    content: "\e617"
}

.linecon-icon-shop:before {
    content: "\e618"
}

.linecon-icon-calendar:before {
    content: "\e619"
}

.linecon-icon-wallet:before {
    content: "\e61a"
}

.linecon-icon-vynil:before {
    content: "\e61b"
}

.linecon-icon-truck:before {
    content: "\e61c"
}

.linecon-icon-world:before {
    content: "\e61d"
}

.linecon-icon-clock:before {
    content: "\e61e"
}

.linecon-icon-paperplane:before {
    content: "\e61f"
}

.linecon-icon-params:before {
    content: "\e620"
}

.linecon-icon-banknote:before {
    content: "\e621"
}

.linecon-icon-data:before {
    content: "\e622"
}

.linecon-icon-music:before {
    content: "\e623"
}

.linecon-icon-megaphone:before {
    content: "\e624"
}

.linecon-icon-study:before {
    content: "\e625"
}

.linecon-icon-lab:before {
    content: "\e626"
}

.linecon-icon-location:before {
    content: "\e627"
}

.linecon-icon-display:before {
    content: "\e628"
}

.linecon-icon-diamond:before {
    content: "\e629"
}

.linecon-icon-pen:before {
    content: "\e62a"
}

.linecon-icon-bulb:before {
    content: "\e62b"
}

.linecon-icon-lock:before {
    content: "\e62c"
}

.linecon-icon-tag:before {
    content: "\e62d"
}

.linecon-icon-camera:before {
    content: "\e62e"
}

.linecon-icon-settings:before {
    content: "\e62f"
}

[class*=" steadysets-icon-"],
[class^=steadysets-icon-] {
    font-family: steadysets !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.steadysets-icon-type:before {
    content: "\e600"
}

.steadysets-icon-box:before {
    content: "\e601"
}

.steadysets-icon-archive:before {
    content: "\e602"
}

.steadysets-icon-envelope:before {
    content: "\e603"
}

.steadysets-icon-email:before {
    content: "\e604"
}

.steadysets-icon-files:before {
    content: "\e605"
}

.steadysets-icon-uniE606:before {
    content: "\e606"
}

.steadysets-icon-connection-empty:before {
    content: "\e607"
}

.steadysets-icon-connection-25:before {
    content: "\e608"
}

.steadysets-icon-connection-50:before {
    content: "\e609"
}

.steadysets-icon-connection-75:before {
    content: "\e60a"
}

.steadysets-icon-connection-full:before {
    content: "\e60b"
}

.steadysets-icon-microphone:before {
    content: "\e60c"
}

.steadysets-icon-microphone-off:before {
    content: "\e60d"
}

.steadysets-icon-book:before {
    content: "\e60e"
}

.steadysets-icon-cloud:before {
    content: "\e60f"
}

.steadysets-icon-book2:before {
    content: "\e610"
}

.steadysets-icon-star:before {
    content: "\e611"
}

.steadysets-icon-phone-portrait:before {
    content: "\e612"
}

.steadysets-icon-phone-landscape:before {
    content: "\e613"
}

.steadysets-icon-tablet:before {
    content: "\e614"
}

.steadysets-icon-tablet-landscape:before {
    content: "\e615"
}

.steadysets-icon-laptop:before {
    content: "\e616"
}

.steadysets-icon-uniE617:before {
    content: "\e617"
}

.steadysets-icon-barbell:before {
    content: "\e618"
}

.steadysets-icon-stopwatch:before {
    content: "\e619"
}

.steadysets-icon-atom:before {
    content: "\e61a"
}

.steadysets-icon-syringe:before {
    content: "\e61b"
}

.steadysets-icon-pencil:before {
    content: "\e61c"
}

.steadysets-icon-chart:before {
    content: "\e61d"
}

.steadysets-icon-bars:before {
    content: "\e61e"
}

.steadysets-icon-cube:before {
    content: "\e61f"
}

.steadysets-icon-image:before {
    content: "\e620"
}

.steadysets-icon-crop:before {
    content: "\e621"
}

.steadysets-icon-graph:before {
    content: "\e622"
}

.steadysets-icon-select:before {
    content: "\e623"
}

.steadysets-icon-bucket:before {
    content: "\e624"
}

.steadysets-icon-mug:before {
    content: "\e625"
}

.steadysets-icon-clipboard:before {
    content: "\e626"
}

.steadysets-icon-lab:before {
    content: "\e627"
}

.steadysets-icon-bones:before {
    content: "\e628"
}

.steadysets-icon-pill:before {
    content: "\e629"
}

.steadysets-icon-bolt:before {
    content: "\e62a"
}

.steadysets-icon-health:before {
    content: "\e62b"
}

.steadysets-icon-map-marker:before {
    content: "\e62c"
}

.steadysets-icon-stack:before {
    content: "\e62d"
}

.steadysets-icon-newspaper:before {
    content: "\e62e"
}

.steadysets-icon-uniE62F:before {
    content: "\e62f"
}

.steadysets-icon-coffee:before {
    content: "\e630"
}

.steadysets-icon-bill:before {
    content: "\e631"
}

.steadysets-icon-sun:before {
    content: "\e632"
}

.steadysets-icon-vcard:before {
    content: "\e633"
}

.steadysets-icon-shorts:before {
    content: "\e634"
}

.steadysets-icon-drink:before {
    content: "\e635"
}

.steadysets-icon-diamond:before {
    content: "\e636"
}

.steadysets-icon-bag:before {
    content: "\e637"
}

.steadysets-icon-calculator:before {
    content: "\e638"
}

.steadysets-icon-credit-cards:before {
    content: "\e639"
}

.steadysets-icon-microwave-oven:before {
    content: "\e63a"
}

.steadysets-icon-camera:before {
    content: "\e63b"
}

.steadysets-icon-share:before {
    content: "\e63c"
}

.steadysets-icon-bullhorn:before {
    content: "\e63d"
}

.steadysets-icon-user:before {
    content: "\e63e"
}

.steadysets-icon-users:before {
    content: "\e63f"
}

.steadysets-icon-user2:before {
    content: "\e640"
}

.steadysets-icon-users2:before {
    content: "\e641"
}

.steadysets-icon-unlocked:before {
    content: "\e642"
}

.steadysets-icon-unlocked2:before {
    content: "\e643"
}

.steadysets-icon-lock:before {
    content: "\e644"
}

.steadysets-icon-forbidden:before {
    content: "\e645"
}

.steadysets-icon-switch:before {
    content: "\e646"
}

.steadysets-icon-meter:before {
    content: "\e647"
}

.steadysets-icon-flag:before {
    content: "\e648"
}

.steadysets-icon-home:before {
    content: "\e649"
}

.steadysets-icon-printer:before {
    content: "\e64a"
}

.steadysets-icon-clock:before {
    content: "\e64b"
}

.steadysets-icon-calendar:before {
    content: "\e64c"
}

.steadysets-icon-comment:before {
    content: "\e64d"
}

.steadysets-icon-chat-3:before {
    content: "\e64e"
}

.steadysets-icon-chat-2:before {
    content: "\e64f"
}

.steadysets-icon-chat-1:before {
    content: "\e650"
}

.steadysets-icon-chat:before {
    content: "\e651"
}

.steadysets-icon-zoom-out:before {
    content: "\e652"
}

.steadysets-icon-zoom-in:before {
    content: "\e653"
}

.steadysets-icon-search:before {
    content: "\e654"
}

.steadysets-icon-trashcan:before {
    content: "\e655"
}

.steadysets-icon-tag:before {
    content: "\e656"
}

.steadysets-icon-download:before {
    content: "\e657"
}

.steadysets-icon-paperclip:before {
    content: "\e658"
}

.steadysets-icon-checkbox:before {
    content: "\e659"
}

.steadysets-icon-checkbox-checked:before {
    content: "\e65a"
}

.steadysets-icon-checkmark:before {
    content: "\e65b"
}

.steadysets-icon-refresh:before {
    content: "\e65c"
}

.steadysets-icon-reload:before {
    content: "\e65d"
}

.steadysets-icon-arrow-right:before {
    content: "\e65e"
}

.steadysets-icon-arrow-down:before {
    content: "\e65f"
}

.steadysets-icon-arrow-up:before {
    content: "\e660"
}

.steadysets-icon-arrow-left:before {
    content: "\e661"
}

.steadysets-icon-settings:before {
    content: "\e662"
}

.steadysets-icon-battery-full:before {
    content: "\e663"
}

.steadysets-icon-battery-75:before {
    content: "\e664"
}

.steadysets-icon-battery-50:before {
    content: "\e665"
}

.steadysets-icon-battery-25:before {
    content: "\e666"
}

.steadysets-icon-battery-empty:before {
    content: "\e667"
}

.steadysets-icon-battery-charging:before {
    content: "\e668"
}

.steadysets-icon-uniE669:before {
    content: "\e669"
}

.steadysets-icon-grid:before {
    content: "\e66a"
}

.steadysets-icon-list:before {
    content: "\e66b"
}

.steadysets-icon-wifi-low:before {
    content: "\e66c"
}

.steadysets-icon-folder-check:before {
    content: "\e66d"
}

.steadysets-icon-folder-settings:before {
    content: "\e66e"
}

.steadysets-icon-folder-add:before {
    content: "\e66f"
}

.steadysets-icon-folder:before {
    content: "\e670"
}

.steadysets-icon-window:before {
    content: "\e671"
}

.steadysets-icon-windows:before {
    content: "\e672"
}

.steadysets-icon-browser:before {
    content: "\e673"
}

.steadysets-icon-file-broken:before {
    content: "\e674"
}

.steadysets-icon-align-justify:before {
    content: "\e675"
}

.steadysets-icon-align-center:before {
    content: "\e676"
}

.steadysets-icon-align-right:before {
    content: "\e677"
}

.steadysets-icon-align-left:before {
    content: "\e678"
}

.steadysets-icon-file:before {
    content: "\e679"
}

.steadysets-icon-file-add:before {
    content: "\e67a"
}

.steadysets-icon-file-settings:before {
    content: "\e67b"
}

.steadysets-icon-mute:before {
    content: "\e67c"
}

.steadysets-icon-heart:before {
    content: "\e67d"
}

.steadysets-icon-enter:before {
    content: "\e67e"
}

.steadysets-icon-volume-decrease:before {
    content: "\e67f"
}

.steadysets-icon-wifi-mid:before {
    content: "\e680"
}

.steadysets-icon-volume:before {
    content: "\e681"
}

.steadysets-icon-bookmark:before {
    content: "\e682"
}

.steadysets-icon-screen:before {
    content: "\e683"
}

.steadysets-icon-map:before {
    content: "\e684"
}

.steadysets-icon-measure:before {
    content: "\e685"
}

.steadysets-icon-eyedropper:before {
    content: "\e686"
}

.steadysets-icon-support:before {
    content: "\e687"
}

.steadysets-icon-phone:before {
    content: "\e688"
}

.steadysets-icon-email2:before {
    content: "\e689"
}

.steadysets-icon-volume-increase:before {
    content: "\e68a"
}

.steadysets-icon-wifi-full:before {
    content: "\e68b"
}

.icon-salient-x,
.icon-salient-m-eye,
.icon-salient-search,
.icon-salient-woo-zoom-icon,
.icon-salient-right-arrow,
.icon-salient-left-arrow,
.icon-salient-right-line,
.icon-salient-back-to-all,
.icon-salient-left-arrow-thin,
.icon-salient-right-arrow-thin,
.icon-salient-down-arrow-thin,
.icon-salient-down-arrow,
.icon-salient-google-plus,
.ascend .mfp-image-holder .mfp-close,
.ascend .mfp-iframe-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.icon-salient-facebook,
.icon-salient-twitter,
.icon-salient-pinterest,
.icon-salient-heart,
.icon-salient-heart-2,
.icon-salient-plus,
.icon-salient-cart,
.icon-salient-pencil,
.icon-salient-artstation,
.icon-salient-discord,
.icon-be,
.icon-vimeo,
.icon-soundcloud,
.icon-button-arrow,
.icon-salient-thin-line,
.icon-salient-spotify,
.icon-salient-m-user,
.salient-page-submenu-icon,
.icon-salient-m-clock,
.video-play-button,
.mejs-controls .mejs-button button {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.icon-salient-m-bag:before {
    content: "\e900"
}

.icon-salient-m-eye:before {
    content: "\e015"
}

.icon-salient-m-clock:before {
    content: "\e016"
}

.icon-salient-m-gear:before {
    content: "\e023"
}

.icon-salient-m-heart:before {
    content: "\e024"
}

.icon-salient-m-search:before {
    content: "\e036"
}

.icon-salient-m-prev:before {
    content: "\e050"
}

.icon-salient-m-rewind:before {
    content: "\e051"
}

.icon-salient-m-play:before {
    content: "\e052"
}

.icon-salient-woo-zoom-icon:before {
    content: "\e908"
}

.icon-salient-woo-zoom-icon-minus:before {
    content: "\e90a"
}

.icon-salient-m-pause:before {
    content: "\e053"
}

.icon-salient-m-stop:before {
    content: "\e054"
}

.icon-salient-m-ff:before {
    content: "\e055"
}

.icon-salient-m-next:before {
    content: "\e056"
}

.icon-salient-m-user:before {
    content: "\e074"
}

.icon-salient-m-chat:before {
    content: "\e076"
}

.icon-salient-m-social:before {
    content: "\e081"
}

.icon-salient-m-left-arrow:before {
    content: "\e094"
}

.icon-salient-m-right-arrow:before {
    content: "\e095"
}

.icon-salient-m-sound:before {
    content: "\e098"
}

.icon-salient-m-mute:before {
    content: "\e099"
}

.icon-salient-m-close:before {
    content: "\e117"
}

.icon-salient-m-menu:before {
    content: "\e120"
}

.icon-salient-x:before {
    content: "\e003"
}

.icon-salient-right-arrow:before {
    content: "\e000"
}

.icon-salient-left-arrow:before {
    content: "\e001"
}

.icon-salient-right-line:before {
    content: "\e004"
}

.icon-salient-back-to-all:before {
    content: "\e005"
}

.icon-salient-right-arrow-thin:before {
    content: "\e006"
}

.icon-salient-left-arrow-thin:before {
    content: "\e007"
}

.icon-salient-down-arrow-thin:before {
    content: "\e00c"
}

.icon-salient-down-arrow:before {
    content: "\e008"
}

.icon-salient-google-plus:before {
    content: "\e009"
}

.icon-salient-facebook:before {
    content: "\e00a"
}

.icon-salient-twitter:before {
    content: "\e00b"
}

.icon-salient-pinterest:before {
    content: "\e00d"
}

.icon-salient-heart:before {
    content: "\e00e"
}

.icon-salient-plus:before {
    content: "\e010"
}

.icon-salient-cart:before {
    content: "\e012"
}

.icon-salient-pencil:before {
    content: "\e011"
}

.icon-be:before {
    content: "\e013"
}

.icon-vimeo:before {
    content: "\e014"
}

.icon-soundcloud:before {
    content: "\e600"
}

.icon-button-arrow:before {
    content: "\e909"
}

.icon-salient-thin-line:before {
    content: "\e602"
}

.icon-salient-spotify:before {
    content: "\f1bc"
}

.icon-salient-artstation:before {
    content: "\e90b"
}

.icon-salient-discord:before {
    content: "\e90c"
}

body[data-header-search=false].ascend #header-outer[data-has-menu=false][data-cart=false][data-full-width=true] .slide-out-widget-area-toggle:not(.mobile-icon) .lines-button {
    top: -1px
}

body .lines,
body .lines:before,
body .lines:after {
    height: 2px
}

body #slide-out-widget-area .slide_out_area_close .icon-default-style[class^=icon-] {
    font-size: 24px !important
}

.icon-salient-search:before {
    content: "\e036"
}

body .icon-salient-x:before {
    content: "\e117"
}

body.ascend .icon-salient-cart:before,
body .icon-salient-cart:before {
    content: "\e106"
}

body.ascend #header-outer .cart-contents .cart-wrap span {
    width: 17px;
    line-height: 17px;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600
}

.icon-salient-heart-2:before {
    content: "\e024" !important
}

body #single-below-header.fullscreen-header .steadysets-icon-chat-3,
body #single-below-header.fullscreen-header .steadysets-icon-book2,
body .steadysets-icon-chat-3 {
    font-family: 'icomoon' !important;
    font-size: 20px
}

    body .steadysets-icon-chat-3:before {
        content: "\e076"
    }

body .steadysets-icon-book2:before {
    font-family: 'icomoon' !important;
    content: "\e034"
}

#top nav ul #nectar-user-account a span,
#top nav ul #search-btn a span,
#header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
    font-size: 18px;
    color: rgba(0, 0, 0, .48)
}

body #search-outer #search #close a span {
    font-size: 20px
}

body[data-header-color=dark] #header-secondary-outer {
    background-color: #111;
    border-bottom: 1px solid #444
}

    body[data-header-color=dark] #header-secondary-outer nav > ul > li > a {
        border-left: 1px solid #222
    }

    body[data-header-color=dark] #header-secondary-outer nav > ul > li:last-child {
        border-right: 1px solid #272727
    }

    body[data-header-color=dark] #header-secondary-outer nav > ul > li > a,
    body[data-header-color=dark] #header-secondary-outer nav > ul > li > a .sf-sub-indicator i,
    body[data-header-color=dark] #header-secondary-outer .nectar-center-text,
    body[data-header-color=dark] #header-secondary-outer .nectar-center-text a,
    body[data-header-color=dark] #header-secondary-outer #social li a i {
        color: #a0a0a0
    }

#header-secondary-outer ul ul li a {
    font-size: 11px;
    transition: none;
    -webkit-transition: none
}

.material #header-secondary-outer[data-lhe=animated_underline] nav > .sf-menu > li > a:hover:after,
.material #header-secondary-outer[data-lhe=animated_underline] nav > .sf-menu > li > a.current-menu-item:after {
    backface-visibility: hidden;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

body[data-dropdown-style=minimal] #header-secondary-outer .sf-menu > li ul {
    height: auto
}

#header-secondary-outer .container {
    position: static
}

#header-secondary-outer {
    min-height: 34px
}

.material #header-secondary-outer {
    min-height: 42px
}

#header-secondary-outer .nectar-center-text {
    text-align: center;
    padding: 0 130px;
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

body #header-secondary-outer .nectar-center-text {
    font-size: 16px;
    line-height: 16px;
    max-width: 70%
}

#header-secondary-outer .nectar-center-text a {
    color: inherit
}

@media only screen and (max-width:999px) {
    body #header-secondary-outer[data-secondary-text=true] ul {
        display: none
    }

    #header-secondary-outer .nectar-center-text {
        padding: 0 15px
    }
}

@media only screen and (max-width:690px) {
    body.original #header-secondary-outer .nectar-center-text {
        display: none
    }

    body.original #header-secondary-outer {
        display: none
    }
}

#header-secondary-outer {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background-color: #f8f8f8;
    border-bottom: 1px solid #ddd
}

body[data-header-color=custom]:not(.material) #header-secondary-outer {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

#header-secondary-outer #social {
    float: left;
    position: relative
}

    #header-secondary-outer #social li {
        float: left
    }

        #header-secondary-outer #social li a {
            line-height: 20px
        }

            #header-secondary-outer #social li a i {
                height: 14px;
                line-height: 14px;
                font-size: 14px;
                color: rgba(0, 0, 0, .55)
            }

        #header-secondary-outer #social li a {
            position: relative;
            padding: 8px 10px;
            height: 16px;
            box-sizing: content-box
        }

#header-secondary-outer ul {
    height: 32px;
    float: right;
    z-index: 1000
}

#header-secondary-outer nav > ul > li > a {
    color: rgba(0, 0, 0, .55)
}

body #header-secondary-outer nav > ul > li > a {
    border-left: 1px solid #ddd;
    line-height: 11px;
    font-size: 11px;
    padding: 10px
}

body[data-header-color=custom]:not(.material) #header-secondary-outer nav > ul > li > a {
    border-left: 1px solid rgba(0, 0, 0, .1)
}

#header-secondary-outer nav > ul > li > a:hover,
#header-secondary-outer nav > ul > .current-menu-item > a,
#header-secondary-outer nav > ul > .current-menu-ancestor > a {
    color: rgba(0, 0, 0, .8)
}

#header-secondary-outer nav > ul > li > a .sf-sub-indicator {
    margin-right: 5px;
    height: 11px
}

#header-secondary-outer nav > ul > li:last-child {
    border-right: 1px solid #ddd
}

body[data-header-color=custom]:not(.material) #header-secondary-outer nav > ul > li:last-child {
    border-right: 1px solid rgba(0, 0, 0, .1)
}

#header-secondary-outer nav > ul > li > a .sf-sub-indicator i {
    color: rgba(0, 0, 0, .45);
    font-size: 14px
}

#header-secondary-outer ul ul li a {
    background-color: #1f1f1f;
    color: #ccc
}

#header-secondary-outer ul > .menu-item-language-current > a {
    height: 32px;
    padding-top: 8px
}

#header-secondary-outer #social li .behance,
#header-secondary-outer #social li .vimeo {
    background-color: #a6a6a6;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9999px
}

#header-secondary-outer #social li .vimeo {
    width: 15px
}

#header-secondary-outer #social li .behance {
    width: 17px
}

#header-secondary-outer[data-full-width=true] > .container {
    width: 100%;
    max-width: 100%;
    padding: 0 28px
}

    #header-secondary-outer[data-full-width=true] > .container nav > ul > li:last-child,
    #header-secondary-outer[data-full-width=true] nav > ul#social > li:first-child > a {
        border: none
    }

body[data-header-color=dark] #header-secondary-outer .current-menu-ancestor > a,
body[data-header-color=dark] #header-secondary-outer .current-menu-item > a,
body[data-header-color=dark] #header-secondary-outer .sfHover > a,
body[data-header-color=dark] #header-secondary-outer .sfHover > a i,
body[data-header-color=dark] #header-secondary-outer nav > ul > li a:hover,
body[data-header-color=dark] #header-secondary-outer nav > ul > li a:hover .sf-sub-indicator i,
body[data-dropdown-style=minimal] #header-secondary-outer ul > li:not(.megamenu) .sfHover > a,
body[data-dropdown-style=minimal] #header-secondary-outer ul > li:not(.megamenu) ul a:hover {
    color: #fff !important
}

body[data-header-color=dark] #header-secondary-outer nav > ul > li > a .sf-sub-indicator i {
    color: #A0A0A0 !important
}

body.material #header-secondary-outer nav > ul {
    height: auto;
    padding: 6px 0
}

body.material #header-secondary-outer nav > .sf-menu {
    padding: 9px 0 8px
}

body.material #header-secondary-outer .nectar-center-text {
    padding: 10px 0
}

body.material #header-secondary-outer nav:after {
    display: block;
    clear: both;
    content: ''
}

body.material #header-secondary-outer nav > ul > li > a,
body.material #header-secondary-outer #social li a {
    padding: 0;
    margin: 0 10px;
    height: auto
}

body.material #header-secondary-outer {
    border: 1px solid transparent
}

    body.material #header-secondary-outer nav > ul > li > a {
        border-left: 0;
        line-height: 22px;
        font-size: 12px
    }

    body.material #header-secondary-outer nav > ul > li:last-child {
        border-right: 0
    }

        body.material #header-secondary-outer nav > ul > li:last-child > a {
            margin-right: 0;
            padding-right: 0
        }

    body.material #header-secondary-outer #social li a i {
        font-size: 16px
    }

    body.material #header-secondary-outer #social li a {
        line-height: 28px
    }

    body.material #header-secondary-outer #social li:first-child a {
        padding-left: 0;
        margin-left: 0
    }

@media only screen and (max-width:999px) {
    #header-secondary-outer[data-mobile=display_full] .nectar-center-text {
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto;
        -webkit-transform: none;
        transform: none
    }

    body:not(.material) #header-secondary-outer[data-mobile=display_full] .nectar-center-text {
        margin: 20px auto
    }

    body #header-secondary-outer[data-mobile=display_full] ul,
    body.original #header-secondary-outer[data-mobile=display_full] .nectar-center-text,
    body.ascend #header-secondary-outer[data-mobile=display_full] .nectar-center-text {
        display: block
    }

    body.original #header-secondary-outer[data-mobile=display_full] #social > li > a {
        border: none !important
    }

    #header-secondary-outer[data-mobile=display_full] #social,
    #header-secondary-outer[data-mobile=display_full] ul {
        float: none;
        text-align: center;
        margin: 0 auto
    }

    body.original #header-secondary-outer[data-mobile=display_full],
    body.ascend #header-secondary-outer[data-mobile=display_full],
    body.material #header-secondary-outer[data-mobile=display_full] {
        display: block !important;
        height: auto !important
    }

    body[data-dropdown-style] #header-secondary-outer[data-mobile=display_full] .sf-menu > li ul {
        display: none !important
    }
}

.col.testimonial_slider {
    float: none
}

.testimonial_slider {
    float: none;
    opacity: 0;
    margin-bottom: 21px
}

html:not(.js) .testimonial_slider {
    opacity: 1;
    height: auto
}

.testimonial_slider:not([data-style*=multiple_visible]) blockquote {
    padding-left: 0;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    background-image: none;
    font-size: 22px;
    width: 100%;
    margin: 0 auto;
    opacity: 0;
    position: absolute
}

.testimonial_slider blockquote p {
    padding-bottom: 30px
}

.testimonial_slider .controls ul {
    margin: 0;
    display: block;
    text-align: center;
    width: 100%
}

    .testimonial_slider .controls ul li {
        list-style: none;
        cursor: pointer;
        display: inline
    }

        .testimonial_slider .controls ul li .pagination-switch {
            background-color: rgba(0, 0, 0, 0);
            border: 1px solid #333;
            border-radius: 10px;
            cursor: pointer;
            display: inline-block;
            height: 10px;
            margin: 0 4px;
            transition: background-color .2s linear 0s, border-color .2s linear 0s;
            width: 10px
        }

            .testimonial_slider .controls ul li .pagination-switch:hover,
            .testimonial_slider .controls ul li .pagination-switch.active {
                background-color: #333
            }

.testimonial_slider .controls {
    position: absolute;
    bottom: -22px;
    z-index: 30;
    width: 100%;
    text-align: center
}

.testimonial_slider .slides {
    overflow: hidden;
    position: relative
}

body .testimonial_slider blockquote span,
.nectar_single_testimonial span {
    font-size: 16px;
    display: block;
    line-height: 22px
}

body .testimonial_slider blockquote .open-quote,
body .testimonial_slider blockquote .close-quote {
    display: inline
}

.span_12.light .nectar_single_testimonial span {
    color: #fff
}

.span_12.light .nectar_single_testimonial .title {
    color: rgba(255, 255, 255, .6)
}

.nectar_single_testimonial {
    padding-left: 0
}

    .nectar_single_testimonial[data-style=small_modern] p span {
        font-size: 80px;
        line-height: 80px;
        margin-bottom: -20px
    }

    .nectar_single_testimonial[data-style=bold] p span {
        font-size: 110px;
        line-height: 110px;
        margin-bottom: -30px
    }

.wpb_wrapper > .nectar_single_testimonial:last-child {
    margin-bottom: 0
}

.nectar_single_testimonial[data-style=bold] p {
    padding-bottom: 35px
}

.testimonial_slider blockquote .title,
.nectar_single_testimonial .title {
    color: rgba(0, 0, 0, .5)
}

.testimonial_slider:not([data-style=minimal]) blockquote .title {
    font-size: 12px
}

.testimonial_slider[data-style=minimal] blockquote .title {
    font-size: 12px;
    font-style: italic
}

.testimonial_slider[data-style=minimal] blockquote span:not(.title) {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    margin-bottom: -4px
}

.testimonial_slider[data-style*=multiple_visible] blockquote .title,
.nectar_single_testimonial .title {
    font-size: 14px
}

.light .testimonial_slider blockquote {
    color: rgba(255, 255, 255, .95)
}

    .light .testimonial_slider blockquote .title,
    .testimonial_slider[data-style=multiple_visible][data-color*=-light] blockquote .title {
        color: rgba(255, 255, 255, .45)
    }

.testimonial_slider .controls ul li i {
    color: #444
}

.light .testimonial_slider .controls ul li span {
    border-color: #fff
}

    .light .testimonial_slider .controls ul li span:hover,
    .light .testimonial_slider .controls ul li .pagination-switch.active {
        background-color: #fff
    }

.testimonial_slider .image-icon,
.nectar_single_testimonial .image-icon {
    font-family: Georgia, serif !important;
    font-size: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    margin-bottom: 33px;
    line-height: 70px;
    background-size: cover;
    background-position: center;
    border: 2px solid rgba(0, 0, 0, .13)
}

.nectar_single_testimonial .image-icon {
    border: none;
    background-position: center
}

.nectar_single_testimonial[data-style=basic_left_image] {
    padding-left: 90px
}

    .nectar_single_testimonial[data-style=basic_left_image] .image-icon {
        position: absolute;
        left: 0;
        top: 5px
    }

.light .testimonial_slider .image-icon {
    border-color: rgba(255, 255, 255, .4)
}

.testimonial_slider .image-icon.has-bg {
    width: 50px;
    height: 50px;
    border: none;
    text-indent: -9999px
}

.testimonial_slider blockquote p .bottom-arrow {
    display: none
}

.testimonial_slider[data-style=multiple_visible_minimal] .image-icon,
.nectar_single_testimonial .image-icon {
    width: 54px;
    height: 54px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 20px
}

.testimonial_slider[data-style=multiple_visible_minimal] .wrap,
.nectar_single_testimonial .wrap {
    display: inline-block;
    vertical-align: middle
}

.testimonial_slider .star-rating-wrap {
    display: block;
    -webkit-transform: none;
    transform: none;
    line-height: 0
}

.testimonial_slider .star-rating {
    display: inline-block;
    margin-top: 20px;
    -webkit-transform: none;
    transform: none;
    position: relative;
    font-size: 16px !important
}

.testimonial_slider[data-style=minimal] blockquote .star-rating:not(.title),
.testimonial_slider[data-style=minimal] blockquote .star-rating-wrap:not(.title) {
    -webkit-transform: none;
    transform: none
}

.testimonial_slider:not([data-style=minimal]) blockquote .star-rating {
    font-size: 16px !important
}

.testimonial_slider .star-rating:before {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f005\00a0\f005\00a0\f005\00a0\f005\00a0\f005";
    color: #ddd;
    float: left;
    top: 0;
    left: 0
}

.testimonial_slider .star-rating .filled {
    position: absolute;
    display: block;
    font-size: 16px !important;
    left: 0;
    -webkit-transform: none !important;
    transform: none !important;
    width: 100%;
    overflow: hidden;
    z-index: 100
}

    .testimonial_slider .star-rating .filled:before {
        font-family: FontAwesome;
        font-weight: 400;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        content: "\f005\00a0\f005\00a0\f005\00a0\f005\00a0\f005";
        color: #000;
        float: left
    }

.toggles .testimonial_slider,
.full-width-content .testimonial_slider {
    padding-bottom: 20px
}

    .toggles .testimonial_slider .controls,
    .full-width-content .testimonial_slider .controls {
        bottom: 2px !important
    }

.testimonial_slider[data-style=minimal] .slides {
    max-width: 70%;
    margin: 0 auto
}

.testimonial_slider[data-style=minimal] blockquote {
    padding: 0 25px;
    -ms-transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s;
    -webkit-transition: transform .5s, opacity .5s
}

.testimonial_slider[data-style=default] blockquote {
    -ms-transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s;
    -webkit-transition: transform .5s, opacity .5s
}

    .testimonial_slider[data-style=minimal] blockquote.no-trans,
    .testimonial_slider[data-style=default] blockquote.no-trans {
        -ms-transition: none;
        transition: none;
        -webkit-transition: none
    }

.testimonial_slider[data-style=minimal] .control-wrap {
    width: 20px;
    line-height: 20px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top
}

.testimonial_slider[data-style=minimal] .controls .out-of,
.testimonial_slider[data-style=minimal] .controls .total {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    vertical-align: top
}

.testimonial_slider[data-style=minimal] .control-wrap {
    font-size: 16px
}

.testimonial_slider[data-style=minimal] .controls .out-of,
.testimonial_slider[data-style=minimal] .controls .total {
    width: 20px;
    text-align: center
}

.testimonial_slider[data-style=minimal] .controls .out-of {
    width: 13px;
    top: -1px;
    position: relative
}

.testimonial_slider[data-style=minimal] .control-wrap ul {
    width: auto;
    -ms-transition: transform .33s;
    -webkit-transition: transform .33s;
    transition: transform .33s
}

    .testimonial_slider[data-style=minimal] .control-wrap ul li {
        color: #000;
        display: block;
        float: left;
        width: 20px;
        font-size: 16px;
        line-height: 20px;
        cursor: auto
    }

.testimonial_slider[data-style=minimal] .controls {
    vertical-align: top
}

.testimonial_slider[data-style=minimal] .testimonial-next-prev .prev {
    position: absolute;
    top: 50%;
    height: 40px;
    width: 40px;
    font-size: 28px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -40px;
    left: 7.5%;
    margin-left: -8px;
    text-align: center
}

.testimonial_slider[data-style=minimal] .testimonial-next-prev .next {
    position: absolute;
    top: 50%;
    height: 40px;
    margin-top: -40px;
    font-size: 28px;
    width: 40px;
    margin-right: -8px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 7.5%;
    text-align: center
}

    .testimonial_slider[data-style=minimal] .testimonial-next-prev .next:before,
    .testimonial_slider[data-style=minimal] .testimonial-next-prev .prev:before {
        display: block;
        position: absolute;
        left: 0;
        top: 0
    }

    .testimonial_slider[data-style=minimal] .testimonial-next-prev .next:after,
    .testimonial_slider[data-style=minimal] .testimonial-next-prev .prev:after {
        backface-visibility: hidden;
        display: block;
        content: ' ';
        z-index: 100;
        position: absolute;
        width: 22px;
        height: 2px;
        background-color: #000;
        top: 48%;
        opacity: 0;
        right: 11px;
        cursor: pointer;
        -ms-transform: translateY(-50%) scaleX(0) translateZ(0);
        transform: translateY(-50%) scaleX(0) translateZ(0);
        -webkit-transform: translateY(-50%) scaleX(0) translateZ(0);
        transition: opacity .5s cubic-bezier(.2, 1, .2, 1), transform .5s cubic-bezier(.2, 1, .2, 1);
        -webkit-transition: opacity .5s cubic-bezier(.2, 1, .2, 1), -webkit-transform .5s cubic-bezier(.2, 1, .2, 1)
    }

.span_12.light .testimonial_slider[data-style=minimal] .testimonial-next-prev .next:after,
.span_12.light .testimonial_slider[data-style=minimal] .testimonial-next-prev .prev:after {
    background-color: #fff
}

.span_12.light .testimonial_slider[data-style=minimal] .testimonial-next-prev .next:before,
.span_12.light .testimonial_slider[data-style=minimal] .testimonial-next-prev .prev:before,
.span_12.light .testimonial_slider[data-style=minimal] .controls .out-of,
.span_12.light .testimonial_slider[data-style=minimal] .controls .total,
.span_12.light .testimonial_slider[data-style=minimal] .controls .control-wrap ul li {
    color: #fff
}

.testimonial_slider[data-style=minimal] .testimonial-next-prev .next:after {
    right: 8px
}

.testimonial_slider[data-style=minimal] .testimonial-next-prev .next:hover:after,
.testimonial_slider[data-style=minimal] .testimonial-next-prev .prev:hover:after {
    opacity: 1;
    -ms-transform: translateY(-50%) scaleX(1) translateZ(0);
    transform: translateY(-50%) scaleX(1) translateZ(0);
    -webkit-transform: translateY(-50%) scaleX(1) translateZ(0)
}

.testimonial_slider[data-style=minimal] .testimonial-next-prev .next:hover:before {
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.testimonial_slider[data-style=minimal] .testimonial-next-prev .prev:hover:before {
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.testimonial_slider[data-style=minimal] .testimonial-next-prev svg {
    position: absolute;
    left: -2px;
    top: -2px
}

.testimonial_slider[data-style=minimal] .testimonial-next-prev .prev:before {
    left: -1px;
    position: relative
}

.testimonial_slider[data-style=minimal] .testimonial-next-prev .next:before {
    right: -1px;
    position: relative
}

.testimonial_slider[data-style=minimal] .testimonial-next-prev .prev:before,
.testimonial_slider[data-style=minimal] .testimonial-next-prev .next:before {
    line-height: 36px;
    color: #000;
    -ms--webkit-transition: -webkit-transform .5s cubic-bezier(.2, 1, .2, 1);
    transition: transform .5s cubic-bezier(.2, 1, .2, 1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.2, 1, .2, 1)
}

.nectar_single_testimonial:before {
    display: none
}

@media only screen and (max-width :690px) {
    .testimonial_slider .flickity-page-dots {
        bottom: -25px
    }

    .testimonial_slider[data-style=multiple_visible] blockquote p:before {
        display: none
    }

    .main-content .testimonial_slider[data-style=multiple_visible] blockquote p {
        padding: 30px
    }

    .testimonial_slider[data-style=multiple_visible] blockquote {
        margin-bottom: 0
    }

    .testimonial_slider[data-style=minimal] .slides {
        max-width: none
    }

    .testimonial_slider[data-style=minimal] .testimonial-next-prev .prev,
    .testimonial_slider[data-style=minimal] .testimonial-next-prev .next {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        z-index: 500;
        top: auto;
        bottom: -11px
    }

    .testimonial_slider[data-style=multiple_visible_minimal] blockquote .inner {
        padding: 30px
    }
}

@media only screen and (min-width:990px) and (max-width:1300px) {
    .full-width-content .vc_span4 .testimonial_slider blockquote,
    .full-width-content .vc_col-sm-4 .testimonial_slider blockquote {
        font-size: 16px;
        line-height: 33px
    }
}

.tabbed > ul,
.wpb_content_element .tabbed .wpb_tabs_nav {
    margin-left: 0;
    margin-bottom: 17px
}

    .tabbed > ul li {
        float: left;
        position: relative;
        list-style: none;
        margin: 0
    }

    .tabbed > ul:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }

    .tabbed > ul li a {
        display: block;
        color: #888;
        position: relative;
        background-color: rgba(0, 0, 0, .045);
        padding: 8px 15px;
        transition: all .3s cubic-bezier(.12, .75, .4, 1);
        -webkit-transition: all .3s cubic-bezier(.12, .75, .4, 1);
        border-left: 0;
        border-right: 1px solid rgba(0, 0, 0, .06)
    }

        .tabbed > ul li a svg {
            fill: #888
        }

    .tabbed > ul li:hover,
    body .wpb_content_element .wpb_tabs_nav li,
    body .wpb_content_element .wpb_tabs_nav li:hover {
        background-color: transparent
    }

.tabbed .clear {
    display: block !important;
    padding-bottom: 0
}

.tabbed > ul li a:hover {
    background-color: rgba(0, 0, 0, .035)
}

.tabbed > ul li:last-child a {
    border-color: transparent
}

.tabbed > ul li .active-tab {
    color: #fff;
    border-color: #27cfc3;
    background-color: #27cfc3
}

    .tabbed > ul li .active-tab svg {
        fill: #fff
    }

.light .tabbed > ul li:last-child a,
.light .tabbed > ul li a {
    border-color: rgba(0, 0, 0, .2)
}

.light .tabbed > ul li a {
    background-color: rgba(0, 0, 0, .15)
}

.tabbed .wpb_tab {
    opacity: 0
}

body .tabbed div {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent
}

body .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
    padding: 0;
    background-color: transparent
}

.tabbed .wpb_tab {
    position: absolute
}

.tabbed > div:first-of-type {
    position: relative
}

.tabbed div.wp-video .mejs-mediaelement {
    position: absolute
}

.tabbed div.wp-video .mejs-inner {
    position: static
}

.wpb_tabs_nav .cta-button {
    position: absolute;
    right: 0;
    top: 0
}

.tabbed[data-alignment=right] .wpb_tabs_nav .cta-button {
    left: 0;
    right: auto
}

.wpb_tabs_nav .cta-button a {
    visibility: visible;
    margin-bottom: 0
}

    .wpb_tabs_nav .cta-button a:after {
        display: none !important
    }

.tabbed .wpb_tab > .tab-icon {
    display: none
}

.tabbed[data-alignment=center] .wpb_tabs_nav li,
.tabbed[data-alignment=right] .wpb_tabs_nav li {
    float: none;
    display: inline-block
}

.tabbed[data-alignment=center] .wpb_tabs_nav {
    text-align: center
}

.tabbed[data-alignment=right] .wpb_tabs_nav {
    text-align: right
}

.tabbed[data-style=minimal] .wpb_tabs_nav {
    border-bottom: 1px solid #e1e1e1;
    line-height: 0;
    margin-bottom: 65px;
    position: relative
}

.tabbed[data-style=minimal] > ul li:not(.cta-button) a,
.tabbed[data-style=minimal] > ul li:not(.cta-button) .active-tab,
.tabbed[data-style=minimal_alt] > ul li:not(.cta-button) a,
.tabbed[data-style=minimal_alt] > ul li:not(.cta-button) .active-tab {
    background-color: transparent;
    border-right: none;
    position: relative;
    color: inherit;
    z-index: 10;
    padding: 18px 17px;
    line-height: 32px;
    margin-bottom: -1px;
    overflow-y: hidden;
    transition: all .3s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .3s cubic-bezier(.12, .75, .4, 1)
}

    .tabbed[data-style=minimal] > ul li:not(.cta-button) a svg,
    .tabbed[data-style=minimal] > ul li:not(.cta-button) .active-tab svg,
    .tabbed[data-style=minimal_alt] > ul li:not(.cta-button) a svg,
    .tabbed[data-style=minimal_alt] > ul li:not(.cta-button) .active-tab svg {
        fill: currentColor
    }

.tabbed[data-style=minimal] > ul li a:hover {
    opacity: .7
}

.tabbed[data-style*=minimal] > ul li a:after {
    height: 4px;
    width: 100%;
    content: ' ';
    background-color: #000;
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 10;
    transition: transform .3s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.12, .75, .4, 1)
}

.tabbed[data-style=minimal] > ul li .active-tab {
    opacity: 1
}

.tabbed[data-style*=minimal] > ul li .active-tab:after {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px)
}

.tabbed[data-style*=vertical] .wpb_tabs_nav {
    width: 20%;
    float: left
}

.tabbed[data-style*=vertical] > div {
    float: left;
    width: 80%;
    padding-left: 40px
}

body .tabbed[data-style*=vertical] .wpb_tabs_nav li {
    white-space: normal
}

@media only screen and (min-width:1000px) and (max-width:1300px) {
    .tabbed[data-style*=vertical] .wpb_tabs_nav {
        width: 25%
    }

    .tabbed[data-style*=vertical] > div {
        width: 65%
    }
}

.tabbed[data-style=vertical_modern] > div {
    padding-left: 80px
}

.tabbed[data-style*=vertical] .wpb_tabs_nav li {
    float: none
}

    .tabbed[data-style*=vertical] .wpb_tabs_nav li a {
        border-right: none
    }

.tabbed[data-style=vertical_modern] > .wpb_tabs_nav li i {
    transition: none
}

.tabbed[data-style=vertical_modern] .wpb_tabs_nav li i,
.tabbed[data-style=vertical_modern] .wpb_tabs_nav li svg {
    margin-right: 13px;
    position: relative
}

.tabbed[data-style=vertical_modern] .wpb_tabs_nav li a {
    background-color: rgba(0, 0, 0, .04)
}

    .tabbed[data-style=vertical_modern] .wpb_tabs_nav li a:hover {
        background-color: rgba(0, 0, 0, .025)
    }

.tabbed[data-style=vertical_modern] .wpb_tabs_nav li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.tabbed[data-style=vertical_modern] .wpb_tabs_nav li {
    margin-bottom: 12px
}

    .tabbed[data-style=vertical_modern] .wpb_tabs_nav li a {
        border-radius: 6px;
        padding: 25px 20px;
        overflow: hidden
    }

@media only screen and (max-width:999px) {
    .tabbed[data-style=vertical_modern] .wpb_tabs_nav li a {
        padding: 15px 20px
    }
}

.tabbed[data-style=vertical_modern] .wpb_tabs_nav li .active-tab {
    box-shadow: 0px 15px 50px rgba(0, 0, 0, .2)
}

.tabbed[data-style=minimal_alt] ul {
    position: relative
}

@media only screen and (min-width:1000px) {
    body .tabbed[data-style=minimal_alt] > ul li a:after {
        display: none
    }

    .tabbed[data-style=minimal_alt] .magic-line {
        position: absolute;
        bottom: 8px;
        left: 0;
        height: 2px;
        background-color: #fff;
        width: 1px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transition: visibility 0s, -webkit-transform .4s;
        transition: visibility 0s, -webkit-transform .4s;
        transition: transform .4s, visibility 0s;
        transition: transform .4s, visibility 0s, -webkit-transform .4s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        will-change: transform
    }
}

.tabbed[data-style=minimal_alt] > ul li:not(.cta-button) a {
    padding: 2px 0 !important
}

.tabbed[data-style=minimal_alt] > ul li:not(.cta-button) {
    margin: 0 30px !important
}

.tabbed > .wpb_tabs_nav li i {
    transition: color .3s cubic-bezier(.12, .75, .4, 1);
    margin-right: 10px
}

.tabbed > .wpb_tabs_nav li svg {
    transition: all .3s cubic-bezier(.12, .75, .4, 1);
    margin-right: 10px
}

.tabbed[data-style=default] > .wpb_tabs_nav li i,
.tabbed[data-style=vertical] > .wpb_tabs_nav li i,
.tabbed[data-style*=material] .wpb_tabs_nav li i {
    transition: none
}

.tabbed[data-style*=minimal] .wpb_tabs_nav li i,
.tabbed[data-style*=material] .wpb_tabs_nav li i,
.tabbed[data-style*=minimal] .wpb_tabs_nav li svg,
.tabbed[data-style*=material] .wpb_tabs_nav li svg {
    display: block;
    text-align: center;
    margin: 0 0 8px;
    font-size: 32px
}

.tabbed[data-style*=material] .wpb_tabs_nav {
    margin-bottom: 65px
}

    .tabbed[data-style*=material] .wpb_tabs_nav li {
        float: none;
        display: inline-block
    }

    .tabbed[data-style*=material] .wpb_tabs_nav:after,
    .tabbed[data-style*=material][data-color-scheme=extra-color-gradient-1] .wpb_tabs_nav li a:before,
    .tabbed[data-style*=material][data-color-scheme=extra-color-gradient-2] .wpb_tabs_nav li a:before,
    .tabbed[data-style*=default][data-color-scheme=extra-color-gradient-1] .wpb_tabs_nav li a:before,
    .tabbed[data-style*=default][data-color-scheme=extra-color-gradient-2] .wpb_tabs_nav li a:before,
    .tabbed[data-style*=vertical][data-color-scheme=extra-color-gradient-1] .wpb_tabs_nav li a:before,
    .tabbed[data-style*=vertical][data-color-scheme=extra-color-gradient-2] .wpb_tabs_nav li a:before {
        background-color: #000;
        display: block;
        left: 0;
        width: 100%;
        position: absolute;
        content: '';
        height: 1px;
        opacity: .25;
        visibility: visible
    }

.tabbed[data-style*=material] ul:after {
    opacity: .3
}

.tabbed[data-style*=material][data-color-scheme=extra-color-gradient-1] .wpb_tabs_nav li a,
.tabbed[data-style*=material][data-color-scheme=extra-color-gradient-2] .wpb_tabs_nav li a,
.tabbed[data-style*=material][data-color-scheme=extra-color-gradient-1] .wpb_tabs_nav li .active-tab,
.tabbed[data-style*=material][data-color-scheme=extra-color-gradient-2] .wpb_tabs_nav li .active-tab,
.tabbed[data-style*=default][data-color-scheme=extra-color-gradient-1] .wpb_tabs_nav li .active-tab,
.tabbed[data-style*=default][data-color-scheme=extra-color-gradient-2] .wpb_tabs_nav li .active-tab,
.tabbed[data-style*=vertical][data-color-scheme=extra-color-gradient-1] .wpb_tabs_nav li .active-tab,
.tabbed[data-style*=vertical][data-color-scheme=extra-color-gradient-2] .wpb_tabs_nav li .active-tab {
    background-color: transparent
}

    .tabbed[data-style*=material][data-color-scheme=extra-color-gradient-1] .wpb_tabs_nav li a:before,
    .tabbed[data-style*=material][data-color-scheme=extra-color-gradient-2] .wpb_tabs_nav li a:before {
        height: 100%;
        top: 0;
        opacity: 0;
        transition: all .3s cubic-bezier(.12, .75, .4, 1);
        -webkit-transition: all .3s cubic-bezier(.12, .75, .4, 1);
        z-index: -1;
        border-radius: 5px 5px 0 0
    }

.tabbed[data-style*=default][data-color-scheme=extra-color-gradient-1] .wpb_tabs_nav li a:before,
.tabbed[data-style*=default][data-color-scheme=extra-color-gradient-2] .wpb_tabs_nav li a:before,
.tabbed[data-style*=vertical][data-color-scheme=extra-color-gradient-1] .wpb_tabs_nav li a:before,
.tabbed[data-style*=vertical][data-color-scheme=extra-color-gradient-2] .wpb_tabs_nav li a:before {
    height: 100%;
    top: 0;
    opacity: 0;
    transition: all .3s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .3s cubic-bezier(.12, .75, .4, 1);
    z-index: -1
}

.tabbed[data-style*=material][data-color-scheme=extra-color-gradient-1] ul li .active-tab:before,
.tabbed[data-style*=material][data-color-scheme=extra-color-gradient-2] ul li .active-tab:before,
.tabbed[data-style*=default][data-color-scheme=extra-color-gradient-1] ul li .active-tab:before,
.tabbed[data-style*=default][data-color-scheme=extra-color-gradient-2] ul li .active-tab:before,
.tabbed[data-style*=vertical][data-color-scheme=extra-color-gradient-1] ul li .active-tab:before,
.tabbed[data-style*=vertical][data-color-scheme=extra-color-gradient-2] ul li .active-tab:before {
    opacity: 1
}

.tabbed[data-style*=default][data-color-scheme=extra-color-gradient-1] ul li .active-tab,
.tabbed[data-style*=default][data-color-scheme=extra-color-gradient-2] ul li .active-tab {
    border-color: transparent
}

.tabbed[data-style*=material][data-full-width-line=true] ul:after {
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw
}

.tabbed[data-style*=material] .wpb_tabs_nav li i,
.tabbed[data-style*=material] .wpb_tabs_nav li svg {
    font-size: 22px;
    margin-top: 7px;
    line-height: 22px;
    height: auto;
    margin-bottom: 5px;
    width: auto
}

.tabbed[data-style*=minimal] .wpb_tabs_nav li svg {
    margin: 0 auto 8px auto
}

.tabbed[data-style*=material] .wpb_tabs_nav li svg {
    margin: 0 auto
}

.tabbed[data-style*=material] .wpb_tabs_nav li a:not(.active-tab):hover,
body .tabbed[data-style*=material][data-color-scheme] .wpb_tabs_nav li a:not(.active-tab):hover {
    color: #000
}

    .tabbed[data-style*=material] .wpb_tabs_nav li a:not(.active-tab):hover svg {
        fill: #000
    }

.tabbed[data-style*=material] .wpb_tabs_nav li .active-tab:after {
    opacity: .3
}

.tabbed[data-style*=material] .wpb_tabs_nav li a:after {
    transition: all .3s cubic-bezier(.12, .75, .4, 1);
    opacity: .3;
    display: block;
    content: '';
    width: 92%;
    height: 92%;
    top: 4%;
    left: 4%;
    z-index: -2;
    position: absolute
}

.span_12.light .tabbed[data-style*=material] > ul li a:not(.active-tab) {
    color: rgba(255, 255, 255, .7)
}

.span_12.light .tabbed[data-style*=material] > ul li a:hover {
    color: rgba(255, 255, 255, 1)
}

.tabbed .wpb_tabs_nav li .im-icon-wrap.tab-icon {
    line-height: 0
}

.tabbed[data-icon-size="24"] .wpb_tabs_nav li i {
    font-size: 24px;
    line-height: 24px
}

.tabbed[data-icon-size="26"] .wpb_tabs_nav li i {
    font-size: 26px;
    line-height: 26px
}

.tabbed[data-icon-size="28"] .wpb_tabs_nav li i {
    font-size: 28px;
    line-height: 28px
}

.tabbed[data-icon-size="30"] .wpb_tabs_nav li i {
    font-size: 30px;
    line-height: 30px
}

.tabbed[data-icon-size="32"] .wpb_tabs_nav li i {
    font-size: 32px;
    line-height: 32px
}

.tabbed[data-icon-size="34"] .wpb_tabs_nav li i {
    font-size: 34px;
    line-height: 34px
}

.tabbed[data-icon-size="36"] .wpb_tabs_nav li i {
    font-size: 36px;
    line-height: 36px
}

.tabbed[data-icon-size="24"] .wpb_tabs_nav li svg {
    height: 24px
}

.tabbed[data-icon-size="26"] .wpb_tabs_nav li svg {
    height: 26px
}

.tabbed[data-icon-size="28"] .wpb_tabs_nav li svg {
    height: 28px
}

.tabbed[data-icon-size="30"] .wpb_tabs_nav li svg {
    height: 30px
}

.tabbed[data-icon-size="32"] .wpb_tabs_nav li svg {
    height: 32px
}

.tabbed[data-icon-size="34"] .wpb_tabs_nav li svg {
    height: 34px
}

.tabbed[data-icon-size="36"] .wpb_tabs_nav li svg {
    height: 36px
}

.tabbed[data-style=default] .wpb_tabs_nav li .im-icon-wrap.tab-icon {
    margin-right: 10px
}

    .tabbed[data-style=default] .wpb_tabs_nav li svg,
    .tabbed[data-style=default] .wpb_tabs_nav li .im-icon-wrap.tab-icon,
    .tabbed[data-style=default] .wpb_tabs_nav li .im-icon-wrap.tab-icon svg {
        height: 18px;
        width: 18px;
        display: inline-block
    }

.tabbed[data-icon-size="30"][data-style*=material] .wpb_tabs_nav li i,
.tabbed[data-icon-size="32"][data-style*=material] .wpb_tabs_nav li i,
.tabbed[data-icon-size="34"][data-style*=material] .wpb_tabs_nav li i,
.tabbed[data-icon-size="36"][data-style*=material] .wpb_tabs_nav li i,
.tabbed[data-icon-size="30"][data-style*=material] .wpb_tabs_nav li svg,
.tabbed[data-icon-size="32"][data-style*=material] .wpb_tabs_nav li svg,
.tabbed[data-icon-size="34"][data-style*=material] .wpb_tabs_nav li svg,
.tabbed[data-icon-size="36"][data-style*=material] .wpb_tabs_nav li svg {
    margin-top: 10px;
    margin-bottom: 10px
}

.tabbed[data-style=material] .wpb_tabs_nav li a {
    transition: all .3s cubic-bezier(.12, .75, .4, 1);
    padding-top: 13px;
    padding-bottom: 13px;
    border: none;
    border-radius: 5px 5px 0 0
}

.tabbed[data-style=material] > ul li a:not(.active-tab) {
    background-color: transparent
}

.tabbed[data-spacing=side-15px]:not([data-style=vertical]) .wpb_tabs_nav li a,
.tabbed[data-spacing=side-15px]:not([data-style=vertical]) .wpb_tabs_nav li .active-tab {
    padding-left: 17px;
    padding-right: 17px
}

.tabbed[data-spacing=side-20px]:not([data-style=vertical]) .wpb_tabs_nav li a,
.tabbed[data-spacing=side-20px]:not([data-style=vertical]) .wpb_tabs_nav li .active-tab {
    padding-left: 20px;
    padding-right: 20px
}

.tabbed[data-spacing=side-25px]:not([data-style=vertical]) .wpb_tabs_nav li a,
.tabbed[data-spacing=side-25px]:not([data-style=vertical]) .wpb_tabs_nav li .active-tab {
    padding-left: 25px;
    padding-right: 25px
}

.tabbed[data-spacing=side-30px]:not([data-style=vertical]) .wpb_tabs_nav li a,
.tabbed[data-spacing=side-30px]:not([data-style=vertical]) .wpb_tabs_nav li .active-tab {
    padding-left: 30px;
    padding-right: 30px
}

.tabbed[data-spacing=side-35px]:not([data-style=vertical]) .wpb_tabs_nav li a,
.tabbed[data-spacing=side-35px]:not([data-style=vertical]) .wpb_tabs_nav li .active-tab {
    padding-left: 35px;
    padding-right: 35px
}

.tabbed[data-spacing=side-40px]:not([data-style=vertical]) .wpb_tabs_nav li a,
.tabbed[data-spacing=side-40px]:not([data-style=vertical]) .wpb_tabs_nav li .active-tab {
    padding-left: 40px;
    padding-right: 40px
}

.tabbed[data-spacing=side-45px]:not([data-style=vertical]) .wpb_tabs_nav li a,
.tabbed[data-spacing=side-45px]:not([data-style=vertical]) .wpb_tabs_nav li .active-tab {
    padding-left: 45px;
    padding-right: 45px
}

@media only screen and (max-width :690px) {
    .tabbed[data-style*=minimal] > ul li:not(.cta-button) a,
    .tabbed[data-style*=minimal] > ul li:not(.cta-button) .active-tab {
        padding: 20px 15px 5px
    }

    .tabbed[data-style=minimal_alt] > ul li:not(.cta-button) {
        margin: 0 10px !important
    }

    .tabbed[data-style=minimal] .wpb_tabs_nav {
        border-bottom: none
    }

    .tabbed > ul li {
        float: none;
        display: inline-block;
        border-right: 0
    }

    .tabbed > ul {
        float: none
    }

        .tabbed > ul li a {
            border-right: 0 !important
        }

    .tabbed[data-style*=material] ul:after {
        display: none
    }

    .tabbed[data-style=material] .wpb_tabs_nav li a,
    .tabbed[data-style=material] .wpb_tabs_nav li {
        display: block
    }

    .tabbed[data-style=material] ul li a,
    .tabbed[data-style*=material][data-color-scheme=extra-color-gradient-1] ul li a:before,
    .tabbed[data-style*=material][data-color-scheme=extra-color-gradient-2] ul li a:before {
        border-radius: 5px
    }

    .tabbed[data-style*=vertical] .wpb_tabs_nav {
        width: 100%
    }

        .tabbed[data-style*=vertical] .wpb_tabs_nav li {
            display: inline-block;
            margin: 5px
        }
}

@media only screen and (min-width :1px) and (max-width :999px) {
    .tabbed[data-alignment=right] .wpb_tabs_nav .cta-button {
        top: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        left: auto;
        right: 0
    }

    .tabbed[data-alignment=center] .wpb_tabs_nav .cta-button {
        top: 0;
        -webkit-transform: translateY(-100%) translateX(-50%);
        transform: translateY(-100%) translateX(-50%);
        left: 50%;
        right: auto
    }

    .tabbed[data-style*=vertical] .wpb_tabs_nav {
        width: 100%;
        text-align: center;
        margin-bottom: 35px !important
    }

        .tabbed[data-style*=vertical] .wpb_tabs_nav li {
            display: inline-block;
            font-size: 12px;
            margin: 5px
        }

    .tabbed[data-style*=vertical] > div {
        width: 100%;
        padding-left: 0
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 104200;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 104300;
    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 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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: 104500
}

.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: -.8em;
    left: 8px;
    right: 8px;
    z-index: 104400
}

    .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: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 104600;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=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;
        filter: alpha(opacity=100)
    }

    .mfp-close:active {
        top: 1px
    }

.mfp-close-btn-in .mfp-close {
    top: 20px;
    color: #333;
    display: inline-block;
    width: 20px !important;
    height: 20px;
    padding-right: 0 !important;
    line-height: 20px !important;
    transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
    -webkit-transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s
}

    .mfp-close-btn-in .mfp-close:hover {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

    .mfp-image-holder .mfp-close:before,
    .mfp-iframe-holder .mfp-close:before {
        content: "\e117";
        font-size: 20px;
        display: block
    }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=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;
        filter: alpha(opacity=100)
    }

body.original .mfp-arrow:before,
body.original .mfp-arrow:after,
body.original .mfp-arrow .mfp-b,
body.original .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

body.original .mfp-arrow:after,
body.original .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

body.original .mfp-arrow:before,
body.original .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

body.original .mfp-arrow-left:after,
body.original .mfp-arrow-left .mfp-a {
    border-right: 17px solid #fff;
    margin-left: 31px
}

body.original .mfp-arrow-left:before,
body.original .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

body.original .mfp-arrow-right:after,
body.original .mfp-arrow-right .mfp-a {
    border-left: 17px solid #fff;
    margin-left: 39px
}

body.original .mfp-arrow-right:before,
body.original .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

    .mfp-iframe-holder .mfp-content,
    .mfp-inline-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;
    padding-top: 56.25%
}

    .mfp-iframe-scaler iframe,
    .mfp-iframe-scaler > div.video,
    .mfp-iframe-scaler > div.video .mejs-container {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000
    }

        .mfp-iframe-scaler > div.video .mejs-container {
            width: 100% !important;
            height: 100% !important
        }

.mfp-wrap .mfp-container .mfp-iframe-scaler .wp-video-shortcode video {
    height: 100% !important;
    width: 100% !important
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 55px 0 55px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 55px;
        bottom: 55px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        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: -40px;
    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
}

@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, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        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, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .ascend .mfp-arrow-left,
    .material .mfp-arrow-left {
        left: 20px !important
    }

    .ascend .mfp-arrow-right,
    .material .mfp-arrow-right {
        right: 20px !important
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.mfp-bg {
    transition: all .3s ease-out
}

.mfp-zoom-in .mfp-with-anim,
.mfp-zoom-in .mfp-iframe-scaler {
    opacity: 0;
    transition: all .2s ease-in-out;
    transform: scale(.93)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready.mfp-image-loaded .mfp-with-anim,
.mfp-zoom-in.mfp-ready .mfp-iframe-scaler,
.mfp-zoom-in.mfp-ready div[id*=video-popup-].mfp-with-anim {
    opacity: 1;
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .85
}

body .mfp-zoom-in.mfp-removing .mfp-with-anim,
.mfp-zoom-in.mfp-removing .mfp-iframe-scaler {
    transform: scale(.93) !important;
    opacity: 0 !important
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-wrap.mfp-removing .mfp-arrow-left,
.mfp-wrap.mfp-removing .mfp-arrow-right {
    opacity: 0
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all .3s ease-in-out;
    transform: scale(1.3)
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1)
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0
}

@media only screen and (min-width:1300px) {
    .container,
    body[data-ext-responsive=false] #boxed #header-outer[data-full-width=true] header > .container,
    body[data-ext-responsive=false] #boxed #header-secondary-outer[data-full-width=true] > .container,
    .post-area.standard-minimal.full-width-content .post .inner-wrap,
    body[data-header-format=left-header] .container,
    body[data-header-format=left-header] .post-area.standard-minimal.full-width-content .post .inner-wrap {
        max-width: 1100px
    }
}

@media only screen and (min-width:1000px) and (max-width:1300px) {
    h2 .nectar-button {
        top: -2px
    }

    #author-bio #author-info,
    .ascend #ajax-content-wrap .container-wrap #author-bio #author-info {
        width: 544px
    }

    #project-meta ul li .nectar-love-wrap.fadein {
        margin-right: 11px;
        padding-right: 11px
    }

    .post-area.masonry {
        width: 895px
    }

        .post-area.masonry.span_9 {
            width: 660px;
            margin-right: 10px
        }

            .post-area.masonry.span_9 .masonry-blog-item {
                width: 46.5%
            }

    #page-header-bg .span_6 .subheader {
        font-size: 24px
    }

    .nectar-milestone .number {
        font-size: 50px;
        line-height: 50px
    }

    .nectar-slider-wrap[data-full-width=false] .swiper-slide .content h2,
    #boxed .nectar-slider-wrap[data-full-width=false] .swiper-slide .content h2 {
        font-size: 32px;
        line-height: 50px
    }

    body .swiper-slide .content p {
        font-size: 20px;
        line-height: 34px
    }

    .nectar-slider-wrap[data-full-width=false] .swiper-slide .content p {
        font-size: 14px;
        line-height: 24px
    }

    .main-content .col.span_4 .col.span_2 img,
    .main-content .col.span_3 .col.span_2 img,
    .main-content .col.span_2 .col.span_2 img,
    .main-content .col.span_6 .col.span_2 img {
        padding-right: 5px;
        top: -3px
    }

    .carousel-next {
        right: 0;
        padding-left: 1px
    }

    .carousel-prev {
        right: 25px;
        padding-right: 1px
    }

    .portfolio-items:not(.carousel) .col .work-item.style-2 i {
        line-height: 32px;
        height: 32px;
        width: 32px;
        font-size: 14px
    }

    #top nav > ul > li > a {
        padding-left: 8px
    }

    .sf-sub-indicator {
        left: 6px
    }

    body .swiper-slide .content p.transparent-bg span,
    .nectar-slider-wrap[data-full-width=false] .swiper-slide .content p.transparent-bg span {
        line-height: 38px
    }

    body .carousel-wrap[data-full-width=true] .carousel-heading h2 {
        max-width: 720px
    }

    body .vc_pie_chart .vc_pie_chart_value {
        font-size: 32px
    }
}

@media only screen and (min-width :690px) and (max-width :999px) {
    .span_1,
    .span_2,
    .span_3,
    .span_4,
    .span_5,
    .span_6,
    .span_7,
    .span_8,
    .span_9,
    .span_10,
    .span_11,
    .span_12 {
        width: 100%;
        margin-left: 0
    }

    .col,
    body .vc_row-fluid .wpb_column {
        margin-bottom: 25px
    }

    #header-outer .col {
        margin-bottom: 0;
        margin-right: 0
    }

    body .vc_row-fluid .wpb_column,
    body .vc_row-fluid .vc_col-sm-2,
    body .vc_row-fluid .vc_col-sm-3,
    body .vc_row-fluid .vc_col-sm-4,
    body .vc_row-fluid .vc_col-sm-6,
    body .vc_row-fluid .vc_col-sm-8,
    body .vc_row-fluid .vc_col-sm-9,
    body .vc_row-fluid .vc_col-sm-10,
    body .vc_row-fluid .vc_col-sm-11 {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0
    }

    body[data-ccsa=larger] .vc_row-fluid:not(.full-width-content) .wpb_column {
        margin-right: 20px;
        margin-left: 20px;
        width: calc(100% - 40px)
    }

    body[data-ccsa=larger] .vc_row-fluid.full-width-content .wpb_column {
        margin-right: 0;
        width: 100%
    }

    .wpb_row .span_12 > .col.padding-6-percent[data-t-w-inherits=small_desktop][data-padding-pos=all] {
        padding: 5%
    }

    .wpb_row .span_12 > .col.padding-7-percent[data-t-w-inherits=small_desktop][data-padding-pos=all] {
        padding: 6%
    }

    .wpb_row .span_12 > .col.padding-8-percent[data-t-w-inherits=small_desktop][data-padding-pos=all] {
        padding: 7%
    }

    .wpb_row .span_12 > .col.padding-9-percent[data-t-w-inherits=small_desktop][data-padding-pos=all] {
        padding: 8%
    }

    .wpb_row .span_12 > .col.padding-10-percent[data-t-w-inherits=small_desktop][data-padding-pos=all] {
        padding: 9%
    }

    body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop] {
        margin-bottom: 0
    }

        .vc_col-sm-1[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
        body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-1 {
            width: 6.382978723%;
            margin-left: 2.1%
        }

    .full-width-content.vc_row-fluid .vc_col-sm-1[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .full-width-content.vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-1 {
        width: 8.33%;
        margin-left: 0
    }

    .vc_col-sm-2[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-2 {
        width: 14.89361702%;
        margin-left: 2.1%
    }

    .full-width-content.vc_row-fluid .vc_col-sm-2[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .full-width-content.vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-2 {
        width: 16.66%;
        margin-left: 0
    }

    .vc_col-sm-3[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-3 {
        width: 23.404255317%;
        margin-left: 2.1%
    }

    .full-width-content.vc_row-fluid .vc_col-sm-3[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .full-width-content.vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-3 {
        width: 25%;
        margin-left: 0
    }

    .vc_col-sm-4[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-4 {
        width: 31.914893614%;
        margin-left: 2.1%
    }

    .full-width-content.vc_row-fluid .vc_col-sm-4[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .full-width-content.vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-4 {
        width: 33.33%;
        margin-left: 0
    }

    .vc_col-sm-5[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-5 {
        width: 40.425531911%;
        margin-left: 2.1%
    }

    .full-width-content.vc_row-fluid .vc_col-sm-5[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .full-width-content.vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-5 {
        width: 41.5%;
        margin-left: 0
    }

    .vc_col-sm-6[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-6 {
        width: 48.93617020799999%;
        margin-left: 2.1%
    }

    .full-width-content.vc_row-fluid .vc_col-sm-6[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .full-width-content.vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-6 {
        width: 50%;
        margin-left: 0
    }

    .vc_col-sm-7[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-7 {
        width: 57.446808505%;
        margin-left: 2.1%
    }

    .full-width-content.vc_row-fluid .vc_col-sm-7[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .full-width-content.vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-7 {
        width: 58.3%;
        margin-left: 0
    }

    .vc_col-sm-8[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-8 {
        width: 65.95744680199999%;
        margin-left: 2.1%
    }

    .full-width-content.vc_row-fluid .vc_col-sm-8[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .full-width-content.vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-8 {
        width: 66.66%;
        margin-left: 0
    }

    .vc_col-sm-9[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-9 {
        width: 74.468085099%;
        margin-left: 2.1%
    }

    .full-width-content.vc_row-fluid .vc_col-sm-9[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .full-width-content.vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-9 {
        width: 75%;
        margin-left: 0
    }

    .vc_col-sm-10[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-10 {
        width: 82.97872339599999%;
        margin-left: 2.1%
    }

    .full-width-content.vc_row-fluid .vc_col-sm-10[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .full-width-content.vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-10 {
        width: 83%;
        margin-left: 0
    }

    .vc_col-sm-11[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-11 {
        width: 91.489361693%;
        margin-left: 2.1%
    }

    .full-width-content.vc_row-fluid .vc_col-sm-11[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .full-width-content.vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-11 {
        width: 91.5%;
        margin-left: 0
    }

    .vc_col-sm-12[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-12 {
        width: 100%
    }

    body .vc_row-fluid [class*=vc_col-][data-t-w-inherits=small_desktop]:first-child:not([class*=offset]) {
        margin-left: 0
    }

    body .vc_row-fluid .vc_col-sm-2 {
        width: 31.2%;
        margin-left: 3.1%
    }

    body .vc_row-fluid.full-width-content .vc_col-sm-2 {
        width: 33.3%;
        margin-left: 0
    }

    body .vc_row-fluid .vc_col-xs-6[class*=vc_col-xs-] {
        width: 48.93617020799999%
    }

    body .vc_row-fluid.full-width-content .vc_col-xs-6 {
        width: 50%
    }

    body .vc_row-fluid .vc_col-xs-12[class*=vc_col-xs-] {
        width: 100%
    }

    body #nectar_fullscreen_rows .vc_row-fluid .vc_col-sm-7,
    body #nectar_fullscreen_rows .vc_row-fluid .vc_col-sm-5 {
        width: 100%;
        margin-left: 0
    }

    .vc_row-fluid .vc_col-sm-2[class*=vc_col-sm-]:first-child:not([class*=offset]),
    .vc_row-fluid .vc_col-sm-2[class*=vc_col-sm-]:nth-child(3n+4):not([class*=offset]) {
        margin-left: 0
    }

    .container {
        max-width: 600px
    }

    .wpb_column.force-tablet-text-align-left,
    .wpb_column.force-tablet-text-align-left .col {
        text-align: left !important
    }

    .wpb_column.force-tablet-text-align-right,
    .wpb_column.force-tablet-text-align-right .col {
        text-align: right !important
    }

    .wpb_column.force-tablet-text-align-center,
    .wpb_column.force-tablet-text-align-center .col,
    .wpb_column.force-tablet-text-align-center .vc_custom_heading {
        text-align: center !important
    }

    body:not(.material) #header-secondary-outer[data-full-width=true] > .container nav > ul > li:last-child,
    body:not(.material) #header-secondary-outer nav > ul > li:last-child {
        border-right: 1px solid #ddd
    }

    body:not(.material) #header-secondary-outer[data-mobile=display_full] nav > #social > li:last-child {
        border: none
    }

    .one-fourths.span_3,
    .one-fourths.vc_span3,
    .one-fourths.vc_col-sm-3:not([class*=vc_col-xs-]) {
        width: 48% !important;
        margin-bottom: 2%;
        margin-right: 15px;
        margin-left: 0 !important;
        padding: 15px;
        float: left
    }

    .full-width-content.vc_row-fluid .one-fourths.vc_span3,
    .full-width-content.vc_row-fluid .one-fourths.vc_span4,
    .full-width-content.vc_row-fluid .one-fourths.vc_col-sm-3:not([class*=vc_col-xs-]),
    .full-width-content.vc_row-fluid .one-fourths.vc_col-sm-4:not([class*=vc_col-xs-]),
    .vc_row-fluid[data-column-margin=none] > .span_12 > .one-fourths.vc_col-sm-3:not([class*=vc_col-xs-]) {
        width: 50% !important
    }

    .one-fourths.span_3.clear-both,
    .one-fourths.vc_span3.clear-both,
    .one-fourths.vc_col-sm-3.clear-both:not([class*=vc_col-xs-]) {
        clear: both
    }

    .one-fourths.span_3.right-edge,
    .one-fourths.vc_span3.right-edge,
    .one-fourths.vc_col-sm-3.right-edge:not([class*=vc_col-xs-]) {
        margin-right: 0
    }

    .portfolio-items .col {
        width: 100%;
        margin-left: 0;
        margin-bottom: 8px
    }

    .portfolio-items:not(.carousel) div:nth-child(2n+2),
    .portfolio-items:not(.carousel) div:nth-child(2n+2) {
        clear: both
    }

    body .portfolio-items:not(.carousel)[data-col-num=cols-3],
    body .portfolio-items:not(.carousel)[data-col-num=cols-4] {
        margin: 0 -2%
    }

    .portfolio-items[data-ps="6"] .col {
        padding: 2%
    }

    body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers > div .bg-img:after {
        opacity: 1
    }

    body .portfolio-items[data-ps="6"] .work-item .work-meta .inner,
    body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    .col.boxed:hover,
    .ascend .main-content .col.boxed:hover,
    .material .main-content .col.boxed:hover {
        margin-top: 0;
        top: 0;
        transform: none;
        -webkit-transform: none;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
    }

    #call-to-action .container a {
        margin-top: 20px;
        margin-left: 0
    }

    #ajax-content-wrap .post-area {
        padding-right: 0
    }

    body.single-portfolio .row .col.section-title h1 {
        width: 450px;
        margin: 0 auto;
        display: block
    }

    #ajax-content-wrap .contact-info {
        padding-left: 0
    }

    .nectar-google-map {
        max-height: 425px
    }

    #sidebar #flickr > div {
        width: 16%
    }

    #footer-outer #copyright .col {
        width: 49%;
        margin-bottom: 0
    }

    #footer-widgets .container .col {
        margin-left: 15px;
        width: 48%
    }

    #footer-widgets .one-fourths .span_3:nth-child(2n+1) {
        margin-left: 0
    }

    body #sidebar #flickr div {
        float: left
    }

        #sidebar .recent_projects_widget div a,
        body #sidebar #flickr div a {
            width: 90px
        }

            #sidebar .recent_projects_widget div a:nth-child(3n+3),
            body #sidebar #flickr div:nth-child(3n+3) a {
                margin: 2% 2% 0 0
            }

    body #sidebar .recent_projects_widget div a:last-child,
    body #sidebar #flickr div {
        margin-right: 0
    }

    #author-bio #author-info {
        width: 494px
    }

    #page-header-bg .span_6 h1 {
        font-size: 32px;
        line-height: 38px
    }

    #page-header-bg .span_6 {
        top: auto !important;
        float: none
    }

    body.single-post #page-header-bg[data-post-hs=default_minimal] {
        padding-top: 10%;
        padding-bottom: 10%
    }

    .page-header-no-bg #ajax-content-wrap .portfolio-filters {
        margin-top: 15px;
        float: none;
        clear: both;
        height: auto
    }

    #page-header-bg[data-parallax="1"] .project-title .span_6 {
        padding-right: 70px
    }

    .page-header-no-bg .portfolio-filters ul {
        position: absolute;
        width: 100%
    }

    html.js #page-header-bg[data-parallax="0"].not-loaded {
        background-color: #f5f5f5
    }

    .pricing-table[class*=cols] > div {
        width: 50%;
        margin-bottom: 25px
    }

    .pricing-table[data-style] .pricing-column.highlight .nectar-button {
        margin-bottom: 10px;
        margin-top: 0
    }

    .pricing-column.highlight {
        margin-top: 0
    }

    .pricing-table[data-style] .pricing-column h3 {
        font-size: 20px
    }

    .pricing-table[data-style] .pricing-column.highlight h3 {
        padding: 5px 0
    }

    body .clients.no-carousel > div,
    body .clients.four-cols.no-carousel > div {
        width: 24.2%;
        margin-right: 1%
    }

    body .clients.no-carousel.six-cols > div {
        width: 15.8%;
        margin-right: 1%
    }

    body .clients.no-carousel.five-cols > div {
        width: 19.2%;
        margin-right: 1%
    }

    body .clients.no-carousel > div:nth-child(4n+4) {
        margin-right: 0
    }

    body .clients.carousel > div {
        margin: 0 5px
    }

    #call-to-action .container span {
        display: block
    }

    .masonry-blog-item {
        width: 47.7%
    }

    .post-area.masonry,
    .post-area.masonry.span_9,
    body[data-ext-responsive=true] .post-area.masonry.span_9,
    body[data-ext-responsive=true] .post-area.masonry.span_9.meta_overlaid {
        width: 610px
    }

        #ajax-content-wrap .post-area.masonry.span_9,
        .post-area.masonry.span_9 {
            margin-bottom: 90px
        }

            .post-area.masonry.span_9 .masonry-blog-item {
                width: 47.3%
            }

            .post-area.masonry.span_9.material .masonry-blog-item {
                width: 47.1%
            }

    body .post-area.masonry.classic_enhanced.span_9 .masonry-blog-item.large_featured {
        width: 99%
    }

    body.woocommerce .container div.product div.images div.thumbnails a,
    body.woocommerce .container #content div.product div.images div.thumbnails a,
    body.woocommerce-page .container div.product div.images div.thumbnails a,
    body.woocommerce-page .container #content div.product div.images div.thumbnails a {
        width: 16.9%;
        margin-right: 3.8%
    }

    .woocommerce .container div.product div.images div.thumbnails a:nth-child(5n+5) {
        margin-right: 0
    }

    .main-content .col.span_4 .col.span_2,
    .main-content .col.span_3 .col.span_2,
    .main-content .col.span_2 .col.span_2,
    .main-content .col.span_6 .col.span_2 {
        width: 7%
    }

    .main-content .col.span_4 .span_10,
    .main-content .col.span_3 .col.span_10,
    .main-content .col.span_2 .col.span_10,
    .main-content .col.span_6 .col.span_10 {
        width: 91%
    }

    .testimonial_slider .flickity-page-dots {
        bottom: -35px
    }

    #ajax-content-wrap .span_12 .col.span_6.empty-second {
        width: 49%
    }

    .nectar-button.extra_jumbo {
        font-size: 32px;
        line-height: 60px;
        padding: 30px 50px
    }

    .nectar-button.see-through-extra-color-gradient-1.extra_jumbo,
    .nectar-button.see-through-extra-color-gradient-2.extra_jumbo,
    .nectar-button.extra-color-gradient-1.extra_jumbo,
    .nectar-button.extra-color-gradient-2.extra_jumbo {
        border-width: 8px
    }

    body .swiper-slide .content p i {
        width: 18px;
        font-size: 16px
    }

    .carousel-next {
        right: 1px;
        padding-left: 1px
    }

    .carousel-prev {
        right: 25px;
        padding-right: 1px
    }

    body .swiper-slide .content p.transparent-bg span,
    .nectar-slider-wrap[data-full-width=false] .swiper-slide .content p.transparent-bg span {
        line-height: 29px
    }

    #footer-widgets .container .col.span_6,
    #footer-widgets .container .col.span_4 {
        margin-left: 0;
        margin-right: 15px;
        padding: 15px;
        margin-bottom: 0
    }

    #footer-widgets .container .col.span_4 {
        margin-bottom: 40px
    }

    #footer-widgets .container .row > div:last-child,
    #footer-widgets .container .row > div.col_last {
        margin-right: 0
    }

    .iosSlider.product-thumbnails .thumb {
        width: 112px
    }

    #footer-widgets .container .row > div:nth-child(2).span_4,
    body .woocommerce .full-width-content > ul.products[data-product-style=material] li:nth-child(3n+3),
    body.woocommerce-page .full-width-content > ul.products[data-product-style=material] li:nth-child(3n+3) {
        margin-right: 0 !important
    }

    body .woocommerce .full-width-content > ul.products[data-product-style=material] li:nth-child(2n+2),
    body.woocommerce-page .full-width-content > ul.products[data-product-style=material] li:nth-child(2n+2) {
        margin-right: 2% !important
    }
}

@media only screen and (max-width :690px) {
    body[data-header-format].material #header-secondary-outer {
        display: none;
        height: 0
    }

    .material:not(.admin-bar) #header-outer[data-using-secondary="1"] {
        top: 0
    }

    body #slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items {
        display: block
    }

    .using-mobile-browser #nectar_fullscreen_rows[data-mobile-disable=on] {
        height: auto !important
    }

        .using-mobile-browser #nectar_fullscreen_rows[data-mobile-disable=on] > div {
            position: relative !important;
            left: 0 !important
        }

    #header-outer[data-using-secondary="1"]:not(.hidden-secondary) {
        transform: none !important
    }

    .vc_row-fluid [class*=vc_span] {
        width: 100% !important
    }

    .vc_row-fluid [class*=vc_col-] {
        width: 100%
    }

    body .vc_row-fluid .wpb_column {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0;
        margin-bottom: 25px
    }

    body[data-ccsa=larger] .vc_row-fluid:not(.full-width-content) .wpb_column {
        margin-right: 20px;
        margin-left: 20px;
        width: calc(100% - 40px)
    }

    body[data-ccsa=larger] .vc_row-fluid.full-width-content .wpb_column {
        margin-right: 0;
        width: 100%
    }

    body .vc_row-fluid .vc_col-sm-2 {
        width: 48%;
        margin-left: 4%
    }

    body .vc_row-fluid.full-width-content .vc_col-sm-2 {
        width: 50%;
        margin-left: 0
    }

    .vc_row-fluid .vc_col-sm-2[class*=vc_col-sm-]:first-child:not([class*=offset]),
    .vc_row-fluid .vc_col-sm-2[class*=vc_col-sm-]:nth-child(2n+3):not([class*=offset]) {
        margin-left: 0
    }

    .container,
    .orbit-wrapper .slider-nav,
    .post-area.standard-minimal.full-width-content .post .inner-wrap {
        max-width: 320px
    }

    body[data-slide-out-widget-area-style=simple] #header-outer[data-full-width=true] #mobile-menu,
    body #header-outer[data-full-width=true] header > .container,
    body #header-secondary-outer[data-full-width=true] > .container {
        max-width: 100%;
        padding: 0 18px
    }

    .col {
        margin-bottom: 25px
    }

    .wpb_column.force-phone-text-align-left,
    .wpb_column.force-phone-text-align-left .col {
        text-align: left !important
    }

    .wpb_column.force-phone-text-align-right,
    .wpb_column.force-phone-text-align-right .col {
        text-align: right !important
    }

    .wpb_column.force-phone-text-align-center,
    .wpb_column.force-phone-text-align-center .col,
    .wpb_column.force-phone-text-align-center .vc_custom_heading {
        text-align: center !important
    }

    .post-area {
        margin-bottom: 0
    }

    .col.boxed:hover,
    .ascend .main-content .col.boxed:hover,
    .material .main-content .col.boxed:hover {
        margin-top: 0;
        top: 0;
        transform: none;
        -webkit-transform: none;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
    }

    #header-outer .col {
        margin-bottom: 0
    }

    .nectar_fullscreen_zoom_recent_projects .project-slide .project-info h2,
    .nectar_fullscreen_zoom_recent_projects .project-slide .project-info p {
        max-width: 100%
    }

    #fp-nav ul li a,
    .fp-slidesNav ul li a {
        padding: 11px
    }

        #fp-nav ul li a span,
        .fp-slidesNav ul li a span {
            height: 6px;
            width: 6px
        }

    #fp-nav.right {
        right: 10px
    }

    .nectar_fullscreen_zoom_recent_projects .dot-nav {
        display: none
    }

    .container .post .post-meta {
        display: none
    }

    #ajax-content-wrap .container .post .post-content {
        padding-left: 0
    }

    .container .post .post-header h3,
    .standard-minimal.post-area .post.quote .post-content h3 {
        font-size: 18px;
        line-height: 28px
    }

    .container .post-header {
        font-size: 12px
    }

    .post-content.classic .post-header > span:after {
        height: 9px
    }

    .container .comment-list .comment > div {
        padding: 25px 25px 40px
    }

    #ajax-content-wrap .comment-list .children {
        padding-left: 20px
    }

    .container .comment-list .comment > div img.avatar {
        display: block;
        position: relative;
        height: 30px;
        width: 30px;
        top: 0;
        left: 0;
        margin-bottom: 5px
    }

    body:not(.material) .comment-list .children {
        background-image: none
    }

    body.ascend #ajax-content-wrap .comment-list .children {
        margin-left: 0;
        padding-left: 30px
    }

    body.material #ajax-content-wrap .comment-list .comment > div,
    body.material #ajax-content-wrap .comment-list .pingback > div {
        margin-top: 2.5em
    }

    body.material .comment-list .children {
        border-left: 1px solid rgba(0, 0, 0, .1)
    }

    body.material .container .comment-list .comment > div {
        padding: 0 0 40px
    }

    body.material #ajax-content-wrap .comment-list .children {
        margin-left: 0;
        padding-left: 30px
    }

    body.material #ajax-content-wrap .comment-list .comment .comment > div {
        padding-left: 0
    }

    .container #respond h3 {
        font-size: 13px
    }

    .container .comment-list .reply {
        right: 29px;
        top: auto;
        bottom: 29px
    }

    .original .container .comment-list .reply {
        right: 0;
        top: auto;
        bottom: 0;
        margin-top: 20px;
        position: relative
    }

    .auto_meta_overlaid_spaced .masonry-blog-item {
        margin-bottom: 0
    }

    body h1.jumbo,
    body h2.jumbo,
    body h3.jumbo,
    body h4.jumbo,
    body h5.jumbo,
    body h6.jumbo,
    p.jumbo {
        font-size: 60px;
        line-height: 70px
    }

    .container .contact-info {
        padding-left: 0
    }

    #single-meta .meta-comment-count,
    .row .col.section-title [data-hide-on-mobile=true] span:not(.total_loves):not(.nectar-love-count):not(.share-btn),
    .single #page-header-bg #single-below-header[data-hide-on-mobile=true] span:not(.total_loves):not(.nectar-love-count) {
        display: none
    }

    .single #page-header-bg[data-post-hs=default] #single-below-header[data-hide-on-mobile=false],
    .single [data-header-style=default] #single-below-header[data-hide-on-mobile=false] {
        margin-top: 15px
    }

        .single #page-header-bg[data-post-hs=default] #single-below-header[data-hide-on-mobile=false] > span:first-child > span,
        .single [data-header-style=default] #single-below-header[data-hide-on-mobile=false] > span:first-child > span {
            padding-left: 0
        }

    #ajax-content-wrap #page-header-bg[data-post-hs=default_minimal] #single-below-header span:not(.updated),
    #ajax-content-wrap .row.heading-title[data-header-style=default_minimal] .col.section-title span.meta-category {
        display: inline-block
    }

    .single-post #single-meta .nectar-social[data-position=right] {
        margin-left: 0
    }

    #single-meta .nectar-social.hover[data-position=right] .nectar-social-inner {
        left: 0;
        text-align: left;
        right: auto
    }

    #single-meta .nectar-social {
        margin-left: 0
    }

    .material #page-header-bg.fullscreen-header .author-section {
        margin-top: 5px
    }

    html.js #page-header-bg[data-parallax="0"].not-loaded {
        background-color: #f5f5f5
    }

    #page-header-bg .portfolio-filters ul {
        position: absolute;
        width: 100%
    }

    #page-header-bg .span_6 {
        margin-bottom: 15px
    }

    body #footer-outer #copyright .col ul {
        float: left
    }

        body #footer-outer #copyright .col ul li:first-child {
            margin-left: 0
        }

    #call-to-action .container a {
        display: block;
        margin-top: 20px;
        margin-left: 0
    }

    #call-to-action {
        font-size: 18px
    }

    #ajax-content-wrap h2 .nectar-button,
    #ajax-content-wrap h3 .nectar-button,
    #ajax-content-wrap h4 .nectar-button {
        display: block
    }

    #ajax-content-wrap #footer-widgets .container .col:nth-child(3) {
        margin-bottom: 40px
    }

    #footer-outer #flickr img,
    #sidebar #flickr img {
        width: 95px
    }

    .post-area #pagination,
    .post-area.masonry #pagination {
        padding-left: 0
    }

    body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers > div .bg-img:after {
        opacity: 1
    }

    body .portfolio-items[data-ps="6"] .work-item .work-meta .inner,
    body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    body #portfolio {
        margin: 3px 0 0
    }

    .bottom_controls #portfolio-nav .controls li#next-link a i:after,
    .bottom_controls #portfolio-nav .controls li#prev-link a i:after {
        display: none
    }

    #search-results .result,
    .masonry-blog-item {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 25px;
        margin-left: 0 !important
    }

    .posts-container[data-load-animation=none] article .inner-wrap.animated {
        opacity: 1
    }

    .masonry-blog-item {
        position: relative !important;
        top: auto !important;
        display: block
    }

    .gallery .gallery-item {
        width: 100% !important
    }

    #author-bio img {
        margin-right: 0;
        width: 60px;
        height: 60px
    }

    .row .blog-recent[data-style=list_featured_first_row].columns-3 .featured .post-featured-img {
        padding-bottom: 75%
    }

    .section-down-arrow i.icon-default-style[class^=icon-] {
        font-size: 16px
    }

    .section-down-arrow {
        bottom: 10px;
        right: 20px
    }

    #page-header-bg.fullscreen-header .author-section {
        bottom: 20px
    }

        #page-header-bg.fullscreen-header .author-section .meta-date:not(.updated) {
            margin-top: -4px;
            display: block
        }

    #contact-map {
        height: 270px
    }

    .nectar-google-map {
        max-height: 270px
    }

    .pp_pic_holder {
        left: 9px;
        width: 96%
    }

    .pp_content {
        width: 100%;
        height: 290px
    }

        .pp_content iframe {
            width: 100%
        }

        .pp_content .pp_inline iframe {
            height: 250px
        }

        .pp_content #pp_full_res img {
            width: 100%;
            height: auto
        }

    #page-header-bg .span_6 h1,
    body.search #page-header-bg h1,
    .single.single-post .section-title h1,
    body.single.single-post .row .col.section-title.span_12 h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 4px
    }

    #page-header-bg .span_6 {
        top: auto !important;
        float: none
    }

    #page-header-bg .author-section .meta-author .avatar {
        display: none
    }

    #page-header-bg.fullscreen-header .author-section .avatar-post-info {
        margin: 10px 0 0
    }

    #ajax-content-wrap .pricing-table > div {
        width: 100%;
        margin: 0 0 25px
    }

    body .clients[class*=col].no-carousel > div {
        margin-right: 1%;
        width: 49.4%
    }

        body .clients[class*=col].no-carousel > div:nth-child(2n+2) {
            margin-right: 0
        }

    body .clients[class*=col].carousel > div {
        margin: 0 5px;
        width: 150px
    }

    body .clients.carousel.phone > div {
        width: 150px
    }

    .clients[data-additional_padding="2"].no-carousel > div {
        padding: 2% 4%
    }

    .clients[data-additional_padding="3"].no-carousel > div {
        padding: 3% 6%
    }

    .clients[data-additional_padding="4"].no-carousel > div {
        padding: 5% 10%
    }

    body .row #error-404 h1 {
        font-size: 150px;
        line-height: 150px
    }

    body .row #error-404 h2 {
        font-size: 32px
    }

    body .row #error-404 {
        margin-bottom: 0
    }

    body.woocommerce .post-area .woocommerce-result-count,
    body.woocommerce .post-area .woocommerce-ordering {
        float: none
    }

    body.woocommerce .post-area .woocommerce-ordering {
        right: 0
    }

    body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 0
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        float: none;
        border-right: 0;
        width: 100%
    }

    div[data-style=minimal] .toggle h3 a {
        font-size: 20px;
        line-height: 24px
    }

    #page-header-bg #portfolio-nav ul,
    .section-title #portfolio-nav ul {
        margin-bottom: 0
    }

    #portfolio-nav ul:first-child {
        z-index: 103
    }

    #portfolio-nav .controls:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }

    body .container .portfolio-filters-inline.full-width-content .container,
    body #ajax-content-wrap .container .portfolio-filters-inline.full-width-content .container {
        padding-left: 0;
        padding-right: 0
    }

    body #full_width_portfolio .project-title.parallax-effect .container,
    body #page-header-bg .project-title .container {
        padding-bottom: 30px
    }

    body #page-header-bg .section-title,
    .project-title .section-title,
    body.single .project-title .section-title {
        padding: 0
    }

    .row .col.section-title.project-title {
        padding-bottom: 30px;
        margin-bottom: 30px !important
    }

    #footer-outer #social li {
        margin-right: 10px;
        margin-left: 0
    }

    .wpb_gallery .parallax-grid-item {
        margin-bottom: 30px
    }

    .post-area.masonry,
    .post-area.masonry.span_9,
    body[data-ext-responsive=true] .post-area.masonry.span_9,
    body[data-ext-responsive=true] .post-area.masonry.span_9.meta_overlaid {
        width: 320px
    }

        #ajax-content-wrap .post-area.masonry.span_9,
        .post-area.masonry.span_9 {
            margin-bottom: 90px
        }

    .ascend #ajax-content-wrap .comment-list .reply {
        top: 0
    }

    #customer_details > div {
        width: 100%;
        float: none
    }

    body #header-secondary-outer nav > ul > li,
    body #header-secondary-outer nav > ul > li a,
    #header-secondary-outer nav > ul > li:last-child {
        border: none
    }

    body:not(.material) #header-secondary-outer nav .sf-menu {
        padding-top: 10px;
        padding-bottom: 10px
    }

    body:not(.material) #header-secondary-outer ul#social {
        padding: 10px 0
    }

    .woocommerce .shop_table .coupon {
        margin-bottom: 10px;
        margin-top: 5px
    }

    .woocommerce #customer_login.col2-set .col-1,
    .woocommerce-page #customer_login.col2-set .col-1,
    .woocommerce #customer_login.col2-set .col-2,
    .woocommerce-page #customer_login.col2-set .col-2,
    .woocommerce form.login .form-row-first,
    .woocommerce-page form.login .form-row-first,
    .woocommerce form.login .form-row-last,
    .woocommerce-page form.login .form-row-last {
        width: 100% !important
    }

    .woocommerce .shop_table .actions > input {
        float: left !important
    }

    .iosSlider.product-thumbnails .thumb {
        width: 93px
    }

    .main-content .col.span_4 .col.span_2,
    .main-content .col.span_3 .col.span_2,
    .main-content .col.span_2 .col.span_2,
    .main-content .col.span_6 .col.span_2 {
        width: 15%
    }

    .main-content .col.span_4 .span_10,
    .main-content .col.span_3 .col.span_10,
    .main-content .col.span_2 .col.span_10,
    .main-content .col.span_6 .col.span_10 {
        width: 83%
    }

    .nectar-video-box[data-play-button-size=larger] .nectar_video_lightbox {
        width: 70px;
        height: 70px;
        margin-top: -35px;
        margin-left: -35px
    }

    .auto_meta_overlaid_spaced .masonry-blog-item .post-content {
        height: 55vh
    }

    .slider-pagination {
        bottom: 10px
    }

    body .swiper-slide .content p i {
        width: 14px;
        font-size: 12px
    }

    .main-content .col.span_4 .col.span_2 img,
    .main-content .col.span_3 .col.span_2 img,
    .main-content .col.span_2 .col.span_2 img,
    .main-content .col.span_6 .col.span_2 img {
        padding-right: 13px;
        top: -3px
    }

    .carousel-next {
        right: 1px;
        padding-left: 1px
    }

    .carousel-prev {
        right: 25px;
        padding-right: 1px
    }

    .woocommerce .woocommerce-result-count {
        padding-bottom: 0
    }

    .woocommerce #ajax-content-wrap .woocommerce-ordering,
    body[data-fancy-form-rcs="1"].woocommerce.woocommerce #ajax-content-wrap .woocommerce-ordering {
        position: relative;
        right: 0;
        top: 0;
        margin-left: 0;
        float: none
    }

    .woocommerce .product-subtotal {
        display: none
    }

    .nectar-button.extra_jumbo {
        font-size: 24px;
        line-height: 24px;
        padding: 20px 30px
    }

        .nectar-button.extra_jumbo.has-icon.extra-color-gradient-1,
        .nectar-button.extra_jumbo.has-icon.extra-color-gradient-2,
        .nectar-button.extra_jumbo.has-icon.see-through-extra-color-gradient-1,
        .nectar-button.extra_jumbo.has-icon.see-through-extra-color-gradient-2 {
            font-size: 24px;
            line-height: 24px;
            padding: 20px 50px
        }

    .nectar-button.extra-color-gradient-1.has-icon.extra_jumbo span,
    .nectar-button.extra-color-gradient-2.has-icon.extra_jumbo span,
    .nectar-button.see-through-extra-color-gradient-1.has-icon.extra_jumbo span,
    .nectar-button.see-through-extra-color-gradient-2.has-icon.extra_jumbo span {
        left: -28px
    }

    .nectar-button.extra_jumbo i,
    .nectar-button.extra_jumbo.has-icon i {
        font-size: 26px
    }

    body.material #ajax-content-wrap .nectar-button.extra_jumbo.has-icon {
        font-size: 22px;
        line-height: 22px;
        padding: 24px 65px 24px 55px
    }

    body.material #ajax-content-wrap .nectar-button.has-icon.extra_jumbo i {
        height: 50px;
        width: 50px;
        line-height: 50px
    }

    body.material .nectar-button.extra_jumbo .im-icon-wrap svg {
        width: 24px;
        height: 24px
    }

    .nectar-button.see-through-extra-color-gradient-1.extra_jumbo,
    .nectar-button.see-through-extra-color-gradient-2.extra_jumbo,
    .nectar-button.extra-color-gradient-1.extra_jumbo,
    .nectar-button.extra-color-gradient-2.extra_jumbo {
        border-width: 6px
    }

    .nectar-slider-wrap[data-full-width=false] .swiper-slide .content p.transparent-bg span,
    body .swiper-slide .content p.transparent-bg span {
        line-height: 20px;
        top: -5px;
        left: 4px;
        box-shadow: 4px 0 0 rgba(0, 0, 0, .5), -4px 0 0 rgba(0, 0, 0, .5);
        -moz-box-shadow: 4px 0 0 rgba(0, 0, 0, .5), -4px 0 0 rgba(0, 0, 0, .5);
        -webkit-box-shadow: 4px 0 0 rgba(0, 0, 0, .5), -4px 0 0 rgba(0, 0, 0, .5);
        -o-box-shadow: 4px 0 0 rgba(0, 0, 0, .5), -4px 0 0 rgba(0, 0, 0, .5)
    }

    #buddypress .register-section {
        width: 100%;
        margin-bottom: 15px
    }

    .full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
        padding: 0 10% !important
    }

    #header-outer[data-full-width=true] header > .container {
        padding: 0
    }

    .owl-carousel[data-column-padding="10px"] .carousel-item,
    .owl-carousel[data-column-padding="15px"] .carousel-item,
    .owl-carousel[data-column-padding="20px"] .carousel-item,
    .owl-carousel[data-column-padding="30px"] .carousel-item,
    .owl-carousel[data-column-padding="40px"] .carousel-item,
    .owl-carousel[data-column-padding="50px"] .carousel-item {
        padding: 10px
    }

    .blog-title ul .meta-share-count > a,
    .single .blog-title #single-meta ul .meta-share-count > a {
        display: none
    }

    .blog-title ul .meta-share-count .nectar-social {
        display: block !important;
        position: relative !important
    }

        .blog-title ul .meta-share-count .nectar-social,
        .blog-title ul .meta-share-count .nectar-social a {
            opacity: 1 !important;
            left: 0 !important
        }
}

@media only screen and (min-width :1px) and (max-width :999px) {
    #to-top:not(.mobile-enabled) {
        display: none
    }

    body[data-ajax-transitions=true] #ajax-loading-screen[data-method=standard][data-disable-mobile="1"] {
        display: none
    }

    body #header-outer:not(.transparent) #top .span_3 #logo[data-supplied-ml=true] img:not(.mobile-only-logo),
    body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting=true] img.starting-logo:not(.dark-version):not(.mobile-only-logo),
    body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting-dark=true] img.starting-logo.dark-version {
        display: none !important
    }

    body #header-outer:not(.transparent) #top .span_3 #logo .mobile-only-logo,
    body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting=true] img.mobile-only-logo.starting-logo:not(.dark-version),
    body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting-dark=true] img.mobile-only-logo.starting-logo.dark-version,
    #page-header-bg[data-parallax="1"] .span_6 .inner-wrap,
    #page-header-bg .span_6 {
        display: block !important
    }

    body #header-outer[data-permanent-transparent="1"][data-transparent-header=true].transparent #top .span_3 #logo .mobile-only-logo {
        opacity: 1 !important
    }

    body[data-hhun="1"] #header-outer[data-mobile-fixed=false].invisible:not(.side-widget-open) {
        transform: none !important;
        pointer-events: auto !important
    }

    #header-outer[data-format=centered-menu-bottom-bar] #top .span_9 #logo {
        display: none
    }

    #page-header-bg[data-parallax="1"] .span_6,
    #page-header-bg[data-parallax="1"] {
        padding-right: 0;
        transform: translate(0px) !important;
        visibility: visible !important
    }

        #page-header-bg[data-parallax="1"][data-alignment-v=middle].fullscreen-header .span_6 {
            -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important
        }

        #page-header-bg[data-parallax="1"][data-alignment-v=middle].fullscreen-header .nectar-particles .span_6 {
            -webkit-transform: none !important;
            transform: none !important
        }

    #page-header-bg.fullscreen-header .row {
        top: 0 !important
    }

    #ajax-content-wrap .video-texture {
        display: none
    }

    .full-width-section.parallax_section,
    .full-width-content.parallax_section {
        background-attachment: scroll !important;
        background-position: center !important
    }

    .wpb_row.parallax_section .row-bg.using-image,
    #page-header-wrap[data-parallax="1"] .page-header-bg-image-wrap .page-header-bg-image {
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden
    }

    #page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out] .page-header-bg-image {
        transition: none;
        -webkit-transition: none
    }

    .original #search-outer #search input[type=text],
    body[data-header-format=left-header]:not(.material) #search-outer #search input[type=text] {
        font-size: 24px;
        border-bottom-width: 2px
    }

    .original #search-outer .container {
        width: 100%
    }

    body.material #search-outer #search form input[type=text][name] {
        font-size: 44px;
        line-height: 44px;
        border-bottom-width: 2px
    }

    body.material #search-outer,
    .material #header-outer.transparent .bg-color-stripe,
    .material #search-outer .bg-color-stripe {
        height: 30vh
    }

    body.material #search-outer {
        min-height: 200px
    }

        body.material #search-outer .col {
            margin-bottom: 0
        }

    body[data-header-format=left-header] #header-outer header .row .col.span_9 {
        top: 0
    }

    body[data-header-format=left-header].material #search-outer {
        width: 100%;
        left: 0
    }

    body[data-header-format=left-header].admin-bar.material #search-outer #search #close {
        top: 0
    }

    body[data-header-format=left-header].material #search-outer .container {
        padding-left: 0;
        padding-right: 0
    }

    body[data-header-format=left-header].material #search-outer .container {
        position: relative
    }

    img.img-with-animation[data-animation=fade-in-from-right] {
        padding-left: 0
    }

    img.img-with-animation[data-animation=fade-in-from-left] {
        padding-right: 0
    }

    img.img-with-animation[data-animation=fade-in-from-bottom] {
        bottom: 0
    }

    body .wpb_animate_when_almost_visible,
    body .wpb_animate_when_almost_visible.wpb_start_animation {
        opacity: 1;
        -webkit-animation: none;
        -o-animation: none;
        animation: none
    }

    .img-with-aniamtion-wrap .inner {
        margin: 0 !important
    }

    .img-with-aniamtion-wrap[data-max-width="110%"] .inner,
    .img-with-aniamtion-wrap[data-max-width="125%"] .inner,
    .img-with-aniamtion-wrap[data-max-width="150%"] .inner,
    .img-with-aniamtion-wrap[data-max-width="165%"] .inner,
    .img-with-aniamtion-wrap[data-max-width="175%"] .inner,
    .img-with-aniamtion-wrap[data-max-width="200%"] .inner,
    .img-with-aniamtion-wrap[data-max-width="225%"] .inner,
    .img-with-aniamtion-wrap[data-max-width="250%"] .inner,
    .img-with-aniamtion-wrap img {
        max-width: 100%
    }

    .img-with-aniamtion-wrap[data-max-width="75%"] img {
        max-width: 75%
    }

    .img-with-aniamtion-wrap[data-max-width="50%"] img {
        max-width: 50%
    }

    .img-with-animation[data-max-width="110%"],
    .img-with-animation[data-max-width="125%"],
    .img-with-animation[data-max-width="150%"],
    .img-with-animation[data-max-width="175%"],
    .img-with-animation[data-max-width="200%"],
    .img-with-animation[data-max-width="225%"],
    .img-with-animation[data-max-width="250%"] {
        max-width: 100%;
        margin-left: 0
    }

    #ajax-content-wrap .wpb_gallery .parallax-grid-item {
        width: 100%;
        padding-right: 0;
        padding-left: 0
    }

    .full-width-section > .col.span_12 {
        margin-bottom: 0
    }

    div[data-bg-mobile-hidden=true] .row-bg.using-image {
        background-image: none !important
    }

    .full-width-section,
    body[data-bg-header=true] .full-width-section.first-section,
    body[data-bg-header=true] .full-width-content.first-section,
    body[data-header-resize="0"] .container-wrap .portfolio-filters-inline.first-section,
    #header-outer[data-transparent-header=true][data-permanent-transparent=false] #logo .dark-version,
    #header-outer #top #logo img {
        margin-top: 0 !important
    }

    .single-portfolio .row .post-area {
        margin-top: 0
    }

    #nectar_fullscreen_rows > div:not(.full-width-content) .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container {
        padding-top: 10%;
        padding-bottom: 10%
    }

    #nectar_fullscreen_rows[data-content-overflow=hidden] .vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap[data-content-pos=middle] > .full-page-inner > .container > .span_12 {
        height: auto !important
    }

    .nectar_fullscreen_zoom_recent_projects .project-slide .project-info h2,
    .nectar_fullscreen_zoom_recent_projects .project-slide .project-info p {
        max-width: 75%
    }

    body #header-outer[data-format=centered-menu-under-logo] #top #logo img,
    body #header-outer[data-format=centered-menu-bottom-bar] #top #logo img {
        margin: 0
    }

    #header-outer[data-has-menu=false][data-format=default] #top .span_3,
    #header-outer[data-has-menu=true][data-mobile-fixed="1"] #top .span_3,
    #header-outer[data-has-menu=true][data-ptnm="1"] #top .span_3,
    #header-outer[data-has-menu=true] #top .span_3,
    body.material #header-outer[data-format=centered-menu-bottom-bar] #top .span_3 {
        text-align: left
    }

    #header-outer[data-format=centered-logo-between-menu] .span_3,
    #header-outer[data-format=centered-logo-between-menu] .span_3 #logo:not(.no-image) img {
        transform: none;
        -webkit-transform: none
    }

    #header-outer[data-transparent-header=true].no-pointer-events.side-widget-open {
        pointer-events: auto
    }

    .material #header-outer[data-transparent-header=true][data-mobile-fixed="1"].transparent {
        overflow: visible
    }

    #header-outer[data-mobile-fixed="1"],
    #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"] {
        position: fixed !important
    }

    .material #header-outer[data-mobile-fixed=false][data-using-secondary="1"],
    .material.admin-bar #header-outer[data-mobile-fixed=false][data-using-secondary="1"] {
        top: 0
    }

    body #header-outer[data-transparent-header=true][data-remove-border=true],
    body #header-outer[data-transparent-header=true][data-remove-border=true].transparent {
        border: none
    }

    body[data-slide-out-widget-area-style=slide-out-from-right-hover][data-slide-out-widget-area=true][data-user-set-ocm=off] #header-outer header > .container {
        max-width: 100%;
        padding: 0 18px
    }

    .using-mobile-browser .slide-out-hover-icon-effect a {
        pointer-events: auto
    }

    .container-wrap {
        z-index: 11
    }

    .page-submenu .mobile-menu-link {
        display: inline-block
    }

    .page-submenu ul {
        position: absolute;
        top: 48px;
        left: 0;
        width: 101%;
        display: none;
        z-index: 1000
    }

    .page-submenu[data-alignment=left],
    .page-submenu[data-alignment=right] {
        text-align: center
    }

    #boxed .page-submenu ul {
        width: 100%
    }

    #ajax-content-wrap .page-submenu ul li {
        display: block;
        margin: 0
    }

    .page-submenu .full-width-content {
        position: relative
    }

    .page-submenu ul li a {
        border-top: 1px solid rgba(255, 255, 255, .2);
        padding: 10px 20px
    }

    .page-submenu[data-bg-color="#ffffff"] ul li a {
        border-top: 1px solid rgba(0, 0, 0, .08)
    }

    .work-item:not([data-custom-content=on]) .work-info-bg {
        display: none
    }

    .style-3 .work-info-bg {
        display: block
    }

    .carousel-wrap[data-full-width=true] {
        padding: 0 !important
    }

    body #top #logo img,
    #header-outer[data-permanent-transparent=false] #logo .dark-version {
        height: 24px;
        margin-top: -3px;
        top: 3px;
        position: relative
    }

    #header-outer[data-transparent-header=true][data-permanent-transparent=false] #logo .dark-version,
    #header-outer #top #logo img {
        top: 0
    }

    body.material #header-outer[data-permanent-transparent=false] #logo .dark-version,
    #header-outer[data-permanent-transparent=false] #logo .dark-version {
        position: absolute
    }

    .original #header-outer:not([data-transparent-header=true]) #top #logo img.stnd,
    .ascend #header-outer:not([data-transparent-header=true]) #top #logo img.stnd,
    .material #header-outer:not([data-transparent-header=true]) #top #logo img.stnd {
        position: relative
    }

    body:not(.material) #header-outer[data-mobile-fixed="1"] #logo .starting-logo,
    body:not(.material) #header-outer[data-mobile-fixed="1"] #logo .dark-version {
        top: 6px
    }

    .admin-bar #header-outer,
    .logged-in.buddypress #header-outer {
        top: 0
    }

    .admin-bar.material-ocm-open #header-outer.transparent {
        top: 46px
    }

    body #header-outer {
        margin-bottom: 0;
        padding: 12px 0
    }

    body #header-outer,
    body[data-hhun="1"]:not(.no-scroll) #header-outer:not([data-transparent-header=true]):not(.detached),
    body[data-hhun="1"]:not(.no-scroll) #header-outer[data-permanent-transparent=false][data-using-secondary="1"]:not([data-transparent-header=true]) {
        position: relative
    }

    .original #header-outer[data-transparent-header=true][data-remove-border=false].transparent,
    .ascend #header-outer[data-transparent-header=true][data-remove-border=false].transparent {
        transition: background-color .3s ease, box-shadow .3s ease, margin .25s ease
    }

    #header-secondary-outer {
        top: -13px
    }

    #header-outer[data-permanent-transparent="1"].transparent #top .span_9 > .slide-out-widget-area-toggle i {
        color: #fff
    }

    body #slide-out-widget-area .slide_out_area_close {
        position: absolute;
        right: 22px;
        top: 22px;
        z-index: 100
    }

    #slide-out-widget-area.fullscreen .off-canvas-social-links,
    .admin-bar #slide-out-widget-area.fullscreen .off-canvas-social-links,
    #slide-out-widget-area.fullscreen-alt .off-canvas-social-links,
    .admin-bar #slide-out-widget-area.fullscreen-alt .off-canvas-social-links {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 70px
    }

        #slide-out-widget-area.fullscreen .off-canvas-social-links:after,
        #slide-out-widget-area.fullscreen-alt .off-canvas-social-links:after {
            display: block;
            height: 1px;
            width: 0;
            background-color: rgba(255, 255, 255, .6);
            content: ' ';
            margin: 0 auto;
            position: absolute;
            top: -40px;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            transition: all .5s cubic-bezier(.215, .61, .355, 1);
            -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1);
            -moz-transition: all .5s cubic-bezier(.215, .61, .355, 1)
        }

    #slide-out-widget-area .mobile-only {
        display: block
    }

    #slide-out-widget-area.slide-out-from-right-hover .inner[data-prepend-menu-mobile=true] .off-canvas-menu-container {
        top: 0;
        position: relative
    }

    #slide-out-widget-area.fullscreen .off-canvas-social-links.line-shown:after,
    #slide-out-widget-area.fullscreen-alt .off-canvas-social-links.line-shown:after {
        width: 100px
    }

    #slide-out-widget-area.fullscreen .bottom-text,
    .admin-bar #slide-out-widget-area.fullscreen .bottom-text,
    #slide-out-widget-area.fullscreen-alt .bottom-text,
    .admin-bar #slide-out-widget-area.fullscreen-alt .bottom-text {
        position: relative;
        bottom: 0;
        left: 0;
        margin-bottom: 30px;
        margin-top: 15px
    }

    body #slide-out-widget-area.slide-out-from-right-hover {
        z-index: 9999
    }

    #header-outer.transparent.side-widget-open.no-bg-color #top #logo .starting-logo:not(.dark-version) {
        opacity: 1
    }

    #header-outer.transparent.side-widget-open.no-bg-color #top #logo img:not(.starting-logo) {
        opacity: 0
    }

    #slide-out-widget-area {
        top: 0 !important
    }

        #slide-out-widget-area.overflow-state,
        .admin-bar #slide-out-widget-area.overflow-state {
            padding-top: 110px
        }

        #slide-out-widget-area.fullscreen .inner.overflow-state {
            margin-top: 0;
            margin-bottom: 130px
        }

    body[data-full-width-header=false] #slide-out-widget-area.slide-out-from-right-hover .slide_out_area_close {
        display: none
    }

    #header-outer #logo {
        top: 0;
        left: 0
    }

    #header-space {
        display: none
    }

        #header-space[data-header-mobile-fixed="1"] {
            display: block
        }

    #top #mobile-cart-link,
    #top .span_9 > .slide-out-widget-area-toggle,
    #top .mobile-search {
        display: inline-block
    }

    #top .col.span_3 {
        left: 0;
        top: 0;
        z-index: 100;
        width: 100%
    }

    #top .col.span_3,
    #header-outer[data-format=centered-menu] #top .span_3,
    #header-outer[data-format=centered-logo-between-menu] #top .span_3 {
        position: relative
    }

    #header-outer #top .col.span_3 {
        line-height: 0
    }

        #header-outer #top .col.span_3 #logo {
            vertical-align: middle
        }

    #top .col.span_9 {
        margin-left: 0;
        margin-bottom: 0;
        width: 100% !important;
        float: none;
        z-index: 100;
        position: static
    }

    #header-outer[data-format=centered-menu] #top .span_9,
    #header-outer[data-format=centered-logo-between-menu] .row .col.span_9 {
        position: static
    }

    #top .col.span_9,
    body.ascend #header-outer[data-format=centered-menu-under-logo] #top .row .span_9,
    body.original #header-outer[data-format=centered-menu-under-logo] #top .row .span_9,
    body.material #header-outer[data-format=centered-menu-under-logo] #top .row .span_9,
    #header-outer[data-format=centered-menu-under-logo] #top .span_9,
    #header-outer[data-format=centered-menu-bottom-bar] #top .span_9 {
        min-height: 0;
        width: auto !important;
        position: absolute !important;
        right: 0;
        top: 0;
        z-index: 2000;
        height: 100%
    }

    .material #header-outer[data-format=centered-menu-under-logo] #top .span_9 {
        line-height: inherit
    }

    .owl-carousel[data-enable-animation=true] .owl-stage > .owl-item,
    #slide-out-widget-area.slide-out-from-right-hover .inner[data-prepend-menu-mobile=true] .off-canvas-menu-container,
    body[data-slide-out-widget-area=true] #top #logo,
    body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6,
    body:not(.single-post) #page-header-bg[data-alignment-v=bottom]:not(.fullscreen-header) .span_6 > .inner-wrap,
    body:not(.single-post) #page-header-bg[data-alignment-v=top]:not(.fullscreen-header) .span_6 > .inner-wrap,
    body:not(.single-post) #page-header-bg:not(.fullscreen-header) .nectar-particles .span_6 .inner-wrap,
    img.img-with-animation[data-animation=fade-in-from-bottom] {
        -webkit-transform: none !important;
        transform: none !important
    }

    body[data-slide-out-widget-area=true] #top .span_9 > .slide-out-widget-area-toggle.std-menu {
        left: 0 !important;
        right: auto !important;
        text-align: left;
        z-index: 10000
    }

    body[data-slide-out-widget-area=true] #top .span_3 {
        text-align: center
    }

    body[data-slide-out-widget-area=true] #header-outer[data-has-menu=false] #top .span_3 {
        text-align: left
    }

    #header-outer .slide-out-widget-area-toggle .lines-button,
    #header-outer .slide-out-widget-area-toggle .lines,
    #header-outer .slide-out-widget-area-toggle .lines:before,
    #header-outer .slide-out-widget-area-toggle .lines:after {
        width: 22px
    }

    #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:after {
        top: -6px
    }

    body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before {
        top: 6px
    }

    body[data-slide-out-widget-area=true] #top #logo,
    #header-outer[data-mobile-fixed="1"] #top #logo {
        display: inline-block
    }

    body[data-slide-out-widget-area=true]:not(.material) [data-transparent-header=true][data-mobile-fixed=false] #top #logo {
        position: relative
    }

    body[data-slide-out-widget-area=true] #top .col.span_3 {
        width: 100%
    }

    body #slide-out-widget-area:not(.slide-out-from-right-hover) .slide_out_area_close {
        display: block
    }

    #slide-out-widget-area .widget_nav_menu {
        overflow-y: hidden;
        overflow-x: hidden
    }

    #header-outer #top nav > ul {
        width: auto;
        padding: 15px 0 25px;
        margin: 0 auto 0 auto;
        z-index: 100000;
        position: relative
    }

        #header-outer #top nav > ul > li > ul > li {
            opacity: 1;
            transform: none
        }

        #top nav > ul li,
        #header-outer #top nav > ul > .megamenu > ul > li {
            display: block;
            width: auto;
            margin-left: 0
        }

    #top nav > ul > .megamenu > .sub-menu {
        width: auto !important;
        opacity: 1;
        display: block
    }

    #top nav > ul ul {
        position: relative;
        width: auto;
        top: 0;
        left: 0;
        padding: 0;
        opacity: 1;
        visibility: visible;
        box-shadow: 0px 0px 0px #fff;
        -webkit-box-shadow: 0px 0px 0px #fff;
        background-color: transparent;
        float: none
    }

        #top nav > ul ul li {
            padding-left: 20px
        }

    #top nav .sf-menu .sfHover > a {
        color: #ffbaaf
    }

    a > .sf-sub-indicator {
        right: 0;
        position: absolute;
        padding: 16px;
        left: auto;
        top: 0;
        height: auto;
        width: auto
    }

    .swiper-slide .mejs-controls {
        display: none;
        visibility: hidden
    }

    #ajax-content-wrap .mejs-controls {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        visibility: visible
    }

    #ajax-content-wrap .post-area {
        padding-right: 0;
        margin-bottom: 0
    }

    .slider-nav {
        position: relative;
        max-width: 600px;
        margin: -40px auto 0px auto
    }

    body .slider-nav > span {
        height: 25px;
        width: 25px
    }

    body .slider-nav > .left {
        left: 0
    }

    body .slider-nav > .right {
        left: 30px
    }

    .slider-nav span span,
    #header-outer #top nav {
        display: none !important
    }

    #footer-widgets .container .col {
        margin-bottom: 40px
    }

        #footer-widgets .container .col:nth-child(3),
        #footer-widgets .container .col:nth-child(4) {
            margin-bottom: 0
        }

    #pagination {
        margin-bottom: 40px
    }

    .portfolio-items .col .work-item .work-info .custom-content .nectar-button {
        width: auto
    }

    body .nectar-button.see-through-2,
    body .nectar-button.see-through-3,
    #page-header-wrap,
    #page-header-bg {
        transition: none !important;
        -webkit-transition: none !important
    }

    #ajax-content-wrap .wp-caption {
        width: 100%
    }

    body.single-portfolio #sidebar {
        margin-top: 30px
    }

    body.search .row .col.section-title h1 {
        font-size: 18px
    }

    body.search .row .col.section-title span {
        display: inline-block;
        margin-top: 10px;
        font-size: 14px
    }

    body.search .divider {
        display: none
    }

    .main-content > div {
        padding-bottom: 0
    }

    #single-meta {
        display: block;
        clear: both;
        margin-bottom: 10px
    }

    body.single-post #page-header-bg:not(.fullscreen-header):not([data-post-hs=default]) {
        min-height: 250px
    }

    body.single-post #page-header-bg:not(.fullscreen-header) .row,
    body #page-header-bg:not(.fullscreen-header) .row,
    body:not(.single-post) #page-header-bg .nectar-particles .span_6 .row,
    body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6,
    body:not(.single-post) #page-header-bg:not(.fullscreen-header) .nectar-particles .span_6 > .inner-wrap,
    #page-header-bg[data-parallax="1"] {
        top: 0 !important
    }

    body:not(.single-post) #page-header-bg:not(.fullscreen-header) {
        padding-top: 10%;
        padding-bottom: 10%
    }

    body:not(.single-post) #page-header-bg[data-padding-amt=low]:not(.fullscreen-header) {
        padding-top: 5%;
        padding-bottom: 5%
    }

    body:not(.single-post) #page-header-bg[data-padding-amt=high]:not(.fullscreen-header) {
        padding-top: 13%;
        padding-bottom: 13%
    }

    body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6 {
        min-height: 40px
    }

        body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6.empty-title {
            min-height: 80px
        }

    #single-meta,
    body[data-header-format] #header-secondary-outer,
    #page-header-bg[data-parallax="1"],
    body:not(.single-post) #page-header-bg[data-alignment-v=top]:not(.fullscreen-header) .span_6 .inner-wrap,
    body:not(.single-post) #page-header-bg:not(.fullscreen-header) .nectar-particles .span_6 > .inner-wrap:first-child,
    body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6 {
        position: relative !important
    }

    body:not(.single-post) .nectar-particles svg {
        display: none
    }

    #top,
    #page-header-wrap,
    #header-outer:not([data-permanent-transparent="1"]),
    body:not(.single-post) #page-header-bg:not(.fullscreen-header),
    body:not(.single-post) #page-header-bg[data-alignment-v=bottom]:not(.fullscreen-header),
    body:not(.single-post) #page-header-bg[data-alignment-v=top]:not(.fullscreen-header),
    .full-page-inner-wrap[data-content-pos=full_height] .full-page-inner > .span_12,
    .vc_text_separator {
        height: auto !important
    }

    body:not(.single-post) #page-header-bg[data-alignment-v=bottom]:not(.fullscreen-header) {
        padding-top: 16%;
        padding-bottom: 4%
    }

    body:not(.single-post) #page-header-bg[data-alignment-v=bottom][data-padding-amt=low]:not(.fullscreen-header) {
        padding-top: 10%;
        padding-bottom: 2%
    }

    body:not(.single-post) #page-header-bg[data-alignment-v=bottom][data-padding-amt=high]:not(.fullscreen-header) {
        padding-top: 20%;
        padding-bottom: 6%
    }

    body:not(.single-post) #page-header-bg[data-alignment-v=top]:not(.fullscreen-header) {
        padding-top: 4%;
        padding-bottom: 16%
    }

    body:not(.single-post) #page-header-bg[data-alignment-v=top][data-padding-amt=low]:not(.fullscreen-header) {
        padding-top: 2%;
        padding-bottom: 10%
    }

    body:not(.single-post) #page-header-bg[data-alignment-v=top][data-padding-amt=high]:not(.fullscreen-header) {
        padding-top: 6%;
        padding-bottom: 20%
    }

    .related-posts.columns-3 .span_4 {
        margin-right: 0
    }

    #single-meta ul {
        margin-left: 0
    }

    .page-template-template-portfolio-php .portfolio-filters {
        margin-bottom: 0
    }

    .nectar-hor-list-item[data-columns="4"] .nectar-list-item,
    .nectar-hor-list-item[data-columns="3"] .nectar-list-item {
        width: 100% !important;
        display: block
    }

    .nectar-hor-list-item.has-btn {
        padding-right: 135px
    }

    .nectar-hor-list-item > .nectar-list-item[data-text-align=right] {
        text-align: left
    }

    .nectar-hor-list-item[data-columns="4"] .nectar-list-item .nectar-list-item-btn,
    .nectar-hor-list-item[data-columns="3"] .nectar-list-item .nectar-list-item-btn {
        position: absolute;
        right: 22px;
        top: 25px
    }

        .nectar-hor-list-item[data-columns="4"] .nectar-list-item .nectar-list-item-btn.second,
        .nectar-hor-list-item[data-columns="3"] .nectar-list-item .nectar-list-item-btn.second {
            position: absolute;
            right: 22px;
            top: 65px
        }

    #footer-outer #social li {
        width: 33px;
        margin-top: 9px;
        margin-bottom: 9px
    }

    .nectar-recent-posts-slider .recent-post-container {
        max-width: none
    }

    .nectar-recent-posts-slider .recent-post-container,
    .nectar-recent-posts-slider .flickity-page-dots {
        padding: 0 40px
    }

    .nectar-flickity[data-controls=next_prev_arrows] .flickity-prev-next-button {
        display: none
    }

    .nectar-flickity[data-controls=next_prev_arrows]:not(.masonry) .flickity-slider .cell {
        width: 60%;
        margin-right: 7%
    }

    .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap {
        max-width: 100%
    }

    body[data-footer-reveal="1"] #footer-outer {
        position: relative
    }

    body[data-footer-reveal="1"][data-footer-reveal-shadow=large] .container-wrap,
    body[data-footer-reveal="1"][data-footer-reveal-shadow=large_2] .container-wrap {
        box-shadow: none;
        -webkit-box-shadow: none
    }

    body[data-footer-reveal="1"] .container-wrap,
    body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6 {
        margin-bottom: 0 !important
    }

    .carousel-heading h2 {
        max-width: 83%;
        font-size: 11px
    }

    body.woocommerce ul.products li.product,
    body.woocommerce-page ul.products li.product,
    .woocommerce .related ul.products li.product,
    .woocommerce .related ul li.product,
    .woocommerce .upsells.products ul.products li.product,
    .woocommerce .upsells.products ul li.product,
    .woocommerce-page .related ul.products li.product,
    .woocommerce-page .related ul li.product,
    .woocommerce-page .upsells.products ul.products li.product,
    .woocommerce-page .upsells.products ul li.product,
    body.woocommerce .span_9 ul.products li.product,
    body.woocommerce-page .span_9 ul.products li.product,
    body .woocommerce ul.products li.product,
    body .woocommerce-page ul.products li.product,
    .woocommerce .products.related .product,
    .woocommerce .products.upsells .product,
    .woocommerce-page.columns-3 ul.products li.product,
    .woocommerce.columns-3 ul.products li.product {
        width: 48%;
        margin: 0 4% 25px 0
    }

        body .woocommerce ul.products li.product.material,
        body.woocommerce-page ul.products li.product.material,
        .woocommerce .span_9 ul.products li.product.material,
        .woocommerce-page .span_9 ul.products li.product.material,
        body .woocommerce.columns-1 ul.products li.product.material {
            width: 48.8%;
            margin: 0 2% 2% 0
        }

    body .woocommerce ul.products[data-product-style=minimal] li.product.minimal {
        width: calc(49.7% - 15px)
    }

    body .woocommerce ul.products[data-product-style=material] li:nth-child(2n+1),
    body.woocommerce-page ul.products[data-product-style=material] li:nth-child(2n+1) {
        margin-right: 2% !important
    }

    .woocommerce .products.related .product,
    .woocommerce .products.upsells .product {
        width: 48% !important
    }

    .woocommerce .span_9 ul.products li.product:nth-child(2n+2),
    .woocommerce-page .span_9 ul.products li.product:nth-child(2n+2),
    body .woocommerce ul.products li.product:nth-child(2n+2),
    body .woocommerce-page ul.products li.product:nth-child(2n+2),
    body.woocommerce ul.products li:nth-child(2n+2) {
        margin-right: 0
    }

    body .woocommerce ul.products[data-product-style=material] li:nth-child(2n+2),
    body.woocommerce-page ul.products[data-product-style=material] li:nth-child(2n+2),
    body .woocommerce .carousel-wrap.products-carousel ul.products[data-product-style=material] li:nth-child(2n+1),
    .woocommerce .related ul.products li:nth-child(2n+2),
    .woocommerce .upsells.products ul li.product:nth-child(2n+2) {
        margin-right: 0 !important
    }

    body.woocommerce .span_9 ul.products li.product,
    body.woocommerce-page .span_9 ul.products li.product {
        clear: none
    }

    .single-product .product_title,
    .span_9 .carousel-heading {
        padding-right: 0 !important
    }

    .woocommerce .span_9 .woocommerce-ordering {
        right: 0
    }

    .cart-outer {
        display: none
    }

    body[data-header-format] #header-secondary-outer {
        height: auto
    }

    body:not(.material) #header-secondary-outer nav > ul,
    body:not(.material) #header-secondary-outer #social {
        float: none;
        width: 100%;
        text-align: center;
        height: auto
    }

    #header-secondary-outer nav > ul > li > a .sf-sub-indicator {
        display: none
    }

    #header-secondary-outer nav > ul > li,
    #header-secondary-outer #social li {
        display: inline-block;
        float: none
    }

    #header-secondary-outer ul ul {
        z-index: 100000
    }

    #header-secondary-outer ul li:hover {
        z-index: 1000
    }

    #header-secondary-outer nav > ul > li ul li {
        text-align: left
    }

    #header-secondary-outer #social li > a {
        height: 15px
    }

    body:not(.material) #header-secondary-outer nav .sf-menu {
        border-top: 1px solid #ddd
    }

    #page-header-wrap {
        margin-top: 0;
        overflow: visible
    }

    #page-header-bg[data-parallax="1"] .span_6 .inner-wrap,
    #page-header-bg .span_6 {
        opacity: 1 !important
    }

    body #header-outer[data-using-secondary="1"],
    body.admin-bar #header-outer[data-using-secondary="1"] {
        top: 0
    }

    h1 .nectar-button,
    h2 .nectar-button,
    h3 .nectar-button,
    h4 .nectar-button {
        display: inline-block;
        margin-top: 20px
    }

    body .clients.no-carousel > div {
        opacity: 1
    }

    img.img-with-animation[data-animation=fade-in-from-left],
    .col.has-animation[data-animation=fade-in-from-left],
    .wpb_column.has-animation[data-animation=fade-in-from-left],
    .nectar-fancy-box.has-animation[data-animation=fade-in-from-left],
    img.img-with-animation[data-animation=fade-in-from-right],
    .col.has-animation[data-animation=fade-in-from-right],
    .wpb_column.has-animation[data-animation=fade-in-from-right],
    .nectar-fancy-box.has-animation[data-animation=fade-in-from-right],
    .divider-border[data-animate=yes],
    .divider-small-border[data-animate=yes],
    .col.has-animation[data-animation=fade-in-from-bottom],
    .wpb_column.has-animation[data-animation=fade-in-from-bottom],
    .nectar-fancy-box.has-animation[data-animation=fade-in-from-bottom],
    img.img-with-animation[data-animation=grow-in],
    .col.has-animation[data-animation=grow-in],
    .wpb_column.has-animation[data-animation=grow-in],
    .nectar-fancy-box.has-animation[data-animation=grow-in],
    img.img-with-animation[data-animation=flip-in],
    .col.has-animation[data-animation=flip-in],
    .wpb_column.has-animation[data-animation=flip-in],
    .nectar-fancy-box.has-animation[data-animation=flip-in],
    img.img-with-animation[data-animation=flip-in-vertical],
    .col.has-animation[data-animation=flip-in-vertical],
    .wpb_column.has-animation[data-animation=flip-in-vertical],
    .wpb_column.has-animation[data-animation=slight-twist],
    .nectar-fancy-box.has-animation[data-animation=flip-in-vertical],
    .nectar-split-heading .heading-line > div,
    #page-header-bg[data-parallax="1"] .span_6 .inner-wrap,
    .nectar_food_menu_item .item_description,
    .nectar_food_menu_item .inner,
    .swiper-slide .content p,
    .swiper-slide .content h2,
    .swiper-slide .content .buttons,
    .col.has-animation[data-animation=zoom-out],
    .nectar-slider-wrap[data-caption-trans=reveal_title] .swiper-slide .content h2 > span span,
    .nectar_image_with_hotspots[data-animation=true] .nectar_hotspot_wrap {
        transform: none !important;
        -webkit-transform: none !important
    }

    .divider-border[data-animate=yes],
    .divider-small-border[data-animate=yes] {
        visibility: visible !important
    }

    .clients.fade-in-animation > div,
    img.img-with-animation,
    .col.has-animation,
    .wpb_column.has-animation,
    .nectar-fancy-box.has-animation,
    img.img-with-animation[data-animation=flip-in],
    .col.has-animation[data-animation=flip-in],
    .wpb_column.has-animation[data-animation=flip-in],
    .nectar-fancy-box.has-animation[data-animation=flip-in],
    img.img-with-animation[data-animation=flip-in-vertical],
    .col.has-animation[data-animation=flip-in-vertical],
    .wpb_column.has-animation[data-animation=flip-in-vertical],
    .nectar-fancy-box.has-animation[data-animation=flip-in-vertical],
    .post-area.masonry:not(.meta_overlaid),
    .nectar_food_menu_item .item_description,
    .nectar_food_menu_item .inner,
    .swiper-slide .content p,
    .swiper-slide .content h2,
    .swiper-slide .content .buttons,
    .nectar-slider-wrap[data-caption-trans=reveal_title] .swiper-slide .content h2 > span span,
    .nectar-slider-wrap[data-caption-trans=reveal_title] .swiper-slide .content h2 .word,
    .nectar_image_with_hotspots[data-animation=true] .nectar_hotspot_wrap,
    .nectar-fancy-ul[data-animation=true] ul li,
    .owl-carousel[data-enable-animation=true] .owl-stage > .owl-item,
    .owl-carousel[data-enable-animation=true] .owl-controls {
        opacity: 1 !important
    }

        .col.has-animation[data-animation=fade-in-from-bottom],
        .wpb_column.has-animation[data-animation=fade-in-from-bottom],
        .nectar-fancy-box.has-animation[data-animation=fade-in-from-bottom] {
            bottom: 0 !important
        }

    .span_12.flip-in-vertical-wrap {
        -webkit-perspective: none;
        perspective: none
    }

    .nectar_cascading_images .cascading-image .inner-wrap,
    .nectar-icon-list[data-animate=true] .content,
    .nectar-icon-list[data-animate=true] .nectar-icon-list-item .list-icon-holder,
    .nectar-icon-list[data-animate=true]:after,
    .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap,
    .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap *,
    .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner:after,
    .nectar-animated-title[data-style=hinge-drop] .nectar-animated-title-inner {
        transform: none !important;
        -webkit-transform: none !important;
        opacity: 1 !important;
        animation: none !important
    }

    .main-content .vc_span2 .iwithtext .iwt-icon i {
        font-size: 34px;
        line-height: 34px;
        width: 34px;
        height: 34px
    }

    .main-content .vc_span2 .iwithtext .iwt-icon img {
        width: 35px
    }

    .main-content .vc_span2 .iwithtext .iwt-text {
        padding-left: 55px
    }

    .main-content .vc_span2 .iwithtext .iwt-icon {
        top: -4px
    }

    .parallax_slider_outer.first-section .swiper-container .slider-prev,
    .parallax_slider_outer.first-section .swiper-container .slider-next {
        margin-top: -30px
    }

    .post-area.col_last {
        padding-left: 0 !important
    }

    .woocommerce .post-area .woocommerce-ordering {
        float: none !important;
        display: block
    }

    .col.centered-text ul,
    .wpb_column.centered-text ul,
    .col.centered-text ul li,
    .wpb_column.centered-text ul li {
        text-align: left;
        margin-left: 0 !important
    }

    .col.centered-text ul,
    .wpb_column.centered-text ul {
        margin: 0 !important;
        display: block !important
    }

    .col[data-padding-pos=right] {
        padding-right: 0 !important
    }

    .col[data-padding-pos=left] {
        padding-left: 0 !important
    }

    #ajax-content-wrap .nectar-fancy-ul[data-animation=true] ul li,
    .nectar-fancy-ul[data-animation=true] ul li {
        left: 0
    }

    .testimonial_slider .controls ul {
        text-align: center !important
    }

    #page-header-bg[data-parallax="0"] {
        margin-top: -1px
    }

    .nectar-milestone {
        margin-bottom: 15px
    }

        .nectar-milestone:not(.animated-in) {
            opacity: 1
        }

        .nectar-milestone.motion_blur .number span:not(.in-sight) {
            transform: none;
            -webkit-transform: none;
            -moz-transform: none;
            opacity: 1
        }

    .wpb_tabs_nav .cta-button {
        top: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        left: 0;
        right: auto
    }

    body.single-portfolio #full_width_portfolio .container-wrap {
        padding-top: 2.1em
    }

    .carousel-wrap[data-full-width=true] {
        padding: 0 9px
    }

    #footer-widgets .container .row > div:last-child {
        margin-bottom: 0 !important
    }

    body .carousel-wrap[data-full-width=true] .carousel-heading h2 {
        font-size: 16px;
        top: 3px
    }

    body .carousel-wrap[data-full-width=true] .controls {
        display: block;
        height: 30px;
        position: relative;
        margin-bottom: 10px;
        width: 130px;
        margin: 0 auto;
        margin-top: 25px
    }

    body .carousel-wrap[data-full-width=true] .carousel-heading .portfolio-page-link,
    body .carousel-wrap[data-full-width=true] .carousel-heading .carousel-prev,
    body .carousel-wrap[data-full-width=true] .carousel-heading .carousel-next {
        top: 0 !important
    }

    body .carousel-wrap[data-full-width=true] .carousel-heading .portfolio-page-link {
        margin: 0 auto;
        position: relative
    }

    body .carousel-wrap[data-full-width=true] .carousel-heading .carousel-prev {
        left: 0;
        margin-left: 0;
        text-align: left
    }

    body .carousel-wrap[data-full-width=true] .carousel-heading .carousel-next {
        right: 0
    }

    div[data-full-width=false] .carousel-heading h2 {
        font-size: 12px
    }

    .blog-fullwidth-wrap .post-area.masonry {
        margin-bottom: 0
    }

    body .pp_gallery,
    .woocommerce .pp_gallery {
        display: none
    }

    .full-width-content.vc_row-fluid .vc_span2,
    .full-width-content.vc_row-fluid .vc_span3,
    .full-width-content.vc_row-fluid .vc_span4,
    .full-width-content.vc_row-fluid .vc_span5,
    .full-width-content.vc_row-fluid .vc_span6,
    .full-width-content.vc_row-fluid .vc_span7,
    .full-width-content.vc_row-fluid .vc_span8,
    .full-width-content.vc_row-fluid .vc_span9,
    .full-width-content.vc_row-fluid .vc_span10,
    .full-width-content.vc_row-fluid .vc_span11,
    .full-width-content.vc_row-fluid .vc_span12,
    .full-width-content.vc_row-fluid .vc_col-sm-2,
    .full-width-content.vc_row-fluid .vc_col-sm-3,
    .full-width-content.vc_row-fluid .vc_col-sm-4,
    .full-width-content.vc_row-fluid .vc_col-sm-5,
    .full-width-content.vc_row-fluid .vc_col-sm-6,
    .full-width-content.vc_row-fluid .vc_col-sm-7,
    .full-width-content.vc_row-fluid .vc_col-sm-8,
    .full-width-content.vc_row-fluid .vc_col-sm-9,
    .full-width-content.vc_row-fluid .vc_col-sm-10,
    .full-width-content.vc_row-fluid .vc_col-sm-11,
    .full-width-content.vc_row-fluid .vc_col-sm-12 {
        width: 100%;
        height: auto !important;
        margin-left: 0
    }

    .full-width-content .col[data-using-bg=true],
    .full-width-content .col .wpb_row,
    .full-width-content .col,
    .vc_row[data-column-margin=none] .col {
        margin-bottom: 0 !important
    }

    .full-width-content.wpb_row .span_12 > .col .wpb_wrapper {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .wpb_row .span_12 > .col.padding-2-percent[data-padding-pos=all],
    .column-inner.padding-1-percent,
    .column-inner.padding-2-percent[data-padding-pos=all] {
        padding: 3%
    }

    .wpb_row .span_12 > .col.padding-3-percent[data-padding-pos=all],
    .wpb_row .span_12 > .col.padding-4-percent[data-padding-pos=all],
    .wpb_row .span_12 > .col.padding-5-percent[data-padding-pos=all],
    .column-inner.padding-3-percent[data-padding-pos=all],
    .column-inner.padding-4-percent[data-padding-pos=all],
    .column-inner.padding-5-percent[data-padding-pos=all] {
        padding: 6%
    }

    .wpb_row .span_12 > .col.padding-6-percent[data-padding-pos=all],
    .column-inner.padding-6-percent[data-padding-pos=all] {
        padding: 10%
    }

    .wpb_row .span_12 > .col.padding-7-percent[data-padding-pos=all],
    .column-inner.padding-7-percent[data-padding-pos=all] {
        padding: 14%
    }

    .wpb_row .span_12 > .col.padding-8-percent[data-padding-pos=all],
    .column-inner.padding-8-percent[data-padding-pos=all],
    .wpb_row .span_12 > .col.padding-9-percent[data-padding-pos=all],
    .column-inner.padding-9-percent[data-padding-pos=all],
    .wpb_row .span_12 > .col.padding-10-percent[data-padding-pos=all],
    .column-inner.padding-10-percent[data-padding-pos=all] {
        padding: 16%
    }

    .wpb_row .span_12 > .col.padding-1-percent[data-border-width*=px],
    .wpb_row .span_12 > .col.padding-2-percent[data-border-width*=px],
    .wpb_row .span_12 > .col.padding-3-percent[data-border-width*=px],
    .wpb_row .span_12 > .col.padding-4-percent[data-border-width*=px],
    .wpb_row .span_12 > .col.padding-5-percent[data-border-width*=px],
    .wpb_row .span_12 > .col.padding-6-percent[data-border-width*=px],
    .wpb_row .span_12 > .col.padding-7-percent[data-border-width*=px] {
        padding: 12%
    }

    .full-width-content .one-fourths.span_3,
    .full-width-content .one-fourths.vc_span3,
    .full-width-content .one-fourths.vc_col-sm-3 {
        padding: 0
    }

    .material .span_9 #author-bio {
        margin-bottom: 60px
    }
}

@media only screen and (max-width:321px) {
    .container,
    .slider-nav,
    .post-area.standard-minimal.full-width-content .post .inner-wrap {
        max-width: 300px
    }
}

@media only screen and (min-width:480px) and (max-width:690px) {
    body .container,
    body .slider-nav,
    .post-area.standard-minimal.full-width-content .post .inner-wrap {
        max-width: 420px
    }

    #ajax-content-wrap .project-title #all-items {
        left: 194px
    }

    .post-area.masonry,
    .post-area.masonry.span_9,
    body[data-ext-responsive=true] .post-area.masonry.span_9,
    body[data-ext-responsive=true] .post-area.masonry.span_9.meta_overlaid {
        width: 420px
    }

    .iosSlider.product-thumbnails .thumb {
        width: 98px
    }

    body .carousel-wrap[data-full-width=true] .portfolio-items .work-meta {
        width: 66%
    }

    body .carousel-wrap[data-full-width=true] .portfolio-items .work-meta {
        font-size: 10px
    }
}

@media screen and (max-width:782px) {
    .admin-bar #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"],
    .logged-in.buddypress #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"],
    .admin-bar #header-outer[data-permanent-transparent=false][data-mobile-fixed="1"],
    .logged-in.buddypress #header-outer[data-permanent-transparent=false][data-mobile-fixed="1"],
    body.admin-bar #header-outer[data-transparent-header=true][data-mobile-fixed=false] {
        top: 47px
    }

    #header-secondary-outer[data-permanent-transparent="1"] {
        margin-top: 0
    }

    body {
        position: static
    }

    #fp-nav.tooltip_alt {
        display: none
    }
}

@media only screen and (min-device-width:481px) and (max-device-width:1025px) and (orientation:landscape) {
    #header-outer[data-lhe=animated_underline] #top nav > ul > li:not([class*=button_]) > a:hover:after {
        display: none
    }

    #to-top {
        display: none
    }

    body .slide-out-hover-icon-effect a {
        pointer-events: auto
    }

    #page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out] .page-header-bg-image {
        transition: none;
        -webkit-transition: none
    }

    #page-header-bg[data-parallax="1"] .span_6,
    #page-header-bg[data-parallax="1"] {
        position: relative !important
    }

    #page-header-bg[data-parallax="1"] {
        top: 0 !important
    }

    #page-header-bg .span_6 {
        display: block !important;
        opacity: 1 !important
    }

    .swiper-container .slider-right {
        right: 0 !important
    }

    .video-texture {
        display: none
    }

    img.img-with-animation[data-animation=fade-in-from-right] {
        padding-left: 0
    }

    img.img-with-animation[data-animation=fade-in-from-left] {
        padding-right: 0
    }

    img.img-with-animation[data-animation=fade-in-from-bottom],
    .col.has-animation[data-animation=fade-in-from-bottom],
    .wpb_column.has-animation[data-animation=fade-in-from-bottom] {
        bottom: 0
    }

    .parallax_slider_outer.first-section .nectar-slider-wrap,
    #full_width_portfolio .project-title.parallax-effect,
    .parallax_slider_outer.first-section .swiper-slide .content,
    .parallax_slider_outer.first-section .nectar-slider-wrap,
    .col.has-animation[data-animation=fade-in-from-left],
    .wpb_column.has-animation[data-animation=fade-in-from-left],
    .img-with-animation[data-animation=fade-in-from-right],
    .img-with-animation[data-animation=fade-in-from-left],
    .divider-border[data-animate=yes],
    .divider-small-border[data-animate=yes],
    .img-with-animation[data-animation=grow-in],
    .col.has-animation[data-animation=grow-in],
    .wpb_column.has-animation[data-animation=grow-in],
    .owl-carousel[data-enable-animation=true] .owl-stage > .owl-item,
    .img-with-animation[data-animation=flip-in],
    .col.has-animation[data-animation=flip-in],
    .wpb_column.has-animation[data-animation=flip-in],
    .img-with-animation[data-animation=flip-in-vertical],
    .col.has-animation[data-animation=flip-in-vertical],
    .wpb_column.has-animation[data-animation=flip-in-vertical],
    .wpb_column.has-animation[data-animation=slight-twist],
    .col.has-animation[data-animation=fade-in-from-bottom],
    .wpb_column.has-animation[data-animation=fade-in-from-bottom] {
        transform: none !important;
        -webkit-transform: none !important
    }

    .parallax_slider_outer.first-section .swiper-slide .content,
    .clients.fade-in-animation > div,
    .img-with-animation,
    .col.has-animation,
    .wpb_column.has-animation,
    .owl-carousel[data-enable-animation=true] .owl-controls,
    .owl-carousel[data-enable-animation=true] .owl-stage > .owl-item,
    .img-with-animation[data-animation=flip-in],
    .col.has-animation[data-animation=flip-in],
    .wpb_column.has-animation[data-animation=flip-in],
    .img-with-animation[data-animation=flip-in-vertical],
    .col.has-animation[data-animation=flip-in-vertical],
    .wpb_column.has-animation[data-animation=flip-in-vertical] {
        opacity: 1 !important
    }

        .divider-border[data-animate=yes],
        .divider-small-border[data-animate=yes],
        .img-with-animation[data-animation=grow-in],
        .col.has-animation[data-animation=grow-in],
        .wpb_column.has-animation[data-animation=grow-in] {
            visibility: visible
        }

    .portfolio-items .col .work-item .work-info a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        text-indent: -9999px
    }

    .wpb_column.has-animation[data-animation=reveal-from-bottom] .column-inner-wrap,
    .wpb_column.has-animation[data-animation=reveal-from-top] .column-inner-wrap,
    .wpb_column.has-animation[data-animation=reveal-from-left] .column-inner-wrap,
    .wpb_column.has-animation[data-animation=reveal-from-right] .column-inner-wrap,
    .wpb_column.has-animation[data-animation=reveal-from-bottom] .column-inner,
    .wpb_column.has-animation[data-animation=reveal-from-top] .column-inner,
    .wpb_column.has-animation[data-animation=reveal-from-left] .column-inner,
    .wpb_column.has-animation[data-animation=reveal-from-right] .column-inner {
        transform: none;
        -webkit-transform: none
    }

    .portfolio-items .col .work-item .work-info .custom-content .nectar-button {
        width: auto
    }

    body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers > div .bg-img:after {
        opacity: 1
    }

    body .portfolio-items[data-ps="6"] .work-item .work-meta .inner,
    body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    .portfolio-items .col .work-item:not(.style-2):not(.style-3):not(.style-3-alt):not(.style-4) .work-info .vert-center {
        height: 100%;
        top: 0;
        transform: none;
        -webkit-transform: none
    }
}

@media only screen and (max-device-width:2600px) {
    body[data-ajax-transitions=true].using-mobile-browser #ajax-loading-screen[data-method=standard][data-disable-mobile="1"] {
        display: none
    }

    body.using-mobile-browser.material #slide-out-widget-area.slide-out-from-right {
        overflow-y: scroll
    }

    body.using-mobile-browser .full-width-content.parallax_section .row-bg[data-parallax-speed=fixed],
    body.using-mobile-browser .full-width-section.parallax_section .row-bg[data-parallax-speed=fixed],
    body.using-mobile-browser .wpb_row.parallax_section .row-bg[data-parallax-speed=fixed] {
        background-attachment: scroll
    }

    body.using-mobile-browser .cp-modal-popup-container {
        position: relative;
        z-index: 100000
    }

    body[data-remove-m-video-bgs="1"].using-mobile-browser .swiper-slide .video-wrap video,
    body[data-remove-m-video-bgs="1"].using-mobile-browser .nectar-video-wrap video {
        display: none
    }

    body[data-remove-m-video-bgs="1"].using-mobile-browser .mobile-video-image {
        display: block
    }

    .using-mobile-browser img.img-with-animation[data-animation=fade-in-from-right] {
        padding-left: 0
    }

    .using-mobile-browser img.img-with-animation[data-animation=fade-in-from-left] {
        padding-right: 0
    }

    .using-mobile-browser img.img-with-animation[data-animation=fade-in-from-bottom],
    .using-mobile-browser .col.has-animation[data-animation=fade-in-from-bottom],
    .using-mobile-browser .wpb_column.has-animation[data-animation=fade-in-from-bottom] {
        bottom: 0
    }

    .using-mobile-browser .parallax_slider_outer .nectar-slider-wrap[data-animate-in-effect=zoom-out].loaded .slide-bg-wrap,
    .using-mobile-browser .col.has-animation[data-animation=fade-in-from-left],
    .using-mobile-browser .wpb_column.has-animation[data-animation=fade-in-from-left],
    .using-mobile-browser .img-with-animation[data-animation=fade-in-from-right],
    .using-mobile-browser .img-with-animation[data-animation=fade-in-from-left],
    .using-mobile-browser .col.has-animation[data-animation=fade-in-from-bottom],
    .using-mobile-browser .wpb_column.has-animation[data-animation=fade-in-from-bottom],
    .using-mobile-browser .img-with-animation[data-animation=grow-in],
    .using-mobile-browser .col.has-animation[data-animation=grow-in],
    .using-mobile-browser .wpb_column.has-animation[data-animation=grow-in],
    .using-mobile-browser .divider-border[data-animate=yes],
    .using-mobile-browser .divider-small-border[data-animate=yes],
    .using-mobile-browser .img-with-animation[data-animation=flip-in],
    .using-mobile-browser .col.has-animation[data-animation=flip-in],
    .using-mobile-browser .wpb_column.has-animation[data-animation=flip-in],
    .using-mobile-browser .img-with-animation[data-animation=flip-in-vertical],
    .using-mobile-browser .col.has-animation[data-animation=flip-in-vertical],
    .using-mobile-browser .wpb_column.has-animation[data-animation=flip-in-vertical],
    .using-mobile-browser .nectar_image_with_hotspots[data-animation=true] .nectar_hotspot_wrap,
    .using-mobile-browser .nectar_cascading_images .cascading-image .inner-wrap,
    .using-mobile-browser .nectar-icon-list[data-animate=true] .content,
    .using-mobile-browser .nectar-icon-list[data-animate=true] .nectar-icon-list-item .list-icon-holder,
    .using-mobile-browser .nectar-icon-list[data-animate=true]:after,
    .using-mobile-browser .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap,
    .using-mobile-browser .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap *,
    .using-mobile-browser .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner:after,
    .using-mobile-browser .nectar-animated-title[data-style=hinge-drop] .nectar-animated-title-inner,
    .using-mobile-browser .owl-carousel[data-enable-animation=true] .owl-stage > .owl-item,
    .using-mobile-browser .nectar-fancy-box.has-animation {
        transform: none !important;
        -webkit-transform: none !important
    }

    body[data-remove-m-video-bgs="1"].using-mobile-browser .mobile-video-image,
    .using-mobile-browser .clients.fade-in-animation > div,
    .using-mobile-browser .img-with-animation,
    .using-mobile-browser .col.has-animation,
    .using-mobile-browser .wpb_column.has-animation,
    .using-mobile-browser .nectar_image_with_hotspots[data-animation=true] .nectar_hotspot_wrap,
    .using-mobile-browser .img-with-animation[data-animation=flip-in],
    .using-mobile-browser .col.has-animation[data-animation=flip-in],
    .using-mobile-browser .wpb_column.has-animation[data-animation=flip-in],
    .using-mobile-browser .img-with-animation[data-animation=flip-in-vertical],
    .using-mobile-browser .col.has-animation[data-animation=flip-in-vertical],
    .using-mobile-browser .wpb_column.has-animation[data-animation=flip-in-vertical],
    .using-mobile-browser #page-header-bg[data-parallax="1"] .span_6,
    .using-mobile-browser .owl-carousel[data-enable-animation=true] .owl-stage > .owl-item,
    .using-mobile-browser .nectar-fancy-box.has-animation,
    .using-mobile-browser .owl-carousel[data-enable-animation=true] .owl-controls {
        opacity: 1 !important
    }

    .using-mobile-browser .divider-border[data-animate=yes],
    .using-mobile-browser .divider-small-border[data-animate=yes] {
        visibility: visible !important
    }

    .using-mobile-browser .nectar_cascading_images .cascading-image .inner-wrap,
    .using-mobile-browser .nectar-icon-list[data-animate=true] .content,
    .using-mobile-browser .nectar-icon-list[data-animate=true] .nectar-icon-list-item .list-icon-holder,
    .using-mobile-browser .nectar-icon-list[data-animate=true]:after,
    .using-mobile-browser .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap,
    .using-mobile-browser .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap *,
    .using-mobile-browser .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner:after,
    .using-mobile-browser .nectar-animated-title[data-style=hinge-drop] .nectar-animated-title-inner {
        opacity: 1 !important;
        animation: none !important
    }

    .using-mobile-browser .wpb_animate_when_almost_visible,
    .using-mobile-browser .wpb_animate_when_almost_visible.wpb_start_animation {
        opacity: 1;
        -webkit-animation: none;
        -o-animation: none;
        animation: none
    }

    .using-mobile-browser .wpb_column.has-animation[data-animation=reveal-from-bottom] .column-inner-wrap,
    .using-mobile-browser .wpb_column.has-animation[data-animation=reveal-from-top] .column-inner-wrap,
    .using-mobile-browser .wpb_column.has-animation[data-animation=reveal-from-left] .column-inner-wrap,
    .using-mobile-browser .wpb_column.has-animation[data-animation=reveal-from-right] .column-inner-wrap,
    .using-mobile-browser .wpb_column.has-animation[data-animation=reveal-from-bottom] .column-inner,
    .using-mobile-browser .wpb_column.has-animation[data-animation=reveal-from-top] .column-inner,
    .using-mobile-browser .wpb_column.has-animation[data-animation=reveal-from-left] .column-inner,
    .using-mobile-browser .wpb_column.has-animation[data-animation=reveal-from-right] .column-inner {
        transform: none;
        -webkit-transform: none
    }

    .ascend.using-mobile-browser #search {
        height: 100%
    }

        .ascend.using-mobile-browser #search #search-box {
            top: 20px
        }

    .using-mobile-browser #page-header-bg[data-parallax="1"] .span_6 {
        display: block !important
    }

    .using-mobile-browser .nectar-split-heading .heading-line > div {
        transform: none;
        -webkit-transform: none
    }

    .using-mobile-browser .slide-out-hover-icon-effect a {
        pointer-events: auto
    }

    .using-mobile-browser #nectar_fullscreen_rows[data-mobile-disable=on] {
        height: auto !important
    }

        .using-mobile-browser #nectar_fullscreen_rows[data-mobile-disable=on] > div {
            position: relative !important;
            left: 0 !important
        }

            .using-mobile-browser #nectar_fullscreen_rows[data-mobile-disable=on] > div:not(.full-width-content) .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container {
                padding-top: 8%;
                padding-bottom: 8%
            }

    .using-mobile-browser .nectar-milestone:not(.animated-in) {
        opacity: 1
    }

    .using-mobile-browser .wpb_row.parallax_section .row-bg.using-image.translate {
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden
    }

    body[data-remove-m-parallax="1"].using-mobile-browser .full-width-section.parallax_section,
    body[data-remove-m-parallax="1"].using-mobile-browser .full-width-content.parallax_section {
        background-attachment: scroll !important;
        background-position: center !important
    }

        body[data-remove-m-parallax="1"].using-mobile-browser .wpb_row.parallax_section .row-bg,
        body[data-remove-m-parallax="1"].using-mobile-browser .full-width-section.parallax_section .row-bg,
        body[data-remove-m-parallax="1"].using-mobile-browser .nectar-recent-posts-single_featured .nectar-recent-post-slide .row-bg,
        body[data-remove-m-parallax="1"].using-mobile-browser #page-header-bg[data-parallax="1"] .page-header-bg-image {
            margin-top: 0 !important;
            height: 100% !important;
            transform: none !important;
            -webkit-transform: none !important;
            background-attachment: scroll !important;
            background-position: 50% !important;
            opacity: 1
        }

    body[data-remove-m-parallax="1"].using-mobile-browser .nectar-recent-posts-single_featured.parallax_section .nectar-recent-post-slide .nectar-recent-post-bg {
        opacity: 1
    }

    body[data-remove-m-parallax="1"].using-mobile-browser .top-level .nectar-recent-posts-single_featured .nectar-recent-post-slide .row-bg {
        height: 100%
    }

    body.using-mobile-browser .blurred-wrap.blurred {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px)
    }
}

@media only screen and (min-width:1600px) {
    .post-area.full-width-content .masonry-blog-item,
    .full-width-content .post-area .masonry-blog-item {
        width: 18%
    }

    .post-area.full-width-content.classic_enhanced .masonry-blog-item,
    .full-width-content .post-area.classic_enhanced .masonry-blog-item {
        width: 18.5%
    }

    body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.wide,
    body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall,
    body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-quote,
    body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-link {
        width: 50%
    }

    body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.wide_tall {
        width: 50%
    }

    body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.tall,
    body .portfolio-items.constrain-max-cols.masonry-items .col.elastic-portfolio-item.regular,
    body .post-area.masonry.meta_overlaid .masonry-blog-item.regular,
    #boxed .post-area.full-width-content.meta_overlaid .masonry-blog-item.regular,
    #boxed .full-width-content .post-area.meta_overlaid .masonry-blog-item.regular {
        width: 25%
    }

    body .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
        width: 63.66%
    }

    body .blog-fullwidth-wrap .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
        width: 58.5%
    }

    body .post-area.masonry.classic_enhanced.span_9 .masonry-blog-item.large_featured {
        width: 97.5%
    }
}

@media only screen and (min-width:1300px) and (max-width:1600px) {
    body .post-area.masonry.meta_overlaid .masonry-blog-item.regular {
        width: 25%
    }

    body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall,
    body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-quote,
    body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-link {
        width: 50%
    }

    body .post-area.masonry.meta_overlaid .masonry-blog-item.regular h3.title {
        font-size: 16px;
        line-height: 22px
    }

    body .masonry.meta_overlaid .post .post-header .meta-author a {
        font-size: 11px
    }

    body .masonry.meta_overlaid .post .post-header .meta-author span {
        font-size: 13px
    }

    body .default-style .portfolio-items .col.elastic-portfolio-item {
        width: 22.43% !important
    }

    .post-area.full-width-content .masonry-blog-item,
    .full-width-content .post-area .masonry-blog-item {
        width: 23%
    }

    .full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
        padding-left: 2.8% !important
    }

    .full-width-content .vc_span2 .nectar-milestone .number,
    .full-width-content .vc_col-sm-2 .nectar-milestone .number {
        font-size: 50px;
        line-height: 50px
    }

    .full-width-content .vc_span8 .clients.five-cols.carousel > div,
    .full-width-content .vc_col-sm-8 .clients.five-cols.carousel > div {
        width: 33%
    }

    body .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
        width: 64.1%
    }

    body .blog-fullwidth-wrap .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
        width: 73%
    }

    body .post-area.masonry.classic_enhanced.span_9 .masonry-blog-item.large_featured {
        width: 97.5%
    }
}

@media only screen and (min-width:990px) and (max-width:1300px) {
    body .portfolio-items.constrain-max-cols.no-masonry .col.elastic-portfolio-item,
    body .post-area.masonry.meta_overlaid .masonry-blog-item.regular {
        width: 25%
    }

    body .masonry.meta_overlaid .post .post-header .meta-author a {
        font-size: 11px
    }

    body .masonry.meta_overlaid .post .post-header .meta-author span {
        font-size: 13px
    }

    body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall,
    body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-quote,
    body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-link {
        width: 25%
    }

    body .post-area.masonry.meta_overlaid .masonry-blog-item.regular h3.title {
        font-size: 14px;
        line-height: 20px
    }

    .full-width-content .vc_span8 .clients.six-cols > div,
    .full-width-content .vc_col-sm-8 .clients.six-cols > div {
        width: 32.3%
    }

    .full-width-content .vc_span8 .clients.no-carousel.six-cols > div:nth-child(3n+3),
    .full-width-content .vc_col-sm-8 .clients.no-carousel.six-cols > div:nth-child(3n+3) {
        margin-right: 0
    }

    .full-width-content .vc_span8 .clients.five-cols.carousel > div,
    .full-width-content .vc_col-sm-8 .clients.five-cols.carousel > div {
        width: 40%
    }

    #nectar_fullscreen_rows .full-width-content .wpb_column .wpb_row .wpb_column,
    #nectar_fullscreen_rows .full-width-content .wpb_column .wpb_row .wpb_column p {
        font-size: inherit;
        line-height: inherit
    }

    body .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
        width: 100%
    }

    body .blog-fullwidth-wrap .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
        width: 97.2%
    }

    body .post-area.masonry.classic_enhanced.span_9 .masonry-blog-item.large_featured {
        width: 97.5%
    }
}

@media only screen and (min-width:470px) and (max-width:990px) {
    .portfolio-items .elastic-portfolio-item,
    body .post-area.masonry.meta_overlaid .masonry-blog-item.regular {
        width: 50%
    }

    body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall,
    body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-quote,
    body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-link {
        width: 100%
    }

    body .post-area.masonry.meta_overlaid .masonry-blog-item.regular h3.title {
        font-size: 16px;
        line-height: 20px
    }

    body .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
        width: 97%
    }

    body .blog-fullwidth-wrap .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
        width: 97%
    }
}

@media only screen and (max-width:690px) and (min-width:470px) {
    body .post-area.masonry.meta_overlaid .masonry-blog-item.format-quote.regular,
    body .post-area.masonry.meta_overlaid .masonry-blog-item.format-link.regular,
    body .post-area.masonry.meta_overlaid .masonry-blog-item.format-quote.regular_2x,
    body .post-area.masonry.meta_overlaid .masonry-blog-item.format-link.regular_2x {
        width: 100%
    }

    .post.quote .post-content .quote-inner,
    .post.link .post-content .link-inner,
    .format-status .post-content .status-inner,
    .post.format-aside .aside-inner {
        padding: 50px 10%
    }
}

@media only screen and (max-width:690px) {
    body[data-remove-m-video-bgs="1"] .swiper-slide .video-wrap video,
    body[data-remove-m-video-bgs="1"] .nectar-video-wrap video {
        display: none
    }

    body[data-remove-m-video-bgs="1"] .mobile-video-image {
        display: block
    }

    .posts-container[data-load-animation=fade_in_from_bottom] .inner-wrap.animated,
    .posts-container[data-load-animation=fade_in] article .inner-wrap.animated,
    .posts-container[data-load-animation=perspective] article .inner-wrap.animated,
    .posts-container[data-load-animation=fade_in_from_bottom] .inner-wrap,
    .posts-container[data-load-animation=fade_in] article .inner-wrap,
    .posts-container[data-load-animation=perspective] article .inner-wrap {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0)
    }

    .post-area.masonry.classic .posts-container:not(.meta-moved) .post-content > .post-meta {
        opacity: 0;
        position: absolute !important
    }

    .post-area.masonry.meta_overlaid .post .post-content > .post-meta {
        display: none !important
    }

    #ajax-content-wrap .masonry.meta_overlaid .quote-inner .quote-wrap,
    #ajax-content-wrap .masonry.meta_overlaid .link-inner .link-wrap {
        -webkit-transform: none;
        transform: none;
        top: 0;
        position: relative
    }

    .material .related-post-wrap h3.related-title {
        padding-top: 60px
    }

    .post-area.featured_img_left .article-content-wrap {
        display: block
    }

        .post-area.featured_img_left .article-content-wrap .post-featured-img-wrap,
        .post-area.featured_img_left .article-content-wrap .post-content-wrap {
            width: 100%
        }

    .post-area.featured_img_left .quote .inner-wrap,
    .post-area.featured_img_left .link .inner-wrap {
        padding-bottom: 55px
    }

    .post-area.featured_img_left .article-content-wrap .post-content-wrap {
        padding: 35px 0 55px;
        overflow: visible
    }

    .post-area.featured_img_left article:not(.has-post-thumbnail) .article-content-wrap .post-featured-img-wrap {
        display: none
    }

    .post-area.featured_img_left .article-content-wrap .post-featured-img-wrap {
        height: 200px;
        border-radius: 5px 5px 0
    }

    .nectar-recent-posts-slider .inner-wrap {
        max-width: 80%
    }

    .arhchive #page-header-wrap #page-header-bg .subheader {
        display: none
    }
}

@media only screen and (max-width:470px) {
    body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall,
    body .post-area.masonry.meta_overlaid .masonry-blog-item.format-quote.regular,
    body .post-area.masonry.meta_overlaid .masonry-blog-item.format-link.regular,
    body .post-area.masonry.meta_overlaid .masonry-blog-item.format-quote.regular_2x,
    body .post-area.masonry.meta_overlaid .masonry-blog-item.format-link.regular_2x {
        width: 100%
    }

    body .post-area.masonry.meta_overlaid .masonry-blog-item.regular {
        width: 50%
    }

    .masonry.meta_overlaid .post.wide_tall .content-inner .post-featured-img img {
        height: auto !important
    }

    #ajax-content-wrap .masonry.meta_overlaid .link-inner .link-wrap,
    #ajax-content-wrap .masonry.meta_overlaid .quote-inner .quote-wrap {
        transform: none;
        -webkit-transform: none;
        top: 0
    }

    .post.quote .post-content .quote-inner,
    .post.link .post-content .link-inner,
    .format-status .post-content .status-inner,
    .post.format-aside .aside-inner {
        padding: 50px 10%
    }

    .full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
        padding: 0 10% !important
    }

    body #ajax-content-wrap .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall .post-meta .date,
    body #ajax-content-wrap .post-area.masonry.meta_overlaid .masonry-blog-item.large_featured .post-meta .date {
        font-size: 13px
    }

    #ajax-content-wrap .post-area.masonry.meta_overlaid .post.wide_tall .post-meta,
    #ajax-content-wrap .post-area.masonry.meta_overlaid .post.large_featured .post-meta {
        margin: -1px 0
    }

    #ajax-content-wrap .masonry.meta_overlaid .masonry-blog-item .article-content-wrap {
        padding-bottom: 0
    }

    body .masonry.meta_overlaid .post .post-header .meta-author a {
        font-size: 11px
    }

    body .masonry.meta_overlaid .post .post-header .meta-author span {
        font-size: 11px
    }

    body .post-area.auto_meta_overlaid_spaced[data-ams].span_9 {
        margin: 0
    }

    body .auto_meta_overlaid_spaced[data-ams].span_9 .masonry-blog-item {
        padding-left: 0;
        padding-right: 0
    }

    body .woocommerce ul.products[data-product-style=material] li.product.material,
    body.woocommerce-page ul.products[data-product-style=material] li.product.material,
    .woocommerce .span_9 ul.products li.product.material,
    .woocommerce-page .span_9 ul.products li.product.material,
    body .woocommerce.columns-1 ul.products li.product.material {
        margin-right: 0 !important;
        width: 100%
    }

    .woocommerce .products.related .product.material,
    .woocommerce .products.upsells .product.material {
        width: 100% !important
    }

    body #search-results[data-layout=default] .result,
    body #search-results[data-layout=masonry-no-sidebar] .result {
        opacity: 1;
        position: relative !important;
        top: auto !important;
        left: auto !important
    }
}

@media (max-width:689px) {
    body .vc_row-fluid [class*=vc_col-xs-] {
        margin-left: 2.1%
    }

    body .vc_row-fluid.full-width-content [class*=vc_col-xs-],
    body .vc_row-fluid[data-column-margin=none] [class*=vc_col-xs-] {
        margin-left: 0
    }

    body .vc_row-fluid [class*=vc_col-xs-12] {
        margin-left: 0
    }
}

@media (min-width:690px) and (max-width:999px) {
    body .vc_row-fluid [class*=vc_col-xs-] {
        margin-left: 2.1%
    }

    body .vc_row-fluid [class*=vc_col-xs-12] {
        margin-left: 0
    }
}

@media (min-width:1000px) and (max-width:1199px) {
    body .vc_row-fluid [class*=vc_col-md-] {
        margin-left: 2.1%
    }

    body .vc_row-fluid [class*=vc_col-md-12] {
        margin-left: 0
    }
}


/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

p {
    padding-bottom: 1.5em
}

.material .wpb_row,
.material .wpb_content_element {
    margin-bottom: 1.5em
}

.material .vc_row-fluid[data-column-margin=none] {
    margin-bottom: 0
}

#header-space {
    background-color: #fff
}

body[data-header-color=dark] #header-space {
    background-color: #000
}

#footer-outer #footer-widgets .col ul li,
#sidebar div ul li,
#sidebar .widget.widget_categories li,
#sidebar .widget.widget_pages li,
#sidebar .widget.widget_nav_menu li {
    border: none;
    padding: 4px 0
}

@media only screen and (min-width:1000px) {
    #footer-outer .row {
        padding: 75px 0
    }
}

.ocm-effect-wrap,
.container-wrap,
.project-title,
.material .vc_text_separator div,
.carousel-wrap[data-full-width=true] .carousel-heading,
.carousel-wrap .left-border,
.carousel-wrap .right-border,
#page-header-wrap,
.page-header-no-bg,
.portfolio-items .col,
.page-template-template-portfolio-php .portfolio-items .col.span_3,
.page-template-template-portfolio-php .portfolio-items .col.span_4 {
    background-color: #fff
}

#call-to-action .triangle {
    color: #fff
}

#footer-outer #footer-widgets .col ul li,
#sidebar div ul li,
#sidebar .widget.widget_categories li,
#sidebar .widget.widget_pages li,
#sidebar .widget.widget_nav_menu li {
    border: none;
    padding: 4px 0
}

#sidebar .widget.widget_categories li,
#sidebar .widget.widget_pages li,
#sidebar .widget.widget_nav_menu li,
#footer-outer .widget.widget_categories li,
#footer-outer .widget.widget_pages li,
#footer-outer .widget.widget_nav_menu li {
    padding: 4px 0 !important
}

.material .widget li a,
.material #sidebar .widget li a,
.material #footer-outer .widget li a {
    padding: 0 !important;
    border: none;
    color: inherit
}

.woocommerce #sidebar .widget_layered_nav ul li a {
    padding-left: 25px !important
}

body:not(.ascend).woocommerce #sidebar .widget_layered_nav ul li a:before,
body:not(.ascend).woocommerce-page #sidebar .widget_layered_nav ul li a:before,
body:not(.ascend).woocommerce #sidebar .widget_layered_nav ul li:first-child a:before {
    top: 14px
}

body[data-header-resize="1"] .container-wrap,
body[data-header-resize="1"] .project-title {
    margin-top: 0;
    padding-top: 40px
}

body.search-results.material .container-wrap {
    margin-top: 0;
    padding-top: 60px
}

body[data-header-resize="1"] #page-header-wrap {
    margin-top: 0
}

body.material .page-header-no-bg {
    padding-top: 35px;
    margin-top: 0
}

.parallax_slider_outer.first-section,
.parallax_slider_outer.first-section .swiper-slide .content,
.nectar-slider-wrap.first-section .swiper-slide .content {
    margin-top: 0 !important
}

body.material #header-outer[data-header-resize="1"]:not([data-format=left-header]):not(.small-nav),
body.material #header-outer[data-header-resize="0"]:not([data-format=left-header]):not(.scrolled-down):not(.fixed-menu) {
    box-shadow: none
}

@media only screen and (min-width:1000px) {
    body.material .slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines-button:after,
    body.material .slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:before,
    body.material .slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:after {
        height: 2px !important
    }

    body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle a span:not(.close-line) {
        width: 30px;
        overflow: hidden
    }

    .slide-out-hover-icon-effect:not(.small) {
        width: 32px;
        overflow: hidden
    }

    #top .slide-out-widget-area-toggle:not(.small) a .close-wrap {
        height: 28px;
        width: 22px !important
    }

    body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle a span .lines-button.hover-effect {
        left: -40px;
        margin-top: -3px
    }

    body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .lines:after,
    .slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:after {
        top: -8px
    }

    body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle .lines:before,
    .slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:before {
        top: 8px
    }

    body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] #top .slide-out-widget-area-toggle a .lines-button:after,
    body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] #top .slide-out-widget-area-toggle a .lines:before,
    body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] #top .slide-out-widget-area-toggle a .lines:after {
        border-radius: 0 !important;
        height: 2px
    }

    body:not([data-slide-out-widget-area-style*=fullscreen])[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] #top .slide-out-widget-area-toggle a:hover .lines-button:after,
    body:not([data-slide-out-widget-area-style*=fullscreen])[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] #top .slide-out-widget-area-toggle a:hover .lines:before,
    body:not([data-slide-out-widget-area-style*=fullscreen])[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] #top .slide-out-widget-area-toggle a:hover .lines:after,
    body:not([data-slide-out-widget-area-style*=fullscreen])[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] #top .effect-shown .lines-button:after,
    body:not([data-slide-out-widget-area-style*=fullscreen])[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] #top .effect-shown .lines:before,
    body:not([data-slide-out-widget-area-style*=fullscreen])[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] #top .effect-shown .lines:after {
        transform: translateX(40px)
    }

    body.material[data-header-search=false]:not(.mobile) #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle .lines:before,
    body.material[data-header-search=false]:not(.mobile) #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle .lines:before,
    .slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:before {
        width: 1.4rem
    }
}

@media only screen and (max-width:1001px) {
    .slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:before {
        width: 1rem
    }
}

#top .slide-out-widget-area-toggle a span {
    overflow: hidden;
    width: 22px
}

#top .slide-out-widget-area-toggle a > span {
    position: relative
}

#top .slide-out-widget-area-toggle a span .lines-button.hover-effect {
    left: -30px;
    margin-top: -2px
}

#top .slide-out-widget-area-toggle a .lines-button:after {
    transition: transform .65s cubic-bezier(.3, 1, .3, 1) .04s, background-color .2s ease, opacity .2s ease !important
}

body .slide-out-widget-area-toggle a:hover .lines:before {
    transition: transform .65s cubic-bezier(.3, 1, .3, 1) .08s, background-color .2s ease, opacity .2s ease !important
}

body .slide-out-widget-area-toggle a:hover .lines:after {
    transition: transform .65s cubic-bezier(.3, 1, .3, 1) 0s, background-color .2s ease, opacity .2s ease !important
}

body .lines:before {
    transition: transform .65s cubic-bezier(.3, 1, .3, 1) 0s, background-color .2s ease, opacity .2s ease !important
}

body .lines:after {
    transition: transform .65s cubic-bezier(.3, 1, .3, 1) .08s, background-color .2s ease, opacity .2s ease !important
}

#top a.no-trans .lines-button:after,
#top a.no-trans .lines:before,
#top a.no-trans .lines:after {
    transition: none !important
}

@media only screen and (min-width:1000px) {
    body:not([data-slide-out-widget-area-style*=fullscreen]) #top .slide-out-widget-area-toggle a:hover .lines-button:after,
    body:not([data-slide-out-widget-area-style*=fullscreen]) #top .slide-out-widget-area-toggle a:hover .lines:before,
    body:not([data-slide-out-widget-area-style*=fullscreen]) #top .slide-out-widget-area-toggle a:hover .lines:after,
    body:not([data-slide-out-widget-area-style*=fullscreen]) #top .effect-shown .lines-button:after,
    body:not([data-slide-out-widget-area-style*=fullscreen]) #top .effect-shown .lines:before,
    body:not([data-slide-out-widget-area-style*=fullscreen]) #top .effect-shown .lines:after {
        transform: translateX(30px)
    }

    body[data-slide-out-widget-area-style=simple] #top .slide-out-widget-area-toggle a:hover .lines-button:after,
    body[data-slide-out-widget-area-style=simple] #top .slide-out-widget-area-toggle a:hover .lines:before,
    body[data-slide-out-widget-area-style=simple] #top .slide-out-widget-area-toggle a:hover .lines:after {
        transform: none
    }
}

body[data-slide-out-widget-area-style*=fullscreen] #top .menu-push-out .lines-button:after,
body[data-slide-out-widget-area-style*=fullscreen] #top .menu-push-out .lines:before,
body[data-slide-out-widget-area-style*=fullscreen] #top .menu-push-out .lines:after,
body[data-slide-out-widget-area-style=simple] #top .menu-push-out .lines-button:after,
body[data-slide-out-widget-area-style=simple] #top .menu-push-out .lines:before,
body[data-slide-out-widget-area-style=simple] #top .menu-push-out .lines:after {
    transform: translateX(30px) !important
}

body.material #header-outer:not([data-format=left-header]) #top nav > .buttons > li {
    margin: 0 14px
}

body.material #header-outer[data-transparent-header=true].transparent nav > ul > li > a {
    margin-bottom: 0
}

body.material #header-outer #top nav > .buttons > li:last-child,
body.material #header-outer[data-format=centered-menu-bottom-bar] #top nav > .buttons > .slide-out-widget-area-toggle {
    margin-right: 0 !important
}

body.material #header-outer:not([data-format=left-header]) #top nav > .buttons > .slide-out-widget-area-toggle {
    margin-right: 0
}

#header-outer[data-format=centered-menu-bottom-bar].transparent #top .span_3 nav > .buttons li span,
#header-outer[data-format=centered-menu-bottom-bar].transparent #top .span_3 nav > .buttons li i {
    backface-visibility: hidden
}

#header-outer[data-format=centered-menu-bottom-bar] #top nav > .buttons {
    transition: transform .45s cubic-bezier(.4, .1, .15, 1);
    -webkit-transition: transform .45s cubic-bezier(.4, .1, .15, 1)
}

#header-outer[data-format=centered-menu-bottom-bar].fixed-menu #top nav > .buttons {
    transition: opacity .45s cubic-bezier(.4, .1, .15, 1);
    -webkit-transition: opacity .45s cubic-bezier(.4, .1, .15, 1)
}

    #header-outer[data-format=centered-menu-bottom-bar].fixed-menu #top nav > .buttons > li {
        opacity: 0
    }

        #header-outer[data-format=centered-menu-bottom-bar].fixed-menu #top nav > .buttons > li:nth-child(1) {
            animation: headerButtonsBottomBarItem .45s cubic-bezier(.4, .1, .15, 1) forwards
        }

        #header-outer[data-format=centered-menu-bottom-bar].fixed-menu #top nav > .buttons > li:nth-child(2) {
            animation: headerButtonsBottomBarItem .45s cubic-bezier(.4, .1, .15, 1) .05s forwards
        }

        #header-outer[data-format=centered-menu-bottom-bar].fixed-menu #top nav > .buttons > li:nth-child(3) {
            animation: headerButtonsBottomBarItem .45s cubic-bezier(.4, .1, .15, 1) .1s forwards
        }

        #header-outer[data-format=centered-menu-bottom-bar].fixed-menu #top nav > .buttons > li:nth-child(4) {
            animation: headerButtonsBottomBarItem .45s cubic-bezier(.4, .1, .15, 1) .15s forwards
        }

#header-outer .sf-menu > li > a > .sf-sub-indicator {
    height: auto
}

body.material #header-outer #top nav > .buttons > li:first-child {
    margin-left: 0
}

body.material #header-outer .cart-menu,
body.material #top nav ul #search-btn > div,
body.material #top nav ul #nectar-user-account > div {
    padding-left: 0;
    border-left: none !important
}

body.material #header-outer:not([data-format=left-header]) .cart-menu {
    position: relative;
    right: auto;
    padding: 0;
    background-color: transparent;
    top: auto
}

body.material #boxed #header-outer .cart-menu {
    background-color: transparent
}

body[data-header-format=left-header] #header-outer .cart-outer {
    -webkit-transition: opacity .35s cubic-bezier(.12, .75, .4, 1);
    transition: opacity .35s cubic-bezier(.12, .75, .4, 1)
}

body[data-header-format=left-header] #header-outer.material-search-open .cart-outer {
    opacity: 0;
    pointer-events: none
}

#header-outer[data-format=left-header] .sf-menu li {
    opacity: 1
}

body.material #header-outer[data-format=left-header] .cart-menu > a,
body[data-header-format=left-header].material #header-outer nav ul li .cart-menu > a {
    padding: 0
}

body.material #header-outer:not([data-format=left-header]) .cart-wrap {
    margin-right: 0;
    top: -5px;
    right: -9px;
    color: #fff
}

@media only screen and (max-width:999px) {
    body.material #header-outer[data-format=left-header] .cart-wrap {
        margin-right: 0;
        top: -5px;
        right: -9px;
        color: #fff
    }
}

body.material #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart,
body.material #top nav ul #search-btn a span {
    font-size: 20px
}

body.material #top nav ul #nectar-user-account a span {
    font-size: 22px;
    width: 26px;
    max-width: 26px
}

body.material #header-outer #social-in-menu i {
    font-size: 18px;
    width: 36px;
    top: 0
}

body #header-outer[data-transparent-header=true] #top nav ul #nectar-user-account > div,
body.material #header-outer .cart-menu {
    border-left: none
}

body.material #header-outer:not([data-format=left-header]) #top nav > .buttons {
    margin-left: 30px
}

body.material #header-outer[data-has-buttons=no]:not([data-format=left-header]) #top nav > .buttons {
    margin-left: 0
}

body.material #header-outer[data-has-buttons=no][data-full-width=false][data-format=default] #top nav > .sf-menu > li:not([class*=button_]):last-child a {
    padding-right: 0
}

body.material #header-outer[data-has-buttons=no][data-full-width=false][data-format=default] #top nav > .sf-menu > li[class*=button_]:last-child a {
    margin-right: 0
}

body.material #header-outer[data-full-width=true]:not([data-format=left-header]) #top nav > .buttons {
    margin-left: 30px
}

body.material #header-outer #top nav > ul #social-in-menu a {
    line-height: 22px
}

body.material #header-outer[data-transparent-header=true] .cart-outer .cart-notification,
body.material #header-outer[data-transparent-header=true] .cart-outer .widget_shopping_cart {
    margin-top: 0
}

#header-outer .nectar-woo-cart .widget_shopping_cart,
#header-outer .nectar-woo-cart .cart-notification {
    top: 100%
}

#header-outer[data-format=centered-menu-bottom-bar]:not(.fixed-menu) #top .nectar-woo-cart {
    height: 75px
}

#header-outer .nectar-woo-cart .cart-menu-wrap {
    position: relative;
    width: auto;
    overflow: visible;
    right: auto !important
}

.material #top nav > .product_added.buttons,
.material #top nav > .buttons {
    padding-right: 0 !important
}

body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close {
    z-index: 100
}

.woocommerce #sidebar div ul li,
.material.woocommerce #sidebar div ul li {
    padding: 3px 0
}

body:not(.ascend).woocommerce.material #sidebar .widget_layered_nav ul li:first-child a:before,
body:not(.ascend).woocommerce.material #sidebar .widget_layered_nav ul li a:before,
body:not(.ascend).woocommerce-page.material #sidebar .widget_layered_nav ul li a:before,
body:not(.ascend).woocommerce.material #sidebar .widget_layered_nav ul li a:after,
body:not(.ascend).woocommerce-page.material #sidebar .widget_layered_nav ul li a:after {
    top: 50%;
    margin-top: -1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

body:not(.ascend).material #sidebar .widget.woocommerce li:first-child > .count {
    top: 6px
}

body:not(.ascend) #sidebar .widget.woocommerce li .count {
    top: 8px
}

body.woocommerce-page.material .product-categories .children {
    margin-top: 3px
}

#footer-outer #footer-widgets .col ul li a,
#sidebar div ul li a {
    display: block
}

#footer-outer .widget h4,
#sidebar h4 {
    margin-bottom: 15px
}

#footer-outer #copyright {
    font-size: 14px;
    background-color: transparent
}

#footer-outer[data-copyright-line=true] #copyright {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

#footer-outer[data-custom-color=true] #footer-widgets a:not(.nectar-button) {
    transition: all .2s ease
}

    #footer-outer[data-custom-color=true] #footer-widgets a:not(.nectar-button):hover,
    #footer-outer[data-custom-color=true] #footer-widgets a:not(.nectar-button):focus {
        opacity: .65
    }

#footer-outer[data-using-widget-area=false] #copyright {
    border: none
}

.material .widget .tagcloud a,
.material #sidebar .widget .tagcloud a,
.single .post-area .content-inner > .post-tags a {
    border-radius: 0 !important;
    padding: 5px 10px;
    margin: 10px 10px 0 0;
    -webkit-transition: all .4s cubic-bezier(.25, 1, .2, 1);
    transition: all .4s cubic-bezier(.25, 1, .2, 1);
    background-color: transparent
}

    .material .widget .tagcloud a:before,
    .material #sidebar .widget .tagcloud a:before,
    .single .post-area .content-inner > .post-tags a:before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
        opacity: .06
    }

.material[data-button-style*=slightly_rounded] .widget .tagcloud a:before,
.material[data-button-style*=slightly_rounded] #sidebar .widget .tagcloud a:before,
.single[data-button-style*=slightly_rounded] .post-area .content-inner > .post-tags a:before,
.material[data-button-style*=slightly_rounded] .widget .tagcloud a,
.material[data-button-style*=slightly_rounded] #sidebar .widget .tagcloud a,
.single[data-button-style*=slightly_rounded] .post-area .content-inner > .post-tags a {
    border-radius: 5px !important
}

.material[data-button-style*=rounded] .widget .tagcloud a:before,
.material[data-button-style*=rounded] #sidebar .widget .tagcloud a:before,
.single[data-button-style*=rounded] .post-area .content-inner > .post-tags a:before,
.material[data-button-style*=rounded] .widget .tagcloud a,
.material[data-button-style*=rounded] #sidebar .widget .tagcloud a,
.single[data-button-style*=rounded] .post-area .content-inner > .post-tags a {
    border-radius: 50px !important
}

.material .widget .tagcloud a:hover,
.material #sidebar .widget .tagcloud a:hover,
.single .post-area .content-inner > .post-tags a:hover,
.sharing-default-minimal .nectar-social a:hover,
body.material #page-header-bg.fullscreen-header .inner-wrap > a:hover {
    box-shadow: 0 10px 24px rgba(0, 0, 0, .15)
}

.material #sidebar .widget .recentcomments {
    background-color: transparent;
    padding: 0;
    margin-bottom: 8px
}

.material .span_12.light .widget .tagcloud a,
.material .span_12.light #sidebar .widget .tagcloud a,
.material #sidebar .widget .tagcloud a:hover,
.single.material .post-area .content-inner > .post-tags a:hover,
#header-outer.light-text #search-outer input[type=text],
body[data-header-color=dark] #header-outer #search-outer input[type=text],
body.mobile.material[data-header-color=light] #header-outer[data-permanent-transparent="1"].transparent .slide-out-widget-area-toggle a .close-line {
    color: #fff !important
}

body.single-post .content-inner > .post-tags {
    margin-top: 60px
}

.nectar-fancy-box[data-style=color_box_hover] .box-inner-wrap,
.nectar-fancy-box[data-style=color_box_hover]:before,
.nectar-fancy-box[data-style=color_box_basic] {
    border-radius: 5px
}

.full-width-content .nectar-fancy-box[data-style=color_box_hover] .box-inner-wrap,
.full-width-content .nectar-fancy-box[data-style=color_box_hover]:before {
    border-radius: 0
}

.nectar-progress-bar span strong {
    padding: 4px 0;
    background-color: transparent;
    color: inherit
}

    .nectar-progress-bar span strong:after {
        display: none
    }

.nectar-progress-bar .bar-wrap {
    background-color: rgba(0, 0, 0, .043)
}

.nectar-progress-bar .bar-wrap,
.nectar-progress-bar span {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0
}

body .carousel-wrap[data-full-width=false] .control-wrap {
    right: 10px;
    text-align: center
}

.carousel-wrap[data-full-width=false] .control-wrap .carousel-prev {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 0
}

.carousel-wrap[data-full-width=false] .control-wrap .carousel-next {
    padding-left: 10px;
    margin-left: 0
}

.carousel-wrap[data-full-width=false] .control-wrap .carousel-prev,
.carousel-wrap[data-full-width=false] .control-wrap .carousel-next {
    right: 0 !important;
    position: relative;
    display: block;
    float: left
}

.carousel-next,
.carousel-prev {
    background-color: transparent;
    height: 23px;
    width: 10px;
    line-height: 22px;
    font-size: 14px;
    cursor: pointer;
    top: 1px !important;
    transition: all .25s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .25s cubic-bezier(.12, .75, .4, 1);
    box-sizing: content-box
}

.carousel-wrap .control-wrap .item-count {
    height: 23px;
    top: -1px;
    right: -2px;
    line-height: 22px;
    letter-spacing: 4px;
    position: relative;
    display: block;
    float: left;
    z-index: 10;
    cursor: pointer;
    transition: all .25s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .25s cubic-bezier(.12, .75, .4, 1)
}

[data-full-width=false] .carousel-next:after,
[data-full-width=false] .carousel-prev:after {
    display: block;
    content: ' ';
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #000;
    top: 8px;
    opacity: 0;
    left: -4px;
    cursor: pointer;
    transform: translateX(-20px);
    transition: all .25s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .25s cubic-bezier(.12, .75, .4, 1)
}

.light [data-full-width=false] .carousel-next:after,
.light [data-full-width=false] .carousel-prev:after {
    background-color: #fff
}

.light .carousel-next i,
.light .carousel-prev i {
    color: #fff
}

[data-full-width=false] .carousel-next:after {
    left: 5px
}

[data-full-width=false] .carousel-next:hover:after {
    opacity: 1;
    transform: translateX(-12px)
}

[data-full-width=false] .carousel-prev:after {
    transform: translateX(20px)
}

[data-full-width=false] .carousel-prev:hover:after {
    opacity: 1;
    transform: translateX(0px)
}

[data-full-width=false] .carousel-prev:hover i {
    transform: translateX(-18px)
}

[data-full-width=false] .carousel-prev.next-hovered,
[data-full-width=false] .item-count.next-hovered {
    transform: translateX(-18px)
}

body.material .carousel-next:hover,
body.material .carousel-prev:hover {
    background-color: transparent
}

body.material .carousel-wrap[data-full-width=true] .carousel-prev,
body.material .carousel-wrap[data-full-width=true] .carousel-next {
    border: none
}

.carousel-heading .container .carousel-prev {
    right: 30px
}

[data-ext-responsive=true] .carousel-heading .container .carousel-prev {
    right: 40px
}

.carousel-next i,
.carousel-prev i {
    color: #000;
    font-size: 22px;
    line-height: 17px;
    height: 20px;
    transition: all .25s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .25s cubic-bezier(.12, .75, .4, 1)
}

.carousel-wrap .carousel-next i,
.carousel-wrap .carousel-prev i {
    font-size: 22px;
    line-height: 18px
}

.carousel-next:hover,
.carousel-prev:hover {
    border-color: transparent
}

.light .carousel-next:hover i,
.light .carousel-prev:hover i {
    color: #fff
}

.nectar-button.see-through,
body .nectar-button.see-through,
.swiper-slide .button a,
body .nectar-button.see-through-2,
.nectar-button,
#to-top {
    border-radius: 0 !important;
    box-shadow: none
}

body.material .nectar-button.large {
    padding-left: 35px;
    padding-right: 35px
}

body.material .nectar-button.jumbo {
    padding-left: 50px;
    padding-right: 50px
}

    body.material .nectar-button.jumbo:not([class*=see-through]) {
        padding: 23px 50px
    }

body.material .nectar-button.medium,
body.material .nectar-button.medium:not(.see-through):not(.see-through-2):not(.see-through-3) {
    padding-left: 24px;
    padding-right: 24px
}

body.material .nectar-button.see-through[data-color-override=false] i:after,
body.material .nectar-button.regular[class*=m-extra-color-gradient-]:before,
body.material .nectar-button.see-through[class*=m-extra-color-gradient-]:before,
body.material .nectar-button.see-through[class*=m-extra-color-gradient-]:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all .45s cubic-bezier(.25, 1, .33, 1)
}

body.material[data-button-style*=slightly_rounded] .nectar-button.see-through[class*=m-extra-color-gradient-]:before {
    border-radius: 5px
}

body.material[data-button-style*=slightly_rounded] .nectar-button.see-through[class*=m-extra-color-gradient-]:after {
    border-radius: 3px
}

body.material[data-button-style=default] .nectar-button.see-through[class*=m-extra-color-gradient-]:before,
body.material[data-button-style=default] .nectar-button.see-through[class*=m-extra-color-gradient-]:after {
    border-radius: 0
}

body.material[data-button-style=default] .nectar-button {
    box-shadow: none
}

body.material .nectar-button.see-through[class*=m-extra-color-gradient-]:before {
    border-radius: 50px;
    z-index: -2;
    backface-visibility: hidden
}

body.material .nectar-button.see-through[class*=m-extra-color-gradient-]:after {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    border-radius: 50px;
    background-color: #fff;
    z-index: -1;
    backface-visibility: hidden
}

body.material .nectar-button.see-through[class*=m-extra-color-gradient-]:hover:after {
    opacity: 0
}

body.material .nectar-button.see-through[class*=m-extra-color-gradient-] {
    backface-visibility: hidden;
    border: none !important
}

body.material .nectar-button.see-through[data-color-override=false] i,
body.material .nectar-button.see-through[data-color-override=false]:hover i:after,
body.material .nectar-button.see-through:hover i {
    box-shadow: none !important
}

body.material[data-button-style=default] .nectar-button.regular[class*=m-extra-color-gradient-]:before {
    border-radius: 0
}

body.material[data-button-style*=rounded] .nectar-button.regular[class*=m-extra-color-gradient-]:before {
    border-radius: 100px
}

body.material[data-button-style*=slightly_rounded] .nectar-button.regular[class*=m-extra-color-gradient-]:before {
    border-radius: 5px
}

body.material .nectar-button.regular[class*=m-extra-color-gradient-]:before {
    opacity: 0
}

body.material[data-button-style^=rounded] .nectar-button.see-through[class*=m-extra-color-gradient-].has-icon:not(:hover) span {
    transform: none !important
}

body.material[data-button-style^=rounded] .nectar-button.see-through[class*=m-extra-color-gradient-].has-icon:not(:hover) i {
    transform: translateX(-5px) translateY(-50%) !important
}

body.material[data-button-style^=rounded] .nectar-button.see-through[class*=m-extra-color-gradient-]:not(:hover) i {
    opacity: 0 !important;
    background-color: transparent !important
}

body.material[data-button-style^=rounded] .nectar-button.see-through[class*=m-extra-color-gradient-]:hover i {
    opacity: 1 !important
}

body.material .nectar-button.regular[class*=m-extra-color-gradient-]:hover:before {
    opacity: 1
}

body.material[data-button-style^=rounded] .nectar-button.see-through[data-color-override="#ffffff"] i,
body.material[data-button-style^=rounded] .nectar-button.see-through-2[data-color-override="#ffffff"]:not(:hover) i,
body.material[data-button-style^=rounded] .nectar-button.see-through-3[data-color-override="#ffffff"]:not(:hover) i,
body.material[data-button-style^=rounded] .span_12.light .nectar-button.see-through-2[data-color-override=false]:not(:hover) i {
    color: #000 !important
}

body.material[data-button-style^=rounded] .nectar-button.see-through-2[data-hover-color-override="#ffffff"]:hover i,
body.material[data-button-style^=rounded] .nectar-button.see-through-3[data-hover-color-override="#ffffff"]:hover i {
    background-color: rgba(0, 0, 0, .07) !important
}

body.material .nectar-button.see-through[class*=m-extra-color-gradient-]:hover,
body.material[data-button-style^=rounded] .nectar-button.see-through i,
body.material[data-button-style^=rounded] .nectar-button.see-through-2:not(:hover) i,
body.material[data-button-style^=rounded] .nectar-button.see-through-3:not(:hover) i {
    color: #fff !important
}

body.material .nectar-button.small i {
    font-size: 14px
}

body.material .nectar-button.medium i {
    font-size: 16px
}

body.material .nectar-button.large i {
    font-size: 16px
}

body.material .nectar-button.jumbo i {
    font-size: 20px
}

body.material[data-button-style^=rounded] .nectar-button.small i {
    font-size: 12px
}

body.material[data-button-style^=rounded] .nectar-button.medium i {
    font-size: 14px
}

body.material[data-button-style^=rounded] .nectar-button.large i {
    font-size: 14px
}

body.material[data-button-style^=rounded] .nectar-button.jumbo i {
    font-size: 18px
}

body.material .nectar-button.jumbo.see-through,
body.material .nectar-button.jumbo.see-through-2,
body.material .nectar-button.jumbo.see-through-3 {
    border-width: 2px
}

body.material .nectar-button.has-icon.extra_jumbo[class*=see-through] {
    border-width: 6px;
    padding-top: 31px;
    padding-bottom: 31px
}

    body.material .nectar-button.has-icon.extra_jumbo[class*=see-through] i {
        transform: translateY(-50%) translateX(-3px)
    }

.nectar-button.has-icon.see-through[class*=m-extra-color-gradient-] .im-icon-wrap svg path {
    fill: #000;
    transition: all .2s ease
}

.nectar-button.has-icon.see-through[class*=m-extra-color-gradient-]:hover .im-icon-wrap svg path {
    fill: #fff
}

body.material .nectar-button.has-icon,
body.material .nectar-button.tilt.has-icon {
    padding-right: 46px
}

    body.material .nectar-button.has-icon.small {
        padding-right: 36px
    }

    body.material .nectar-button.has-icon.medium,
    body.material .nectar-button.has-icon.medium:not(.see-through):not(.see-through-2):not(.see-through-3) {
        padding-right: 38px;
        padding-left: 46px
    }

    body.material .nectar-button.has-icon.large {
        padding-right: 44px;
        padding-left: 46px
    }

body.material:not([data-button-style^=rounded]) .nectar-button.large[class*=m-extra-color-gradient-] {
    padding-top: 15px;
    padding-bottom: 15px
}

body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.small {
    padding-right: 28px
}

body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.medium {
    padding-right: 32px;
    padding-left: 46px
}

body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.large {
    padding-right: 37px;
    padding-left: 46px
}

body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.jumbo {
    padding-right: 56px;
    padding-left: 54px;
    padding-top: 20px;
    padding-bottom: 20px
}

body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.medium:not(.see-through):not(.see-through-2):not(.see-through-3) {
    padding-right: 34px;
    padding-left: 46px
}

body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.large:not(.see-through):not(.see-through-2):not(.see-through-3) {
    padding-right: 39px;
    padding-left: 46px
}

body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.jumbo:not(.see-through):not(.see-through-2):not(.see-through-3),
body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.jumbo[class*=m-extra-color-gradient-] {
    padding-right: 56px;
    padding-left: 54px;
    padding-top: 22px;
    padding-bottom: 22px
}

body.material .nectar-button.has-icon.jumbo {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-right: 66px;
    padding-left: 54px
}

body.material .nectar-button.has-icon.extra_jumbo {
    padding-top: 36px;
    padding-bottom: 36px;
    padding-right: 142px;
    padding-left: 80px
}

    body.material .nectar-button.has-icon.extra_jumbo:hover span {
        -webkit-transform: translateX(-18px);
        transform: translateX(-18px)
    }

body.material[data-button-style^=rounded] .nectar-button.has-icon:not([class*=see-through]) i,
body.material[data-button-style^=rounded] .nectar-button.has-icon[class*=see-through]:hover i {
    background-color: rgba(255, 255, 255, .22)
}

body.material[data-button-style^=rounded] .nectar-button.see-through[class*=m-extra-color-gradient-]:hover i {
    background-color: rgba(255, 255, 255, .22) !important
}

body.material[data-button-style^=rounded] .nectar-button.has-icon[data-color-override="#ffffff"].regular-button i,
body.material[data-button-style^=rounded] .nectar-button.has-icon[data-color-override="#ffffff"].regular-button:hover i {
    background-color: rgba(0, 0, 0, .04)
}

body.material .nectar-button.has-icon i {
    right: 14px;
    margin-top: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 32px;
    height: 32px;
    width: 32px
}

body.material:not([data-button-style^=rounded]) .nectar-button.has-icon i {
    transition: none;
    -webkit-transition: none
}

body.material:not([data-button-style^=rounded]) .nectar-button.see-through.has-icon[data-color-override=false] i,
body.material:not([data-button-style^=rounded]) .nectar-button.see-through-2.has-icon i,
body.material:not([data-button-style^=rounded]) .nectar-button.see-through-3.has-icon i {
    color: inherit !important
}

body.material[data-button-style^=rounded] .nectar-button.has-icon i {
    background-color: rgba(0, 0, 0, .2)
}

body.material .nectar-button.has-icon.large i {
    -webkit-transform: translateY(-50%) translateX(6px);
    transform: translateY(-50%) translateX(6px)
}

body.material .nectar-button.has-icon.large:not([class*=see-through]) i {
    -webkit-transform: translateY(-50%) translateX(4px);
    transform: translateY(-50%) translateX(4px)
}

body.material .nectar-button.has-icon.medium i {
    -webkit-transform: translateY(-50%) translateX(7px);
    transform: translateY(-50%) translateX(7px);
    height: 28px;
    width: 28px;
    line-height: 28px
}

body.material .nectar-button.has-icon.medium:not([class*=see-through]) i {
    -webkit-transform: translateY(-50%) translateX(4px);
    transform: translateY(-50%) translateX(4px);
    height: 28px;
    width: 28px;
    line-height: 28px
}

body.material .nectar-button.has-icon.small i {
    -webkit-transform: translateY(-50%) translateX(8px);
    transform: translateY(-50%) translateX(8px);
    height: 24px;
    width: 24px;
    line-height: 24px
}

body.material .nectar-button.has-icon.small:not([class*=see-through]) i {
    -webkit-transform: translateY(-50%) translateX(7px);
    transform: translateY(-50%) translateX(7px);
    height: 24px;
    width: 24px;
    line-height: 24px
}

body.material .nectar-button.has-icon.jumbo i {
    -webkit-transform: translateY(-50%) translateX(2px);
    transform: translateY(-50%) translateX(2px);
    height: 44px;
    width: 44px;
    line-height: 44px
}

body.material .nectar-button.has-icon.jumbo:not([class*=see-through]) i {
    -webkit-transform: translateY(-50%) translateX(3px);
    transform: translateY(-50%) translateX(3px);
    height: 44px;
    width: 44px;
    line-height: 44px
}

body.material .nectar-button.has-icon.extra_jumbo i {
    -webkit-transform: translateY(-50%) translateX(-6px);
    transform: translateY(-50%) translateX(-6px);
    height: 94px;
    width: 94px;
    margin-top: 0;
    line-height: 94px
}

.n-sc-button[class*=gradient] {
    background-color: transparent !important;
    opacity: 1;
    box-shadow: none
}

    .n-sc-button[class*=gradient]:after,
    .n-sc-button[class*=gradient][class*=see-through]:after {
        position: absolute;
        content: ' ';
        top: -2%;
        left: -1%;
        width: 101.5%;
        height: 104%;
        transform-origin: right;
        -webkit-transform-origin: right;
        -ms-transform-origin: right;
        transform: scale(0, 1);
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -ms-transition: transform .38s cubic-bezier(.2, .95, .4, .95), background-size .38s ease;
        transition: transform .38s cubic-bezier(.2, .95, .4, .95), background-size .38s ease;
        -webkit-transition: transform .38s cubic-bezier(.2, .95, .4, .95), background-size .38s ease;
        z-index: -1
    }

    .n-sc-button[class*=see-through][class*=gradient]:after,
    .n-sc-button[class*=gradient]:hover:after {
        background-size: 225% 100% !important;
        background-position: right !important
    }

    .n-sc-button[class*=see-through][class*=gradient]:hover:after,
    .n-sc-button[class*=gradient]:after {
        background-position: left !important;
        background-size: 100% 100% !important
    }

.n-sc-button[class*=see-through][class*=gradient]:hover:after {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform-origin: left;
    -webkit-transform-origin: left;
    -ms-transform-origin: left
}

.n-sc-button[class*=gradient]:after {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform-origin: left;
    -webkit-transform-origin: left;
    -ms-transform-origin: left
}

.n-sc-button[class*=gradient]:hover:after {
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform-origin: right;
    -webkit-transform-origin: right;
    -ms-transform-origin: right
}

.n-sc-button[class*=gradient] .start,
.n-sc-button[class*=gradient] .hover,
.n-sc-button[class*=see-through][class*=gradient] .start,
.n-sc-button[class*=see-through][class*=gradient] .hover {
    -ms-transition: transform .38s cubic-bezier(.2, .95, .4, .95), opacity .38s cubic-bezier(.2, .95, .4, .95);
    transition: transform .38s cubic-bezier(.2, .95, .4, .95), opacity .38s cubic-bezier(.2, .95, .4, .95);
    -webkit-transition: transform .38s cubic-bezier(.2, .95, .4, .95), opacity .38s cubic-bezier(.2, .95, .4, .95)
}

.n-sc-button[class*=gradient] .start {
    animation: gradientTextHoverHover .38s;
    animation-timing-function: cubic-bezier(.2, .9, .4, .9);
    animation-fill-mode: forwards;
    display: inline-block
}

.n-sc-button[class*=gradient] .hover {
    position: absolute;
    display: inline;
    left: 0;
    animation: gradientTextHoverOff .38s;
    animation-timing-function: cubic-bezier(.2, .9, .4, .9);
    animation-fill-mode: forwards;
    text-align: center;
    width: 100%;
    opacity: 0;
    z-index: 0
}

.n-sc-button[class*=gradient]:hover .hover {
    animation: gradientTextHoverHover .38s;
    animation-timing-function: cubic-bezier(.2, .9, .4, .9);
    animation-fill-mode: forwards
}

.n-sc-button[class*=gradient]:hover .start {
    animation: gradientTextHoverOff .38s;
    animation-timing-function: cubic-bezier(.2, .9, .4, .9);
    animation-fill-mode: forwards
}

.n-sc-button[class*=see-through][class*=gradient] .hover {
    position: absolute;
    display: inline;
    left: 0;
    text-align: center;
    width: 100%;
    opacity: 0;
    z-index: 100
}

.n-sc-button[class*=gradient] .start.loading {
    animation: gradientTextHoverHover 0s
}

.light .n-sc-button[class*=gradient]:hover .hover,
.light .n-sc-button[class*=see-through][class*=gradient]:hover .start,
.light .n-sc-button[class*=see-through][class*=gradient] .start {
    background: none !important;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: #fff;
    background-clip: border-box
}

.light .n-sc-button[class*=gradient].no-text-grad .start {
    color: #fff !important
}

.light .n-sc-button[class*=see-through][class*=gradient]:hover .start,
.light .n-sc-button[class*=see-through][class*=gradient] .start,
.light .n-sc-button[class*=gradient] .start {
    opacity: 1 !important;
    animation: none !important
}

.light .n-sc-button[class*=see-through][class*=gradient] .hover,
.light .n-sc-button[class*=gradient] .hover {
    opacity: 0 !important;
    animation: none !important
}

@keyframes gradientTextHoverHover {
    0% {
        transform: translateX(0px);
        opacity: 0
    }

    70% {
        opacity: 1
    }

    100% {
        transform: translateX(0px) !important;
        opacity: 1
    }
}

@keyframes gradientTextHoverOff {
    0% {
        transform: translateX(0px);
        opacity: 1
    }

    70% {
        opacity: 0
    }

    100% {
        transform: translateX(0px) !important;
        opacity: 0
    }
}

.n-sc-button[class*=gradient].medium.has-icon {
    padding: 7px 30px
}

.n-sc-button[class*=gradient].large.has-icon {
    padding: 12px 35px
}

.n-sc-button[class*=gradient] i {
    opacity: 1;
    right: 24px;
    background: inherit;
    background-size: 500% 100%;
    background-position: right
}

.n-sc-button[class*=gradient].has-icon span {
    left: -18px
}

.n-sc-button[class*=gradient].has-icon:hover span,
.n-sc-button[class*=gradient].has-icon:hover i {
    -ms-transform: none;
    transform: none;
    -webkit-transform: none
}

.n-sc-button[class*=gradient].jumbo i {
    opacity: 1;
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    margin-top: -10px
}

.n-sc-button[class*=gradient].extra_jumbo i {
    width: 40px
}

.n-sc-button[class*=gradient].has-icon.extra_jumbo span {
    left: -35px
}

.n-sc-button[class*=gradient].has-icon.jumbo span {
    left: -16px
}

.n-sc-button[class*=gradient].has-icon.large span {
    left: -14px
}

.n-sc-button[class*=gradient].has-icon.medium span {
    left: -13px
}

.n-sc-button[class*=gradient].has-icon.small span {
    left: -11px
}

.n-sc-button[class*=gradient].jumbo .hover i {
    right: 8px
}

.n-sc-button[class*=gradient].extra_jumbo .hover i {
    right: 19px
}

.n-sc-button[class*=gradient].large .hover i {
    right: 5px
}

.n-sc-button[class*=gradient].medium .hover i {
    right: 3px
}

.n-sc-button[class*=gradient].small .hover i {
    right: 7px
}

.n-sc-button[class*=gradient].jumbo .start i {
    right: -32px
}

.n-sc-button[class*=gradient].extra_jumbo .start i {
    right: -75px
}

.n-sc-button[class*=gradient].large .start i {
    right: -32px
}

.n-sc-button[class*=gradient].medium .start i {
    right: -30px
}

.n-sc-button[class*=gradient].small .start i {
    right: -30px
}

.n-sc-button[class*=gradient].small {
    padding: 5px 14px
}

.n-sc-button[class*=gradient].medium {
    border-width: 3px;
    padding: 7px 15px
}

.n-sc-button[class*=gradient].large {
    border-width: 3px;
    padding: 12px 22px
}

.n-sc-button[class*=gradient].jumbo {
    border-width: 4px;
    padding: 21px 40px
}

.n-sc-button[class*=gradient].extra_jumbo {
    border-width: 10px;
    padding: 56px 90px
}

.n-sc-button[class*=gradient] span {
    z-index: 100
}

#header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
    left: 0;
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

body.material #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
    font-size: 22px
}

.icon-salient-cart:before,
body.material .icon-salient-cart:before {
    content: "\e902"
}

.material #header-outer a.cart-contents .cart-wrap span:before {
    display: none
}

#header-outer .cart-wrap {
    font-size: 11px
}

#header-outer[data-full-width=true] #top nav ul #nectar-user-account > div,
body #header-outer[data-transparent-header=true].transparent #top nav ul #nectar-user-account > div {
    border: none !important
}

#header-outer a.cart-contents .cart-wrap span {
    visibility: hidden
}

body.material #header-outer a.cart-contents .cart-wrap span {
    border-radius: 99px;
    font: bold 11px/16px Arial;
    line-height: 18px;
    width: 18px;
    padding: 0 1px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .2)
}

#header-outer .sf-menu ul li a {
    border-bottom: none
}

#header-outer .static a.cart-contents span {
    visibility: visible
}

#header-outer .has_products .cart-menu .cart-icon-wrap .icon-salient-cart {
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

body.material #header-outer .cart-menu {
    border-left: 1px solid rgba(0, 0, 0, .07);
    background-color: transparent
}

body #boxed #header-outer .cart-menu-wrap {
    position: relative !important;
    box-shadow: none
}

body[data-slide-out-widget-area-style*=fullscreen] #boxed #slide-out-widget-area .slide_out_area_close {
    display: none !important
}

body #boxed #header-outer .widget_shopping_cart,
body.woocommerce #boxed .cart-notification {
    position: absolute !important
}

body.material #boxed #header-outer .cart-menu-wrap .cart-menu {
    box-shadow: none
}

#top #mobile-cart-link i {
    height: 20px;
    line-height: 20px
}

@media screen and (max-width:999px) {
    .material #header-outer.transparent .bg-color-stripe,
    .material #header-outer:not([data-permanent-transparent="1"]).transparent .bg-color-stripe,
    .material #header-outer[data-transparent-header].transparent .bg-color-stripe,
    .material #header-outer[data-transparent-header]:not([data-permanent-transparent="1"]).transparent .bg-color-stripe {
        height: 200px;
        top: 0
    }

    body.material #search-outer,
    body.material #header-outer #search-outer {
        height: 200px;
        transform: translate3d(0, -200px, 0);
        -webkit-transform: translate3d(0, -200px, 0)
    }

    body.material #header-outer[data-using-secondary="1"] #search-outer {
        top: auto;
        margin-top: -13px
    }

    html.material #search-outer .bg-color-stripe {
        height: 200px;
        top: 0
    }

    #search-outer #search-box,
    #search-outer #search #close,
    #header-outer #search-outer #search-box,
    #header-outer #search-outer #search #close {
        -webkit-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0)
    }
}

body.material #search-outer {
    background-color: transparent;
    height: 35vh;
    position: absolute;
    transition: transform .8s cubic-bezier(.2, 1, .3, 1), opacity .8s cubic-bezier(.2, 1, .3, 1);
    transform: translate3d(0, -35vh, 0);
    -webkit-transform: translate3d(0, -35vh, 0);
    z-index: 2000 !important;
    padding: 0;
    top: -1px
}

@media only screen and (min-width:1000px) {
    body.material [data-format=centered-menu-bottom-bar][data-condense=true].fixed-menu #search-outer {
        top: 50%
    }
}

body.material #search-outer.perma-trans {
    position: fixed
}

body.material.admin-bar #search-outer.perma-trans {
    top: 32px
}

body.search .row .col.section-title {
    border-bottom: 0;
    padding-bottom: 0
}

    body.search .row .col.section-title span:not(.result-num) {
        font-size: inherit;
        font-family: inherit;
        line-height: inherit;
        color: inherit
    }

    body.search .row .col.section-title .result-num {
        margin-top: 10px;
        padding-left: 0;
        display: block
    }

body.search #search-results .result .inner-wrap {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: none;
    padding: 0;
    border: 1px solid #e7e7e7;
    transition: all .7s cubic-bezier(.2, 1, .22, 1)
}

    body.search #search-results .result .inner-wrap img {
        margin-bottom: 0;
        display: block
    }

    body.search #search-results .result .inner-wrap h2 {
        padding: 25px
    }

body.search #search-results .result:hover .inner-wrap {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}

body.material #search-outer .container {
    height: auto !important;
    float: none;
    width: 100%
}

body #search-outer .inner-wrap {
    transition: transform .8s cubic-bezier(.2, 1, .3, 1), opacity .8s cubic-bezier(.2, 1, .3, 1);
    -webkit-transform: scale(.85);
    transform: scale(.85)
}

body #search-outer.material-open .inner-wrap {
    -webkit-transform: scale(1);
    transform: scale(1)
}

#header-outer header {
    transition: all .2s
}

#header-outer:not([data-format=left-header]).material-search-open header {
    opacity: 0;
    transition: all .2s;
    pointer-events: none
}

#header-outer.material-search-open {
    box-shadow: none
}

.material #header-outer.transparent .bg-color-stripe,
.material #search-outer .bg-color-stripe {
    height: 35vh;
    top: 0
}

body[data-header-color=dark] #header-outer .bg-color-stripe,
body[data-header-color=dark].material #header-outer #search-outer:before {
    background-color: #000
}

#header-outer .bg-color-stripe,
#search-outer .bg-color-stripe,
.material #header-outer #search-outer:before {
    transition: transform .8s cubic-bezier(.2, 1, .3, 1);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    background-color: #fff;
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -ms-transform-origin: top;
    -webkit-transform-origin: top;
    transform-origin: top
}

.material #header-outer.no-material-transition #search-outer,
body[data-slide-out-widget-area-style=slide-out-from-right] > a.slide_out_area_close.no-material-transition,
body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap.material-ocm-open.no-material-transition,
body[data-slide-out-widget-area-style=slide-out-from-right].material .ocm-effect-wrap-shadow.no-material-transition {
    transition: none
}

.material #header-outer #search-outer:before {
    content: '';
    -webkit-transform: none;
    transform: none;
    backface-visibility: hidden
}

body.material[data-header-inherit-rc=true] #header-outer #search-outer:before {
    display: none
}

body.material[data-header-inherit-rc=true] #search-outer {
    background-color: inherit
}

#header-outer.material-search-open .bg-color-stripe,
#search-outer.material-open .bg-color-stripe {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

body[data-header-color=dark] #ajax-content-wrap:after {
    background-color: rgba(255, 255, 255, .55)
}

#ajax-content-wrap:after {
    background-color: rgba(0, 0, 0, .45);
    content: '';
    position: fixed;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    pointer-events: none;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: opacity .7s cubic-bezier(.2, 1, .3, 1)
}

#ajax-content-wrap.material-open:after {
    opacity: 1
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    #ajax-content-wrap:after {
        display: none
    }
}

#header-secondary-outer,
#header-secondary[data-using-secondary="1"] {
    transition: transform .32s ease
}

#slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items {
    display: none
}

#slide-out-widget-area .mobile-only .menu.secondary-header-items {
    margin-top: 25px
}

    #slide-out-widget-area .mobile-only .menu.secondary-header-items li a {
        font-size: 18px
    }

body.material #slide-out-widget-area .mobile-only.off-canvas-menu-container .menu.secondary-header-items li {
    margin-bottom: 5px
}

.nectar-video-box a.nectar_video_lightbox:before {
    opacity: .8;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    border: none
}

.nectar-video-box[data-color] a.nectar_video_lightbox.play_button_2 {
    background-color: transparent !important
}

.nectar-video-box a.nectar_video_lightbox {
    box-shadow: 0 20px 45px rgba(0, 0, 0, .25)
}

.nectar_video_lightbox.play_button:before,
.span_12.dark .nectar_video_lightbox.play_button:before {
    border-width: 3px
}

.nectar_video_lightbox svg {
    width: 18px;
    height: 18px
}

.material #search-outer {
    display: block;
    overflow: hidden
}

#search-outer #search {
    max-width: 1200px;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.material #search-outer #search,
.material #header-outer #search-outer #search {
    padding: 0
}

#search-outer #search-box,
#search-outer #search #close {
    transition: transform .8s cubic-bezier(.2, 1, .3, 1), opacity .8s cubic-bezier(.2, 1, .3, 1);
    transform: translate3d(0, 35vh, 0);
    opacity: 0
}

body.material #search-outer.material-open,
body.material #header-outer #search-outer.material-open {
    transform: translate3d(0, 0vh, 0);
    -webkit-transform: translate3d(0, 0vh, 0)
}

#search-outer.material-open #search-box,
#search-outer.material-open #search #close,
#header-outer #search-outer.material-open #search-box,
#header-outer #search-outer.material-open #search #close {
    transform: translate3d(0, 0vh, 0);
    opacity: 1
}

#header-outer .mobile-search .icon-salient-search,
#header-outer .mobile-user-account .icon-salient-m-user,
#header-outer #top #mobile-cart-link i {
    background-color: transparent !important;
    vertical-align: middle;
    font-size: 18px
}

#header-outer .mobile-user-account .icon-salient-m-user {
    font-size: 19px;
    width: 21px
}

#header-outer #top #mobile-cart-link i {
    font-size: 19px;
    width: 19px
}

#header-outer .mobile-search .icon-salient-search,
#header-outer .mobile-user-account .icon-salient-m-user {
    transition: color .3s ease;
    -webkit-transition: color .3s ease
}

body #search-outer #search input[type=text] {
    height: auto !important;
    text-transform: none;
    color: #000;
    border-bottom: 4px solid #3452ff
}

body #search-outer #search input[type=text],
body.material #search-outer #search form input[type=text] {
    font-size: 70px
}

body.material #search-outer #search input[type=text] {
    line-height: 70px
}

@media only screen and (min-width:1000px) {
    body #search-outer #search input[type=text] {
        height: 100px !important
    }

    body.material #search-outer #search #search-box input[type=text] {
        line-height: 100px
    }
}

#header-outer[data-lhe=animated_underline] #top nav > ul > li:not([class*=button_]) > a:after,
#header-secondary-outer[data-lhe=animated_underline] nav > .sf-menu > li:not([class*=button_]) > a:after {
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform .35s cubic-bezier(.52, .01, .16, 1);
    transition: transform .35s cubic-bezier(.52, .01, .16, 1);
    bottom: -3px
}

#header-secondary-outer[data-lhe=animated_underline] nav > .sf-menu > li:not([class*=button_]) > a:after {
    bottom: 0;
    border-width: 1px
}

body[data-header-color=custom] #search-outer #search .span_12 span {
    opacity: .7
}

body[data-header-color=light] #header-outer #search-outer input::-webkit-input-placeholder {
    color: #000
}

body[data-header-color=dark] #header-outer #search-outer input::-webkit-input-placeholder {
    color: #fff
}

#header-outer #search-outer input::-webkit-input-placeholder,
#header-outer #search-outer input::-moz-placeholder,
#header-outer #search-outer input:-ms-input-placeholder {
    color: #888
}

body.material #search-outer > #search form {
    width: 100%;
    float: none
}

#header-outer.light-text #search-outer input[type=text],
body[data-header-color=dark] #header-outer #search-outer input[type=text] {
    border-color: #fff
}

#header-outer.light-text #search-outer #search .span_12 span,
body[data-header-color=dark] #header-outer #search-outer #search .span_12 span {
    color: rgba(255, 255, 255, .6)
}

#header-outer.light-text #search-outer #search #close a span,
body[data-header-color=dark] #header-outer #search-outer #search #close a span {
    color: #fff
}

#header-outer.light-text #search-outer input::-webkit-input-placeholder,
body[data-header-color=dark] #header-outer #search-outer input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

#header-outer.light-text #search-outer input::-moz-placeholder,
body[data-header-color=dark] #header-outer #search-outer input::-moz-placeholder {
    color: rgba(255, 255, 255, .5)
}

#header-outer.light-text #search-outer input:-ms-input-placeholder,
body[data-header-color=dark] #header-outer #search-outer input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

#search-outer #search #close {
    position: absolute;
    top: 25px;
    right: 40px
}

body.material #search-outer #search input[type=text] {
    padding-right: 70px
}

body.material #search-outer #search #close a {
    right: 64px;
    top: 16px
}

#search-outer #search #close a:before,
.slide_out_area_close:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .05);
    content: '';
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    transition: all .45s cubic-bezier(.15, .2, .1, 1);
    -webkit-transition: all .45s cubic-bezier(.15, .2, .1, 1)
}

[data-header-color=dark] #search-outer #search #close a:before {
    background-color: rgba(255, 255, 255, .1)
}

body[data-is].material #search-outer #search #close a:hover:not(:focus):before,
body[data-is].material .slide_out_area_close:hover:not(:focus):before {
    transform: scale(1.2) translateZ(0);
    -webkit-transform: scale(1.2) translateZ(0)
}

blockquote:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    content: '';
    border-left: 4px solid rgba(0, 0, 0, .1)
}

.testimonial_slider blockquote:before {
    border: none
}

blockquote {
    position: relative;
    padding-left: 1.8em
}

#search-outer #search .span_12 span {
    display: block;
    color: rgba(0, 0, 0, .4);
    margin-top: 15px
}

@media only screen and (min-width:691px) {
    #boxed #search-outer #search,
    .material #boxed #header-outer #search-outer #search {
        padding: 0 90px
    }
}

body.material #search-outer #search #close a span {
    color: #000
}

body #search-outer .ui-widget-content {
    top: 90px
}

body #search-results .result .bottom-line,
body .masonry-blog-item .bottom-line,
body .masonry-blog-item .more-link {
    display: none
}

body.material .masonry-blog-item .inner-wrap,
body.material .masonry-blog-item .mejs-container .mejs-controls {
    box-shadow: none
}

.masonry-blog-item .post-meta {
    padding: 0 18px 18px
}

.post .nectar-love-wrap {
    line-height: 20px
}

.masonry-blog-item .inner-wrap {
    padding: 0
}

.masonry-blog-item .content-inner .post-featured-img img,
.masonry-blog-item .more-link,
.post-area.masonry .post .quote-inner,
.post-area.masonry .post .link-inner,
.post-area.masonry .post .status-inner,
.post-area.masonry .post .aside-inner {
    margin-bottom: 0 !important
}

@media only screen and (min-width:1000px) {
    .post-area.masonry.span_9,
    .single-portfolio .post-area.span_9,
    .post-area.span_9,
    body[data-ext-responsive=true] .post-area.masonry.span_9,
    body.search.material .span_9,
    body[data-ext-responsive=true] .post-area.masonry.span_9.meta_overlaid {
        padding-right: 0;
        margin-right: 4%;
        width: 68.5%
    }

        .post-area.span_9.col_last {
            margin-right: 0
        }

    .material.single-portfolio .post-area.span_9 {
        margin-right: 4% !important
    }

    .post-area.masonry.span_9 .masonry-blog-item {
        width: 47.2%
    }

    .post-area.masonry.span_9.material .masonry-blog-item {
        width: 47.2%
    }

    #sidebar.span_3 {
        width: 27.5%;
        backface-visibility: hidden
    }

    .woocommerce.archive #sidebar.span_3,
    .woocommerce.single #sidebar.span_3 {
        width: 21%
    }

        .woocommerce.archive #sidebar.span_3.col_last {
            width: 20%
        }

    .woocommerce.archive .post-area.span_9,
    .woocommerce.single .post-area.span_9 {
        width: 75.5%
    }

        .woocommerce.single .post-area.span_9:not(.col_last) {
            margin-right: 0;
            padding-right: 20px
        }

    .woocommerce.single #sidebar.span_3.col_last {
        margin-left: 2%
    }

    .masonry-blog-item {
        width: 31.1%
    }
}

body.blog[data-bg-header=false] .full-width-content.blog-fullwidth-wrap .post-area.span_12.masonry.material,
body.blog[data-bg-header=false] .full-width-content.blog-fullwidth-wrap .post-area.span_12.masonry.classic_enhanced,
body.blog[data-bg-header=false] .full-width-content.blog-fullwidth-wrap .post-area.span_12.masonry.classic {
    padding-top: 35px
}

@media only screen and (min-width:1000px) {
    body.blog[data-bg-header=false] .full-width-content.blog-fullwidth-wrap .post-area.span_12.masonry.material,
    body.blog[data-bg-header=false] .full-width-content.blog-fullwidth-wrap .post-area.span_12.masonry.classic_enhanced,
    body.blog[data-bg-header=false] .full-width-content.blog-fullwidth-wrap .post-area.span_12.masonry.classic {
        padding-top: 2%
    }
}

.single-post[data-bg-header=true] .container-wrap:not(.no-sidebar) > .main-content {
    padding-top: 35px
}

.material .masonry-blog-item .content-inner {
    padding-bottom: 0;
    border: 0;
    margin-bottom: 0
}

.masonry-blog-item .article-content-wrap {
    padding: 16px 18px 18px
}

.main-content > .row > .wpb_row:not(.full-width-content) .nectar-recent-posts-single_featured > div,
.main-content > .row > .wpb_row:not(.full-width-content) .nectar-recent-posts-single_featured.multiple_featured > div {
    border-radius: 5px;
    overflow: hidden
}

.post-area.masonry .post.quote .post-content .post-meta,
.post-area.masonry .post.link .post-content .post-meta,
.post-area.masonry .format-status .post-content .post-meta,
.post-area.masonry .post.format-aside .post-meta {
    display: none !important
}

body.material .post .content-inner {
    border: none
}

#sidebar .widget {
    margin-bottom: 60px
}

#sidebar > div:last-child {
    margin-bottom: 0
}

#author-bio {
    padding-bottom: 0;
    border: none;
    margin-bottom: 0
}

    #author-bio img {
        display: inline-block;
        position: relative;
        vertical-align: middle
    }

.blog_next_prev_buttons {
    margin-top: 80px
}

#author-bio h3 span,
.comments-section .comment-wrap.full-width-section > h3 span,
.container-wrap #author-bio #author-info p {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: none
}

.container-wrap #author-bio #author-info h3 {
    margin-bottom: -3px
}

#author-bio[data-has-tags=true] {
    padding-top: 0
}

.container-wrap #author-bio #author-info a {
    color: inherit
}

.container-wrap #author-bio #author-info {
    width: 75% !important;
    vertical-align: middle;
    display: inline-block;
    padding-left: 30px
}

    .container-wrap #author-bio #author-info p {
        max-width: 70%;
        opacity: .7
    }

#author-bio .nectar-button {
    margin-top: 20px
}

#author-bio .avatar {
    border-radius: 100%
}

#page-header-bg.fullscreen-header .author-section .meta-category {
    display: block
}

    #page-header-bg.fullscreen-header .author-section .meta-category a,
    #page-header-bg.fullscreen-header .author-section,
    #page-header-bg.fullscreen-header .meta-author img {
        display: inline-block
    }

#page-header-bg h1 {
    padding-top: 10px;
    padding-bottom: 10px
}

.single-post #page-header-bg.fullscreen-header h1 {
    margin: 0 auto
}

#page-header-bg.fullscreen-header .author-section {
    width: auto
}

    #page-header-bg.fullscreen-header .author-section .avatar-post-info,
    #page-header-bg.fullscreen-header .author-section .meta-author {
        text-align: center
    }

    #page-header-bg.fullscreen-header .author-section .avatar-post-info {
        margin-top: 13px;
        margin-left: 0
    }

    #page-header-bg.fullscreen-header .author-section .meta-author {
        top: 0
    }

#page-header-bg.fullscreen-header .author-section {
    margin-top: 25px
}

    #page-header-bg.fullscreen-header .author-section .meta-author {
        display: block;
        float: none
    }

.single .post-area .content-inner > .post-tags > h4 {
    display: none
}

.material .comment-list .reply {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 5px;
    bottom: auto
}

    .material .comment-list .reply a {
        font-size: 13px;
        background-color: transparent;
        color: #888;
        border-radius: 0;
        padding: 0
    }

        .material .comment-list .reply a:before {
            content: "\f112";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            transform: rotate(180deg);
            padding-left: 6px
        }

.comment-list .comment-meta {
    font-size: 13px
}

body .comment-list .reply a:hover,
body .comment-list .reply a:focus {
    background-color: transparent !important
}

#respond {
    margin-top: 80px
}

body[data-ext-responsive=true].single-post.material .comment-wrap .comment #respond {
    margin: 40px auto 0 auto !important
}

body.material .comment-list .comment > div,
body.material .comment-list .pingback > div {
    background-color: transparent;
    box-shadow: none;
    padding-left: 85px;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 4em
}

    body.material .comment-list .comment > div img.avatar,
    body.material .comment-list .pingback > div img.avatar {
        left: 0;
        border-radius: 100%;
        top: 0
    }

.comment-list .comment .comment img.avatar,
.comment-list .pingback .pingback img.avatar {
    width: 40px;
    height: 40px
}

body.material .comment-list .comment .comment > div,
body.material .comment-list .pingback .pingback > div {
    padding-left: 65px
}

.comment-list .comment > div p,
.comment-list .pingback > div p {
    margin-top: 30px
}

.comment-list .children {
    border-left: none;
    background-position: left 30px;
    margin-left: 26px;
    padding-left: 60px
}

.comment-list .says {
    display: none
}

#reply-title {
    margin-bottom: 25px
}

.single-product.material #reply-title,
.single-product.material #commentform .form-submit {
    text-align: left
}

.material .comment #reply-title {
    text-align: left
}

#respond #cancel-comment-reply-link {
    padding-left: 15px
}

body.material .comment-wrap {
    margin-top: 0;
    padding-top: 8%;
    padding-bottom: 8%
}

    body.material .comment-wrap[data-comments-open=false] {
        padding: 0;
        margin-bottom: 0;
        margin-top: 0
    }

body.material.single-portfolio .comment-wrap {
    margin-top: 30px
}

#author-bio.no-pagination {
    border-top: 1px solid #999
}

.comments-section[data-author-bio=false] .comment-wrap {
    border: none
}

.comment-list {
    padding-bottom: 80px
}

#author-bio.no-pagination.lighter-grey,
.comment-wrap.lighter-grey {
    border-color: #ddd
}

.comment-wrap,
#author-bio {
    padding-top: 30px
}

body.material .blog-recent[data-style*=classic_enhanced].related-posts .inner-wrap {
    box-shadow: 0 45px 85px rgba(0, 0, 0, .08)
}

.single-post #page-header-bg.fullscreen-header,
.single-post #single-below-header.fullscreen-header {
    background-color: #f6f6f6
}

.single-post #single-below-header.fullscreen-header {
    border-top: 1px solid #ddd;
    border-bottom: none !important
}

.tagcloud a,
#header-outer .widget_shopping_cart a.button,
.post .more-link span,
.blog-recent .more-link span,
.flex-direction-nav a,
#pagination span,
#pagination a,
#pagination .next.inactive,
#pagination .prev.inactive,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce .container-wrap nav.woocommerce-pagination ul li span {
    border-radius: 0 !important
}

.material .col.boxed,
.material .wpb_column.boxed {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    background-color: #fff;
    padding: 25px 15px 15px;
    position: relative;
    -webkit-transition: transform .2s ease, -webkit-box-shadow .2s ease;
    transition: transform .2s ease, box-shadow .2s ease;
    top: 0
}

    .material .col.boxed:hover,
    .material .wpb_column.boxed:hover {
        transform: translateY(-4px);
        -webkit-transform: translateY(-4px);
        box-shadow: 0 17px 25px rgba(0, 0, 0, .13);
        -webkit-box-shadow: 0 17px 25px rgba(0, 0, 0, .13)
    }

.material .pp_arrow_previous,
.material .pp_arrow_next,
.material .mfp-arrow-right,
.material .mfp-arrow-left,
.woocommerce .pswp__button--arrow--right,
.woocommerce .pswp__button--arrow--left {
    overflow: visible;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    border: 2px solid rgba(255, 255, 255, .4)
}

.material.woocommerce .pswp__button--arrow--right:before,
.material.woocommerce .pswp__button--arrow--left:before {
    background-image: none;
    line-height: 40px;
    height: 40px;
    width: 36px
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    top: -7px !important
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
    height: 4px
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    transition: transform .2s ease, box-shadow .2s ease
}

    .woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before,
    .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:before {
        position: absolute;
        content: '';
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 100px;
        box-shadow: 0 0 0 10px #000 inset;
        transition: box-shadow .2s ease
    }

    .woocommerce .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active,
    .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
        transform: scale(1.2);
        box-shadow: 0px 5px 12px rgba(0, 0, 0, .2) !important
    }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    box-shadow: none !important;
    border: 0 !important
}

.pp_arrow_previous {
    left: 30px
}

.pp_arrow_next {
    right: 30px
}

    .pp_arrow_next:hover,
    .pp_arrow_previous:hover,
    .mfp-arrow-right:hover,
    .mfp-arrow-left:hover,
    .woocommerce .pswp__button--arrow--right:hover,
    .woocommerce .pswp__button--arrow--left:hover {
        border: 2px solid rgba(255, 255, 255, 0)
    }

.pp_arrow_previous .icon-default-style {
    border-radius: 0;
    width: 20px;
    height: 40px;
    line-height: 39px;
    font-size: 24px;
    font-family: FontAwesome;
    margin-top: 0;
    left: -1px;
    transition: all .35s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .35s cubic-bezier(.12, .75, .4, 1)
}

body.material .mfp-arrow-left,
body.material.woocommerce .pswp__button--arrow--left {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-family: FontAwesome;
    margin-top: 0;
    opacity: 1;
    left: 40px;
    transition: all .35s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .35s cubic-bezier(.12, .75, .4, 1)
}

.pp_arrow_next .icon-default-style {
    border-radius: 0;
    width: 20px;
    line-height: 39px;
    height: 40px;
    font-size: 24px;
    margin-top: 0;
    font-family: FontAwesome;
    left: 1px;
    transition: all .35s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .35s cubic-bezier(.12, .75, .4, 1)
}

body.material .mfp-arrow-right,
body.material.woocommerce .pswp__button--arrow--right {
    line-height: 40px;
    height: 40px;
    font-size: 24px;
    margin-top: 0;
    font-family: FontAwesome;
    opacity: 1;
    right: 40px;
    transition: all .35s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .35s cubic-bezier(.12, .75, .4, 1)
}

.pp_arrow_previous .icon-default-style:after,
.pp_arrow_next .icon-default-style:after,
.mfp-arrow-left:after,
.mfp-arrow-right:after,
.woocommerce .pswp__button--arrow--right:after,
.woocommerce .pswp__button--arrow--left:after {
    display: block;
    content: ' ';
    position: absolute;
    width: 36px;
    height: 2px;
    background-color: #fff;
    top: 19px;
    opacity: 0;
    left: -6px;
    cursor: pointer;
    transform: translateX(-37px);
    transition: all .35s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .35s cubic-bezier(.12, .75, .4, 1);
    pointer-events: none
}

.mfp-arrow-left:after,
.mfp-arrow-right:after,
.woocommerce .pswp__button--arrow--right:after,
.woocommerce .pswp__button--arrow--left:after {
    top: 17px;
    transform: translateX(-27px);
    -webkit-transform: translateX(-27px)
}

.mfp-arrow-left:after,
.woocommerce .pswp__button--arrow--left:after {
    left: 65px
}

.pp_arrow_previous .icon-default-style:after {
    left: 59px
}

.pp_arrow_previous .icon-default-style:before,
.mfp-arrow-left:before,
.woocommerce .pswp__button--arrow--left:before {
    content: "\f104";
    color: #fff
}

.mfp-arrow-left:before,
.woocommerce .pswp__button--arrow--left:before {
    top: -3px;
    left: -1px;
    display: block;
    position: relative;
    transition: all .35s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .35s cubic-bezier(.12, .75, .4, 1)
}

.pp_arrow_next .icon-default-style:before,
.mfp-arrow-right:before,
.woocommerce .pswp__button--arrow--right:before {
    content: "\f105";
    color: #fff
}

.mfp-arrow-right:before,
.woocommerce .pswp__button--arrow--right:before {
    top: -3px;
    right: -1px;
    display: block;
    transition: all .35s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .35s cubic-bezier(.12, .75, .4, 1);
    position: relative
}

.pp_arrow_next:hover .icon-default-style:after,
.mfp-arrow-right:hover:after,
.woocommerce .pswp__button--arrow--right:hover:after {
    opacity: 1;
    transform: translateX(-18px);
    -webkit-transform: translateX(-18px)
}

.mfp-arrow-right:hover:before,
.woocommerce .pswp__button--arrow--right:hover:before {
    transform: translateX(9px);
    -webkit-transform: translateX(9px)
}

.mfp-arrow-left:hover:before,
.woocommerce .pswp__button--arrow--left:hover:before {
    transform: translateX(-9px);
    -webkit-transform: translateX(-9px)
}

.mfp-arrow-right:hover:after,
.woocommerce .pswp__button--arrow--right:hover:after {
    transform: translateX(-1px);
    -webkit-transform: translateX(-1px)
}

.pp_arrow_next:hover .icon-default-style {
    transform: translateX(7px);
    -webkit-transform: translateX(7px)
}

.pp_arrow_previous:hover .icon-default-style:after,
.mfp-arrow-left:hover:after,
.woocommerce .pswp__button--arrow--left:hover:after {
    opacity: 1;
    transform: translateX(-51px);
    -webkit-transform: translateX(-51px)
}

.mfp-arrow-left:hover:after,
.woocommerce .pswp__button--arrow--left:hover:after {
    transform: translateX(-58px);
    -webkit-transform: translateX(-58px)
}

.pp_arrow_previous:hover .icon-default-style {
    transform: translateX(-7px);
    -webkit-transform: translateX(-7px)
}

.nectar_team_member_overlay .inner-wrap {
    padding-top: 0 !important
}

#commentform .form-submit {
    margin-top: 25px
}

.container-wrap input[type=submit],
.container-wrap button[type=submit],
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    padding: 16px !important;
    border-radius: 0 !important
}

body[data-button-style=rounded] .container-wrap input[type=submit],
body[data-button-style=rounded] .container-wrap button[type=submit] {
    padding: 16px 23px !important
}

body[data-button-style=rounded][data-form-submit=see-through] .container-wrap .widget_search input[type=submit],
body[data-button-style=rounded][data-form-submit=see-through] .container-wrap .widget_search button[type=submit] {
    padding: 12px 23px !important
}

.woocommerce .actions .button {
    height: auto !important;
    padding: 14px !important
}

.cart .quantity input.plus,
.cart .quantity input.minus {
    font-weight: 400;
    height: 46px;
    font-size: 16px;
    width: 46px
}

.cart .quantity input.qty {
    height: 46px;
    width: 46px
}

.widget_search .search-form input[type=submit],
.newsletter-widget form input[type=submit] {
    line-height: 24px
}

.container-wrap .span_12.light input[type=text],
.container-wrap .span_12.light textarea,
.container-wrap .span_12.light input[type=email],
.container-wrap .span_12.light input[type=password],
.container-wrap .span_12.light input[type=tel],
.container-wrap .span_12.light input[type=url],
.container-wrap .span_12.light input[type=search],
.container-wrap .span_12.light input[type=date] {
    border: 1px solid rgba(255, 255, 255, .6);
    color: #fff
}

    .container-wrap .span_12.light input[type=text]:focus,
    .container-wrap .span_12.light textarea:focus,
    .container-wrap .span_12.light input[type=email]:focus,
    .container-wrap .span_12.light input[type=password]:focus,
    .container-wrap .span_12.light input[type=tel]:focus,
    .container-wrap .span_12.light input[type=url]:focus,
    .container-wrap .span_12.light input[type=search]:focus,
    .container-wrap .span_12.light input[type=date]:focus {
        border: 1px solid rgba(255, 255, 255, .8)
    }

.container-wrap .span_12.light input[type=submit]:hover {
    background-color: #333 !important;
    opacity: .8 !important
}

.mfp-iframe-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    max-width: 1280px
}

#slide-out-widget-area.slide-out-from-right {
    min-width: 390px;
    padding-left: 60px;
    padding-right: 60px;
    z-index: 5;
    overflow: hidden;
    transform: none
}

#ajax-content-wrap #slide-out-widget-area.slide-out-from-right {
    z-index: -1
}

.slide_out_area_close:before,
#search-outer #search #close a:before {
    transform: scale(0)
}

.material-ocm-open.slide_out_area_close:before,
#search-outer.material-open #search #close a:before {
    transform: scale(1)
}

.slide_out_area_close .close-wrap,
#search-outer .close-wrap,
.slide-out-widget-area-toggle a .close-wrap {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0);
    -webkit-transition: margin .2s ease, opacity .3s ease, -webkit-transform .2s ease 1s;
    transition: margin .2s ease, opacity .3s ease, -webkit-transform .2s ease 1s;
    transition: margin .2s ease, transform .2s ease 1s, opacity .3s ease;
    transition: margin .2s ease, transform .2s ease 1s, opacity .3s ease, -webkit-transform .2s ease 1s;
    width: 20px;
    height: 20px;
    display: block;
    overflow: hidden
}

#top .slide-out-widget-area-toggle a .close-wrap {
    width: 22px;
    height: 22px;
    opacity: 0
}

@media only screen and (max-width:999px) {
    #top .slide-out-widget-area-toggle a .close-wrap {
        height: 20px
    }
}

#top .slide-out-widget-area-toggle .open .close-wrap,
#top .slide-out-widget-area-toggle .animating .close-wrap {
    opacity: 1
}

.material-ocm-open.slide_out_area_close .close-line1,
#search-outer.material-open .close-line1,
.slide-out-widget-area-toggle .open .close-line1 {
    -webkit-animation-name: crossRight;
    animation-name: crossRight;
    -webkit-animation-delay: .29s;
    animation-delay: .29s
}

.material-ocm-open.slide_out_area_close .close-line2,
#search-outer.material-open .close-line2,
.slide-out-widget-area-toggle .open .close-line2 {
    -webkit-animation-name: crossLeft;
    animation-name: crossLeft;
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.slide_out_area_close .close-line1,
#search-outer:not(.material-open) .close-line1,
.slide-out-widget-area-toggle a:not(.open) .close-line1 {
    -webkit-transform: translateY(0) translateX(0) rotate(-45deg);
    transform: translateY(0) translateX(0) rotate(-45deg);
    -webkit-animation-name: crossLeftClose;
    animation-name: crossLeftClose;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .15s;
    animation-duration: .15s
}

.slide-out-widget-area-toggle a:not(.open) .close-line1 {
    -webkit-animation-duration: .4s;
    animation-duration: .4s
}

.slide_out_area_close .close-line2,
#search-outer:not(.material-open) .close-line2,
.slide-out-widget-area-toggle a:not(.open) .close-line2 {
    -webkit-transform: translateY(0) translateX(0) rotate(45deg);
    transform: translateY(0) translateX(0) rotate(45deg);
    -webkit-animation-name: crossRightClose;
    animation-name: crossRightClose;
    -webkit-animation-delay: .06s;
    animation-delay: .06s;
    -webkit-animation-duration: .15s;
    animation-duration: .15s
}

.slide-out-widget-area-toggle a:not(.open) .close-line2 {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.slide_out_area_close .close-line,
#search-outer .close-line,
.slide-out-widget-area-toggle a .close-line {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-timing-function: cubic-bezier(.52, .01, .16, 1);
    animation-timing-function: cubic-bezier(.52, .01, .16, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.material-ocm-open.slide_out_area_close .close-wrap .close-line1,
#search-outer.material-open .close-wrap .close-line1,
.slide-out-widget-area-toggle .open .close-line1 {
    -webkit-transform: translateY(-30px) translateX(30px) rotate(45deg);
    transform: translateY(-30px) translateX(30px) rotate(45deg)
}

.material-ocm-open.slide_out_area_close .close-wrap .close-line2,
#search-outer.material-open .close-wrap .close-line2,
.slide-out-widget-area-toggle .open .close-line2 {
    -webkit-transform: translateY(-30px) translateX(-30px) rotate(-45deg);
    transform: translateY(-30px) translateX(-30px) rotate(-45deg)
}

.slide_out_area_close .close-wrap .close-line,
#search-outer .close-wrap .close-line,
#top .slide-out-widget-area-toggle .close-line {
    height: 100%;
    width: 2px;
    background: #fff;
    backface-visibility: hidden;
    position: absolute;
    border-radius: 5px;
    left: 9px;
    transition: opacity .2s ease, background-color .2s ease
}

#header-outer:not(.transparent) #top .slide-out-widget-area-toggle .close-line {
    background-color: #666
}

#slide-out-widget-area.fullscreen-alt .inner .widget.widget_nav_menu li a .clip-wrap,
#slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a .clip-wrap,
#slide-out-widget-area.slide-out-from-right-hover .inner .widget.widget_nav_menu li a .clip-wrap,
#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a .clip-wrap {
    display: none
}

body[data-slide-out-widget-area-style*=fullscreen][data-header-color=light] #header-outer.side-widget-open:not(.transparent):not(.light-text) header .slide-out-widget-area-toggle .close-line {
    background-color: #888
}

#slide-out-widget-area-bg.fullscreen-alt {
    padding: 0 !important
}

#search-outer .close-wrap .close-line,
.slide-out-widget-area-toggle a .close-line {
    background-color: #000
}

body.mobile.material[data-header-color=light] #header-outer .slide-out-widget-area-toggle a .close-line,
body.mobile.material[data-header-color=light] #header-outer.transparent .slide-out-widget-area-toggle a .close-line {
    background-color: #999 !important
}

@keyframes headerButtonsBottomBarItem {
    0% {
        transform: translateX(15px);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes crossLeft {
    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(-45deg);
        transform: translateY(0px) translateX(0px) rotate(-45deg)
    }
}

@keyframes crossLeft {
    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(-45deg);
        transform: translateY(0px) translateX(0px) rotate(-45deg)
    }
}

@-webkit-keyframes crossLeftClose {
    100% {
        -webkit-transform: translateY(22px) translateX(22px) rotate(-45deg);
        transform: translateY(22px) translateX(22px) rotate(-45deg)
    }
}

@keyframes crossLeftClose {
    100% {
        -webkit-transform: translateY(22px) translateX(22px) rotate(-45deg);
        transform: translateY(22px) translateX(22px) rotate(-45deg)
    }
}

@-webkit-keyframes crossRight {
    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(45deg);
        transform: translateY(0px) translateX(0px) rotate(45deg)
    }
}

@keyframes crossRight {
    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(45deg);
        transform: translateY(0px) translateX(0px) rotate(45deg)
    }
}

@-webkit-keyframes crossRightClose {
    100% {
        -webkit-transform: translateY(22px) translateX(-22px) rotate(45deg);
        transform: translateY(22px) translateX(-22px) rotate(45deg)
    }
}

@keyframes crossRightClose {
    100% {
        -webkit-transform: translateY(22px) translateX(-22px) rotate(45deg);
        transform: translateY(22px) translateX(-22px) rotate(45deg)
    }
}

#slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container {
    position: relative;
    top: auto
}

#slide-out-widget-area.slide-out-from-right .inner-wrap,
#slide-out-widget-area.slide-out-from-right .off-canvas-menu-container {
    width: 100%
}

#slide-out-widget-area.slide-out-from-right .inner-wrap {
    opacity: 0
}

body.material-ocm-open #slide-out-widget-area.slide-out-from-right .inner-wrap {
    opacity: 1
}

#slide-out-widget-area.slide-out-from-right #slide-out-widget-area .inner > div,
#slide-out-widget-area.slide-out-from-right .inner {
    width: auto
}

#slide-out-widget-area[class*=slide-out-from-right] .inner {
    height: auto
}

#slide-out-widget-area[class*=slide-out-from-right] .menuwrapper,
#slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container,
#slide-out-widget-area[class*=slide-out-from-right] .widget.widget_nav_menu > div,
#slide-out-widget-area[class*=slide-out-from-right] .bottom-meta-wrap {
    display: inline-block
}

#slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container {
    min-width: 190px
}

@media only screen and (min-width:1000px) {
    #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container.mobile-only {
        display: none
    }
}

#slide-out-widget-area[class*=slide-out-from-right] .widget.widget_nav_menu li a {
    padding-left: 0;
    padding-right: 0
}

#slide-out-widget-area[class*=slide-out-from-right] .inner-wrap,
#slide-out-widget-area.slide-out-from-right-hover .inner > .off-canvas-menu-container {
    margin: auto 0;
    position: relative
}

#slide-out-widget-area[class*=slide-out-from-right],
#slide-out-widget-area.slide-out-from-right-hover .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

#slide-out-widget-area.slide-out-from-right-hover .inner {
    flex-wrap: wrap
}

body[data-slide-out-widget-area-style=slide-out-from-right] .slide-out-widget-area-toggle {
    z-index: 100
}

body[data-slide-out-widget-area-style=slide-out-from-right] #slide-out-widget-area .off-canvas-social-links li:first-child a {
    padding-left: 0
}

body[data-slide-out-widget-area-style=slide-out-from-right] #slide-out-widget-area .off-canvas-social-links li a i:after {
    z-index: 10000
}

body[data-slide-out-widget-area-style=slide-out-from-right] #slide-out-widget-area .off-canvas-social-links li {
    padding: 0
}

    body[data-slide-out-widget-area-style=slide-out-from-right] #slide-out-widget-area .off-canvas-social-links li a {
        height: 24px;
        display: block;
        width: auto;
        line-height: 38px;
        opacity: 1;
        padding: 0 14px;
        box-sizing: content-box;
        text-align: center
    }

    body[data-slide-out-widget-area-style=slide-out-from-right] #slide-out-widget-area .off-canvas-social-links li i:before {
        z-index: 10;
        display: block;
        position: relative
    }

body[data-slide-out-widget-area-style=slide-out-from-right].material #slide-out-widget-area .off-canvas-social-links li i {
    height: 26px;
    width: auto
}

body.material[data-slide-out-widget-area-style=slide-out-from-right] #slide-out-widget-area .off-canvas-social-links li i {
    font-size: 20px
}

body[data-slide-out-widget-area-style=slide-out-from-right] #slide-out-widget-area .off-canvas-social-links li i {
    line-height: 28px;
    display: block;
    position: relative;
    top: auto;
    backface-visibility: hidden;
    transition: color .2s ease;
    vertical-align: middle
}

body[data-slide-out-widget-area-style=slide-out-from-right] .slide_out_area_close {
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 8;
    display: block
}

@media only screen and (min-width:1000px) {
    body[data-slide-out-widget-area-style=slide-out-from-right] .slide_out_area_close {
        opacity: 0;
        transition: transform .8s cubic-bezier(.2, 1, .3, 1);
        position: fixed;
        right: -100px;
        top: 50%;
        transform: translateY(-50%) translateX(100%);
        z-index: 10000
    }

    body[data-slide-out-widget-area-style=slide-out-from-right] .follow-body.slide_out_area_close {
        opacity: 1;
        right: 0;
        transform: translateY(-50%) translateX(-36.55vw)
    }
}

body[data-slide-out-widget-area-style=slide-out-from-right][data-full-width-header=false].admin-bar #slide-out-widget-area .slide_out_area_close {
    top: 50px
}

body[data-slide-out-widget-area-style=slide-out-from-right] #header-outer.side-widget-open {
    box-shadow: none
}

body[data-slide-out-widget-area-style=slide-out-from-right] .nectar-social.fixed {
    transition: transform .45s cubic-bezier(.15, .2, .1, 1)
}

.ocm-effect-wrap.material-ocm-open .nectar-social.fixed {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.ocm-effect-wrap.material-ocm-open .swiper-container .slider-prev,
.ocm-effect-wrap.material-ocm-open .swiper-container .slider-next {
    transition: background-color .2s linear, opacity .45s cubic-bezier(.15, .2, .1, 1);
    -webkit-transition: background-color .2s linear, opacity .45s cubic-bezier(.15, .2, .1, 1)
}

.ocm-effect-wrap.material-ocm-open .nectar-slider-wrap[data-full-width=true] .swiper-container .slider-prev,
.ocm-effect-wrap.material-ocm-open .nectar-slider-wrap[data-full-width=true] .swiper-container .slider-next {
    opacity: 0 !important
}

#fp-nav li {
    transition: transform .3s ease;
    -webkit-transition: transform .3s ease
}

#fp-nav.material-ocm-open li {
    -webkit-transform: scale(0);
    transform: scale(0)
}

body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container .current-menu-item > a {
    opacity: 1
}

#slide-out-widget-area.slide-out-from-right,
#slide-out-widget-area.slide-out-from-right:not(.fullscreen-alt):not(.fullscreen) {
    background-color: transparent !important
}

#slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li a {
    font-size: 22px;
    line-height: 28px;
    font-family: 'Open Sans';
    font-weight: 400
}

#slide-out-widget-area-bg.slide-out-from-right {
    opacity: 1;
    height: 100%;
    width: 100%;
    z-index: 1
}

#ajax-content-wrap > #slide-out-widget-area-bg.slide-out-from-right {
    visibility: hidden
}

body[data-boxed-style="1"] #slide-out-widget-area-bg.slide-out-from-right,
body[data-boxed-style="1"] #slide-out-widget-area.slide-out-from-right {
    opacity: 0;
    pointer-events: none;
    transition: transform .8s cubic-bezier(.2, 1, .3, 1), opacity .8s cubic-bezier(.2, 1, .3, 1)
}

    body[data-boxed-style="1"] #slide-out-widget-area-bg.slide-out-from-right.material-open,
    body[data-boxed-style="1"] #slide-out-widget-area.slide-out-from-right.material-open {
        opacity: 1;
        pointer-events: auto
    }

body[data-boxed-style="1"].material .ocm-effect-wrap {
    background-color: transparent
}

body[data-boxed-style="1"].material-ocm-open .ocm-effect-wrap-inner {
    padding-top: 0 !important
}

body[data-boxed-style="1"].material-ocm-open div[id=wpadminbar] {
    opacity: 0
}

body[data-boxed-style="1"].material-ocm-open #header-outer {
    top: 0 !important
}

body[data-boxed-style="1"].material-ocm-open {
    background-attachment: fixed
}

@media only screen and (min-width:1000px) {
    body[data-slide-out-widget-area-style=slide-out-from-right] .slide_out_area_close {
        position: fixed;
        z-index: 10000
    }

        body[data-slide-out-widget-area-style=slide-out-from-right] .slide_out_area_close:before {
            background-color: #f91b39;
            box-shadow: 0 16px 44px rgba(0, 0, 0, .3)
        }
}

body[data-slide-out-widget-area-style=slide-out-from-right] #slide-out-widget-area.slide-out-from-right {
    -webkit-transform: none;
    transform: none
}

body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap {
    -ms-transition: transform .8s cubic-bezier(.2, 1, .3, 1);
    -webkit-transition: transform .8s cubic-bezier(.2, 1, .3, 1);
    transition: transform .8s cubic-bezier(.2, 1, .3, 1);
    -ms-transform-origin: right;
    -webkit-transform-origin: right;
    transform-origin: right;
    overflow: hidden;
    position: relative;
    z-index: 10
}

body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap-shadow {
    -ms-transition: transform .8s cubic-bezier(.2, 1, .3, 1);
    -webkit-transition: transform .8s cubic-bezier(.2, 1, .3, 1);
    transition: transform .8s cubic-bezier(.2, 1, .3, 1);
    -ms-transform-origin: right;
    -webkit-transform-origin: right;
    transform-origin: right;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    z-index: 1;
    box-shadow: 0 80px 145px rgba(0, 0, 0, .33)
}

body:not(.nectar-no-flex-height) .ocm-effect-wrap-inner,
body[data-slide-out-widget-area-style=slide-out-from-right]:not(.nectar-no-flex-height) .ocm-effect-wrap {
    height: auto !important
}

.nectar-no-flex-height .ocm-effect-wrap-inner,
body[data-slide-out-widget-area-style=slide-out-from-right].nectar-no-flex-height .ocm-effect-wrap {
    height: 100%
}

body.admin-bar.material-ocm-open {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0
}

.slide-out-widget-area-toggle .lines-button.x2 .lines:before,
.slide-out-widget-area-toggle .lines-button.x2 .lines:after {
    transition: top .4s .45s ease, width .3s ease, -webkit-transform .3s ease, background-color .2s ease, opacity .2s ease;
    transition: top .4s .45s ease, width .3s ease, transform .3s ease, background-color .2s ease, opacity .2s ease
}

.lines:after,
body[data-slide-out-widget-area-style=slide-out-from-right-hover] .slide-out-hover-icon-effect.slide-out-widget-area-toggle.small .lines:after {
    top: -7px
}

.lines:before,
body[data-slide-out-widget-area-style=slide-out-from-right-hover] .slide-out-hover-icon-effect.slide-out-widget-area-toggle.small .lines:before {
    width: 1rem;
    top: 7px
}

body[data-slide-out-widget-area-style=slide-out-from-right-hover] .slide-out-widget-area-toggle.mobile-icon .lines:before,
body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before {
    width: 1rem !important
}

.slide-out-widget-area-toggle .lines-button.close .lines:before {
    -webkit-transform: translateY(-7px) rotateZ(-45deg);
    -ms-transform: translateY(-7px) rotateZ(-45deg);
    transform: translateY(-7px) rotateZ(-45deg);
    width: 1.5rem
}

.slide-out-widget-area-toggle .lines-button.close .lines:after {
    -webkit-transform: translateY(7px) rotateZ(45deg);
    -ms-transform: translateY(7px) rotateZ(45deg);
    transform: translateY(7px) rotateZ(45deg);
    width: 1.5rem
}

.material .lines-button.close {
    transform: none
}

body #header-outer .icon-salient-search:before,
body.material #header-outer .icon-salient-search:before {
    content: "\e906"
}

.admin-bar[class*=bp-] .ocm-effect-wrap-inner,
.admin-bar[class*=bp-] .ocm-effect-wrap {
    border-radius: initial
}

.material-ocm-open .container-wrap {
    pointer-events: none
}

.ocm-effect-wrap.material-ocm-open .ocm-effect-wrap-inner {
    -webkit-transform: scale(1.007) !important;
    transform: scale(1.007) !important;
    -webkit-transform-origin: center;
    transform-origin: center
}

body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap.material-ocm-open {
    -webkit-transition: transform .8s cubic-bezier(.2, 1, .3, 1);
    transition: transform .8s cubic-bezier(.2, 1, .3, 1);
    -webkit-transform: scale(.835) translateX(-466px) translateZ(0) !important;
    transform: scale(.835) translateX(-466px) translateZ(0) !important;
    height: 100%
}

body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap-shadow.material-ocm-open {
    -webkit-transition: transform .8s cubic-bezier(.2, 1, .3, 1);
    transition: transform .8s cubic-bezier(.2, 1, .3, 1);
    -webkit-transform: scale(.825) translateX(-476px) translateZ(0) !important;
    transform: scale(.825) translateX(-476px) translateZ(0) !important;
    height: 100%
}

@media only screen and (min-width:1000px) and (max-width:1100px) {
    body[data-slide-out-widget-area-style=slide-out-from-right] .follow-body.slide_out_area_close {
        -webkit-transform: translateY(-50%) translateX(-389px) !important;
        transform: translateY(-50%) translateX(-389px) !important
    }
}

@media only screen and (max-width:450px) {
    #slide-out-widget-area.slide-out-from-right {
        min-width: 78vw;
        width: 78vw;
        padding-left: 50px;
        padding-right: 50px;
        -ms-transition: transform .8s cubic-bezier(.2, 1, .3, 1);
        -webkit-transition: transform .8s cubic-bezier(.2, 1, .3, 1);
        transition: transform .8s cubic-bezier(.2, 1, .3, 1)
    }

    body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap-shadow {
        -webkit-transition: transform .8s cubic-bezier(.2, 1, .3, 1);
        transition: transform .8s cubic-bezier(.2, 1, .3, 1)
    }

    body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap.material-ocm-open {
        -webkit-transform: scale(.84) translateX(-93vw) translateZ(0) !important;
        transform: scale(.84) translateX(-93vw) translateZ(0) !important
    }

    body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap-shadow.material-ocm-open {
        -webkit-transform: scale(.83) translateX(-94vw) translateZ(0) !important;
        transform: scale(.83) translateX(-94vw) translateZ(0) !important
    }
}

@media only screen and (min-width:1100px) {
    #slide-out-widget-area.slide-out-from-right {
        min-width: 33.3vw;
        padding-left: 4%;
        padding-right: 4%
    }

    body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap.material-ocm-open {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: scale(.8) translateX(-32vw) translateZ(0) !important;
        transform: scale(.8) translateX(-32vw) translateZ(0) !important
    }

    body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap-shadow.material-ocm-open {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: scale(.79) translateX(-33.6vw) translateZ(0) !important;
        transform: scale(.79) translateX(-33.6vw) translateZ(0) !important
    }

    body[data-slide-out-widget-area-style=slide-out-from-right] .follow-body.slide_out_area_close {
        -ms-transform: translateY(-50%) translateX(-35.55vw);
        -webkit-transform: translateY(-50%) translateX(-35.55vw);
        transform: translateY(-50%) translateX(-35.55vw)
    }

    body[data-slide-out-widget-area-style=slide-out-from-right][data-boxed-style="1"] .ocm-effect-wrap.material-ocm-open {
        -ms-transform-origin: center;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: scale(.85) translateX(-29.6vw) translateZ(0) !important;
        transform: scale(.85) translateX(-29.6vw) translateZ(0) !important
    }

        body[data-slide-out-widget-area-style=slide-out-from-right][data-boxed-style="1"] .ocm-effect-wrap.material-ocm-open .ocm-effect-wrap-inner {
            -webkit-transform: none !important;
            transform: none !important
        }
}

@media only screen and (max-width:999px) and (min-width:691px) {
    body.material .nectar-button.extra_jumbo.has-icon {
        font-size: 30px;
        line-height: 60px;
        padding: 30px 100px 30px 60px
    }

    body.material .nectar-button.has-icon.extra_jumbo i {
        height: 74px;
        width: 74px;
        line-height: 74px
    }
}

.material-ocm-open #ajax-content-wrap {
    cursor: pointer
}

#slide-out-widget-area.slide-out-from-right .inner > div,
#slide-out-widget-area.slide-out-from-right .bottom-meta-wrap {
    -webkit-transform: translateX(110px);
    -webkit-transition: all .8s cubic-bezier(.2, 1, .3, 1);
    transform: translateX(110px);
    transition: all .8s cubic-bezier(.2, 1, .3, 1)
}

#slide-out-widget-area.slide-out-from-right.material-open .inner > div,
#slide-out-widget-area.slide-out-from-right.material-open .bottom-meta-wrap {
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
}

body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li {
    margin-bottom: 12px
}

body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li a {
    position: relative
}

body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container > .menu > li a {
    opacity: 1;
    transition: color .37s cubic-bezier(.52, .01, .16, 1)
}

body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li a:after {
    transform-origin: left;
    pointer-events: none;
    bottom: -2px;
    -webkit-transition: -webkit-transform .37s cubic-bezier(.52, .01, .16, 1);
    transition: transform .37s cubic-bezier(.52, .01, .16, 1);
    border-color: #fff
}

body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a {
    color: #fff
}

input[type=text],
textarea,
input[type=email],
input[type=password],
input[type=tel],
input[type=url],
input[type=search],
input[type=date],
.material.woocommerce-page[data-form-style=default] input#coupon_code {
    background-color: rgba(0, 0, 0, .04);
    border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0)
}

    input[type=text]:focus,
    textarea:focus,
    input[type=email]:focus,
    input[type=search]:focus,
    input[type=password]:focus,
    input[type=tel]:focus,
    input[type=url]:focus,
    input[type=date]:focus {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .11)
    }

body a,
label span,
body [class^=icon-].icon-default-style,
.blog-recent[data-style*=classic_enhanced] .post-meta .icon-salient-heart-2.loved,
.blog-recent[data-style*=classic_enhanced] .post-meta a:hover i,
.masonry.classic_enhanced .post .post-meta .icon-salient-heart-2.loved,
.masonry.classic_enhanced .post .post-meta a:hover i,
.post .post-header h2 a,
.post .post-header a:hover,
#single-below-header a:hover,
.post .post-header a:focus,
#single-below-header a:focus,
.comment-list .pingback .comment-body > a:hover,
.pricing-column h3,
[data-style=list_featured_first_row] .meta-category a,
body.material .tabbed[data-color-scheme=accent-color][data-style=minimal]:not(.using-icons) > ul li:not(.cta-button) a:hover,
body.material .tabbed[data-color-scheme=accent-color][data-style=minimal]:not(.using-icons) > ul li:not(.cta-button) .active-tab,
.tabbed[data-style*=material][data-color-scheme=accent-color] .wpb_tabs_nav li a:not(.active-tab):hover,
[data-style=list_featured_first_row] .meta-category a,
.icon-3x[class^=icon-],
.icon-3x[class*=" icon-"],
.icon-tiny[class^=icon-],
.nectar-fancy-box[data-style=color_box_hover][data-color=accent-color] .icon-default-style,
.col:hover > [class^=icon-].icon-3x.accent-color.alt-style.hovered,
.col:hover > [class*=" icon-"].icon-3x.accent-color.alt-style.hovered,
div[data-style=minimal] .toggle:hover h3 a,
div[data-style=minimal] .toggle.open h3 a,
#footer-outer #copyright li a i:hover,
.ascend .comment-list .reply a,
body.material .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover,
body.material #sidebar .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover,
body.material #footer-outer .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover,
#top nav .sf-menu .current_page_item > a .sf-sub-indicator i,
#top nav .sf-menu .current_page_ancestor > a .sf-sub-indicator i,
.sf-menu > .current_page_ancestor > a > .sf-sub-indicator i,
.material .widget .tagcloud a,
#single-below-header a:hover [class^=icon-],
#header-outer[data-format=left-header] #top nav > ul > li:not(.megamenu) ul a:hover,
#header-outer #mobile-menu ul li[class*=current] > a,
#header-outer #mobile-menu ul li a:hover,
#header-outer #mobile-menu ul li a:focus,
#header-outer #mobile-menu ul li a:hover .sf-sub-indicator i,
#header-outer #mobile-menu ul li a:focus .sf-sub-indicator i {
    color: #00a795
}

#header-outer[data-lhe=default] #top nav > ul > li > a:hover,
#header-outer[data-lhe=default] #top nav .sf-menu > .sfHover:not(#social-in-menu) > a,
#header-outer[data-lhe=default] #top nav .sf-menu > .current-menu-item > a,
#header-outer[data-lhe=default] #top nav .sf-menu > .current_page_ancestor > a,
#header-outer[data-lhe=default] #top nav .sf-menu > .current-menu-ancestor > a,
#header-outer[data-lhe=default] #top nav .sf-menu > .current_page_item > a,
#header-outer[data-lhe=default] #top nav > ul > .button_bordered > a:hover,
#header-outer[data-lhe=default] #top nav > .sf-menu > .button_bordered.sfHover > a,
#header-outer #top nav > ul > .button_bordered > a:hover,
#header-outer:not(.transparent) #social-in-menu a i:after,
.sf-menu > li > a:hover > .sf-sub-indicator i,
.sf-menu > li > a:active > .sf-sub-indicator i,
.sf-menu > .sfHover > a > .sf-sub-indicator i,
.sf-menu .megamenu > ul > li:hover > a,
#top nav > ul > .megamenu > ul > li > a:hover,
#top nav > ul > .megamenu > ul > .sfHover > a,
#top nav > ul > .megamenu > ul > li > a:focus,
#top nav ul #nectar-user-account a:hover span,
#top nav ul #search-btn a:hover span,
#top nav ul .slide-out-widget-area-toggle a:hover span,
#header-outer[data-format=left-header] .sf-menu .sub-menu .current-menu-item > a,
body.material:not([data-header-color=custom]) #header-outer:not([data-format=left-header]) #top ul.cart_list a:hover,
body.material #header-outer:not(.transparent) .cart-outer:hover .cart-menu-wrap .icon-salient-cart,
#header-outer .widget_shopping_cart .cart_list a,
#header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove,
#header-outer:not([data-format=left-header]) #top nav > ul > .megamenu ul ul .current-menu-item.has-ul > a,
#header-outer:not([data-format=left-header]) #top nav > ul > .megamenu ul ul .current-menu-ancestor.has-ul > a,
body #header-secondary-outer #social a:hover i,
body #header-secondary-outer #social a:focus i,
#footer-outer a:focus,
#footer-outer a:hover,
.recent-posts .post-header a:hover,
.result a:hover,
.post-area.standard-minimal .post .post-meta .date a,
.post-area.standard-minimal .post .post-header h2 a:hover,
.post-area.standard-minimal .post .more-link:hover span,
.post-area.standard-minimal .post .more-link span:after,
.post-area.standard-minimal .post .minimal-post-meta a:hover,
.single .post .post-meta a:hover,
.single .post .post-meta a:focus,
.single #single-meta div a:hover i,
.single #single-meta div:hover > a,
.single #single-meta div:focus > a,
.comment-list .comment-meta a:hover,
.comment-list .comment-meta a:focus,
.result .title a,
.wpcf7-form p span,
.wpcf7-form .wpcf7-not-valid-tip,
.circle-border,
.home .blog-recent:not([data-style=list_featured_first_row]) .col .post-header a:hover,
.home .blog-recent .col .post-header h3 a,
.pricing-table[data-style=flat-alternative] .pricing-column.accent-color h4,
.pricing-table[data-style=flat-alternative] .pricing-column.accent-color .interval,
.comment-author a:hover,
.comment-author a:focus,
.project-attrs li i,
.woocommerce .star-rating,
.woocommerce form .form-row .required,
.woocommerce-page form .form-row .required,
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce-checkout-review-order-table .product-info .amount,
.woocommerce-pagination a.page-numbers:hover,
.woocommerce p.stars a:hover,
.woocommerce .material.product .product-wrap .product-add-to-cart a:hover,
.woocommerce .material.product .product-wrap .product-add-to-cart a:hover > span,
.woocommerce-MyAccount-navigation ul li.is-active a:before,
.woocommerce-MyAccount-navigation ul li:hover a:before,
.woocommerce.ascend .price_slider_amount button.button[type=submit],
.ascend.woocommerce #sidebar div ul li a:hover,
.ascend.woocommerce #sidebar div ul .current-cat > a,
.woocommerce .widget_layered_nav ul li.chosen a:after,
.woocommerce-page .widget_layered_nav ul li.chosen a:after,
.woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control.active,
.woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control:hover,
.woocommerce #review_form #respond p.comment-notes span.required,
.nectar-milestone .number.accent-color,
body #portfolio-nav a:hover i,
span.accent-color,
.portfolio-items .nectar-love:hover i,
.portfolio-items .nectar-love.loved i,
body .hovered .nectar-love i,
body:not(.material) #search-outer #search #close a span:hover,
.carousel-wrap[data-full-width=true] .carousel-heading a:hover i,
#search-outer .ui-widget-content li:hover *,
#search-outer .ui-widget-content .ui-state-focus *,
.portfolio-filters-inline .container ul li .active,
.svg-icon-holder[data-color=accent-color],
.team-member .accent-color:hover,
.text_on_hover.product .add_to_cart_button,
.blog-recent[data-style=minimal] .col > span,
.blog-recent[data-style=title_only] .col:hover .post-header .title,
.nectar-icon-list[data-icon-style=border][data-icon-color=accent-color] .list-icon-holder[data-icon_type="numerical"] span,
.nectar-icon-list[data-icon-color=accent-color][data-icon-style=border] .content h4,
.nectar-icon-list[data-icon-color=accent-color] .nectar-icon-list-item .list-icon-holder[data-icon_type="numerical"],
body #pagination .page-numbers.prev:hover,
body #pagination .page-numbers.next:hover,
body #pagination a.page-numbers:hover,
body #pagination a.page-numbers:focus,
.nectar-slide-in-cart .widget_shopping_cart .cart_list a,
.sf-menu ul .open-submenu > a,
body[data-form-submit=see-through] input[type=submit],
body[data-form-submit=see-through] button[type=submit],
.nectar_icon_wrap[data-color=accent-color] i,
.nectar_team_member_close .inner:before,
body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > ul > .has-ul > a:hover,
body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > ul > .has-ul > a:focus,
.masonry.material .masonry-blog-item .meta-category a,
body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme=accent-color-underline].full-width-section .active,
body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme=accent-color-underline].full-width-section a:hover,
.material .comment-list .reply a:hover,
.material .comment-list .reply a:focus,
.related-posts[data-style=material] .meta-category a,
.material .widget li:not(.has-img) a:hover .post-title,
.material #sidebar .widget li:not(.has-img) a:hover .post-title,
.material .container-wrap #author-bio #author-info a:hover,
.material #sidebar .widget ul[data-style=featured-image-left] li a:hover .post-title,
.material #sidebar .widget .tagcloud a,
.single.material .post-area .content-inner > .post-tags a,
.post-area.featured_img_left .meta-category a,
body.material .nectar-button.see-through.accent-color[data-color-override=false],
div[data-style=minimal_small] .toggle.accent-color > h3 a:hover,
div[data-style=minimal_small] .toggle.accent-color.open > h3 a,
.testimonial_slider[data-rating-color=accent-color] .star-rating .filled:before,
.nectar_single_testimonial[data-color=accent-color] p .open-quote,
.nectar-quick-view-box .star-rating,
.minimal.product .product-wrap .normal.icon-salient-cart[class*=" icon-"],
.minimal.product .product-wrap i,
.minimal.product .product-wrap .normal.icon-salient-m-eye,
.products li.product.minimal .product-add-to-cart .loading:after,
.widget_search .search-form button[type=submit] .icon-salient-search,
body.search-no-results .search-form button[type=submit] .icon-salient-search,
#sidebar .widget_shopping_cart .cart_list li a.remove:hover,
.col:not(.post-area):not(.span_12):not(#sidebar):hover [class^=icon-].icon-3x.accent-color.alt-style.hovered,
body .col:not(.post-area):not(.span_12):not(#sidebar):hover a [class*=" icon-"].icon-3x.accent-color.alt-style.hovered,
.ascend #header-outer:not(.transparent) .cart-outer:hover .cart-menu-wrap:not(.has_products) .icon-salient-cart {
    color: #012539 !important
}

.nectar-highlighted-text em:before,
.nectar_icon_wrap[data-style=soft-bg][data-color=accent-color] .nectar_icon:before,
.pricing-table[data-style=default] .pricing-column.highlight.accent-color h3,
.pricing-table[data-style=flat-alternative] .pricing-column.highlight h3 .highlight-reason,
.pricing-table[data-style=flat-alternative] .pricing-column.accent-color:before,
[data-style=list_featured_first_row] .meta-category a:before,
.tabbed > ul li .active-tab,
.tabbed > ul li .active-tab:hover,
.tabbed[data-style=vertical_modern][data-color-scheme=accent-color] .wpb_tabs_nav li .active-tab,
.tabbed[data-style*=minimal] > ul li a:after,
.tabbed[data-style=minimal_alt] .magic-line,
.tabbed[data-style*=material][data-color-scheme=accent-color] ul:after,
.testimonial_slider[data-style=multiple_visible][data-color*=accent-color] .flickity-page-dots .dot.is-selected:before,
.testimonial_slider[data-style=multiple_visible][data-color*=accent-color] blockquote.is-selected p,
.nectar_video_lightbox.nectar-button[data-color=default-accent-color],
.nectar_video_lightbox.nectar-button[data-color=transparent-accent-color]:hover,
.flex-direction-nav a,
.carousel-prev:hover,
.carousel-next:hover,
body [class^=icon-].icon-3x.alt-style.accent-color,
body [class*=" icon-"].icon-3x.alt-style.accent-color,
[class*=" icon-"],
.col:hover > [class^=icon-].icon-3x:not(.alt-style).accent-color.hovered,
.col:hover > [class*=" icon-"].icon-3x:not(.alt-style).accent-color.hovered,
.col:not(.post-area):not(.span_12):not(#sidebar):hover [class^=icon-].icon-3x:not(.alt-style).accent-color.hovered,
.col:not(.post-area):not(.span_12):not(#sidebar):hover a [class*=" icon-"].icon-3x:not(.alt-style).accent-color.hovered,
.toggle.open h3 a,
div[data-style=minimal] .toggle.open h3 i:after,
div[data-style=minimal] .toggle:hover h3 i:after,
div[data-style=minimal] .toggle.open h3 i:before,
div[data-style=minimal] .toggle:hover h3 i:before,
div[data-style=minimal_small] .toggle.accent-color > h3:after,
.post .more-link span:hover,
.post.format-quote .post-content .quote-inner,
.post.format-link .post-content .link-inner,
.format-status .post-content .status-inner,
input[type=submit]:hover,
input[type=button]:hover,
body[data-form-submit=regular] input[type=submit],
body[data-form-submit=regular] button[type=submit],
body[data-form-submit=regular] .container-wrap .span_12.light input[type=submit]:hover,
body[data-form-submit=regular] .container-wrap .span_12.light button[type=submit]:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
#slide-out-widget-area,
#slide-out-widget-area-bg.fullscreen,
#slide-out-widget-area-bg.fullscreen-alt .bg-inner,
body.material #slide-out-widget-area-bg.slide-out-from-right,
.widget .material .widget .tagcloud a:before {
    background-color: #012539
}

.orbit-wrapper .slider-nav .right,
.orbit-wrapper .slider-nav .left,
.progress li span,
.nectar-progress-bar span,
#footer-outer #footer-widgets .col .tagcloud a:hover,
#sidebar .widget .tagcloud a:hover,
#fp-nav.tooltip ul li .fp-tooltip .tooltip-inner,
#pagination .next a:hover,
#pagination .prev a:hover,
.comment-list .reply a:hover,
.comment-list .reply a:focus,
.icon-normal,
.bar_graph li span,
.nectar-button[data-color-override=false].regular-button,
.nectar-button.tilt.accent-color,
body .swiper-slide .button.transparent_2 .primary-color:hover,
#footer-outer #footer-widgets .col input[type=submit],
body .products-carousel .carousel-next:hover,
body .products-carousel .carousel-prev:hover,
.blog-recent .more-link span:hover,
.post-tags a:hover,
#to-top:hover,
#to-top.dark:hover,
body[data-button-style*=rounded] #to-top:after,
#pagination a.page-numbers:hover,
#pagination span.page-numbers.current,
.portfolio-items .col[data-default-color=true] .work-item:not(.style-3) .work-info-bg,
.portfolio-items .col[data-default-color=true] .bottom-meta,
.portfolio-items .col.nectar-new-item .inner-wrap:before,
.portfolio-filters-inline[data-color-scheme=accent-color-underline] a:after,
.portfolio-filters a,
.portfolio-filters #sort-portfolio,
.project-attrs li span,
.portfolio-filters,
.portfolio-filters-inline[data-color-scheme=accent-color],
.bottom_controls #portfolio-nav .controls li a i:after,
.bottom_controls #portfolio-nav ul:first-child li#all-items a:hover i,
.single-portfolio .facebook-share a:hover,
.single-portfolio .twitter-share a:hover,
.single-portfolio .pinterest-share a:hover,
.single-post .facebook-share a:hover,
.single-post .twitter-share a:hover,
.single-post .pinterest-share a:hover,
.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
#sidebar .widget:hover [class^=icon-].icon-3x,
.post.quote .content-inner .quote-inner .whole-link,
.masonry.classic_enhanced .post.quote.wide_tall .post-content a:hover .quote-inner,
.masonry.classic_enhanced .post.link.wide_tall .post-content a:hover .link-inner,
.iosSlider .prev_slide:hover,
.iosSlider .next_slide:hover,
#header-outer .widget_shopping_cart a.button,
#header-outer a.cart-contents .cart-wrap span,
#header-outer #mobile-cart-link .cart-wrap span,
#top nav ul .slide-out-widget-area-toggle a:hover .lines,
#top nav ul .slide-out-widget-area-toggle a:hover .lines:after,
#top nav ul .slide-out-widget-area-toggle a:hover .lines:before,
#top nav ul .slide-out-widget-area-toggle a:hover .lines-button:after,
#header-outer #top nav > ul > li:not(.megamenu) ul a:hover,
#header-outer #top nav > ul > li:not(.megamenu) .sfHover > a,
#header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) .sfHover > a,
#header-outer .widget_shopping_cart a.button,
body[data-header-format=left-header] #header-outer[data-lhe=animated_underline] #top nav ul li:not([class*=button_]) > a span:after,
#header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul a:hover,
#header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul .current-menu-item > a,
#header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul .current-menu-ancestor > a,
#top nav > ul > .megamenu > ul ul li a:hover,
#top nav > ul > .megamenu > ul ul li a:focus,
#top nav > ul > .megamenu > ul ul .sfHover > a,
body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul ul .current-menu-item > a,
#buddypress a.button:focus,
.text_on_hover.product a.added_to_cart,
.swiper-slide .button.solid_color a,
.swiper-slide .button.solid_color_2 a,
.select2-container .select2-choice:hover,
.select2-dropdown-open .select2-choice,
#top nav > ul > .button_solid_color > a:before,
#header-outer.transparent #top nav > ul > .button_solid_color > a:before,
.twentytwenty-handle,
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after,
.masonry.classic_enhanced .posts-container article .meta-category a:hover,
.blog-recent[data-style*=classic_enhanced] .meta-category a:hover,
.masonry.classic_enhanced .posts-container article .video-play-button,
.masonry.material .masonry-blog-item .meta-category a:before,
.material.masonry .masonry-blog-item .video-play-button,
.masonry.material .quote-inner:before,
.masonry.material .link-inner:before,
.nectar-recent-posts-slider .container .strong span:before,
#page-header-bg[data-post-hs=default_minimal] .inner-wrap > a:hover,
#page-header-bg[data-post-hs=default_minimal] .inner-wrap > a:focus,
.single .heading-title[data-header-style=default_minimal] .meta-category a:hover,
.single .heading-title[data-header-style=default_minimal] .meta-category a:focus,
.nectar-fancy-box:after,
.divider-small-border[data-color=accent-color],
.divider-border[data-color=accent-color],
.nectar-animated-title[data-color=accent-color] .nectar-animated-title-inner:after,
#fp-nav:not(.light-controls).tooltip_alt ul li a span:after,
#fp-nav.tooltip_alt ul li a span:after,
.nectar-video-box[data-color=default-accent-color] .nectar_video_lightbox,
body .nectar-video-box[data-color=default-accent-color][data-hover=zoom_button] .nectar_video_lightbox:after,
.span_12.dark .owl-theme .owl-dots .owl-dot.active span,
.span_12.dark .owl-theme .owl-dots .owl-dot:hover span,
.nectar_image_with_hotspots[data-stlye=color_pulse][data-color=accent-color] .nectar_hotspot,
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose span:before,
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose span:after,
#header-secondary-outer ul > li:not(.megamenu) .sfHover > a,
#header-secondary-outer ul > li:not(.megamenu) ul a:hover,
#header-secondary-outer ul > li:not(.megamenu) ul a:focus,
.nectar-recent-posts-single_featured .strong a,
.post-area.standard-minimal .post .more-link span:before,
.nectar-slide-in-cart .widget_shopping_cart a.button,
.related-posts[data-style=material] .meta-category a:before,
.post-area.featured_img_left .meta-category a:before,
.nectar_icon_wrap[data-style=border-animation][data-color=accent-color]:not([data-draw=true]) .nectar_icon:hover,
body.material #page-header-bg.fullscreen-header .inner-wrap > a,
.nectar-google-map[data-nectar-marker-color=accent-color] .animated-dot .middle-dot,
.nectar-leaflet-map[data-nectar-marker-color=accent-color] .animated-dot .middle-dot,
.nectar-google-map[data-nectar-marker-color=accent-color] .animated-dot div[class*=signal],
.nectar-leaflet-map[data-nectar-marker-color=accent-color] .animated-dot div[class*=signal],
.nectar_video_lightbox.play_button_with_text[data-color=default-accent-color] .play > .inner-wrap:before,
.nectar-hor-list-item[data-color=accent-color]:before,
.material #sidebar .widget .tagcloud a:before,
.single .post-area .content-inner > .post-tags a:before,
.auto_meta_overlaid_spaced .post.quote .n-post-bg:after,
.auto_meta_overlaid_spaced .post.link .n-post-bg:after,
.post-area.featured_img_left .posts-container .article-content-wrap .video-play-button,
.post-area.featured_img_left .post .quote-inner:before,
.post-area.featured_img_left .link-inner:before,
.nectar-recent-posts-single_featured.multiple_featured .controls li:after,
.nectar-recent-posts-single_featured.multiple_featured .controls .active:before,
.nectar-fancy-box[data-color=accent-color]:not([data-style=default]) .box-bg:after,
body.material[data-button-style^=rounded] .nectar-button.see-through.accent-color[data-color-override=false] i,
body.material .nectar-video-box[data-color=default-accent-color] .nectar_video_lightbox:before,
.nectar_team_member_overlay .team_member_details .bio-inner .mobile-close:before,
.nectar_team_member_overlay .team_member_details .bio-inner .mobile-close:after,
.fancybox-navigation button:hover:before,
ul.products li.minimal.product span.onsale,
.span_12.dark .nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top a:after,
.woocommerce-page button.single_add_to_cart_button,
.woocommerce div.product .woocommerce-tabs .full-width-content ul.tabs li a:after,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #order_review #payment #place_order,
.woocommerce .span_4 input[type=submit].checkout-button,
.woocommerce .material.product .add_to_cart_button,
body nav.woocommerce-pagination span.page-numbers.current,
.woocommerce span.onsale .nectar-quick-view-box .onsale,
.nectar-quick-view-box .onsale,
.woocommerce-page .nectar-quick-view-box .onsale,
.nectar-quick-view-box .cart .quantity input.plus:hover,
.nectar-quick-view-box .cart .quantity input.minus:hover,
.woocommerce .cart .quantity input.plus:hover,
.woocommerce .cart .quantity input.minus:hover,
body .nectar-quick-view-box .single_add_to_cart_button,
.woocommerce .classic .add_to_cart_button,
.woocommerce .classic .product-add-to-cart a.button,
button[type=submit]:hover,
button[type=submit]:focus,
body[data-form-submit=see-through] input[type=submit]:hover,
body[data-form-submit=see-through] button[type=submit]:hover,
body[data-form-submit=see-through] .container-wrap .span_12.light input[type=submit]:hover,
body[data-form-submit=see-through] .container-wrap .span_12.light button[type=submit]:hover,
body[data-form-submit=see-through] .woocommerce #order_review #payment #place_order:hover,
.text_on_hover.product .nectar_quick_view,
body.original .bypostauthor .comment-body:before,
.widget_layered_nav ul.yith-wcan-label li a:hover,
.widget_layered_nav ul.yith-wcan-label .chosen a,
.nectar-next-section-wrap.bounce a:before,
body .nectar-button.see-through-2[data-hover-color-override=false]:hover {
    background-color: #012539 !important
}

.tabbed > ul li .active-tab,
.material input[type=text]:focus,
.material textarea:focus,
.material input[type=email]:focus,
.material input[type=search]:focus,
.material input[type=password]:focus,
.material input[type=tel]:focus,
.material input[type=url]:focus,
.material input[type=date]:focus,
.row .col .wp-caption .wp-caption-text,
.material.woocommerce-page input#coupon_code:focus,
.material #search-outer #search input[type=text],
#header-outer[data-lhe=animated_underline] #top nav > ul > li > a:after,
div[data-style=minimal] .toggle.default.open i,
div[data-style=minimal] .toggle.default:hover i,
div[data-style=minimal] .toggle.accent-color.open i,
div[data-style=minimal] .toggle.accent-color:hover i,
body[data-form-style=minimal] input[type=text]:focus,
body[data-form-style=minimal].woocommerce-cart table.cart .actions .coupon .input-text:focus,
body[data-form-style=minimal] textarea:focus,
body[data-form-style=minimal] input[type=email]:focus,
body[data-form-style=minimal] input[type=search]:focus,
body[data-form-style=minimal] input[type=password]:focus,
body[data-form-style=minimal] input[type=tel]:focus,
body[data-form-style=minimal] input[type=url]:focus,
body[data-form-style=minimal] input[type=date]:focus,
.single #single-meta div a:hover,
.single #single-meta div a:focus,
.single .fullscreen-blog-header #single-below-header > span a:hover,
.blog-title #single-meta .nectar-social.hover > div a:hover {
    border-color: #012539
}

body[data-form-style=minimal] label:after,
body .recent_projects_widget a:hover img,
.recent_projects_widget a:hover img,
#sidebar #flickr a:hover img,
body .nectar-button.see-through-2[data-hover-color-override=false]:hover,
#footer-outer #flickr a:hover img,
#featured article .post-title a:hover,
body #featured article .post-title a:hover,
div.wpcf7-validation-errors,
.select2-container .select2-choice:hover,
.select2-dropdown-open .select2-choice,
body:not(.original) .bypostauthor img.avatar,
.material blockquote:before,
blockquote.wp-block-quote:before,
#header-outer:not(.transparent) #top nav > ul > .button_bordered > a:hover:before,
.single #project-meta ul li:not(.meta-share-count):hover a,
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose,
body[data-button-style=rounded] #pagination > a:hover,
body[data-form-submit=see-through] input[type=submit],
body[data-form-submit=see-through] button[type=submit],
.nectar_icon_wrap[data-style=border-basic][data-color=accent-color] .nectar_icon,
.nectar_icon_wrap[data-style=border-animation][data-color=accent-color]:not([data-draw=true]) .nectar_icon,
.nectar_icon_wrap[data-style=border-animation][data-color=accent-color][data-draw=true]:hover .nectar_icon,
.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color=default-accent-color] .play:before,
.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color=default-accent-color] .play:after,
#header-secondary-outer[data-lhe=animated_underline] nav > .sf-menu > li > a:after,
body.material .nectar-button.see-through.accent-color[data-color-override=false],
.woocommerce-page.material .widget_price_filter .ui-slider .ui-slider-handle,
body[data-form-submit=see-through] button[type=submit]:not(.search-widget-btn),
.woocommerce-account[data-form-submit=see-through] .woocommerce-form-login button.button,
.woocommerce-account[data-form-submit=see-through] .woocommerce-form-register button.button,
body[data-form-submit=see-through] .woocommerce #order_review #payment #place_order,
.single-product .product[data-gallery-style=left_thumb_sticky] .product-thumbs .flickity-slider .thumb.is-nav-selected img,
.single-product:not(.mobile) .product[data-gallery-style=left_thumb_sticky] .product-thumbs .thumb a.active img,
.gallery a:hover img {
    border-color: #012539 !important
}

.nectar_icon_wrap .svg-icon-holder[data-color=accent-color] svg path {
    stroke: #012539 !important
}

body.material[data-button-style^=rounded] .nectar-button.see-through.accent-color[data-color-override=false] i:after {
    box-shadow: #012539 0 8px 15px;
    opacity: .24
}

.nectar-fancy-box[data-style=color_box_hover][data-color=accent-color]:hover:before {
    box-shadow: 0 30px 90px #012539
}

.woocommerce.material .widget_price_filter .ui-slider .ui-slider-handle:before,
.material.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:before {
    box-shadow: 0 0 0 10px #00a795 inset
}

.woocommerce.material .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active:before,
.material.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active:before {
    box-shadow: 0 0 0 2px #00a795 inset
}

.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-color li.chosen a {
    box-shadow: 0 0 0 2px #00a795, inset 0 0 0 3px #fff
}

.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-color li a:hover {
    box-shadow: 0 0 0 2px #00a795, 0px 8px 20px rgba(0, 0, 0, .2), inset 0 0 0 3px #fff
}

.nectar-leaflet-map[data-nectar-marker-color=accent-color] .nectar-leaflet-pin {
    border: 10px solid #00a795
}

.woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control {
    background-image: linear-gradient(to right, #00a795 0, #00a795 100%)
}

#search-results .result .title a {
    background-image: linear-gradient(to right, #00a795 0, #00a795 100%)
}

.tabbed[data-style*=material][data-color-scheme=accent-color] ul li .active-tab:after {
    box-shadow: 0 18px 50px #00a795
}

.container-wrap .bottom_controls #portfolio-nav ul:first-child li#all-items a:hover i {
    box-shadow: -.6em 0 #00a795, -.6em .6em #00a795, .6em 0 #00a795, .6em -.6em #00a795, 0 -.6em #00a795, -.6em -.6em #00a795, 0 .6em #00a795, .6em .6em #00a795
}

@media only screen and (max-width:768px) {
    .woocommerce-page table.cart a.remove {
        background-color: #00a795 !important
    }
}

#fp-nav:not(.light-controls).tooltip_alt ul li a.active span,
#fp-nav.tooltip_alt ul li a.active span {
    box-shadow: inset 0 0 0 2px #00a795;
    -webkit-box-shadow: inset 0 0 0 2px #00a795
}

.default-loading-icon:before {
    border-top-color: #00a795 !important
}

#header-outer a.cart-contents span:before,
#fp-nav.tooltip ul li .fp-tooltip .tooltip-inner:after {
    border-color: transparent #00a795 !important
}

body .col:not(.post-area):not(.span_12):not(#sidebar):hover .hovered .circle-border,
body #sidebar .widget:hover .circle-border,
body .testimonial_slider[data-style=multiple_visible][data-color*=accent-color] blockquote .bottom-arrow:after,
body .dark .testimonial_slider[data-style=multiple_visible][data-color*=accent-color] blockquote .bottom-arrow:after,
.portfolio-items[data-ps="6"] .bg-overlay,
.portfolio-items[data-ps="6"].no-masonry .bg-overlay,
.nectar_team_member_close .inner,
.nectar_team_member_overlay .team_member_details .bio-inner .mobile-close {
    border-color: #012539
}

.widget .nectar_widget[class*=nectar_blog_posts_] .arrow-circle svg circle,
.nectar-woo-flickity[data-controls=arrows-and-text] .flickity-prev-next-button svg circle.time {
    stroke: #00a795
}

.im-icon-wrap[data-color=accent-color] path {
    fill: #00a795
}

@media only screen and (min-width :1px) and (max-width :1000px) {
    body #featured article .post-title > a {
        background-color: #012539
    }

    body #featured article .post-title > a {
        border-color: #00a795
    }
}

#header-outer .widget_shopping_cart .cart_list li a.remove,
.original #header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove,
.stock.out-of-stock,
#header-outer #top nav > ul > .button_bordered_2 > a:hover,
#header-outer[data-lhe=default] #top nav > ul > .button_bordered_2 > a:hover,
#header-outer[data-lhe=default] #top nav .sf-menu .button_bordered_2.current-menu-item > a {
    color: #f15922 !important
}

#top nav > ul > .button_solid_color_2 > a:before,
#header-outer.transparent #top nav > ul > .button_solid_color_2 > a:before,
body[data-slide-out-widget-area-style=slide-out-from-right]:not([data-header-color=custom]).material .slide_out_area_close:before,
#header-outer .widget_shopping_cart a.button,
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale,
.woocommerce span.onsale,
.woocommerce-page span.onsale {
    background-color: #f15922
}

#header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove,
#header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove,
#header-outer:not(.transparent) #top nav > ul > .button_bordered_2 > a:hover:before {
    border-color: #f15922
}

.pricing-table[data-style=flat-alternative] .pricing-column.highlight.extra-color-1 h3,
.pricing-table[data-style=flat-alternative] .pricing-column.extra-color-1 h4,
.pricing-table[data-style=flat-alternative] .pricing-column.extra-color-1 .interval,
body.material .tabbed[data-color-scheme=extra-color-1][data-style=minimal]:not(.using-icons) > ul li:not(.cta-button) a:hover,
body.material .tabbed[data-color-scheme=extra-color-1][data-style=minimal]:not(.using-icons) > ul li:not(.cta-button) .active-tab,
.tabbed[data-style*=material][data-color-scheme=extra-color-1] ul li a:not(.active-tab):hover,
.testimonial_slider[data-rating-color=extra-color-1] .star-rating .filled:before,
.icon-3x[class^=icon-].extra-color-1:not(.alt-style),
.icon-tiny[class^=icon-].extra-color-1,
.icon-3x[class*=" icon-"].extra-color-1:not(.alt-style),
body .icon-3x[class*=" icon-"].extra-color-1:not(.alt-style) .circle-border,
.col:hover > [class^=icon-].icon-3x.extra-color-1.alt-style.hovered,
.col:hover > [class*=" icon-"].icon-3x.extra-color-1.alt-style.hovered,
.col:not(.post-area):not(.span_12):not(#sidebar):hover [class^=icon-].icon-3x.extra-color-1.alt-style.hovered,
body .col:not(.post-area):not(.span_12):not(#sidebar):hover a [class*=" icon-"].icon-3x.extra-color-1.alt-style.hovered,
div[data-style=minimal] .toggle.extra-color-1:hover h3 a,
div[data-style=minimal] .toggle.extra-color-1.open h3 a,
div[data-style=minimal_small] .toggle.extra-color-1 > h3 a:hover,
div[data-style=minimal_small] .toggle.extra-color-1.open > h3 a {
    color: #f15922
}

.nectar-milestone .number.extra-color-1,
span.extra-color-1,
.team-member .social.extra-color-1 li a,
body [class^=icon-].icon-default-style.extra-color-1,
body [class^=icon-].icon-default-style[data-color=extra-color-1],
.team-member .extra-color-1:hover,
.svg-icon-holder[data-color=extra-color-1],
.nectar-icon-list[data-icon-style=border][data-icon-color=extra-color-1] .list-icon-holder[data-icon_type="numerical"] span,
.nectar-icon-list[data-icon-color=extra-color-1][data-icon-style=border] .content h4,
.nectar_icon_wrap[data-color=extra-color-1] i,
body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme=extra-color-1-underline].full-width-section .active,
body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme=extra-color-1-underline].full-width-section a:hover,
body.material .nectar-button.see-through.extra-color-1[data-color-override=false],
.nectar_single_testimonial[data-color=extra-color-1] p .open-quote,
.nectar-icon-list[data-icon-color=extra-color-1] .nectar-icon-list-item .list-icon-holder[data-icon_type="numerical"],
.no-highlight.extra-color-1 h3 {
    color: #f15922 !important
}

.pricing-table[data-style=flat-alternative] .pricing-column.extra-color-1:before,
.pricing-table[data-style=flat-alternative] .pricing-column.highlight.extra-color-1 h3 .highlight-reason,
.tabbed[data-color-scheme=extra-color-1][data-style=default] li:not(.cta-button) .active-tab,
.tabbed[data-style=vertical_modern][data-color-scheme=extra-color-1] .wpb_tabs_nav li .active-tab,
body .tabbed[data-color-scheme=extra-color-1][data-style=minimal] > ul li:not(.cta-button) a:after,
.tabbed[data-color-scheme=extra-color-1][data-style=minimal_alt] .magic-line,
.tabbed[data-style*=material][data-color-scheme=extra-color-1] ul:after,
.tabbed[data-style*=material][data-color-scheme=extra-color-1] ul li .active-tab,
.testimonial_slider[data-style=multiple_visible][data-color*=extra-color-1] .flickity-page-dots .dot.is-selected:before,
.testimonial_slider[data-style=multiple_visible][data-color*=extra-color-1] blockquote.is-selected p,
.nectar-button.nectar_video_lightbox[data-color=default-extra-color-1],
.nectar_video_lightbox.nectar-button[data-color=transparent-extra-color-1]:hover,
body [class^=icon-].icon-3x.alt-style.extra-color-1,
body [class*=" icon-"].icon-3x.alt-style.extra-color-1,
.col:hover > [class^=icon-].icon-3x.extra-color-1:not(.alt-style),
.col:hover > [class*=" icon-"].icon-3x.extra-color-1:not(.alt-style).hovered,
body .col:not(.post-area):not(.span_12):not(#sidebar):hover [class^=icon-].icon-3x.extra-color-1:not(.alt-style).hovered,
body .col:not(.post-area):not(#sidebar):not(.span_12):hover a [class*=" icon-"].icon-3x.extra-color-1:not(.alt-style).hovered,
[class*=" icon-"].extra-color-1.icon-normal,
div[data-style=minimal] .toggle.extra-color-1.open i:after,
div[data-style=minimal] .toggle.extra-color-1:hover i:after,
div[data-style=minimal] .toggle.open.extra-color-1 i:before,
div[data-style=minimal] .toggle.extra-color-1:hover i:before,
div[data-style=minimal_small] .toggle.extra-color-1 > h3:after,
.toggle.open.extra-color-1 h3 a {
    background-color: #f15922
}

.nectar-button.regular-button.extra-color-1,
.nectar-button.tilt.extra-color-1,
body .swiper-slide .button.transparent_2 .extra-color-1:hover,
#sidebar .widget:hover [class^=icon-].icon-3x.extra-color-1:not(.alt-style),
.portfolio-filters-inline[data-color-scheme=extra-color-1],
.nectar-fancy-box[data-color=extra-color-1]:after,
.divider-small-border[data-color=extra-color-1],
.divider-border[data-color=extra-color-1],
.nectar-animated-title[data-color=extra-color-1] .nectar-animated-title-inner:after,
.nectar-video-box[data-color=extra-color-1] .nectar_video_lightbox,
body .nectar-video-box[data-color=extra-color-1][data-hover=zoom_button] .nectar_video_lightbox:after,
.nectar_image_with_hotspots[data-stlye=color_pulse][data-color=extra-color-1] .nectar_hotspot,
.portfolio-filters-inline[data-color-scheme=extra-color-1-underline] a:after,
.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-1]:not([data-draw=true]) .nectar_icon:hover,
.nectar-google-map[data-nectar-marker-color=extra-color-1] .animated-dot .middle-dot,
.nectar-leaflet-map[data-nectar-marker-color=extra-color-1] .animated-dot .middle-dot,
.nectar-google-map[data-nectar-marker-color=extra-color-1] .animated-dot div[class*=signal],
.nectar-leaflet-map[data-nectar-marker-color=extra-color-1] .animated-dot div[class*=signal],
.nectar_video_lightbox.play_button_with_text[data-color=extra-color-1] .play > .inner-wrap:before,
.nectar-hor-list-item[data-color=extra-color-1]:before,
.nectar-fancy-box[data-color=extra-color-1]:not([data-style=default]) .box-bg:after,
body.material[data-button-style^=rounded] .nectar-button.see-through.extra-color-1[data-color-override=false] i,
.nectar-recent-posts-single_featured.multiple_featured .controls[data-color=extra-color-1] li:after,
body.material .nectar-video-box[data-color=extra-color-1] .nectar_video_lightbox:before,
.nectar_icon_wrap[data-style=soft-bg][data-color=extra-color-1] .nectar_icon:before,
.extra-color-1.icon-normal,
.bar_graph li .extra-color-1,
.nectar-progress-bar .extra-color-1,
.swiper-slide .button.solid_color .extra-color-1,
.swiper-slide .button.solid_color_2 .extra-color-1,
.pricing-column.highlight.extra-color-1 h3 {
    background-color: #f15922 !important
}

.nectar-leaflet-map[data-nectar-marker-color=extra-color-1] .nectar-leaflet-pin {
    border: 10px solid #f15922
}

.nectar_icon_wrap .svg-icon-holder[data-color=extra-color-1] svg path {
    stroke: #f15922 !important
}

body.material[data-button-style^=rounded] .nectar-button.see-through.extra-color-1[data-color-override=false] i:after {
    box-shadow: #f15922 0 8px 15px;
    opacity: .24
}

.tabbed[data-style*=material][data-color-scheme=extra-color-1] ul li .active-tab:after {
    box-shadow: 0 18px 50px #f15922
}

.nectar-fancy-box[data-style=color_box_hover][data-color=extra-color-1]:hover:before {
    box-shadow: 0 30px 90px #f15922
}

body .col:not(.post-area):not(.span_12):not(#sidebar):hover .extra-color-1.hovered .circle-border,
body #sidebar .widget:hover .extra-color-1 .circle-border,
body .testimonial_slider[data-style=multiple_visible][data-color*=extra-color-1] blockquote .bottom-arrow:after,
body .dark .testimonial_slider[data-style=multiple_visible][data-color*=extra-color-1] blockquote .bottom-arrow:after,
div[data-style=minimal] .toggle.open.extra-color-1 i,
div[data-style=minimal] .toggle.extra-color-1:hover i,
.nectar_icon_wrap[data-style=border-basic][data-color=extra-color-1] .nectar_icon,
.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-1]:not([data-draw=true]) .nectar_icon,
.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-1][data-draw=true]:hover .nectar_icon,
.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color=extra-color-1] .play:before,
.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color=extra-color-1] .play:after,
.tabbed[data-color-scheme=extra-color-1][data-style=default] li:not(.cta-button) .active-tab {
    border-color: #f15922
}

body.material .nectar-button.see-through.extra-color-1[data-color-override=false] {
    border-color: #f15922 !important
}

.im-icon-wrap[data-color=extra-color-1] path {
    fill: #f15922
}

.pricing-table[data-style=flat-alternative] .pricing-column.highlight.extra-color-2 h3,
.pricing-table[data-style=flat-alternative] .pricing-column.extra-color-2 h4,
.pricing-table[data-style=flat-alternative] .pricing-column.extra-color-2 .interval,
body.material .tabbed[data-color-scheme=extra-color-2][data-style=minimal]:not(.using-icons) > ul li:not(.cta-button) a:hover,
body.material .tabbed[data-color-scheme=extra-color-2][data-style=minimal]:not(.using-icons) > ul li:not(.cta-button) .active-tab,
.tabbed[data-style*=material][data-color-scheme=extra-color-2] ul li a:not(.active-tab):hover,
.testimonial_slider[data-rating-color=extra-color-2] .star-rating .filled:before,
.icon-3x[class^=icon-].extra-color-2:not(.alt-style),
.icon-tiny[class^=icon-].extra-color-2,
.icon-3x[class*=" icon-"].extra-color-2:not(.alt-style),
body .icon-3x[class*=" icon-"].extra-color-2:not(.alt-style) .circle-border,
.col:hover > [class^=icon-].icon-3x.extra-color-2.alt-style.hovered,
.col:hover > [class*=" icon-"].icon-3x.extra-color-2.alt-style.hovered,
.col:not(.post-area):not(.span_12):not(#sidebar):hover [class^=icon-].icon-3x.extra-color-2.alt-style.hovered,
body .col:not(.post-area):not(.span_12):not(#sidebar):hover a [class*=" icon-"].icon-3x.extra-color-2.alt-style.hovered,
div[data-style=minimal] .toggle.extra-color-2:hover h3 a,
div[data-style=minimal] .toggle.extra-color-2.open h3 a,
div[data-style=minimal_small] .toggle.extra-color-2 > h3 a:hover,
div[data-style=minimal_small] .toggle.extra-color-2.open > h3 a {
    color: #231f20
}

.nectar-milestone .number.extra-color-2,
span.extra-color-2,
.team-member .social.extra-color-2 li a,
body [class^=icon-].icon-default-style.extra-color-2,
body [class^=icon-].icon-default-style[data-color=extra-color-2],
.team-member .extra-color-2:hover,
.svg-icon-holder[data-color=extra-color-2],
.nectar-icon-list[data-icon-style=border][data-icon-color=extra-color-2] .list-icon-holder[data-icon_type="numerical"] span,
.nectar-icon-list[data-icon-color=extra-color-2][data-icon-style=border] .content h4,
.nectar_icon_wrap[data-color=extra-color-2] i,
body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme=extra-color-2-underline].full-width-section .active,
body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme=extra-color-2-underline].full-width-section a:hover,
body.material .nectar-button.see-through.extra-color-2[data-color-override=false],
.nectar_single_testimonial[data-color=extra-color-2] p .open-quote,
.nectar-icon-list[data-icon-color=extra-color-2] .nectar-icon-list-item .list-icon-holder[data-icon_type="numerical"],
.no-highlight.extra-color-2 h3 {
    color: #231f20 !important
}

.pricing-table[data-style=flat-alternative] .pricing-column.extra-color-2:before,
.pricing-table[data-style=flat-alternative] .pricing-column.highlight.extra-color-2 h3 .highlight-reason,
.tabbed[data-color-scheme=extra-color-2][data-style=default] li:not(.cta-button) .active-tab,
.tabbed[data-style=vertical_modern][data-color-scheme=extra-color-2] .wpb_tabs_nav li .active-tab,
body .tabbed[data-color-scheme=extra-color-2][data-style=minimal] > ul li:not(.cta-button) a:after,
.tabbed[data-color-scheme=extra-color-2][data-style=minimal_alt] .magic-line,
.tabbed[data-style*=material][data-color-scheme=extra-color-2] ul:after,
.tabbed[data-style*=material][data-color-scheme=extra-color-2] ul li .active-tab,
.testimonial_slider[data-style=multiple_visible][data-color*=extra-color-2] .flickity-page-dots .dot.is-selected:before,
.testimonial_slider[data-style=multiple_visible][data-color*=extra-color-2] blockquote.is-selected p,
.nectar-button.nectar_video_lightbox[data-color=default-extra-color-2],
.nectar_video_lightbox.nectar-button[data-color=transparent-extra-color-2]:hover,
body [class^=icon-].icon-3x.alt-style.extra-color-2,
body [class*=" icon-"].icon-3x.alt-style.extra-color-2,
.col:hover > [class^=icon-].icon-3x.extra-color-2:not(.alt-style),
.col:hover > [class*=" icon-"].icon-3x.extra-color-2:not(.alt-style).hovered,
body .col:not(.post-area):not(.span_12):not(#sidebar):hover [class^=icon-].icon-3x.extra-color-2:not(.alt-style).hovered,
body .col:not(.post-area):not(#sidebar):not(.span_12):hover a [class*=" icon-"].icon-3x.extra-color-2:not(.alt-style).hovered,
[class*=" icon-"].extra-color-2.icon-normal,
div[data-style=minimal] .toggle.extra-color-2.open i:after,
div[data-style=minimal] .toggle.extra-color-2:hover i:after,
div[data-style=minimal] .toggle.open.extra-color-2 i:before,
div[data-style=minimal] .toggle.extra-color-2:hover i:before,
div[data-style=minimal_small] .toggle.extra-color-2 > h3:after,
.toggle.open.extra-color-2 h3 a {
    background-color: #231f20
}

.nectar-button.regular-button.extra-color-2,
.nectar-button.tilt.extra-color-2,
body .swiper-slide .button.transparent_2 .extra-color-2:hover,
#sidebar .widget:hover [class^=icon-].icon-3x.extra-color-2:not(.alt-style),
.portfolio-filters-inline[data-color-scheme=extra-color-2],
.nectar-fancy-box[data-color=extra-color-2]:after,
.divider-small-border[data-color=extra-color-2],
.divider-border[data-color=extra-color-2],
.nectar-animated-title[data-color=extra-color-2] .nectar-animated-title-inner:after,
.nectar-video-box[data-color=extra-color-2] .nectar_video_lightbox,
body .nectar-video-box[data-color=extra-color-2][data-hover=zoom_button] .nectar_video_lightbox:after,
.nectar_image_with_hotspots[data-stlye=color_pulse][data-color=extra-color-2] .nectar_hotspot,
.portfolio-filters-inline[data-color-scheme=extra-color-2-underline] a:after,
.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-2]:not([data-draw=true]) .nectar_icon:hover,
.nectar-google-map[data-nectar-marker-color=extra-color-2] .animated-dot .middle-dot,
.nectar-leaflet-map[data-nectar-marker-color=extra-color-2] .animated-dot .middle-dot,
.nectar-google-map[data-nectar-marker-color=extra-color-2] .animated-dot div[class*=signal],
.nectar-leaflet-map[data-nectar-marker-color=extra-color-2] .animated-dot div[class*=signal],
.nectar_video_lightbox.play_button_with_text[data-color=extra-color-2] .play > .inner-wrap:before,
.nectar-hor-list-item[data-color=extra-color-2]:before,
.nectar-fancy-box[data-color=extra-color-2]:not([data-style=default]) .box-bg:after,
body.material[data-button-style^=rounded] .nectar-button.see-through.extra-color-2[data-color-override=false] i,
.nectar-recent-posts-single_featured.multiple_featured .controls[data-color=extra-color-2] li:after,
body.material .nectar-video-box[data-color=extra-color-2] .nectar_video_lightbox:before,
.nectar_icon_wrap[data-style=soft-bg][data-color=extra-color-2] .nectar_icon:before,
.extra-color-2.icon-normal,
.bar_graph li .extra-color-2,
.nectar-progress-bar .extra-color-2,
.swiper-slide .button.solid_color .extra-color-2,
.swiper-slide .button.solid_color_2 .extra-color-2,
.pricing-column.highlight.extra-color-2 h3 {
    background-color: #231f20 !important
}

.nectar-leaflet-map[data-nectar-marker-color=extra-color-2] .nectar-leaflet-pin {
    border: 10px solid #231f20
}

.nectar_icon_wrap .svg-icon-holder[data-color=extra-color-2] svg path {
    stroke: #231f20 !important
}

body.material[data-button-style^=rounded] .nectar-button.see-through.extra-color-2[data-color-override=false] i:after {
    box-shadow: #231f20 0 8px 15px;
    opacity: .24
}

.tabbed[data-style*=material][data-color-scheme=extra-color-2] ul li .active-tab:after {
    box-shadow: 0 18px 50px #231f20
}

.nectar-fancy-box[data-style=color_box_hover][data-color=extra-color-2]:hover:before {
    box-shadow: 0 30px 90px #231f20
}

body .col:not(.post-area):not(.span_12):not(#sidebar):hover .extra-color-2.hovered .circle-border,
body #sidebar .widget:hover .extra-color-2 .circle-border,
body .testimonial_slider[data-style=multiple_visible][data-color*=extra-color-2] blockquote .bottom-arrow:after,
body .dark .testimonial_slider[data-style=multiple_visible][data-color*=extra-color-2] blockquote .bottom-arrow:after,
div[data-style=minimal] .toggle.open.extra-color-2 i,
div[data-style=minimal] .toggle.extra-color-2:hover i,
.nectar_icon_wrap[data-style=border-basic][data-color=extra-color-2] .nectar_icon,
.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-2]:not([data-draw=true]) .nectar_icon,
.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-2][data-draw=true]:hover .nectar_icon,
.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color=extra-color-2] .play:before,
.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color=extra-color-2] .play:after,
.tabbed[data-color-scheme=extra-color-2][data-style=default] li:not(.cta-button) .active-tab {
    border-color: #231f20
}

body.material .nectar-button.see-through.extra-color-2[data-color-override=false] {
    border-color: #231f20 !important
}

.im-icon-wrap[data-color=extra-color-2] path {
    fill: #231f20
}

.pricing-table[data-style=flat-alternative] .pricing-column.highlight.extra-color-3 h3,
.pricing-table[data-style=flat-alternative] .pricing-column.extra-color-3 h4,
.pricing-table[data-style=flat-alternative] .pricing-column.extra-color-3 .interval,
body.material .tabbed[data-color-scheme=extra-color-3][data-style=minimal]:not(.using-icons) > ul li:not(.cta-button) a:hover,
body.material .tabbed[data-color-scheme=extra-color-3][data-style=minimal]:not(.using-icons) > ul li:not(.cta-button) .active-tab,
.tabbed[data-style*=material][data-color-scheme=extra-color-3] ul li a:not(.active-tab):hover,
.testimonial_slider[data-rating-color=extra-color-3] .star-rating .filled:before,
.icon-3x[class^=icon-].extra-color-3:not(.alt-style),
.icon-tiny[class^=icon-].extra-color-3,
.icon-3x[class*=" icon-"].extra-color-3:not(.alt-style),
body .icon-3x[class*=" icon-"].extra-color-3:not(.alt-style) .circle-border,
.col:hover > [class^=icon-].icon-3x.extra-color-3.alt-style.hovered,
.col:hover > [class*=" icon-"].icon-3x.extra-color-3.alt-style.hovered,
.col:not(.post-area):not(.span_12):not(#sidebar):hover [class^=icon-].icon-3x.extra-color-3.alt-style.hovered,
body .col:not(.post-area):not(.span_12):not(#sidebar):hover a [class*=" icon-"].icon-3x.extra-color-3.alt-style.hovered,
div[data-style=minimal] .toggle.extra-color-3:hover h3 a,
div[data-style=minimal] .toggle.extra-color-3.open h3 a,
div[data-style=minimal_small] .toggle.extra-color-3 > h3 a:hover,
div[data-style=minimal_small] .toggle.extra-color-3.open > h3 a {
    color: #6d6e71
}

.nectar-milestone .number.extra-color-3,
span.extra-color-3,
.team-member .social.extra-color-3 li a,
body [class^=icon-].icon-default-style.extra-color-3,
body [class^=icon-].icon-default-style[data-color=extra-color-3],
.team-member .extra-color-3:hover,
.svg-icon-holder[data-color=extra-color-3],
.nectar-icon-list[data-icon-style=border][data-icon-color=extra-color-3] .list-icon-holder[data-icon_type="numerical"] span,
.nectar-icon-list[data-icon-color=extra-color-3][data-icon-style=border] .content h4,
.nectar_icon_wrap[data-color=extra-color-3] i,
body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme=extra-color-3-underline].full-width-section .active,
body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme=extra-color-3-underline].full-width-section a:hover,
body.material .nectar-button.see-through.extra-color-3[data-color-override=false],
.nectar_single_testimonial[data-color=extra-color-3] p .open-quote,
.nectar-icon-list[data-icon-color=extra-color-3] .nectar-icon-list-item .list-icon-holder[data-icon_type="numerical"],
.no-highlight.extra-color-3 h3 {
    color: #6d6e71 !important
}

.pricing-table[data-style=flat-alternative] .pricing-column.extra-color-3:before,
.pricing-table[data-style=flat-alternative] .pricing-column.highlight.extra-color-3 h3 .highlight-reason,
.tabbed[data-color-scheme=extra-color-3][data-style=default] li:not(.cta-button) .active-tab,
.tabbed[data-style=vertical_modern][data-color-scheme=extra-color-3] .wpb_tabs_nav li .active-tab,
body .tabbed[data-color-scheme=extra-color-3][data-style=minimal] > ul li:not(.cta-button) a:after,
.tabbed[data-color-scheme=extra-color-3][data-style=minimal_alt] .magic-line,
.tabbed[data-style*=material][data-color-scheme=extra-color-3] ul:after,
.tabbed[data-style*=material][data-color-scheme=extra-color-3] ul li .active-tab,
.testimonial_slider[data-style=multiple_visible][data-color*=extra-color-3] .flickity-page-dots .dot.is-selected:before,
.testimonial_slider[data-style=multiple_visible][data-color*=extra-color-3] blockquote.is-selected p,
.nectar-button.nectar_video_lightbox[data-color=default-extra-color-3],
.nectar_video_lightbox.nectar-button[data-color=transparent-extra-color-3]:hover,
body [class^=icon-].icon-3x.alt-style.extra-color-3,
body [class*=" icon-"].icon-3x.alt-style.extra-color-3,
.col:hover > [class^=icon-].icon-3x.extra-color-3:not(.alt-style),
.col:hover > [class*=" icon-"].icon-3x.extra-color-3:not(.alt-style).hovered,
body .col:not(.post-area):not(.span_12):not(#sidebar):hover [class^=icon-].icon-3x.extra-color-3:not(.alt-style).hovered,
body .col:not(.post-area):not(#sidebar):not(.span_12):hover a [class*=" icon-"].icon-3x.extra-color-3:not(.alt-style).hovered,
[class*=" icon-"].extra-color-3.icon-normal,
div[data-style=minimal] .toggle.extra-color-3.open i:after,
div[data-style=minimal] .toggle.extra-color-3:hover i:after,
div[data-style=minimal] .toggle.open.extra-color-3 i:before,
div[data-style=minimal] .toggle.extra-color-3:hover i:before,
div[data-style=minimal_small] .toggle.extra-color-3 > h3:after,
.toggle.open.extra-color-3 h3 a {
    background-color: #6d6e71
}

.nectar-button.regular-button.extra-color-3,
.nectar-button.tilt.extra-color-3,
body .swiper-slide .button.transparent_2 .extra-color-3:hover,
#sidebar .widget:hover [class^=icon-].icon-3x.extra-color-3:not(.alt-style),
.portfolio-filters-inline[data-color-scheme=extra-color-3],
.nectar-fancy-box[data-color=extra-color-3]:after,
.divider-small-border[data-color=extra-color-3],
.divider-border[data-color=extra-color-3],
.nectar-animated-title[data-color=extra-color-3] .nectar-animated-title-inner:after,
.nectar-video-box[data-color=extra-color-3] .nectar_video_lightbox,
body .nectar-video-box[data-color=extra-color-3][data-hover=zoom_button] .nectar_video_lightbox:after,
.nectar_image_with_hotspots[data-stlye=color_pulse][data-color=extra-color-3] .nectar_hotspot,
.portfolio-filters-inline[data-color-scheme=extra-color-3-underline] a:after,
.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-3]:not([data-draw=true]) .nectar_icon:hover,
.nectar-google-map[data-nectar-marker-color=extra-color-3] .animated-dot .middle-dot,
.nectar-leaflet-map[data-nectar-marker-color=extra-color-3] .animated-dot .middle-dot,
.nectar-google-map[data-nectar-marker-color=extra-color-3] .animated-dot div[class*=signal],
.nectar-leaflet-map[data-nectar-marker-color=extra-color-3] .animated-dot div[class*=signal],
.nectar_video_lightbox.play_button_with_text[data-color=extra-color-3] .play > .inner-wrap:before,
.nectar-hor-list-item[data-color=extra-color-3]:before,
.nectar-fancy-box[data-color=extra-color-3]:not([data-style=default]) .box-bg:after,
body.material[data-button-style^=rounded] .nectar-button.see-through.extra-color-3[data-color-override=false] i,
.nectar-recent-posts-single_featured.multiple_featured .controls[data-color=extra-color-3] li:after,
body.material .nectar-video-box[data-color=extra-color-3] .nectar_video_lightbox:before,
.nectar_icon_wrap[data-style=soft-bg][data-color=extra-color-3] .nectar_icon:before,
.extra-color-3.icon-normal,
.bar_graph li .extra-color-3,
.nectar-progress-bar .extra-color-3,
.swiper-slide .button.solid_color .extra-color-3,
.swiper-slide .button.solid_color_2 .extra-color-3,
.pricing-column.highlight.extra-color-3 h3 {
    background-color: #6d6e71 !important
}

.nectar-leaflet-map[data-nectar-marker-color=extra-color-3] .nectar-leaflet-pin {
    border: 10px solid #6d6e71
}

.nectar_icon_wrap .svg-icon-holder[data-color=extra-color-3] svg path {
    stroke: #6d6e71 !important
}

body.material[data-button-style^=rounded] .nectar-button.see-through.extra-color-3[data-color-override=false] i:after {
    box-shadow: #6d6e71 0 8px 15px;
    opacity: .24
}

.tabbed[data-style*=material][data-color-scheme=extra-color-3] ul li .active-tab:after {
    box-shadow: 0 18px 50px #6d6e71
}

.nectar-fancy-box[data-style=color_box_hover][data-color=extra-color-3]:hover:before {
    box-shadow: 0 30px 90px #6d6e71
}

body .col:not(.post-area):not(.span_12):not(#sidebar):hover .extra-color-3.hovered .circle-border,
body #sidebar .widget:hover .extra-color-3 .circle-border,
body .testimonial_slider[data-style=multiple_visible][data-color*=extra-color-3] blockquote .bottom-arrow:after,
body .dark .testimonial_slider[data-style=multiple_visible][data-color*=extra-color-3] blockquote .bottom-arrow:after,
div[data-style=minimal] .toggle.open.extra-color-3 i,
div[data-style=minimal] .toggle.extra-color-3:hover i,
.nectar_icon_wrap[data-style=border-basic][data-color=extra-color-3] .nectar_icon,
.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-3]:not([data-draw=true]) .nectar_icon,
.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-3][data-draw=true]:hover .nectar_icon,
.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color=extra-color-3] .play:before,
.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color=extra-color-3] .play:after,
.tabbed[data-color-scheme=extra-color-3][data-style=default] li:not(.cta-button) .active-tab {
    border-color: #6d6e71
}

body.material .nectar-button.see-through.extra-color-3[data-color-override=false] {
    border-color: #6d6e71 !important
}

.im-icon-wrap[data-color=extra-color-3] path {
    fill: #6d6e71
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] > li a .popular-featured-img:after {
    background: #231f20;
    background: linear-gradient(to right, #231f20, #6d6e71)
}

.divider-small-border[data-color=extra-color-gradient-1],
.divider-border[data-color=extra-color-gradient-1],
.nectar-progress-bar .extra-color-gradient-1,
.tabbed[data-style*=minimal][data-color-scheme=extra-color-gradient-1] > ul li a:after,
.tabbed[data-style=minimal_alt][data-color-scheme=extra-color-gradient-1] .magic-line,
.nectar-recent-posts-single_featured.multiple_featured .controls[data-color=extra-color-gradient-1] li:after,
.nectar-fancy-box[data-style=default][data-color=extra-color-gradient-1]:after {
    background: #6d6e71;
    background: linear-gradient(to right, #6d6e71, #231f20)
}

.icon-normal.extra-color-gradient-1,
body [class^=icon-].icon-3x.alt-style.extra-color-gradient-1,
.nectar-button.extra-color-gradient-1:after,
.nectar-button.see-through-extra-color-gradient-1:after,
.nectar_icon_wrap[data-color=extra-color-gradient-1] i,
.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-1]:before,
.tabbed[data-style*=material][data-color-scheme=extra-color-gradient-1] ul li a:before,
.tabbed[data-style*=default][data-color-scheme=extra-color-gradient-1] ul li a:before,
.tabbed[data-style*=vertical][data-color-scheme=extra-color-gradient-1] ul li a:before,
.nectar-fancy-box[data-style=color_box_hover][data-color=extra-color-gradient-1] .box-bg:after,
.nectar_icon_wrap[data-style=soft-bg][data-color=extra-color-gradient-1] .nectar_icon:before {
    background: #6d6e71;
    background: linear-gradient(to bottom right, #6d6e71, #231f20)
}

body.material .nectar-button.regular.m-extra-color-gradient-1,
body.material .nectar-button.see-through.m-extra-color-gradient-1:before,
.swiper-slide .button.solid_color .extra-color-gradient-1,
.swiper-slide .button.transparent_2 .extra-color-gradient-1:before {
    background: #6d6e71;
    background: linear-gradient(125deg, #6d6e71, #231f20)
}

    body.material .nectar-button.regular.m-extra-color-gradient-1:before {
        background: #231f20
    }

.tabbed[data-style*=material][data-color-scheme=extra-color-gradient-1] ul:after {
    background-color: #231f20
}

.tabbed[data-style*=material][data-color-scheme=extra-color-gradient-1] ul li .active-tab:after {
    box-shadow: 0 18px 50px #231f20
}

.nectar-fancy-box[data-style=color_box_hover][data-color=extra-color-gradient-1]:hover:before {
    box-shadow: 0 30px 90px #231f20
}

.testimonial_slider[data-rating-color=extra-color-gradient-1] .star-rating .filled:before {
    color: #6d6e71;
    background: linear-gradient(to right, #6d6e71, #231f20);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.nectar-button.extra-color-gradient-1,
.nectar-button.see-through-extra-color-gradient-1 {
    border-width: 3px;
    border-style: solid;
    -moz-border-image: -moz-linear-gradient(top right, #6d6e71 0, #231f20 100%);
    -webkit-border-image: -webkit-linear-gradient(top right, #6d6e71 0, #231f20 100%);
    border-image: linear-gradient(to bottom right, #6d6e71 0, #231f20 100%);
    border-image-slice: 1
}

.nectar-gradient-text[data-color=extra-color-gradient-1][data-direction=horizontal] * {
    background-image: linear-gradient(to right, #6d6e71, #231f20)
}

.nectar-gradient-text[data-color=extra-color-gradient-1] *,
.nectar-icon-list[data-icon-style=border][data-icon-color=extra-color-gradient-1] .list-icon-holder[data-icon_type="numerical"] span {
    color: #6d6e71;
    background: linear-gradient(to bottom right, #6d6e71, #231f20);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block
}

[class^=icon-][data-color=extra-color-gradient-1]:before,
[class*=" icon-"][data-color=extra-color-gradient-1]:before,
[class^=icon-].extra-color-gradient-1:not(.icon-normal):before,
[class*=" icon-"].extra-color-gradient-1:not(.icon-normal):before,
.nectar_icon_wrap[data-color=extra-color-gradient-1] i {
    color: #6d6e71;
    background: linear-gradient(to bottom right, #6d6e71, #231f20);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: initial
}

.nectar-button.extra-color-gradient-1 .hover,
.nectar-button.see-through-extra-color-gradient-1 .start {
    background: #6d6e71;
    background: linear-gradient(to bottom right, #6d6e71, #231f20);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: initial
}

.nectar-button.extra-color-gradient-1.no-text-grad .hover,
.nectar-button.see-through-extra-color-gradient-1.no-text-grad .start {
    background: transparent !important;
    color: #6d6e71 !important
}

.divider-small-border[data-color=extra-color-gradient-2],
.divider-border[data-color=extra-color-gradient-2],
.nectar-progress-bar .extra-color-gradient-2,
.tabbed[data-style*=minimal][data-color-scheme=extra-color-gradient-2] > ul li a:after,
.tabbed[data-style=minimal_alt][data-color-scheme=extra-color-gradient-2] .magic-line,
.nectar-recent-posts-single_featured.multiple_featured .controls[data-color=extra-color-gradient-2] li:after,
.nectar-fancy-box[data-style=default][data-color=extra-color-gradient-2]:after {
    background: #65a5a0;
    background: linear-gradient(to right, #65a5a0, #00a795)
}

.icon-normal.extra-color-gradient-2,
body [class^=icon-].icon-3x.alt-style.extra-color-gradient-2,
.nectar-button.extra-color-gradient-2:after,
.nectar-button.see-through-extra-color-gradient-2:after,
.nectar_icon_wrap[data-color=extra-color-gradient-2] i,
.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-2]:before,
.tabbed[data-style*=material][data-color-scheme=extra-color-gradient-2] ul li a:before,
.tabbed[data-style*=default][data-color-scheme=extra-color-gradient-2] ul li a:before,
.tabbed[data-style*=vertical][data-color-scheme=extra-color-gradient-2] ul li a:before,
.nectar-fancy-box[data-style=color_box_hover][data-color=extra-color-gradient-2] .box-bg:after,
.nectar_icon_wrap[data-style=soft-bg][data-color=extra-color-gradient-2] .nectar_icon:before {
    background: #65a5a0;
    background: linear-gradient(to bottom right, #65a5a0, #00a795)
}

body.material .nectar-button.regular.m-extra-color-gradient-2,
body.material .nectar-button.see-through.m-extra-color-gradient-2:before,
.swiper-slide .button.solid_color .extra-color-gradient-2,
.swiper-slide .button.transparent_2 .extra-color-gradient-2:before {
    background: #65a5a0;
    background: linear-gradient(125deg, #65a5a0, #00a795)
}

    body.material .nectar-button.regular.m-extra-color-gradient-2:before {
        background: #00a795
    }

.tabbed[data-style*=material][data-color-scheme=extra-color-gradient-2] ul:after {
    background-color: #00a795
}

.tabbed[data-style*=material][data-color-scheme=extra-color-gradient-2] ul li .active-tab:after {
    box-shadow: 0 18px 50px #00a795
}

.nectar-fancy-box[data-style=color_box_hover][data-color=extra-color-gradient-2]:hover:before {
    box-shadow: 0 30px 90px #00a795
}

.testimonial_slider[data-rating-color=extra-color-gradient-2] .star-rating .filled:before {
    color: #65a5a0;
    background: linear-gradient(to right, #65a5a0, #00a795);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.nectar-button.extra-color-gradient-2,
.nectar-button.see-through-extra-color-gradient-2 {
    border-width: 3px;
    border-style: solid;
    -moz-border-image: -moz-linear-gradient(top right, #65a5a0 0, #00a795 100%);
    -webkit-border-image: -webkit-linear-gradient(top right, #65a5a0 0, #00a795 100%);
    border-image: linear-gradient(to bottom right, #65a5a0 0, #00a795 100%);
    border-image-slice: 1
}

.nectar-gradient-text[data-color=extra-color-gradient-2][data-direction=horizontal] * {
    background-image: linear-gradient(to right, #65a5a0, #00a795)
}

.nectar-gradient-text[data-color=extra-color-gradient-2] *,
.nectar-icon-list[data-icon-style=border][data-icon-color=extra-color-gradient-2] .list-icon-holder[data-icon_type="numerical"] span {
    color: #65a5a0;
    background: linear-gradient(to bottom right, #65a5a0, #00a795);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block
}

[class^=icon-][data-color=extra-color-gradient-2]:before,
[class*=" icon-"][data-color=extra-color-gradient-2]:before,
[class^=icon-].extra-color-gradient-2:not(.icon-normal):before,
[class*=" icon-"].extra-color-gradient-2:not(.icon-normal):before,
.nectar_icon_wrap[data-color=extra-color-gradient-2] i {
    color: #65a5a0;
    background: linear-gradient(to bottom right, #65a5a0, #00a795);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: initial
}

.nectar-button.extra-color-gradient-2 .hover,
.nectar-button.see-through-extra-color-gradient-2 .start {
    background: #65a5a0;
    background: linear-gradient(to bottom right, #65a5a0, #00a795);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: initial
}

.nectar-button.extra-color-gradient-2.no-text-grad .hover,
.nectar-button.see-through-extra-color-gradient-2.no-text-grad .start {
    background: transparent !important;
    color: #65a5a0 !important
}

body,
.container-wrap,
.material .ocm-effect-wrap,
.project-title,
.ascend .container-wrap,
.ascend .project-title,
body .vc_text_separator div,
.carousel-wrap[data-full-width=true] .carousel-heading,
.carousel-wrap .left-border,
.carousel-wrap .right-border,
.single-post.ascend #page-header-bg.fullscreen-header,
.single-post #single-below-header.fullscreen-header,
#page-header-wrap,
.page-header-no-bg,
#full_width_portfolio .project-title.parallax-effect,
.portfolio-items .col,
.page-template-template-portfolio-php .portfolio-items .col.span_3,
.page-template-template-portfolio-php .portfolio-items .col.span_4 {
    background-color: #fff
}

    body,
    body h1,
    body h2,
    body h3,
    body h4,
    body h5,
    body h6,
    .masonry.material .masonry-blog-item .grav-wrap .text {
        color: #231f20
    }

.full-width-section > .col.span_12.dark,
.full-width-content > .col.span_12.dark {
    color: #231f20
}

    .full-width-section > .col.span_12.dark .portfolio-items .col h3,
    .full-width-section > .col.span_12.dark .portfolio-items[data-ps="6"] .work-meta h4 {
        color: #fff
    }

body #header-outer,
body #search-outer,
body.ascend #search-outer,
body[data-header-format=left-header].ascend #search-outer,
.material #header-space,
#header-space,
.material #header-outer .bg-color-stripe,
.material #search-outer .bg-color-stripe,
.material #header-outer #search-outer:before,
body[data-header-format=left-header].material #search-outer,
body.material[data-header-format=centered-menu-bottom-bar] #page-header-wrap.fullscreen-header,
#header-outer #mobile-menu:before {
    background-color: #fff
}

body #header-outer,
body[data-header-color=dark] #header-outer {
    background-color: rgba(255, 255, 255, 100)
}

.material #header-outer:not(.transparent) .bg-color-stripe {
    display: none
}

#header-outer #top nav > ul > li > a,
#header-outer:not(.transparent) #top #logo,
#header-outer #top .span_9 > .slide-out-widget-area-toggle i,
#header-outer #top .sf-sub-indicator i,
body[data-header-color=custom].ascend #boxed #header-outer .cart-menu .cart-icon-wrap i,
#header-outer #top nav ul #nectar-user-account a span,
#header-outer #top #toggle-nav i,
.material #header-outer:not([data-permanent-transparent="1"]) .mobile-search .icon-salient-search,
#header-outer:not([data-permanent-transparent="1"]) .mobile-user-account .icon-salient-m-user,
#header-outer:not([data-permanent-transparent="1"]) .mobile-search .icon-salient-search,
#header-outer #top #mobile-cart-link i,
#header-outer .cart-menu .cart-icon-wrap .icon-salient-cart,
body[data-header-format=left-header] #header-outer #social-in-menu a,
#header-outer #top nav ul #search-btn a span,
#search-outer #search input[type=text],
#search-outer #search #close a span,
body.ascend #search-outer #search #close a span,
body.ascend #search-outer #search input[type=text],
.material #search-outer #search .span_12 span,
.material #header-outer #search-outer input::-webkit-input-placeholder,
body[data-header-format=left-header].material #search-outer input::-webkit-input-placeholder,
#header-outer #mobile-menu ul li a,
#header-outer #mobile-menu .below-menu-items-wrap p {
    color: #012539 !important
}

#header-outer #top .slide-out-widget-area-toggle a .lines:after,
#header-outer #top .slide-out-widget-area-toggle a .lines:before,
#header-outer #top .slide-out-widget-area-toggle a .lines-button:after,
body.material.mobile #header-outer.transparent:not([data-permanent-transparent="1"]) header .slide-out-widget-area-toggle a .close-line,
body.material.mobile #header-outer:not([data-permanent-transparent="1"]) header .slide-out-widget-area-toggle a .close-line,
#search-outer .close-wrap .close-line,
#header-outer:not(.transparent) #top .slide-out-widget-area-toggle .close-line {
    background-color: #231f20
}

#top nav > ul > .button_bordered > a:before,
#header-outer:not(.transparent) #top .slide-out-widget-area-toggle .close-line {
    border-color: #231f20
}

#header-outer[data-lhe=default] #top nav > ul > li > a:hover,
body #header-outer:not(.transparent) #social-in-menu a i:after,
#header-outer[data-lhe=default] #top nav .sf-menu > .sfHover:not(#social-in-menu) > a,
body #header-outer[data-lhe=default] #top nav > ul > li > a:hover,
.ascend #header-outer:not(.transparent) .cart-outer:hover .cart-menu-wrap:not(.has_products) .icon-salient-cart,
body.material #header-outer:not(.transparent) .cart-outer:hover .cart-menu-wrap .icon-salient-cart,
body #header-outer[data-lhe=default] #top nav .sf-menu > .sfHover:not(#social-in-menu) > a,
body #header-outer[data-lhe=default] #top nav .sf-menu > .current-menu-item > a,
body #header-outer[data-lhe=default] #top nav .sf-menu > .current_page_item > a .sf-sub-indicator i,
body #header-outer[data-lhe=default] #top nav .sf-menu > .current_page_ancestor > a,
body #header-outer[data-lhe=default] #top nav .sf-menu > .current-menu-ancestor > a,
body #header-outer[data-lhe=default] #top nav .sf-menu > .current-menu-ancestor > a i,
body #header-outer[data-lhe=default] #top nav .sf-menu > .current_page_item > a,
body #top nav .sf-menu > .current_page_ancestor > a .sf-sub-indicator i,
body #top nav .sf-menu > .current_page_item > a .sf-sub-indicator i,
body #header-outer[data-lhe=default] #top nav .sf-menu > .current-menu-ancestor > a,
#header-outer #top .sf-menu > .sfHover > a .sf-sub-indicator i,
#header-outer #top .sf-menu > li > a:hover .sf-sub-indicator i,
#header-outer #top nav ul #search-btn a:hover span,
#header-outer #top nav ul #nectar-user-account a:hover span,
#header-outer #top nav ul .slide-out-widget-area-toggle a:hover span,
body:not(.material) #search-outer #search #close a span:hover,
#header-outer #mobile-menu ul li a:hover,
#header-outer #mobile-menu ul li a:hover .sf-sub-indicator i,
#header-outer #mobile-menu ul li a:focus,
#header-outer #mobile-menu ul li a:focus .sf-sub-indicator i,
#header-outer #mobile-menu ul li[class*=current] > a,
#header-outer #mobile-menu ul li[class*=current] > a i {
    color: #012539 !important
}

#header-outer:not(.transparent) #top nav ul .slide-out-widget-area-toggle a:hover .lines:after,
#header-outer:not(.transparent) #top nav ul .slide-out-widget-area-toggle a:hover .lines:before,
#header-outer:not(.transparent) #top nav ul .slide-out-widget-area-toggle a:hover .lines-button:after,
body[data-header-format=left-header] #header-outer[data-lhe=animated_underline] #top nav > ul > li:not([class*=button_]) > a > span:after {
    background-color: #00a795 !important
}

#header-outer[data-lhe=animated_underline] #top nav > ul > li > a:after,
body.material #header-outer #search-outer #search input[type=text],
body[data-header-format=left-header].material #search-outer #search input[type=text] {
    border-color: #012539
}

#search-outer .ui-widget-content,
body:not([data-header-format=left-header]) #top .sf-menu li ul,
#top nav > ul > .megamenu > .sub-menu,
body #top nav > ul > .megamenu > .sub-menu > li > a,
#header-outer .widget_shopping_cart .cart_list a,
#header-outer .widget_shopping_cart .cart_list li,
#header-outer .widget_shopping_cart_content,
.woocommerce .cart-notification,
#header-secondary-outer ul ul li a,
#header-secondary-outer .sf-menu li ul {
    background-color: #fff
}

body[data-header-format=left-header] #header-outer .cart-outer .cart-notification:after {
    border-color: transparent transparent #fff
}

#top .sf-menu li ul li a:hover,
body #top nav .sf-menu ul .sfHover > a,
#top .sf-menu li ul .current-menu-item > a,
#top .sf-menu li ul .current-menu-ancestor > a,
#top nav > ul > .megamenu > ul ul li a:hover,
#top nav > ul > .megamenu > ul ul li a:focus,
#top nav > ul > .megamenu > ul ul .current-menu-item > a,
#header-secondary-outer ul ul li a:hover,
#header-secondary-outer ul ul li a:focus,
#header-secondary-outer ul > li:not(.megamenu) ul a:hover,
body #header-secondary-outer .sf-menu ul .sfHover > a,
#search-outer .ui-widget-content li:hover,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
#header-outer #top nav > ul > li:not(.megamenu) ul a:hover,
#header-outer #top nav > ul > li:not(.megamenu) .sfHover > a,
#header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) .sfHover > a,
#top nav > ul > .megamenu > ul ul .sfHover > a,
#header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul a:hover,
body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul ul .current-menu-item > a,
#header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul .current-menu-item > a,
#header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul .current-menu-ancestor > a {
    background-color: #ffffff !important
}

#search-outer .ui-widget-content li a,
#search-outer .ui-widget-content i,
#top .sf-menu li ul li a,
body #header-outer .widget_shopping_cart .cart_list a,
#header-secondary-outer ul ul li a,
.woocommerce .cart-notification .item-name,
.cart-outer .cart-notification,
#header-outer #top .sf-menu li ul .sf-sub-indicator i,
#header-outer .widget_shopping_cart .quantity,
#header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul a,
#header-outer .cart-notification .item-name,
#header-outer #top nav > ul > .nectar-woo-cart .cart-outer .widget ul a:hover,
#header-outer .cart-outer .total strong,
#header-outer .cart-outer .total,
#header-outer ul.product_list_widget li dl dd,
#header-outer ul.product_list_widget li dl dt {
    color: #231f20 !important
}

    #search-outer .ui-widget-content li:hover *,
    #search-outer .ui-widget-content .ui-state-focus *,
    body #top nav .sf-menu ul .sfHover > a,
    #top nav > ul > .megamenu > ul ul .current-menu-item > a,
    #header-secondary-outer ul ul li:hover > a,
    #header-secondary-outer ul ul li:hover > a i,
    #header-secondary-outer ul .sfHover > a,
    body[data-dropdown-style=minimal] #header-secondary-outer ul > li:not(.megamenu) .sfHover > a,
    body #top nav .sf-menu ul .sfHover > a .sf-sub-indicator i,
    body #top nav .sf-menu ul li:hover > a .sf-sub-indicator i,
    body #top nav .sf-menu ul li:hover > a,
    #top nav > ul > .megamenu > ul > li > a:hover,
    #top nav > ul > .megamenu > ul > .sfHover > a,
    body #top nav .sf-menu ul .current-menu-item > a,
    body #top nav .sf-menu ul .current_page_item > a .sf-sub-indicator i,
    body #top nav .sf-menu ul .current_page_ancestor > a .sf-sub-indicator i,
    body #top nav .sf-menu ul .sfHover > a,
    body #top nav .sf-menu ul .current_page_ancestor > a,
    body #top nav .sf-menu ul .current-menu-ancestor > a,
    body #top nav .sf-menu ul .current_page_item > a,
    body .sf-menu ul li ul .sfHover > a .sf-sub-indicator i,
    body .sf-menu > li > a:active > .sf-sub-indicator i,
    body .sf-menu > .sfHover > a > .sf-sub-indicator i,
    #header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) .sfHover > a,
    body .sf-menu li ul .sfHover > a,
    body #top nav > ul > .megamenu ul li:hover > a,
    #header-outer #top nav > ul > li:not(.megamenu) ul a:hover,
    body[data-dropdown-style=minimal] #header-secondary-outer ul > li:not(.megamenu) ul a:hover,
    #header-outer #top nav > ul > li:not(.megamenu) .sfHover > a,
    #header-outer #top nav ul li .sfHover > a .sf-sub-indicator i,
    #top nav > ul > .megamenu > ul ul li a:hover,
    #top nav > ul > .megamenu > ul ul li a:focus,
    #top nav > ul > .megamenu > ul ul .sfHover > a,
    #header-outer #top nav ul li li:hover > a .sf-sub-indicator i,
    #header-outer[data-format=left-header] .sf-menu .sub-menu .current-menu-item > a,
    #header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul a:hover,
    body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul ul .current-menu-item > a,
    #header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) .current-menu-item > a,
    #header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul .current-menu-item > a,
    #header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul .current-menu-ancestor > a,
    #header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul .current-menu-ancestor > a .sf-sub-indicator i,
    #header-outer:not([data-format=left-header]) #top nav > ul > .megamenu ul ul .current-menu-item > a,
    body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > ul > .has-ul > a:hover,
    body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > ul > .has-ul > a:focus,
    body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li:hover > a,
    body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > ul > .has-ul:hover > a,
    #header-outer:not([data-format=left-header]) #top nav > ul > .megamenu ul ul .current-menu-item.has-ul > a,
    #header-outer:not([data-format=left-header]) #top nav > ul > .megamenu ul ul .current-menu-ancestor.has-ul > a,
    #header-outer ul.product_list_widget li:hover dl dt,
    #header-outer ul.product_list_widget li:hover dl dd {
        color: #00a795 !important
    }

body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > a,
body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > ul > .has-ul > a,
body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > a,
#header-outer[data-lhe=default] #top nav .sf-menu .megamenu ul .current_page_ancestor > a,
#header-outer[data-lhe=default] #top nav .sf-menu .megamenu ul .current-menu-ancestor > a,
body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > ul > .has-ul > a {
    color: #ffffff !important
}

    body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li:hover > a,
    #header-outer:not([data-format=left-header]) #top nav > ul > .megamenu > ul > .current-menu-ancestor.menu-item-has-children > a,
    #top nav > ul > .megamenu > ul ul .current-menu-item > a,
    body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > ul > .has-ul:hover > a,
    body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > ul > .has-ul > a:focus,
    #header-outer:not([data-format=left-header]) #top nav > ul > .megamenu ul ul .current-menu-item.has-ul > a,
    #header-outer:not([data-format=left-header]) #top nav > ul > .megamenu ul ul .current-menu-ancestor.has-ul > a {
        color: #ffffff !important
    }

body #header-outer[data-transparent-header=true] #top nav ul #nectar-user-account > div,
body[data-header-color=custom] #top nav ul #nectar-user-account > div,
.ascend #header-outer[data-transparent-header=true][data-full-width=true][data-remove-border=true] #top nav ul #search-btn a:after,
.ascend #header-outer[data-transparent-header=true][data-full-width=true][data-remove-border=true] #top nav ul #nectar-user-account a:after,
.ascend #header-outer[data-transparent-header=true][data-full-width=true][data-remove-border=true] #top nav ul .slide-out-widget-area-toggle a:after,
.ascend #header-outer[data-transparent-header=true][data-full-width=true][data-remove-border=true] .cart-contents:after,
#header-outer:not(.transparent) .sf-menu > li ul {
    border-color: #eee
}

#header-outer:not(.transparent) .sf-menu > li ul {
    border-top-width: 1px;
    border-top-style: solid
}

#header-secondary-outer,
#header-outer #header-secondary-outer,
#header-outer #mobile-menu .secondary-header-text {
    background-color: #fff
}

    #header-secondary-outer nav > ul > li > a,
    #header-secondary-outer .nectar-center-text,
    #header-secondary-outer .nectar-center-text a,
    body #header-secondary-outer nav > ul > li > a .sf-sub-indicator i,
    #header-secondary-outer #social li a i,
    #header-secondary-outer[data-lhe=animated_underline] nav > .sf-menu > li:hover > a,
    #header-outer #mobile-menu .secondary-header-text p {
        color: #231f20
    }

        #header-secondary-outer #social li a:hover i,
        #header-secondary-outer .nectar-center-text a:hover,
        #header-secondary-outer[data-lhe=animated_underline] nav > .sf-menu > li > a:after,
        #header-secondary-outer nav > ul > li:hover > a,
        #header-secondary-outer nav > ul > .current-menu-item > a,
        #header-secondary-outer nav > ul > .sfHover > a,
        #header-secondary-outer nav > ul > .sfHover > a .sf-sub-indicator i,
        #header-secondary-outer nav > ul > .current-menu-item > a .sf-sub-indicator i,
        #header-secondary-outer nav > ul > .current-menu-ancestor > a,
        #header-secondary-outer nav > ul > .current-menu-ancestor > a .sf-sub-indicator i,
        #header-secondary-outer nav > ul > li:hover > a .sf-sub-indicator i {
            color: #00a795 !important
        }

    #search-outer .ui-widget-content,
    body:not([data-header-format=left-header]) #top .sf-menu li ul,
    #top nav > ul > .megamenu > .sub-menu,
    body #top nav > ul > .megamenu > .sub-menu > li > a,
    #header-outer .widget_shopping_cart .cart_list a,
    #header-secondary-outer ul ul li a,
    #header-outer .widget_shopping_cart .cart_list li,
    .woocommerce .cart-notification,
    #header-outer .widget_shopping_cart_content {
        background-color: rgba(255, 255, 255, 100) !important
    }

#slide-out-widget-area:not(.fullscreen-alt):not(.fullscreen),
#slide-out-widget-area-bg.fullscreen,
#slide-out-widget-area-bg.fullscreen-alt .bg-inner,
body.material #slide-out-widget-area-bg.slide-out-from-right {
    background-color: #00a795
}

#slide-out-widget-area,
body.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a:hover i:before,
#slide-out-widget-area a,
#slide-out-widget-area.fullscreen-alt .inner .widget.widget_nav_menu li a,
#slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a,
#slide-out-widget-area.fullscreen .menuwrapper li a,
body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a,
body #slide-out-widget-area .slide_out_area_close .icon-default-style[class^=icon-] {
    color: #fff
}

    #slide-out-widget-area .tagcloud a,
    body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li a:after {
        border-color: #fff
    }

.slide-out-hover-icon-effect.slide-out-widget-area-toggle .lines:before,
.slide-out-hover-icon-effect.slide-out-widget-area-toggle .lines:after,
.slide-out-hover-icon-effect.slide-out-widget-area-toggle .lines-button:after,
.slide-out-hover-icon-effect.slide-out-widget-area-toggle .unhidden-line .lines:before,
.slide-out-hover-icon-effect.slide-out-widget-area-toggle .unhidden-line .lines:after,
.slide-out-hover-icon-effect.slide-out-widget-area-toggle .unhidden-line.lines-button:after {
    background-color: #fff
}

#slide-out-widget-area h1,
#slide-out-widget-area h2,
#slide-out-widget-area h3,
#slide-out-widget-area h4,
#slide-out-widget-area h5 {
    color: #fff
}

body #slide-out-widget-area.fullscreen a:hover,
#slide-out-widget-area.slide-out-from-right-hover a:hover,
body.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a i:after,
body #slide-out-widget-area.slide-out-from-right a:hover,
#slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a:hover,
#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a:hover,
#slide-out-widget-area.slide-out-from-right-hover.no-text-effect .inner .off-canvas-menu-container li a:hover,
body #slide-out-widget-area .slide_out_area_close:hover .icon-default-style[class^=icon-],
body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container .current-menu-item > a {
    color: #ffffff !important
}

body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li a:after,
#slide-out-widget-area .tagcloud a:hover {
    border-color: #fff
}

body[data-slide-out-widget-area-style=slide-out-from-right].material .slide_out_area_close:before {
    background-color: #f15922
}

@media only screen and (min-width:1000px) {
    body[data-slide-out-widget-area-style=slide-out-from-right].material .slide_out_area_close .close-line {
        background-color: #fff
    }
}

#footer-outer,
#nectar_fullscreen_rows > #footer-outer.wpb_row .full-page-inner-wrap {
    background-color: #231f20 !important
}

    #footer-outer #footer-widgets {
        border-bottom: none
    }

body.original #footer-outer #footer-widgets .col ul li {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.original #footer-outer #footer-widgets .col .widget_recent_comments ul li,
#footer-outer #footer-widgets .col .widget_recent_comments ul li {
    background-color: rgba(0, 0, 0, .07);
    border-bottom: 0
}

#footer-outer,
#footer-outer a:not(.nectar-button) {
    color: #6d6e71 !important
}

    #footer-outer #footer-widgets .widget h4,
    #footer-outer .col .widget_recent_entries span,
    #footer-outer .col .recent_posts_extra_widget .post-widget-text span {
        color: #6d6e71 !important
    }

    #footer-outer #copyright,
    .ascend #footer-outer #copyright {
        border: none;
        background-color: #231f20
    }

        #footer-outer #copyright .widget h4,
        #footer-outer #copyright li a i,
        #footer-outer #copyright p {
            color: #6d6e71
        }

    #footer-outer[data-cols="1"] #copyright li a i:after {
        border-color: #6d6e71
    }

    #footer-outer #copyright li a:hover i,
    #footer-outer[data-cols="1"] #copyright li a:hover i,
    #footer-outer[data-cols="1"] #copyright li a:hover i:after {
        border-color: #00a795;
        color: #00a795
    }

#ajax-content-wrap #footer-outer #copyright {
    border-top: 1px solid rgba(255, 255, 255, .18)
}

#call-to-action {
    background-color: #00a795
}

    #call-to-action span {
        color: #fff
    }

body #slide-out-widget-area-bg {
    background-color: rgba(0, 0, 0, .8)
}

#nectar_fullscreen_rows {
    background-color:
}

@media only screen and (min-width:1000px) {
    #header-outer[data-format=centered-menu-bottom-bar] #top .span_9 #logo {
        margin-top: -5px
    }

    #header-outer[data-format=centered-menu-bottom-bar] #top .span_9 nav > ul > li:not(#social-in-menu):not(#nectar-user-account):not(#search-btn):not(.slide-out-widget-area-toggle) > a {
        padding-bottom: 10px
    }

    #header-outer #logo,
    #header-outer .logo-spacing {
        margin-top: 10px;
        margin-bottom: 10px;
        position: relative
    }

    #header-outer.small-nav #logo,
    #header-outer.small-nav .logo-spacing {
        margin-top: 5.5555555555556px;
        margin-bottom: 5.5555555555556px
    }

        #header-outer.small-nav #logo img,
        #header-outer.small-nav .logo-spacing img {
            height: 50px
        }

    .material #header-outer:not(.transparent) .bg-color-stripe {
        top: 110px;
        height: calc(35vh - 110px)
    }

    .material #header-outer:not(.transparent).small-nav .bg-color-stripe {
        top: 61.111111111111px;
        height: calc(35vh - 61.111111111111px)
    }
}

@media only screen and (max-width:999px) {
    .material #header-outer:not([data-permanent-transparent="1"]):not(.transparent) .bg-color-stripe,
    .material #header-outer:not([data-permanent-transparent="1"]).transparent .bg-color-stripe {
        top: 74px;
        height: calc(30vh - 74px)
    }
}

#header-outer #logo img,
#header-outer .logo-spacing img {
    height: 90px
}

#header-outer[data-lhe=animated_underline] #top nav > ul > li > a,
#top nav > ul > li[class*=button_solid_color] > a,
body #header-outer[data-lhe=default] #top nav .sf-menu > li[class*=button_solid_color] > a:hover,
#header-outer[data-lhe=animated_underline] #top nav > .sf-menu > li[class*=button_bordered] > a,
#top nav > ul > li[class*=button_bordered] > a,
body #header-outer.transparent #top nav > ul > li[class*=button_bordered] > a,
body #header-outer[data-lhe=default] #top nav .sf-menu > li[class*=button_bordered] > a:hover,
body #header-outer.transparent #top nav > ul > li[class*=button_solid_color] > a,
#header-outer[data-lhe=animated_underline] #top nav > ul > li[class*=button_solid_color] > a {
    margin-left: 10px;
    margin-right: 10px
}

#header-outer[data-lhe=default] #top nav > ul > li > a {
    padding-left: 10px;
    padding-right: 10px
}

#header-outer[data-lhe=animated_underline][data-condense=true][data-format=centered-menu-bottom-bar].fixed-menu #top nav > ul > li > a {
    margin-left: 7px;
    margin-right: 7px
}

#header-outer[data-lhe=default][data-condense=true][data-format=centered-menu-bottom-bar].fixed-menu #top nav > ul > li > a {
    padding-left: 7px;
    padding-right: 7px
}

#header-outer #top .sf-menu > .sf-with-ul > a {
    padding-right: 20px !important
}

#header-outer[data-lhe=animated_underline] #top .sf-menu > .sf-with-ul > a {
    padding-right: 10px !important
}

#header-outer[data-lhe=default][data-condense=true][data-format=centered-menu-bottom-bar].fixed-menu #top nav .sf-menu > .sf-with-ul > a {
    padding-right: 17px !important
}

#header-space {
    height: 152px
}

@media only screen and (max-width:999px) {
    #header-space {
        height: 74px
    }
}

@media only screen and (max-width:999px) {
    .using-mobile-browser #page-header-wrap.fullscreen-header,
    .using-mobile-browser #page-header-wrap.fullscreen-header #page-header-bg,
    .using-mobile-browser #nectar_fullscreen_rows:not(.afterLoaded):not([data-mobile-disable=on]) > div {
        height: calc(100vh - 126px)
    }

    .using-mobile-browser .wpb_row.vc_row-o-full-height.top-level,
    .using-mobile-browser .wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
        min-height: calc(100vh - 126px)
    }

    #page-header-wrap.fullscreen-header,
    #page-header-wrap.fullscreen-header #page-header-bg,
    html:not(.nectar-box-roll-loaded) .nectar-box-roll > #page-header-bg.fullscreen-header,
    .nectar_fullscreen_zoom_recent_projects,
    .nectar-slider-wrap[data-fullscreen=true]:not(.loaded),
    .nectar-slider-wrap[data-fullscreen=true]:not(.loaded) .swiper-container,
    #nectar_fullscreen_rows:not(.afterLoaded):not([data-mobile-disable=on]) > div {
        height: calc(100vh - 73px)
    }

    .wpb_row.vc_row-o-full-height.top-level,
    .wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
        min-height: calc(100vh - 73px)
    }

    [data-bg-header=true][data-permanent-transparent="1"] #page-header-wrap.fullscreen-header,
    [data-bg-header=true][data-permanent-transparent="1"] #page-header-wrap.fullscreen-header #page-header-bg,
    html:not(.nectar-box-roll-loaded) [data-bg-header=true][data-permanent-transparent="1"] .nectar-box-roll > #page-header-bg.fullscreen-header,
    [data-bg-header=true][data-permanent-transparent="1"] .nectar_fullscreen_zoom_recent_projects,
    [data-permanent-transparent="1"] .nectar-slider-wrap[data-fullscreen=true]:not(.loaded),
    [data-permanent-transparent="1"] .nectar-slider-wrap[data-fullscreen=true]:not(.loaded) .swiper-container {
        height: 100vh
    }

    [data-permanent-transparent="1"] .wpb_row.vc_row-o-full-height.top-level,
    [data-permanent-transparent="1"] .wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
        min-height: 100vh
    }

    body[data-transparent-header=false] #ajax-content-wrap.no-scroll {
        min-height: calc(100vh - 73px);
        height: calc(100vh - 73px)
    }
}

#ajax-loading-screen .reveal-1 {
    background-color: #fff
}

#ajax-loading-screen .reveal-2 {
    background-color: #fff
}

#header-outer #logo .mobile-only-logo,
#header-outer[data-format=centered-menu-bottom-bar][data-condense=true] .span_9 #logo img {
    height: 50px
}

@media only screen and (max-width:999px) {
    body #top #logo img,
    #header-outer[data-permanent-transparent=false] #logo .dark-version {
        height: 50px !important
    }
}

@media only screen and (min-width:1000px) and (max-width:1100px) {
    body[data-slide-out-widget-area-style=simple] #header-outer #mobile-menu {
        top: 100%
    }

    body[data-slide-out-widget-area-style=simple][data-ext-responsive=true] #header-outer[data-full-width=false] #mobile-menu {
        padding: 0 90px
    }

    #header-outer #top .span_9 nav .sf-menu:not(.buttons) > li,
    #top .span_9 nav .buttons .menu-item,
    #top .right-aligned-menu-items .buttons .menu-item {
        visibility: hidden;
        pointer-events: none;
        margin: 0
    }

        #header-outer #top .span_9 nav .sf-menu:not(.buttons) > li:not(:nth-child(1)),
        #top .span_9 nav .buttons .menu-item,
        #top .right-aligned-menu-items .buttons .menu-item {
            position: absolute
        }

    #header-outer #top nav .sf-menu > #social-in-menu {
        position: relative;
        visibility: visible;
        pointer-events: auto
    }

    body.material[data-header-search=true][data-user-set-ocm=off] #header-outer:not([data-format=left-header]):not([data-format=centered-menu-bottom-bar]) #top nav > .buttons,
    body.material[data-cart=true][data-user-set-ocm=off] #header-outer:not([data-format=left-header]):not([data-format=centered-menu-bottom-bar]) #top nav > .buttons,
    body.material[data-user-account-button=true][data-user-set-ocm=off] #header-outer:not([data-format=left-header]):not([data-format=centered-menu-bottom-bar]) #top nav > .buttons {
        margin-right: 48px
    }

    body[data-header-search=true] #header-outer:not([data-format=left-header]):not([data-format=centered-menu-bottom-bar]) #top nav > .buttons,
    body[data-cart=true] #header-outer:not([data-format=left-header]):not([data-format=centered-menu-bottom-bar]) #top nav > .buttons,
    body[data-user-account-button=true] #header-outer:not([data-format=left-header]):not([data-format=centered-menu-bottom-bar]) #top nav > .buttons {
        margin-right: 38px
    }

    body.ascend #header-outer[data-full-width=false] .cart-menu {
        border-left: none
    }

    #header-outer:not([data-format=left-header]) #top > .container .span_9 > .slide-out-widget-area-toggle.mobile-icon {
        top: 50%;
        padding-right: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%)
    }

    #top nav ul .slide-out-widget-area-toggle {
        display: none !important
    }

    body #top .span_9 > .slide-out-widget-area-toggle {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0
    }

    body.ascend[data-header-search=true] #header-outer[data-full-width=false]:not([data-format=left-header]) #top nav > .buttons,
    body.ascend[data-cart=true] #header-outer[data-full-width=false]:not([data-format=left-header]) #top nav > .buttons {
        margin-right: 46px
    }

    #header-outer[data-format=centered-menu] #top .span_9 nav .sf-menu,
    #header-outer[data-format=centered-logo-between-menu] #top .span_9 nav .sf-menu,
    #header-outer[data-format=centered-menu-under-logo] #top .span_9 nav {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-flex-pack: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end
    }

    #header-outer[data-format=centered-logo-between-menu] #top nav > .buttons {
        position: relative
    }

    body #header-outer[data-format=centered-logo-between-menu] #top #logo {
        transform: none
    }

    #header-outer:not([data-format=centered-menu-bottom-bar]) #top .span_9 > .slide-out-widget-area-toggle,
    #slide-out-widget-area .mobile-only {
        display: block !important;
        transition: padding .2s ease
    }

    #header-outer[data-has-menu=true] #top .span_3,
    body #header-outer[data-format=centered-menu-under-logo] .span_3 {
        text-align: left;
        left: 0;
        width: auto;
        float: left
    }

    #header-outer[data-format=centered-menu-under-logo] #top .span_9 ul #social-in-menu a {
        margin-bottom: 0
    }

    #header-outer[data-format=centered-menu-under-logo] #top .span_9 nav > .buttons {
        padding-bottom: 0
    }

    body.material #header-outer[data-format=centered-menu-under-logo] #top .span_9 {
        margin-left: auto
    }

        body.material #header-outer[data-format=centered-menu-under-logo] #top .span_9 ul #social-in-menu a,
        body.material #header-outer[data-format=centered-menu-under-logo] #top .span_9 nav > .buttons {
            margin-bottom: 0;
            padding-bottom: 0
        }

    body.material #header-outer[data-format=centered-menu-under-logo] #top .row .span_9,
    body.material #header-outer[data-format=centered-menu-under-logo] #top .row .span_3,
    body.ascend #header-outer[data-format=centered-menu-under-logo] #top .row .span_9,
    body.ascend #header-outer[data-format=centered-menu-under-logo] #top .row .span_3,
    body.original #header-outer[data-format=centered-menu-under-logo] #top .row .span_9,
    body.original #header-outer[data-format=centered-menu-under-logo] #top .row .span_3 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    body #header-outer[data-format=centered-menu-under-logo] .row {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row
    }

    #header-outer[data-format=centered-menu-under-logo] #top #logo {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        align-items: center
    }

    body #header-outer[data-format=centered-menu-under-logo] #top #logo .starting-logo {
        left: 0;
        -webkit-transform: none;
        transform: none
    }

    body #header-outer[data-format=centered-menu-under-logo] #top #logo img {
        margin: 0
    }

    #header-outer[data-format=centered-menu-under-logo] #top #logo {
        text-align: left
    }

    .cart-outer,
    body #header-outer[data-full-width=false] .cart-outer {
        display: block
    }

    #header-outer[data-format=centered-logo-between-menu] #top nav .sf-menu > li {
        float: left !important
    }

    body[data-full-width-header=false] #slide-out-widget-area.slide-out-from-right-hover .slide_out_area_close {
        display: none
    }

    body[data-slide-out-widget-area-style=slide-out-from-right-hover][data-slide-out-widget-area=true][data-user-set-ocm=off] #header-outer[data-full-width=false][data-cart=false] header > .container {
        max-width: 100% !important;
        padding: 0 28px !important
    }

    body[data-full-width-header=false][data-cart=true] .slide-out-hover-icon-effect.small {
        right: 28px !important
    }

    body[data-full-width-header=false][data-cart=true] .slide-out-widget-area-toggle .lines-button.x2.no-delay .lines:before,
    body[data-full-width-header=false][data-cart=true] .slide-out-widget-area-toggle .lines-button.x2.no-delay .lines:after,
    body[data-full-width-header=false][data-cart=true] .slide-out-hover-icon-effect.slide-out-widget-area-toggle .no-delay.lines-button.no-delay:after {
        -webkit-transition: none !important;
        transition: none !important
    }

    body:not(.mobile) #header-outer.transparent > #top .span_9 > .slide-out-widget-area-toggle .lines-button:after,
    body:not(.mobile) #header-outer.transparent > #top .span_9 > .slide-out-widget-area-toggle .lines:before,
    body:not(.mobile) #header-outer.transparent > #top .span_9 > .slide-out-widget-area-toggle .lines:after {
        background-color: #ffffff !important;
        opacity: .75
    }

    body:not(.mobile) #header-outer.transparent.dark-slide > #top .span_9 > .slide-out-widget-area-toggle .lines-button:after,
    body:not(.mobile) #header-outer.transparent.dark-slide > #top .span_9 > .slide-out-widget-area-toggle .lines:before,
    body:not(.mobile) #header-outer.transparent.dark-slide > #top .span_9 > .slide-out-widget-area-toggle .lines:after {
        background-color: #000 !important;
        opacity: .75
    }

    body:not(.mobile) #header-outer.transparent > #top .span_9 > .slide-out-widget-area-toggle:hover .lines-button:after,
    body:not(.mobile) #header-outer.transparent > #top .span_9 > .slide-out-widget-area-toggle:hover .lines:before,
    body:not(.mobile) #header-outer.transparent > #top .span_9 > .slide-out-widget-area-toggle:hover .lines:after {
        opacity: 1
    }

    body #top .span_9 > .slide-out-widget-area-toggle.mobile-icon a:hover .lines:after,
    body #top .span_9 > .slide-out-widget-area-toggle.mobile-icon a:hover .lines-button:after,
    body #top .span_9 > .slide-out-widget-area-toggle.mobile-icon a:hover .lines:before {
        background-color: #00a795 !important
    }

    body:not(.mobile) #header-outer.light-text > #top .span_9 > .slide-out-widget-area-toggle .lines-button:after,
    body:not(.mobile) #header-outer.light-text > #top .span_9 > .slide-out-widget-area-toggle .lines:before,
    body:not(.mobile) #header-outer.light-text > #top .span_9 > .slide-out-widget-area-toggle .lines:after {
        background-color: #fff !important
    }
}

.portfolio-loading,
#ajax-loading-screen .loading-icon,
.loading-icon,
.pp_loaderIcon {
    background-image: url("")
}

@media only screen and (min-width:1000px) and (max-width:1300px) {
    .nectar-slider-wrap[data-full-width=true] .swiper-slide .content h2,
    .nectar-slider-wrap[data-full-width=boxed-full-width] .swiper-slide .content h2,
    .full-width-content .vc_span12 .swiper-slide .content h2 {
        font-size: 45px !important;
        line-height: 51px !important
    }

    .nectar-slider-wrap[data-full-width=true] .swiper-slide .content p,
    .nectar-slider-wrap[data-full-width=boxed-full-width] .swiper-slide .content p,
    .full-width-content .vc_span12 .swiper-slide .content p {
        font-size: 18px !important;
        line-height: 31.2px !important
    }
}

@media only screen and (min-width :690px) and (max-width :999px) {
    .nectar-slider-wrap[data-full-width=true] .swiper-slide .content h2,
    .nectar-slider-wrap[data-full-width=boxed-full-width] .swiper-slide .content h2,
    .full-width-content .vc_span12 .swiper-slide .content h2 {
        font-size: 33px !important;
        line-height: 39px !important
    }

    .nectar-slider-wrap[data-full-width=true] .swiper-slide .content p,
    .nectar-slider-wrap[data-full-width=boxed-full-width] .swiper-slide .content p,
    .full-width-content .vc_span12 .swiper-slide .content p {
        font-size: 13.2px !important;
        line-height: 24px !important
    }
}

@media only screen and (max-width :690px) {
    .nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide .content h2,
    .nectar-slider-wrap[data-full-width=boxed-full-width][data-fullscreen=false] .swiper-slide .content h2,
    .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen=false] .swiper-slide .content h2 {
        font-size: 15px !important;
        line-height: 21px !important
    }

    .nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide .content p,
    .nectar-slider-wrap[data-full-width=boxed-full-width][data-fullscreen=false] .swiper-slide .content p,
    .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen=false] .swiper-slide .content p {
        font-size: 10px !important;
        line-height: 17.52px !important
    }
}

.loading-icon .material-icon .bar:after {
    background-color: #7f9ac3
}

.loading-icon .material-icon .bar {
    border-color: #7f9ac3
}

.loading-icon .material-icon .color-2 .bar:after {
    background-color: #7f9ac3
}

.loading-icon .material-icon .color-2 .bar {
    border-color: #7f9ac3
}

.loading-icon .material-icon .spinner.color-2 {
    display: none !important
}

.loading-icon .material-icon > div:first-child .right-side,
.loading-icon .material-icon > div:first-child .left-side {
    -webkit-animation: none !important;
    animation: none !important
}

@media only screen and (min-width:1000px) {
    .container,
    body[data-header-format=left-header] .container,
    .woocommerce-tabs .full-width-content .tab-container,
    .nectar-recent-posts-slider .flickity-page-dots,
    .post-area.standard-minimal.full-width-content .post .inner-wrap,
    .material #search-outer #search {
        max-width: 1425px;
        width: 100%;
        margin: 0 auto;
        padding: 0 90px
    }

    body[data-header-format=left-header] .container,
    body[data-header-format=left-header] .woocommerce-tabs .full-width-content .tab-container,
    body[data-header-format=left-header] .nectar-recent-posts-slider .flickity-page-dots,
    body[data-header-format=left-header] .post-area.standard-minimal.full-width-content .post .inner-wrap {
        padding: 0 60px
    }

    body .container .page-submenu.stuck .container:not(.tab-container):not(.normal-container),
    .nectar-recent-posts-slider .flickity-page-dots,
    #nectar_fullscreen_rows[data-footer=default] #footer-widgets .container,
    #nectar_fullscreen_rows[data-footer=default] #copyright .container {
        padding: 0 90px !important
    }

    .swiper-slide .content {
        padding: 0 90px
    }

    body[data-header-format=left-header] .container .page-submenu.stuck .container:not(.tab-container),
    body[data-header-format=left-header] .nectar-recent-posts-slider .flickity-page-dots {
        padding: 0 60px !important
    }

    body[data-header-format=left-header] .swiper-slide .content {
        padding: 0 60px
    }

    body .container .container:not(.tab-container):not(.recent-post-container):not(.normal-container) {
        width: 100% !important;
        padding: 0 !important
    }

    body .carousel-heading .container .carousel-next {
        right: 10px
    }

    body .carousel-heading .container .carousel-prev {
        right: 35px
    }

    .carousel-wrap[data-full-width=true] .carousel-heading .portfolio-page-link {
        left: 90px
    }

    .carousel-wrap[data-full-width=true] .carousel-heading {
        margin-left: -20px;
        margin-right: -20px
    }

    #ajax-content-wrap .carousel-wrap[data-full-width=true] .carousel-next {
        right: 90px
    }

    #ajax-content-wrap .carousel-wrap[data-full-width=true] .carousel-prev {
        right: 115px
    }

    .carousel-wrap[data-full-width=true] {
        padding: 0
    }

        .carousel-wrap[data-full-width=true] .caroufredsel_wrapper {
            padding: 20px
        }

    #search-outer #search #close a {
        right: 90px
    }

    #boxed,
    #boxed #header-outer,
    #boxed #slide-out-widget-area-bg.fullscreen,
    #boxed #page-header-bg[data-parallax="1"],
    #boxed #featured,
    body[data-footer-reveal="1"] #boxed #footer-outer,
    #boxed .orbit > div,
    #boxed #featured article,
    body.ascend #boxed #search-outer {
        max-width: 1400px !important;
        width: 90% !important;
        min-width: 980px
    }

        body[data-hhun="1"] #boxed #header-outer:not(.detached),
        body[data-hhun="1"] #boxed #header-secondary-outer,
        #boxed #header-outer[data-format=centered-menu-bottom-bar][data-condense=true]:not(.fixed-menu),
        #boxed #header-secondary-outer.centered-menu-bottom-bar {
            width: 100% !important
        }

        #boxed #search-outer #search #close a {
            right: 0 !important
        }

        #boxed .container {
            width: 92%;
            padding: 0
        }

        #boxed #footer-outer #footer-widgets,
        #boxed #footer-outer #copyright {
            padding-left: 0;
            padding-right: 0
        }

        #boxed .carousel-wrap[data-full-width=true] .carousel-heading .portfolio-page-link {
            left: 35px
        }

        #boxed .carousel-wrap[data-full-width=true] .carousel-next {
            right: 35px !important
        }

        #boxed .carousel-wrap[data-full-width=true] .carousel-prev {
            right: 60px !important
        }
}

@media only screen and (min-width:1000px) {
    .container,
    body[data-header-format=left-header] .container,
    .woocommerce-tabs .full-width-content .tab-container,
    .nectar-recent-posts-slider .flickity-page-dots,
    .post-area.standard-minimal.full-width-content .post .inner-wrap,
    .material #search-outer #search {
        max-width: 1425px
    }
}

body,
.toggle h3 a,
body .ui-widget,
table,
.bar_graph li span strong,
#slide-out-widget-area .tagcloud a,
body .container .woocommerce-message a.button,
#search-results .result .title span,
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3,
.row .col.section-title .nectar-love span,
body .nectar-love span,
body .nectar-social .nectar-love .nectar-love-count,
body .carousel-heading h2,
.sharing-default-minimal .nectar-social .social-text,
body .sharing-default-minimal .nectar-love,
.widget ul.nectar_widget[class*=nectar_blog_posts_] > li .post-date,
.single [data-post-hs=default_minimal] #single-below-header span,
.single .heading-title[data-header-style=default_minimal] #single-below-header span {
    font-family: Roboto;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300
}

.bold,
strong,
b {
    font-family: Roboto;
    font-weight: 600
}

.single #single-below-header span {
    font-family: Roboto
}

.nectar-fancy-ul ul li .icon-default-style[class^=icon-] {
    line-height: 28px
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
    body {
        font-size: 18px;
        line-height: 28px
    }
}

@media only screen and (max-width:999px) and (min-width:690px) {
    body {
        font-size: 18px;
        line-height: 28px
    }
}

@media only screen and (max-width:690px) {
    body {
        font-size: 18px;
        line-height: 28px
    }
}

#header-outer #logo.no-image,
#header-outer[data-format=centered-logo-between-menu] .logo-spacing[data-using-image=false] {
    font-family: Roboto;
    font-size: 54px;
    line-height: 64px;
    font-weight: 300
}

@media only screen and (max-width:1000px) {
    #header-outer #logo.no-image {
        font-size: 24px;
        line-height: 24px
    }
}

#top nav > ul > li > a,
.span_3 .pull-left-wrap > ul > li > a,
body.material #search-outer #search input[type=text],
#header-secondary-outer .nectar-center-text,
#slide-out-widget-area .secondary-header-text,
#header-outer #mobile-menu ul li a,
#header-outer #mobile-menu .secondary-header-text {
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300
}

#top nav > ul > li[class*=button_solid_color] > a:before,
#header-outer.transparent #top nav > ul > li[class*=button_solid_color] > a:before {
    height: 27px
}

#top nav > ul > li[class*=button_bordered] > a:before,
#header-outer.transparent #top nav > ul > li[class*=button_bordered] > a:before {
    height: 37px
}

.material .sf-menu > li > a > .sf-sub-indicator [class^=icon-] {
    font-size: 18px
}

#top .sf-menu li ul li a,
#header-secondary-outer nav > ul > li > a,
#header-secondary-outer ul ul li a,
#header-outer .widget_shopping_cart .cart_list a {
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300
}

@media only screen and (min-width :1px) and (max-width :999px) {
    #top .sf-menu a {
        font-family: Roboto !important;
        font-size: 14px !important
    }
}

#page-header-bg h1,
body h1,
body .row .col.section-title h1,
.full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2,
body #error-404 h1 {
    font-size: 61px;
    line-height: 71px
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
    body .row .col.section-title h1,
    body h1,
    .full-width-content .recent-post-container .inner-wrap h2 {
        font-size: 45.75px;
        line-height: 53.25px
    }
}

@media only screen and (max-width:999px) and (min-width:690px) {
    body .row .col.section-title h1,
    body h1,
    html body .row .col.section-title.span_12 h1,
    .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2 {
        font-size: 42.7px;
        line-height: 49.7px
    }

    .full-width-content .recent-post-container .inner-wrap h2 {
        font-size: 42.7px;
        line-height: 49.7px
    }

    .wpb_wrapper h1.vc_custom_heading {
        font-size: 42.7px !important;
        line-height: 49.7px !important
    }
}

@media only screen and (max-width:690px) {
    body .row .col.section-title h1,
    body h1,
    html body .row .col.section-title.span_12 h1,
    .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2 {
        font-size: 39.65px;
        line-height: 46.15px
    }

    .wpb_wrapper h1.vc_custom_heading {
        font-size: 39.65px !important;
        line-height: 46.15px !important
    }
}

#page-header-bg h2,
body h2,
article.post .post-header h2,
article.post.quote .post-content h2,
article.post.link .post-content h2,
#call-to-action span,
.woocommerce .full-width-tabs #reviews h3,
.row .col.section-title h2,
.nectar_single_testimonial[data-style=bold] p,
.woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control,
body #error-404 h2,
.woocommerce-page .woocommerce p.cart-empty {
    font-size: 38px;
    line-height: 48px
}

.single-product div.product h1.product_title {
    font-size: 38px;
    line-height: 48px
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
    body h2,
    .single-product div.product h1.product_title {
        font-size: 32.3px;
        line-height: 40.8px
    }

    .row .span_2 h2,
    .row .span_3 h2,
    .row .span_4 h2,
    .row .vc_col-sm-2 h2,
    .row .vc_col-sm-3 h2,
    .row .vc_col-sm-4 h2 {
        font-size: 26.6px;
        line-height: 33.6px
    }
}

@media only screen and (max-width:999px) and (min-width:690px) {
    .col h2,
    h2,
    .single-product div.product h1.product_title,
    .woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control {
        font-size: 30.4px;
        line-height: 38.4px
    }

    .wpb_wrapper h2.vc_custom_heading {
        font-size: 30.4px !important;
        line-height: 38.4px !important
    }
}

@media only screen and (max-width:690px) {
    .col h2,
    h2,
    .single-product div.product h1.product_title,
    .woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control {
        font-size: 28.5px;
        line-height: 36px
    }

    .wpb_wrapper h2.vc_custom_heading {
        font-size: 28.5px !important;
        line-height: 36px !important
    }
}

body h3,
.row .col h3,
.toggle h3 a,
.ascend #respond h3,
.ascend h3#comments,
.woocommerce ul.products li.product.text_on_hover h3,
.masonry.classic_enhanced .masonry-blog-item h3.title,
.woocommerce ul.products li.product.material h3,
.woocommerce-page ul.products li.product.material h3,
.portfolio-items[data-ps="8"] .col h3,
.nectar-hor-list-item[data-font-family=h3],
.woocommerce ul.products li.product h2,
.nectar-quick-view-box h1 {
    font-size: 28px;
    line-height: 38px
}

@media only screen and (min-width:1000px) {
    .ascend .comments-section .comment-wrap.full-width-section > h3#comments,
    .blog_next_prev_buttons[data-post-header-style=default_minimal] .col h3 {
        font-size: 47.6px;
        line-height: 55.6px
    }

    #ajax-content-wrap .masonry.classic_enhanced .masonry-blog-item.large_featured h3.title {
        font-size: 42px;
        line-height: 57px
    }
}

@media only screen and (min-width:1300px) and (max-width:1500px) {
    body .portfolio-items.constrain-max-cols.masonry-items .col.elastic-portfolio-item h3 {
        font-size: 23.8px;
        line-height: 32.3px
    }
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
    .row .span_2 h3,
    .row .span_3 h3,
    .row .span_4 h3,
    .row .vc_col-sm-2 h3,
    .row .vc_col-sm-3 h3,
    .row .vc_col-sm-4 h3,
    .row .col h3,
    body h3 {
        font-size: 23.8px;
        line-height: 32.3px
    }
}

@media only screen and (max-width:999px) and (min-width:690px) {
    .row .span_2 h3,
    .row .span_3 h3,
    .row .span_4 h3,
    .row .vc_col-sm-2 h3,
    .row .vc_col-sm-3 h3,
    .row .vc_col-sm-4 h3,
    .row .col h3,
    body h3 {
        font-size: 22.4px;
        line-height: 30.4px
    }

    .wpb_wrapper h3.vc_custom_heading {
        font-size: 22.4px !important;
        line-height: 30.4px !important
    }
}

@media only screen and (max-width:690px) {
    .row .span_2 h3,
    .row .span_3 h3,
    .row .span_4 h3,
    .row .vc_col-sm-2 h3,
    .row .vc_col-sm-3 h3,
    .row .vc_col-sm-4 h3,
    .row .col h3,
    body h3 {
        font-size: 22.4px;
        line-height: 30.4px
    }

    .wpb_wrapper h3.vc_custom_heading {
        font-size: 22.4px !important;
        line-height: 30.4px !important
    }
}

body h4,
.row .col h4,
.portfolio-items .work-meta h4,
.list-icon-holder[data-icon_type="numerical"] span,
.portfolio-items .col.span_3 .work-meta h4,
#respond h3,
.blog-recent.related-posts h3.title,
h3#comments,
.portfolio-items[data-ps="6"] .work-meta h4,
.nectar-hor-list-item[data-font-family=h4],
.toggles[data-style=minimal_small] .toggle > h3 a,
.woocommerce #reviews #reply-title,
p.woocommerce.add_to_cart_inline > span.woocommerce-Price-amount,
p.woocommerce.add_to_cart_inline ins > span.woocommerce-Price-amount,
#header-outer .total,
#header-outer .total strong {
    font-size: 24px;
    line-height: 34px
}

@media only screen and (min-width:690px) {
    .portfolio-items[data-ps="6"] .wide_tall .work-meta h4 {
        font-size: 40.8px !important;
        line-height: 48.8px !important
    }
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
    .row .col h4,
    body h4 {
        font-size: 24px;
        line-height: 34px
    }
}

@media only screen and (max-width:999px) and (min-width:690px) {
    .row .col h4,
    body h4 {
        font-size: 24px;
        line-height: 34px
    }
}

@media only screen and (max-width:690px) {
    .row .col h4,
    body h4 {
        font-size: 21.6px;
        line-height: 30.6px
    }
}

body h5,
.row .col h5,
.portfolio-items .work-item.style-3-alt p,
.nectar-hor-list-item[data-font-family=h5] {
    font-size: 20px;
    line-height: 30px
}

body .wpb_column > .wpb_wrapper > .morphing-outline .inner > h5 {
    font-size: 27px
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
    .row .col h5,
    body h5 {
        font-size: 20px;
        line-height: 30px
    }
}

@media only screen and (max-width:999px) and (min-width:690px) {
    .row .col h5,
    body h5 {
        font-size: 20px;
        line-height: 30px
    }
}

@media only screen and (max-width:690px) {
    .row .col h5,
    body h5 {
        font-size: 20px;
        line-height: 30px
    }
}

body h6,
.row .col h6,
.nectar-hor-list-item[data-font-family=h6] {
    font-size: 16px;
    line-height: 24px
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
    .row .col h6,
    body h6 {
        font-size: 16px;
        line-height: 24px
    }
}

@media only screen and (max-width:999px) and (min-width:690px) {
    .row .col h6,
    body h6 {
        font-size: 16px;
        line-height: 24px
    }
}

@media only screen and (max-width:690px) {
    .row .col h6,
    body h6 {
        font-size: 16px;
        line-height: 24px
    }
}

.portfolio-filters-inline .container > ul a,
.portfolio-filters > ul a,
.portfolio-filters > a span {
    font-family: Roboto;
    font-size: 18px !important;
    line-height: 28px;
    font-weight: 300 !important
}

.portfolio-filters-inline #current-category {
    line-height: 28px
}

.portfolio-items .col p,
.container-wrap[data-nav-pos=after_project_2] .bottom_controls li span:not(.text) {
    font-family: Roboto;
    font-size: 18px !important;
    line-height: 28px;
    font-weight: 300 !important
}

body #sidebar h4,
body .widget h4,
body #footer-outer .widget h4 {
    font-size: 20px !important;
    line-height: 30px
}

body #page-header-bg h1,
html body .row .col.section-title h1,
.nectar-box-roll .overlaid-content h1 {
    font-size: 61px;
    line-height: 71px
}

@media only screen and (min-width:690px) and (max-width:999px) {
    #page-header-bg .span_6 h1,
    .overlaid-content h1 {
        font-size: 42.7px !important;
        line-height: 46.7px !important
    }
}

@media only screen and (min-width:1000px) and (max-width:1300px) {
    #page-header-bg .span_6 h1,
    .nectar-box-roll .overlaid-content h1 {
        font-size: 51.85px;
        line-height: 60.35px
    }
}

@media only screen and (min-width:1300px) and (max-width:1500px) {
    #page-header-bg .span_6 h1,
    .nectar-box-roll .overlaid-content h1 {
        font-size: 54.9px;
        line-height: 63.9px
    }
}

@media only screen and (max-width:690px) {
    #page-header-bg.fullscreen-header .span_6 h1,
    .overlaid-content h1 {
        font-size: 27.45px !important;
        line-height: 31.95px !important
    }
}

body #page-header-bg .span_6 span.subheader,
#page-header-bg span.result-num,
body .row .col.section-title > span,
.nectar-box-roll .overlaid-content .subheader {
    font-family: Roboto;
    font-size: 24px;
    line-height: 34px;
    font-weight: 300
}

@media only screen and (min-width:1000px) and (max-width:1300px) {
    body #page-header-bg:not(.fullscreen-header) .span_6 span.subheader,
    body .row .col.section-title > span {
        font-size: 19.2px;
        line-height: 27.2px
    }
}

@media only screen and (min-width:690px) and (max-width:999px) {
    body #page-header-bg.fullscreen-header .span_6 span.subheader,
    .overlaid-content .subheader {
        font-size: 21.6px !important;
        line-height: 30.6px !important
    }

    #page-header-bg .span_6 span.subheader {
        font-size: 22px !important
    }
}

@media only screen and (max-width:690px) {
    body #page-header-bg.fullscreen-header .span_6 span.subheader,
    .overlaid-content .subheader {
        font-size: 16.8px !important;
        line-height: 23.8px !important
    }

    #page-header-bg .span_6 span.subheader {
        font-size: 15px !important
    }
}

body #slide-out-widget-area .inner .off-canvas-menu-container li a,
body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a,
body #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a,
body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a,
body #nectar-ocm-ht-line-check {
    font-family: Roboto;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300
}

@media only screen and (min-width:690px) and (max-width:999px) {
    body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a,
    body #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a {
        font-size: 16.2px !important;
        line-height: 25.2px !important
    }
}

@media only screen and (max-width:690px) {
    body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a,
    body #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a {
        font-size: 12.6px !important;
        line-height: 19.6px !important
    }
}

body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li li a,
#slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li li a {
    font-size: 12.6px;
    line-height: 12.6px
}

#slide-out-widget-area .menuwrapper li small {
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300
}

@media only screen and (min-width:690px) and (max-width:999px) {
    #slide-out-widget-area .menuwrapper li small {
        font-size: 14.4px;
        line-height: 21.6px
    }
}

@media only screen and (max-width:690px) {
    #slide-out-widget-area .menuwrapper li small {
        font-size: 11.2px;
        line-height: 16.8px
    }
}

.swiper-slide .content h2 {
    font-size: 61px;
    line-height: 71px
}

@media only screen and (min-width:1000px) and (max-width:1300px) {
    body .nectar-slider-wrap[data-full-width=true] .swiper-slide .content h2,
    body .nectar-slider-wrap[data-full-width=boxed-full-width] .swiper-slide .content h2,
    body .full-width-content .vc_span12 .swiper-slide .content h2 {
        font-size: 48.8px !important;
        line-height: 56.8px !important
    }
}

@media only screen and (min-width:690px) and (max-width:999px) {
    body .nectar-slider-wrap[data-full-width=true] .swiper-slide .content h2,
    body .nectar-slider-wrap[data-full-width=boxed-full-width] .swiper-slide .content h2,
    body .full-width-content .vc_span12 .swiper-slide .content h2 {
        font-size: 36.6px !important;
        line-height: 42.6px !important
    }
}

@media only screen and (max-width:690px) {
    body .nectar-slider-wrap[data-full-width=true] .swiper-slide .content h2,
    body .nectar-slider-wrap[data-full-width=boxed-full-width] .swiper-slide .content h2,
    body .full-width-content .vc_span12 .swiper-slide .content h2 {
        font-size: 30.5px !important;
        line-height: 35.5px !important
    }
}

#featured article .post-title h2 span,
.swiper-slide .content p,
body .vc_text_separator div {
    font-family: Roboto;
    font-size: 24px;
    line-height: 34px;
    font-weight: 300
}

#portfolio-filters-inline ul {
    line-height: 43px !important
}

.swiper-slide .content p.transparent-bg span {
    line-height: 49px
}

@media only screen and (min-width:1000px) and (max-width:1300px) {
    .nectar-slider-wrap[data-full-width=true] .swiper-slide .content p,
    .nectar-slider-wrap[data-full-width=boxed-full-width] .swiper-slide .content p,
    .full-width-content .vc_span12 .swiper-slide .content p {
        font-size: 19.2px !important;
        line-height: 27.2px !important
    }
}

@media only screen and (min-width:690px) and (max-width:999px) {
    .nectar-slider-wrap[data-full-width=true] .swiper-slide .content p,
    .nectar-slider-wrap[data-full-width=boxed-full-width] .swiper-slide .content p,
    .full-width-content .vc_span12 .swiper-slide .content p {
        font-size: 16.8px !important;
        line-height: 23.8px !important
    }
}

@media only screen and (max-width:690px) {
    body .nectar-slider-wrap[data-full-width=true] .swiper-slide .content p,
    body .nectar-slider-wrap[data-full-width=boxed-full-width] .swiper-slide .content p,
    body .full-width-content .vc_span12 .swiper-slide .content p {
        font-size: 16.8px !important;
        line-height: 23.8px !important
    }
}

blockquote,
.testimonial_slider blockquote,
.testimonial_slider blockquote span,
.testimonial_slider[data-style=minimal] blockquote span:not(.title),
.testimonial_slider[data-style=minimal] blockquote,
.testimonial_slider[data-style=minimal] .controls {
    font-family: Roboto;
    font-size: 28px;
    line-height: 38px;
    font-weight: 300;
    font-style: italic
}

#footer-outer .widget h4,
#sidebar h4,
#call-to-action .container a,
.uppercase,
.nectar-button,
.nectar-button.medium,
.nectar-button.small,
.nectar-3d-transparent-button,
.swiper-slide .button a,
body .widget_calendar table th,
body #footer-outer #footer-widgets .col .widget_calendar table th,
body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > a,
.carousel-heading h2,
body .gform_wrapper .top_label .gfield_label,
body .vc_pie_chart .wpb_pie_chart_heading,
#infscr-loading div,
#page-header-bg .author-section a,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.ascend input[type=submit],
.ascend button[type=submit],
.material input[type=submit],
.material button[type=submit],
body.material #page-header-bg.fullscreen-header .inner-wrap > a,
#page-header-bg[data-post-hs=default_minimal] .inner-wrap > a,
.widget h4,
.text-on-hover-wrap .categories a,
.text_on_hover.product .add_to_cart_button,
.woocommerce-page .single_add_to_cart_button,
.woocommerce div[data-project-style=text_on_hover] .cart .quantity input.qty,
.woocommerce-page #respond input#submit,
.meta_overlaid article.post .post-header h3,
.meta_overlaid article.post.quote .post-content h3,
.meta_overlaid article.post.link .post-content h3,
.meta_overlaid article .meta-author a,
.pricing-column.highlight h3 .highlight-reason,
.blog-recent[data-style=minimal] .col > span,
body .masonry.classic_enhanced .posts-container article .meta-category a,
body .masonry.classic_enhanced .posts-container article.wide_tall .meta-category a,
.blog-recent[data-style*=classic_enhanced] .meta-category a,
.nectar-recent-posts-slider .container .strong,
.single .heading-title[data-header-style=default_minimal] .meta-category a,
.nectar-fancy-box .link-text,
.woocommerce-account .woocommerce-form-login button.button,
.woocommerce-account .woocommerce-form-register button.button,
.post-area.standard-minimal article.post .post-meta .date a,
.post-area.standard-minimal article.post .more-link span,
.nectar-slide-in-cart .widget_shopping_cart .buttons a,
.material.product .product-wrap .product-add-to-cart a .price .amount,
.material.product .product-wrap .product-add-to-cart a span,
ul.products li.material.product span.onsale,
body[data-button-style=rounded] #pagination > a,
html body #pagination > span,
.woocommerce nav.woocommerce-pagination ul li a,
html body nav.woocommerce-pagination ul li a,
html body nav.woocommerce-pagination ul li span,
.woocommerce .material.product .product-wrap .product-add-to-cart a.added_to_cart,
.woocommerce-page ul.products li.product.material .price,
.woocommerce-page ul.products li.product.material .price ins span,
body[data-form-submit=see-through-2] input[type=submit],
body[data-form-submit=see-through-2] button[type=submit],
body[data-form-submit=see-through] input[type=submit],
body[data-form-submit=see-through] button[type=submit],
body[data-form-submit=regular] input[type=submit] body[data-form-submit=regular] button[type=submit],
.nectar_team_member_overlay .team_member_details .title,
body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > ul > li.has-ul > a,
.nectar_fullscreen_zoom_recent_projects .project-slide .project-info .normal-container > a,
.nectar-hor-list-item .nectar-list-item-btn,
.nectar-category-grid-item .content span.subtext,
body .woocommerce .nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top,
.products li.product.minimal .product-add-to-cart a,
.woocommerce div.product form.cart .button,
.nectar-quick-view-box .nectar-full-product-link,
.woocommerce-page .nectar-quick-view-box button[type=submit].single_add_to_cart_button,
#header-outer .widget_shopping_cart a.button,
.woocommerce .classic .product-wrap .product-add-to-cart .add_to_cart_button,
.text_on_hover.product .nectar_quick_view,
.woocommerce .classic .product-wrap .product-add-to-cart .button.product_type_variable,
.woocommerce.add_to_cart_inline a.button.add_to_cart_button,
.woocommerce .classic .product-wrap .product-add-to-cart .button.product_type_grouped,
.woocommerce-page .woocommerce p.return-to-shop a.wc-backward,
.yikes-easy-mc-form .yikes-easy-mc-submit-button {
    font-family: Roboto;
    text-transform: capitalize !important;
    font-size: 18px;
    font-weight: 300
}

.team-member h4,
.row .col.section-title p,
.row .col.section-title span,
#page-header-bg .subheader,
.nectar-milestone .subject,
.testimonial_slider blockquote span {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 300
}

article.post .post-meta .month {
    line-height: 18px
}

@media only screen and (min-width:1000px) {
    body #ajax-content-wrap.no-scroll {
        min-height: calc(100vh - 152px);
        height: calc(100vh - 152px) !important
    }
}

@media only screen and (min-width:1000px) {
    #page-header-wrap.fullscreen-header,
    #page-header-wrap.fullscreen-header #page-header-bg,
    html:not(.nectar-box-roll-loaded) .nectar-box-roll > #page-header-bg.fullscreen-header,
    .nectar_fullscreen_zoom_recent_projects,
    #nectar_fullscreen_rows:not(.afterLoaded) > div {
        height: calc(100vh - 151px)
    }

    .wpb_row.vc_row-o-full-height.top-level,
    .wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
        min-height: calc(100vh - 151px)
    }

    html:not(.nectar-box-roll-loaded) .nectar-box-roll > #page-header-bg.fullscreen-header {
        top: 152px
    }

    .nectar-slider-wrap[data-fullscreen=true]:not(.loaded),
    .nectar-slider-wrap[data-fullscreen=true]:not(.loaded) .swiper-container {
        height: calc(100vh - 150px) !important
    }

    .admin-bar .nectar-slider-wrap[data-fullscreen=true]:not(.loaded),
    .admin-bar .nectar-slider-wrap[data-fullscreen=true]:not(.loaded) .swiper-container {
        height: calc(100vh - 150px - 32px) !important
    }
}

@font-face {
    font-family: 'gt_walsheimlight';
    src: url('../../../themes/salient-child/fonts/gt-walsheim-light-webfont.woff2') format('woff2'), url('../../../themes/salient-child/fonts/gt-walsheim-light-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'gt_walsheimlight';
    font-weight: 300
}

.row .col.section-title h1,
.row .col.section-title h2 {
    font-family: 'gt_walsheimlight';
    font-weight: 300;
    letter-spacing: 0
}

.quote blockquote {
    font-size: 18px;
    line-height: 28px
}

@media only screen and (max-width:1000px) {
    .reverse-row > .col.span_12 {
        flex-direction: column-reverse
    }

    .reverse-row img {
        margin-bottom: 1.5em !important
    }

    .reverse-row .wpb_column.column_container.vc_column_container {
        margin-bottom: 0 !important
    }
}

.swiper-slide .slide-bg-wrap .slide-bg-overlay {
    opacity: .8
}

@media only screen and (max-width:690px) {
    .nectar-slider-wrap[data-fullscreen=true] .swiper-slide .button a {
        font-size: 14px;
        padding: 12px 20px;
        letter-spacing: 1px
    }
}

.page-submenu .full-width-content {
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.page-id-1531 .nectar_single_testimonial .wrap {
    display: none
}

.page-id-1531 blockquote {
    margin-bottom: 0
}

.wpem-single-event-footer {
    display: none
}

.wpem-event-single-image img {
    margin-bottom: 0 !important
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top {
    background: #f9f9f9
}

.wpem-event-sidebar-button input[type=submit],
.wpem-event-sidebar-button button[type=submit],
.wpem-event-sidebar-button input[type=button] {
    background-color: #f15922
}

    .wpem-event-sidebar-button input[type=submit]:hover,
    .wpem-event-sidebar-button button[type=submit]:hover,
    .wpem-event-sidebar-button input[type=button]:hover {
        opacity: .8
    }

body button.forminator-button.forminator-button-submit {
    line-height: 20px !important;
    font-weight: 300 !important;
    padding: 15px 35px !important
}

.forminator-checkbox p {
    color: #231f20
}

form#forminator-module-1854 {
    margin-top: 0
}

form#forminator-module-1871 .vc_custom_heading,
form#forminator-module-1871 p,
form#forminator-module-1871 .forminator-checkbox span a {
    color: #fff
}

form#forminator-module-1871 .forminator-checkbox span a {
    text-decoration: underline
}

    form#forminator-module-1871 .forminator-checkbox span a:hover {
        opacity: .87
    }

form#forminator-module-1871 button.forminator-button.forminator-button-submit {
    background: 0 0;
    border: 2px solid #fff;
    color: #fff
}

    form#forminator-module-1871 button.forminator-button.forminator-button-submit:hover {
        background: #fff;
        color: #231f20
    }

form#forminator-module-1871 .forminator-response-message p {
    color: #231f20
}

#call-to-action .container span {
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    font-family: Roboto
}

.sdm_download_link a.sdm_download.orange {
    background-color: #f15922 !important;
    color: #fff !important;
    padding: 15px 35px;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    border-radius: 200px;
    border: none;
    background: unset;
    font-weight: 300;
    font-family: Roboto;
    text-shadow: unset;
    box-shadow: unset
}

    .sdm_download_link a.sdm_download.orange:hover {
        opacity: .87
    }

.sdm_post_title {
    display: none
}

.sdm_post_item_top_left img {
    border: none;
    padding: 0
}

.page .sdm_download_item .sdm_download_title {
    float: left;
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    font-family: Roboto
}

.page .sdm_download_link a.sdm_download.orange {
    padding: 10px 35px
}

.page-id-1638 .sdm_download_item,
.page-id-2089 .sdm_download_item {
    display: block;
    border-bottom: 1px solid #e7e9eb;
    box-shadow: unset;
    margin-top: 10px;
    padding: 0 0 50px;
    margin-bottom: 50px !important;
    border-top: unset;
    border-left: unset;
    border-right: unset
}

.page-id-1638 .sdm_download_description,
.page-id-2089 .sdm_download_description {
    margin: 15px 0;
    padding-bottom: 0;
    border-bottom: unset
}

@media only screen and (max-width:690px) {
    .sdm_post_item {
        width: auto
    }

    .sdm_post_item_top_left {
        width: 100%;
        margin-right: 0
    }

    .sdm_post_item_top_right {
        width: 100%
    }
}

.sdm_download_link a.sdm_download.blue {
    background-color: #7f9ac3 !important;
    color: #fff !important;
    padding: 15px 35px;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    border-radius: 200px;
    border: none;
    background: unset;
    font-weight: 300;
    font-family: Roboto;
    text-shadow: unset;
    box-shadow: unset
}

    .sdm_download_link a.sdm_download.blue:hover {
        opacity: .87
    }

.page .sdm_download_link a.sdm_download.blue {
    padding: 10px 35px
}

.masonry.classic_enhanced .masonry-blog-item .article-content-wrap,
.blog-recent[data-style*=classic_enhanced] .article-content-wrap {
    padding: 6%
}

.post .post-header h2 a {
    color: #231f20 !important
}

body[data-button-style^=rounded].single .heading-title[data-header-style=default_minimal] .meta-category a {
    border-radius: 100px;
    padding: 10px 20px;
    border: 1px solid #f15922;
    color: #f15922
}

    body[data-button-style^=rounded].single .heading-title[data-header-style=default_minimal] .meta-category a:hover {
        color: #fff
    }

span.post-featured-img {
    text-align: center;
    display: block
}

.single-post .post-content > .post-featured-img > img {
    margin-bottom: 50px;
    width: 100%
}

body[data-button-style^=rounded] .sharing-default-minimal a.nectar-love {
    display: none !important
}

body .related-posts[data-style=material] .inner-wrap {
    box-shadow: 0px 30px 50px rgba(0, 0, 0, .14);
    background-color: #fff
}

.related-post-wrap .row-bg-wrap .row-bg {
    background-color: #fff5f1
}

body .ex-tplist figure .second-img {
    display: block;
    transition: unset
}

.tpstyle-17-ion-quote {
    display: none
}

figure.tpstyle-17 {
    box-shadow: none !important
}

    figure.tpstyle-17 p {
        display: none
    }

    figure.tpstyle-17 img {
        margin-bottom: 0 !important
    }

    figure.tpstyle-17 .ex-social-account {
        display: none
    }

body figure.tpstyle-17 .tpstyle-17-author h3 {
    opacity: 1;
    margin: 0;
    font-weight: 400;
    line-height: 24px
}

    body figure.tpstyle-17 .tpstyle-17-author h3 a {
        font-size: 18px;
        text-transform: capitalize;
        color: #fff
    }

body figure.tpstyle-17 .tpstyle-17-author h5 {
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 21px
}

.exp-lightbox-info .lb-info {
    word-break: break-word
}

.exp-lightbox-info .lb-image img {
    width: 100%;
    height: auto
}

body .exteam-lb .goverlay {
    background: rgba(0, 0, 0, .92)
}

figure.tpstyle-17 .tpstyle-17-author {
    background-color: rgba(0, 0, 0, .5)
}

figure.tpstyle-17 .tpstyle-17-author {
    display: none
}

.ex-tplist figure:hover .tpstyle-17-author {
    display: block
}

@media screen and (min-width:769px) {
    .htaw-team {
        text-align: center
    }

        .htaw-team .ex-tplist.column-4 .item-grid {
            float: none
        }
}

body #sidebar h4,
body .widget h4,
body #footer-outer .widget h4 {
    font-family: 'gt_walsheimlight';
    color: #231f20
}

#footer-outer #footer-widgets .col p {
    font-size: 16px;
    line-height: 24px
}

#footer-outer #footer-widgets .widget.widget_nav_menu li {
    padding-bottom: 6px !important
}

.material #footer-outer .widget li a {
    font-size: 16px;
    line-height: 24px
}

@media only screen and (min-width:1000px) {
    #footer-outer #copyright[data-layout=centered] .col.span_5 {
        max-width: 95%
    }
}

#copyright #gallery-1 img {
    border: none
}

#footer-outer #copyright .textwidget p {
    padding-bottom: 1.5em
}

#footer-outer img.grey-overlay {
    filter: grayscale(1);
    -webkit-filter: greyscale(1)
}

#footer-outer .widget.widget_media_image img.attachment-full.size-full {
    max-width: 134px !important;
    max-height: 150px
}

.material #sidebar .widget ul#menu-services li a {
    background: 0 0;
    padding: 8px 16px !important;
    border: 1px solid #ddd;
    transition: unset;
    -webkit-transition: unset
}

    .material #sidebar .widget ul#menu-services li a:hover {
        background: #f15922;
        color: #fff
    }

.material #sidebar .widget ul#menu-services li.current_page_item a {
    background: #f15922;
    color: #fff
}

.nectar-fancy-box[data-style=color_box_hover] .box-inner-wrap {
    padding: 6%
}

.nectar-fancy-box[data-style=color_box_hover] .inner p {
    opacity: 1
}

.nectar-fancy-box[data-style=color_box_hover] .inner-wrap *,
.nectar-fancy-box[data-style=color_box_hover] .inner-wrap {
    color: #231f20
}

@media only screen and (max-width:1024px) {
    .nectar-fancy-box[data-style=color_box_hover] .inner-wrap {
        min-height: 350px
    }
}

@media only screen and (max-width:999px) {
    .nectar-fancy-box[data-style=color_box_hover] .inner-wrap {
        min-height: auto
    }

    .nectar-fancy-box[data-style=color_box_hover] .inner {
        min-height: auto !important
    }
}

.tabbed[data-style*=material][data-color-scheme=accent-color] ul li .active-tab:after {
    box-shadow: unset
}

@media only screen and (max-width:999px) {
    .tabbed[data-style=material] .wpb_tabs_nav li a,
    .tabbed[data-style=material] .wpb_tabs_nav li {
        display: inline-block
    }

    .tabbed[data-spacing=side-45px]:not([data-style=vertical]) .wpb_tabs_nav li a,
    .tabbed[data-spacing=side-45px]:not([data-style=vertical]) .wpb_tabs_nav li .active-tab {
        padding-left: 16px;
        padding-right: 16px
    }

    .tabbed[data-icon-size="36"] .wpb_tabs_nav li i {
        font-size: 30px;
        line-height: 30px
    }
}

@media only screen and (max-width:690px) {
    .tabbed[data-icon-size="36"] .wpb_tabs_nav li i {
        font-size: 20px;
        line-height: 20px
    }
}

.nectar_widget[class*=nectar_blog_posts_] > li,
.ascend #sidebar .widget .nectar_widget[class*=nectar_blog_posts_] li,
#sidebar div .nectar_widget[class*=nectar_blog_posts_] li {
    counter-increment: step-counter;
    position: relative;
    min-height: 40px;
    border-bottom: 0;
    line-height: 40px
}

#footer-outer #footer-widgets .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image] > li,
.widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image] > li,
.ascend #sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image] li,
#sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image] li {
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 25px;
    transition: border-color .4s cubic-bezier(.25, 1, .2, 1);
    overflow: hidden
}

#footer-outer #footer-widgets .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image] > li {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .15) !important
}

    #footer-outer #footer-widgets .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image] > li:first-child,
    .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image] > li:first-child,
    #footer-outer #footer-widgets .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image] > li:hover,
    .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image] > .has-img:hover,
    .ascend #sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image] li:hover,
    #sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image] .has-img:hover {
        border-color: transparent !important
    }

#sidebar .widget .nectar_widget[class*=nectar_blog_posts_] > li .post-date {
    color: rgba(0, 0, 0, 1);
    -webkit-transition: color .4s cubic-bezier(.25, 1, .2, 1);
    transition: color .4s cubic-bezier(.25, 1, .2, 1)
}

.widget .nectar_widget[class*=nectar_blog_posts_] > li:last-child {
    margin-bottom: 0
}

.widget .nectar_widget[class*=nectar_blog_posts_] > li a,
.ascend #sidebar .widget .nectar_widget[class*=nectar_blog_posts_] > li a,
#sidebar .widget .nectar_widget[class*=nectar_blog_posts_] > li a {
    display: block;
    line-height: 26px;
    vertical-align: middle
}

.widget .nectar_widget[class*=nectar_blog_posts_] > li a,
.widget .nectar_widget[class*=nectar_blog_posts_] > li:not(.has-img) .post-title,
.widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left] > li .post-title {
    -webkit-transition: color .4s cubic-bezier(.25, 1, .2, 1);
    transition: color .4s cubic-bezier(.25, 1, .2, 1)
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] > li:not(.has-img) .post-title {
    -webkit-transition: color .4s cubic-bezier(.25, 1, .2, 1);
    transition: color .4s cubic-bezier(.25, 1, .2, 1)
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] > li:not(.has-img) a {
    -webkit-transition: none;
    transition: none
}

#footer-outer .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] > li:before {
    border: 2px solid rgba(255, 255, 255, .15)
}

#footer-outer .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] > li:first-child:before,
#footer-outer .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] > li:hover:before {
    border: 2px solid rgba(255, 255, 255, 1)
}

#footer-outer .widget .nectar_widget[class*=nectar_blog_posts_][data-style=minimal-counter] > li:before {
    border: 2px solid rgba(255, 255, 255, .15)
}

body .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] > li:before {
    top: auto;
    transform: none;
    -webkit-transform: none
}

body .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] > li:hover:before,
body .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] > li:first-child:before {
    color: #fff;
    border-color: #fff
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] > li:before {
    left: 25px;
    border-width: 2px;
    z-index: 20
}

#footer-outer #footer-widgets .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] li,
.widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] li,
#sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] li,
.ascend #sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] li {
    padding-left: 85px
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] > li a .popular-featured-img:after,
.widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] > li:first-child a .popular-featured-img:after,
.widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image] > li:first-child a .popular-featured-img:after {
    opacity: .7
}

#footer-outer #footer-widgets .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image] li:first-child,
#footer-outer #footer-widgets .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] li:first-child {
    padding-top: 100px !important
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] li:first-child,
#sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] li:first-child,
.widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image] li:first-child,
#sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image] li:first-child {
    padding-top: 100px
}

#footer-outer #footer-widgets .widget .nectar_widget[class*=nectar_blog_posts_][data-style=minimal-counter] > li,
.widget .nectar_widget[class*=nectar_blog_posts_][data-style=minimal-counter] > li,
#sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=minimal-counter] > li {
    padding-left: 55px;
    margin-bottom: 25px;
    position: relative
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image] > li .popular-featured-img {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    -webkit-transition: opacity .4s cubic-bezier(.25, 1, .2, 1);
    transition: opacity .4s cubic-bezier(.25, 1, .2, 1);
    border-radius: 5px
}

.widget .nectar_widget[class*=nectar_blog_posts_] > li .post-title,
.widget .nectar_widget[class*=nectar_blog_posts_] > li .post-date {
    z-index: 10;
    position: relative;
    display: block
}

body .widget .nectar_widget[class*=nectar_blog_posts_] > li .post-title {
    font-size: 16px;
    line-height: 22px
}

body .widget .nectar_widget[class*=nectar_blog_posts_] > li .post-date {
    font-size: 13px;
    line-height: 14px;
    margin-top: 6px
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image] > .has-img a:hover,
#sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image] > .has-img a:hover,
.widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] > li a:hover,
#sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] > li a:hover,
.widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] > li:first-child a,
#sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] > li:first-child a,
.widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image] > li:first-child a,
#sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image] > li:first-child a {
    color: #fff
}

.material .widget [data-style=hover-featured-image-gradient-and-counter] li:not(.has-img) a:hover .post-title,
.material #sidebar .widget [data-style=hover-featured-image-gradient-and-counter] li:not(.has-img) a:hover .post-title,
#footer-outer .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image] > .has-img a:hover,
#footer-outer .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image] > li:first-child a,
#footer-outer .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] > li:first-child a {
    color: #fff !important
}

#sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image] > .has-img a:hover .post-date,
#sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] > li a:hover .post-date,
#sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] > li:first-child a .post-date,
.widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] > li:first-child a .post-date,
#sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image] > li:first-child a .post-date,
.widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image] > li:first-child a .post-date {
    color: rgba(255, 255, 255, .75)
}

.widget .nectar_widget[class*=nectar_blog_posts_] > .has-img:hover {
    border-color: transparent
}

.widget .nectar_widget[class*=nectar_blog_posts_] > .has-img a:hover .popular-featured-img,
.widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] > li a:hover .popular-featured-img,
.widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] > li:first-child a .popular-featured-img,
.widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image] > li:first-child a .popular-featured-img {
    opacity: 1
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image] > li a .popular-featured-img:after {
    position: absolute;
    content: '';
    z-index: 10;
    pointer-events: none;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    border-radius: 5px
}

.widget .nectar_widget[class*=nectar_blog_posts_] a:hover .arrow-circle svg circle {
    stroke-dashoffset: 287
}

.widget .nectar_widget[class*=nectar_blog_posts_] .arrow-circle {
    position: absolute;
    width: 36px;
    height: 36px;
    backface-visibility: hidden;
    display: block;
    left: 0;
    top: 50%;
    margin-top: -1px;
    margin-left: -1px;
    -ms-transform-origin: left;
    -webkit-transform-origin: left;
    transform-origin: left;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.widget .nectar_widget[class*=nectar_blog_posts_] svg {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    backface-visibility: hidden;
    display: block
}

.widget .nectar_widget[class*=nectar_blog_posts_] .arrow-circle svg circle {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-dasharray: 133;
    stroke-dashoffset: 399;
    -ms-transition: all .47s cubic-bezier(.25, 0, .2, 1);
    -webkit-transition: all .47s cubic-bezier(.25, 0, .2, 1);
    transition: all .47s cubic-bezier(.25, 0, .2, 1)
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left] > li a .popular-featured-img,
.widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left] > li:not(.has-img) a:before,
.widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left] > li:not(.has-img):after {
    overflow: hidden;
    border-radius: 5px;
    height: 65px;
    width: 65px;
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 50%;
    z-index: 10;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left] > li:not(.has-img) a:before {
    background-color: rgba(0, 0, 0, .35)
}

.main-content #sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image] > li:first-child:not(.has-img),
.main-content #sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image] > li:first-child:hover:not(.has-img) {
    border: 1px solid #e6e6e6 !important;
    padding-top: 25px
}

    .main-content #sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image] > li:first-child:not(.has-img) .post-date {
        color: rgba(0, 0, 0, 1)
    }

#sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image] > li:first-child:not(.has-img) a {
    color: inherit
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left] > li a .meta-wrap {
    width: calc(100% - 70px);
    padding-left: 25px
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left] > li,
#sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left] > li {
    min-height: 55px;
    padding-top: 0;
    padding-bottom: 0
}

    .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left] > li a .popular-featured-img img {
        width: 100%
    }

.widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left] > li,
#sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left] > li {
    margin-bottom: 28px
}

#footer-outer #footer-widgets .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left] > li {
    margin-bottom: 15px
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left] > li:not(.has-img) a:before,
.widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left] > li a .popular-featured-img,
.widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left] > li a .meta-wrap,
.blog-recent[data-style=list_featured_first_row] .small {
    position: relative;
    -webkit-transform: none;
    transform: none;
    top: 0;
    display: inline-block;
    vertical-align: middle
}

@media only screen and (min-width :1px) and (max-width :999px) {
    .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image] > li,
    .ascend #sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image] li,
    #sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image] li {
        padding: 30px
    }

    .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] > li,
    .ascend #sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] li,
    #sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] li {
        padding: 30px 30px 30px 80px
    }

    .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left] > li a .popular-featured-img,
    .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left] > li:not(.has-img):before,
    .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left] > li:not(.has-img):after,
    .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left] > li:not(.has-img) a:before,
    .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left] > li:not(.has-img):after {
        width: 80px;
        height: 80px
    }

    .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left] > li,
    #sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left] > li {
        min-height: 80px;
        line-height: 80px
    }

    .widget .nectar_widget[class*=nectar_blog_posts_] > li a,
    .ascend #sidebar .widget .nectar_widget[class*=nectar_blog_posts_] > li a,
    #sidebar .widget .nectar_widget[class*=nectar_blog_posts_] > li a {
        display: inline-block
    }

    .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left] > li:not(.has-img):after {
        line-height: 80px
    }

    #sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left] > li a,
    .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left] > li a {
        display: block
    }

        .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left] > li a .meta-wrap {
            width: calc(100% - 90px)
        }
}

.vc_non_responsive .vc_row .vc_col-sm-1,
.vc_non_responsive .vc_row .vc_col-sm-10,
.vc_non_responsive .vc_row .vc_col-sm-11,
.vc_non_responsive .vc_row .vc_col-sm-12,
.vc_non_responsive .vc_row .vc_col-sm-2,
.vc_non_responsive .vc_row .vc_col-sm-3,
.vc_non_responsive .vc_row .vc_col-sm-4,
.vc_non_responsive .vc_row .vc_col-sm-5,
.vc_non_responsive .vc_row .vc_col-sm-7,
.vc_non_responsive .vc_row .vc_col-sm-8,
.vc_non_responsive .vc_row .vc_col-sm-9 {
    padding-left: 15px;
    padding-right: 15px;
    float: left
}

.vc_parallax-inner iframe,
.vc_video-bg iframe {
    max-width: 1000%
}

.vc_clearfix:after,
.vc_column-inner::after,
.vc_el-clearfix,
.vc_row:after {
    clear: both
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-footer:before,
.modal-footer:after,
.vc_row:before,
.vc_row:after {
    content: " ";
    display: table;
}

.container:after,
.container-fluid:after,
.row:after,
.vc_row:after {
    clear: both;
}

.vc-composer-icon,
[class*=" vc_arrow-icon-"],
[class^=vc_arrow-icon-] {
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.vc_row:after,
.vc_row:before {
    content: " ";
    display: table
}


/*nectar addition*/

@media (max-width: 690px) {
    .vc_hidden-xs {
        display: none !important
    }

    .vc_el-clearfix-xs {
        clear: both
    }
}

@media (min-width: 691px) and (max-width: 999px) {
    .vc_hidden-sm {
        display: none !important
    }

    .vc_el-clearfix-sm {
        clear: both
    }
}

@media (min-width: 1000px) and (max-width: 1299px) {
    .vc_hidden-md {
        display: none !important
    }

    .vc_el-clearfix-md {
        clear: both
    }
}

@media (min-width: 1300px) {
    .vc_hidden-lg {
        display: none !important;
    }
}


/*nectar addition end */

.vc_non_responsive .vc_row .vc_col-sm-1 {
    position: relative;
    float: left;
    width: 6.382978723%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-2 {
    position: relative;
    float: left;
    width: 14.89361702%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-3 {
    position: relative;
    float: left;
    width: 23.404255317%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-4 {
    position: relative;
    float: left;
    width: 31.914893614%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-5 {
    position: relative;
    float: left;
    width: 40.425531911%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-6 {
    position: relative;
    float: left;
    width: 48.93617020799999%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-7 {
    position: relative;
    float: left;
    width: 57.446808505%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-8 {
    position: relative;
    float: left;
    width: 65.95744680199999%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-9 {
    position: relative;
    float: left;
    width: 74.468085099%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-10 {
    position: relative;
    float: left;
    width: 82.97872339599999%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-11 {
    position: relative;
    float: left;
    width: 91.489361693%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-12 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-12 {
    margin-left: 100%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-11 {
    margin-left: 91.489361693%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-10 {
    margin-left: 82.97872339599999%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-9 {
    margin-left: 74.468085099%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-8 {
    margin-left: 65.95744680199999%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-7 {
    margin-left: 57.446808505%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-6 {
    margin-left: 48.93617020799999%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-5 {
    margin-left: 40.425531911%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-4 {
    margin-left: 31.914893614%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-3 {
    margin-left: 23.404255317%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-2 {
    margin-left: 14.89361702%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-1 {
    margin-left: 6.382978723%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-0 {
    margin-left: 0%;
}

.vc_non_responsive .vc_row .vc_hidden-sm {
    display: none !important;
}

.vc_row-fluid::before,
.vc_row-fluid::after {
    content: "";
    display: table;
}

.vc_row-fluid::after {
    clear: both;
}

@media (min-width: 1200px) {
    body .vc_row-fluid .vc_col-lg-offset-0:not(.no-left-margin) {
        margin-left: 2.1%;
    }
}

.vc_col-xs-1,
.vc_col-sm-1,
.vc_col-md-1,
.vc_col-lg-1,
.vc_col-xs-2,
.vc_col-sm-2,
.vc_col-md-2,
.vc_col-lg-2,
.vc_col-xs-3,
.vc_col-sm-3,
.vc_col-md-3,
.vc_col-lg-3,
.vc_col-xs-4,
.vc_col-sm-4,
.vc_col-md-4,
.vc_col-lg-4,
.vc_col-xs-5,
.vc_col-sm-5,
.vc_col-md-5,
.vc_col-lg-5,
.vc_col-xs-6,
.vc_col-sm-6,
.vc_col-md-6,
.vc_col-lg-6,
.vc_col-xs-7,
.vc_col-sm-7,
.vc_col-md-7,
.vc_col-lg-7,
.vc_col-xs-8,
.vc_col-sm-8,
.vc_col-md-8,
.vc_col-lg-8,
.vc_col-xs-9,
.vc_col-sm-9,
.vc_col-md-9,
.vc_col-lg-9,
.vc_col-xs-10,
.vc_col-sm-10,
.vc_col-md-10,
.vc_col-lg-10,
.vc_col-xs-11,
.vc_col-sm-11,
.vc_col-md-11,
.vc_col-lg-11,
.vc_col-xs-12,
.vc_col-sm-12,
.vc_col-md-12,
.vc_col-lg-12 {
    position: relative;
    min-height: 1px;
    margin-left: 2.1%;
    box-sizing: border-box;
}

.vc_row-fluid [class*="vc_col-"]:first-child:not([class*="offset"]) {
    margin-left: 0;
}

.no-left-margin {
    margin-left: 0 !important;
}

.full-width-content [class*="vc_col-"] {
    padding: 0;
}

body .vc_row-fluid .vc_col-xs-1,
.vc_col-xs-2,
.vc_col-xs-3,
.vc_col-xs-4,
.vc_col-xs-5,
.vc_col-xs-6,
.vc_col-xs-7,
.vc_col-xs-8,
.vc_col-xs-9,
.vc_col-xs-10,
.vc_col-xs-11,
.vc_col-xs-12 {
    float: left;
}

body .vc_row-fluid .vc_col-xs-12 {
    width: 100%;
}

body .vc_row-fluid .vc_col-xs-11 {
    width: 91.489361693%;
}

body .vc_row-fluid .vc_col-xs-10 {
    width: 82.97872339599999%;
}

body .vc_row-fluid .vc_col-xs-9 {
    width: 74.468085099%;
}

body .vc_row-fluid .vc_col-xs-8 {
    width: 65.95744680199999%;
}

body .vc_row-fluid .vc_col-xs-7 {
    width: 57.446808505%;
}

body .vc_row-fluid .vc_col-xs-6 {
    width: 48.93617020799999%;
}

body .vc_row-fluid .vc_col-xs-5 {
    width: 40.425531911%;
}

body .vc_row-fluid .vc_col-xs-4 {
    width: 31.914893614%;
}

body .vc_row-fluid .vc_col-xs-3 {
    width: 23.404255317%;
}

body .vc_row-fluid .vc_col-xs-2 {
    width: 14.89361702%;
}

body .vc_row-fluid .vc_col-xs-1 {
    width: 6.382978723%;
}

body .vc_row-fluid .vc_col-xs-pull-12 {
    right: 100%;
}

body .vc_row-fluid .vc_col-xs-pull-11 {
    right: 91.489361693%;
}

body .vc_row-fluid .vc_col-xs-pull-10 {
    right: 82.97872339599999%;
}

body .vc_row-fluid .vc_col-xs-pull-9 {
    right: 74.468085099%;
}

body .vc_row-fluid .vc_col-xs-pull-8 {
    right: 65.95744680199999%;
}

body .vc_row-fluid .vc_col-xs-pull-7 {
    right: 57.446808505%;
}

body .vc_row-fluid .vc_col-xs-pull-6 {
    right: 48.93617020799999%;
}

body .vc_row-fluid .vc_col-xs-pull-5 {
    right: 40.425531911%;
}

body .vc_row-fluid .vc_col-xs-pull-4 {
    right: 31.914893614%;
}

body .vc_row-fluid .vc_col-xs-pull-3 {
    right: 23.404255317%;
}

body .vc_row-fluid .vc_col-xs-pull-2 {
    right: 14.89361702%;
}

body .vc_row-fluid .vc_col-xs-pull-1 {
    right: 6.382978723%;
}

body .vc_row-fluid .vc_col-xs-pull-0 {
    right: auto;
}

body .vc_row-fluid .vc_col-xs-push-12 {
    left: 100%;
}

body .vc_row-fluid .vc_col-xs-push-11 {
    left: 91.489361693%;
}

body .vc_row-fluid .vc_col-xs-push-10 {
    left: 82.97872339599999%;
}

body .vc_row-fluid .vc_col-xs-push-9 {
    left: 74.468085099%;
}

body .vc_row-fluid .vc_col-xs-push-8 {
    left: 65.95744680199999%;
}

body .vc_row-fluid .vc_col-xs-push-7 {
    left: 57.446808505%;
}

body .vc_row-fluid .vc_col-xs-push-6 {
    left: 48.93617020799999%;
}

body .vc_row-fluid .vc_col-xs-push-5 {
    left: 40.425531911%;
}

body .vc_row-fluid .vc_col-xs-push-4 {
    left: 31.914893614%;
}

body .vc_row-fluid .vc_col-xs-push-3 {
    left: 23.404255317%;
}

body .vc_row-fluid .vc_col-xs-push-2 {
    left: 14.89361702%;
}

body .vc_row-fluid .vc_col-xs-push-1 {
    left: 6.382978723%;
}

body .vc_row-fluid .vc_col-xs-push-0 {
    left: auto;
}

body .vc_row-fluid .vc_col-xs-offset-12 {
    margin-left: 100%;
}

body .vc_row-fluid .vc_col-xs-offset-11 {
    margin-left: 91.489361693%;
}

body .vc_row-fluid .vc_col-xs-offset-10 {
    margin-left: 82.97872339599999%;
}

body .vc_row-fluid .vc_col-xs-offset-9 {
    margin-left: 74.468085099%;
}

body .vc_row-fluid .vc_col-xs-offset-8 {
    margin-left: 65.95744680199999%;
}

body .vc_row-fluid .vc_col-xs-offset-7 {
    margin-left: 57.446808505%;
}

body .vc_row-fluid .vc_col-xs-offset-6 {
    margin-left: 48.93617020799999%;
}

body .vc_row-fluid .vc_col-xs-offset-5 {
    margin-left: 40.425531911%;
}

body .vc_row-fluid .vc_col-xs-offset-4 {
    margin-left: 31.914893614%;
}

body .vc_row-fluid .vc_col-xs-offset-3 {
    margin-left: 23.404255317%;
}

body .vc_row-fluid .vc_col-xs-offset-2 {
    margin-left: 14.89361702%;
}

body .vc_row-fluid .vc_col-xs-offset-1 {
    margin-left: 6.382978723%;
}

body .vc_row-fluid .vc_col-xs-offset-0 {
    margin-left: 0%;
}


/* fwc */

@media (max-width: 1000px) {
    body .vc_row-fluid.full-width-content .vc_col-xs-12,
    body .vc_row-fluid[data-column-margin="none"] .vc_col-xs-12 {
        width: 100%;
    }

    body .vc_row-fluid.full-width-content .vc_col-xs-11,
    body .vc_row-fluid[data-column-margin="none"] .vc_col-xs-11 {
        width: 91.66666667% !important;
    }

    body .vc_row-fluid.full-width-content .vc_col-xs-10,
    body .vc_row-fluid[data-column-margin="none"] .vc_col-xs-10 {
        width: 83.33333333% !important;
    }

    body .vc_row-fluid.full-width-content .vc_col-xs-9,
    body .vc_row-fluid[data-column-margin="none"] .vc_col-xs-9 {
        width: 75% !important;
    }

    body .vc_row-fluid.full-width-content .vc_col-xs-8,
    body .vc_row-fluid[data-column-margin="none"] .vc_col-xs-8 {
        width: 66.66666667% !important;
    }

    body .vc_row-fluid.full-width-content .vc_col-xs-7,
    body .vc_row-fluid[data-column-margin="none"] .vc_col-xs-7 {
        width: 58.33333333% !important;
    }

    body .vc_row-fluid.full-width-content .vc_col-xs-6,
    body .vc_row-fluid[data-column-margin="none"] .vc_col-xs-6 {
        width: 50% !important;
    }

    body .vc_row-fluid.full-width-content .vc_col-xs-5,
    body .vc_row-fluid[data-column-margin="none"] .vc_col-xs-5 {
        width: 41.66666667% !important;
    }

    body .vc_row-fluid.full-width-content .vc_col-xs-4,
    body .vc_row-fluid[data-column-margin="none"] .vc_col-xs-4 {
        width: 33.33333333% !important;
    }

    body .vc_row-fluid.full-width-content .vc_col-xs-3,
    body .vc_row-fluid[data-column-margin="none"] .vc_col-xs-3 {
        width: 25% !important;
    }

    body .vc_row-fluid.full-width-content .vc_col-xs-2,
    body .vc_row-fluid[data-column-margin="none"] .vc_col-xs-2 {
        width: 16.66666667% !important;
    }

    body .vc_row-fluid.full-width-content .vc_col-xs-1,
    body .vc_row-fluid[data-column-margin="none"] .vc_col-xs-1 {
        width: 8.33333333% !important;
    }
}

@media (min-width: 1000px) and (max-width: 1200px) {
    body .vc_row-fluid.full-width-content .vc_col-md-12,
    body .vc_row-fluid[data-column-margin="none"] .vc_col-md-12 {
        width: 100%;
    }

    body .vc_row-fluid.full-width-content .vc_col-md-11,
    body .vc_row-fluid[data-column-margin="none"] .vc_col-md-11 {
        width: 91.66666667% !important;
    }

    body .vc_row-fluid.full-width-content .vc_col-md-10,
    body .vc_row-fluid[data-column-margin="none"] .vc_col-md-10 {
        width: 83.33333333% !important;
    }

    body .vc_row-fluid.full-width-content .vc_col-md-9,
    body .vc_row-fluid[data-column-margin="none"] .vc_col-md-9 {
        width: 75% !important;
    }

    body .vc_row-fluid.full-width-content .vc_col-md-8,
    body .vc_row-fluid[data-column-margin="none"] .vc_col-md-8 {
        width: 66.66666667% !important;
    }

    body .vc_row-fluid.full-width-content .vc_col-md-7,
    body .vc_row-fluid[data-column-margin="none"] .vc_col-md-7 {
        width: 58.33333333% !important;
    }

    body .vc_row-fluid.full-width-content .vc_col-md-6,
    body .vc_row-fluid[data-column-margin="none"] .vc_col-md-6 {
        width: 50% !important;
    }

    body .vc_row-fluid.full-width-content .vc_col-md-5,
    body .vc_row-fluid[data-column-margin="none"] .vc_col-md-5 {
        width: 41.66666667% !important;
    }

    body .vc_row-fluid.full-width-content .vc_col-md-4,
    body .vc_row-fluid[data-column-margin="none"] .vc_col-md-4 {
        width: 33.33333333% !important;
    }

    body .vc_row-fluid.full-width-content .vc_col-md-3,
    body .vc_row-fluid[data-column-margin="none"] .vc_col-md-3 {
        width: 25% !important;
    }

    body .vc_row-fluid.full-width-content .vc_col-md-2,
    body .vc_row-fluid[data-column-margin="none"] .vc_col-md-2 {
        width: 16.66666667% !important;
    }

    body .vc_row-fluid.full-width-content .vc_col-md-1,
    body .vc_row-fluid[data-column-margin="none"] .vc_col-md-1 {
        width: 8.33333333% !important;
    }
}

@media (min-width: 1000px) {
    .vc_col-sm-1\/5,
    .vc_col-sm-2\/5,
    .vc_col-sm-3\/5,
    .vc_col-sm-4\/5,
    .vc_col-sm-5\/5 {
        float: left
    }

    body .vc_row-fluid .vc_col-sm-5\/5 {
        width: 100%
    }

    body .vc_row-fluid .vc_col-sm-4\/5 {
        width: calc(80% - 1.7%)
    }

    body .vc_row-fluid .vc_col-sm-3\/5 {
        width: calc(60% - 1.7%)
    }

    body .vc_row-fluid .vc_col-sm-2\/5 {
        width: calc(40% - 1.7%)
    }

    body .vc_row-fluid .vc_col-sm-1\/5 {
        width: calc(20% - 1.7%)
    }

    body .vc_row-fluid.full-width-content .vc_col-sm-4\/5 {
        width: calc(80%)
    }

    body .vc_row-fluid.full-width-content .vc_col-sm-3\/5 {
        width: calc(60%)
    }

    body .vc_row-fluid.full-width-content .vc_col-sm-2\/5 {
        width: calc(40%)
    }

    body .vc_row-fluid.full-width-content .vc_col-sm-1\/5 {
        width: calc(20%)
    }

    .vc_col-sm-pull-5\/5 {
        right: 100%
    }

    .vc_col-sm-pull-4\/5 {
        right: 80%
    }

    .vc_col-sm-pull-3\/5 {
        right: 60%
    }

    .vc_col-sm-pull-2\/5 {
        right: 40%
    }

    .vc_col-sm-pull-1\/5 {
        right: 20%
    }

    .vc_col-sm-pull-0\/5 {
        right: auto
    }

    .vc_col-sm-push-5\/5 {
        left: 100%
    }

    .vc_col-sm-push-4\/5 {
        left: 80%
    }

    .vc_col-sm-push-3\/5 {
        left: 60%
    }

    .vc_col-sm-push-2\/5 {
        left: 40%
    }

    .vc_col-sm-push-1\/5 {
        left: 20%
    }

    .vc_col-sm-push-0\/5 {
        left: auto
    }

    .vc_col-sm-offset-5\/5 {
        margin-left: 100%
    }

    .vc_col-sm-offset-4\/5 {
        margin-left: 80%
    }

    .vc_col-sm-offset-3\/5 {
        margin-left: 60%
    }

    .vc_col-sm-offset-2\/5 {
        margin-left: 40%
    }

    .vc_col-sm-offset-1\/5 {
        margin-left: 20%
    }

    .vc_col-sm-offset-0\/5 {
        margin-left: 0
    }
}

@media (min-width: 1000px) {
    body .vc_row-fluid .vc_col-sm-1,
    .vc_col-sm-2,
    .vc_col-sm-3,
    .vc_col-sm-4,
    .vc_col-sm-5,
    .vc_col-sm-6,
    .vc_col-sm-7,
    .vc_col-sm-8,
    .vc_col-sm-9,
    .vc_col-sm-10,
    .vc_col-sm-11,
    .vc_col-sm-12 {
        float: left;
    }

    body .vc_row-fluid .vc_col-sm-12 {
        width: 100%;
    }

    body .vc_row-fluid .vc_col-sm-11 {
        width: 91.489361693%;
    }

    body .vc_row-fluid .vc_col-sm-10 {
        width: 82.97872339599999%;
    }

    body .vc_row-fluid .vc_col-sm-9 {
        width: 74.468085099%;
    }

    body .vc_row-fluid .vc_col-sm-8 {
        width: 65.95744680199999%;
    }

    body .vc_row-fluid .vc_col-sm-7 {
        width: 57.446808505%;
    }

    body .vc_row-fluid .vc_col-sm-6 {
        width: 48.93617020799999%;
    }

    body .vc_row-fluid .vc_col-sm-5 {
        width: 40.425531911%;
    }

    body .vc_row-fluid .vc_col-sm-4 {
        width: 31.914893614%;
    }

    body .vc_row-fluid .vc_col-sm-3 {
        width: 23.404255317%;
    }

    body .vc_row-fluid .vc_col-sm-2 {
        width: 14.89361702%;
    }

    body .vc_row-fluid .vc_col-sm-1 {
        width: 6.382978723%;
    }

    body .vc_row-fluid .vc_col-sm-pull-12 {
        right: 100%;
    }

    body .vc_row-fluid .vc_col-sm-pull-11 {
        right: 91.489361693%;
    }

    body .vc_row-fluid .vc_col-sm-pull-10 {
        right: 82.97872339599999%;
    }

    body .vc_row-fluid .vc_col-sm-pull-9 {
        right: 74.468085099%;
    }

    body .vc_row-fluid .vc_col-sm-pull-8 {
        right: 65.95744680199999%;
    }

    body .vc_row-fluid .vc_col-sm-pull-7 {
        right: 57.446808505%;
    }

    body .vc_row-fluid .vc_col-sm-pull-6 {
        right: 48.93617020799999%;
    }

    body .vc_row-fluid .vc_col-sm-pull-5 {
        right: 40.425531911%;
    }

    body .vc_row-fluid .vc_col-sm-pull-4 {
        right: 31.914893614%;
    }

    body .vc_row-fluid .vc_col-sm-pull-3 {
        right: 23.404255317%;
    }

    body .vc_row-fluid .vc_col-sm-pull-2 {
        right: 14.89361702%;
    }

    body .vc_row-fluid .vc_col-sm-pull-1 {
        right: 6.382978723%;
    }

    body .vc_row-fluid .vc_col-sm-pull-0 {
        right: auto;
    }

    body .vc_row-fluid .vc_col-sm-push-12 {
        left: 100%;
    }

    body .vc_row-fluid .vc_col-sm-push-11 {
        left: 91.489361693%;
    }

    body .vc_row-fluid .vc_col-sm-push-10 {
        left: 82.97872339599999%;
    }

    body .vc_row-fluid .vc_col-sm-push-9 {
        left: 74.468085099%;
    }

    body .vc_row-fluid .vc_col-sm-push-8 {
        left: 65.95744680199999%;
    }

    body .vc_row-fluid .vc_col-sm-push-7 {
        left: 57.446808505%;
    }

    body .vc_row-fluid .vc_col-sm-push-6 {
        left: 48.93617020799999%;
    }

    body .vc_row-fluid .vc_col-sm-push-5 {
        left: 40.425531911%;
    }

    body .vc_row-fluid .vc_col-sm-push-4 {
        left: 31.914893614%;
    }

    body .vc_row-fluid .vc_col-sm-push-3 {
        left: 23.404255317%;
    }

    body .vc_row-fluid .vc_col-sm-push-2 {
        left: 14.89361702%;
    }

    body .vc_row-fluid .vc_col-sm-push-1 {
        left: 6.382978723%;
    }

    body .vc_row-fluid .vc_col-sm-push-0 {
        left: auto;
    }

    body .vc_row-fluid .vc_col-sm-offset-12 {
        margin-left: 100%;
    }

    body .vc_row-fluid .vc_col-sm-offset-11 {
        margin-left: 91.489361693%;
    }

    body .vc_row-fluid .vc_col-sm-offset-10 {
        margin-left: 82.97872339599999%;
    }

    body .vc_row-fluid .vc_col-sm-offset-9 {
        margin-left: 74.468085099%;
    }

    body .vc_row-fluid .vc_col-sm-offset-8 {
        margin-left: 65.95744680199999%;
    }

    body .vc_row-fluid .vc_col-sm-offset-7 {
        margin-left: 57.446808505%;
    }

    body .vc_row-fluid .vc_col-sm-offset-6 {
        margin-left: 48.93617020799999%;
    }

    body .vc_row-fluid .vc_col-sm-offset-5 {
        margin-left: 40.425531911%;
    }

    body .vc_row-fluid .vc_col-sm-offset-4 {
        margin-left: 31.914893614%;
    }

    body .vc_row-fluid .vc_col-sm-offset-3 {
        margin-left: 23.404255317%;
    }

    body .vc_row-fluid .vc_col-sm-offset-2 {
        margin-left: 14.89361702%;
    }

    body .vc_row-fluid .vc_col-sm-offset-1 {
        margin-left: 6.382978723%;
    }

    body .vc_row-fluid .vc_col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1000px) {
    body .vc_row-fluid .vc_col-md-1,
    .vc_col-md-2,
    .vc_col-md-3,
    .vc_col-md-4,
    .vc_col-md-5,
    .vc_col-md-6,
    .vc_col-md-7,
    .vc_col-md-8,
    .vc_col-md-9,
    .vc_col-md-10,
    .vc_col-md-11,
    .vc_col-md-12 {
        float: left;
    }

    body .vc_row-fluid .vc_col-md-12 {
        width: 100%;
    }

    body .vc_row-fluid .vc_col-md-11 {
        width: 91.489361693%;
    }

    body .vc_row-fluid .vc_col-md-10 {
        width: 82.97872339599999%;
    }

    body .vc_row-fluid .vc_col-md-9 {
        width: 74.468085099%;
    }

    body .vc_row-fluid .vc_col-md-8 {
        width: 65.95744680199999%;
    }

    body .vc_row-fluid .vc_col-md-7 {
        width: 57.446808505%;
    }

    body .vc_row-fluid .vc_col-md-6 {
        width: 48.93617020799999%;
    }

    body .vc_row-fluid .vc_col-md-5 {
        width: 40.425531911%;
    }

    body .vc_row-fluid .vc_col-md-4 {
        width: 31.914893614%;
    }

    body .vc_row-fluid .vc_col-md-3 {
        width: 23.404255317%;
    }

    body .vc_row-fluid .vc_col-md-2 {
        width: 14.89361702%;
    }

    body .vc_row-fluid .vc_col-md-1 {
        width: 6.382978723%;
    }

    body .vc_row-fluid .vc_col-md-pull-12 {
        right: 100%;
    }

    body .vc_row-fluid .vc_col-md-pull-11 {
        right: 91.489361693%;
    }

    body .vc_row-fluid .vc_col-md-pull-10 {
        right: 82.97872339599999%;
    }

    body .vc_row-fluid .vc_col-md-pull-9 {
        right: 74.468085099%;
    }

    body .vc_row-fluid .vc_col-md-pull-8 {
        right: 65.95744680199999%;
    }

    body .vc_row-fluid .vc_col-md-pull-7 {
        right: 57.446808505%;
    }

    body .vc_row-fluid .vc_col-md-pull-6 {
        right: 48.93617020799999%;
    }

    body .vc_row-fluid .vc_col-md-pull-5 {
        right: 40.425531911%;
    }

    body .vc_row-fluid .vc_col-md-pull-4 {
        right: 31.914893614%;
    }

    body .vc_row-fluid .vc_col-md-pull-3 {
        right: 23.404255317%;
    }

    body .vc_row-fluid .vc_col-md-pull-2 {
        right: 14.89361702%;
    }

    body .vc_row-fluid .vc_col-md-pull-1 {
        right: 6.382978723%;
    }

    body .vc_row-fluid .vc_col-md-pull-0 {
        right: auto;
    }

    body .vc_row-fluid .vc_col-md-push-12 {
        left: 100%;
    }

    body .vc_row-fluid .vc_col-md-push-11 {
        left: 91.489361693%;
    }

    body .vc_row-fluid .vc_col-md-push-10 {
        left: 82.97872339599999%;
    }

    body .vc_row-fluid .vc_col-md-push-9 {
        left: 74.468085099%;
    }

    body .vc_row-fluid .vc_col-md-push-8 {
        left: 65.95744680199999%;
    }

    body .vc_row-fluid .vc_col-md-push-7 {
        left: 57.446808505%;
    }

    body .vc_row-fluid .vc_col-md-push-6 {
        left: 48.93617020799999%;
    }

    body .vc_row-fluid .vc_col-md-push-5 {
        left: 40.425531911%;
    }

    body .vc_row-fluid .vc_col-md-push-4 {
        left: 31.914893614%;
    }

    body .vc_row-fluid .vc_col-md-push-3 {
        left: 23.404255317%;
    }

    body .vc_row-fluid .vc_col-md-push-2 {
        left: 14.89361702%;
    }

    body .vc_row-fluid .vc_col-md-push-1 {
        left: 6.382978723%;
    }

    body .vc_row-fluid .vc_col-md-push-0 {
        left: auto;
    }

    body .vc_row-fluid .vc_col-md-offset-12 {
        margin-left: 100%;
    }

    body .vc_row-fluid .vc_col-md-offset-11 {
        margin-left: 91.489361693%;
    }

    body .vc_row-fluid .vc_col-md-offset-10 {
        margin-left: 82.97872339599999%;
    }

    body .vc_row-fluid .vc_col-md-offset-9 {
        margin-left: 74.468085099%;
    }

    body .vc_row-fluid .vc_col-md-offset-8 {
        margin-left: 65.95744680199999%;
    }

    body .vc_row-fluid .vc_col-md-offset-7 {
        margin-left: 57.446808505%;
    }

    body .vc_row-fluid .vc_col-md-offset-6 {
        margin-left: 48.93617020799999%;
    }

    body .vc_row-fluid .vc_col-md-offset-5 {
        margin-left: 40.425531911%;
    }

    body .vc_row-fluid .vc_col-md-offset-4 {
        margin-left: 31.914893614%;
    }

    body .vc_row-fluid .vc_col-md-offset-3 {
        margin-left: 23.404255317%;
    }

    body .vc_row-fluid .vc_col-md-offset-2 {
        margin-left: 14.89361702%;
    }

    body .vc_row-fluid .vc_col-md-offset-1 {
        margin-left: 6.382978723%;
    }

    body .vc_row-fluid .vc_col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    body .vc_row-fluid .vc_col-lg-1,
    .vc_col-lg-2,
    .vc_col-lg-3,
    .vc_col-lg-4,
    .vc_col-lg-5,
    .vc_col-lg-6,
    .vc_col-lg-7,
    .vc_col-lg-8,
    .vc_col-lg-9,
    .vc_col-lg-10,
    .vc_col-lg-11,
    .vc_col-lg-12 {
        float: left;
    }

    body .vc_row-fluid .vc_col-lg-12 {
        width: 100%;
    }

    body .vc_row-fluid .vc_col-lg-11 {
        width: 91.489361693%;
    }

    body .vc_row-fluid .vc_col-lg-10 {
        width: 82.97872339599999%;
    }

    body .vc_row-fluid .vc_col-lg-9 {
        width: 74.468085099%;
    }

    body .vc_row-fluid .vc_col-lg-8 {
        width: 65.95744680199999%;
    }

    body .vc_row-fluid .vc_col-lg-7 {
        width: 57.446808505%;
    }

    body .vc_row-fluid .vc_col-lg-6 {
        width: 48.93617020799999%;
    }

    body .vc_row-fluid .vc_col-lg-5 {
        width: 40.425531911%;
    }

    body .vc_row-fluid .vc_col-lg-4 {
        width: 31.914893614%;
    }

    body .vc_row-fluid .vc_col-lg-3 {
        width: 23.404255317%;
    }

    body .vc_row-fluid .vc_col-lg-2 {
        width: 14.89361702%;
    }

    body .vc_row-fluid .vc_col-lg-1 {
        width: 6.382978723%;
    }

    body .vc_row-fluid .vc_col-lg-pull-12 {
        right: 100%;
    }

    body .vc_row-fluid .vc_col-lg-pull-11 {
        right: 91.489361693%;
    }

    body .vc_row-fluid .vc_col-lg-pull-10 {
        right: 82.97872339599999%;
    }

    body .vc_row-fluid .vc_col-lg-pull-9 {
        right: 74.468085099%;
    }

    body .vc_row-fluid .vc_col-lg-pull-8 {
        right: 65.95744680199999%;
    }

    body .vc_row-fluid .vc_col-lg-pull-7 {
        right: 57.446808505%;
    }

    body .vc_row-fluid .vc_col-lg-pull-6 {
        right: 48.93617020799999%;
    }

    body .vc_row-fluid .vc_col-lg-pull-5 {
        right: 40.425531911%;
    }

    body .vc_row-fluid .vc_col-lg-pull-4 {
        right: 31.914893614%;
    }

    body .vc_row-fluid .vc_col-lg-pull-3 {
        right: 23.404255317%;
    }

    body .vc_row-fluid .vc_col-lg-pull-2 {
        right: 14.89361702%;
    }

    body .vc_row-fluid .vc_col-lg-pull-1 {
        right: 6.382978723%;
    }

    body .vc_row-fluid .vc_col-lg-pull-0 {
        right: auto;
    }

    body .vc_row-fluid .vc_col-lg-push-12 {
        left: 100%;
    }

    body .vc_row-fluid .vc_col-lg-push-11 {
        left: 91.489361693%;
    }

    body .vc_row-fluid .vc_col-lg-push-10 {
        left: 82.97872339599999%;
    }

    body .vc_row-fluid .vc_col-lg-push-9 {
        left: 74.468085099%;
    }

    body .vc_row-fluid .vc_col-lg-push-8 {
        left: 65.95744680199999%;
    }

    body .vc_row-fluid .vc_col-lg-push-7 {
        left: 57.446808505%;
    }

    body .vc_row-fluid .vc_col-lg-push-6 {
        left: 48.93617020799999%;
    }

    body .vc_row-fluid .vc_col-lg-push-5 {
        left: 40.425531911%;
    }

    body .vc_row-fluid .vc_col-lg-push-4 {
        left: 31.914893614%;
    }

    body .vc_row-fluid .vc_col-lg-push-3 {
        left: 23.404255317%;
    }

    body .vc_row-fluid .vc_col-lg-push-2 {
        left: 14.89361702%;
    }

    body .vc_row-fluid .vc_col-lg-push-1 {
        left: 6.382978723%;
    }

    body .vc_row-fluid .vc_col-lg-push-0 {
        left: auto;
    }

    body .vc_row-fluid .vc_col-lg-offset-12 {
        margin-left: 100%;
    }

    body .vc_row-fluid .vc_col-lg-offset-11 {
        margin-left: 91.489361693%;
    }

    body .vc_row-fluid .vc_col-lg-offset-10 {
        margin-left: 82.97872339599999%;
    }

    body .vc_row-fluid .vc_col-lg-offset-9 {
        margin-left: 74.468085099%;
    }

    body .vc_row-fluid .vc_col-lg-offset-8 {
        margin-left: 65.95744680199999%;
    }

    body .vc_row-fluid .vc_col-lg-offset-7 {
        margin-left: 57.446808505%;
    }

    body .vc_row-fluid .vc_col-lg-offset-6 {
        margin-left: 48.93617020799999%;
    }

    body .vc_row-fluid .vc_col-lg-offset-5 {
        margin-left: 40.425531911%;
    }

    body .vc_row-fluid .vc_col-lg-offset-4 {
        margin-left: 31.914893614%;
    }

    body .vc_row-fluid .vc_col-lg-offset-3 {
        margin-left: 23.404255317%;
    }

    body .vc_row-fluid .vc_col-lg-offset-2 {
        margin-left: 14.89361702%;
    }

    body .vc_row-fluid .vc_col-lg-offset-1 {
        margin-left: 6.382978723%;
    }

    body .vc_row-fluid .vc_col-lg-offset-0 {
        margin-left: 0%;
    }
}


/*
//Grid
.vc_container-block {
    .container-fixed();
    @media (min-width: @screen-sm) {
        width: @container-sm;
    }
    @media (min-width: @screen-md) {
        width: @container-md;
    }
    @media (min-width: @screen-lg-min) {
        width: @container-lg;
    }
}
*/

.vc_pull-right {
    float: right !important;
}

.vc_pull-left {
    float: left !important;
}

.vc_clearfix:before,
.vc_clearfix:after {
    content: " ";
    display: table;
}

.vc_clearfix:after {
    clear: both;
}

.vc_clearfix:before,
.vc_clearfix:after {
    content: " ";
    display: table;
}

.vc_clearfix:after {
    clear: both;
}

.vc_el-clearfix {
    clear: both;
}

.vc_col-lg-1\/5,
.vc_col-lg-2\/5,
.vc_col-lg-3\/5,
.vc_col-lg-4\/5,
.vc_col-lg-5\/5,
.vc_col-md-1\/5,
.vc_col-md-2\/5,
.vc_col-md-3\/5,
.vc_col-md-4\/5,
.vc_col-md-5\/5,
.vc_col-sm-1\/5,
.vc_col-sm-2\/5,
.vc_col-sm-3\/5,
.vc_col-sm-4\/5,
.vc_col-sm-5\/5,
.vc_col-xs-1\/5,
.vc_col-xs-2\/5,
.vc_col-xs-3\/5,
.vc_col-xs-4\/5,
.vc_col-xs-5\/5 {
    position: relative;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 2.1%;
}

.vc_col-xs-1\/5,
.vc_col-xs-2\/5,
.vc_col-xs-3\/5,
.vc_col-xs-4\/5,
.vc_col-xs-5\/5 {
    float: left
}

@media only screen and (max-width: 1000px) and (min-width: 690px) {
    body .vc_row-fluid.full-width-content .vc_col-xm-4\/5 {
        width: calc(80%)
    }

    body .vc_row-fluid.full-width-content .vc_col-xm-3\/5 {
        width: calc(60%)
    }

    body .vc_row-fluid.full-width-content .vc_col-xm-2\/5 {
        width: calc(40%)
    }

    body .vc_row-fluid.full-width-content .vc_col-xs-1\/5 {
        width: calc(20%)
    }
}

@media (max-width: 690px) {
    body .vc_row-fluid .vc_col-xs-5\/5 {
        width: 100%
    }

    body .vc_row-fluid .vc_col-xs-4\/5 {
        width: calc(80% - 1.7%)
    }

    body .vc_row-fluid .vc_col-xs-3\/5 {
        width: calc(60% - 1.7%)
    }

    body .vc_row-fluid .vc_col-xs-2\/5 {
        width: calc(40% - 1.7%)
    }

    body .vc_row-fluid .vc_col-xs-1\/5 {
        width: calc(20% - 1.7%)
    }

    body .vc_row-fluid.full-width-content .vc_col-xm-4\/5 {
        width: calc(80%)
    }

    body .vc_row-fluid.full-width-content .vc_col-xm-3\/5 {
        width: calc(60%)
    }

    body .vc_row-fluid.full-width-content .vc_col-xm-2\/5 {
        width: calc(40%)
    }

    body .vc_row-fluid.full-width-content .vc_col-xs-1\/5 {
        width: calc(20%)
    }

    .vc_col-xs-pull-5\/5 {
        right: 100%
    }

    .vc_col-xs-pull-4\/5 {
        right: 80%
    }

    .vc_col-xs-pull-3\/5 {
        right: 60%
    }

    .vc_col-xs-pull-2\/5 {
        right: 40%
    }

    .vc_col-xs-pull-1\/5 {
        right: 20%
    }

    .vc_col-xs-pull-0\/5 {
        right: auto
    }

    .vc_col-xs-push-5\/5 {
        left: 100%
    }

    .vc_col-xs-push-4\/5 {
        left: 80%
    }

    .vc_col-xs-push-3\/5 {
        left: 60%
    }

    .vc_col-xs-push-2\/5 {
        left: 40%
    }

    .vc_col-xs-push-1\/5 {
        left: 20%
    }

    .vc_col-xs-push-0\/5 {
        left: auto
    }

    .vc_col-xs-offset-5\/5 {
        margin-left: 100%
    }

    .vc_col-xs-offset-4\/5 {
        margin-left: 80%
    }

    .vc_col-xs-offset-3\/5 {
        margin-left: 60%
    }

    .vc_col-xs-offset-2\/5 {
        margin-left: 40%
    }

    .vc_col-xs-offset-1\/5 {
        margin-left: 20%
    }

    .vc_col-xs-offset-0\/5 {
        margin-left: 0
    }
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .vc_col-md-1\/5,
    .vc_col-md-2\/5,
    .vc_col-md-3\/5,
    .vc_col-md-4\/5,
    .vc_col-md-5\/5 {
        float: left
    }

    body .vc_row-fluid .vc_col-md-5\/5 {
        width: 100%
    }

    body .vc_row-fluid .vc_col-md-4\/5 {
        width: calc(80% - 1.7%)
    }

    body .vc_row-fluid .vc_col-md-3\/5 {
        width: calc(60% - 1.7%)
    }

    body .vc_row-fluid .vc_col-md-2\/5 {
        width: calc(40% - 1.7%)
    }

    body .vc_row-fluid .vc_col-md-1\/5 {
        width: calc(20% - 1.7%)
    }

    .vc_col-md-pull-5\/5 {
        right: 100%
    }

    .vc_col-md-pull-4\/5 {
        right: 80%
    }

    .vc_col-md-pull-3\/5 {
        right: 60%
    }

    .vc_col-md-pull-2\/5 {
        right: 40%
    }

    .vc_col-md-pull-1\/5 {
        right: 20%
    }

    .vc_col-md-pull-0\/5 {
        right: auto
    }

    .vc_col-md-push-5\/5 {
        left: 100%
    }

    .vc_col-md-push-4\/5 {
        left: 80%
    }

    .vc_col-md-push-3\/5 {
        left: 60%
    }

    .vc_col-md-push-2\/5 {
        left: 40%
    }

    .vc_col-md-push-1\/5 {
        left: 20%
    }

    .vc_col-md-push-0\/5 {
        left: auto
    }

    .vc_col-md-offset-5\/5 {
        margin-left: 100%
    }

    .vc_col-md-offset-4\/5 {
        margin-left: 80%
    }

    .vc_col-md-offset-3\/5 {
        margin-left: 60%
    }

    .vc_col-md-offset-2\/5 {
        margin-left: 40%
    }

    .vc_col-md-offset-1\/5 {
        margin-left: 20%
    }

    .vc_col-md-offset-0\/5 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .vc_col-lg-1\/5,
    .vc_col-lg-2\/5,
    .vc_col-lg-3\/5,
    .vc_col-lg-4\/5,
    .vc_col-lg-5\/5 {
        float: left
    }

    body .vc_row-fluid .vc_col-lg-5\/5 {
        width: 100%
    }

    body .vc_row-fluid .vc_col-lg-4\/5 {
        width: calc(80% - 1.7%)
    }

    body .vc_row-fluid .vc_col-lg-3\/5 {
        width: calc(60% - 1.7%)
    }

    body .vc_row-fluid .vc_col-lg-2\/5 {
        width: calc(40% - 1.7%)
    }

    body .vc_row-fluid .vc_col-lg-1\/5 {
        width: calc(20% - 1.7%)
    }

    .vc_col-lg-pull-5\/5 {
        right: 100%
    }

    .vc_col-lg-pull-4\/5 {
        right: 80%
    }

    .vc_col-lg-pull-3\/5 {
        right: 60%
    }

    .vc_col-lg-pull-2\/5 {
        right: 40%
    }

    .vc_col-lg-pull-1\/5 {
        right: 20%
    }

    .vc_col-lg-pull-0\/5 {
        right: auto
    }

    .vc_col-lg-push-5\/5 {
        left: 100%
    }

    .vc_col-lg-push-4\/5 {
        left: 80%
    }

    .vc_col-lg-push-3\/5 {
        left: 60%
    }

    .vc_col-lg-push-2\/5 {
        left: 40%
    }

    .vc_col-lg-push-1\/5 {
        left: 20%
    }

    .vc_col-lg-push-0\/5 {
        left: auto
    }

    .vc_col-lg-offset-5\/5 {
        margin-left: 100%
    }

    .vc_col-lg-offset-4\/5 {
        margin-left: 80%
    }

    .vc_col-lg-offset-3\/5 {
        margin-left: 60%
    }

    .vc_col-lg-offset-2\/5 {
        margin-left: 40%
    }

    .vc_col-lg-offset-1\/5 {
        margin-left: 20%
    }

    .vc_col-lg-offset-0\/5 {
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .vc_el-clearfix-xs {
        clear: both;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .vc_el-clearfix-sm {
        clear: both;
    }
}

@media (min-width: 1000px) and (max-width: 1199px) {
    .vc_el-clearfix-md {
        clear: both;
    }
}

@media (min-width: 1200px) {
    .vc_el-clearfix-lg {
        clear: both;
    }
}

.vc_visible {
    display: block;
}

.vc_table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

    .vc_table > tbody > tr > td,
    .vc_table > tbody > tr > th,
    .vc_table > tfoot > tr > td,
    .vc_table > tfoot > tr > th,
    .vc_table > thead > tr > td,
    .vc_table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .vc_table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

.vc_button-2-wrapper,
.vc_pixel_icon {
    display: inline-block;
    vertical-align: middle
}

.vc_table > caption + thead > tr:first-child > td,
.vc_table > caption + thead > tr:first-child > th,
.vc_table > colgroup + thead > tr:first-child > td,
.vc_table > colgroup + thead > tr:first-child > th,
.vc_table > thead:first-child > tr:first-child > td,
.vc_table > thead:first-child > tr:first-child > th {
    border-top: 0
}

.vc_table > tbody + tbody {
    border-top: 2px solid #ddd
}

.vc_table .table {
    background-color: #fff
}

.vc_table-bordered,
.vc_table-bordered > tbody > tr > td,
.vc_table-bordered > tbody > tr > th,
.vc_table-bordered > tfoot > tr > td,
.vc_table-bordered > tfoot > tr > th,
.vc_table-bordered > thead > tr > td,
.vc_table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

    .vc_table-bordered > thead > tr > td,
    .vc_table-bordered > thead > tr > th {
        border-bottom-width: 2px
    }

.vc_pixel_icon {
    height: 16px;
    width: 16px;
    background-position: 0 0;
    background-repeat: no-repeat
}

.vc_pixel_icon-alert {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAWlBMVEUAAAD/0x2qdwD/3Uj/2DH/zwz/zACzfwDPmwDdqQD/42HTnwC/jQYyMjKvfAC3hAD/6Hr/7pPJlgDcqADpzF7/+L///tbXqRbesyTjvj3qtwD/86qYhz1lXj4AFif0AAAACnRSTlMA////////gIBA0l3wHwAAAHlJREFUeNp1i1kOwyAMRFPTlgQwawpZ2vtfszZVEVGU9zHWjJ6HC6aUpsOQck59H+ec57Eb9IvQvbAD7p0SQwAMITZh9R7Q+/WvGKWU+XD8ulyEEOVNscg6uHvDVaHcCEDOwop9MID1WBpgezY24BfrTNRENM7K4cQX/BIF+IeskY8AAAAASUVORK5CYII=)
}

.vc_pixel_icon-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAVFBMVEUAAABAj9RMmdqMjIyMjIyMjIz///+MjIyMjIyMjIxVoeBRnd3Q5PXy8/RGk9e3t7eamprU1NSQveWeye12r+JnpNs4iNDh7/rb6vemzvCDu+m/2/NML8V5AAAACnRSTlMA////v+//IM9gKBJDkwAAAJRJREFUeNplj1sOAyEIRa06jFqp79d0//ss2Cb9mPOBchLCRTBWK0Jb8eU0MSEApmjO3R8BxrquNSAcbEyA4pxfzhUIhuYj9+5Ngky0QqfxZBqXkbRQWKSUZXrJDyqhoNKvji0qbPEivOe6BeYH4T3XTCM6zb+YSfPa3HtFrL1nWsvByDSC+mB+0WduLU+Ofj/udv4HMTEJxL/Tt2IAAAAASUVORK5CYII=)
}

.vc_pixel_icon-tick {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAPFBMVEUAAABoul06fzRpul43fDFIkEBdq1M1eS9TnkpNlkVltVpltltao1KDyniLz39mrlxrs2E9gjd3vmtGjT/DtP/IAAAAEnRSTlMARP08/nxsB5AJ5Ob///////6z6mnmAAAAVUlEQVR42pXJWxZAMAxF0UKjyKs1/7nqyopSvtyv7JPwbym+rBJ7M2F8WJgxL/UaoPe0FzATjvbfiBGSkDusUphU3VZQmdxXkerZ7OVAdyvZfZfm707yDQPqc5anYQAAAABJRU5ErkJggg==)
}

.vc_pixel_icon-explanation {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAyVBMVEVMaXH4gGXcYUe8PyXCRiz6g2fmbFHLTzb3fmTBRSvSVz3ze2Dyel/cYUf2fmO/QijMUDbPVDr4gGXka1HrcljAQyrlbFHpcFbtdVrTWD76g2j5gWa9QCfCRSvMUTf////wdl3zel/0fmH1gWPpalj4tKDmZlj7vKjsb1riXlLqbVvmYlTvnpHuclvxlYLsf2r4oYjyqJ7sjX30pZH0rqPph3rRYE7mj4P5t6XfcV32iGrxppntkYj62dP0mIPdfG7de27jg3Tsl4gFREbUAAAAHnRSTlMA5uVT21NTIiJ9U33bfvP09uH09Obl2/b29H3b5vOMbNtdAAAAt0lEQVR42m3L1xaCMBBFUVQUsPfumiQkgHRBQBHr/3+Uo+Ib9+3sWSNVTl1v+v1uR/13sxbEQsTBtFX22DfDPA/NaPIVteabug7A6CmqKwidAJsBUEJO5x5CNw4ZowDEs/zXCGEpdEoJgGVz+zJEWAhGiHcFzo0fzN2bZ9nu0XCcJJMRemdhcw7g7PeHVENQ6gleiwL7PlMkXHv1PEaGkRwegwbmR0Zp5rpZui0bvzR5N5A1RaraG+FbFs6FotDgAAAAAElFTkSuQmCC)
}

.vc_pixel_icon-address_book {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAmpJREFUeNqEU01IVFEU/mbmjc6Mo9hI0J+DBC1UKsSwIhc5SbaKgjAsiKBFbRUsyCIIWrSp9dAmWhQzRBCB2MJN048aJFo0YKSZkumo4zA547x3fzr3vvkDEQ983PPeue873/3euQ7DMEBxmtA52LuzFdvHBKGv91c7pJQw8i87XwwN9WfdbngqKuDzeIqo8nrhq6yEh3IP1Q/39ETK2QzOuVr3R8Nh3OosFSRhPY/yeNzw/qLqTrFAeFNQ4GxubkYwmIZlWVtqd5MCIU6EJh9GQge7u29oBQUCIQRM00QmmwXnEoyUSZmX6XIQXPD5vEQgkaI9y4uL2ESgjmOaDDXBNtQf6ip2TidmMPPxGSrIH7UvmclgeWlJlhO49McWQ9XeVuxuOoVPkQFtBJcCTSevof7oZSQmXmp1B9rbr++oq/uiOxcIGGPYyJnY1RjCSPQO/IEgWs7dxZHz9/B1+Am8tfuogaUJrHg8XBsItBFKBEoBY1ybqPKGY5cQez6gnwW336s6Z0J7kFxZEYTSEZQCxll+I8sT2WvOtIpEnExUHqytropNHhQ6qXwq9hQtZ29j7tuwvU4O0TZB5EJ7UF1TMy7LPDBUV+Xa3ORbNJ25ieTfnxh/fR+JH+/wffABUrOjVFZ/SmgPqvz+436/v6hAT6SDNqR+j2kFjV39urA6/QHp2RGoobB9sj2g3FF+BLf6vwouh8S/uc9Yo45qkOwhcupcD1vOnoONbNbg6TQMulF7iKBaFZ1Opx6WrULV42Ox0SsdHa9kJpM0p6e9Soa6whcIV/tanPPb3eX5dUxFp8QjSnOEP/8FGAAk/2Mizl9nEQAAAABJRU5ErkJggg==)
}

.vc_pixel_icon-alarm_clock {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAutJREFUeNqUkstPE1EUxr/OTFumtIUig6Ao0LSUQEUEIkZAEgILRUPCooREo38Cblz42Bh15RrZsBEICTGE0JAYgxCCCwFDKK8ULFCgUkAeAaaPaWnHewchaNz4Jd887jm/c+6cO6reJwx4jSqDY1EHIBvH8h7F0G9/Ha+kLzPPmJF/xUMR2c9JUWSq1InPr5Y7KtIvF5olKYyB/p4DteRtiGNzn2ZLrPBI1GYX19Q1GLXaBGysTi25hrtLpaj4ijsIyg/zb9XXJgk286p3BaOjYzhX2Mhb7JW3NY8tSru8nx54ZkbQ19uDsrLrEM7bCsyl9fzXjx1rXDCCEplhMqddY5if9yKp+g2sdjuSdTpMT07iSlERTGlWWG9chKi3Y3jwKWy2bCSbdJmUZch38LHwrsrlcitwrtUKI88rnSfGx3EiukZjNIfmUoayTCSKucGhKUkocsBsNkOn0YBRqRQoHA6fFqBrNGaxWCBcc4AylOVkGS2HOytVWfk3S2jiQSikmMrtdmNlext/K7ewCm7ni3nSpoWzzqkWc+ewxb68EIsBLE3ISk1VEg8PD0+fqY7icfzY3UWiMTN294NqayEfi5x5jgSAiJphEDsD36mpQXV1NR40NsJgMCjW6/UoLi9HeVmZwlCWix4X9yeurQWQk2M86dbV3Y37TU3o6Oo63YFMvB+JgPX5AoTzK7OhBYi/RZ3OTY5llW1SJaWkKDC9n1ifnAwtOY1wX9+mwtACETptoH+rvX0hwecTY78LnBQ5qziJJW1siL62tgXKUJaNHW9NNIRCe/tDQ3nptbUpWkHQyLL8B8ySGcnLy4FJh2M6sL7+dhaY/ETXZ8jlM/GQIFzeFkWrsbNzB6LIGjIy1LzJxJFzliMeT3CltdU/0dzseh8IbL4zGkedweAyZekfoyU28zx/j2xxyyJJazVAhRUoUAMZOJ6R/zswOwB88Wi1lxiGSQuFQk4SWqIFOGITsRr/JzrDvV8CDACGRzzydYP8EgAAAABJRU5ErkJggg==)
}

.vc_pixel_icon-anchor {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAlhJREFUeNpsU0trGmEU/RxHxSf4oD5owVdJ47IaQUpLQCy4KhTqJptC96ndNgRSbCjtyv6DgoT+BBfdRAwYHzTpxjbYoBJStBUVKvVRx+k9EycM0gt3znfPPffO91Qxslgsxmw2G5NNrVY7OI5L0NBM/nuxWHwSBKEn5/v9PiuVSkwURcaHw2E2m81Yp9NhCktks9kXoVBoo16vV9PpNLiPSkEwGJSQHw6HbDAYsBUzk2DD7XbvtNvt/WazaV4VWK3WqwYGg0EadLtdNhqN5PxlsVisnZ192wfSlC/lhMlkYk6nk8l1HD5Go5H5/X7lD7hUKpUbj8cMKOtg0EF/LVRWBQIBeRg6P//+HpsFRLyS/38DdIaI5/kfa2t3dsEBEYNX/lk2no5ii/CWTOj1+guHw5Hr9XovcTpkC8TEb5H2WkfjC4IDnkS+SqWSqdVqLZ/P500mk7vz+ZzR2f8RhIWEiKHL5/MZOpFWJBLxRqNRaYbcdDpVFwqFlsvl8m5vP/8wmUxOiUPhGCsEIgaPPHTQo05qQJ3VHs9NbyKRyOztvXq6vh56Qmu9p1KpeI7TMCBi8MhDBz3qpLXQ+p7Z7fbXhI+ApVJVjMcf5rRa7c7hYVkEIgav1KEOV5lRIN0qoMViuW82m9+Uy1/Ezc34wdHRqYSIwSOv1EsNcKM0Go00G51Oh/gB7fjbk5OGeHz8VQQiBo+8bKiTGijug4ncSe6hc39MTd9Vqw0RiBg8uYvcgge7PEqmku8DtoP8Brlm+aRv0wbeJdFnesqNpU4g/0X+k/wvGvwTYACrMhu9HarUKgAAAABJRU5ErkJggg==)
}

.vc_pixel_icon-application_image {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAcJJREFUeNqkU89LG0EYfbMzWc2PrRZttNH2UIiBJJ6lEG85Ceot/4IXj7mU9uCh0EKhkKv34jl4ysVTLj3Ui6a0YoOIiKUEKrJGd2Z2+81sqvRSiS48vm+XeW/em52PRVGEhzyiVqu9oLpA8IbkXhA+C631y3q9/iqbzZa0VlBKEySkNL1CGIaITXIwJiyEcNHr9Tqbmx/fCVrwyPf9UrfbtYsNSNTifz2h1Gw20yKRSITVavVe+VutFhNkkxnFveb0UOT51TMT0Qo4xtb+1xxyOYVnM33KGf8ZxhgYd5BIunBcgTBQkP0AkY7jGO6NwNanAKlMBnP5FFaWr5DJMCRTDKnxNCaLZfARF/r6CucHHUjfvxWQUjrmtMvlk3hHCOzspMFp59Gkg4lphcWRn3g85eH3rxDfdq+Rdi8xXyY3xBVBEHCjls+rQTpJ6McRHED1Gb5/OcbYEwfnJHB6ZHaOUFzSMFwjYCMsrf+48+BmCaVBbziG6/x1sNyu2Itz+OG9rRvbT21tNBr/vI9u52wdCHBWKBRet9vtt+bjUDMgBCqVyhvmed4a5/z5fS4SuThmVJODQRJD8o3lC/bQcf4jwABDUA1mk1XlUgAAAABJRU5ErkJggg==)
}

.vc_pixel_icon-arrow {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAfBJREFUeNqkUz1s00AU/hwSh1SEhiFCYuhCVSExgHRiYKjEVCEyMMGAsjCxZunesWM7dIgEA8JISPyoUhFDFoZOSE2GgtrSIAYWSEPb1HUS23c+8+7iuE5/JKQ+6fOdz/e+970fG2EY4jyWVo9b819hGEZ8WCgW4z2dV2lZFUJYgnNwz9PwXRebc3cGBMfN6XSQy+eHryyCMuv43dRpBCpSz7b1qlB+cI3RWkEYlv+LQFkgBLxuV8s9OAhQLk0w7vsnSHQKVMhqQuYRSRBouK5AqyXwpHSdvfywUYkKb8UEFIU9fXybOY6A+jbszGAP7O/7RBKg2eR4dH+KvV5ej0k0gaqobXO0214c3acUDnt99Pp9cKqDUqLsx68LuHd3gtU+b1eOCOiSaaZQKJjgMsSOy7EnJcSYCZnLwKbojic1weTVMXz81KhTexeSKdSXqrUzh2X84Qxr9SQmx1P48q6mnTPZrJUs4jMp5QlHlSd1Y203fRGFK8DPV28HzqZpjXShW3+D00bamCrpNU9DuvvcGsjea1rO+nvw39+AxRCGckyO8ciQFG8gPT27ptX8/b4gt1asYGdzRGE6MVCXCJcj5NShbG9B/NnYhttpyMYL5XmTYEdw1KgMFSgJJiEbIXNGPQXBi+CTrzTO+zv/E2AA3Y8Nbp4Kn1sAAAAASUVORK5CYII=)
}

.vc_pixel_icon-asterisk {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAkxJREFUeNqkU0toE2EQnn1kk9QkJqypNRUSm9KipUhRsD2YY+lBr/bkxUrAu956zEUULyKWxYNXb9p4UMGDuelFwUOxxuCDbIu6SXSz73+znYkJ5OGtA7M7zHzzzf/PzM8FQQCHEbFvvL/OAc8DEF8oBMBxsIbuUi+soF/xvK4fOh2ApUf/CvMjhBn6+H5XS/n15cX81eUltDfIN4jpyyBBEZm3sVKZMbiMChDmJcexAO2f5KMYYQg7dgUEFBc2Vs75pufWK1/m9HpTZ04H7KbHMCbGMsm7mYszOSEqSjuP3xGBMnQCul/je8M1DFtKr+TmopPJOLN9JHBZJH10hnyW5Uqt+h+XsH3h+lOorHMFNG/Fs8nFiDwRS+VlGTDkuR6EpBA0a5pma2Zb/9b6iI28U3gSVIau4LhQwQZXGtXWGlRbJU7kw5FUJEYxY7/dVt+qX9HcRH0R/K+JjgMFLFZOzR7bmr4wnQsnxFjgMxD4AMieOj+VS+SSW4Qh7BgBNure2Suzq+nTkWxUDuTam71d969hioIPZMcmefn4wpHsmUsnVwk7fgIbF4Q1Jc8w3J1Xv3a1H04tFGUix9mAtk4+ZpmuIFkSYcfGaBigvLyv0Xj2BAEUXJxidMITBb4Dug5gmt7NerVJ8RO4scoYwTMVFObDcwyqnzDhRgY2BZGBYzBXbwM8VKE8H+8uUkYUQL02SrC93/1hKpxClT404alw246Q8/VvePDZhHlU2k+Nxo8aDO0BR68EgBISg8Qj4veKWEEvkTvscz4QYACyCx/nIXB9gQAAAABJRU5ErkJggg==)
}

.vc_pixel_icon-hammer {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAmNJREFUeNqUU0trE1EYPZkkzaOZ2BLS1BRJS1ODllDiRMERhewGNGgXFXUjBW3wP2Q5v8CNBISibrooqKSLLBTEWkFJqBgNTOqj1j5SFFrSRPOYTPxuTNoYs9APDne493uce84dHdpi3AwcNwE9RsBhByxmSEY9ZKMBKTqO6HSAnsMfwbEihqlDv4tbUQckVYV8/vIloapCoC0JXYJjRe2FjeI6pHIF8uS1sJDNfoL/5AkfNZFpP9nZSBe2/t2VaCanp0VBUVYRCIwjny/C7R5AMb9XWHryVKGrBPcZVKpAJ0oVpGZnX6YMBlMhk1mBy+UAz/PotfM2YtJgSGAr9F59t5thoaZhbWN9d0IUR93lchkcxyGX+w6ny2nfWt+aIJZMlwVueBAIjAGhAHBBBM74AVc/4B1C4mcF2N4uFCoVopRKw27vRamq2lrCqjXA0Dma2ZenBm4HYuLpUfe9eUWx9ADnzo74lpff20RRwPyDRymyOqpjGnTjT51jtsGx8Ns3H+OahiBpEn2++Fnx+YZx/248RedRun+iIXiQ/LeQjWaaQg+GWTRnHfAFXyxl47wVke0dsgr4QJoI79JfQQ5EiVGCctn3AQONlP1RgnzsVMhX21E2nX2IsKb9tv23EaEmwdbktSKw+K2pASsmq+WLVyb9j+cepknwKCv8QkmvyLY9EstLo1yUmyNhn20CG6Xm5JtDkCJHkMzcvl5n6y0PpKsewGPDv8VUH5Ird27U2RriIR024b9Cd9SAmREOM6saYoqK17RXY0a0odqE2gGWpzEr3Qc/YANaF9S67DXyfwkwADKJ9aBg4lZIAAAAAElFTkSuQmCC)
}

.vc_pixel_icon-balloon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAkRJREFUeNqkU0trE1EUPncmM6YOTdqm04g2mPRBlMZaXfiAFh/gRlO0uFIpdVURFPeKG/EPCLpI3QguBEEUEjftohShWBdCI1i1RqloTGJjiU3GJJN7r+cmM2MVXeXAN9zH+c79zmMI5xyaMQmaNJf4xC/JIGEoAuAlBPbiUQ+iw75HqyG+Iz6g4JeoucAYwOht6jgI26l6/KdChy+MbB0a3eVu1buI5FIBOHBWq5YLuVx6Mf7q49zdZ5Uf2Sfov+QowIjb3B3BMwcuPjivebsCQKv4puFERmVqi+bp7h2Z6N4ycCzyPDbeUsp/iuHVl3oNKIejkdM3o1prWwDMIgDDAMz8C3hmGqB5OwORk9ejguMooAxCnduHwlAtOa9SVoSymYaKmYUaXQfGyo2qS25QdD0sOE6AGgOZM5Ngskg0oFRZRmIGU6O/2yWp1oqBaeaJ4GxU8DnzbiHl7+uJGOU3wLgJLnnzP9tGsE3Z1OuU4DhzQClMLzy8MbuWXc4oShuosue/+Lm6nkkmHs8KjqOAcVgprKbvzdy5RsPDx/cFdx/s09p97bIsK/U2NjoByZlH82/np19UioX7EoGVuiIxymN7JOj3E+jVwYfOh/B8AOFHKLb0yVuJyakr0SkMdDX1DfLxRQ5LX1kjgMjLthOD5I+cOSdS0Ef2h3S4LPaxOXb2fY5bd9yZRGKlozxNclFugU0NcKGidGSHlBjuJ+eQPIj7NUQeYdgKiFVQAdmCa8PavhN+ordiKAzkmqTZ3/mXAAMArODxrCCEdFgAAAAASUVORK5CYII=)
}

.vc_pixel_icon-balloon_buzz {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAm9JREFUeNqsk0toE1EUhv+ZycNm0hQC1U4tVkRJ4oOqFKko2DZ00YW4EEGqUIoPLEIXXRTcKAqKdOdOxIVdKVLd6MrSVqhVLFZtbWutoamJkpBkkjTpZB7J5HqTTMO4rgMfc8+9c/45/5wzDCEEW7mY/yIQYFl474cBlmsAw5ym+8coTRSb8ZxG+U2ZASGv5EYhms8Djl4Ci0msvcZKBlv28L69wrbtvJ3jWYArHRQJ9Hg0Jn1fifg/72jrIRru0e2xagUrLLtPr60dvjW63FnjqHPlcgWYnWnZJMSlj5i+MAqiRCT56+xcUVWuOvvIImvUd7Gxu/vo+QdXXIGFAGKxNOLxCpHgGoIfJvD61CMgEQCjarxl526PquJaKbcsoAAHbPX1gt/lwsDTAcTCYYhiBtG1EH7NvMXBI2PoeC5C/LMOpFKwcFydoqDFLGDRNQ3FQgGdbjcGn12HJKaR+TmHkx3vkZAS8LZ54R93QZQYQC9Cliv2NgWWU6FQIk+Np9NpHOJ5DL3sR3vXOyTlJG0MU743tzaj640T4VB2XVYwVxVQCXmyPDW1JG1sZGSrFYtUfuKGF9lCFjabrYrO6HB6nFnfuDivKnhYyi23UacVZCTp7vzk5JAqCPtf3PS5eQscTruTNQ/awreF4Gpw9YeW14ap28VqG3toiR4a3DnLCiA4Q5dtlF2mQULv5d4TI49HpsHgHJKIHA4UMRsiFYGSx+po+ph/Z7VIh8kFP+pwuxx/wXEiVqoq5xoCjGHHary1hN3AWqYJrWhAPz7hEo1TFJHm5swCrAFnYDGtN8+YyicrNQ45mpvf8t/4V4ABACmcHQDkQnANAAAAAElFTkSuQmCC)
}

.vc_pixel_icon-balloon_facebook {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAlVJREFUeNqkU89rE1EQnpdN0vxcoi0xFZMihMYSI7WgRWtIbL0WLXoRkaInrwa89B8QegjiwZN4E3qzoF4UilB6sPbQFqWtxl9JSaJpUprNZneT3X3O26ybIt4y8C2zb+f7ZubNLKGUQi9mgx7NbjzOZFCKadlCQMg0OucRJxBOM66F2EWsAqUvAfQy6Dqom9mOgGlpj9uZGR+LjcSi4aDH0+clQDgAirFUE0RJ3Pmym17b+DwtyUoW499ZFWDQKd7rmrt5Y2qcUJ2vHwjAwGzmcgxmUsMoBPy9+Tf8UHgguPh6xdUQpTKebXfuQNfuXkmNJRp1gS+VKiCKooWrySgsffgK1x8sQKVSA0WS+XNnhxOM061AU08HeHd/oVCy+tGxx1ePZ6H4+wCSoxEDE7cf4VVx4Pf7+hnHmgLVVKIoLVBVFdrtNmaWQBCakLrzBAYCbnj2YtXw7XanISDLLYPTHaOmfirki1XmNpsyiqjA9oOtCKuEUt3wOytDYK+yX2UcqwXiDTxd2yolJi8mPPF4nHe5XFYrmqZBJBKGVMqDmWX4kS/WP37b22Sc7h1wju2mpDx8u7yRiZ78NRIdOh48esTvdTocHKtAlhWo1Wrwfn0nl/te3lJa7SzjGMlZqdzgJSC+CIAvHMKz/y0S3LqWnHy+uLzEXGgUynp5BXThZ0eAENLd7dDEv9vKoXgaxeeM6eQWpmgj39kexjUFiNmOw8zK0GeCnTlsg8lRcuzCrLY+fx/f9xFV5DYPC9hMcCbsh/y/31ichpDZwJDbJr3+zn8EGAA0mQ/+jgXDiQAAAABJRU5ErkJggg==)
}

.vc_pixel_icon-balloon_twitter {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAl5JREFUeNqkk01oE0EUx/+zu1maqMU0MWzVqNGmpRdt/Wj0ViF4aAUFq7TeWqEn7yJ49CKoiAoK9eJJRUW89CR6ULEtCDVgMZpgG3LQNh9CY9ju7uz4ZrNN6rkPfsPsvI95781bJoTAZkTBJkWTS+DNHIVSCaUDjB2nox5ih1T5djaxQmQhxAxctwKXw04PNAL40tehqWMX4rHUYDTcE9X1iAoWkAVyIewVyyq/K1WzL4vLsxXLfULH880MKOreTl2buNmXPB/W2ozDdG9EZZ7qk+niD0egjQWMM0bMOBFu77ma+RH8bTq3SL3k9UBwfvpyMp7WlYBRth2EmUA6DzwuC6R0YDgIDOgCVZsjqOnGRGJXWvq0MnCc7uS2rYmKxf1PAdPUMfWLeUh5m7SwVKtDZQxUXkL6tALYtrrGXTj0pFzCGep14FLMwUTM9kw+/uVwydmlvUW20qf1jI69mClVilJZcRyUqIzJjjXcW9TQPxf0OKoJOAoDJxaq1aL02VjCq0fzX/snj/WFtwRDkWeWwEjExFjUbD5RgbLiTMHyaq08/S03J32aAYTr5surtft338/y1L49h3p3dsanQm3tiqKo3pzKhVrx4Xsu87lQ+FK3nQdQ1bxUMTnKyrmLYN29QOJAjBowROdHiN2Evp7BldGRoRtPX0yT4zh+5pfF6+dwFzKNAIyxZqps6Oz/sypcFYmuQexPXvO+H945KXJZf3yEv3gJemMbIrYTMSJOdBGUGg7i1PA4rt+e8fYNXci73M+A+S8iUX20Dft1nbSTwyK7Wydfm232d/4nwAChQgGheBxi9wAAAABJRU5ErkJggg==)
}

.vc_pixel_icon-battery {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAipJREFUeNqEU01rE0EYft+Z3dmZ3XzUbUEStFL9A2JBxEtBL4J66CGICB49+RN6ED150Zv4dS0eI8WjCl6F9paD+BEsSRSlKJSYZjOz4zubzQdq4i7Pzuzs8z7zPDM7WKvVwF39fh8ajQY0m01I09QNXVtbO3dxe/vtm3K5/CiOY3AolUrAOc9q6vU6eDC5LhMqeR8JCxsbt6+ur1/Ypf4dQi9Hk/B8VOR9XDk/6pdePX12s/mtu1c5pNRSUSy2f/Rev9z5fPpgYNCkFpeXwvjK/c27U5OCZ62FqVnhnrxx9mh6BFeTU+zB18fLre8d0GYfTlQBNmH3HfFxlgAbqrAxxje692Ed8dlcBx74hoPHOHDwMTA+E8CsBD8n/deBbwMj6OmhhwFKI1kIlJ/E7L8d5Fs2diBAah8k90AwiUorjMBQSZCTiD/fQQChlqCsIIGQRbrAi6ApjppEmOkg+yBJICABH4QXscIgYgeoLQkgjhzMFwiscg5AoDAhFslBggOSk/ka/CXwZwRpI+eAFk2kLkLEEtDcxxBnROi2PoCqHp9aA0UCEilCqjDUEddDB5NFzHi9zqfhrO2th9BtvQetdXZCfAhS2v/UI3MkYGSGKA0gyrI6nuO7uuF/AxB+efGkWL1+K9upM4NLnQrSWeDCqMJKp+cbHJ0F+hwnSRIQ/zD19wm/3OAioYqIJxljx6gtuX+Csi7kGNB7l9qf1Dq0CTuupbG93wIMAFju8yTohyk+AAAAAElFTkSuQmCC)
}

.vc_pixel_icon-binocular {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAg9JREFUeNqEU89rGlEQHnc31gQ3ilnE4tZKKYj0kENbcvKU4C35A/pXeBNPpdRbTiWnBHLpwVsvDfTStD0I0otIiZtTLoFoNGRXE7O74o/dzDx2zYsY+uDjvX3ffMN882YDgUAAuPUJ8QahIT7C47WYowQcvhWLRVeW5eNIJAKxWIyBznRHHMXwGpGr4LOiKO8dx3mu63pfFMV3giAcIQDPB5IkvSJuMBjYlmW9wPg/XgGzBN/L5fK2YRgwmQBUKl//8fUXCoX129sbsO0R7O19OcKrHbqXuBhhNBrB1VUXLMuFVCq1nsvlGFGtVoG462sder0Bi/VFfAJxOp0C4fLyfCb0V61Wg2QyyXiKnYk8C7vRaHQDPSoXFy0WpKoqZLNZtlNMt9uF8Zgq7KANezocDl+i7qffg+NSqbRpmnfQarUZTk+1M74H+Xz+dSKRIDEr/PBw/xcetnwLEnns9Qzo9/v4dElwnBOq7gORrutW0uk0GIYO7XYbv0Mz+9K8fw7k8+8i3nUf+vBkAuyHuKjBTyWQUADLyysQj8dxcEKUQOCfmITB4DNYW1MeVe8nCDabTRQK2IMbdjFfgaZpgNMINGi+hiXABtEuZzIZME0TwuFVDAxBo9EQPI6eUSDeti38J8JoQYJ6vS77mVTED0SHB4p+4/6W4J07cyCNSkOw6llZ4ifsP4u6OEZM7gUYAHqYEUhK/miMAAAAAElFTkSuQmCC)
}

.vc_pixel_icon-document_excel {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAlJJREFUeNqMkktoU1EQhv977iNJY91IGwkuUlDBgm4EF7pIpOjC0n2x8VGkiEIXLiqhraXYha4UH6ggVZEq1YVuStHa4gsXBaVBLVJTsBYFjVqTTRJzH8eZk95IF1EHhpk7j+/MnXO0U3e78GC2HSRtpFH8XaYAOQ8pkZ+fRvp2PzQG/CxEMP0hceTasfil4i8HrufBdSU8T4KLWTIfs7gytXCU3EmKZXwiA56Qjdc6MhyMIRY9iC/ZH2hNbMbe05PdFJ4gfc95w3bt+In26zVnHhrthKZp+LaUw417z7F7Y+DCo5lPI5TapwAlpwRXuhi4lVQNnS29ePz2Pha+vsPJjhFwXtcFtmxaT5NLRBvqMTFXnPEPUABHOqrw0K5+XH44oBJNkeZq3LIEymXQXrxKl/QMHyCKdlEVJncex8XxPrI94NiO5lYVZ980dQXhSeh/eLGGWi6pKDgF2J6NsVc3wf658RT2t6SU5TjHDENUIUIwwDNJ2cLwJ1jXsEEpy9mxHmX9CQQdzBAWXddW/ILagUbBPds6qpv3fY6rPI0thFQQ9Rs8gQ+ga3yaPLO95jtoimxVY9PbUhBewQqAhEy4dgzl/OHzw31t3QXbVtfFO+KXyH6lGcpWALIKEN/n1qKc66pQKcsF2rLlkyvjY9nSN/4sMb/4BuLl8DNyXkPz7DDDtX9AVI5quSc9OghebSh9Z6gRTmmNQVUhw0TItFBnmqizLIRJVwUt1AcDWB0KIGDSBVCt6qFevo4QaWNucTZ7IHX1Bf5Dcp8zWe7hm/4twACFyx0P1ajTpwAAAABJRU5ErkJggg==)
}

.vc_pixel_icon-document_image {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAl5JREFUeNqMUk1rE1EUPfPdWEOjcUJSU0WUYi0t/oMI4sfGpboQcS8FcaWbYqlrV0IRhCKKUjf+ACFCETcuakFqqW2xrW2iSU1nzNdMknnP+2YSM4EiPuYy971773nn3PukzIMs2usK2SD+vSiZr4FzbM6/wMb8c6h00AmmZ+9mZupuCx5j8DwOxijGg/jqZgFPshu3yZXE9njmJoTJfkJgittswa45sCoOSr9rKJSqyO9WkCuWUa7U8Ore+RnKu0QAw51bewAkSYIsA6oqQ9MU6LoMRZEhzoslC8/evMfFYeOxVC1OkkFYWIIiyAUg3AfprEYDGB85RXdwDJpRvF2pf+rEVHD216da6B9P7tM7ITu4iJnfyGVqCIB3AShR1/XeUoEqyDD4DByx51zdj4EmYru/BpBKur4MUazoChRDg+c24TU8NGQBwLRQEwU0C2hR7OWciS/Lh2AYhm8H43EkTp9B1DRh9PVRU6Ugt10XBtCEhJ85C9l3GjVOh6IaiMRTMGJpHIgnoZE8MRWfQbuuR4JgkM/l4DqHMT09gNExDZdvmBhPncCe7cGt5yH5/exKCDdRE7GJiSol1WiMP3y65fw69raz2Pnqws5VcXRMAPAugL31GQNDo20GEpJJvWd6rVoD+bUyHLtFdQxCZoeB/X0J6uLcFM5en0QsPdIvGCwsOKERArEjEryIi/UVhlKB49hVOmfNfmt7GYuvH4qXiAg50XN3ZuMqveNrj6rBkyFpwV98HEMXghevqwrRcuJUk6Bo2QcgS1hbS4Vb959+wH8sa2e1IGrIWn8EGAAeeg+l56ZYuQAAAABJRU5ErkJggg==)
}

.vc_pixel_icon-document_music {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAilJREFUeNqMU0toE1EUPW/mzUw+thU0BWOkC7XQjQhCd5qFoCvduhIRXLkTF7opCi5cuBSKRRCpILpxI1IqdFFEV4IFEZGEmrQ2SiJx2qZJ2k5mvPe9mcykC/HCmc+795x37p03onhnAWFcIOTx76DioIwgQHXxGSqLs5C0ECULT24UpzvbHnq+j14vgO9TLtD5UrWORwuV6/Qo+HWseBkMQxVomNu7HtbbXbitLpobbdSbW/j5u4VaYxObrTae3zo7TXXnSWA82nVAQAgBwwCkNGBZJmzbgGka4PVG08XTV+9wbtx5KLYaUwQwki2YbE6LBEokip0d4MTEMdojQD43hLffOp8SDnyEkMQlskDSycxaDm1h9Z2ooNqIl2xBEjUkxyIc839GSM1UImARqo14SQeWdoABkdVVD7XlGuaqGTUTXufahIO4hXgGsUi57OHmmWG8/ijUYE1T7G0h4QCD9vl+KJ+CR2VH8o6aiWoj4UAr6bC0Az3IUpMB5A56WN4wcW2yE4pCC4Qho5PGApzTkw5w/00Fh48W8Kv6HadOj6lP6PsiFAj6Asb6yud+C5wV4RxyfgMf5uZx8fiewSIeInPl0ou7OHlpCvsLE9mkgwdXJ9WubJD/CT5ckQPh72bdH1+x9PIe+Eun6WEUXveApK3S0kLaspGxLGRsG1nCvpSNoZSD4bQDx6LDS7WKQ1zJF8Kou/KlfuX24/f4j3DXSnXmELy/AgwAQ8YI/5aiqrIAAAAASUVORK5CYII=)
}

.vc_pixel_icon-document_office {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAp1JREFUeNqMUk1IFHEU/804M/vl7timS7rYFlggouJN6LCGl0CCrgrSxUMfBBZEYYiGkHWJvESQSVQH7dClmykppBBRSqCRWqyuou2HrUK77tdM7/3XUesQPXjz/jP/9/u993vzpGDPOHbtLHkF/m2UbC7BNLE8+RyhyWeQTHrpfPoJs6GfF4euBh+m0jnkDQP5vAnDMMHJbIvLETwaD12i4xh9W7QYmaCJYhMRtPl97hM7mRw2f2UQ204jk2EiA1xkIxJHS1Mt2u6OXaH8UfIFi6B36XJzT3p+GppTQ0ljM7TrL5FIZgWYO2Gytx/m93S8mVl9QaGdzwo/GFx5axBa+TFsD7RBtyvoG4oiHI5hYyOBwf4G1FVXiU4qytwY/ZqaschkfnBlW/lx2GtOwX26VVzUn/RgpL8Wuu5EUZFELkOSpALKNBRyjoUOdGp7a6BVgPML7xH5HsK7qTjS6Sp4vcUCrGkyzYRFSzxYxeqADxO+7lc8yCB/yK9/RNJMo7PjCKr9OjpadIQTO1DVokLLMhMY6h8E7Ovj/qCr1AU54QdqB/Bg+j4CtgBisRiuld+Bogi1Qo6QcHAGbMloEp76BRgla/B56xBoDKCrtAvRaFRolymTSViO6ODgDNhSmyl8Gz4EZ5kTHnrnyu1f2hGPxwsLI0hMMYK/JbBN5M6sdnj9Xn/WyOMH7cCNo/dgVppiEbdpO1k7LegugblP0NB6G3plDc/h9ZPucxdS2awA8T/nyOvMZ0uGhP0hboXnIM8O92Jr5TMkI+uSdlvlKlbkyntg645yGcNYHqJjdqTPh9zOYYWyHIoKh6rBqapwahpc5MV2DW67DR6HDTaVVFOuwBCWZ+Ag9yVW5iLnbz6ewn9YYm0xwhjy3G8BBgDvmSKYZG1pkAAAAABJRU5ErkJggg==)
}

.vc_pixel_icon-document_pdf {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAlRJREFUeNqMUk1oE0EU/mayu+kmNgjSIqW0UDy0FD1LL6bQm/TQkyJKDz0ohYA2pQiCFr14aSgeiiAVBA/xWG9Gc/SmaSkE0eYQ4w9txJooNomb3fW92dmlvYgL377Z2fe++b43T7wBkL1TpDemCQP490OJfgW+H20Y/Jp/soC12ZXBxzfOrbU6XbieB9f14XmUqJN3PtbxsFidp6Xgz5BAlICVBLAQ039cQpfgEP4QGtdvo335Knbr33E+fRqX7r/K0HaB8EERlOmMFC3iBKkL24QW4TfhgPDz7Vdsv6tEsl9ufn5K4Yqy0D10qjRNnOx0UBsZgVetwtP7sZjEmbFT5MbHQF8vCu9bmyGZ7GqpfKo7OgqnXIY1NRVZ4GhZUpEIIYIq3zMIHCE7hyTHJibwLZfD8bk5xNNpdDSJacYiEjCJ7xuquQTZ1l7tmRn0LS0hOTkJaj/G8nkMLi4qEsOQEYmUTOCZoQKjpWWeXV3F7sYG6oUC9ksl/Nrbg+O6Sp2UAQlUP0RgIZwDPoHxfHg4sKeb6uk1W2DvUvqKRNlgBWETKSHHV9Uk/CDs69jQSF3LKNkBSdCCIxYoZGtD49kXF+8+WL81nTlwHHVd3COeRF5TS1Qxx4DAjxQYxaFxVC4sB6xCBAlqJn11clDMJFoBRGSh+akMuV4ro1nbhvCcpNB+mSSMR+Xrf5TLNVv5ZTW99taze/3otk8YlGUbJmzTQoKmMmFZSBKO9Vjo7YkjZccRN+kCKFfVUC1fh03ob9TK9dmbj17jP57Gl5061/Ck/xVgAHrs+mvs19wVAAAAAElFTkSuQmCC)
}

.vc_pixel_icon-document_powerpoint {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAmdJREFUeNqMkstrU1EQxr/7TG5qClZtoBZEDNIKaUGKICjpyo104UIFQRQXgmIXLhTBKpWCD9wpiiCKWJF20z+gtmJQUVBoG82ipsG+BIkYE5HcJPdxnDkhbbKIeGA498535nfmzIySu7Ebh0q3QWuArAP/XtOAWIAQWEqMYjHxFAoDUiKKofLpM4/Px+/bZRee78PzBHxfgA/zSi9l8WB68Sx9TpEvXSMy4BXt8WZXFjbG8KnvOr5nf+JgfwzHbk4NknuS7Avruue48c1X5prm7I30QlEU/Mjl8WTiNQ7sDNx9MbP6jKTjEuCWHAjfg5tbxe+JISiGAT3SBWvPUehtnWBd01T0dEcpc4GOLWFMztsztQtUt1QhgItfYxdhz79DcO9JBPefwp83o9LPummqEsKZyCV8nYx36I5dhnBdFDNzEOUy1M5elDIfYH9NopX8rBuGJuMqFa6awoXVaxnobrEE33Ogtm1HOfMRK+eiUgjs6JN+1nVdXauJqjLAN9b+HZue4LkIH7kGbWsPPILzzv/sZ12leIZwJpqmND6B36gRNRTZhtCF5w0dYD/r/HZVFRLCtajPgNuYSB6ONJ0D0bVPpk2zJSGyjvUAKkj/QmgX7kWH7zy6PDBYdBzZLh7A2iQqMhgSUgWIdcB4pRvvY1erVFKrnZKnGm72fUVCFKwXsbCSgnrr5WcUlpN0i9OiyC5VIbWdIdUa1Gl0lmNmx4bB/bFmx0faqVqbdDpl6QYsw0SIJjJkmmgh2xA0EQ4G0GoFEDBoBOisjKFYHgiLrD2/nMqeuPTwLf5j5b+lsxxD5v4VYACN7BqSgrlifwAAAABJRU5ErkJggg==)
}

.vc_pixel_icon-document_word {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAlVJREFUeNqMUktoU0EUPfPevJe+tCnU2iBB1OCHZmGtO6FiKkgFS8BFV4XiXijYhVJwI7gJbhSFIhQ/qIjdiBsXNhYaRenKBKWgRqEtRiS1GsEmad7Peyef1kXEgcuZuZ8zZ+5cMXIhhVVLA60EWQT/XnOA/wm+j+X0fSyl70Gyt6vq46eJnbcn4lPlDQeu58F1fXieD07mlVsu4Obc0lnaCj7ujo+BTYycT82TK97qyh09QQwd34NvhTUMDx7EaPL5OLlnyT5yXNpVN/7k2smWmk+fewYhBFZ/FHH38UsMHQjcSGW+PKDQmCKolB1k369h8uoCRof34+HTXBOTE0fAcV3X0BfbR6/xEekJYfZDOdO4QKusO4hFu1Atu0gc2wXf8ZvIfo6bpqZIWIlavifJGCHL6zYcStbonFn8jr2REN7Ukf0cNwxd1VWr3ELBjZUNBbL024FtezA0gfnXeRzu3Y40YT8h+zkupdbsiaYxgWc0zw0FhtDwYuErDvVuU9hP2FCgUT2TsBJdF38/oVJySJWO6SsnmrfMTJ1SyP5aXBCJr0i4F1sVSHvDTccG7rScg77+sJJNs6VIVB+3EtDPDFrdEtGjnddvXUyMl2xbfRcPIE8i72vFUFgj8Dd7YAY/IzrQUWOlKCeIOvLNNfmoI51RbyK9/9fKO2j5TJI2byE8u11gs7gViYpRLtdkH10C/4+VnbkchlPplpRlSQOWYSJoGAiaJtrJOtpMhNoC6LQCCBg0ApSraqiWB8IiCxdXFgtnJqdf4T9WMZ8rcA2Z80eAAQA3KwxNvO2C5gAAAABJRU5ErkJggg==)
}

.vc_pixel_icon-bookmark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAh1JREFUeNqEkttLVFEUxr8955A4GCNewIcIQughSPDNYPJCUhAZVn9ACYHKoB5pcMLDwMCgMTjilExg9NJbD1FRYVdSawQFoYfAByEE8aVAETFDm3OO3x73xG4abcHHOnud9Vtr7YuAbnV9fy17f8zD+j4Pg9++fQXpZNJdF8hQMFHEQgR7FahZkIB1bGjo2qptCxXLCD2js6YBIQXKyvnO9GfprOPx+FV3YwO+igqs2PZTxlK5AjeFQKcCzALPAo0SPhGLXXEICx8jzJdFlm37mfmZi6L72LdGjt1fG422Z9fXyQl4rgujshLfbPu5nMCHQ2AHuFU7ONi+S1iCnufBKC/HUjT6gv/GmPPpoAJNWSB8MhK5vLO2BijYDASwGIu9JDwqYagz+gdmQvhUONz2i7AEZfcjhL/G46+4pVFPwcUKNLPzwGnLuvRTg0s49pfh4UkWThKe0QG9QDMTBup7ei5ucc+5salSwguJxGt2HimE72kPqYWdIw2h0IVNddrgdZVx7Llk8i1XI7zS6Tx4n0pzOqgCEr4d7Oo6v7O9DdMwkHUcHCWcSaXeEU4QnpLJE1IKzJuYEuK9HjjT0dFa4vdjOp3+QPgO4Y+PGH9YAP6xMY57nUpSk+zkdXd70r8Bzt0QAv8zoV5sGeV/DDyRwVlgfJyd+clzhavkFKxzMtVNBKiqLZ4JOz9glUWuq6nfVFZ5qV0tJuXtCTAABgLTLAHpgnQAAAAASUVORK5CYII=)
}

.vc_pixel_icon-camcorder {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAfBJREFUeNqUU7tOAlEQnb2wgMQfgJAQCrbwkVjQaGWlsaCxsiYxNjRGSkJBDYQCCiI/QGFlYowfQEygVIuNhAJ5JDyCK7DL25kbLtGsxjjJycyeO3PuzMCVJEmCaDQKjLEgALjgD4vH40fonhHb3KNAHAUu0ul0colWKpWWi8XCBMHn8/kl1tzEYrE2eSuq7IZCobNGo+Gfz+cwHo+hWCz+ePtkMoFutwuRSOTU6/USxUjA4nK5/J1OB6bTKRiGAYFAwFRcLpf5GSGRSNyGw+EDqmWkQoXD4RD6/T6MRiPQdR0KhQL3AoInAarJZDKPtAPeAbVN7VksFp5I38FgkHthgqcxqQZxwpUItVrttV6vw2w244mUNBgMQNM0aLfb0Gw2OU85KwEmhCl4SqVSWZwxi1vmiZo2gF7vHccyUHTJLySeMflrB9xohCsi8aZLw5jgpwT393f8EH/VNex2O8iyQwhY1wKKonB16gbXAPv7h7iPMRYtgDoiUOxwOMFm2zB34PP5xLIkxmzgdMqI3/+JJgFVVUW8U6lUQFG2fi1W1RfzCNVqVcR7uVxSjPOjybIMbrebQttagBa0sg9U1z0ez8YX7pvRw2u1Wjqef6w5hH31Co8R5wjPHw/yDXGNeEA0pNU8mwgn/M906vpTgAEAjX89snl7BBUAAAAASUVORK5CYII=)
}

.vc_pixel_icon-camera {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAh1JREFUeNqkU81qGlEU/mbmOqOViSQuxEVqYouCUChMFi1UCjWltNCNoE9QJMUn8BEC2ZaKjxDB0PYFAjarphTEENIurNYWtYpaNf6NY++5iW0X2dgcODOXe+73nXO+c680n89xHWPxeHyxfp7NZhGLxd4tRcB9i7uRSCTS3JHJZHaWwH+UotHoTjqdfj2dTq88cVWLtMcYQzKZfMlyudyLcrksAqFQCKlUCvl8HuFwGETa7XYxHo9FXNM0uFwu2Gw22O12zGYziUmS9JUDDWIsFAoYjUaIRLbRbP5Eq9WC1+uFx+MRBIPBANVqFW63GxwH0zRlme/ber2eAJINh0PU6zVUKhWRKXfwBj0WQGT7Cfb3D3hVFo6PP3Hy7h8CdTKZgJys3+/zLN9RLJ7yEoHDoyJ2dzO4/zSFow+nWFlZQ6PRwPm5KQhoCiplp5LI6vUm/0qQeYgxFT7/XdwxDBErosmr0qAoKo/bSCOZcUU1yq4oysVcmSbAur7Gex7hUdhAqVYjTjx+eI+L+gurq56/BKQBgS3LulT6hiBYX7+JUukbAoHbCAUuRGu32zg7+wy/Pwia7oJAob7JNjZuQVWJQOFjcmJz04ly+QdOTr6IuK7rAuxwODiBRQQK8/l8b/f2XhmmOedZZOFUL/1V1YFgUMfiLv17qWjZ6XRUyel0PpNl+cH/PCTe9nuS3kHVXb6LZczk3pOu+5x/CzAA79biq6IGyQsAAAAASUVORK5CYII=)
}

.vc_pixel_icon-chart {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAjVJREFUeNqck8trE1EUxr95ZZpUzeRZaUWkiCB1IURx6z/gwoV7cVEQRARx5cIiuHYjuPVfEHQv7mx0EXRTEemiSdOmedJkHvfluXfaNOmuDhzuYeZ83/mde+darx6s3QOwjP97Wq5UamXjw5f3QrIzKR3bw8bDu49dKZXVbm5DiHmDJz+AXxPf5DdyMd7VThk4HrSWDKRdrF4EY+Fcwc/DIW7dTlXf63UE5fzcd8/LQmtdIZXdae2AnyJQ0kev18NgMMBa4RPeND6b91XrMu5Xn8ElAq0lA2kHlSqSZJ5AiZHuAKUUpBCo1VKazc06LhSLyGSyEIZASCJoGoLRo5ewGr/hXF+FXH9rDHRQDbrdrqERnPK9vZRApAZOUK4gJoJ+Ywt3XqybTk/5Nj6KqykB41QsUjMmcL5QgK8JSGtG6LRb4JyBQ+HwawPhty3w19dORFxMc055b38fruulI3ByyZfKiOMQB2TA4gQMVMyYEZngaUgahRPBuSCA72ehtdrAPmjvGgJGBkkcI4EEC8MZbE7FNIYUYIlAv9MxBPx4D/KlEqIoxK42iCIyoI4xO8Ge2QOecCzm81hYONqDhHFP76om0J1TAgE+CafHKGYMNMGQTmRMBFrrjsZhrrS0ZAz+kIFyXbilADyMYNs2zeojHE1gWZbJx6MIul6PoLXWzWXned63VvXRVfri0vGP1MytoLV4dEm9FpBpTn+yK0NnR6/DWP21aM1QBBTuGa8ypxj8E2AAy9+NOgeh/UsAAAAASUVORK5CYII=)
}

.vc_pixel_icon-chart_pie {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2lpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkE1RTM5QUFBNkEwODExREZCNTNEQUZBMkQxQTMwNkZBIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkE1RTM5QUE5NkEwODExREZCNTNEQUZBMkQxQTMwNkZBIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzMgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ1dWlkOkFDMUYyRTgzMzI0QURGMTFBQUI4QzUzOTBEODVCNUIzIiBzdFJlZjpkb2N1bWVudElEPSJ1dWlkOkM5RDM0OTY2NEEzQ0REMTFCMDhBQkJCQ0ZGMTcyMTU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+1JJGhwAAAsNJREFUeNp8k8tPE1EUxr+ZtnSGdqAvKCINCBbwQSKaYkIDIdFdY1zpSheayMK9YkKCCYkL1+78E1yxIcbERDTARiMSCYhAoSCVWtrpe6bMyzMtE2JIPMkvczNzvu+ce+5c5h0AhrDVnzwxRssYEf58Bx4iR+sNYtYwMGfokDQNoDVm7hmw4yS66d20LxyOhiKRoBAIcPb2baZ91Gfki+LIeuJ7bD+9vUB5U0TcElkG3SzPv+67cXOoxdcmyF83obVKyGS3UKnwjKGxfOTSaFfosMf/ZXW+TdPkccuEpW54Yjo8OjbkVZ1C7s1HSCvb0Apl6DqgqioKhQKSySS8QkC42hcd0lRME3zNgHLGfF3non7eKxTmvkGVq9BgQCOhRhvVycWgp2mUTqfR4gsKZ/ydUV2rzarWQayjuz9YXt6EUhPrdRQFml43sDBNcrkczof6g9RBrGag0rR5h5OTU5l6ZQuFOjjegtmBhSRJcPEuTlUQrg2RDDyMrDCKLJPMODkTvgEfOm5hb57B6TCYeOZu0DLIVUolQ3fYGL2q1D67ekN4cv8pdgeuQ1GUExl1YLPZ4OI4Y2ftbcky2MjmxJFGzsFr1Sr4UBATDyYR770C8eDgn/bNcLvdkAulIyjqujWD2fjhfgqNTjhaPXg2/hw/+0gsiqfEDMOA4zjsrPzI0nBmrA7mfuczCz6H2//q8Ush3j+ISrF4SlwbC88js7NX/rObXCS395aBRMOeenT59lm9qT3iUlUXy7LQ6Ic3xWZVE7vdjuLufjmxvLZExzMBlpVwfI/QQ2xde9iD5s4XvlDbsP9iOODwejg0OBijWjWOxLycXd04FH+lFpFPTCLxaQuHm/UCxxfRTwTgbG5CcHAA3gvDsHEhKt1MWXlo8h7EtUWklpZRzacp16RkGbDm9ohGwoH/hzkQmSgTR6bBXwEGAIQpfV/9gY4gAAAAAElFTkSuQmCC)
}

.vc_pixel_icon-clock {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAmRJREFUeNqkU0trGlEUvjOOKVHHUaO0DpZIV32FxMCEvCSJuAhtwO5CQpJdsskuG7f9H9mZgiBdKKQluywiErSESGlxVQjUXusjdHxMxGfOmTrDlC666IHv3jvn3u+7Z845lxkOh+R/jMMhEokQlmWJyWQiDMPwgOfg9gGE0TkZ8B0u+wpo9Pt9MhgMSCqV+i1gsKc2u31tLhhcm5ufl7wejxedtFKh2cvLXPbi4rwhy+fgKvwRgUZ2eTxvtg8ODn1er89hsZDP19dkamaGTIqiX1hf9z+bnl6IHx8LZUqTmgiLA4Rlt/J8eHt//9Dpcvns4+Oq4lUup6ujD/d24AKIMowcXQD+6aUUDK7yDofPMjZGWIZRSe12WxdAH+7Z4MziysoqcnSBXq/nnwoEJFzX7+7ITbWqolAo6GsE7mHyApIkIUfPAXw4BYfjoXbbpNutzo1GQ1+r54BcvL0leBY5RgEWyzgwkF+FwyQUCpHdzU3C87wKm81GZpeWyMLyssoxCshNWS5bBOGxdls8kSA7W1vkXTyuR4AtJ3c6RKnXy8jRc9Dtdm8+ZTJ5DhoJw0QTXC6VjLMGSCB5ANXIptN55BirkP+QTKY7zSbtjwQ0EaNhAtl2m75PJNLI0QVg49fPUunsbTR6Itdq1MSyf/U8+hRZptGjoxNK6Rly0M/gY2KwxtB5Vqt1VhTFyO7e3uLrjY0Xj0RxAjuiRGnt4+npl1gslikWi6lWq3WlKApRuSMBTOYEwM1xnNNsNj+BhyUaHxOE/AP++9soeRVAFbg9TQBjtozA/eMF9wEtgALcwb0AAwCoRifZl32HrAAAAABJRU5ErkJggg==)
}

.vc_pixel_icon-play {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXhJREFUeNpi/P//PwMlgAWZ4zDvJQMjI+NMIPPwnz9/lvz5/Zvh98+fYPzrxw+G6w2m+A34+/cviDKGYhBYQsgFTMgckI0gHOstZQykCxj+/48hyQCYc9+//8MQ7ydv/PvXL4KGYDXg+/c/DJcvf2KI9VMBG/IfjyEoBoACCoR///4HNOQHw/HjjxiCXIEu+fkTpyFYDXjz7gPD46dPgfQ7hsNH7zC428qCDSEYjb++fwfTr379Z/jAzg1m6ygJMqzddP4sMHonEDYAaDsIvGTlZnjJzcagK8nBsG3lfrBmVnb2JYS9AEowQPyClYdBXFqQ4diiHWeBgTgB6P8lP59cIpwSQTEAFmRnYbg+cwnE2e9uL/lyaS3D7+dXgDIlGAYwIucFVu0ABiYNvzMg9v83Nyf8u7F5yd9X1+Hy2PINigv+XNvIwSSgco3hx4dL/87NBVmpAcQ/oPg9EP/E6wKgk0EGCkEN/gcyEwn/AKr9g9cAcgBAgAEACsnYjGRDfAUAAAAASUVORK5CYII=)
}

.vc_pixel_icon-fire {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAgBJREFUeNqkUz1vE0EUnHe7dnyO7SRYJpGV4IDARbCMREQDoaBCoUWU0FBCw9+APwHUQBEhgUQDHaKBCkUgEOJDCTKJcSxix3feZfbuDMYxNJw0eu/mfezs212x1uJ/Pj1wmiLOFIlDif1GfCS+cwnjljFJ7q1TCjdfhJEvAwVJA/DPp6lCsEQbkHhN+5581wytXErq9Kgk0h2aL3TmUEYNW8hjD2ly60R3NN8bOCaBjdGmv23TjJ9D3WZw0sRbU3+dQf9P3v3uUovIMuZdnn2MHTcXNt8e26A3JMmL+VlJY0ZVMCOzKPRfsXgTb8i7RuG+LQzNQFNulTitLuG4HMSkLKAgZ3CM3FEi0x83g+Q2aNqazeNy6gYbrEoZOS+FvJdSKyiz+DDh23FbSIY3RXM+cxV1fUGKonwofxEmaAKVr1kDU2F84l+nkHXy9VmZ9vQk9PQK0vPXoArLkIJ2WztAKDNOQfib40VS4uVOYGLhOnSuDvNjHb22MmF8jGasgiDGLrHZfaYC5R+BytV4V1NRTfcpAsY2kpz9Ddy9fQ60GLzXvNNvtdfemd7nJ9j79BA7D16a5u0girmcpaEGv96CiERnzynOXRSpXvH91WKptOhiW43Gh7udzqP71r5tAQ1SG6zrjTZwanJEdqBM63hEYRgOH5Z7K23WRdfhpwADAF2wuld11BJwAAAAAElFTkSuQmCC)
}

.vc_pixel_icon-heart {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAArpJREFUeNqkU0trE1EU/uaRSdNJGzV9pI2ppdBaEBRx07Xo0o0o6MKCCnZXRP+AG0ERREWFdiFiEbsQN65EEbpRCz6oWjStLbVpkraJzXMyk3nc67lJKqFbL3ycmfud73DOd2Ykzjn+56jz0gERZQnSGMVThAChQHjBwR8JkrgLFE4SQgST8Jy4CYpM9cBFwmhLLDLWNz466N/b3WquJI3kxHSUYlAUCPT3no9eOjMQ6I/q1eRGZfXek7CVSJtU5LH0GcOSBLweujY+4nO47q2s1/vp67DjNye/iAJDVy8eRiqngXEo/RE4YMbC9QcfaPjjKgP3SaoSUn0+vfTxGzXFarP5VGjhoyMxcAZnfUtz/uTqQxcKaD00qDNFCnGP+VSXFJLHvOpGllcKBQkNUyXDgC8UjAiTiysJUHK9APXLlhPcZa7H6x4wlzrbtPKFimOa+ra7juOgkkzKpmnCsW14nle7V1QVYbNUsTnblAFXJUrcz2bnfxwMdUV0I7mBci4HkzrYXrHSgDiaX0M5kci68GZr66MOQGNMp+a+pjyZm1Y2A5TLCJC4lRKaoSsK/KpsljKbKaERWlmskYxcsl1n8tfMzGKop9MNUqKYpRlBml33a25mbXXRYd6k0AitcppoqiaKzFXtalu5mI9Fu7p3a5Yta9SFJtomsaoq7tJWesFwrCnKfejWO4dyFm3/Pksi3lccqz1vFHv3BUN7/B6ThZhW487l1+NFx3pKb7dkSP++f0XQ32HXQLe8Hfxd1jN2Zaql3v1aW1ghK9+W1uJp13hGwhtxeOw+iriLPKZRJvWOMwwVx6AoMbA7R1o6Toi7T1b2ZQLy5Te0zJ/UePNpLiALrxqGywNAzzngtiCmgCvLQJoeeeNnKhFq+1d3FBCGdIrRSIDfwCtBLNf5nppNwBahsl3grwADAL3fWUYtjiWSAAAAAElFTkSuQmCC)
}

.vc_pixel_icon-mail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAZtJREFUeNqkk9tKAlEUhv/ZjqN5zoSgJL0QykC0wsfwtkeIeoveIug1eoUOFxESdOFVRBdhluMoZOLs0da/yaCLji7YzMxa//fvtQ9jTadTzBMKc4a9e3jYkOfKP/kHOwiC1b1G46i+sYFsKvUryh0McNlq4fjk5EAFWls7Al/c3KDjedCTybeDGmrJkFVaa5VOJLC1vo7z62t0er2vYalRQy0Zskr7vgrkJFKS2C6XcdZsouO60EHwaTDHGjXUkiFrDOjuiyhJk81NnF5d4bHbNTkOvjPHGjXMma6EtX0aiNtYa7NB4UgE+XweZwLUq1WTu5S2i8Wiqc10lm3DNwbjsQreOxj7Pp77feSXl7EoM12ICaNeqyEej6Mty8il03DCYdhkhP3o4GU0Qld2eCmTgaUUEskkapWKMeA7gxvXluVQE45GPzoIvQrcfnpCLpuFCoXM+hjJ93sx+2YtLWbURmggrO25rnN7d4dioQDHcX68RAuxmBlkyFrxUmlfxWJr/7nHk+Hw3pInp83wv/gjz+PwrHl/5zcBBgDDTxI9ebiiBQAAAABJRU5ErkJggg==)
}

.vc_pixel_icon-shield {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAApZJREFUeNpcU0tPE1EU/m5n2lIqUPsQKJFICCEoJAKNRh7GIGiIiQvjyl/AD3Dp0hVhyUITl8aVceNCI4+4MXHBw4gaCaQSTIqlM6Y4bWemj3s997al1ZN8ndNzzvfdc27OZUIIsBcxKBMEDyPILwbp90k1gQVw7BIATkWsVv4go0r/NVnARZiwdOPi9IiE9AkxlfvP6gKvCYuEPsIwdfJ0vG9sLN7eHelu64pc6U8kKPZM5ao1izUOdEWviOidq/MLq1vrc4xsbGA03hOKxw4ODlS6N36+Sx/UJzb3tp6TkJganuxf+7T+tSFQFjzoC56ZH719Wd6J4zhIJpPYmF1R6cTqHMLhcHR2eCYq85qmCclp7sDO5/PcNEytPlupVEKzb1nW6f9Aa4BLTlMHyLpFt0yFmjxdmuu6MAwDtm0jdZQC5+pAeToi0UhZcpoE+HHBLrhE9m/OrSKdTiOXyykBr9eLjZsr0HVdYejNBCzHcoiTbgiUxA/TzOTBPO37+/uQc8piSa4T69BaNBScXEFymu4An48zx7mOC2cxvXMXtRi2p9YVaeT9deq9GtY7dNiHhRzldxp7UOQfs2nT9HhZiXXSmp2jWAinp0pfxQhc5yXnt21KTkOgghNR4m8zyXTK1+YDghRraRIgX8ZYkCH38yQFqpWcxghyRcti2doxrjGf8PsvBbsqrRxDWxPVvnuq78T5Yv1yv/35joC2XGOCqcfEqO1eambU04uIeKzHfOMtk6G4dzAQUne8a2ftD9lUJVPchMkeYZsf4pCry64LyFFaFTqZD924hQHcD96LJqRA/pWxgT28xBHeIS3khuUJBeLyuoBsKEKIVqcna4MfM3ionu4almDBrS1ikZAhGMQt/xVgAG7ZOPHbYM4wAAAAAElFTkSuQmCC)
}

.vc_pixel_icon-video {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAjNJREFUeNqckt9rUmEcxt9zkgZT1ByodCyYlMdSmq4MvBjEuggaG/snKmJDdjGi7GYFClFBDeqivNgaY2xZkXgR1LFJyZKREZu5EaOwaG47ypjOtvzx9B4hwf0I64H3XLzf9/M+z3u+X0LqkF6v73c4HGPkf6RWq68IgoBo9B1sNturf4JVKtVVv9+PjzOz2CwDk+EwrFaLUBesVCrdw8NDiE7HKnBuA8hulPA8EADP89VL9uwEKxQK97WBAU9aFIn1WCvRNDWRYhG0wpLmQyZi2K9rjsdn20RRfMRuheVyubu3p8djOmolF/suk5GhBySRSBDZXoaUymXS0MCQ9V8MfZ76NMuyN7bybpfLhWeBIH4CWKWfxcw6Lpw/h+nYDOgr8DgYlqJIS6SrtUoyDOOm7pVi7NMXZOjppdUCxByQXMlDo9Ggt+8S5I2NkMlkEmyrcdbptLjuvYlRfxCafSp8mPuGZQp/zxSwVgLu+0ZwwMCBmqTp+eNV0mw299taWnD77r1K7LUCEHgRwhGeR3zhB3IUDr2N4aTjhJSiNrYkOhxjnV2d2KTwShZYpnZZesnLyQg6Os5idOIpuru7wHFcrfOfNqZSqSdLi6m2fD5vPNXeXtks0ZaZDh+kf4olU29ek0hkKp1MJs/Q0vtdB0en1YbuDA4iR93zRWBuIQmvxwuLxZLeFns3GThOGJ8Yx/znr/D5HsJut4s7xf6rjEajIM2/0+nc1qq6Rft8q97YvwUYAGTmI/uZACFwAAAAAElFTkSuQmCC)
}
.vc-composer-icon {
    font-family: vcpb-plugin-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.vc-c-icon-minimize:before {
    content: "\e91c"
}

.vc-c-icon-close:before {
    content: "\e5cd"
}

.vc-c-icon-1-6_4-6_1-6:before {
    content: "\e90e"
}

.vc-c-icon-add_template:before {
    content: "\e903"
}

.vc-c-icon-arrow_back:before {
    content: "\e5c4"
}

.vc-c-icon-arrow_drop_down:before {
    content: "\e5c5"
}

.vc-c-icon-arrow_drop_up:before {
    content: "\e5c7"
}

.vc-c-icon-arrow_forward:before {
    content: "\e5c8"
}

.vc-c-icon-check:before {
    content: "\e5ca"
}

.vc-c-icon-arrow_upward:before {
    content: "\e5d8"
}

.vc-c-icon-arrow_downward:before {
    content: "\e5db"
}

.vc-c-icon-sync:before {
    content: "\e627"
}

.vc-c-icon-search:before {
    content: "\e8b6"
}

.vc-c-icon-1-1:before {
    content: "\e900"
}

.vc-c-icon-1-2_1-2:before {
    content: "\e901"
}

.vc-c-icon-1-3_1-3_1-3:before {
    content: "\e902"
}

.vc-c-icon-1-4_1-2_1-4:before {
    content: "\e904"
}

.vc-c-icon-1-4_1-4_1-4_1-4:before {
    content: "\e905"
}

.vc-c-icon-1-4_3-4:before {
    content: "\e906"
}

.vc-c-icon-1-6_1-6_1-6_1-2:before {
    content: "\e907"
}

.vc-c-icon-1-6_1-6_1-6_1-6_1-6_1-6:before {
    content: "\e908"
}

.vc-c-icon-l_15_15_15_15_15:before {
    content: "\e909"
}

.vc-c-icon-1-6_2-3_1-6:before {
    content: "\e90a"
}

.vc-c-icon-2-3_1-3:before {
    content: "\e90b"
}

.vc-c-icon-5-6_1-6:before {
    content: "\e90c"
}

.vc-c-icon-add_element:before {
    content: "\e90d"
}

.vc-c-icon-add:before {
    content: "\e90f"
}

.vc-c-icon-cog:before {
    content: "\e910"
}

.vc-c-icon-content_copy:before {
    content: "\e911"
}

.vc-c-icon-delete_empty:before {
    content: "\e912"
}

.vc-c-icon-dragndrop:before {
    content: "\e913"
}

.vc-c-icon-fullscreen_exit:before {
    content: "\e914"
}

.vc-c-icon-fullscreen:before {
    content: "\e915"
}

.vc-c-icon-arrow_drop_right:before {
    content: "\e916"
}

.vc-c-icon-layout_default:before {
    content: "\e917"
}

.vc-c-icon-layout_landscape-smartphones:before {
    content: "\e918"
}

.vc-c-icon-layout_landscape-tablets:before {
    content: "\e919"
}

.vc-c-icon-layout_portrait-smartphones:before {
    content: "\e91a"
}

.vc-c-icon-layout_portrait-tablets:before {
    content: "\e91b"
}

.vc-c-icon-mode_edit:before {
    content: "\e91d"
}

.vc-c-icon-row_default_fe:before {
    content: "\e91e"
}

.vc-c-icon-text-block:before {
    content: "\e91f"
}

.vc_txt_align_left {
    text-align: left
}

.vc_txt_align_right {
    text-align: right
}

.vc_txt_align_center {
    text-align: center
}

.vc_txt_align_justify {
    text-align: justify;
    text-justify: inter-word
}

.vc_el_width_50 {
    width: 50%
}

.vc_el_width_60 {
    width: 60%
}

.vc_el_width_70 {
    width: 70%
}

.vc_el_width_80 {
    width: 80%
}

.vc_el_width_90 {
    width: 90%
}

.vc_el_width_100 {
    width: 100%
}

.open > .dropdown-toggle.vc_btn-danger,
.open > .dropdown-toggle.vc_btn-default,
.open > .dropdown-toggle.vc_btn-info,
.open > .dropdown-toggle.vc_btn-primary,
.open > .dropdown-toggle.vc_btn-success,
.open > .dropdown-toggle.vc_btn-warning,
.open > .dropdown-togglea.vc_btn-danger,
.open > .dropdown-togglea.vc_btn-default,
.open > .dropdown-togglea.vc_btn-info,
.open > .dropdown-togglea.vc_btn-primary,
.open > .dropdown-togglea.vc_btn-success,
.open > .dropdown-togglea.vc_btn-warning,
.open > .dropdown-togglebutton.vc_btn-danger,
.open > .dropdown-togglebutton.vc_btn-default,
.open > .dropdown-togglebutton.vc_btn-info,
.open > .dropdown-togglebutton.vc_btn-primary,
.open > .dropdown-togglebutton.vc_btn-success,
.open > .dropdown-togglebutton.vc_btn-warning,
.vc_btn-danger.active,
.vc_btn-danger:active,
.vc_btn-default.active,
.vc_btn-default:active,
.vc_btn-info.active,
.vc_btn-info:active,
.vc_btn-primary.active,
.vc_btn-primary:active,
.vc_btn-success.active,
.vc_btn-success:active,
.vc_btn-warning.active,
.vc_btn-warning:active,
a.vc_btn-danger.active,
a.vc_btn-danger:active,
a.vc_btn-default.active,
a.vc_btn-default:active,
a.vc_btn-info.active,
a.vc_btn-info:active,
a.vc_btn-primary.active,
a.vc_btn-primary:active,
a.vc_btn-success.active,
a.vc_btn-success:active,
a.vc_btn-warning.active,
a.vc_btn-warning:active,
button.vc_btn-danger.active,
button.vc_btn-danger:active,
button.vc_btn-default.active,
button.vc_btn-default:active,
button.vc_btn-info.active,
button.vc_btn-info:active,
button.vc_btn-primary.active,
button.vc_btn-primary:active,
button.vc_btn-success.active,
button.vc_btn-success:active,
button.vc_btn-warning.active,
button.vc_btn-warning:active {
    background-image: none
}

.vc_button-2-wrapper.vc_button-2-align-left {
    display: block;
    text-align: left
}

.vc_button-2-wrapper.vc_button-2-align-right {
    display: block;
    text-align: right
}

.vc_button-2-wrapper.vc_button-2-align-center {
    display: block;
    text-align: center
}

i.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    margin-left: 5px
}

.wpb_btn-large i.icon {
    height: 19px;
    margin-left: 9px
}

.wpb_btn-small i.icon {
    height: 15px
}

.wpb_btn-mini i.icon {
    display: none
}

.wpb_address_book i.icon,
option.wpb_address_book {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAmpJREFUeNqEU01IVFEU/mbmjc6Mo9hI0J+DBC1UKsSwIhc5SbaKgjAsiKBFbRUsyCIIWrSp9dAmWhQzRBCB2MJN048aJFo0YKSZkumo4zA547x3fzr3vvkDEQ983PPeue873/3euQ7DMEBxmtA52LuzFdvHBKGv91c7pJQw8i87XwwN9WfdbngqKuDzeIqo8nrhq6yEh3IP1Q/39ETK2QzOuVr3R8Nh3OosFSRhPY/yeNzw/qLqTrFAeFNQ4GxubkYwmIZlWVtqd5MCIU6EJh9GQge7u29oBQUCIQRM00QmmwXnEoyUSZmX6XIQXPD5vEQgkaI9y4uL2ESgjmOaDDXBNtQf6ip2TidmMPPxGSrIH7UvmclgeWlJlhO49McWQ9XeVuxuOoVPkQFtBJcCTSevof7oZSQmXmp1B9rbr++oq/uiOxcIGGPYyJnY1RjCSPQO/IEgWs7dxZHz9/B1+Am8tfuogaUJrHg8XBsItBFKBEoBY1ybqPKGY5cQez6gnwW336s6Z0J7kFxZEYTSEZQCxll+I8sT2WvOtIpEnExUHqytropNHhQ6qXwq9hQtZ29j7tuwvU4O0TZB5EJ7UF1TMy7LPDBUV+Xa3ORbNJ25ieTfnxh/fR+JH+/wffABUrOjVFZ/SmgPqvz+436/v6hAT6SDNqR+j2kFjV39urA6/QHp2RGoobB9sj2g3FF+BLf6vwouh8S/uc9Yo45qkOwhcupcD1vOnoONbNbg6TQMulF7iKBaFZ1Opx6WrULV42Ox0SsdHa9kJpM0p6e9Soa6whcIV/tanPPb3eX5dUxFp8QjSnOEP/8FGAAk/2Mizl9nEQAAAABJRU5ErkJggg==) right center no-repeat
}

.wpb_alarm_clock i.icon,
option.wpb_alarm_clock {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAutJREFUeNqUkstPE1EUxr/OTFumtIUig6Ao0LSUQEUEIkZAEgILRUPCooREo38Cblz42Bh15RrZsBEICTGE0JAYgxCCCwFDKK8ULFCgUkAeAaaPaWnHewchaNz4Jd887jm/c+6cO6reJwx4jSqDY1EHIBvH8h7F0G9/Ha+kLzPPmJF/xUMR2c9JUWSq1InPr5Y7KtIvF5olKYyB/p4DteRtiGNzn2ZLrPBI1GYX19Q1GLXaBGysTi25hrtLpaj4ijsIyg/zb9XXJgk286p3BaOjYzhX2Mhb7JW3NY8tSru8nx54ZkbQ19uDsrLrEM7bCsyl9fzXjx1rXDCCEplhMqddY5if9yKp+g2sdjuSdTpMT07iSlERTGlWWG9chKi3Y3jwKWy2bCSbdJmUZch38LHwrsrlcitwrtUKI88rnSfGx3EiukZjNIfmUoayTCSKucGhKUkocsBsNkOn0YBRqRQoHA6fFqBrNGaxWCBcc4AylOVkGS2HOytVWfk3S2jiQSikmMrtdmNlext/K7ewCm7ni3nSpoWzzqkWc+ewxb68EIsBLE3ISk1VEg8PD0+fqY7icfzY3UWiMTN294NqayEfi5x5jgSAiJphEDsD36mpQXV1NR40NsJgMCjW6/UoLi9HeVmZwlCWix4X9yeurQWQk2M86dbV3Y37TU3o6Oo63YFMvB+JgPX5AoTzK7OhBYi/RZ3OTY5llW1SJaWkKDC9n1ifnAwtOY1wX9+mwtACETptoH+rvX0hwecTY78LnBQ5qziJJW1siL62tgXKUJaNHW9NNIRCe/tDQ3nptbUpWkHQyLL8B8ySGcnLy4FJh2M6sL7+dhaY/ETXZ8jlM/GQIFzeFkWrsbNzB6LIGjIy1LzJxJFzliMeT3CltdU/0dzseh8IbL4zGkedweAyZekfoyU28zx/j2xxyyJJazVAhRUoUAMZOJ6R/zswOwB88Wi1lxiGSQuFQk4SWqIFOGITsRr/JzrDvV8CDACGRzzydYP8EgAAAABJRU5ErkJggg==) right center no-repeat
}

.wpb_anchor i.icon,
option.wpb_anchor {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAlhJREFUeNpsU0trGmEU/RxHxSf4oD5owVdJ47IaQUpLQCy4KhTqJptC96ndNgRSbCjtyv6DgoT+BBfdRAwYHzTpxjbYoBJStBUVKvVRx+k9EycM0gt3znfPPffO91Qxslgsxmw2G5NNrVY7OI5L0NBM/nuxWHwSBKEn5/v9PiuVSkwURcaHw2E2m81Yp9NhCktks9kXoVBoo16vV9PpNLiPSkEwGJSQHw6HbDAYsBUzk2DD7XbvtNvt/WazaV4VWK3WqwYGg0EadLtdNhqN5PxlsVisnZ192wfSlC/lhMlkYk6nk8l1HD5Go5H5/X7lD7hUKpUbj8cMKOtg0EF/LVRWBQIBeRg6P//+HpsFRLyS/38DdIaI5/kfa2t3dsEBEYNX/lk2no5ii/CWTOj1+guHw5Hr9XovcTpkC8TEb5H2WkfjC4IDnkS+SqWSqdVqLZ/P500mk7vz+ZzR2f8RhIWEiKHL5/MZOpFWJBLxRqNRaYbcdDpVFwqFlsvl8m5vP/8wmUxOiUPhGCsEIgaPPHTQo05qQJ3VHs9NbyKRyOztvXq6vh56Qmu9p1KpeI7TMCBi8MhDBz3qpLXQ+p7Z7fbXhI+ApVJVjMcf5rRa7c7hYVkEIgav1KEOV5lRIN0qoMViuW82m9+Uy1/Ezc34wdHRqYSIwSOv1EsNcKM0Go00G51Oh/gB7fjbk5OGeHz8VQQiBo+8bKiTGijug4ncSe6hc39MTd9Vqw0RiBg8uYvcgge7PEqmku8DtoP8Brlm+aRv0wbeJdFnesqNpU4g/0X+k/wvGvwTYACrMhu9HarUKgAAAABJRU5ErkJggg==) right center no-repeat
}

.wpb_application_image i.icon,
option.wpb_application_image {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAcJJREFUeNqkU89LG0EYfbMzWc2PrRZttNH2UIiBJJ6lEG85Ceot/4IXj7mU9uCh0EKhkKv34jl4ysVTLj3Ui6a0YoOIiKUEKrJGd2Z2+81sqvRSiS48vm+XeW/em52PRVGEhzyiVqu9oLpA8IbkXhA+C631y3q9/iqbzZa0VlBKEySkNL1CGIaITXIwJiyEcNHr9Tqbmx/fCVrwyPf9UrfbtYsNSNTifz2h1Gw20yKRSITVavVe+VutFhNkkxnFveb0UOT51TMT0Qo4xtb+1xxyOYVnM33KGf8ZxhgYd5BIunBcgTBQkP0AkY7jGO6NwNanAKlMBnP5FFaWr5DJMCRTDKnxNCaLZfARF/r6CucHHUjfvxWQUjrmtMvlk3hHCOzspMFp59Gkg4lphcWRn3g85eH3rxDfdq+Rdi8xXyY3xBVBEHCjls+rQTpJ6McRHED1Gb5/OcbYEwfnJHB6ZHaOUFzSMFwjYCMsrf+48+BmCaVBbziG6/x1sNyu2Itz+OG9rRvbT21tNBr/vI9u52wdCHBWKBRet9vtt+bjUDMgBCqVyhvmed4a5/z5fS4SuThmVJODQRJD8o3lC/bQcf4jwABDUA1mk1XlUgAAAABJRU5ErkJggg==) right center no-repeat
}

.wpb_arrow i.icon,
option.wpb_arrow {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAfBJREFUeNqkUz1s00AU/hwSh1SEhiFCYuhCVSExgHRiYKjEVCEyMMGAsjCxZunesWM7dIgEA8JISPyoUhFDFoZOSE2GgtrSIAYWSEPb1HUS23c+8+7iuE5/JKQ+6fOdz/e+970fG2EY4jyWVo9b819hGEZ8WCgW4z2dV2lZFUJYgnNwz9PwXRebc3cGBMfN6XSQy+eHryyCMuv43dRpBCpSz7b1qlB+cI3RWkEYlv+LQFkgBLxuV8s9OAhQLk0w7vsnSHQKVMhqQuYRSRBouK5AqyXwpHSdvfywUYkKb8UEFIU9fXybOY6A+jbszGAP7O/7RBKg2eR4dH+KvV5ej0k0gaqobXO0214c3acUDnt99Pp9cKqDUqLsx68LuHd3gtU+b1eOCOiSaaZQKJjgMsSOy7EnJcSYCZnLwKbojic1weTVMXz81KhTexeSKdSXqrUzh2X84Qxr9SQmx1P48q6mnTPZrJUs4jMp5QlHlSd1Y203fRGFK8DPV28HzqZpjXShW3+D00bamCrpNU9DuvvcGsjea1rO+nvw39+AxRCGckyO8ciQFG8gPT27ptX8/b4gt1asYGdzRGE6MVCXCJcj5NShbG9B/NnYhttpyMYL5XmTYEdw1KgMFSgJJiEbIXNGPQXBi+CTrzTO+zv/E2AA3Y8Nbp4Kn1sAAAAASUVORK5CYII=) right center no-repeat
}

.wpb_asterisk i.icon,
option.wpb_asterisk {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAkxJREFUeNqkU0toE2EQnn1kk9QkJqypNRUSm9KipUhRsD2YY+lBr/bkxUrAu956zEUULyKWxYNXb9p4UMGDuelFwUOxxuCDbIu6SXSz73+znYkJ5OGtA7M7zHzzzf/PzM8FQQCHEbFvvL/OAc8DEF8oBMBxsIbuUi+soF/xvK4fOh2ApUf/CvMjhBn6+H5XS/n15cX81eUltDfIN4jpyyBBEZm3sVKZMbiMChDmJcexAO2f5KMYYQg7dgUEFBc2Vs75pufWK1/m9HpTZ04H7KbHMCbGMsm7mYszOSEqSjuP3xGBMnQCul/je8M1DFtKr+TmopPJOLN9JHBZJH10hnyW5Uqt+h+XsH3h+lOorHMFNG/Fs8nFiDwRS+VlGTDkuR6EpBA0a5pma2Zb/9b6iI28U3gSVIau4LhQwQZXGtXWGlRbJU7kw5FUJEYxY7/dVt+qX9HcRH0R/K+JjgMFLFZOzR7bmr4wnQsnxFjgMxD4AMieOj+VS+SSW4Qh7BgBNure2Suzq+nTkWxUDuTam71d969hioIPZMcmefn4wpHsmUsnVwk7fgIbF4Q1Jc8w3J1Xv3a1H04tFGUix9mAtk4+ZpmuIFkSYcfGaBigvLyv0Xj2BAEUXJxidMITBb4Dug5gmt7NerVJ8RO4scoYwTMVFObDcwyqnzDhRgY2BZGBYzBXbwM8VKE8H+8uUkYUQL02SrC93/1hKpxClT404alw246Q8/VvePDZhHlU2k+Nxo8aDO0BR68EgBISg8Qj4veKWEEvkTvscz4QYACyCx/nIXB9gQAAAABJRU5ErkJggg==) right center no-repeat
}

.wpb_hammer i.icon,
option.wpb_hammer {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAmNJREFUeNqUU0trE1EYPZkkzaOZ2BLS1BRJS1ODllDiRMERhewGNGgXFXUjBW3wP2Q5v8CNBISibrooqKSLLBTEWkFJqBgNTOqj1j5SFFrSRPOYTPxuTNoYs9APDne493uce84dHdpi3AwcNwE9RsBhByxmSEY9ZKMBKTqO6HSAnsMfwbEihqlDv4tbUQckVYV8/vIloapCoC0JXYJjRe2FjeI6pHIF8uS1sJDNfoL/5AkfNZFpP9nZSBe2/t2VaCanp0VBUVYRCIwjny/C7R5AMb9XWHryVKGrBPcZVKpAJ0oVpGZnX6YMBlMhk1mBy+UAz/PotfM2YtJgSGAr9F59t5thoaZhbWN9d0IUR93lchkcxyGX+w6ny2nfWt+aIJZMlwVueBAIjAGhAHBBBM74AVc/4B1C4mcF2N4uFCoVopRKw27vRamq2lrCqjXA0Dma2ZenBm4HYuLpUfe9eUWx9ADnzo74lpff20RRwPyDRymyOqpjGnTjT51jtsGx8Ns3H+OahiBpEn2++Fnx+YZx/248RedRun+iIXiQ/LeQjWaaQg+GWTRnHfAFXyxl47wVke0dsgr4QJoI79JfQQ5EiVGCctn3AQONlP1RgnzsVMhX21E2nX2IsKb9tv23EaEmwdbktSKw+K2pASsmq+WLVyb9j+cepknwKCv8QkmvyLY9EstLo1yUmyNhn20CG6Xm5JtDkCJHkMzcvl5n6y0PpKsewGPDv8VUH5Ird27U2RriIR024b9Cd9SAmREOM6saYoqK17RXY0a0odqE2gGWpzEr3Qc/YANaF9S67DXyfwkwADKJ9aBg4lZIAAAAAElFTkSuQmCC) right center no-repeat
}

.wpb_balloon i.icon,
option.wpb_balloon {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAkRJREFUeNqkU0trE1EUPncmM6YOTdqm04g2mPRBlMZaXfiAFh/gRlO0uFIpdVURFPeKG/EPCLpI3QguBEEUEjftohShWBdCI1i1RqloTGJjiU3GJJN7r+cmM2MVXeXAN9zH+c79zmMI5xyaMQmaNJf4xC/JIGEoAuAlBPbiUQ+iw75HqyG+Iz6g4JeoucAYwOht6jgI26l6/KdChy+MbB0a3eVu1buI5FIBOHBWq5YLuVx6Mf7q49zdZ5Uf2Sfov+QowIjb3B3BMwcuPjivebsCQKv4puFERmVqi+bp7h2Z6N4ycCzyPDbeUsp/iuHVl3oNKIejkdM3o1prWwDMIgDDAMz8C3hmGqB5OwORk9ejguMooAxCnduHwlAtOa9SVoSymYaKmYUaXQfGyo2qS25QdD0sOE6AGgOZM5Ngskg0oFRZRmIGU6O/2yWp1oqBaeaJ4GxU8DnzbiHl7+uJGOU3wLgJLnnzP9tGsE3Z1OuU4DhzQClMLzy8MbuWXc4oShuosue/+Lm6nkkmHs8KjqOAcVgprKbvzdy5RsPDx/cFdx/s09p97bIsK/U2NjoByZlH82/np19UioX7EoGVuiIxymN7JOj3E+jVwYfOh/B8AOFHKLb0yVuJyakr0SkMdDX1DfLxRQ5LX1kjgMjLthOD5I+cOSdS0Ef2h3S4LPaxOXb2fY5bd9yZRGKlozxNclFugU0NcKGidGSHlBjuJ+eQPIj7NUQeYdgKiFVQAdmCa8PavhN+ordiKAzkmqTZ3/mXAAMArODxrCCEdFgAAAAASUVORK5CYII=) right center no-repeat
}

.wpb_balloon_buzz i.icon,
option.wpb_balloon_buzz {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAm9JREFUeNqsk0toE1EUhv+ZycNm0hQC1U4tVkRJ4oOqFKko2DZ00YW4EEGqUIoPLEIXXRTcKAqKdOdOxIVdKVLd6MrSVqhVLFZtbWutoamJkpBkkjTpZB7J5HqTTMO4rgMfc8+9c/45/5wzDCEEW7mY/yIQYFl474cBlmsAw5ym+8coTRSb8ZxG+U2ZASGv5EYhms8Djl4Ci0msvcZKBlv28L69wrbtvJ3jWYArHRQJ9Hg0Jn1fifg/72jrIRru0e2xagUrLLtPr60dvjW63FnjqHPlcgWYnWnZJMSlj5i+MAqiRCT56+xcUVWuOvvIImvUd7Gxu/vo+QdXXIGFAGKxNOLxCpHgGoIfJvD61CMgEQCjarxl526PquJaKbcsoAAHbPX1gt/lwsDTAcTCYYhiBtG1EH7NvMXBI2PoeC5C/LMOpFKwcFydoqDFLGDRNQ3FQgGdbjcGn12HJKaR+TmHkx3vkZAS8LZ54R93QZQYQC9Cliv2NgWWU6FQIk+Np9NpHOJ5DL3sR3vXOyTlJG0MU743tzaj640T4VB2XVYwVxVQCXmyPDW1JG1sZGSrFYtUfuKGF9lCFjabrYrO6HB6nFnfuDivKnhYyi23UacVZCTp7vzk5JAqCPtf3PS5eQscTruTNQ/awreF4Gpw9YeW14ap28VqG3toiR4a3DnLCiA4Q5dtlF2mQULv5d4TI49HpsHgHJKIHA4UMRsiFYGSx+po+ph/Z7VIh8kFP+pwuxx/wXEiVqoq5xoCjGHHary1hN3AWqYJrWhAPz7hEo1TFJHm5swCrAFnYDGtN8+YyicrNQ45mpvf8t/4V4ABACmcHQDkQnANAAAAAElFTkSuQmCC) right center no-repeat
}

.wpb_balloon_facebook i.icon,
option.wpb_balloon_facebook {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAlVJREFUeNqkU89rE1EQnpdN0vxcoi0xFZMihMYSI7WgRWtIbL0WLXoRkaInrwa89B8QegjiwZN4E3qzoF4UilB6sPbQFqWtxl9JSaJpUprNZneT3X3O26ybIt4y8C2zb+f7ZubNLKGUQi9mgx7NbjzOZFCKadlCQMg0OucRJxBOM66F2EWsAqUvAfQy6Dqom9mOgGlpj9uZGR+LjcSi4aDH0+clQDgAirFUE0RJ3Pmym17b+DwtyUoW499ZFWDQKd7rmrt5Y2qcUJ2vHwjAwGzmcgxmUsMoBPy9+Tf8UHgguPh6xdUQpTKebXfuQNfuXkmNJRp1gS+VKiCKooWrySgsffgK1x8sQKVSA0WS+XNnhxOM061AU08HeHd/oVCy+tGxx1ePZ6H4+wCSoxEDE7cf4VVx4Pf7+hnHmgLVVKIoLVBVFdrtNmaWQBCakLrzBAYCbnj2YtXw7XanISDLLYPTHaOmfirki1XmNpsyiqjA9oOtCKuEUt3wOytDYK+yX2UcqwXiDTxd2yolJi8mPPF4nHe5XFYrmqZBJBKGVMqDmWX4kS/WP37b22Sc7h1wju2mpDx8u7yRiZ78NRIdOh48esTvdTocHKtAlhWo1Wrwfn0nl/te3lJa7SzjGMlZqdzgJSC+CIAvHMKz/y0S3LqWnHy+uLzEXGgUynp5BXThZ0eAENLd7dDEv9vKoXgaxeeM6eQWpmgj39kexjUFiNmOw8zK0GeCnTlsg8lRcuzCrLY+fx/f9xFV5DYPC9hMcCbsh/y/31ichpDZwJDbJr3+zn8EGAA0mQ/+jgXDiQAAAABJRU5ErkJggg==) right center no-repeat
}

.wpb_balloon_twitter i.icon,
option.wpb_balloon_twitter {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAl5JREFUeNqkk01oE0EUx/+zu1maqMU0MWzVqNGmpRdt/Wj0ViF4aAUFq7TeWqEn7yJ49CKoiAoK9eJJRUW89CR6ULEtCDVgMZpgG3LQNh9CY9ju7uz4ZrNN6rkPfsPsvI95781bJoTAZkTBJkWTS+DNHIVSCaUDjB2nox5ih1T5djaxQmQhxAxctwKXw04PNAL40tehqWMX4rHUYDTcE9X1iAoWkAVyIewVyyq/K1WzL4vLsxXLfULH880MKOreTl2buNmXPB/W2ozDdG9EZZ7qk+niD0egjQWMM0bMOBFu77ma+RH8bTq3SL3k9UBwfvpyMp7WlYBRth2EmUA6DzwuC6R0YDgIDOgCVZsjqOnGRGJXWvq0MnCc7uS2rYmKxf1PAdPUMfWLeUh5m7SwVKtDZQxUXkL6tALYtrrGXTj0pFzCGep14FLMwUTM9kw+/uVwydmlvUW20qf1jI69mClVilJZcRyUqIzJjjXcW9TQPxf0OKoJOAoDJxaq1aL02VjCq0fzX/snj/WFtwRDkWeWwEjExFjUbD5RgbLiTMHyaq08/S03J32aAYTr5surtft338/y1L49h3p3dsanQm3tiqKo3pzKhVrx4Xsu87lQ+FK3nQdQ1bxUMTnKyrmLYN29QOJAjBowROdHiN2Evp7BldGRoRtPX0yT4zh+5pfF6+dwFzKNAIyxZqps6Oz/sypcFYmuQexPXvO+H945KXJZf3yEv3gJemMbIrYTMSJOdBGUGg7i1PA4rt+e8fYNXci73M+A+S8iUX20Dft1nbSTwyK7Wydfm232d/4nwAChQgGheBxi9wAAAABJRU5ErkJggg==) right center no-repeat
}

.wpb_battery i.icon,
option.wpb_battery {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAipJREFUeNqEU01rE0EYft+Z3dmZ3XzUbUEStFL9A2JBxEtBL4J66CGICB49+RN6ED150Zv4dS0eI8WjCl6F9paD+BEsSRSlKJSYZjOz4zubzQdq4i7Pzuzs8z7zPDM7WKvVwF39fh8ajQY0m01I09QNXVtbO3dxe/vtm3K5/CiOY3AolUrAOc9q6vU6eDC5LhMqeR8JCxsbt6+ur1/Ypf4dQi9Hk/B8VOR9XDk/6pdePX12s/mtu1c5pNRSUSy2f/Rev9z5fPpgYNCkFpeXwvjK/c27U5OCZ62FqVnhnrxx9mh6BFeTU+zB18fLre8d0GYfTlQBNmH3HfFxlgAbqrAxxje692Ed8dlcBx74hoPHOHDwMTA+E8CsBD8n/deBbwMj6OmhhwFKI1kIlJ/E7L8d5Fs2diBAah8k90AwiUorjMBQSZCTiD/fQQChlqCsIIGQRbrAi6ApjppEmOkg+yBJICABH4QXscIgYgeoLQkgjhzMFwiscg5AoDAhFslBggOSk/ka/CXwZwRpI+eAFk2kLkLEEtDcxxBnROi2PoCqHp9aA0UCEilCqjDUEddDB5NFzHi9zqfhrO2th9BtvQetdXZCfAhS2v/UI3MkYGSGKA0gyrI6nuO7uuF/AxB+efGkWL1+K9upM4NLnQrSWeDCqMJKp+cbHJ0F+hwnSRIQ/zD19wm/3OAioYqIJxljx6gtuX+Csi7kGNB7l9qf1Dq0CTuupbG93wIMAFju8yTohyk+AAAAAElFTkSuQmCC) right center no-repeat
}

.wpb_binocular i.icon,
option.wpb_binocular {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAg9JREFUeNqEU89rGlEQHnc31gQ3ilnE4tZKKYj0kENbcvKU4C35A/pXeBNPpdRbTiWnBHLpwVsvDfTStD0I0otIiZtTLoFoNGRXE7O74o/dzDx2zYsY+uDjvX3ffMN882YDgUAAuPUJ8QahIT7C47WYowQcvhWLRVeW5eNIJAKxWIyBznRHHMXwGpGr4LOiKO8dx3mu63pfFMV3giAcIQDPB5IkvSJuMBjYlmW9wPg/XgGzBN/L5fK2YRgwmQBUKl//8fUXCoX129sbsO0R7O19OcKrHbqXuBhhNBrB1VUXLMuFVCq1nsvlGFGtVoG462sder0Bi/VFfAJxOp0C4fLyfCb0V61Wg2QyyXiKnYk8C7vRaHQDPSoXFy0WpKoqZLNZtlNMt9uF8Zgq7KANezocDl+i7qffg+NSqbRpmnfQarUZTk+1M74H+Xz+dSKRIDEr/PBw/xcetnwLEnns9Qzo9/v4dElwnBOq7gORrutW0uk0GIYO7XYbv0Mz+9K8fw7k8+8i3nUf+vBkAuyHuKjBTyWQUADLyysQj8dxcEKUQOCfmITB4DNYW1MeVe8nCDabTRQK2IMbdjFfgaZpgNMINGi+hiXABtEuZzIZME0TwuFVDAxBo9EQPI6eUSDeti38J8JoQYJ6vS77mVTED0SHB4p+4/6W4J07cyCNSkOw6llZ4ifsP4u6OEZM7gUYAHqYEUhK/miMAAAAAElFTkSuQmCC) right center no-repeat
}

.wpb_document_excel i.icon,
option.wpb_document_excel {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAlJJREFUeNqMkktoU1EQhv977iNJY91IGwkuUlDBgm4EF7pIpOjC0n2x8VGkiEIXLiqhraXYha4UH6ggVZEq1YVuStHa4gsXBaVBLVJTsBYFjVqTTRJzH8eZk95IF1EHhpk7j+/MnXO0U3e78GC2HSRtpFH8XaYAOQ8pkZ+fRvp2PzQG/CxEMP0hceTasfil4i8HrufBdSU8T4KLWTIfs7gytXCU3EmKZXwiA56Qjdc6MhyMIRY9iC/ZH2hNbMbe05PdFJ4gfc95w3bt+In26zVnHhrthKZp+LaUw417z7F7Y+DCo5lPI5TapwAlpwRXuhi4lVQNnS29ePz2Pha+vsPJjhFwXtcFtmxaT5NLRBvqMTFXnPEPUABHOqrw0K5+XH44oBJNkeZq3LIEymXQXrxKl/QMHyCKdlEVJncex8XxPrI94NiO5lYVZ980dQXhSeh/eLGGWi6pKDgF2J6NsVc3wf658RT2t6SU5TjHDENUIUIwwDNJ2cLwJ1jXsEEpy9mxHmX9CQQdzBAWXddW/ILagUbBPds6qpv3fY6rPI0thFQQ9Rs8gQ+ga3yaPLO95jtoimxVY9PbUhBewQqAhEy4dgzl/OHzw31t3QXbVtfFO+KXyH6lGcpWALIKEN/n1qKc66pQKcsF2rLlkyvjY9nSN/4sMb/4BuLl8DNyXkPz7DDDtX9AVI5quSc9OghebSh9Z6gRTmmNQVUhw0TItFBnmqizLIRJVwUt1AcDWB0KIGDSBVCt6qFevo4QaWNucTZ7IHX1Bf5Dcp8zWe7hm/4twACFyx0P1ajTpwAAAABJRU5ErkJggg==) right center no-repeat
}

.wpb_document_image i.icon,
option.wpb_document_image {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAl5JREFUeNqMUk1rE1EUPfPdWEOjcUJSU0WUYi0t/oMI4sfGpboQcS8FcaWbYqlrV0IRhCKKUjf+ACFCETcuakFqqW2xrW2iSU1nzNdMknnP+2YSM4EiPuYy971773nn3PukzIMs2usK2SD+vSiZr4FzbM6/wMb8c6h00AmmZ+9mZupuCx5j8DwOxijGg/jqZgFPshu3yZXE9njmJoTJfkJgittswa45sCoOSr9rKJSqyO9WkCuWUa7U8Ore+RnKu0QAw51bewAkSYIsA6oqQ9MU6LoMRZEhzoslC8/evMfFYeOxVC1OkkFYWIIiyAUg3AfprEYDGB85RXdwDJpRvF2pf+rEVHD216da6B9P7tM7ITu4iJnfyGVqCIB3AShR1/XeUoEqyDD4DByx51zdj4EmYru/BpBKur4MUazoChRDg+c24TU8NGQBwLRQEwU0C2hR7OWciS/Lh2AYhm8H43EkTp9B1DRh9PVRU6Ugt10XBtCEhJ85C9l3GjVOh6IaiMRTMGJpHIgnoZE8MRWfQbuuR4JgkM/l4DqHMT09gNExDZdvmBhPncCe7cGt5yH5/exKCDdRE7GJiSol1WiMP3y65fw69raz2Pnqws5VcXRMAPAugL31GQNDo20GEpJJvWd6rVoD+bUyHLtFdQxCZoeB/X0J6uLcFM5en0QsPdIvGCwsOKERArEjEryIi/UVhlKB49hVOmfNfmt7GYuvH4qXiAg50XN3ZuMqveNrj6rBkyFpwV98HEMXghevqwrRcuJUk6Bo2QcgS1hbS4Vb959+wH8sa2e1IGrIWn8EGAAeeg+l56ZYuQAAAABJRU5ErkJggg==) right center no-repeat
}

.wpb_document_music i.icon,
option.wpb_document_music {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAilJREFUeNqMU0toE1EUPW/mzUw+thU0BWOkC7XQjQhCd5qFoCvduhIRXLkTF7opCi5cuBSKRRCpILpxI1IqdFFEV4IFEZGEmrQ2SiJx2qZJ2k5mvPe9mcykC/HCmc+795x37p03onhnAWFcIOTx76DioIwgQHXxGSqLs5C0ECULT24UpzvbHnq+j14vgO9TLtD5UrWORwuV6/Qo+HWseBkMQxVomNu7HtbbXbitLpobbdSbW/j5u4VaYxObrTae3zo7TXXnSWA82nVAQAgBwwCkNGBZJmzbgGka4PVG08XTV+9wbtx5KLYaUwQwki2YbE6LBEokip0d4MTEMdojQD43hLffOp8SDnyEkMQlskDSycxaDm1h9Z2ooNqIl2xBEjUkxyIc839GSM1UImARqo14SQeWdoABkdVVD7XlGuaqGTUTXufahIO4hXgGsUi57OHmmWG8/ijUYE1T7G0h4QCD9vl+KJ+CR2VH8o6aiWoj4UAr6bC0Az3IUpMB5A56WN4wcW2yE4pCC4Qho5PGApzTkw5w/00Fh48W8Kv6HadOj6lP6PsiFAj6Asb6yud+C5wV4RxyfgMf5uZx8fiewSIeInPl0ou7OHlpCvsLE9mkgwdXJ9WubJD/CT5ckQPh72bdH1+x9PIe+Eun6WEUXveApK3S0kLaspGxLGRsG1nCvpSNoZSD4bQDx6LDS7WKQ1zJF8Kou/KlfuX24/f4j3DXSnXmELy/AgwAQ8YI/5aiqrIAAAAASUVORK5CYII=) right center no-repeat
}

.wpb_document_office i.icon,
option.wpb_document_office {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAp1JREFUeNqMUk1IFHEU/804M/vl7timS7rYFlggouJN6LCGl0CCrgrSxUMfBBZEYYiGkHWJvESQSVQH7dClmykppBBRSqCRWqyuou2HrUK77tdM7/3XUesQPXjz/jP/9/u993vzpGDPOHbtLHkF/m2UbC7BNLE8+RyhyWeQTHrpfPoJs6GfF4euBh+m0jnkDQP5vAnDMMHJbIvLETwaD12i4xh9W7QYmaCJYhMRtPl97hM7mRw2f2UQ204jk2EiA1xkIxJHS1Mt2u6OXaH8UfIFi6B36XJzT3p+GppTQ0ljM7TrL5FIZgWYO2Gytx/m93S8mVl9QaGdzwo/GFx5axBa+TFsD7RBtyvoG4oiHI5hYyOBwf4G1FVXiU4qytwY/ZqaschkfnBlW/lx2GtOwX26VVzUn/RgpL8Wuu5EUZFELkOSpALKNBRyjoUOdGp7a6BVgPML7xH5HsK7qTjS6Sp4vcUCrGkyzYRFSzxYxeqADxO+7lc8yCB/yK9/RNJMo7PjCKr9OjpadIQTO1DVokLLMhMY6h8E7Ovj/qCr1AU54QdqB/Bg+j4CtgBisRiuld+Bogi1Qo6QcHAGbMloEp76BRgla/B56xBoDKCrtAvRaFRolymTSViO6ODgDNhSmyl8Gz4EZ5kTHnrnyu1f2hGPxwsLI0hMMYK/JbBN5M6sdnj9Xn/WyOMH7cCNo/dgVppiEbdpO1k7LegugblP0NB6G3plDc/h9ZPucxdS2awA8T/nyOvMZ0uGhP0hboXnIM8O92Jr5TMkI+uSdlvlKlbkyntg645yGcNYHqJjdqTPh9zOYYWyHIoKh6rBqapwahpc5MV2DW67DR6HDTaVVFOuwBCWZ+Ag9yVW5iLnbz6ewn9YYm0xwhjy3G8BBgDvmSKYZG1pkAAAAABJRU5ErkJggg==) right center no-repeat
}

.wpb_document_pdf i.icon,
option.wpb_document_pdf {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAlRJREFUeNqMUk1oE0EU/mayu+kmNgjSIqW0UDy0FD1LL6bQm/TQkyJKDz0ohYA2pQiCFr14aSgeiiAVBA/xWG9Gc/SmaSkE0eYQ4w9txJooNomb3fW92dmlvYgL377Z2fe++b43T7wBkL1TpDemCQP490OJfgW+H20Y/Jp/soC12ZXBxzfOrbU6XbieB9f14XmUqJN3PtbxsFidp6Xgz5BAlICVBLAQ039cQpfgEP4QGtdvo335Knbr33E+fRqX7r/K0HaB8EERlOmMFC3iBKkL24QW4TfhgPDz7Vdsv6tEsl9ufn5K4Yqy0D10qjRNnOx0UBsZgVetwtP7sZjEmbFT5MbHQF8vCu9bmyGZ7GqpfKo7OgqnXIY1NRVZ4GhZUpEIIYIq3zMIHCE7hyTHJibwLZfD8bk5xNNpdDSJacYiEjCJ7xuquQTZ1l7tmRn0LS0hOTkJaj/G8nkMLi4qEsOQEYmUTOCZoQKjpWWeXV3F7sYG6oUC9ksl/Nrbg+O6Sp2UAQlUP0RgIZwDPoHxfHg4sKeb6uk1W2DvUvqKRNlgBWETKSHHV9Uk/CDs69jQSF3LKNkBSdCCIxYoZGtD49kXF+8+WL81nTlwHHVd3COeRF5TS1Qxx4DAjxQYxaFxVC4sB6xCBAlqJn11clDMJFoBRGSh+akMuV4ro1nbhvCcpNB+mSSMR+Xrf5TLNVv5ZTW99taze/3otk8YlGUbJmzTQoKmMmFZSBKO9Vjo7YkjZccRN+kCKFfVUC1fh03ob9TK9dmbj17jP57Gl5061/Ck/xVgAHrs+mvs19wVAAAAAElFTkSuQmCC) right center no-repeat
}

.wpb_document_powerpoint i.icon,
option.wpb_document_powerpoint {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAmdJREFUeNqMkstrU1EQxr/7TG5qClZtoBZEDNIKaUGKICjpyo104UIFQRQXgmIXLhTBKpWCD9wpiiCKWJF20z+gtmJQUVBoG82ipsG+BIkYE5HcJPdxnDkhbbKIeGA498535nfmzIySu7Ebh0q3QWuArAP/XtOAWIAQWEqMYjHxFAoDUiKKofLpM4/Px+/bZRee78PzBHxfgA/zSi9l8WB68Sx9TpEvXSMy4BXt8WZXFjbG8KnvOr5nf+JgfwzHbk4NknuS7Avruue48c1X5prm7I30QlEU/Mjl8WTiNQ7sDNx9MbP6jKTjEuCWHAjfg5tbxe+JISiGAT3SBWvPUehtnWBd01T0dEcpc4GOLWFMztsztQtUt1QhgItfYxdhz79DcO9JBPefwp83o9LPummqEsKZyCV8nYx36I5dhnBdFDNzEOUy1M5elDIfYH9NopX8rBuGJuMqFa6awoXVaxnobrEE33Ogtm1HOfMRK+eiUgjs6JN+1nVdXauJqjLAN9b+HZue4LkIH7kGbWsPPILzzv/sZ12leIZwJpqmND6B36gRNRTZhtCF5w0dYD/r/HZVFRLCtajPgNuYSB6ONJ0D0bVPpk2zJSGyjvUAKkj/QmgX7kWH7zy6PDBYdBzZLh7A2iQqMhgSUgWIdcB4pRvvY1erVFKrnZKnGm72fUVCFKwXsbCSgnrr5WcUlpN0i9OiyC5VIbWdIdUa1Gl0lmNmx4bB/bFmx0faqVqbdDpl6QYsw0SIJjJkmmgh2xA0EQ4G0GoFEDBoBOisjKFYHgiLrD2/nMqeuPTwLf5j5b+lsxxD5v4VYACN7BqSgrlifwAAAABJRU5ErkJggg==) right center no-repeat
}

.wpb_document_word i.icon,
option.wpb_document_word {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAlVJREFUeNqMUktoU0EUPfPevJe+tCnU2iBB1OCHZmGtO6FiKkgFS8BFV4XiXijYhVJwI7gJbhSFIhQ/qIjdiBsXNhYaRenKBKWgRqEtRiS1GsEmad7Peyef1kXEgcuZuZ8zZ+5cMXIhhVVLA60EWQT/XnOA/wm+j+X0fSyl70Gyt6vq46eJnbcn4lPlDQeu58F1fXieD07mlVsu4Obc0lnaCj7ujo+BTYycT82TK97qyh09QQwd34NvhTUMDx7EaPL5OLlnyT5yXNpVN/7k2smWmk+fewYhBFZ/FHH38UsMHQjcSGW+PKDQmCKolB1k369h8uoCRof34+HTXBOTE0fAcV3X0BfbR6/xEekJYfZDOdO4QKusO4hFu1Atu0gc2wXf8ZvIfo6bpqZIWIlavifJGCHL6zYcStbonFn8jr2REN7Ukf0cNwxd1VWr3ELBjZUNBbL024FtezA0gfnXeRzu3Y40YT8h+zkupdbsiaYxgWc0zw0FhtDwYuErDvVuU9hP2FCgUT2TsBJdF38/oVJySJWO6SsnmrfMTJ1SyP5aXBCJr0i4F1sVSHvDTccG7rScg77+sJJNs6VIVB+3EtDPDFrdEtGjnddvXUyMl2xbfRcPIE8i72vFUFgj8Dd7YAY/IzrQUWOlKCeIOvLNNfmoI51RbyK9/9fKO2j5TJI2byE8u11gs7gViYpRLtdkH10C/4+VnbkchlPplpRlSQOWYSJoGAiaJtrJOtpMhNoC6LQCCBg0ApSraqiWB8IiCxdXFgtnJqdf4T9WMZ8rcA2Z80eAAQA3KwxNvO2C5gAAAABJRU5ErkJggg==) right center no-repeat
}

.wpb_bookmark i.icon,
option.wpb_bookmark {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAh1JREFUeNqEkttLVFEUxr8955A4GCNewIcIQughSPDNYPJCUhAZVn9ACYHKoB5pcMLDwMCgMTjilExg9NJbD1FRYVdSawQFoYfAByEE8aVAETFDm3OO3x73xG4abcHHOnud9Vtr7YuAbnV9fy17f8zD+j4Pg9++fQXpZNJdF8hQMFHEQgR7FahZkIB1bGjo2qptCxXLCD2js6YBIQXKyvnO9GfprOPx+FV3YwO+igqs2PZTxlK5AjeFQKcCzALPAo0SPhGLXXEICx8jzJdFlm37mfmZi6L72LdGjt1fG422Z9fXyQl4rgujshLfbPu5nMCHQ2AHuFU7ONi+S1iCnufBKC/HUjT6gv/GmPPpoAJNWSB8MhK5vLO2BijYDASwGIu9JDwqYagz+gdmQvhUONz2i7AEZfcjhL/G46+4pVFPwcUKNLPzwGnLuvRTg0s49pfh4UkWThKe0QG9QDMTBup7ei5ucc+5salSwguJxGt2HimE72kPqYWdIw2h0IVNddrgdZVx7Llk8i1XI7zS6Tx4n0pzOqgCEr4d7Oo6v7O9DdMwkHUcHCWcSaXeEU4QnpLJE1IKzJuYEuK9HjjT0dFa4vdjOp3+QPgO4Y+PGH9YAP6xMY57nUpSk+zkdXd70r8Bzt0QAv8zoV5sGeV/DDyRwVlgfJyd+clzhavkFKxzMtVNBKiqLZ4JOz9glUWuq6nfVFZ5qV0tJuXtCTAABgLTLAHpgnQAAAAASUVORK5CYII=) right center no-repeat
}

.wpb_camcorder i.icon,
option.wpb_camcorder {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAfBJREFUeNqUU7tOAlEQnb2wgMQfgJAQCrbwkVjQaGWlsaCxsiYxNjRGSkJBDYQCCiI/QGFlYowfQEygVIuNhAJ5JDyCK7DL25kbLtGsxjjJycyeO3PuzMCVJEmCaDQKjLEgALjgD4vH40fonhHb3KNAHAUu0ul0colWKpWWi8XCBMHn8/kl1tzEYrE2eSuq7IZCobNGo+Gfz+cwHo+hWCz+ePtkMoFutwuRSOTU6/USxUjA4nK5/J1OB6bTKRiGAYFAwFRcLpf5GSGRSNyGw+EDqmWkQoXD4RD6/T6MRiPQdR0KhQL3AoInAarJZDKPtAPeAbVN7VksFp5I38FgkHthgqcxqQZxwpUItVrttV6vw2w244mUNBgMQNM0aLfb0Gw2OU85KwEmhCl4SqVSWZwxi1vmiZo2gF7vHccyUHTJLySeMflrB9xohCsi8aZLw5jgpwT393f8EH/VNex2O8iyQwhY1wKKonB16gbXAPv7h7iPMRYtgDoiUOxwOMFm2zB34PP5xLIkxmzgdMqI3/+JJgFVVUW8U6lUQFG2fi1W1RfzCNVqVcR7uVxSjPOjybIMbrebQttagBa0sg9U1z0ez8YX7pvRw2u1Wjqef6w5hH31Co8R5wjPHw/yDXGNeEA0pNU8mwgn/M906vpTgAEAjX89snl7BBUAAAAASUVORK5CYII=) right center no-repeat
}

.wpb_camera i.icon,
option.wpb_camera {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAh1JREFUeNqkU81qGlEU/mbmOqOViSQuxEVqYouCUChMFi1UCjWltNCNoE9QJMUn8BEC2ZaKjxDB0PYFAjarphTEENIurNYWtYpaNf6NY++5iW0X2dgcODOXe+73nXO+c680n89xHWPxeHyxfp7NZhGLxd4tRcB9i7uRSCTS3JHJZHaWwH+UotHoTjqdfj2dTq88cVWLtMcYQzKZfMlyudyLcrksAqFQCKlUCvl8HuFwGETa7XYxHo9FXNM0uFwu2Gw22O12zGYziUmS9JUDDWIsFAoYjUaIRLbRbP5Eq9WC1+uFx+MRBIPBANVqFW63GxwH0zRlme/ber2eAJINh0PU6zVUKhWRKXfwBj0WQGT7Cfb3D3hVFo6PP3Hy7h8CdTKZgJys3+/zLN9RLJ7yEoHDoyJ2dzO4/zSFow+nWFlZQ6PRwPm5KQhoCiplp5LI6vUm/0qQeYgxFT7/XdwxDBErosmr0qAoKo/bSCOZcUU1yq4oysVcmSbAur7Gex7hUdhAqVYjTjx+eI+L+gurq56/BKQBgS3LulT6hiBYX7+JUukbAoHbCAUuRGu32zg7+wy/Pwia7oJAob7JNjZuQVWJQOFjcmJz04ly+QdOTr6IuK7rAuxwODiBRQQK8/l8b/f2XhmmOedZZOFUL/1V1YFgUMfiLv17qWjZ6XRUyel0PpNl+cH/PCTe9nuS3kHVXb6LZczk3pOu+5x/CzAA79biq6IGyQsAAAAASUVORK5CYII=) right center no-repeat
}

.wpb_chart i.icon,
option.wpb_chart {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAjVJREFUeNqck8trE1EUxr95ZZpUzeRZaUWkiCB1IURx6z/gwoV7cVEQRARx5cIiuHYjuPVfEHQv7mx0EXRTEemiSdOmedJkHvfluXfaNOmuDhzuYeZ83/mde+darx6s3QOwjP97Wq5UamXjw5f3QrIzKR3bw8bDu49dKZXVbm5DiHmDJz+AXxPf5DdyMd7VThk4HrSWDKRdrF4EY+Fcwc/DIW7dTlXf63UE5fzcd8/LQmtdIZXdae2AnyJQ0kev18NgMMBa4RPeND6b91XrMu5Xn8ElAq0lA2kHlSqSZJ5AiZHuAKUUpBCo1VKazc06LhSLyGSyEIZASCJoGoLRo5ewGr/hXF+FXH9rDHRQDbrdrqERnPK9vZRApAZOUK4gJoJ+Ywt3XqybTk/5Nj6KqykB41QsUjMmcL5QgK8JSGtG6LRb4JyBQ+HwawPhty3w19dORFxMc055b38fruulI3ByyZfKiOMQB2TA4gQMVMyYEZngaUgahRPBuSCA72ehtdrAPmjvGgJGBkkcI4EEC8MZbE7FNIYUYIlAv9MxBPx4D/KlEqIoxK42iCIyoI4xO8Ge2QOecCzm81hYONqDhHFP76om0J1TAgE+CafHKGYMNMGQTmRMBFrrjsZhrrS0ZAz+kIFyXbilADyMYNs2zeojHE1gWZbJx6MIul6PoLXWzWXned63VvXRVfri0vGP1MytoLV4dEm9FpBpTn+yK0NnR6/DWP21aM1QBBTuGa8ypxj8E2AAy9+NOgeh/UsAAAAASUVORK5CYII=) right center no-repeat
}

.wpb_chart_pie i.icon,
option.wpb_chart_pie {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2lpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkE1RTM5QUFBNkEwODExREZCNTNEQUZBMkQxQTMwNkZBIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkE1RTM5QUE5NkEwODExREZCNTNEQUZBMkQxQTMwNkZBIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzMgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ1dWlkOkFDMUYyRTgzMzI0QURGMTFBQUI4QzUzOTBEODVCNUIzIiBzdFJlZjpkb2N1bWVudElEPSJ1dWlkOkM5RDM0OTY2NEEzQ0REMTFCMDhBQkJCQ0ZGMTcyMTU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+1JJGhwAAAsNJREFUeNp8k8tPE1EUxr+ZtnSGdqAvKCINCBbwQSKaYkIDIdFdY1zpSheayMK9YkKCCYkL1+78E1yxIcbERDTARiMSCYhAoSCVWtrpe6bMyzMtE2JIPMkvczNzvu+ce+5c5h0AhrDVnzwxRssYEf58Bx4iR+sNYtYwMGfokDQNoDVm7hmw4yS66d20LxyOhiKRoBAIcPb2baZ91Gfki+LIeuJ7bD+9vUB5U0TcElkG3SzPv+67cXOoxdcmyF83obVKyGS3UKnwjKGxfOTSaFfosMf/ZXW+TdPkccuEpW54Yjo8OjbkVZ1C7s1HSCvb0Apl6DqgqioKhQKSySS8QkC42hcd0lRME3zNgHLGfF3non7eKxTmvkGVq9BgQCOhRhvVycWgp2mUTqfR4gsKZ/ydUV2rzarWQayjuz9YXt6EUhPrdRQFml43sDBNcrkczof6g9RBrGag0rR5h5OTU5l6ZQuFOjjegtmBhSRJcPEuTlUQrg2RDDyMrDCKLJPMODkTvgEfOm5hb57B6TCYeOZu0DLIVUolQ3fYGL2q1D67ekN4cv8pdgeuQ1GUExl1YLPZ4OI4Y2ftbcky2MjmxJFGzsFr1Sr4UBATDyYR770C8eDgn/bNcLvdkAulIyjqujWD2fjhfgqNTjhaPXg2/hw/+0gsiqfEDMOA4zjsrPzI0nBmrA7mfuczCz6H2//q8Ush3j+ISrF4SlwbC88js7NX/rObXCS395aBRMOeenT59lm9qT3iUlUXy7LQ6Ic3xWZVE7vdjuLufjmxvLZExzMBlpVwfI/QQ2xde9iD5s4XvlDbsP9iOODwejg0OBijWjWOxLycXd04FH+lFpFPTCLxaQuHm/UCxxfRTwTgbG5CcHAA3gvDsHEhKt1MWXlo8h7EtUWklpZRzacp16RkGbDm9ohGwoH/hzkQmSgTR6bBXwEGAIQpfV/9gY4gAAAAAElFTkSuQmCC) right center no-repeat
}

.wpb_clock i.icon,
option.wpb_clock {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAmRJREFUeNqkU0trGlEUvjOOKVHHUaO0DpZIV32FxMCEvCSJuAhtwO5CQpJdsskuG7f9H9mZgiBdKKQluywiErSESGlxVQjUXusjdHxMxGfOmTrDlC666IHv3jvn3u+7Z845lxkOh+R/jMMhEokQlmWJyWQiDMPwgOfg9gGE0TkZ8B0u+wpo9Pt9MhgMSCqV+i1gsKc2u31tLhhcm5ufl7wejxedtFKh2cvLXPbi4rwhy+fgKvwRgUZ2eTxvtg8ODn1er89hsZDP19dkamaGTIqiX1hf9z+bnl6IHx8LZUqTmgiLA4Rlt/J8eHt//9Dpcvns4+Oq4lUup6ujD/d24AKIMowcXQD+6aUUDK7yDofPMjZGWIZRSe12WxdAH+7Z4MziysoqcnSBXq/nnwoEJFzX7+7ITbWqolAo6GsE7mHyApIkIUfPAXw4BYfjoXbbpNutzo1GQ1+r54BcvL0leBY5RgEWyzgwkF+FwyQUCpHdzU3C87wKm81GZpeWyMLyssoxCshNWS5bBOGxdls8kSA7W1vkXTyuR4AtJ3c6RKnXy8jRc9Dtdm8+ZTJ5DhoJw0QTXC6VjLMGSCB5ANXIptN55BirkP+QTKY7zSbtjwQ0EaNhAtl2m75PJNLI0QVg49fPUunsbTR6Itdq1MSyf/U8+hRZptGjoxNK6Rly0M/gY2KwxtB5Vqt1VhTFyO7e3uLrjY0Xj0RxAjuiRGnt4+npl1gslikWi6lWq3WlKApRuSMBTOYEwM1xnNNsNj+BhyUaHxOE/AP++9soeRVAFbg9TQBjtozA/eMF9wEtgALcwb0AAwCoRifZl32HrAAAAABJRU5ErkJggg==) right center no-repeat
}

.wpb_play i.icon,
option.wpb_play {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXhJREFUeNpi/P//PwMlgAWZ4zDvJQMjI+NMIPPwnz9/lvz5/Zvh98+fYPzrxw+G6w2m+A34+/cviDKGYhBYQsgFTMgckI0gHOstZQykCxj+/48hyQCYc9+//8MQ7ydv/PvXL4KGYDXg+/c/DJcvf2KI9VMBG/IfjyEoBoACCoR///4HNOQHw/HjjxiCXIEu+fkTpyFYDXjz7gPD46dPgfQ7hsNH7zC428qCDSEYjb++fwfTr379Z/jAzg1m6ygJMqzddP4sMHonEDYAaDsIvGTlZnjJzcagK8nBsG3lfrBmVnb2JYS9AEowQPyClYdBXFqQ4diiHWeBgTgB6P8lP59cIpwSQTEAFmRnYbg+cwnE2e9uL/lyaS3D7+dXgDIlGAYwIucFVu0ABiYNvzMg9v83Nyf8u7F5yd9X1+Hy2PINigv+XNvIwSSgco3hx4dL/87NBVmpAcQ/oPg9EP/E6wKgk0EGCkEN/gcyEwn/AKr9g9cAcgBAgAEACsnYjGRDfAUAAAAASUVORK5CYII=) right center no-repeat
}

.wpb_fire i.icon,
option.wpb_fire {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAgBJREFUeNqkUz1vE0EUnHe7dnyO7SRYJpGV4IDARbCMREQDoaBCoUWU0FBCw9+APwHUQBEhgUQDHaKBCkUgEOJDCTKJcSxix3feZfbuDMYxNJw0eu/mfezs212x1uJ/Pj1wmiLOFIlDif1GfCS+cwnjljFJ7q1TCjdfhJEvAwVJA/DPp6lCsEQbkHhN+5581wytXErq9Kgk0h2aL3TmUEYNW8hjD2ly60R3NN8bOCaBjdGmv23TjJ9D3WZw0sRbU3+dQf9P3v3uUovIMuZdnn2MHTcXNt8e26A3JMmL+VlJY0ZVMCOzKPRfsXgTb8i7RuG+LQzNQFNulTitLuG4HMSkLKAgZ3CM3FEi0x83g+Q2aNqazeNy6gYbrEoZOS+FvJdSKyiz+DDh23FbSIY3RXM+cxV1fUGKonwofxEmaAKVr1kDU2F84l+nkHXy9VmZ9vQk9PQK0vPXoArLkIJ2WztAKDNOQfib40VS4uVOYGLhOnSuDvNjHb22MmF8jGasgiDGLrHZfaYC5R+BytV4V1NRTfcpAsY2kpz9Ddy9fQ60GLzXvNNvtdfemd7nJ9j79BA7D16a5u0girmcpaEGv96CiERnzynOXRSpXvH91WKptOhiW43Gh7udzqP71r5tAQ1SG6zrjTZwanJEdqBM63hEYRgOH5Z7K23WRdfhpwADAF2wuld11BJwAAAAAElFTkSuQmCC) right center no-repeat
}

.wpb_heart i.icon,
option.wpb_heart {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAArpJREFUeNqkU0trE1EU/uaRSdNJGzV9pI2ppdBaEBRx07Xo0o0o6MKCCnZXRP+AG0ERREWFdiFiEbsQN65EEbpRCz6oWjStLbVpkraJzXMyk3nc67lJKqFbL3ycmfud73DOd2Ykzjn+56jz0gERZQnSGMVThAChQHjBwR8JkrgLFE4SQgST8Jy4CYpM9cBFwmhLLDLWNz466N/b3WquJI3kxHSUYlAUCPT3no9eOjMQ6I/q1eRGZfXek7CVSJtU5LH0GcOSBLweujY+4nO47q2s1/vp67DjNye/iAJDVy8eRiqngXEo/RE4YMbC9QcfaPjjKgP3SaoSUn0+vfTxGzXFarP5VGjhoyMxcAZnfUtz/uTqQxcKaD00qDNFCnGP+VSXFJLHvOpGllcKBQkNUyXDgC8UjAiTiysJUHK9APXLlhPcZa7H6x4wlzrbtPKFimOa+ra7juOgkkzKpmnCsW14nle7V1QVYbNUsTnblAFXJUrcz2bnfxwMdUV0I7mBci4HkzrYXrHSgDiaX0M5kci68GZr66MOQGNMp+a+pjyZm1Y2A5TLCJC4lRKaoSsK/KpsljKbKaERWlmskYxcsl1n8tfMzGKop9MNUqKYpRlBml33a25mbXXRYd6k0AitcppoqiaKzFXtalu5mI9Fu7p3a5Yta9SFJtomsaoq7tJWesFwrCnKfejWO4dyFm3/Pksi3lccqz1vFHv3BUN7/B6ThZhW487l1+NFx3pKb7dkSP++f0XQ32HXQLe8Hfxd1jN2Zaql3v1aW1ghK9+W1uJp13hGwhtxeOw+iriLPKZRJvWOMwwVx6AoMbA7R1o6Toi7T1b2ZQLy5Te0zJ/UePNpLiALrxqGywNAzzngtiCmgCvLQJoeeeNnKhFq+1d3FBCGdIrRSIDfwCtBLNf5nppNwBahsl3grwADAL3fWUYtjiWSAAAAAElFTkSuQmCC) right center no-repeat
}

.wpb_mail i.icon,
option.wpb_mail {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAZtJREFUeNqkk9tKAlEUhv/ZjqN5zoSgJL0QykC0wsfwtkeIeoveIug1eoUOFxESdOFVRBdhluMoZOLs0da/yaCLji7YzMxa//fvtQ9jTadTzBMKc4a9e3jYkOfKP/kHOwiC1b1G46i+sYFsKvUryh0McNlq4fjk5EAFWls7Al/c3KDjedCTybeDGmrJkFVaa5VOJLC1vo7z62t0er2vYalRQy0Zskr7vgrkJFKS2C6XcdZsouO60EHwaTDHGjXUkiFrDOjuiyhJk81NnF5d4bHbNTkOvjPHGjXMma6EtX0aiNtYa7NB4UgE+XweZwLUq1WTu5S2i8Wiqc10lm3DNwbjsQreOxj7Pp77feSXl7EoM12ICaNeqyEej6Mty8il03DCYdhkhP3o4GU0Qld2eCmTgaUUEskkapWKMeA7gxvXluVQE45GPzoIvQrcfnpCLpuFCoXM+hjJ93sx+2YtLWbURmggrO25rnN7d4dioQDHcX68RAuxmBlkyFrxUmlfxWJr/7nHk+Hw3pInp83wv/gjz+PwrHl/5zcBBgDDTxI9ebiiBQAAAABJRU5ErkJggg==) right center no-repeat
}

.wpb_shield i.icon,
option.wpb_shield {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAApZJREFUeNpcU0tPE1EU/m5n2lIqUPsQKJFICCEoJAKNRh7GIGiIiQvjyl/AD3Dp0hVhyUITl8aVceNCI4+4MXHBw4gaCaQSTIqlM6Y4bWemj3s997al1ZN8ndNzzvfdc27OZUIIsBcxKBMEDyPILwbp90k1gQVw7BIATkWsVv4go0r/NVnARZiwdOPi9IiE9AkxlfvP6gKvCYuEPsIwdfJ0vG9sLN7eHelu64pc6U8kKPZM5ao1izUOdEWviOidq/MLq1vrc4xsbGA03hOKxw4ODlS6N36+Sx/UJzb3tp6TkJganuxf+7T+tSFQFjzoC56ZH719Wd6J4zhIJpPYmF1R6cTqHMLhcHR2eCYq85qmCclp7sDO5/PcNEytPlupVEKzb1nW6f9Aa4BLTlMHyLpFt0yFmjxdmuu6MAwDtm0jdZQC5+pAeToi0UhZcpoE+HHBLrhE9m/OrSKdTiOXyykBr9eLjZsr0HVdYejNBCzHcoiTbgiUxA/TzOTBPO37+/uQc8piSa4T69BaNBScXEFymu4An48zx7mOC2cxvXMXtRi2p9YVaeT9deq9GtY7dNiHhRzldxp7UOQfs2nT9HhZiXXSmp2jWAinp0pfxQhc5yXnt21KTkOgghNR4m8zyXTK1+YDghRraRIgX8ZYkCH38yQFqpWcxghyRcti2doxrjGf8PsvBbsqrRxDWxPVvnuq78T5Yv1yv/35joC2XGOCqcfEqO1eambU04uIeKzHfOMtk6G4dzAQUne8a2ftD9lUJVPchMkeYZsf4pCry64LyFFaFTqZD924hQHcD96LJqRA/pWxgT28xBHeIS3khuUJBeLyuoBsKEKIVqcna4MfM3ionu4almDBrS1ikZAhGMQt/xVgAG7ZOPHbYM4wAAAAAElFTkSuQmCC) right center no-repeat
}

.wpb_video i.icon,
option.wpb_video {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAjNJREFUeNqckt9rUmEcxt9zkgZT1ByodCyYlMdSmq4MvBjEuggaG/snKmJDdjGi7GYFClFBDeqivNgaY2xZkXgR1LFJyZKREZu5EaOwaG47ypjOtvzx9B4hwf0I64H3XLzf9/M+z3u+X0LqkF6v73c4HGPkf6RWq68IgoBo9B1sNturf4JVKtVVv9+PjzOz2CwDk+EwrFaLUBesVCrdw8NDiE7HKnBuA8hulPA8EADP89VL9uwEKxQK97WBAU9aFIn1WCvRNDWRYhG0wpLmQyZi2K9rjsdn20RRfMRuheVyubu3p8djOmolF/suk5GhBySRSBDZXoaUymXS0MCQ9V8MfZ76NMuyN7bybpfLhWeBIH4CWKWfxcw6Lpw/h+nYDOgr8DgYlqJIS6SrtUoyDOOm7pVi7NMXZOjppdUCxByQXMlDo9Ggt+8S5I2NkMlkEmyrcdbptLjuvYlRfxCafSp8mPuGZQp/zxSwVgLu+0ZwwMCBmqTp+eNV0mw299taWnD77r1K7LUCEHgRwhGeR3zhB3IUDr2N4aTjhJSiNrYkOhxjnV2d2KTwShZYpnZZesnLyQg6Os5idOIpuru7wHFcrfOfNqZSqSdLi6m2fD5vPNXeXtks0ZaZDh+kf4olU29ek0hkKp1MJs/Q0vtdB0en1YbuDA4iR93zRWBuIQmvxwuLxZLeFns3GThOGJ8Yx/znr/D5HsJut4s7xf6rjEajIM2/0+nc1qq6Rft8q97YvwUYAGTmI/uZACFwAAAAAElFTkSuQmCC) right center no-repeat
}

.vc_column_container .vc_btn,
.vc_column_container .wpb_button {
    margin-top: 5px;
    margin-bottom: 5px
}

.vc_message_box {
    border: 1px solid transparent;
    display: block;
    overflow: hidden;
    margin: 0 0 21.74px;
    padding: 1em 1em 1em 4em;
    position: relative;
    font-size: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    #content .wpb_alert p:last-child,
    #content .wpb_text_column:last-child,
    #content .wpb_text_column p:last-child,
    .vc_message_box > p:last-child,
    .wpb_alert p:last-child,
    .wpb_text_column:last-child,
    .wpb_text_column p:last-child {
        margin-bottom: 0
    }

.vc_message_box-icon > *,
.vc_message_box-icon > .fa {
    font-size: 1.7em;
    line-height: 1
}

.vc_message_box-icon > *,
.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_simple .vc_toggle_icon::before {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
    margin-bottom: 35px
}

.entry-content .twitter-share-button,
.fb_like,
.twitter-share-button,
.wpb_accordion .wpb_content_element,
.wpb_googleplus,
.wpb_pinterest,
.wpb_tab .wpb_content_element {
    margin-bottom: 21.74px
}

.vc_parallax {
    position: relative;
    overflow: hidden
}

    .vc_parallax > * {
        position: relative;
        z-index: 1
    }

    .vc_parallax .vc_parallax-inner {
        pointer-events: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background-attachment: scroll;
        background-color: transparent;
        background-image: inherit;
        background-size: cover;
        z-index: 0;
        background-position: 50% 0
    }

.vc_video-bg-container {
    position: relative
}

.vc_video-bg {
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0
}

.vc_row[data-vc-full-width] {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    overflow: hidden
}

    .vc_row[data-vc-full-width].vc_hidden {
        opacity: 0
    }

.vc_empty-element > .vc_column-inner {
    min-height: 100px
}

.fb_type_standard,
.fb_type_standard iframe {
    height: 25px
}

.fb_type_button_count,
.fb_type_button_count iframe {
    height: 20px
}

.fb_type_box_count,
.fb_type_box_count iframe {
    height: 62px
}

.wpb_googleplus_type_standard {
    height: 25px
}

.wpb_googleplus_type_small {
    height: 19px
}

.wpb_googleplus_type_medium,
.wpb_googleplus_type_tall {
    height: 21px
}

    .wpb_googleplus_type_tall.vc_googleplus-annotation-bubble {
        height: 62px
    }

.wpb_pinterest_type_horizontal,
.wpb_pinterest_type_none {
    height: 21px
}

.wpb_pinterest a {
    border-bottom: 0
}

.wpb_pinterest_type_vertical {
    box-sizing: content-box;
    padding-top: 29px;
    height: 21px
}

iframe.twitter-share-button {
    margin: 0
}

.wpb_widgetised_column .wpb_wrapper > ul {
    margin: 0
}

    .wpb_widgetised_column .wpb_wrapper > ul > li {
        margin-left: 0;
        background-image: none;
        list-style: none !important
    }

        .wpb_widgetised_column .wpb_wrapper > ul > li:after,
        .wpb_widgetised_column .wpb_wrapper > ul > li:before {
            display: none !important
        }

.wpb_button {
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: rgba(0, 0, 0, .1)
}

    .wpb_button.active,
    .wpb_button.disabled,
    .wpb_button:active,
    .wpb_button:hover,
    .wpb_button[disabled] {
        background-color: #eaeaea
    }

    .wpb_button:hover {
        color: #333;
        background-color: #e6e6e6;
        -webkit-transition: background-color .1s linear;
        -o-transition: background-color .1s linear;
        transition: background-color .1s linear;
        background-image: none
    }

    .wpb_button:focus {
        outline: dotted thin;
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px
    }

    .wpb_button.active,
    .wpb_button:active {
        background-color: #e6e6e6;
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
    }

button.wpb_btn-large,
span.wpb_btn-large {
    padding: 9px 14px;
    font-size: 15px;
    line-height: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

    button.wpb_btn-large [class^=icon-],
    span.wpb_btn-large [class^=icon-] {
        margin-top: 1px
    }

button.wpb_btn-small,
span.wpb_btn-small {
    padding: 5px 9px;
    font-size: 11px;
    line-height: 16px
}

    button.wpb_btn-small [class^=icon-],
    span.wpb_btn-small [class^=icon-] {
        margin-top: -1px
    }

button.wpb_btn-mini,
span.wpb_btn-mini {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 14px
}

.wpb_btn-danger,
.wpb_btn-danger:hover,
.wpb_btn-info,
.wpb_btn-info:hover,
.wpb_btn-inverse,
.wpb_btn-inverse:hover,
.wpb_btn-primary,
.wpb_btn-primary:hover,
.wpb_btn-success,
.wpb_btn-success:hover,
.wpb_btn-warning,
.wpb_btn-warning:hover {
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

    .wpb_btn-danger.active,
    .wpb_btn-info.active,
    .wpb_btn-inverse.active,
    .wpb_btn-primary.active,
    .wpb_btn-success.active,
    .wpb_btn-warning.active {
        color: rgba(255, 255, 255, .75)
    }

.wpb_btn-primary {
    background-color: #08c
}

    .wpb_btn-primary.active,
    .wpb_btn-primary.disabled,
    .wpb_btn-primary:active,
    .wpb_btn-primary:hover,
    .wpb_btn-primary[disabled] {
        background-color: #0077b3
    }

.wpb_btn-warning {
    background-color: #F90
}

    .wpb_btn-warning.active,
    .wpb_btn-warning.disabled,
    .wpb_btn-warning:active,
    .wpb_btn-warning:hover,
    .wpb_btn-warning[disabled] {
        background-color: #e68a00
    }

.wpb_btn-danger {
    background-color: #FF675B
}

    .wpb_btn-danger.active,
    .wpb_btn-danger.disabled,
    .wpb_btn-danger:active,
    .wpb_btn-danger:hover,
    .wpb_btn-danger[disabled] {
        background-color: #ff4f42
    }

.wpb_btn-success {
    background-color: #6AB165
}

    .wpb_btn-success.active,
    .wpb_btn-success.disabled,
    .wpb_btn-success:active,
    .wpb_btn-success:hover,
    .wpb_btn-success[disabled] {
        background-color: #5aa855
    }

.wpb_btn-info {
    background-color: #58B9DA
}

    .wpb_btn-info.active,
    .wpb_btn-info.disabled,
    .wpb_btn-info:active,
    .wpb_btn-info:hover,
    .wpb_btn-info[disabled] {
        background-color: #43b0d5
    }

.wpb_btn-inverse {
    background-color: #555
}

    .wpb_btn-inverse.active,
    .wpb_btn-inverse.disabled,
    .wpb_btn-inverse:active,
    .wpb_btn-inverse:hover,
    .wpb_btn-inverse[disabled] {
        background-color: #484848
    }

button.wpb_button::-moz-focus-inner,
input[type=submit].wpb_button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a.wpb_button_a {
    border: none
}

.vc_btn3-container {
    display: block;
    margin-bottom: 21.74px;
    max-width: 100%
}

    .vc_btn3-container.vc_btn3-inline {
        display: inline-block;
        vertical-align: top
    }

.vc_general.vc_btn3 {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: transparent;
    color: #5472D2;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: normal;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    padding: 14px 20px
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a,
.wpb_gallery .wpb_flexslider .flex-caption {
    cursor: default
}

.wpb_call_to_action,
.wpb_call_to_action .wpb_button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.vc_custom_heading a,
.vc_custom_heading a:focus,
.vc_custom_heading a:hover,
.vc_custom_heading a:visited {
    border: none;
    text-decoration: inherit;
    color: inherit
}

.vc_custom_heading a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 1
}

    .vc_custom_heading a:hover {
        opacity: .85
    }

#content .wpb_call_to_action .wpb_call_text,
.wpb_call_to_action .wpb_call_text {
    margin: 0;
    padding-top: 0
}

.cta_align_bottom {
    text-align: center
}

    .cta_align_bottom .wpb_button {
        position: static;
        margin-top: 21.74px;
        display: inline-block
    }

.cta_no_button .wpb_call_text {
    width: auto;
    float: none
}

.wpb_gmaps_widget .wpb_wrapper {
    background-color: #f7f7f7;
    padding: 5px
}

.wpb_gmaps_widget .wpb_map_wraper iframe {
    margin-bottom: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: none
}

.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

    .wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper iframe {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%
    }

.wpb_accordion_section .wpb_accordion_header a:focus,
.wpb_content_element .wpb_tabs_nav li a:focus,
.wpb_tour_next_prev_nav a:focus {
    outline: 0
}

.wpb_content_element .wpb_tabs_nav,
.wpb_content_element .wpb_tour_tabs_wrapper {
    padding: 0
}

.wpb_content_element .wpb_tabs_nav {
    margin: 0;
    padding-left: 0 !important;
    text-indent: inherit !important
}

#content .wpb_content_element .wpb_tabs_nav {
    margin: 0
}

.wpb_content_element .wpb_tabs_nav li {
    background-color: #FFF;
    white-space: nowrap;
    padding: 0;
    background-image: none;
    list-style: none !important
}

    .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
    .wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
    .wpb_content_element .wpb_tabs_nav li:hover,
    .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
        background-color: #f7f7f7
    }

    .wpb_content_element .wpb_tabs_nav li:after,
    .wpb_content_element .wpb_tabs_nav li:before {
        display: none !important
    }

.wpb_content_element .wpb_accordion_header a {
    border-bottom: none;
    text-decoration: none;
    display: block;
    padding: .5em 1em
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
    padding: 1em
}

    .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child,
    .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content > .wpb_content_element:last-child,
    .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child,
    .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab > .wpb_content_element:last-child {
        margin-bottom: 0
    }

.wpb_tabs .wpb_tabs_nav li {
    float: left;
    margin: 0 1px 0 0
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
    margin: 0 0 1px;
    padding-top: 0;
    position: relative;
    text-transform: none;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit
}

    .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
        padding-left: 1em
    }

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB5QTFRFrKysubm5urq6vb29t7e3tbW1tLS0vLy8v7+/AAAA88OvegAAAAp0Uk5T////////////ALLMLM8AAABBSURBVHjaYuBEAwzECjAAAaoABweaADMzkgBIPTs7VBcYM0EBXIARChiQtLCwIGkBUaysaLawsTHgdxgpngMIMADILgcbPoxbVwAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    position: absolute;
    right: .7em;
    top: .7em
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAxQTFRFrKysurq6ubm5AAAAXge1lQAAAAR0Uk5T////AEAqqfQAAAAiSURBVHjaYmBGAwy0EmCAA5gAIxTABZiggAGXFtq7FCDAAGXbAqFAxNu9AAAAAElFTkSuQmCC)
}

.grid_layout-thumbnail .post-thumb,
body ul.wpb_thumbnails-fluid li .entry-content:last-child {
    margin-bottom: 0
}

.wpb_column .wpb_wrapper .wpb_teaser_grid {
    float: none
}

body ul.wpb_thumbnails-fluid li {
    padding: 0;
    margin-left: 0;
    background-image: none;
    list-style: none !important
}

    body ul.wpb_thumbnails-fluid li:after,
    body ul.wpb_thumbnails-fluid li:before {
        display: none !important
    }

.wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid,
.wpb_row .wpb_grid ul.wpb_thumbnails-fluid {
    padding: 0;
    overflow: visible !important
}

.wpb_teaser_grid .entry-content {
    margin: 0;
    padding: 0;
    width: 100%
}

.grid_layout-thumbnail .post-thumb img {
    max-width: 100%
}

.wpb_carousel .wpb_wrapper {
    position: relative
}

.wpb_carousel .next,
.wpb_carousel .prev {
    position: absolute;
    top: 3px;
    background-color: #f7f7f7;
    padding: 0 6px;
    font-size: 12px;
    z-index: 10;
    text-decoration: none;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear
}

    .wpb_carousel .next:hover,
    .wpb_carousel .prev:hover {
        background-color: #F0F0F0
    }

    .wpb_carousel .next:focus,
    .wpb_carousel .prev:focus {
        outline: 0;
        text-decoration: none
    }

.wpb_carousel .prev {
    right: 30px
}

.wpb_carousel .next {
    right: 0
}

.wpb_carousel .wpb_thumbnails-fluid {
    width: 100%
}

    .wpb_carousel .wpb_thumbnails-fluid > [class*=vc_span] {
        height: auto !important
    }

.wpb_categories_filter {
    list-style: none;
    padding: 0;
    margin: 0 0 10px
}

    .wpb_categories_filter li {
        display: block;
        float: left;
        margin: 0 10px 10px 0;
        background-image: none;
        list-style: none !important
    }

        .wpb_categories_filter li:after,
        .wpb_categories_filter li:before {
            display: none !important
        }

        .wpb_categories_filter li a {
            border: none;
            text-decoration: none
        }

            .wpb_categories_filter li a:hover,
            .wpb_categories_filter li.active a {
                border-bottom: 1px dotted
            }

@media (max-width:480px) {
    .vc_responsive .wpb_row ul.wpb_thumbnails-fluid {
        margin-left: 0;
        width: auto
    }

    .vc_responsive .wpb_row .wpb_teaser_grid ul.wpb_thumbnails-fluid [class*=vc_col-] {
        width: 100%;
        float: none;
        display: block;
        margin-left: 0;
        margin-right: 0
    }
}

.wpb_image_grid .wpb_image_grid_ul {
    margin: 0;
    padding: 0
}

    .wpb_image_grid .wpb_image_grid_ul > li {
        background-image: none;
        list-style: none !important
    }

        .wpb_image_grid .wpb_image_grid_ul > li:after,
        .wpb_image_grid .wpb_image_grid_ul > li:before {
            display: none !important
        }

    .wpb_image_grid .wpb_image_grid_ul .isotope-item {
        list-style: none;
        margin: 0 1px 1px 0;
        max-width: 100%;
        float: left
    }

    .wpb_image_grid .wpb_image_grid_ul a {
        display: block
    }

    .wpb_image_grid .wpb_image_grid_ul img {
        display: block;
        max-width: 100%;
        height: auto
    }

.wpb_gallery .theme-default .nivoSlider {
    margin-bottom: 0
}

.wpb_gallery .theme-default .nivo-controlNav {
    padding: 10px 0 3px
}

.wpb_gallery .wpb_flexslider .flex-control-nav {
    bottom: auto;
    top: 100%;
    margin-top: 15px
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

    .wpb_gallery .wpb_flexslider .flex-direction-nav a:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .wpb_gallery .wpb_flexslider .flex-direction-nav a:before {
        line-height: 1
    }

.wpb_gallery .wpb_flexslider .flex-control-paging {
    z-index: 10
}

#content .wpb_gallery_slides ul.flex-direction-nav,
#content .wpb_gallery_slides ul.slides,
.content .wpb_gallery_slides ul.flex-direction-nav,
.content .wpb_gallery_slides ul.slides,
.wpb_content_element .wpb_gallery_slides ul li,
.wpb_gallery_slides ul.flex-direction-nav,
.wpb_gallery_slides ul.slides,
body .wpb_gallery_slides ul li {
    list-style: none;
    padding: 0;
    background-image: none;
    margin: 0
}

.flickr_badge_image {
    margin: 0 10px 10px 0;
    width: 72px;
    height: 72px;
    float: left;
    background: 0 0;
    padding: 0
}

    .flickr_badge_image a {
        border: none
    }

    .flickr_badge_image img {
        margin: 0;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%
    }

.wpb_flickr_widget p.flickr_stream_wrap {
    clear: both;
    margin-bottom: 0;
    font-size: 80%
}

    .wpb_flickr_widget p.flickr_stream_wrap a {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGhJREFUeNpi/P//PwMlgImBQjAMDGCBMRhT7koBqTQgDoUKrQbiWf/nKD9jYGzFKsfwv/oZC5JhIAX1SHwYuwGfHLIXQrG4MJSQHFUDcTUW+dWE5JDDYBaac1cjieGUYxxNypQbABBgAJGbHU/PCU/HAAAAAElFTkSuQmCC);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 25px;
        display: inline-block
    }

.wpb_video_widget.vc_video-el-width-10 .wpb_wrapper {
    width: 10%
}

.wpb_video_widget.vc_video-el-width-20 .wpb_wrapper {
    width: 20%
}

.wpb_video_widget.vc_video-el-width-30 .wpb_wrapper {
    width: 30%
}

.wpb_video_widget.vc_video-el-width-40 .wpb_wrapper {
    width: 40%
}

.wpb_video_widget.vc_video-el-width-50 .wpb_wrapper {
    width: 50%
}

.wpb_video_widget.vc_video-el-width-60 .wpb_wrapper {
    width: 60%
}

.wpb_video_widget.vc_video-el-width-70 .wpb_wrapper {
    width: 70%
}

.wpb_video_widget.vc_video-el-width-80 .wpb_wrapper {
    width: 80%
}

.wpb_video_widget.vc_video-el-width-90 .wpb_wrapper {
    width: 90%
}

.wpb_video_widget.vc_video-el-width-100 .wpb_wrapper {
    width: 100%
}

.wpb_video_widget .wpb_video_wrapper {
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

    .wpb_video_widget .wpb_video_wrapper > div {
        padding-top: 0 !important;
        position: static
    }

.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
    padding-top: 56.25%
}

.wpb_video_widget.vc_video-aspect-ratio-43 .wpb_video_wrapper {
    padding-top: 75%
}

.wpb_video_widget.vc_video-aspect-ratio-235 .wpb_video_wrapper {
    padding-top: 42.55319149%
}

.wpb_video_widget.vc_video-align-left .wpb_wrapper {
    float: left
}

.wpb_video_widget.vc_video-align-center .wpb_wrapper {
    margin: 0 auto
}

.wpb_video_widget.vc_video-align-right .wpb_wrapper {
    float: right
}

.wpb_video_widget .wpb_wrapper {
    position: relative
}

    .wpb_video_widget .wpb_wrapper iframe {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        margin: 0;
        top: 0;
        left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

.wpb_video_wrapper .fluid-width-video-wrapper {
    padding-top: 0 !important;
    position: static
}

.wpb_posts_slider .flex-caption,
.wpb_posts_slider .nivo-caption {
    background-color: #f7f7f7;
    opacity: 1;
    filter: alpha(opacity=100);
    color: inherit;
    padding: 10px 15px;
    position: static
}

.wpb_posts_slider .wpb_gallery_slides > ul > li {
    background-image: none;
    list-style: none !important
}

    .wpb_posts_slider .wpb_gallery_slides > ul > li:after,
    .wpb_posts_slider .wpb_gallery_slides > ul > li:before {
        display: none !important
    }

.vc_progress_bar .vc_single_bar {
    background: #f7f7f7;
    position: relative;
    margin-bottom: 11.67px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

    .vc_progress_bar .vc_single_bar:last-child {
        margin-bottom: 0
    }

    .vc_progress_bar .vc_single_bar .vc_label {
        display: block;
        padding: .5em 1em;
        position: relative;
        z-index: 1
    }

    .vc_progress_bar .vc_single_bar .vc_bar {
        display: block;
        position: absolute;
        height: 100%;
        background-color: #e0e0e0;
        width: 0%;
        top: 0;
        left: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        transition: width 1s linear;
        -moz-transition: width 1s linear;
        -webkit-transition: width 1s linear;
        -o-transition: width 1s linear
    }

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_blue .vc_bar,
.vc_progress_bar.vc_progress-bar-color-bar_blue .vc_single_bar .vc_bar {
    background-color: #0074CC
}

.vc_pie_chart {
    z-index: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

    .vc_pie_chart.vc_ready {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .vc_pie_chart .vc_pie_wrapper {
        position: relative;
        margin: 0 auto
    }

    .vc_pie_chart canvas {
        position: relative;
        z-index: 1
    }

    .vc_pie_chart .vc_pie_chart_value,
    .vc_pie_chart_back {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    .vc_pie_chart .vc_pie_chart_value {
        font-size: 200%;
        text-align: center
    }

.vc_pie_chart_back {
    border: 6px solid #f7f7f7;
    border-radius: 50%;
    opacity: .3;
    filter: alpha(opacity=30);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.vc_images_carousel .vc_carousel-control {
    border: none
}

.vc_carousel .vc_carousel-control {
    text-shadow: none;
    border: none;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear
}

    .vc_carousel .vc_carousel-control:active,
    .vc_carousel .vc_carousel-control:focus {
        outline: 0
    }

.vc_carousel .vc_carousel-indicators li {
    width: 5px;
    height: 5px;
    margin: 0;
    border-color: #f7f7f7;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear
}

.vc_separator {
    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-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
}

    .vc_separator h4 {
        line-height: 1em;
        font-size: 100%;
        margin: 0;
        word-wrap: break-word;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

        .vc_separator h4 .normal {
            font-size: 12px;
            font-weight: 400
        }

    .vc_separator .vc_sep_holder {
        height: 1px;
        position: relative;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 10%
    }

        .vc_separator .vc_sep_holder .vc_sep_line {
            height: 1px;
            border-top: 1px solid #EBEBEB;
            display: block;
            position: relative;
            top: 1px;
            width: 100%
        }

    .vc_separator.vc_separator_align_left .vc_sep_holder.vc_sep_holder_l,
    .vc_separator.vc_separator_align_right .vc_sep_holder.vc_sep_holder_r {
        display: none
    }

    .vc_separator.vc_separator_align_center h4 {
        padding: 0 .8em
    }

    .vc_separator.vc_separator_align_left h4 {
        padding: 0 .8em 0 0
    }

    .vc_separator.vc_separator_align_right h4 {
        padding: 0 0 0 .8em;
        margin: 0 !important
    }

    .vc_separator.vc_sep_double {
        height: 3px
    }

        .vc_separator.vc_sep_double .vc_sep_line {
            border-bottom: 1px solid #EBEBEB;
            border-top: 1px solid #EBEBEB;
            height: 3px
        }

    .vc_separator.vc_sep_dashed .vc_sep_line {
        border-top-style: dashed
    }

    .vc_separator.vc_sep_dotted .vc_sep_line {
        border-top-style: dotted
    }

    .vc_separator.vc_sep_shadow .vc_sep_line {
        border: none;
        position: relative;
        height: 20px;
        top: 0;
        overflow: hidden
    }

        .vc_separator.vc_sep_shadow .vc_sep_line::after {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: -20px;
            right: 0;
            height: 10px;
            border-radius: 100%
        }

    .vc_separator.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
        right: -100%;
        box-shadow: 10px 10px 10px 1px
    }

    .vc_separator.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
        left: -100%;
        box-shadow: -10px 10px 10px 1px
    }

    .vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_l {
        width: 100%
    }

    .vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_r {
        display: none
    }

    .vc_separator .vc_icon_element {
        margin-bottom: 0
    }

        .vc_separator .vc_icon_element:not(.vc_icon_element-have-style) + h4 {
            padding-left: 0
        }

        .vc_separator .vc_icon_element:not(.vc_icon_element-have-style) .vc_icon_element-size-xl {
            margin-left: .8em;
            margin-right: .8em
        }

    .vc_separator.vc_separator-has-text.vc_separator_align_center .vc_icon_element.vc_icon_element-have-style,
    .vc_separator.vc_separator-has-text.vc_separator_align_right .vc_icon_element.vc_icon_element-have-style {
        margin-left: .8em
    }

    .vc_separator.vc_separator_align_left .vc_icon_element.vc_icon_element-have-style + h4 {
        padding-left: .8em
    }

    .vc_separator.vc_sep_border_width_1 .vc_sep_holder .vc_sep_line {
        border-top-width: 1px
    }

    .vc_separator.vc_sep_border_width_1.vc_sep_double .vc_sep_holder .vc_sep_line {
        border-bottom-width: 1px;
        top: 0
    }

    .vc_separator.vc_sep_border_width_1.vc_sep_shadow .vc_sep_line {
        top: 0
    }

    .vc_separator.vc_sep_border_width_1.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
        box-shadow: 10px 10px 10px 1px
    }

    .vc_separator.vc_sep_border_width_1.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
        box-shadow: -10px 10px 10px 1px
    }

    .vc_separator.vc_sep_border_width_2 .vc_sep_holder .vc_sep_line {
        border-top-width: 2px
    }

    .vc_separator.vc_sep_border_width_2.vc_sep_double .vc_sep_holder .vc_sep_line {
        border-bottom-width: 2px;
        top: -1px
    }

    .vc_separator.vc_sep_border_width_2.vc_sep_shadow .vc_sep_line {
        top: -1px
    }

    .vc_separator.vc_sep_border_width_2.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
        box-shadow: 10px 10px 10px 2px
    }

    .vc_separator.vc_sep_border_width_2.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
        box-shadow: -10px 10px 10px 2px
    }

    .vc_separator.vc_sep_border_width_3 .vc_sep_holder .vc_sep_line {
        border-top-width: 3px
    }

    .vc_separator.vc_sep_border_width_3.vc_sep_double .vc_sep_holder .vc_sep_line {
        border-bottom-width: 3px;
        top: -1px
    }

    .vc_separator.vc_sep_border_width_3.vc_sep_shadow .vc_sep_line {
        top: -1px
    }

    .vc_separator.vc_sep_border_width_3.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
        box-shadow: 10px 10px 10px 3px
    }

    .vc_separator.vc_sep_border_width_3.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
        box-shadow: -10px 10px 10px 3px
    }

    .vc_separator.vc_sep_border_width_4 .vc_sep_holder .vc_sep_line {
        border-top-width: 4px
    }

    .vc_separator.vc_sep_border_width_4.vc_sep_double .vc_sep_holder .vc_sep_line {
        border-bottom-width: 4px;
        top: -2px
    }

    .vc_separator.vc_sep_border_width_4.vc_sep_shadow .vc_sep_line {
        top: -2px
    }

    .vc_separator.vc_sep_border_width_4.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
        box-shadow: 10px 10px 10px 4px
    }

    .vc_separator.vc_sep_border_width_4.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
        box-shadow: -10px 10px 10px 4px
    }

    .vc_separator.vc_sep_border_width_5 .vc_sep_holder .vc_sep_line {
        border-top-width: 5px
    }

    .vc_separator.vc_sep_border_width_5.vc_sep_double .vc_sep_holder .vc_sep_line {
        border-bottom-width: 5px;
        top: -2px
    }

    .vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_line {
        top: -2px
    }

    .vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
        box-shadow: 10px 10px 10px 5px
    }

    .vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
        box-shadow: -10px 10px 10px 5px
    }

    .vc_separator.vc_sep_border_width_6 .vc_sep_holder .vc_sep_line {
        border-top-width: 6px
    }

    .vc_separator.vc_sep_border_width_6.vc_sep_double .vc_sep_holder .vc_sep_line {
        border-bottom-width: 6px;
        top: -3px
    }

    .vc_separator.vc_sep_border_width_6.vc_sep_shadow .vc_sep_line {
        top: -3px
    }

    .vc_separator.vc_sep_border_width_6.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
        box-shadow: 10px 10px 10px 6px
    }

    .vc_separator.vc_sep_border_width_6.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
        box-shadow: -10px 10px 10px 6px
    }

    .vc_separator.vc_sep_border_width_7 .vc_sep_holder .vc_sep_line {
        border-top-width: 7px
    }

    .vc_separator.vc_sep_border_width_7.vc_sep_double .vc_sep_holder .vc_sep_line {
        border-bottom-width: 7px;
        top: -3px
    }

    .vc_separator.vc_sep_border_width_7.vc_sep_shadow .vc_sep_line {
        top: -3px
    }

    .vc_separator.vc_sep_border_width_7.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
        box-shadow: 10px 10px 10px 7px
    }

    .vc_separator.vc_sep_border_width_7.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
        box-shadow: -10px 10px 10px 7px
    }

    .vc_separator.vc_sep_border_width_8 .vc_sep_holder .vc_sep_line {
        border-top-width: 8px
    }

    .vc_separator.vc_sep_border_width_8.vc_sep_double .vc_sep_holder .vc_sep_line {
        border-bottom-width: 8px;
        top: -4px
    }

    .vc_separator.vc_sep_border_width_8.vc_sep_shadow .vc_sep_line {
        top: -4px
    }

    .vc_separator.vc_sep_border_width_8.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
        box-shadow: 10px 10px 10px 8px
    }

    .vc_separator.vc_sep_border_width_8.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
        box-shadow: -10px 10px 10px 8px
    }

    .vc_separator.vc_sep_border_width_9 .vc_sep_holder .vc_sep_line {
        border-top-width: 9px
    }

    .vc_separator.vc_sep_border_width_9.vc_sep_double .vc_sep_holder .vc_sep_line {
        border-bottom-width: 9px;
        top: -4px
    }

    .vc_separator.vc_sep_border_width_9.vc_sep_shadow .vc_sep_line {
        top: -4px
    }

    .vc_separator.vc_sep_border_width_9.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
        box-shadow: 10px 10px 10px 9px
    }

    .vc_separator.vc_sep_border_width_9.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
        box-shadow: -10px 10px 10px 9px
    }

    .vc_separator.vc_sep_border_width_10 .vc_sep_holder .vc_sep_line {
        border-top-width: 10px
    }

    .vc_separator.vc_sep_border_width_10.vc_sep_double .vc_sep_holder .vc_sep_line {
        border-bottom-width: 10px;
        top: -5px
    }

    .vc_separator.vc_sep_border_width_10.vc_sep_shadow .vc_sep_line {
        top: -5px
    }

    .vc_separator.vc_sep_border_width_10.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
        box-shadow: 10px 10px 10px 10px
    }

    .vc_separator.vc_sep_border_width_10.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
        box-shadow: -10px 10px 10px 10px
    }

    .vc_separator.vc_sep_color_blue .vc_sep_line {
        border-color: #5472D2
    }

    .vc_separator.vc_sep_color_blue.vc_sep_shadow .vc_sep_holder {
        color: #5472D2
    }

    .vc_separator.vc_sep_color_turquoise .vc_sep_line {
        border-color: #00C1CF
    }

    .vc_separator.vc_sep_color_turquoise.vc_sep_shadow .vc_sep_holder {
        color: #00C1CF
    }

    .vc_separator.vc_sep_color_pink .vc_sep_line {
        border-color: #FE6C61
    }

    .vc_separator.vc_sep_color_pink.vc_sep_shadow .vc_sep_holder {
        color: #FE6C61
    }

    .vc_separator.vc_sep_color_violet .vc_sep_line {
        border-color: #8D6DC4
    }

    .vc_separator.vc_sep_color_violet.vc_sep_shadow .vc_sep_holder {
        color: #8D6DC4
    }

    .vc_separator.vc_sep_color_peacoc .vc_sep_line {
        border-color: #4CADC9
    }

    .vc_separator.vc_sep_color_peacoc.vc_sep_shadow .vc_sep_holder {
        color: #4CADC9
    }

    .vc_separator.vc_sep_color_chino .vc_sep_line {
        border-color: #CEC2AB
    }

    .vc_separator.vc_sep_color_chino.vc_sep_shadow .vc_sep_holder {
        color: #CEC2AB
    }

    .vc_separator.vc_sep_color_mulled_wine .vc_sep_line {
        border-color: #50485B
    }

    .vc_separator.vc_sep_color_mulled_wine.vc_sep_shadow .vc_sep_holder {
        color: #50485B
    }

    .vc_separator.vc_sep_color_vista_blue .vc_sep_line {
        border-color: #75D69C
    }

    .vc_separator.vc_sep_color_vista_blue.vc_sep_shadow .vc_sep_holder {
        color: #75D69C
    }

    .vc_separator.vc_sep_color_black .vc_sep_line {
        border-color: #2A2A2A
    }

    .vc_separator.vc_sep_color_black.vc_sep_shadow .vc_sep_holder {
        color: #2A2A2A
    }

    .vc_separator.vc_sep_color_grey .vc_sep_line {
        border-color: #EBEBEB
    }

    .vc_separator.vc_sep_color_grey.vc_sep_shadow .vc_sep_holder {
        color: #EBEBEB
    }

    .vc_separator.vc_sep_color_orange .vc_sep_line {
        border-color: #F7BE68
    }

    .vc_separator.vc_sep_color_orange.vc_sep_shadow .vc_sep_holder {
        color: #F7BE68
    }

    .vc_separator.vc_sep_color_sky .vc_sep_line {
        border-color: #5AA1E3
    }

    .vc_separator.vc_sep_color_sky.vc_sep_shadow .vc_sep_holder {
        color: #5AA1E3
    }

    .vc_separator.vc_sep_color_green .vc_sep_line {
        border-color: #6DAB3C
    }

    .vc_separator.vc_sep_color_green.vc_sep_shadow .vc_sep_holder {
        color: #6DAB3C
    }

    .vc_separator.vc_sep_color_juicy_pink .vc_sep_line {
        border-color: #F4524D
    }

    .vc_separator.vc_sep_color_juicy_pink.vc_sep_shadow .vc_sep_holder {
        color: #F4524D
    }

    .vc_separator.vc_sep_color_sandy_brown .vc_sep_line {
        border-color: #F79468
    }

    .vc_separator.vc_sep_color_sandy_brown.vc_sep_shadow .vc_sep_holder {
        color: #F79468
    }

    .vc_separator.vc_sep_color_purple .vc_sep_line {
        border-color: #B97EBB
    }

    .vc_separator.vc_sep_color_purple.vc_sep_shadow .vc_sep_holder {
        color: #B97EBB
    }

    .vc_separator.vc_sep_color_white .vc_sep_line {
        border-color: #FFF
    }

    .vc_separator.vc_sep_color_white.vc_sep_shadow .vc_sep_holder {
        color: #FFF
    }

.vc_text_separator,
.wpb_separator {
    border-bottom: 1px solid #EBEBEB;
    clear: both;
    height: 1px
}

.vc_sep_width_10 {
    width: 10%
}

.vc_sep_width_20 {
    width: 20%
}

.vc_sep_width_30 {
    width: 30%
}

.vc_sep_width_40 {
    width: 40%
}

.vc_sep_width_50 {
    width: 50%
}

.vc_sep_width_60 {
    width: 60%
}

.vc_sep_width_70 {
    width: 70%
}

.vc_sep_width_80 {
    width: 80%
}

.vc_sep_width_90 {
    width: 90%
}

.vc_sep_width_100,
.wpb_single_image img.vc_img-placeholder {
    width: 100%
}

.vc_sep_pos_align_center {
    margin-left: auto;
    margin-right: auto
}

.vc_sep_pos_align_left {
    margin-left: 0;
    margin-right: auto
}

.vc_sep_pos_align_right {
    margin-left: auto;
    margin-right: 0
}

.vc_text_separator div {
    display: inline-block;
    background-color: #FFF;
    padding: 1px 1em;
    position: relative;
    top: -9px
}

.separator_align_left {
    text-align: left
}

.separator_align_right {
    text-align: right
}

.vc-zigzag-wrapper {
    text-align: center
}

    .vc-zigzag-wrapper.vc-zigzag-align-left {
        text-align: left
    }

    .vc-zigzag-wrapper.vc-zigzag-align-right {
        text-align: right
    }

.vc-zigzag-inner {
    display: inline-block
}

.wpb_single_image a {
    border: none;
    outline: 0
}

.wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top
}

.wpb_single_image .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

    .wpb_single_image .vc_single_image-wrapper.vc_box_rounded,
    .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
        border-radius: 4px;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .wpb_single_image .vc_single_image-wrapper.vc_box_outline,
    .wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle {
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 6px;
        border: 1px solid #EBEBEB
    }

        .wpb_single_image .vc_single_image-wrapper.vc_box_outline img,
        .wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img {
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: 1px solid #EBEBEB
        }

    .wpb_single_image .vc_single_image-wrapper.vc_box_border,
    .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle {
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 6px;
        border: none
    }

        .wpb_single_image .vc_single_image-wrapper.vc_box_border img,
        .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img {
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: none
        }

    .wpb_single_image .vc_single_image-wrapper.vc_box_shadow,
    .wpb_single_image .vc_single_image-wrapper.vc_box_shadow img,
    .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border,
    .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img,
    .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle,
    .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img,
    .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle,
    .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
        border-radius: 0;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        box-shadow: 0 0 5px rgba(0, 0, 0, .1)
    }

    .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border,
    .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle {
        padding: 6px
    }

    .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d {
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 15px
    }

        .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d img {
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none
        }

    .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle,
    .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img,
    .wpb_single_image .vc_single_image-wrapper.vc_box_circle,
    .wpb_single_image .vc_single_image-wrapper.vc_box_circle img,
    .wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle,
    .wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img,
    .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle,
    .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img,
    .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle,
    .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
        border-radius: 50%;
        -webkit-box-shadow: none;
        box-shadow: none;
        overflow: hidden
    }

        .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle,
        .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img,
        .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle,
        .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
            -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
            box-shadow: 0 0 5px rgba(0, 0, 0, .1)
        }

.wpb_single_image.vc_align_center {
    text-align: center
}

.wpb_single_image.vc_align_right {
    text-align: right
}

.wpb_single_image.vc_align_left {
    text-align: left
}

.wpb_single_image .vc_box_shadow_3d {
    position: relative;
    z-index: 0;
    display: inline-block;
    max-width: 100%
}

    .wpb_single_image .vc_box_shadow_3d:after,
    .wpb_single_image .vc_box_shadow_3d:before {
        content: "";
        position: absolute;
        -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, .6);
        box-shadow: 0 15px 10px rgba(0, 0, 0, .6);
        left: 5px;
        right: 50%;
        bottom: 8px;
        height: 30%;
        z-index: -1;
        border-radius: inherit;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: skewY(-6deg);
        -ms-transform: skewY(-6deg);
        transform: skewY(-6deg)
    }

    .wpb_single_image .vc_box_shadow_3d:after {
        left: 50%;
        right: 5px;
        -webkit-transform: skewY(6deg);
        -ms-transform: skewY(6deg);
        transform: skewY(6deg);
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

.wpb_single_image .vc_figure {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 100%
}

.wpb_single_image .vc_figure-caption {
    margin-top: .2em;
    font-size: .8em
}

.wpb_single_image .vc_box_outline.vc_box_border_blue,
.wpb_single_image .vc_box_outline_circle.vc_box_border_blue {
    border-color: #5472D2
}

.wpb_single_image .vc_box_border.vc_box_border_blue,
.wpb_single_image .vc_box_border_circle.vc_box_border_blue {
    background-color: #5472D2
}

.wpb_single_image .vc_box_outline.vc_box_border_turquoise,
.wpb_single_image .vc_box_outline_circle.vc_box_border_turquoise {
    border-color: #00C1CF
}

.wpb_single_image .vc_box_border.vc_box_border_turquoise,
.wpb_single_image .vc_box_border_circle.vc_box_border_turquoise {
    background-color: #00C1CF
}

.wpb_single_image .vc_box_outline.vc_box_border_pink,
.wpb_single_image .vc_box_outline_circle.vc_box_border_pink {
    border-color: #FE6C61
}

.wpb_single_image .vc_box_border.vc_box_border_pink,
.wpb_single_image .vc_box_border_circle.vc_box_border_pink {
    background-color: #FE6C61
}

.wpb_single_image .vc_box_outline.vc_box_border_violet,
.wpb_single_image .vc_box_outline_circle.vc_box_border_violet {
    border-color: #8D6DC4
}

.wpb_single_image .vc_box_border.vc_box_border_violet,
.wpb_single_image .vc_box_border_circle.vc_box_border_violet {
    background-color: #8D6DC4
}

.wpb_single_image .vc_box_outline.vc_box_border_peacoc,
.wpb_single_image .vc_box_outline_circle.vc_box_border_peacoc {
    border-color: #4CADC9
}

.wpb_single_image .vc_box_border.vc_box_border_peacoc,
.wpb_single_image .vc_box_border_circle.vc_box_border_peacoc {
    background-color: #4CADC9
}

.wpb_single_image .vc_box_outline.vc_box_border_chino,
.wpb_single_image .vc_box_outline_circle.vc_box_border_chino {
    border-color: #CEC2AB
}

.wpb_single_image .vc_box_border.vc_box_border_chino,
.wpb_single_image .vc_box_border_circle.vc_box_border_chino {
    background-color: #CEC2AB
}

.wpb_single_image .vc_box_outline.vc_box_border_mulled_wine,
.wpb_single_image .vc_box_outline_circle.vc_box_border_mulled_wine {
    border-color: #50485B
}

.wpb_single_image .vc_box_border.vc_box_border_mulled_wine,
.wpb_single_image .vc_box_border_circle.vc_box_border_mulled_wine {
    background-color: #50485B
}

.wpb_single_image .vc_box_outline.vc_box_border_vista_blue,
.wpb_single_image .vc_box_outline_circle.vc_box_border_vista_blue {
    border-color: #75D69C
}

.wpb_single_image .vc_box_border.vc_box_border_vista_blue,
.wpb_single_image .vc_box_border_circle.vc_box_border_vista_blue {
    background-color: #75D69C
}

.wpb_single_image .vc_box_outline.vc_box_border_black,
.wpb_single_image .vc_box_outline_circle.vc_box_border_black {
    border-color: #2A2A2A
}

.wpb_single_image .vc_box_border.vc_box_border_black,
.wpb_single_image .vc_box_border_circle.vc_box_border_black {
    background-color: #2A2A2A
}

.wpb_single_image .vc_box_outline.vc_box_border_grey,
.wpb_single_image .vc_box_outline_circle.vc_box_border_grey {
    border-color: #EBEBEB
}

.wpb_single_image .vc_box_border.vc_box_border_grey,
.wpb_single_image .vc_box_border_circle.vc_box_border_grey {
    background-color: #EBEBEB
}

.wpb_single_image .vc_box_outline.vc_box_border_orange,
.wpb_single_image .vc_box_outline_circle.vc_box_border_orange {
    border-color: #F7BE68
}

.wpb_single_image .vc_box_border.vc_box_border_orange,
.wpb_single_image .vc_box_border_circle.vc_box_border_orange {
    background-color: #F7BE68
}

.wpb_single_image .vc_box_outline.vc_box_border_sky,
.wpb_single_image .vc_box_outline_circle.vc_box_border_sky {
    border-color: #5AA1E3
}

.wpb_single_image .vc_box_border.vc_box_border_sky,
.wpb_single_image .vc_box_border_circle.vc_box_border_sky {
    background-color: #5AA1E3
}

.wpb_single_image .vc_box_outline.vc_box_border_green,
.wpb_single_image .vc_box_outline_circle.vc_box_border_green {
    border-color: #6DAB3C
}

.wpb_single_image .vc_box_border.vc_box_border_green,
.wpb_single_image .vc_box_border_circle.vc_box_border_green {
    background-color: #6DAB3C
}

.wpb_single_image .vc_box_outline.vc_box_border_juicy_pink,
.wpb_single_image .vc_box_outline_circle.vc_box_border_juicy_pink {
    border-color: #F4524D
}

.wpb_single_image .vc_box_border.vc_box_border_juicy_pink,
.wpb_single_image .vc_box_border_circle.vc_box_border_juicy_pink {
    background-color: #F4524D
}

.wpb_single_image .vc_box_outline.vc_box_border_sandy_brown,
.wpb_single_image .vc_box_outline_circle.vc_box_border_sandy_brown {
    border-color: #F79468
}

.wpb_single_image .vc_box_border.vc_box_border_sandy_brown,
.wpb_single_image .vc_box_border_circle.vc_box_border_sandy_brown {
    background-color: #F79468
}

.wpb_single_image .vc_box_outline.vc_box_border_purple,
.wpb_single_image .vc_box_outline_circle.vc_box_border_purple {
    border-color: #B97EBB
}

.wpb_single_image .vc_box_border.vc_box_border_purple,
.wpb_single_image .vc_box_border_circle.vc_box_border_purple {
    background-color: #B97EBB
}

.wpb_single_image .vc_box_outline.vc_box_border_white,
.wpb_single_image .vc_box_outline_circle.vc_box_border_white {
    border-color: #FFF
}

.wpb_single_image .vc_box_border.vc_box_border_white,
.wpb_single_image .vc_box_border_circle.vc_box_border_white {
    background-color: #FFF
}

.vc_icon_element {
    line-height: 0;
    font-size: 14px;
    margin-bottom: 35px
}

    .vc_icon_element.vc_icon_element-outer {
        box-sizing: border-box;
        text-align: center
    }

        .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
            text-align: left
        }

        .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center {
            text-align: center
        }

        .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-right {
            text-align: right
        }

        .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
            text-align: center;
            display: inline-block;
            border: 2px solid transparent;
            width: 4em;
            height: 4em;
            box-sizing: content-box;
            position: relative
        }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
                font-size: 2.15em;
                font-style: normal;
                font-weight: 400;
                line-height: 1 !important;
                font-size-adjust: none;
                font-stretch: normal;
                -webkit-font-feature-settings: normal;
                font-feature-settings: normal;
                -webkit-font-language-override: normal;
                font-language-override: normal;
                -webkit-font-kerning: auto;
                font-kerning: auto;
                font-synthesis: weight style;
                font-variant: normal;
                text-rendering: auto;
                display: inline-block;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%)
            }

                .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
                    font-style: normal;
                    font-weight: 400;
                    display: inline-block;
                    text-decoration: inherit;
                    width: inherit;
                    height: inherit;
                    font-size: 1em;
                    text-align: center;
                    text-rendering: optimizelegibility
                }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_gitem-link,
            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-link {
                width: 100%;
                height: 100%;
                display: block;
                position: absolute;
                top: 0;
                box-sizing: content-box;
                border: none
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs {
                max-width: 100% !important;
                line-height: 1.2em !important
            }

                .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs.vc_icon_element-have-style-inner {
                    width: 2.5em !important;
                    height: 2.5em !important
                }

                .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs .vc_icon_element-icon {
                    font-size: 1.2em !important
                }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm {
                max-width: 100% !important;
                line-height: 1.6em !important
            }

                .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm.vc_icon_element-have-style-inner {
                    width: 3.15em !important;
                    height: 3.15em !important
                }

                .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm .vc_icon_element-icon {
                    font-size: 1.6em !important
                }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md {
                max-width: 100% !important;
                line-height: 2.15em !important
            }

                .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner {
                    width: 4em !important;
                    height: 4em !important
                }

                .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
                    font-size: 2.15em !important
                }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg {
                max-width: 100% !important;
                line-height: 2.85em !important
            }

                .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-have-style-inner {
                    width: 5em !important;
                    height: 5em !important
                }

                .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon {
                    font-size: 2.85em !important
                }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl {
                max-width: 100% !important;
                line-height: 5em !important
            }

                .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl.vc_icon_element-have-style-inner {
                    width: 7.15em !important;
                    height: 7.15em !important
                }

                .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
                    font-size: 5em !important
                }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded,
            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded .vc_gitem-link,
            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded .vc_icon_element-link,
            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline,
            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline .vc_gitem-link,
            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline .vc_icon_element-link {
                border-radius: 50%
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less,
            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less .vc_gitem-link,
            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less .vc_icon_element-link,
            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline,
            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline .vc_gitem-link,
            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline .vc_icon_element-link {
                border-radius: 5px
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-blue .vc_icon_element-icon {
                color: #5472D2
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-turquoise .vc_icon_element-icon {
                color: #00C1CF
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-pink .vc_icon_element-icon {
                color: #FE6C61
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-violet .vc_icon_element-icon {
                color: #8D6DC4
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-peacoc .vc_icon_element-icon {
                color: #4CADC9
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-chino .vc_icon_element-icon {
                color: #CEC2AB
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-mulled_wine .vc_icon_element-icon {
                color: #50485B
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-vista_blue .vc_icon_element-icon {
                color: #75D69C
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-black .vc_icon_element-icon {
                color: #2A2A2A
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-grey .vc_icon_element-icon {
                color: #EBEBEB
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-orange .vc_icon_element-icon {
                color: #F7BE68
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-sky .vc_icon_element-icon {
                color: #5AA1E3
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-green .vc_icon_element-icon {
                color: #6DAB3C
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-juicy_pink .vc_icon_element-icon {
                color: #F4524D
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-sandy_brown .vc_icon_element-icon {
                color: #F79468
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-purple .vc_icon_element-icon {
                color: #B97EBB
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-white .vc_icon_element-icon {
                color: #FFF
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-blue.vc_icon_element-outline {
                border-color: #5472D2
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-blue.vc_icon_element-background {
                background-color: #5472D2
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-turquoise.vc_icon_element-outline {
                border-color: #00C1CF
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-turquoise.vc_icon_element-background {
                background-color: #00C1CF
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-pink.vc_icon_element-outline {
                border-color: #FE6C61
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-pink.vc_icon_element-background {
                background-color: #FE6C61
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-violet.vc_icon_element-outline {
                border-color: #8D6DC4
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-violet.vc_icon_element-background {
                background-color: #8D6DC4
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-peacoc.vc_icon_element-outline {
                border-color: #4CADC9
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-peacoc.vc_icon_element-background {
                background-color: #4CADC9
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-chino.vc_icon_element-outline {
                border-color: #CEC2AB
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-chino.vc_icon_element-background {
                background-color: #CEC2AB
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-mulled_wine.vc_icon_element-outline {
                border-color: #50485B
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-mulled_wine.vc_icon_element-background {
                background-color: #50485B
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-vista_blue.vc_icon_element-outline {
                border-color: #75D69C
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-vista_blue.vc_icon_element-background {
                background-color: #75D69C
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-black.vc_icon_element-outline {
                border-color: #2A2A2A
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-black.vc_icon_element-background {
                background-color: #2A2A2A
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-outline {
                border-color: #EBEBEB
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-background {
                background-color: #EBEBEB
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-outline {
                border-color: #F7BE68
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-background {
                background-color: #F7BE68
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sky.vc_icon_element-outline {
                border-color: #5AA1E3
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sky.vc_icon_element-background {
                background-color: #5AA1E3
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-green.vc_icon_element-outline {
                border-color: #6DAB3C
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-green.vc_icon_element-background {
                background-color: #6DAB3C
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-juicy_pink.vc_icon_element-outline {
                border-color: #F4524D
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-juicy_pink.vc_icon_element-background {
                background-color: #F4524D
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sandy_brown.vc_icon_element-outline {
                border-color: #F79468
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sandy_brown.vc_icon_element-background {
                background-color: #F79468
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-purple.vc_icon_element-outline {
                border-color: #B97EBB
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-purple.vc_icon_element-background {
                background-color: #B97EBB
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-outline {
                border-color: #FFF
            }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-background {
                background-color: #FFF
            }

.vc_chart .vc_chart-legend {
    font-size: 14px;
    margin: 0;
    padding: 0
}

    .vc_chart .vc_chart-legend li {
        line-height: 1.3em;
        list-style: none;
        margin: 0 0 .3em;
        min-height: 1.3em
    }

    .vc_chart .vc_chart-legend span {
        border-radius: .3em;
        display: inline-block;
        height: 1.3em;
        left: 0;
        margin-right: .5em;
        vertical-align: middle;
        width: 1.3em
    }

@media (min-width:768px) {
    .vc_chart .vc_chart-legend {
        display: inline-block;
        vertical-align: middle;
        width: 40%
    }

        .vc_chart .vc_chart-legend li {
            margin-left: 1em
        }

    .vc_chart .vc_chart-with-legend {
        display: inline-block;
        vertical-align: middle;
        width: 60%
    }
}

.vc_line-chart .vc_chart-with-legend {
    width: 75%
}

.vc_line-chart .vc_chart-legend {
    width: 25%
}

.wpb_single_image .wpb_wrapper .vc_single_image-wrapper .zoomImg {
    border-radius: 0
}

.wpb_single_image [class*='_circle'] .vc-zoom-wrapper {
    border-radius: 50%
}

.wpb_single_image [class*='_rounded'] .vc-zoom-wrapper {
    border-radius: 4px
}

.owl-carousel .owl-animated-out {
    z-index: 0
}

.owl-carousel .owl-animated-in {
    z-index: 1
}

[class*=" vc_arrow-icon-"],
[class^=vc_arrow-icon-] {
    font-family: vc_grid_v1;
    font-style: normal;
    font-weight: 400;
    line-height: 1
}

.vc_arrow-icon-minus:before {
    content: "\e61c"
}

.vc_arrow-icon-plus:before {
    content: "\e61d"
}

.vc_arrow-icon-arrow_down:before {
    content: "\e61e"
}

.vc_arrow-icon-arrow_up:before {
    content: "\e61f"
}

.vc_arrow-icon-arrow_01_left:before {
    content: "\e600"
}

.vc_arrow-icon-arrow_01_right:before {
    content: "\e601"
}

.vc_arrow-icon-arrow_02_left:before {
    content: "\e602"
}

.vc_arrow-icon-arrow_02_right:before {
    content: "\e603"
}

.vc_arrow-icon-arrow_03_left:before {
    content: "\e604"
}

.vc_arrow-icon-arrow_03_right:before {
    content: "\e605"
}

.vc_arrow-icon-arrow_04_left:before {
    content: "\e606"
}

.vc_arrow-icon-arrow_04_right:before {
    content: "\e607"
}

.vc_arrow-icon-arrow_05_left:before {
    content: "\e608"
}

.vc_arrow-icon-arrow_05_right:before {
    content: "\e609"
}

.vc_arrow-icon-arrow_06_left:before {
    content: "\e60a"
}

.vc_arrow-icon-arrow_06_right:before {
    content: "\e60b"
}

.vc_arrow-icon-arrow_07_left:before {
    content: "\e60c"
}

.vc_arrow-icon-arrow_07_right:before {
    content: "\e60d"
}

.vc_arrow-icon-arrow_08_left:before {
    content: "\e60e"
}

.vc_arrow-icon-arrow_08_right:before {
    content: "\e60f"
}

.vc_arrow-icon-arrow_09_left:before {
    content: "\e610"
}

.vc_arrow-icon-arrow_09_right:before {
    content: "\e611"
}

.vc_arrow-icon-arrow_10_left:before {
    content: "\e612"
}

.vc_arrow-icon-arrow_10_right:before {
    content: "\e613"
}

.vc_arrow-icon-arrow_11_left:before {
    content: "\e614"
}

.vc_arrow-icon-arrow_11_right:before {
    content: "\e615"
}

.vc_arrow-icon-arrow_12_left:before {
    content: "\e616"
}

.vc_arrow-icon-arrow_12_right:before {
    content: "\e617"
}

.vc_arrow-icon-navicon:before {
    content: "\f0c9"
}

.wpb_animate_when_almost_visible {
    opacity: 0;
    filter: alpha(opacity=0)
}

    .wpb_animate_when_almost_visible:not(.wpb_start_animation) {
        -webkit-animation: none;
        -o-animation: none;
        animation: none
    }

.top-to-bottom,
.wpb_top-to-bottom {
    -webkit-animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.bottom-to-top,
.wpb_bottom-to-top {
    -webkit-animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.left-to-right,
.wpb_left-to-right {
    -webkit-animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.right-to-left,
.wpb_right-to-left {
    -webkit-animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.appear,
.wpb_appear {
    -webkit-animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.wpb_start_animation {
    opacity: 1;
    filter: alpha(opacity=100)
}

@-webkit-keyframes wpb_ttb {
    0% {
        -webkit-transform: translate(0, -10%);
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-moz-keyframes wpb_ttb {
    0% {
        -moz-transform: translate(0, -10%);
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-o-keyframes wpb_ttb {
    0% {
        -o-transform: translate(0, -10%);
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes wpb_ttb {
    0% {
        -webkit-transform: translate(0, -10%);
        -ms-transform: translate(0, -10%);
        -o-transform: translate(0, -10%);
        transform: translate(0, -10%);
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-webkit-keyframes wpb_btt {
    0% {
        -webkit-transform: translate(0, 10%);
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-moz-keyframes wpb_btt {
    0% {
        -moz-transform: translate(0, 10%);
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-o-keyframes wpb_btt {
    0% {
        -o-transform: translate(0, 10%);
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes wpb_btt {
    0% {
        -webkit-transform: translate(0, 10%);
        -ms-transform: translate(0, 10%);
        -o-transform: translate(0, 10%);
        transform: translate(0, 10%);
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-webkit-keyframes wpb_ltr {
    0% {
        -webkit-transform: translate(-10%, 0);
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-moz-keyframes wpb_ltr {
    0% {
        -moz-transform: translate(-10%, 0);
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-o-keyframes wpb_ltr {
    0% {
        -o-transform: translate(-10%, 0);
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes wpb_ltr {
    0% {
        -webkit-transform: translate(-10%, 0);
        -ms-transform: translate(-10%, 0);
        -o-transform: translate(-10%, 0);
        transform: translate(-10%, 0);
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-webkit-keyframes wpb_rtl {
    0% {
        -webkit-transform: translate(10%, 0);
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-moz-keyframes wpb_rtl {
    0% {
        -moz-transform: translate(10%, 0);
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-o-keyframes wpb_rtl {
    0% {
        -o-transform: translate(10%, 0);
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes wpb_rtl {
    0% {
        -webkit-transform: translate(10%, 0);
        -ms-transform: translate(10%, 0);
        -o-transform: translate(10%, 0);
        transform: translate(10%, 0);
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-webkit-keyframes wpb_appear {
    0% {
        -webkit-transform: scale(.5);
        opacity: .1;
        filter: alpha(opacity=10)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-moz-keyframes wpb_appear {
    0% {
        -moz-transform: scale(.5);
        opacity: .1;
        filter: alpha(opacity=10)
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-o-keyframes wpb_appear {
    0% {
        -o-transform: scale(.5);
        opacity: .1;
        filter: alpha(opacity=10)
    }

    100% {
        -o-transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes wpb_appear {
    0% {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5);
        opacity: .1;
        filter: alpha(opacity=10)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

.vc-spinner::before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    pointer-events: none;
    margin-top: 6px;
    background: url(data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==) no-repeat;
    background-position-x: center;
    background-position-y: center
}

.vc-spinner.vc-spinner-complete::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAPFBMVEUAAABoul06fzRpul43fDFIkEBdq1M1eS9TnkpNlkVltVpltltao1KDyniLz39mrlxrs2E9gjd3vmtGjT/DtP/IAAAAEnRSTlMARP08/nxsB5AJ5Ob///////6z6mnmAAAAVUlEQVR42pXJWxZAMAxF0UKjyKs1/7nqyopSvtyv7JPwbym+rBJ7M2F8WJgxL/UaoPe0FzATjvbfiBGSkDusUphU3VZQmdxXkerZ7OVAdyvZfZfm707yDQPqc5anYQAAAABJRU5ErkJggg==)
}

.vc-spinner.vc-spinner-failed::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAAH6Nf8rAAAA0ElEQVQY01XQW0oDQRAF0NNDQMTEzSh5ga/gnrqXMLMc/ZaRKKhB/MlS4iMISvtTgVhfxa37KG6qJY9wM8AtLv2fWnLdLWNoUGvJmwGWOEu15CmeMUGPJoXmCz8YYa6W3O85j2vJo1RL3uIXC6ww28k3IR2ntnttasmzAN4jXYMnnKa2Ow5Vn2rJS5xji6vUdqs4TnCPQyx3OVPc4SisRcwnrlPbvaS9tydBHgb0EaQVpFryPFo4CIcLVDxEwjcWA6zxiJLa7m2v9WEt+QQt1n/aGFSbz0Ke8wAAAABJRU5ErkJggg==)
}

.vc_row.vc_row-flex > .span_12 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width:1000px) {
    .vc_row.vc_row-flex > .span_12,
    .vc_row.vc_row-flex > .span_12 > .vc_column_container,
    .vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12,
    .vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container,
    .vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12,
    .vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.vc_row.vc_row-flex > .span_12,
.vc_row.vc_row-flex > .span_12 > .vc_column_container,
.vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12,
.vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container,
.vc_row.vc_row-o-equal-height > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .column_container > .column-inner-wrap,
.vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12,
.vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container,
.vc_row.vc_row-o-equal-height > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .column_container > .column-inner-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .vc_row.vc_row-flex > .span_12 > .vc_vc_column,
    .vc_row.vc_row-flex > .span_12 > .vc_vc_column_inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .vc_row.vc_row-flex > .span_12 > .vc_column_container > .wpb_wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .vc_row.vc_row-flex > .span_12 > .vc_column_container > .wpb_wrapper {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

@media (-ms-high-contrast:active), (-ms-high-contrast:none) {
    .vc_row.vc_row-flex > .vc_column_container > .vc_column-inner > * {
        min-height: 1em
    }
}

.vc_row.vc_row-flex > .span_12 > .vc_vc_column > .vc_column_container,
.vc_row.vc_row-flex > .span_12 > .vc_vc_column_inner > .vc_column_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.vc_row.vc_row-flex > .span_12 > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-flex > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
.wpb_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container > .vc_column-inner,
.wpb_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
.vc_row.vc_row-o-equal-height .full-page-inner > .span_12 > .col .wpb_row > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
.wpb_row.vc_row-flex > .fp-tableCell .fp-scrollable > .fp-scroller > .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container > .vc_column-inner,
.wpb_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container > .vc_column-inner,
.wpb_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
.vc_row.vc_row-o-equal-height .full-page-inner > .span_12 > .col .wpb_row > .container > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
.wpb_row.vc_row-flex > .fp-tableCell .fp-scrollable > .fp-scroller .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container > .vc_column-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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;
}

.vc_row.vc_row-o-equal-height > .span_12 > .vc_column_container,
.vc_row.vc_row-o-equal-height > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container,
.vc_row.vc_row-o-equal-height > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .column_container > .column-inner-wrap,
.vc_row.vc_row-o-equal-height .full-page-inner > .span_12 > .col .wpb_row > .span_12 > .vc_column_container > .column-inner-wrap,
.vc_row.vc_row-o-equal-height > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container,
.vc_row.vc_row-o-equal-height > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .column_container > .column-inner-wrap,
.vc_row.vc_row-o-equal-height .full-page-inner > .container > .span_12 > .col .wpb_row > .span_12 > .vc_column_container > .column-inner-wrap,
.vc_row.vc_row-flex > .span_12 > .vc_column_container > .column-inner-wrap {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.vc_row.vc_row-o-content-top > .span_12 > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-top > .span_12 > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-top > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-top > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-top > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-top > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .vc_vc_column > .vc_column_container,
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .vc_vc_column_inner > .vc_column_container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .vc_vc_column > .vc_column_container,
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .vc_vc_column_inner > .vc_column_container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.vc_row.vc_row-o-content-middle > .span_12 > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-middle > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
.vc_row.vc_row-o-content-middle > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-middle > .fp-tableCell .fp-scrollable > .fp-scroller .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container > .vc_column-inner,
.full-page-inner > .span_12 > .col .vc_row.vc_row-o-content-middle > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
.vc_row.vc_row-flex > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
.vc_row.vc_row-o-content-middle > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
.vc_row.vc_row-o-content-middle > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-middle > .fp-tableCell .fp-scrollable > .fp-scroller .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container > .vc_column-inner,
.full-page-inner > .container > .span_12 > .col .vc_row.vc_row-o-content-middle > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.vc_row.vc_row-o-content-bottom > .span_12 > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-bottom > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
.vc_row.vc_row-o-content-bottom > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-bottom > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container > .vc_column-inner,
.full-page-inner > .span_12 > .col .vc_row.vc_row-o-content-bottom > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
.vc_row.vc_row-o-content-bottom > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
.vc_row.vc_row-o-content-bottom > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-bottom > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container > .vc_column-inner,
.full-page-inner > .container > .span_12 > .col .vc_row.vc_row-o-content-bottom > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_vc_column > .vc_column_container,
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_vc_column_inner > .vc_column_container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1000px) {
    .vc_row.vc_row-flex > .span_12,
    .vc_row.vc_row-flex > .span_12 > .vc_column_container,
    .vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12,
    .vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container,
    .vc_row.vc_row-o-equal-height > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .column_container > .column-inner-wrap,
    .vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12,
    .vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container,
    .vc_row.vc_row-o-equal-height > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .column_container > .column-inner-wrap,
    .vc_row.vc_row-flex > .span_12 > .vc_column_container > .vc_column-inner,
    .vc_row.vc_row-flex > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
    .wpb_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container > .vc_column-inner,
    .wpb_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
    .vc_row.vc_row-o-equal-height .full-page-inner > .span_12 > .col .wpb_row > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
    .wpb_row.vc_row-flex > .fp-tableCell .fp-scrollable > .fp-scroller > .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container > .vc_column-inner,
    .wpb_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container > .vc_column-inner,
    .wpb_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
    .vc_row.vc_row-o-equal-height .full-page-inner > .span_12 > .col .wpb_row > .container > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
    .wpb_row.vc_row-flex > .fp-tableCell .fp-scrollable > .fp-scroller .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container > .vc_column-inner {
        display: block;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 690px) {
    .vc_row.vc_row-flex > .span_12,
    .vc_row.vc_row-flex > .span_12 > .vc_column_container.one-fourths,
    .vc_row.vc_row-flex > .span_12 > .vc_column_container.one-fourths > .vc_column-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.vc_row.vc_row-o-columns-stretch.vc_row-o-full-height > .span_12 {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.vc_row.vc_row-o-columns-top.vc_row-o-full-height > .span_12 {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.vc_row.vc_row-o-columns-bottom.vc_row-o-full-height > .span_12 {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.vc_row.vc_row-o-columns-middle.vc_row-o-full-height > .span_12 {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.vc_row.vc_row-o-columns-bottom > .span_12::after,
.vc_row.vc_row-o-columns-middle > .span_12::after,
.vc_row.vc_row-o-columns-top > .span_12::after {
    content: '';
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
}

.vc_row.vc_row-flex.vc_row-o-full-height > .span_12 {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}


/*!
 * Font Awesome Free 5.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(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-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

: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: 2em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-haykal:before {
    content: "\f666"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-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-random:before {
    content: "\f074"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-rendact:before {
    content: "\f3e4"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-train:before {
    content: "\f238"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.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-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    src: url(../../../plugins/teampress/css/font-awesome/webfonts/fa-brands-400.eot);
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

.far {
    font-weight: 400
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
    font-weight: 900
}

.glightbox-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    overflow-scrolling: touch
}

    .glightbox-container.inactive {
        display: none
    }

    .glightbox-container .gcontainer {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 9999
    }

    .glightbox-container .gslider {
        -webkit-transition: -webkit-transform .4s ease;
        transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
        position: absolute
    }

    .glightbox-container .gslide {
        height: 100%;
        width: 100%;
        position: absolute;
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

        .glightbox-container .gslide.current {
            opacity: 1;
            z-index: 99999
        }

        .glightbox-container .gslide.prev {
            opacity: 1;
            z-index: 9999
        }

    .glightbox-container .gslide-inner-content {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .glightbox-container .ginner-container {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%
    }

        .glightbox-container .ginner-container.desc-bottom,
        .glightbox-container .ginner-container.desc-top {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

        .glightbox-container .ginner-container.desc-left,
        .glightbox-container .ginner-container.desc-right {
            max-width: 100% !important
        }

.gslide iframe,
.gslide video {
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
    outline: none !important;
    border: none;
    min-height: 165px;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -ms-touch-action: auto;
    touch-action: auto
}

.gslide-image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .gslide-image img {
        max-height: 100vh;
        display: block;
        max-width: 100%;
        margin: 0;
        padding: 0;
        float: none;
        outline: none;
        border: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: auto;
        width: initial
    }

.gslide-video {
    width: 100%;
    height: auto;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: auto;
    position: relative
}

    .gslide-video:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(255, 0, 0, .34);
        display: none
    }

    .gslide-video.playing:before {
        display: none
    }

    .gslide-video .jw-media,
    .gslide-video .jw-video {
        position: relative !important
    }

    .gslide-video .jwplayer {
        max-width: 100vw;
        width: 100vh;
        height: auto !important
    }

    .gslide-video .jwplayer,
    .gslide-video .box-emboss {
        outline: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: none !important
    }

        .gslide-video .jwplayer .btnd:active,
        .gslide-video .jwplayer .btnd:focus,
        .gslide-video .jwplayer .btnd.active,
        .gslide-video .box-emboss .btnd:active,
        .gslide-video .box-emboss .btnd:focus,
        .gslide-video .box-emboss .btnd.active {
            background-image: none;
            outline: 0;
            -webkit-box-shadow: none;
            box-shadow: none
        }

    .gslide-video object {
        position: absolute;
        top: 0;
        left: 0
    }

.gslide-inline {
    background: #fff;
    padding: 20px;
    text-align: left;
    max-height: 62vh;
    overflow: auto
}

.ginlined-content {
    overflow: auto;
    display: block !important;
    opacity: 1
}

.gslide-external {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 100%;
    background: #fff;
    padding: 0;
    overflow: auto;
    max-height: 62vh
}

.gslide-media {
    display: block;
    width: auto
}

.gslide-description.left-position,
.gslide-description.right-position {
    padding: 30px;
    background: #fff;
    max-width: 300px;
    min-width: 190px
}

.gslide-description .bottom-position,
.gslide-description .top-position {
    padding: 30px;
    background: #fff;
    width: 100%;
    display: inline-block;
    min-width: 190px
}

.gslide-description.description-left,
.gslide-description.description-right {
    max-width: 100%
}

.gslide-description p {
    margin-bottom: 12px
}

    .gslide-description p::last-child {
        margin-bottom: 0
    }

.glightbox-mobile .glightbox-container .gslide-description {
    background: 0 0;
    position: absolute;
    padding: 19px 11px;
    max-width: 100vw !important;
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .75)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .75) 100%);
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.glightbox-mobile .glightbox-container .gslide-title {
    color: #fff;
    font-size: 1em
}

.glightbox-mobile .glightbox-container .gslide-desc {
    color: #a1a1a1
}

    .glightbox-mobile .glightbox-container .gslide-desc a {
        color: #fff;
        font-weight: 700
    }

    .glightbox-mobile .glightbox-container .gslide-desc .desc-more {
        color: #fff;
        opacity: .4
    }

.gdesc-open .gslide-media {
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: .4
}

.gdesc-open .gslide-description {
    padding-bottom: 30px
}

.gdesc-closed .gslide-media {
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 1
}

.greset {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.glightbox-desc {
    display: none
}

.glightbox-open {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: auto;
    touch-action: auto;
    height: auto
}

.gloader {
    height: 25px;
    width: 25px;
    -webkit-animation: lightboxLoader .8s infinite linear;
    animation: lightboxLoader .8s infinite linear;
    border: 2px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    display: block;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 47%
}

.goverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000
}

.gprev,
.gnext,
.gclose {
    background-repeat: no-repeat;
    z-index: 99999;
    cursor: pointer;
    width: 26px;
    height: 44px;
    display: block;
    background-position: 0 0
}

    .gprev.disabled,
    .gnext.disabled,
    .gclose.disabled {
        opacity: .1
    }

    .gprev .garrow,
    .gnext .garrow,
    .gclose .garrow {
        stroke: #fff
    }

iframe.wait-autoplay {
    opacity: 0
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
    opacity: 0 !important
}

.glightbox-clean .gslide-description {
    background: #fff;
    padding: 22px 20px
}

div#glightbox-body.exteam-lb {
    font-family: 'Source Sans Pro', sans-serif
}

.glightbox-clean .gslide-title {
    font-size: 1em;
    font-weight: 400;
    font-family: inherit;
    color: #000;
    margin-bottom: 19px;
    line-height: 1.4em
}

.glightbox-clean .gslide-desc {
    font-size: .86em;
    margin-bottom: 0;
    font-family: inherit;
    line-height: 1.4em
}

.glightbox-clean .gslide-video {
    background: #000
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGMAAAA2CAYAAADTeCfRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NThDMEMwNzg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NThDMEMwODg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk1OEMwQzA1ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk1OEMwQzA2ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+htE8KwAAA9BJREFUeNrsm1tIFGEYhndDI4OSLgqkMrKjBXYwCjt40QkpL4pMyoqMgigIgm6iiy66KSwpj2vrucKgpINRRhYRooQkWYEWUkaWERokhVQXbu/QOyDhpjPzz3H/Dx7W1f2+753/3X9mnPnHHwqFfDKcEWPkEEgzZEgzpBkybDbjHLhvIP8GKLNhPILgksEaFaDKKWacAMdAn4Ean8F+kGOxGXFgDyjSmZ8L9oFpurKVU1uBnAr9jZMCah1hrQLBGkciyL7FGvNymXdZb2+RG3GGYo4LrHmINS9abEiZRkMu8PNXjPQVJV4Vc9SEgclm7WqLDSkd5RdBiBGizCihmMMmDkwWe1yz2JBy9g2E+ft5o7smkWZUUMwBCwYmg71u2nQMCZhphFEzaihmt4UDk86e9TYZUsj3OaKNMGJGHcVkWjwoChvZ+7HFfQvZt42vpaJ76Em6SzHbbDBCZR01NFvct519u8yorzXhEcWk2WiESiq1tFrUT901veZrnp1mNFHEWgcYoZJMTe0m98ljn3K+z+f7oB1mtLD5agcZoZJEbZ3Ab0J9deCrwpzSB6004xWbLnegESqJ1NgNok04aFeF+XtA5MF8pA90stkiBxuhkkCtvSBGQL2iEYz415Bys8yIAu/ZZKELjFCJp+Z+EGugTgHrVGq8ClEm2oxZ4CUYAHNcZIRKHOjj6ed8A8eISo15xUaPIcP9spFFk11ohMp0bkOHxrxa5lXo7Ksack9Pvn+YpTqLwS0QDZbxRo+bYgJoBZPAZtCiIVe5QzceZBroXwP8YKfWRH+YdVOx4AOYCOJBt0uMUAz4BGLAVNDjhXvg/bwF2UdTElywLVOoN5o/97hsRv/3HvgAv10fwVuQ6ODtUO45f6HmyaDXi6tDfoMZNKMdJDlwG2ZyN/qVs/mbl5fqDILZoAO8AMkO0j8XvONJhjKLf0TKuqkF4Dl4BlY6QLty1vcGdHE39SvSFrEtBc2gCWywUfcKfjE6eHIxGKkrCleBRvAApNmgOQU8BW2crRG/vDMV1JN0C/WmcmYqZizxeSyMLO/cBG6DOyDDAq3rwRPOyhSfB8PoWtst4DrJMlGnYnwDeMjZ4c0QdGGumhfIsk246LeVtetcfOFyVEQJ8nQv+AkqwThQIqjuDnAV1ILtPo9HlMBaB/kfewCMBfkG6ylL85VnJZSroLt8kRAmTLezOpfUD+W0WQvFnIzfpEePlaeO5oE1OvOVp56+R8KuaWiYZYYMG05tZUgzpBkypBnSDBnSDGmGDGmGDGmGNEOGNEOaIUOa4YH4I8AAM9m8BFEzyDIAAAAASUVORK5CYII=')
}

.glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, .08);
    background-position: 4px 5px;
    position: absolute;
    top: -100%;
    left: 30px;
    width: 38px;
    height: 56px
}

.glightbox-clean .gnext {
    background-color: rgba(0, 0, 0, .08);
    background-position: -27px 5px;
    position: absolute;
    top: -100%;
    right: 30px;
    width: 38px;
    height: 56px
}

.glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, .08);
    width: 35px;
    height: 35px;
    top: 15px;
    right: 10px;
    position: absolute;
    opacity: .7;
    background-position: -59px 2px
}

    .glightbox-clean .gclose:hover {
        opacity: 1
    }

.gfadeIn {
    -webkit-animation: gfadeIn .5s ease;
    animation: gfadeIn .5s ease
}

.gfadeOut {
    -webkit-animation: gfadeOut .5s ease;
    animation: gfadeOut .5s ease
}

.gslideOutLeft {
    -webkit-animation: gslideOutLeft .3s ease;
    animation: gslideOutLeft .3s ease
}

.gslideInLeft {
    -webkit-animation: gslideInLeft .3s ease;
    animation: gslideInLeft .3s ease
}

.gslideOutRight {
    -webkit-animation: gslideOutRight .3s ease;
    animation: gslideOutRight .3s ease
}

.gslideInRight {
    -webkit-animation: gslideInRight .3s ease;
    animation: gslideInRight .3s ease
}

.gzoomIn {
    -webkit-animation: gzoomIn .5s ease;
    animation: gzoomIn .5s ease
}

.gzoomOut {
    -webkit-animation: gzoomOut .5s ease;
    animation: gzoomOut .5s ease
}

@-webkit-keyframes lightboxLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes lightboxLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes gfadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes gfadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes gfadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes gfadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes gslideInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0)
    }

    to {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes gslideInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0)
    }

    to {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes gslideOutLeft {
    from {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0);
        opacity: 0;
        visibility: hidden
    }
}

@keyframes gslideOutLeft {
    from {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0);
        opacity: 0;
        visibility: hidden
    }
}

@-webkit-keyframes gslideInRight {
    from {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes gslideInRight {
    from {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes gslideOutRight {
    from {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
        opacity: 0
    }
}

@keyframes gslideOutRight {
    from {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
        opacity: 0
    }
}

@-webkit-keyframes gzoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 1
    }
}

@keyframes gzoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes gzoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes gzoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@media (min-width:25em) {
    .gslide iframe,
    .gslide video {
        min-width: 0
    }
}

@media (min-width:48em) {
    .glightbox-container .ginner-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .glightbox-container .ginner-container.desc-left .gslide-description,
        .glightbox-container .ginner-container.desc-top .gslide-description {
            -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
            order: 0
        }

        .glightbox-container .ginner-container.desc-left .gslide-media,
        .glightbox-container .ginner-container.desc-top .gslide-media {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1
        }

    .gslide-image img {
        width: auto;
        width: initial;
        max-height: 97vh
    }

    .gslide-video {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 100px;
        height: 100%;
        max-height: 95vh !important
    }

    .gslide-inline {
        max-height: 95vh
    }

    .gslide-external {
        max-height: 95vh
    }

    .gslide-media {
        display: block;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .gslide-description.description-left,
    .gslide-description.description-right {
        max-width: 275px
    }

    .goverlay {
        background: rgba(0, 0, 0, .92)
    }

    .glightbox-clean .ginner-container {
        -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, .65);
        box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, .65)
    }

    .glightbox-clean .gprev {
        top: 45%
    }

    .glightbox-clean .gnext {
        top: 45%
    }
}

@media (min-width:62em) {
    .glightbox-clean .gclose {
        right: 20px
    }
}

.exteam-lb .gslide-inner-content {
    width: 80%;
    max-height: 85%
}

.exteam-lb .ginner-container {
    overflow: hidden;
    max-height: 80vh
}

.exteam-lb {
    color: #101010
}

    .exteam-lb .gslide-description.description-right h3 {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        margin: 3px 0
    }

        .exteam-lb .gslide-description.description-right h3 a {
            color: #00bcd4;
            box-shadow: none
        }

    .exteam-lb .gslide-description.description-right p {
        font-size: 13px;
        margin: 10px 0;
        line-height: 1.6
    }

    .exteam-lb .gslide-description.description-right h5 {
        font-weight: 400;
        margin: 0;
        font-size: 13px;
        text-transform: initial;
        color: #888;
        letter-spacing: 1px;
        margin-top: 3px;
        display: inline-block;
        margin-right: 15px;
        border-right: 2px solid #ddd;
        padding-right: 15px;
        line-height: 1.1
    }

        .exteam-lb .gslide-description.description-right h5:last-of-type {
            border: 0
        }

        .exteam-lb .gslide-description.description-right h5 a {
            color: inherit
        }

        .exteam-lb .gslide-description.description-right h5:first-child {
            color: inherit
        }

    .exteam-lb .ex-social-account .teampress-email {
        display: none
    }

    .exteam-lb .ex-social-account li a {
        background: 0 0;
        color: inherit;
        border: 1px solid #ddd;
        line-height: 33px;
        transition: all .2s
    }

        .exteam-lb .ex-social-account li a:hover {
            background: #00bcd4;
            color: #fff;
            border-color: #00bcd4
        }

.exlightbox {
    cursor: pointer
}

.exteam-lb.glightbox-clean .gslide-description {
    max-height: calc(80vh - 60px);
    overflow: hidden;
    margin: 30px 0;
    padding: 0
}

.exteam-lb.glightbox-clean .gslide-desc {
    margin: 0
}

.exteam-lb .gslide-media {
    display: none
}

.exteam-lb .gnext {
    background-color: rgba(255, 255, 255, .1);
    right: 5%;
    margin-right: -16px;
    margin-top: -28px;
    top: 50%
}

.exteam-lb .gprev {
    background-color: rgba(255, 255, 255, .1);
    left: 5%;
    margin-left: -16px;
    margin-top: -28px;
    top: 50%
}

.ehd-scroll .nicescroll-cursors {
    opacity: 0
}

.exteam-lb .ginner-container.desc-right {
    background: #fff;
    padding: 0 10px 0 30px;
    display: block
}

.exteam-lb.glightbox-container .ginner-container {
    display: block
}

.exteam-lb .gslide-description.description-right {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative
}

.exteam-lb .goverlay {
    background: #1e1e1e
}

.glightbox-clean .gclose {
    background-color: rgba(255, 255, 255, .1)
}

.exteam-lb .exp-lightbox-meta {
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.exteam-lb .ex-social-account {
    margin-top: 10px
}

.exteam-lb .lb-social {
    color: #888;
    margin-bottom: 15px
}

    .exteam-lb .lb-social:empty {
        display: none
    }

.exteam-lb .gslide-description.description-right h5 span {
    padding: 0;
    margin: 0;
    margin-right: 5px;
    display: inline-block
}

.glightbox-mobile .glightbox-container .gslide-description {
    background: 0 0
}

.glightbox-mobile .glightbox-container .gslide-desc a {
    color: inherit
}

.exp-lightbox-info {
    padding-right: 20px
}

    .exp-lightbox-info .lb-image {
        width: 40%;
        display: inline-block;
        float: left
    }

    .exp-lightbox-info .lb-info {
        width: 60%;
        display: inline-block;
        padding: 0 0 0 30px
    }

@media (max-width:767px) {
    .exteam-lb .gslide-description .exp-lightbox-info > div {
        width: 100%;
        max-width: 100%;
        display: block;
        float: left;
        padding-left: 0
    }

    .exp-lightbox-info .lb-image {
        margin-bottom: 15px
    }
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .gslide-image img {
        width: auto;
        width: initial;
        max-height: 400px
    }
}

@supports (-ms-ime-align:auto) {
    .gslide-image img {
        width: auto;
        width: initial;
        max-height: 400px
    }
}

.exclearfix {
    content: "";
    clear: both;
    display: table
}

.ex-tplist *:focus {
    outline: none
}

.ex-tplist {
    color: #101010;
    font-family: 'Source Sans Pro', sans-serif;
    display: inline-block;
    width: 100%;
    font-size: 13px
}

    .ex-tplist.column-3 .item-grid {
        width: 33.33333%;
        display: inline-block;
        float: left;
        padding: 5px
    }

    .ex-tplist .ctgrid {
        margin-left: -5px;
        margin-right: -5px
    }

    .ex-tplist.column-3 .item-grid:nth-child(3n+1) {
        clear: both
    }

    .ex-tplist.column-2 .item-grid {
        width: 50%;
        display: inline-block;
        float: left;
        padding: 5px
    }

        .ex-tplist.column-2 .item-grid:nth-child(2n+1) {
            clear: both
        }

    .ex-tplist.column-4 .item-grid {
        width: 25%;
        display: inline-block;
        float: left;
        padding: 5px
    }

        .ex-tplist.column-4 .item-grid:nth-child(4n+1) {
            clear: both
        }

    .ex-tplist.column-5 .item-grid {
        width: 20%;
        display: inline-block;
        float: left;
        padding: 5px
    }

        .ex-tplist.column-5 .item-grid:nth-child(5n+1) {
            clear: both
        }

.exp-arrow {
    position: relative
}

.ex-tplist h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 3px 0
}

    .ex-tplist a,
    .ex-tplist h3 a {
        color: inherit;
        box-shadow: none
    }

.ex-tplist h5 {
    font-weight: 400;
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #888;
    letter-spacing: 1px
}

.ex-tplist p {
    font-size: inherit;
    margin: 10px 0;
    line-height: 1.6
}

.extp-scale:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.ex-social-account {
    margin: 0;
    padding: 0;
    margin-bottom: -5px;
    display: inline-block
}

    .ex-social-account li {
        list-style: none;
        display: inline-block;
        margin: 0;
        margin-bottom: 5px
    }

        .ex-social-account li a {
            text-decoration: none;
            box-shadow: none;
            background: #444;
            text-align: center;
            line-height: 35px;
            margin: 0 5px 0 0;
            color: #fff;
            width: 35px;
            height: 35px;
            display: inline-block;
            font-size: 13px;
            transition: all .2s
        }

.ex-icon {
    position: relative;
    width: 16px;
    height: 16px;
    margin: 16px
}

    .ex-icon .name {
        width: 32px;
        position: absolute;
        text-align: center;
        top: 18px;
        left: -8px
    }

.ex-icon-plus {
    background-color: #000;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    width: 16px;
    height: 16px;
    position: relative;
    top: 0;
    left: 0
}

    .ex-icon-plus:after {
        background-color: #fff;
        width: 8px;
        height: 2px;
        border-radius: 1px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        position: absolute;
        top: 7px;
        left: 4px;
        content: ""
    }

    .ex-icon-plus:before {
        background-color: #fff;
        width: 2px;
        height: 8px;
        border-radius: 1px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        position: absolute;
        top: 4px;
        left: 7px;
        content: ""
    }

.tpstyle-1 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    color: #2b2b2b;
    text-align: center;
    font-size: inherit;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15)
}

    .tpstyle-1 *,
    .tpstyle-2 *,
    .tpstyle-3 *,
    .tpstyle-4 *,
    .tpstyle-5 *,
    .tpstyle-6 *,
    .tpstyle-7 *,
    .tpstyle-8 *,
    .tpstyle-13 *,
    .tpstyle-14 *,
    .tpstyle-15 *,
    .tpstyle-16 *,
    figure.tpstyle-17 *,
    figure.tpstyle-18 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .tpstyle-1 .tpstyle-1-image {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding: 30px 0 12px
    }

.ex-tplist.column-4 .item-grid .image-bg-circle {
    width: 140px;
    height: 140px
}

.ex-tplist.column-5 .item-grid .image-bg-circle {
    width: 120px;
    height: 120px
}

.tpstyle-1-image .image-bg-circle {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border-radius: 50%;
    background-position: center center;
    background-size: cover
}

.tpstyle-1 figcaption {
    padding: 15px 30px 30px
}

.tpstyle-2,
.tpstyle-13 {
    box-shadow: none;
    color: #141414;
    display: inline-block;
    font-size: inherit;
    line-height: 1.4em;
    position: relative;
    text-align: left;
    width: 100%
}

    .tpstyle-2 .tpstyle-2-image img {
        border-radius: 5px;
        max-width: 100%;
        vertical-align: top;
        float: left
    }

    .tpstyle-2 .ex-social-account {
        text-align: left;
        margin-top: 5px;
        width: 100%
    }

    .tpstyle-2 figcaption {
        margin-top: 15px;
        position: relative;
        width: 100%
    }

        .tpstyle-2 figcaption:after {
            border-color: transparent transparent #333;
            border-style: solid;
            border-width: 0 10px 10px;
            bottom: 100%;
            content: '';
            height: 0;
            left: 32px;
            position: absolute;
            width: 0
        }

    .tpstyle-2 h3,
    .tpstyle-2 h5 {
        text-transform: capitalize
    }

    .tpstyle-2 figcaption {
        background-color: #333;
        color: #fff;
        padding: 25px;
        display: inline-block;
        border-radius: 5px
    }

.tpstyle-3 {
    position: relative;
    float: left;
    width: 100%;
    color: #141414;
    text-align: left;
    line-height: 1.4em;
    font-size: inherit;
    box-shadow: none;
    padding: 0 20px
}

    .tpstyle-3 .ex-social-account li a {
        background: #00bcd4
    }

    .tpstyle-3 .tpstyle-3-image {
        width: 100%
    }

    .tpstyle-3 .image-bg-circle {
        width: 150px;
        height: 150px;
        margin: 0 auto;
        border-radius: 50%;
        background-position: center center;
        background-size: cover
    }

    .tpstyle-3 figcaption {
        margin: 0 auto;
        margin-top: -18px;
        width: 100%;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);
        position: relative;
        z-index: 90
    }

    .tpstyle-3 .tpstyle-3-rib {
        background: #20638f;
        height: 50px;
        width: calc(100% + 30px);
        position: relative;
        left: -15px;
        top: 30px;
        float: left;
        box-shadow: 0px 0px 1px rgba(0, 0, 0, .25);
        z-index: 100
    }

        .tpstyle-3 .tpstyle-3-rib h3 {
            font-size: 23px;
            color: #fff;
            margin-top: 13px;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
            text-align: center;
            margin: 0;
            padding: 13px 0;
            line-height: 1
        }

    .tpstyle-3 h3 {
        font-weight: 400;
        line-height: 1.2em
    }

    .tpstyle-3 .tpstyle-3-l {
        border-color: transparent #7d90a3 transparent transparent;
        border-style: solid;
        border-width: 15px;
        height: 0;
        width: 0;
        position: relative;
        left: -30px;
        top: 65px;
        z-index: -1
    }

    .tpstyle-3 .tpstyle-3-r {
        border-color: transparent transparent transparent #7d90a3;
        border-style: solid;
        border-width: 15px;
        height: 0;
        width: 0;
        position: relative;
        left: 100%;
        top: 35px;
        z-index: -1
    }

    .tpstyle-3 .tpstyle-3-info {
        padding: 30px 20px 15px
    }

.tpstyle-4 {
    position: relative;
    float: left;
    width: 100%;
    color: #000;
    text-align: center;
    line-height: 1.4em;
    font-size: inherit;
    box-shadow: none !important
}

    .tpstyle-4 .tpstyle-4-image {
        display: inline-block;
        width: 80%;
        z-index: 1;
        position: relative;
        padding: 10px;
        border: 2px solid #00bcd4
    }

        .tpstyle-4 .tpstyle-4-image img {
            max-width: 100%;
            vertical-align: top
        }

    .tpstyle-4 figcaption {
        width: 100%;
        background-color: #f2f2f2;
        color: #555;
        padding: 125px 25px 25px;
        margin-top: -100px;
        display: inline-block
    }

    .tpstyle-4 h3 {
        font-weight: 400
    }

    .tpstyle-4 .ex-social-account li a {
        background-color: #f2f2f2;
        border: 0;
        color: inherit;
        width: 30px;
        line-height: 33px
    }

.tpstyle-5,
.tpstyle-6 {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    text-align: left;
    line-height: 1.4em
}

.tpstyle-5 {
    color: #141414;
    background-color: #e6e6e6
}

    .tpstyle-5 img {
        max-width: 100%;
        vertical-align: top;
        width: auto
    }

    .tpstyle-5 figcaption,
    .tpstyle-6 figcaption {
        width: 100%;
        background-color: #141414;
        padding: 25px;
        position: relative;
        color: #fff
    }

    .tpstyle-5 figcaption {
        color: #fff
    }

    .tpstyle-5 .tpstyle-5-profile {
        width: 100%
    }

    .tpstyle-5 .tpstyle-5-info {
        margin: 5px;
        position: absolute;
        top: 0;
        right: auto;
        left: 0;
        text-align: center;
        background: #fff;
        padding: 4px 7px;
        min-width: 120px
    }

.tpstyle-6 {
    color: #fff;
    background-color: #1e1e1e;
    padding-top: 120px
}

    .tpstyle-6 img {
        vertical-align: top
    }

    .tpstyle-6 figcaption:before {
        position: absolute;
        content: '';
        bottom: 100%;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 55px 0 0 400px;
        border-color: transparent transparent transparent #141414
    }

    .tpstyle-6 .tpstyle-6-profile {
        border-radius: 50%;
        position: absolute;
        bottom: 100%;
        left: 25px;
        z-index: 1;
        max-width: 90px;
        opacity: 1;
        box-shadow: 0 0 15px rgba(0, 0, 0, .3)
    }

    .tpstyle-6 .tpstyle-6-info {
        position: absolute;
        top: 0;
        right: 0;
        text-align: right;
        margin: 25px
    }

    .tpstyle-6 h3 {
        font-size: 1.3em;
        font-weight: 300
    }

    .tpstyle-6 h5 {
        display: block
    }

figure.tpstyle-7 {
    position: relative;
    width: 100%;
    color: #000;
    text-align: center;
    font-size: inherit;
    background-color: #00bcd4;
    padding: 1px;
    background-image: linear-gradient(-25deg, rgba(0, 0, 0, .2) 0%, rgba(255, 255, 255, .1) 100%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    figure.tpstyle-7 .tpstyle-7-child {
        background-size: cover;
        padding-top: 20px;
        padding-bottom: 20px
    }

    figure.tpstyle-7 *,
    figure.tpstyle-7 *:before,
    figure.tpstyle-7 *:after {
        -webkit-transition: all .35s ease;
        transition: all .35s ease
    }

    figure.tpstyle-7 figcaption {
        width: 100%
    }

    figure.tpstyle-7 h2,
    figure.tpstyle-7 h4 {
        text-transform: capitalize;
        font-weight: 300
    }

    figure.tpstyle-7 h3 {
        color: #fff;
        text-transform: capitalize
    }

        figure.tpstyle-7 h3 a {
            color: inherit;
            box-shadow: none
        }

    figure.tpstyle-7 h5 {
        color: #d8d4d4;
        text-transform: capitalize
    }

.ex-tplist .item-grid figure.tpstyle-7 p {
    margin: 0;
    padding: 45px 20px 40px 35px;
    background-color: #fff;
    position: relative
}

figure.tpstyle-7 p:before {
    font-family: "Font Awesome 5 Free";
    content: "\f10d";
    position: absolute;
    font-size: 17px;
    opacity: .2;
    font-style: normal;
    top: 37px;
    left: 10px;
    font-weight: 900
}

figure.tpstyle-7 .ex-social-account li a {
    background: 0 0
}

figure.tpstyle-7 .tpstyle-7-profile {
    width: 100px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, .4);
    margin-bottom: 10px;
    border: solid 5px #00bcd4
}

.tpstyle-8 {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #fff;
    text-align: left;
    color: #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    font-size: inherit;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-perspective: 20em;
    perspective: 20em
}

    .tpstyle-8 * {
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

    .tpstyle-8 img {
        width: 100%;
        vertical-align: top;
        position: relative
    }

    .tpstyle-8 .tpstyle-8-position {
        position: absolute;
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        top: 0;
        right: 0;
        padding-right: 10px;
        padding-left: 10px;
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
        background-color: #00bcd4
    }

    .tpstyle-8 figcaption {
        padding: 20px
    }

    .tpstyle-8 h3,
    .tpstyle-8 p {
        margin: 0
    }

    .tpstyle-8 h5 {
        color: inherit;
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        padding: 5px
    }

    .tpstyle-8 h3 {
        font-weight: 400;
        margin-bottom: 10px;
        text-transform: uppercase
    }

    .tpstyle-8 .tpstyle-8-social {
        font-weight: 500;
        font-size: 1.5em;
        line-height: 48px;
        letter-spacing: 1px
    }

.tpstyle-9 {
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    min-width: 100px;
    width: 100%;
    color: #000;
    text-align: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15)
}

    .tpstyle-9 * {
        -webkit-transition: all .35s ease;
        transition: all .35s ease
    }

    .tpstyle-9 .tpstyle-9-image {
        min-height: 40px;
        position: relative
    }

        .tpstyle-9 .tpstyle-9-image img {
            width: 100%
        }

    .tpstyle-9 .tpstyle-9-position {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        margin-right: 0;
        transition: all .2s;
        line-height: 1.2;
        padding: 7px 15px;
        color: #fff;
        font-size: 13px;
        background: rgba(0, 188, 212, .7)
    }

        .tpstyle-9 .tpstyle-9-position h5 {
            color: inherit
        }

    .tpstyle-9 figcaption {
        margin: 0;
        padding: 20px;
        position: relative;
        background-color: #fff
    }

        .tpstyle-9 figcaption h3 {
            margin-bottom: 15px
        }

        .tpstyle-9 figcaption h4 {
            font-weight: 400;
            margin: 0;
            font-size: 13px;
            text-transform: initial;
            color: #888;
            letter-spacing: 1px
        }

            .tpstyle-9 figcaption h4:first-child {
                border-top: 1px dashed rgba(0, 0, 0, .15);
                padding-top: 15px
            }

            .tpstyle-9 figcaption h4:last-child {
                margin-bottom: -2px
            }

    .tpstyle-9 .tpstyle-9-meta {
        margin-top: 0;
        line-height: 1
    }

    .tpstyle-9 .tpstyle-9-content p {
        margin-bottom: 20px;
        font-size: inherit;
        border-top: 1px dashed rgba(0, 0, 0, .15);
        margin-top: 15px;
        padding-top: 13px
    }

    .tpstyle-9 .ex-social-account {
        width: 100%;
        padding: 0 20px;
        background-color: #00bcd4;
        color: #e6e6e6;
        font-size: .8em;
        line-height: 30px;
        text-align: right
    }

figure.tpstyle-9 .ex-social-account li a {
    background: 0 0;
    color: #fff
}

.tpstyle-9 .ex-social-account li {
    margin-bottom: 0
}

.tpstyle-9:hover .tpstyle-9-position {
    background: rgba(0, 0, 0, .7)
}

.tpstyle-10,
.tpstyle-12 {
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
    text-align: center;
    color: #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    font-size: inherit;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

    .tpstyle-10 *,
    .tpstyle-12 * {
        -webkit-box-sizing: padding-box;
        box-sizing: padding-box;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

    .tpstyle-10 img,
    .tpstyle-12 img {
        max-width: 100%;
        vertical-align: top;
        position: relative
    }

    .tpstyle-10 figcaption {
        padding: 20px 15px
    }

    .tpstyle-10 h3,
    .tpstyle-10 p {
        margin: 0
    }

    .tpstyle-10 h3 {
        font-weight: 400;
        margin-bottom: 5px;
        text-transform: uppercase
    }

    .tpstyle-10 .tpstyle-10-social,
    .tpstyle-12 .tpstyle-12-social {
        font-weight: 500;
        line-height: 48px;
        letter-spacing: 1px
    }

    .tpstyle-10:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

.tpstyle-11 {
    color: #fff;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    color: #fff;
    text-align: left;
    line-height: 1.4em;
    background-color: #141414
}

    .tpstyle-11 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .25s ease;
        transition: all .25s ease
    }

    .tpstyle-11 .tpstyle-11-bg {
        width: 100%;
        min-height: 100px
    }

    .tpstyle-11 img {
        width: 100%;
        vertical-align: top;
        opacity: .85
    }

    .tpstyle-11 figcaption {
        width: 100%;
        background-color: #141414;
        padding: 25px;
        position: relative
    }

        .tpstyle-11 figcaption:before {
            position: absolute;
            content: '';
            bottom: 100%;
            left: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 55px 0 0 400px;
            border-color: transparent transparent transparent #141414
        }

        .tpstyle-11 figcaption a:hover {
            opacity: 1
        }

    .tpstyle-11 .tpstyle-11-profile {
        border-radius: 50%;
        position: absolute;
        bottom: 100%;
        left: 25px;
        z-index: 1;
        max-width: 90px;
        opacity: 1;
        box-shadow: 0 0 15px rgba(0, 0, 0, .3)
    }

    .tpstyle-11 h3 {
        margin: 0 0 5px;
        font-weight: 300;
        text-transform: capitalize
    }

        .tpstyle-11 h3 span {
            display: block;
            font-size: 15px;
            color: #00bcd4
        }

.tpstyle-12 {
    padding: 0
}

    .tpstyle-12 figcaption {
        position: relative;
        padding: 15px
    }

    .tpstyle-12 h3,
    .tpstyle-12 p {
        margin: 0
    }

    .tpstyle-12 h3 {
        padding: 5px;
        background: #fff;
        position: absolute;
        top: -25px;
        left: 50%;
        width: 80%;
        transform: translateX(-50%);
        z-index: 9;
        font-weight: 400;
        text-transform: uppercase
    }

    .tpstyle-12 h5 {
        margin-bottom: 5px
    }

.tpstyle-13 .profile-image img {
    border-radius: 5px;
    width: 100%;
    height: auto
}

.tpstyle-13 .profile-image {
    display: flex;
    align-items: center;
    width: 100%
}

    .tpstyle-13 .profile-image a {
        display: table-cell;
        width: 120px
    }

.tpstyle-13 figcaption {
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 25px;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 5px;
    position: relative
}

    .tpstyle-13 figcaption:after {
        content: '';
        position: absolute;
        left: 32px;
        top: 100%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0;
        border-color: #333 transparent transparent
    }

.tpstyle-13 h3,
.tpstyle-13 p {
    margin: 0 0 5px
}

.tpstyle-13 h3 {
    font-weight: 400;
    font-size: 1.2em
}

.tpstyle-13 h5 {
    color: #141414
}

.tpstyle-13 p {
    color: #e4e4e4
}

.tpstyle-13 .tpstyle-13-icons {
    padding: 0;
    padding-left: 20px
}

.tpstyle-13-icons h5 {
    padding: 10px;
    background: #333;
    position: relative;
    color: #eee;
    border-radius: 4px
}

    .tpstyle-13-icons h5:before {
        content: '';
        position: absolute;
        left: -10px;
        top: 50%;
        margin-top: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 10px 0;
        border-color: transparent #333 transparent transparent
    }

figure.tpstyle-14,
figure.tpstyle-15,
figure.tpstyle-16 {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    color: #333;
    text-align: left;
    box-shadow: none
}

    figure.tpstyle-14 .custom-bg-circle,
    figure.tpstyle-15 .custom-bg-circle {
        max-width: 100%;
        height: 80px;
        width: 80px;
        border-radius: 50%;
        margin-right: 5px;
        display: block;
        z-index: 1;
        position: absolute;
        right: 50%;
        background-position: center center;
        background-size: cover
    }

    figure.tpstyle-14 .tpstyle-14-info {
        padding-bottom: 43px
    }

    figure.tpstyle-14 .tpstyle-14-info,
    figure.tpstyle-15 .tpstyle-15-info {
        background-color: #333;
        text-align: center;
        border-radius: 8px
    }

    figure.tpstyle-14 .ex-social-account li a,
    figure.tpstyle-15 .ex-social-account li a,
    figure.tpstyle-16 .ex-social-account li a {
        background: 0 0;
        font-size: 15px
    }

    figure.tpstyle-14 p,
    figure.tpstyle-15 p,
    figure.tpstyle-16 p {
        margin: 0;
        display: block;
        position: relative;
        text-align: left;
        color: #fff;
        font-weight: 500;
        line-height: 1.6em
    }

    figure.tpstyle-14 p {
        padding: 30px 50px 20px;
        margin: 0 0 -40px
    }

.ex-tplist.column-4 figure.tpstyle-14 p,
.ex-tplist.column-4 figure.tpstyle-15 p,
.ex-tplist.column-4 figure.tpstyle-16 p,
.ex-tplist.column-5 figure.tpstyle-14 p,
.ex-tplist.column-5 figure.tpstyle-15 p,
.ex-tplist.column-5 figure.tpstyle-16 p {
    padding-right: 30px
}

figure.tpstyle-14 p:before,
figure.tpstyle-14 p:after,
figure.tpstyle-15 p:before,
figure.tpstyle-15 p:after,
figure.tpstyle-16 p:before,
figure.tpstyle-16 p:after {
    font-family: "Font Awesome 5 Free";
    content: "\f10d";
    position: absolute;
    font-size: 15px;
    opacity: .8;
    font-style: normal;
    font-weight: 600
}

figure.tpstyle-14 p:before {
    top: 25px;
    left: 20px
}

figure.tpstyle-14 p:after {
    content: "\f10e";
    right: 20px;
    bottom: 0
}

figure.tpstyle-14 .ex-social-account {
    margin-top: 35px
}

figure.tpstyle-14 .tpstyle-14-author,
figure.tpstyle-15 .tpstyle-15-author {
    margin: 0;
    height: 80px;
    display: block;
    text-align: left;
    padding: 0 35px;
    position: relative
}

figure.tpstyle-14 .tpstyle-14-author {
    color: #fff;
    margin-top: -40px
}

    figure.tpstyle-14 .tpstyle-14-author h3,
    figure.tpstyle-14 .tpstyle-14-author h5,
    figure.tpstyle-15 .tpstyle-15-author h3,
    figure.tpstyle-15 .tpstyle-15-author h5 {
        left: 50%;
        position: absolute;
        opacity: .8;
        padding: 3px 5px
    }

    figure.tpstyle-14 .tpstyle-14-author h3,
    figure.tpstyle-15 .tpstyle-15-author h3 {
        text-transform: uppercase;
        bottom: 50%;
        margin: 0
    }

    figure.tpstyle-14 .tpstyle-14-author h5 {
        color: #333;
        top: 50%;
        text-transform: capitalize
    }

figure.tpstyle-15 p {
    padding: 65px 50px 20px;
    margin: -40px 0 0
}

    figure.tpstyle-15 p:before {
        top: 55px;
        left: 20px
    }

    figure.tpstyle-15 p:after {
        content: "\f10e";
        right: 20px;
        bottom: 0
    }

figure.tpstyle-15 .tpstyle-15-author {
    z-index: 1
}

    figure.tpstyle-15 .tpstyle-15-author h3 {
        color: #333
    }

    figure.tpstyle-15 .tpstyle-15-author h5 {
        color: #000;
        top: 50%;
        font-weight: 500;
        color: #fff;
        margin-top: 4px
    }

figure.tpstyle-16 *,
figure.tpstyle-17 * {
    -webkit-transition: all .35s cubic-bezier(.25, .5, .5, .9);
    transition: all .35s cubic-bezier(.25, .5, .5, .9)
}

figure.tpstyle-16 .custom-bg-circle {
    max-width: 100%;
    vertical-align: middle;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    margin: 40px 0 0 10px;
    background-position: center center;
    background-size: cover
}

figure.tpstyle-16 .tpstyle-16-descript {
    position: relative;
    background-color: #333;
    border-radius: 8px;
    text-align: center
}

figure.tpstyle-16 p {
    padding: 25px 50px 10px;
    text-align: left
}

    figure.tpstyle-16 p:before {
        top: 25px;
        left: 20px
    }

    figure.tpstyle-16 p:after {
        content: "\f10e";
        right: 20px;
        bottom: 0
    }

figure.tpstyle-16 .tpstyle-16-arrow {
    top: 100%;
    left: 50px;
    width: 0;
    height: 0;
    border-right: 0 solid transparent;
    border-left: 25px solid transparent;
    border-bottom: 25px solid #fafafa;
    margin: 0;
    position: absolute;
    background-color: #333
}

figure.tpstyle-16 .tpstyle-16-author {
    position: absolute;
    bottom: 45px;
    padding: 0 10px 0 120px;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

    figure.tpstyle-16 .tpstyle-16-author h3 {
        margin: 0;
        color: #333
    }

    figure.tpstyle-16 .tpstyle-16-author h5 {
        text-transform: none;
        color: #333
    }

figure.tpstyle-16 .ex-social-account {
    margin-bottom: 10px
}

figure.tpstyle-17 {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    color: #333;
    text-align: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    border-bottom: 0 solid #fff
}

    figure.tpstyle-17 img {
        max-width: 100%;
        vertical-align: middle
    }

    figure.tpstyle-17 p {
        position: relative;
        background-color: #fff;
        padding: 40px 25px 25px 50px;
        font-weight: 500;
        text-align: right;
        margin: 0;
        line-height: 1.6em;
        font-style: italic
    }

        figure.tpstyle-17 p:after {
            width: 90px;
            height: 90px;
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            transition: all .35s ease;
            z-index: 1;
            box-shadow: 0 0 20px rgba(0, 0, 0, .5);
            background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .35) 100%);
            background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .35) 100%);
            -webkit-transition-delay: .2s;
            transition-delay: .2s;
            background-color: #00bcd4;
            -webkit-transform: skew(-45deg) translateX(-50%);
            transform: skew(-45deg) translateX(-50%);
            border-right: 1px solid #00bcd4
        }

    figure.tpstyle-17 .tpstyle-17-ion-quote {
        position: absolute;
        color: #fff;
        font-size: 23px;
        z-index: 2;
        padding: 8px 12px
    }

    figure.tpstyle-17 .tpstyle-17-info {
        position: relative
    }

    figure.tpstyle-17 .ex-social-account {
        text-align: left;
        padding: 0 10px;
        background: #00bcd4;
        width: 100%
    }

        figure.tpstyle-17 .ex-social-account li a {
            background: 0 0;
            color: #fff;
            line-height: 41px
        }

    figure.tpstyle-17 .tpstyle-17-author {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 10px 20px;
        color: #fff;
        margin: 0;
        text-transform: uppercase
    }

        figure.tpstyle-17 .tpstyle-17-author h3 {
            opacity: .8;
            margin: 0;
            font-weight: 400
        }

        figure.tpstyle-17 .tpstyle-17-author h5 {
            font-weight: 400;
            text-transform: none;
            display: block;
            color: #fff
        }

.tpstyle-18 {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 1.4em;
    background-color: #141414;
    background-position: center center;
    background-size: cover
}

    .tpstyle-18 * {
        -webkit-transition: all .25s ease;
        transition: all .25s ease
    }

    .tpstyle-18 figcaption {
        width: 100%;
        padding: 15px 25px
    }

    .tpstyle-18 .tpstyle-18-profile {
        border-radius: 50%;
        width: 100px;
        height: 100px;
        opacity: 1;
        margin: 0 auto;
        margin-top: 20px;
        border: 2px solid rgba(255, 255, 255, .5);
        background-position: center center;
        background-size: cover
    }

    .tpstyle-18 .tpstyle-18-social {
        margin-bottom: 6px
    }

    .tpstyle-18 h5 {
        margin: 3px 0
    }

figure.tpstyle-18 .ex-social-account li a {
    background: 0 0;
    color: #fff;
    font-size: 13px;
    line-height: 35px;
    border: 1px solid;
    border-radius: 50%
}

figure.tpstyle-19 {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #00bcd4;
    color: #333;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    font-size: inherit
}

    figure.tpstyle-19 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .35s ease;
        transition: all .35s ease
    }

    figure.tpstyle-19 img {
        width: 100%;
        vertical-align: top
    }

    figure.tpstyle-19 .tpstyle-19-image {
        position: relative;
        border-bottom: 4px solid #00bcd4;
        z-index: 1
    }

        figure.tpstyle-19 .tpstyle-19-image:before {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 20px 20px 0;
            border-color: #00bcd4 transparent transparent;
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            -webkit-transform: translate(-50%, -15px);
            transform: translate(-50%, -15px);
            z-index: -1;
            -webkit-transition: all .35s ease;
            transition: all .35s ease
        }

        figure.tpstyle-19 .tpstyle-19-image p {
            font-weight: 500;
            margin: 0;
            padding: 0 30px;
            line-height: 1.6em;
            position: absolute;
            top: 50%;
            width: 100%;
            color: #fff;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            opacity: 0;
            font-style: italic
        }

    figure.tpstyle-19 figcaption {
        background-color: #fff;
        padding: 25px
    }

    figure.tpstyle-19 h3 {
        margin: 0 0 5px;
        text-transform: uppercase;
        font-weight: 400
    }

    figure.tpstyle-19 h5 {
        margin: 0 0 15px;
        font-weight: 400;
        color: #00bcd4
    }

    figure.tpstyle-19 .ex-social-account li a {
        background: 0 0;
        color: inherit;
        transition: all .2s ease
    }

    figure.tpstyle-19:hover .tpstyle-19-image:before {
        -webkit-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px)
    }

    figure.tpstyle-19:hover .tpstyle-19-image p {
        opacity: 1
    }

    figure.tpstyle-19:hover img {
        opacity: .2;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%)
    }

figure.tpstyle-20 {
    color: #fff;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    text-align: center;
    background: #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15)
}

    figure.tpstyle-20 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    figure.tpstyle-20:before,
    figure.tpstyle-20:after {
        position: absolute;
        width: 100%;
        background: #000;
        height: 0;
        display: block;
        content: '';
        z-index: 1;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    figure.tpstyle-20:before {
        top: 0
    }

    figure.tpstyle-20:after {
        bottom: 0
    }

    figure.tpstyle-20 .tpstyle-20-image {
        position: relative
    }

        figure.tpstyle-20 .tpstyle-20-image img {
            width: 100%;
            margin-bottom: -5px
        }

    figure.tpstyle-20 .tpstyle-20-icons {
        top: 50%;
        width: 100%;
        position: absolute;
        text-align: center;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    figure.tpstyle-20 figcaption {
        position: relative;
        background: #fff
    }

    figure.tpstyle-20 h3,
    figure.tpstyle-20 p {
        margin: 0;
        display: inline-block;
        width: 100%
    }

    figure.tpstyle-20 h3 {
        font-weight: 400;
        font-size: 1.5em;
        width: 100%;
        padding: 9px 15px;
        background: #333;
        text-transform: uppercase
    }

    figure.tpstyle-20 h5 {
        padding: 12px 15px 0 12px
    }

    figure.tpstyle-20 p {
        background: #fff;
        color: #4d4d4d;
        padding: 10px 15px 25px
    }

.tpstyle-20 .ex-social-account {
    opacity: 0
}

figure.tpstyle-20.tpstyle-20-blue {
    background: #091b27
}

figure.tpstyle-20-blue h3,
figure.tpstyle-20-blue:before,
figure.tpstyle-20-blue:after {
    background: #00bcd4
}

figure.tpstyle-20:hover img {
    opacity: .35;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

figure.tpstyle-20:hover .ex-social-account {
    opacity: 1
}

figure.tpstyle-20 .ex-social-account li a {
    border: solid 3px #fff;
    color: #fff;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    line-height: 39px;
    margin: 5px;
    background: 0 0;
    font-size: 13px;
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    -webkit-transition: all .3s;
    transition: all .3s
}

figure.tpstyle-20:hover:before,
figure.tpstyle-20:hover:after {
    height: 7px
}

figure.tpstyle-20:hover a:first-child i {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

figure.tpstyle-20:hover a:nth-child(2) i {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

figure.tpstyle-20:hover a:nth-child(3) i {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.ex-loadmore {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin: 30px 0
}

.ex-loadmore {
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, .15)
}

    .ex-loadmore .loadmore-exbt {
        padding: 12px 18px;
        font-size: inherit;
        text-transform: capitalize;
        line-height: 1;
        display: inline-block;
        text-decoration: none;
        float: none;
        border: 1px solid #00bcd4;
        color: #00bcd4;
        transition: all .2s
    }

        .ex-loadmore .loadmore-exbt.disable-click {
            pointer-events: none
        }

        .ex-loadmore .loadmore-exbt span:not(.load-text) {
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background-color: #00bcd4;
            display: inline-block;
            vertical-align: middle
        }

        .ex-loadmore .loadmore-exbt:focus {
            outline: none;
            box-shadow: none
        }

        .ex-loadmore .loadmore-exbt:hover {
            background: #00bcd4;
            color: #fff
        }

            .ex-loadmore .loadmore-exbt:hover span:not(.load-text) {
                background: #fff
            }

        .ex-loadmore .loadmore-exbt.loading span:not(.load-text) {
            display: inline-block
        }

        .ex-loadmore .loadmore-exbt span:not(.load-text):nth-child(2) {
            margin-left: 10px
        }

        .ex-loadmore .loadmore-exbt.loading span:not(.load-text):nth-child(2) {
            animation: loading_ef .5s ease-in-out .2s infinite alternate;
            -webkit-animation: loading_ef .5s ease-in-out .2s infinite alternate
        }

        .ex-loadmore .loadmore-exbt.loading span:not(.load-text):nth-child(3) {
            animation: loading_ef .5s ease-in-out .35s infinite alternate;
            -webkit-animation: loading_ef .5s ease-in-out .35s infinite alternate
        }

        .ex-loadmore .loadmore-exbt.loading span:not(.load-text):nth-child(4) {
            animation: loading_ef .5s ease-in-out .5s infinite alternate;
            -webkit-animation: loading_ef .5s ease-in-out .5s infinite alternate
        }

@keyframes loading_ef {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes loading_ef {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.ex-tplist.loading {
    opacity: .7
}

.extp-pagination {
    margin: 25px 0;
    width: 100%;
    display: inline-block
}

    .extp-pagination .page-navi {
        text-align: center;
        width: 100%;
        display: inline-block
    }

        .extp-pagination .page-navi a,
        .extp-pagination .page-navi span {
            display: inline-block;
            background-color: #fff;
            padding: 6px 11px;
            color: #aaa;
            margin: 0 8px 8px 0;
            min-width: 35px;
            min-height: 35px;
            text-align: center;
            text-decoration: none;
            font-size: 13px;
            box-shadow: none;
            transition: all .2s;
            border: 1px solid #e3e3e3;
            line-height: 21px
        }

            .ex-tplist span.search-btsm .tp-search-submit:hover,
            .extp-pagination .page-navi a:hover,
            .extp-pagination .page-navi > span:hover {
                background-color: #444;
                border-color: #444;
                color: #fff
            }

        .extp-pagination .page-navi > span {
            cursor: pointer
        }

        .ex-tplist span.search-btsm .tp-search-submit,
        .extp-pagination .page-navi .page-numbers.current {
            color: #fff;
            background-color: #00bcd4;
            border-color: #00bcd4;
            transition: all .2s
        }

            .extp-pagination .page-navi .page-numbers.current + a.next-ajax {
                pointer-events: none
            }

        .extp-pagination .page-navi .disable-click {
            pointer-events: none
        }

#content .ex-tplist .etp-alphab ul.etp-alphab-list {
    margin-bottom: 15px
}

.etp-alphab ul.etp-alphab-list {
    margin: 0 0 15px
}

.etp-alphab ul li {
    list-style: none;
    display: inline-block
}

    .etp-alphab ul li a {
        display: inline-block;
        border-bottom: 2px solid #eee;
        min-width: 26px;
        text-align: center;
        padding: 2px;
        line-height: 1.5;
        margin: 0 4px 5px 0;
        text-transform: uppercase;
        font-size: inherit;
        font-weight: 400
    }

        .etp-alphab ul li a.current {
            border-color: #00bcd4;
            color: #00bcd4;
            pointer-events: none
        }

.ex-tplist span.search-btsm > input {
    max-width: 200px;
    width: auto
}

.ex-tplist .extp-search-group select,
.ex-tplist .extp-loc_parent select,
.ex-tplist span.search-btsm > * {
    height: 35px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    padding: 7px 10px;
    border: 1px solid #ddd;
    border-radius: 0;
    background: #fff;
    color: inherit;
    font-family: inherit;
    font-size: inherit
}

.ex-tplist .extp-search-group select,
.ex-tplist .extp-loc_parent select {
    padding: 7px 5px;
    width: auto
}

.ex-tplist .ctgrid ul.ex-social-account {
    margin: 0
}

.ex-tplist span.search-btsm {
    display: inline-block;
    float: right
}

.etp-alphab {
    display: inline-block
}

.extp-search {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px
}

.ex-tplist span.search-btsm > input:-ms-input-placeholder {
    font-family: 'Source Sans Pro', sans-serif
}

.ex-tplist span.search-btsm > input::-webkit-input-placeholder {
    font-family: 'Source Sans Pro', sans-serif
}

.ex-tplist span.search-btsm > input:-moz-placeholder {
    font-family: 'Source Sans Pro', sans-serif
}

.ex-tplist.style-classic .ex-loadmore .loadmore-exbt,
.ex-tplist.style-classic span.search-btsm > input,
.ex-tplist.style-classic .extp-search-group select,
.ex-tplist.style-classic .extp-pagination .page-navi a,
.ex-tplist.style-classic .extp-pagination .page-navi span,
.ex-tplist.style-classic .ex-social-account li a,
.ex-tplist.style-classic .exp-expand .extp-epbutton > div,
.ex-tplist.style-classic .tp-search-submit {
    border-radius: 2px
}

.extp-search.extp-search-select-cat .extp-search-group > select {
    float: left;
    margin-right: 10px
}

.extp-search.extp-search-select .extp-search-group > select {
    margin-right: 10px;
    float: left
}

.extp-search.extp-search-inline .extp-child_cat.extp-cat-box {
    width: 100%
}

.extp-loc_parent {
    display: inline-block;
    float: left
}

.extp-search.extp-search-inline .extp-search-group .extp-child_cat.extp-cat-box {
    margin-bottom: 15px
}

.ex-tplist .etp-search-form.extp-cat-inline select,
.ex-tplist .extp-loc_parent.extp-loc-inline select {
    display: none
}

.ex-tplist .extp-child_cat {
    display: inline-block;
    margin-bottom: -5px;
    float: left;
    vertical-align: top
}

.extp-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-left: 10px
}

.ex-tplist .extp-child_cat .extp-top-cat {
    list-style: none;
    padding: 0;
    margin: 0
}

    .ex-tplist .extp-child_cat .extp-top-cat > li {
        list-style: none;
        display: inline-block;
        float: left;
        margin: 0;
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 5px 17px;
        border: 1px solid #ddd;
        font-size: inherit;
        background: #fff;
        position: relative;
        cursor: pointer;
        border-radius: 2px;
        transition: background .2s
    }

        .ex-tplist .extp-child_cat .extp-top-cat > li span:not(.extp-caret) {
            padding: 0 10px
        }

        .ex-tplist .extp-child_cat .extp-top-cat > li:hover {
            background: #eee
        }

            .ex-tplist .extp-child_cat .extp-top-cat > li:hover > ul {
                transform: scaleY(1);
                z-index: 99;
                background: #fff
            }

            .ex-tplist .extp-child_cat .extp-top-cat > li:hover ul li {
                background: #fff
            }

    .ex-tplist .extp-child_cat .extp-top-cat li ul {
        transform: scaleY(0);
        transform-origin: top;
        transition: transform .26s ease;
        list-style: none;
        position: absolute;
        top: calc(100% + 1px);
        left: -1px;
        padding: 0;
        margin: 1px 0 0;
        border: 1px solid #ddd;
        border-radius: 2px
    }

        .ex-tplist .extp-child_cat .extp-top-cat li ul li {
            list-style: none;
            margin: 0;
            padding: 5px 17px;
            background: #fff;
            border: 0;
            cursor: pointer;
            white-space: nowrap;
            min-width: 170px;
            border-radius: 0;
            position: relative;
            transition: background .2s
        }

            .ex-tplist .extp-child_cat .extp-top-cat li ul li:hover {
                background: #eee
            }

        .ex-tplist .extp-child_cat .extp-top-cat li ul.extp-ul-child ul.extp-ul-child {
            position: absolute;
            transform: scaleX(0);
            transform-origin: left;
            transition: transform .26s ease;
            list-style: none;
            position: absolute;
            margin: 0;
            top: 15px;
            left: 100%;
            padding: 0
        }

        .ex-tplist .extp-child_cat .extp-top-cat li ul.extp-ul-child .extp-caret {
            position: absolute;
            top: 50%;
            margin-top: -2px;
            right: 10px;
            -ms-transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg)
        }

        .ex-tplist .extp-child_cat .extp-top-cat li ul.extp-ul-child li {
            position: relative
        }

            .ex-tplist .extp-child_cat .extp-top-cat li ul.extp-ul-child li:hover > ul {
                transform: scaleX(1);
                z-index: 99;
                background: #fff
            }

    .ex-tplist .extp-child_cat .extp-top-cat > li:hover ul li.extp-child-active,
    .ex-tplist .extp-child_cat .extp-top-cat li.extp-child-active {
        background: #eee
    }

    .ex-tplist .extp-child_cat .extp-top-cat li ul li:not(:first-child) {
        border-top: unset
    }

.ex-tplist:not(.style-3):not(.style-7):not(.style-11):not(.style-17):not(.style-19):not(.style-20):not(.style-img-2):not(.style-img-3):not(.style-img-4):not(.style-img-5):not(.style-img-6):not(.style-img-7):not(.style-img-9):not(.style-img-10):not(.list-style-3) h3 a {
    color: #00bcd4
}

.ex-tplist.style-3 .tpstyle-3 .tpstyle-3-rib {
    background: #00bcd4
}

.exp-arrow figure {
    float: left
}

.ex-tplist figure .second_img_config {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top
}

.ex-tplist figure .second-img {
    opacity: 0;
    transition: opacity .3s ease .1s
}

.ex-tplist .second-cus {
    position: absolute;
    top: 0
}

.ex-tplist figure:hover .second-img {
    opacity: 1;
    backface-visibility: hidden
}

.ex-tplist figure.tpstyle-5 .second_img_config {
    display: block
}

.ex-tplist figure.tpstyle-17 .second_img_config {
    margin-bottom: -4px
}

.ex-tplist figure.tpstyle-19:hover .second_img_config img:first-child {
    opacity: 0
}

.ex-tplist figure.tpstyle-19:hover .second-img {
    opacity: .2;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.ex-tplist figure.tpstyle-20 .second_img_config {
    margin-bottom: -1px
}

.ex-tplist figure.tpstyle-20 .second-img {
    transition: opacity .4s ease
}

@media screen and (max-width:992px) and (min-width:769px) {
    .ex-tplist.column-4 .ctgrid .item-grid,
    .ex-tplist.column-5 .ctgrid .item-grid {
        width: 33.33333%
    }

    .ex-tplist.column-4 > .ctgrid .item-grid:nth-child(4n+1) {
        clear: none
    }

    .ex-tplist.column-4 > .ctgrid .item-grid:nth-child(3n+1) {
        clear: both
    }

    .ex-tplist.column-5 > .ctgrid .item-grid:nth-child(5n+1) {
        clear: none
    }

    .ex-tplist.column-5 > .ctgrid .item-grid:nth-child(3n+1) {
        clear: both
    }

    .ex-tplist.column-3 .tpstyle-6 .tpstyle-6-profile {
        margin-bottom: -39px
    }

    .ex-tplist.column-3 .tpstyle-6 p {
        margin-top: 23px
    }

    .ex-tplist.column-3 .tpstyle-6 figcaption:before {
        border-width: 0
    }

    .ex-tplist.column-3 figure.tpstyle-14 .custom-bg-circle {
        position: static;
        margin: 0 auto;
        margin-top: -40px
    }

    .ex-tplist.column-3 figure.tpstyle-14 .tpstyle-14-author h3 {
        position: static;
        color: #888
    }

    .ex-tplist.column-3 figure.tpstyle-14 .tpstyle-14-author h5 {
        position: static;
        color: #888
    }

    .ex-tplist.column-3 figure.tpstyle-14 .tpstyle-14-author {
        height: auto;
        margin: 0 auto;
        text-align: center;
        padding: 0 10px
    }

    .ex-tplist.column-3 figure.tpstyle-14 p:before {
        top: 20px;
        left: 10px
    }

    .ex-tplist.column-3 figure.tpstyle-14 p:after {
        right: 10px
    }

    .ex-tplist.column-3 figure.tpstyle-14 p {
        padding: 30px 30px 20px
    }

    .ex-tplist.column-3 figure.tpstyle-15 .tpstyle-15-author {
        padding: 0;
        margin: 0 auto;
        text-align: center
    }

    .ex-tplist.column-3 figure.tpstyle-15 .custom-bg-circle {
        position: static;
        margin: 0 auto
    }

    .ex-tplist.column-3 figure.tpstyle-15 .tpstyle-15-author h3 {
        position: static;
        color: #fff
    }

    .ex-tplist.column-3 figure.tpstyle-15 .tpstyle-15-author h5 {
        position: static
    }

    .ex-tplist.column-3 figure.tpstyle-15 p:before {
        top: 108px;
        left: 10px
    }

    .ex-tplist.column-3 figure.tpstyle-15 p:after {
        right: 10px
    }

    .ex-tplist.column-3 figure.tpstyle-15 p {
        padding: 118px 30px 20px
    }

    .ex-tplist.column-3 figure.tpstyle-16 .tpstyle-16-author {
        position: static;
        padding: 0 10px;
        text-align: left;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .ex-tplist.column-3 figure.tpstyle-16 p:before {
        top: 20px;
        left: 10px
    }

    .ex-tplist.column-3 figure.tpstyle-16 p:after {
        right: 10px
    }

    .ex-tplist.column-3 figure.tpstyle-16 p {
        padding: 30px 30px 10px
    }
}

@media (max-width:992px) {
    .tpstyle-1-image .image-bg-circle {
        width: 140px;
        height: 140px
    }

    .tpstyle-1 .tpstyle-1-image {
        padding: 15px 0 0
    }

    .tpstyle-1 figcaption {
        padding: 12px 30px 15px
    }
}

@media screen and (max-width:768px) {
    .ex-tplist > .ctgrid .item-grid {
        width: 50%
    }

        .ex-tplist > .ctgrid .item-grid:nth-child(3n+1) {
            clear: none
        }

    .ex-tplist:not(.ex-tpcarousel) > .ctgrid .item-grid:nth-child(2n+1) {
        clear: both
    }

    .ex-tplist.column-5 > .ctgrid .item-grid:nth-child(5n+1) {
        clear: none
    }

    .ex-tplist .etp-search-form.extp-cat-inline select,
    .ex-tplist .extp-loc_parent.extp-loc-inline select {
        display: inline-block
    }

    .ex-tplist .etp-search-form.extp-cat-inline .extp-child_cat,
    .ex-tplist .extp-loc_parent.extp-loc-inline .extp-child_cat {
        display: none
    }

    .extp-search.extp-search-inline .extp-search-group > select {
        margin-right: 10px;
        float: left
    }
}

@media (max-width:450px) {
    .ex-tplist > .ctgrid .item-grid {
        width: 100%
    }

    .ex-tplist span.search-btsm {
        float: left;
        margin-top: 10px;
        width: 100%
    }

    .extp-search.extp-search-select .extp-search-group select,
    .extp-search.extp-search-select .extp-loc_parent select,
    .extp-search.extp-search-inline .extp-search-group select,
    .extp-search.extp-search-inline .extp-loc_parent select {
        width: 100%
    }

    .extp-search.extp-search-select .extp-search-group > select,
    .extp-search.extp-search-inline .extp-search-group > select {
        margin-right: 0;
        margin-bottom: 10px
    }
}

.ex-tplist.ex-tpcarousel .item-grid {
    padding: 5px
}

.ex-tpcarousel .ex_s_lick-prev:before,
.ex_s_lick-next:before {
    border: solid #000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px
}

.ex-tpcarousel .ex_s_lick-prev:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.ex-tpcarousel .ex_s_lick-next:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.ex-tpcarousel.ld-screen {
    max-height: 500px;
    overflow: hidden;
    position: relative
}

    .ex-tpcarousel.ld-screen.at-childdiv {
        max-height: inherit;
        overflow: visible;
        position: relative
    }

        .ex-tpcarousel.ld-screen.at-childdiv > .extp-loadcont {
            opacity: 0;
            transition: all .3s;
            z-index: -999
        }

    .ex-tpcarousel.ld-screen > *:not(.extp-loadcont) {
        opacity: 0;
        transition: all .3s
    }

    .ex-tpcarousel.ld-screen.at-childdiv > *:not(.extp-loadcont) {
        opacity: 1
    }

.extp-loadcont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all ease-out 7s
}

.ld-screen > .extp-loadcont {
    opacity: 1;
    z-index: 99999
}

.extp-loadicon,
.extp-loadicon:before,
.extp-loadicon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #ccc;
    border-left-color: #00bd97;
    border-radius: 974px;
    -o-border-radius: 974px;
    -ms-border-radius: 974px;
    -webkit-border-radius: 974px;
    -moz-border-radius: 974px
}

.extp-loadicon {
    margin: -24px 0 0 -24px;
    height: 49px;
    width: 49px;
    animation: wptl_load-rotate 1.15s linear infinite;
    -o-animation: wptl_load-rotate 1.15s linear infinite;
    -ms-animation: wptl_load-rotate 1.15s linear infinite;
    -webkit-animation: wptl_load-rotate 1.15s linear infinite;
    -moz-animation: wptl_load-rotate 1.15s linear infinite
}

    .extp-loadicon:before {
        content: "";
        margin: -22px 0 0 -22px;
        height: 43px;
        width: 43px;
        animation: wptl_load-rotate 1.15s linear infinite;
        -o-animation: wptl_load-rotate 1.15s linear infinite;
        -ms-animation: wptl_load-rotate 1.15s linear infinite;
        -webkit-animation: wptl_load-rotate 1.15s linear infinite;
        -moz-animation: wptl_load-rotate 1.15s linear infinite
    }

    .extp-loadicon:after {
        content: "";
        margin: -28px 0 0 -28px;
        height: 55px;
        width: 55px;
        animation: wptl_load-rotate 2.3s linear infinite;
        -o-animation: wptl_load-rotate 2.3s linear infinite;
        -ms-animation: wptl_load-rotate 2.3s linear infinite;
        -webkit-animation: wptl_load-rotate 2.3s linear infinite;
        -moz-animation: wptl_load-rotate 2.3s linear infinite
    }

@keyframes wptl_load-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@-o-keyframes wptl_load-rotate {
    100% {
        -o-transform: rotate(360deg)
    }
}

@-ms-keyframes wptl_load-rotate {
    100% {
        -ms-transform: rotate(360deg)
    }
}

@-webkit-keyframes wptl_load-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes wptl_load-rotate {
    100% {
        -moz-transform: rotate(360deg)
    }
}

.exp-lightbox-info *,
.ex-tplist * {
    box-sizing: border-box
}

.exp-arrow figure {
    margin: 0
}

.ex-tplist.ex-tpcarousel {
    padding: 0 20px
}

.extp-loc-inline + input + span {
    margin-top: -4px
}

span.extp-nors {
    padding: 0 5px
}

.tpstyle-img-1 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    color: #000;
    line-height: 0;
    text-align: center
}

    .tpstyle-img-1 *,
    .tpstyle-img-2 *,
    .tpstyle-img-3 *,
    .tpstyle-img-4 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .tpstyle-img-1 *,
        .tpstyle-img-1 *:before,
        .tpstyle-img-1 *:after {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all .35s ease;
            transition: all .35s ease
        }

    .tpstyle-img-1:before {
        position: absolute;
        top: 10px;
        bottom: 10px;
        left: 10px;
        right: 10px;
        content: '';
        background-color: #fff;
        opacity: 0;
        -webkit-transform: scale(.1);
        transform: scale(.1);
        -webkit-transition: all .35s ease;
        transition: all .35s ease
    }

    .tpstyle-img-1 img {
        width: 100%;
        vertical-align: top
    }

    .tpstyle-img-1 figcaption {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        opacity: 0;
        padding: 0 30px
    }

    .tpstyle-img-1 h3 {
        margin: 0 0 6px;
        text-transform: uppercase;
        letter-spacing: 2px
    }

    .tpstyle-img-1 p {
        margin: 10px 0;
        opacity: .6
    }

.ex-tplist .tpstyle-img-1 h5 {
    color: inherit
}

.tpstyle-img-1 .tpstyle-img-1-icons {
    width: 100%
}

.tpstyle-img-1 a {
    margin: 2px;
    display: inline-block
}

figure.tpstyle-img-1 .ex-social-account li a {
    background-color: #333;
    border-radius: 0;
    color: #000;
    display: block;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    width: 34px
}

.tpstyle-img-1 a i:before {
    color: #fff
}

figure.tpstyle-img-1 .ex-social-account li a:hover {
    background-color: #00bcd4;
    cursor: pointer
}

.tpstyle-img-1:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.tpstyle-img-1:hover figcaption {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 1
}

.tpstyle-img-2 {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    color: #fff;
    text-align: left;
    background-color: #1a1a1a;
    display: inline-block
}

@media only screen and (-webkit-min-device-pixel-ratio:0) {

{
    display: inline-table
}

}

.tpstyle-img-2 * {
    -webkit-transition: all .45s ease;
    transition: all .45s ease
}

.tpstyle-img-2 img {
    vertical-align: top;
    width: 100%;
    backface-visibility: hidden
}

.tpstyle-img-2 figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 30px;
    background-color: #202123;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .5);
    box-shadow: 0 0 50px rgba(0, 0, 0, .5)
}

.tpstyle-img-2 p {
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    font-size: inherit;
    margin-top: 12px;
    padding: 12px 0 15px;
    line-height: 1.5em
}

.tpstyle-img-2:hover > img {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.tpstyle-img-2:hover figcaption {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
}

.tpstyle-img-3 {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: inherit;
    background-color: #000;
    line-height: 1.5em
}

    .tpstyle-img-3 *,
    .tpstyle-img-3 *:before,
    .tpstyle-img-3 *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .25s linear;
        transition: all .25s linear
    }

    .tpstyle-img-3 img {
        width: 100%;
        backface-visibility: hidden;
        vertical-align: top
    }

    .tpstyle-img-3 figcaption {
        position: absolute;
        top: 50%;
        width: 100%;
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
        padding: 5px 40px;
        opacity: 0
    }

    .tpstyle-img-3 h3 {
        margin: 0 0 6px;
        text-transform: uppercase;
        font-weight: 400
    }

    .tpstyle-img-3:hover img {
        zoom: 1;
        filter: alpha(opacity=30);
        -webkit-opacity: .3;
        opacity: .3
    }

    .tpstyle-img-3:hover figcaption {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1
    }

.tpstyle-img-4 {
    background-color: #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    color: #fff;
    display: inline-block;
    line-height: 1.6em;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%
}

    .tpstyle-img-4 * {
        -webkit-transition: all .25s ease;
        transition: all .25s ease
    }

    .tpstyle-img-4 img {
        width: 100%;
        opacity: .75;
        position: relative;
        vertical-align: top
    }

    .tpstyle-img-4 figcaption {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        text-align: center
    }

    .tpstyle-img-4 .tpstyle-img-4-meta {
        position: relative;
        top: 50%;
        transform: translateY(-50%)
    }

    .tpstyle-img-4 h5 {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        background-color: #000;
        bottom: 0;
        font-weight: 400;
        margin: 0;
        padding: 10px 20px;
        position: absolute;
        width: 100%;
        color: #fff
    }

    .tpstyle-img-4 p {
        padding: 0 20px;
        opacity: 0;
        -webkit-transition-delay: .15s;
        transition-delay: .15s
    }

    .tpstyle-img-4 > i {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 54px;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }

    .tpstyle-img-4 .ex-icon-plus {
        background: 0 0
    }

        .tpstyle-img-4 .ex-icon-plus:before {
            width: 3px;
            height: 28px;
            top: 50%;
            left: 50%;
            margin-left: -3px;
            margin-top: -15px
        }

        .tpstyle-img-4 .ex-icon-plus:after {
            width: 28px;
            height: 3px;
            top: 50%;
            left: 50%;
            margin-top: -3px;
            margin-left: -15px
        }

    .tpstyle-img-4 h3,
    .tpstyle-img-4 .ex-social-account {
        opacity: 0;
        padding: 0 20px
    }

        .tpstyle-img-4 h3 a {
            border-bottom: 2px solid #00bcd4;
            margin-bottom: 0;
            padding-bottom: 10px;
            display: inline-block
        }

    .tpstyle-img-4 h3 {
        padding-top: 10px
    }

    .tpstyle-img-4 .tpstyle-img-4-hover {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        align-items: center;
        background-color: rgba(0, 0, 0, .5);
        display: flex;
        font-size: 65px;
        justify-content: center;
        opacity: 0
    }

    .tpstyle-img-4:hover .tpstyle-img-4-hover {
        opacity: 1
    }

    .tpstyle-img-4:hover p,
    .tpstyle-img-4:hover h3,
    .tpstyle-img-4:hover .ex-social-account {
        opacity: 1
    }

    .tpstyle-img-4:hover h5 {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }

    .tpstyle-img-4:hover > i {
        -webkit-transform: translate(-50%, -50%) scale(.1);
        transform: translate(-50%, -50%) scale(.1);
        opacity: 0
    }

figure.tpstyle-img-5,
figure.tpstyle-img-6 {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: inherit;
    background-color: #000
}

    figure.tpstyle-img-5 *,
    figure.tpstyle-img-5 *:before,
    figure.tpstyle-img-5 *:after,
    figure.tpstyle-img-6 *,
    figure.tpstyle-img-6 *:before,
    figure.tpstyle-img-6 *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .55s ease;
        transition: all .55s ease
    }

    figure.tpstyle-img-5 img,
    figure.tpstyle-img-6 img {
        width: 100%;
        backface-visibility: hidden;
        vertical-align: top;
        opacity: .9
    }

    figure.tpstyle-img-5 .tpstyle-img-5-title {
        position: absolute;
        top: 58%;
        left: 25px;
        padding: 5px 10px 10px
    }

        figure.tpstyle-img-5 .tpstyle-img-5-title:before,
        figure.tpstyle-img-5 .tpstyle-img-5-title:after,
        figure.tpstyle-img-6 .tpstyle-img-6-title:before,
        figure.tpstyle-img-6 .tpstyle-img-6-title:after {
            height: 2px;
            width: 400px;
            position: absolute;
            content: '';
            background-color: #fff
        }

        figure.tpstyle-img-5 .tpstyle-img-5-title:before,
        figure.tpstyle-img-6 .tpstyle-img-6-title:before {
            top: 0;
            left: 10px;
            -webkit-transform: translateX(100%);
            transform: translateX(100%)
        }

        figure.tpstyle-img-5 .tpstyle-img-5-title:after,
        figure.tpstyle-img-6 .tpstyle-img-6-title:after {
            bottom: 0;
            right: 10px;
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%)
        }

        figure.tpstyle-img-5 .tpstyle-img-5-title div:before,
        figure.tpstyle-img-5 .tpstyle-img-5-title div:after,
        figure.tpstyle-img-6 .tpstyle-img-6-title div:before,
        figure.tpstyle-img-6 .tpstyle-img-6-title div:after {
            width: 2px;
            height: 300px;
            position: absolute;
            content: '';
            background-color: #fff
        }

        figure.tpstyle-img-5 .tpstyle-img-5-title div:before,
        figure.tpstyle-img-6 .tpstyle-img-6-title div:before {
            top: 10px;
            right: 0;
            -webkit-transform: translateY(100%);
            transform: translateY(100%)
        }

        figure.tpstyle-img-5 .tpstyle-img-5-title div:after,
        figure.tpstyle-img-6 .tpstyle-img-6-title div:after {
            bottom: 10px;
            left: 0;
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%)
        }

    figure.tpstyle-img-5 h3,
    figure.tpstyle-img-5 h5,
    figure.tpstyle-img-6 h3,
    figure.tpstyle-img-6 h5 {
        margin: 0;
        text-transform: uppercase
    }

    figure.tpstyle-img-5 h3,
    figure.tpstyle-img-6 h3 {
        font-weight: 400
    }

    figure.tpstyle-img-5 h5,
    figure.tpstyle-img-6 h5 {
        display: block;
        background-color: #00bcd4;
        padding: 4px 10px;
        color: #fff
    }

    figure.tpstyle-img-5 figcaption {
        position: absolute;
        bottom: 42%;
        left: 25px;
        text-align: left;
        opacity: 0;
        padding: 5px 30px 5px 10px
    }

        figure.tpstyle-img-5 figcaption p,
        figure.tpstyle-img-6 figcaption p {
            margin: 5px;
            opacity: .9
        }

    figure.tpstyle-img-5 .ex-social-account li a,
    figure.tpstyle-img-6 .ex-social-account li a {
        text-align: left;
        background: 0 0;
        margin-left: 5px;
        width: 20px;
        opacity: .6
    }

    figure.tpstyle-img-5:hover img,
    figure.tpstyle-img-6:hover img {
        zoom: 1;
        filter: alpha(opacity=35);
        -webkit-opacity: .35;
        opacity: .35
    }

    figure.tpstyle-img-5:hover .tpstyle-img-5-title:before,
    figure.tpstyle-img-5:hover .tpstyle-img-5-title:after,
    figure.tpstyle-img-5:hover .tpstyle-img-5-title div:before,
    figure.tpstyle-img-5:hover .tpstyle-img-5-title div:after,
    figure.tpstyle-img-6:hover .tpstyle-img-6-title:before,
    figure.tpstyle-img-6:hover .tpstyle-img-6-title:after,
    figure.tpstyle-img-6:hover .tpstyle-img-6-title div:before,
    figure.tpstyle-img-6:hover .tpstyle-img-6-title div:after {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    figure.tpstyle-img-5:hover .tpstyle-img-5-title:before,
    figure.tpstyle-img-5:hover .tpstyle-img-5-title:after,
    figure.tpstyle-img-6:hover .tpstyle-img-6-title:before,
    figure.tpstyle-img-6:hover .tpstyle-img-6-title:after {
        -webkit-transition-delay: .15s;
        transition-delay: .15s
    }

    figure.tpstyle-img-5:hover figcaption,
    figure.tpstyle-img-5.hover figcaption,
    figure.tpstyle-img-6:hover figcaption,
    figure.tpstyle-img-6.hover figcaption {
        opacity: 1;
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }

    figure.tpstyle-img-6 .tpstyle-img-6-title {
        position: absolute;
        bottom: 58%;
        right: 25px;
        padding: 5px 10px 10px
    }

    figure.tpstyle-img-6 figcaption {
        position: absolute;
        top: 42%;
        right: 25px;
        text-align: right;
        opacity: 0;
        padding: 5px 10px 10px 30px
    }

figure.tpstyle-img-7 {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    text-align: center
}

    figure.tpstyle-img-7 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .6s;
        transition: all .6s
    }

    figure.tpstyle-img-7 img {
        opacity: 1;
        width: 100%
    }

    figure.tpstyle-img-7:after,
    figure.tpstyle-img-7:before {
        background: #fff;
        width: 0;
        height: 100%;
        position: absolute;
        content: '';
        opacity: .5;
        -webkit-transition: all .6s;
        transition: all .6s;
        z-index: 1
    }

    figure.tpstyle-img-7:after {
        top: 0;
        left: 0
    }

    figure.tpstyle-img-7:before {
        right: 0;
        bottom: 0
    }

    figure.tpstyle-img-7 figcaption {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2;
        opacity: 0
    }

    figure.tpstyle-img-7 p {
        margin: 0;
        padding: 4px 15px
    }

    figure.tpstyle-img-7 figcaption h3 {
        width: 100%;
        margin: 0;
        padding: 8px 20px;
        bottom: 0;
        text-transform: uppercase;
        position: relative;
        z-index: 1;
        color: #00bcd4
    }

    figure.tpstyle-img-7 figcaption h5 {
        margin: 0;
        padding: 2px
    }

    figure.tpstyle-img-7:hover:after,
    figure.tpstyle-img-7:hover:before {
        width: 100%;
        height: 100%
    }

    figure.tpstyle-img-7:hover figcaption {
        transition: all .2s;
        opacity: 1
    }

.tpstyle-img-7 .ex-social-account {
    margin-top: 8px
}

    .tpstyle-img-7 .ex-social-account li a:hover {
        background: #00bcd4
    }

figure.tpstyle-img-8 {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #000;
    text-align: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15)
}

    figure.tpstyle-img-8 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .35s ease-in;
        transition: all .35s ease-in
    }

    figure.tpstyle-img-8 img {
        width: 100%;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    figure.tpstyle-img-8 figcaption {
        position: absolute;
        top: 25px;
        left: 25px;
        bottom: 25px;
        right: 25px;
        display: block
    }

        figure.tpstyle-img-8 figcaption:before {
            position: absolute;
            min-width: 40px;
            min-height: 40px;
            display: block;
            top: 0;
            left: 0;
            width: 0;
            content: '';
            background: rgba(255, 255, 255, 1);
            opacity: 0;
            -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
            -webkit-transition: all .35s ease-in;
            transition: all .35s ease-in;
            -webkit-transition-delay: .35s;
            transition-delay: .35s
        }

    figure.tpstyle-img-8 h3,
    figure.tpstyle-img-8 p {
        opacity: 0;
        color: #fff
    }

    figure.tpstyle-img-8 h5,
    figure.tpstyle-img-8 .ex-social-account {
        opacity: 0;
        padding: 0 15px
    }

    figure.tpstyle-img-8 h5 {
        margin-top: 15px
    }

    figure.tpstyle-img-8 h3 {
        text-transform: uppercase;
        margin: 0;
        line-height: 40px;
        padding: 0 15px;
        font-weight: 400
    }

        figure.tpstyle-img-8 h3 span {
            font-weight: 800
        }

    figure.tpstyle-img-8 p {
        padding: 15px;
        text-align: left;
        margin: 0
    }

    figure.tpstyle-img-8 > i {
        position: absolute;
        top: 25px;
        left: 25px;
        font-size: 27px;
        color: #00bcd4;
        width: 40px;
        height: 40px;
        line-height: 30px;
        padding: 6px;
        text-align: center;
        background: rgba(255, 255, 255, .9);
        z-index: 1;
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }

    figure.tpstyle-img-8:hover img {
        opacity: .3;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%)
    }

    figure.tpstyle-img-8:hover figcaption:before {
        -webkit-animation: animateInstyleimg8 .7s .35s forwards ease;
        animation: animateInstyleimg8 .7s .35s forwards ease
    }

    figure.tpstyle-img-8:hover figcaption,
    figure.tpstyle-img-8:hover h3,
    figure.tpstyle-img-8:hover p,
    figure.tpstyle-img-8:hover h5,
    figure.tpstyle-img-8:hover .ex-social-account {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: .8s;
        transition-delay: .8s
    }

    figure.tpstyle-img-8:hover figcaption {
        background: rgba(0, 0, 0, .5)
    }

    figure.tpstyle-img-8:hover > i {
        opacity: 0;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg)
    }

@-webkit-keyframes animateInstyleimg8 {
    0% {
        opacity: 0;
        width: 0;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg)
    }

    50% {
        opacity: 1;
        width: 0;
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }

    100% {
        opacity: 1;
        width: 100%;
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
}

@keyframes animateInstyleimg8 {
    0% {
        opacity: 0;
        width: 0;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg)
    }

    40% {
        opacity: 1;
        width: 0;
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }

    100% {
        opacity: 1;
        width: 100%;
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
}

figure.tpstyle-img-9 {
    color: #fff;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #000;
    display: table-cell
}

    figure.tpstyle-img-9 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    figure.tpstyle-img-9 img {
        opacity: 1;
        width: 100%;
        -webkit-transition: opacity .35s;
        transition: opacity .35s
    }

    figure.tpstyle-img-9 figcaption {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: left;
        cursor: pointer
    }

        figure.tpstyle-img-9 figcaption > div {
            background-color: #fff;
            position: absolute;
            width: 100%;
            bottom: 28px;
            left: 100%;
            padding: 7px 15px;
            -webkit-transition: left .35s;
            transition: left .35s;
            -webkit-transition-delay: 0s;
            transition-delay: 0s
        }

            figure.tpstyle-img-9 figcaption > div a {
                opacity: .7;
                -webkit-transition: opacity .2s;
                transition: opacity .2s
            }

                figure.tpstyle-img-9 figcaption > div a:hover {
                    opacity: 1
                }

        figure.tpstyle-img-9 figcaption:before {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            content: '';
            opacity: 0;
            -webkit-transition: opacity .4s;
            transition: opacity .4s;
            -webkit-transition-delay: .3s;
            transition-delay: .3s;
            background-image: linear-gradient(to top, #000 0%, transparent 50%, #000 100%)
        }

    figure.tpstyle-img-9 h3 {
        text-align: center;
        margin: 0;
        padding: 7px 15px;
        position: absolute;
        bottom: 70px;
        right: 100%;
        width: calc(100% - 30px);
        text-transform: uppercase;
        box-shadow: 0 0 20px rgba(0, 0, 0, .5);
        background-color: #00bcd4;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }

        figure.tpstyle-img-9 h3 span {
            font-weight: 800
        }

    figure.tpstyle-img-9:hover img {
        opacity: .7
    }

    figure.tpstyle-img-9:hover figcaption > div {
        left: 35%;
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }

    figure.tpstyle-img-9:hover figcaption h3 {
        right: 30px;
        opacity: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

    figure.tpstyle-img-9:hover figcaption:before {
        opacity: .8;
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

.tpstyle-img-10 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: left;
    font-size: inherit;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15)
}

    .tpstyle-img-10 * {
        -webkit-transition: all .35s;
        transition: all .35s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .tpstyle-img-10 img {
        width: 100%;
        vertical-align: top
    }

    .tpstyle-img-10 figcaption {
        position: absolute;
        height: 75px;
        bottom: 0;
        overflow: hidden;
        padding: 15px;
        background-color: rgba(0, 0, 0, .75)
    }

    .tpstyle-img-10 h3 {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        margin: 3px 0
    }

    .tpstyle-img-10 .tpstyle-img-10-info {
        margin-top: 4px;
        padding-top: 1px;
        transform: translateY(25px);
        transition: all .25s ease-out .2s;
        opacity: 0
    }

    .tpstyle-img-10 p {
        font-size: inherit;
        margin: 10px 0;
        line-height: 1.6;
        margin-bottom: 15px;
        border-top: 1px solid #6a6a6a;
        padding-top: 14px
    }

    .tpstyle-img-10 .ex-social-account li a {
        transition: all .2s ease-out;
        opacity: .7
    }

        .tpstyle-img-10 .ex-social-account li a:hover {
            opacity: 1
        }

    .tpstyle-img-10:hover figcaption {
        height: calc(85%)
    }

    .tpstyle-img-10:hover .tpstyle-img-10-info {
        transform: translateY(0);
        opacity: 1
    }

.tpstyle-img-11 {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    color: #fff;
    text-align: left;
    font-size: 16px
}

    .tpstyle-img-11 * {
        -webkit-box-sizing: padding-box;
        box-sizing: padding-box;
        -webkit-transition: all .35s ease;
        transition: all .35s ease
    }

    .tpstyle-img-11 img {
        opacity: 1;
        width: 100%;
        vertical-align: top
    }

    .tpstyle-img-11 figcaption {
        position: absolute;
        bottom: 25px;
        right: 0;
        z-index: 2;
        text-align: right;
        white-space: nowrap
    }

    .tpstyle-img-11 h3 {
        margin: 0;
        font-weight: 400;
        font-size: 1em;
        line-height: 1em;
        text-transform: uppercase;
        text-align: right;
        margin-bottom: 3px
    }

        .tpstyle-img-11 h3 a {
            background-color: #21232b;
            padding: 8px 15px;
            text-align: center;
            display: inline-block
        }

    .tpstyle-img-11 h5 {
        background-color: #21232b;
        padding: 8px 15px;
        display: inline-block
    }

    .tpstyle-img-11 i {
        padding: 8px;
        display: inline-block;
        font-size: 20px;
        color: #fff;
        opacity: .8;
        border-bottom: 4px solid transparent;
        margin-bottom: -4px
    }

.tpstyle-11-img i:hover {
    opacity: 1;
    color: #f39c12;
    border-bottom: 4px solid #f39c12
}

.tpstyle-img-11:hover figcaption .tpstyle-img-11-icons {
    opacity: 1
}

.ex-tplist .tpstyle-img-10 h5,
.ex-tplist .tpstyle-img-3 h5,
.ex-tplist .tpstyle-img-2 h5 {
    color: #00bcd4
}

.ex-social-account li a:hover {
    background: #00bcd4
}

.tpstyle-4 .ex-social-account li a:hover,
.tpstyle-img-10 .ex-social-account li a:hover {
    background: 0 0
}

.tpitem-list {
    color: #101010;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 20px 0
}

.ctlist .tpitem-list.item-grid:first-child {
    margin-top: 5px
}

.ctlist .tpitem-list.item-grid:last-child {
    margin-bottom: 5px
}

.tpstyle-list-1 {
    width: 100%;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    border-radius: 22px;
    border-top: 50px solid #eee
}

    .tpstyle-list-1 .tplist-1-info,
    .tpstyle-list-2 .tplist-2-info {
        padding: 40px 20px;
        margin-top: -65px;
        display: inline-block;
        width: 100%;
        box-sizing: border-box
    }

    .tpstyle-list-1 .tplist-1-image,
    .tpstyle-list-2 .tplist-2-image {
        width: 142px;
        height: 142px;
        overflow: hidden;
        float: left;
        display: inline-block;
        vertical-align: top;
        margin-top: 35px
    }

        .tpstyle-list-1 .tplist-1-image .image-bg-circle,
        .tpstyle-list-2 .tplist-2-image .image-bg-circle {
            width: 142px;
            height: 142px;
            margin: 0 auto;
            border-radius: 50%;
            background-position: center center;
            background-size: cover;
            border: solid 6px #eee
        }

    .tpstyle-list-1 figcaption,
    .tpstyle-list-2 figcaption {
        width: calc(100% - 145px);
        padding: 0 10px;
        display: inline-block;
        margin-top: -10px
    }

    .tpstyle-list-1 h5 {
        margin-top: 35px
    }

    .tpstyle-list-1 .ex-social-account li a,
    .tpstyle-list-2 .ex-social-account li a {
        background: 0 0;
        color: #888;
        line-height: 34px;
        border: 1px solid #eee
    }

.tpstyle-list-2 .ex-social-account li a {
    border-color: #ddd
}

.tpstyle-list-2 figcaption {
    padding: 15px 20px
}

.tpstyle-list-2 {
    width: 100%;
    border-radius: 0
}

    .tpstyle-list-2 .tplist-2-info {
        margin-top: 0;
        padding: 0
    }

    .tpstyle-list-2 .tplist-2-image {
        margin-top: 0;
        width: 240px;
        height: 240px
    }

        .tpstyle-list-2 .tplist-2-image .image-bg-circle {
            border: 0;
            width: 240px;
            height: 240px
        }

    .tpstyle-list-2 figcaption {
        margin-top: 0;
        width: calc(100% - 240px)
    }

    .tpstyle-list-2 p {
        padding-top: 10px;
        position: relative
    }

        .tpstyle-list-2 p:before {
            content: '';
            border-top: 2px solid #eee;
            position: absolute;
            width: 20%;
            min-width: 150px;
            top: 0;
            left: 0
        }

.tpstyle-list-3 {
    width: calc(100% - 80px);
    border-radius: 0;
    border: 2px dashed #00bcd4
}

    .tpstyle-list-3 .tplist-3-info {
        margin-top: 0;
        padding: 0;
        display: flex;
        align-items: center
    }

    .tpstyle-list-3 .tplist-3-image {
        margin-top: 0;
        width: 160px;
        height: 160px
    }

        .tpstyle-list-3 .tplist-3-image .image-bg-circle {
            border-radius: 50%;
            width: 160px;
            height: 160px;
            margin: 0 auto;
            background-position: center center;
            background-size: cover
        }

    .tpstyle-list-3 figcaption {
        width: calc(100% - 80px);
        padding: 15px 25px
    }

.tpitem-list.item-grid:nth-child(odd) .tpstyle-list-3 {
    margin-left: 80px
}

.tpitem-list.item-grid:nth-child(even) .tpstyle-list-3 {
    margin-right: 80px
}

    .tpitem-list.item-grid:nth-child(even) .tpstyle-list-3 figcaption {
        border-radius: 0 10px 10px 0;
        text-align: right
    }

.tpitem-list.item-grid:nth-child(odd) .tpstyle-list-3 figcaption {
    float: right;
    border-radius: 10px 0 0 10px
}

.tpitem-list.item-grid:nth-child(even) .tpstyle-list-3 .tplist-3-image {
    margin-left: auto;
    order: 2;
    margin-right: -80px
}

.tpitem-list.item-grid:nth-child(odd) .tpstyle-list-3 .tplist-3-image {
    float: left;
    margin-left: -80px
}

.tpstyle-list-3 .ex-social-account li a {
    background: 0 0;
    color: inherit;
    text-align: left;
    line-height: 15px;
    opacity: .8;
    width: 25px
}

.tpitem-list.item-grid:nth-child(even) .tpstyle-list-3 .ex-social-account li a {
    text-align: right
}

.tpstyle-list-1 .ex-social-account li a:hover,
.tpstyle-list-2 .ex-social-account li a:hover {
    color: #fff;
    background: #00bcd4
}

.ex-tplist .tpstyle-list-3 h5 {
    color: #00bcd4
}

@media screen and (max-width:450px) {
    .tpstyle-list-1 figcaption,
    .tpstyle-list-2 figcaption {
        width: 100%
    }

    .tpstyle-list-1 .tplist-1-image,
    .tpstyle-list-2 .tplist-2-image {
        width: 100%
    }

    .tpstyle-list-3 {
        width: calc(100% - 50px)
    }

        .tpstyle-list-3 figcaption {
            width: calc(100% - 50px);
            padding: 15px 10px
        }

        .tpstyle-list-3 .tplist-3-image .image-bg-circle {
            width: 100px;
            height: 100px
        }

        .tpstyle-list-3 .tplist-3-image {
            width: 100px;
            height: 100px
        }

    .tpitem-list.item-grid:nth-child(odd) .tpstyle-list-3 .tplist-3-image {
        margin-left: -50px
    }

    .tpitem-list.item-grid:nth-child(even) .tpstyle-list-3 .tplist-3-image {
        margin-right: -50px
    }

    .tpitem-list.item-grid:nth-child(odd) .tpstyle-list-3 {
        margin-left: 50px
    }

    .tpitem-list.item-grid:nth-child(even) .tpstyle-list-3 {
        margin-right: 50px
    }

    .tpstyle-list-1 h5 {
        margin-top: 0
    }

    .ex-tplist .tpstyle-list-1 figcaption h3,
    .ex-tplist .tpstyle-list-2 figcaption h3 {
        margin-top: 10px
    }
}

.ex-tplist .ctlist button,
.ex-tplist .ctlist input,
.ex-tplist .ctlist select,
.ex-tplist .ctlist textarea {
    font-family: 'Source Sans Pro', sans-serif
}

.ex-tplist .ctlist table th.exp-sort > i {
    float: right;
    margin-top: 4px
}

.ex-tplist .ctlist tbody tr td > a {
    display: inherit;
    overflow: hidden
}

.ex-tplist .ctlist .exp-td-first {
    padding: 5px
}

.ex-table-1 {
    border: 0
}

    .ex-table-1 tbody tr:nth-child(odd) {
        background-color: #f5f5f5
    }

    .ex-table-1 .extp-hide-mb {
        display: none
    }

    .ex-table-1 thead th:nth-child(1),
    .ex-table-1 tbody td:nth-child(1) {
        width: 15%
    }

    .ex-table-1 thead th:nth-child(2),
    .ex-table-1 tbody td:nth-child(2) {
        width: 15%
    }

    .ex-table-1 thead th:nth-child(3),
    .ex-table-1 tbody td:nth-child(3) {
        width: 20%
    }

    .ex-table-1 thead th:nth-child(4),
    .ex-table-1 tbody td:nth-child(4) {
        width: 30%
    }

    .ex-table-1 thead th:nth-child(5),
    .ex-table-1 tbody td:nth-child(5) {
        width: 20%
    }

    .ex-table-1 th,
    .ex-table-1 td {
        border: 0
    }

    .ex-table-1 td {
        color: #333;
        font-size: 14px;
        padding: 10px 15px;
        border-bottom: 1px dashed rgba(0, 0, 0, .15)
    }

    .ex-table-1 th.exp-sort.exp_asc > i.fa-sort:before {
        content: "\f0de"
    }

    .ex-table-1 th.exp-sort.exp_desc > i.fa-sort:before {
        content: "\f0dd"
    }

    .ex-table-1 img {
        width: 100%;
        transition: all .35s
    }

    .ex-table-1 th {
        border: 0;
        font-size: 15px;
        color: #fff;
        line-height: 1.4;
        background-color: #00bcd4;
        padding: 15px;
        text-transform: uppercase;
        border-right: 1px solid #fff;
        font-weight: 400
    }

        .ex-table-1 th:last-child {
            border-right: 0
        }

    .ex-table-1 tbody tr.odd {
        background-color: #f8f6ff
    }

    .ex-table-1 tbody tr:hover img {
        transform: scale(1.15)
    }

    .ex-table-1 h3,
    .ex-table-1 h5,
    .ex-table-1 p {
        font-size: 13px
    }

    .ex-table-1 h5 {
        text-transform: capitalize
    }

    .ex-table-1 .ex-social-account li a,
    .ex-table-2 .ex-social-account li a {
        background: inherit;
        color: #333
    }

.ex-table-2 {
    border: 1px solid #00bcd4
}

    .ex-table-2 .ex-table2-image {
        width: 120px;
        padding: 5px
    }

    .ex-table-2 .ex-table2-info {
        padding-left: 20px
    }

    .ex-table-2 .ex-table2-social {
        width: 200px;
        text-align: left
    }

    .ex-table-2 img {
        width: 100%;
        transition: all .35s
    }

    .ex-table-2 tbody tr:nth-child(odd) {
        background-color: #f8f6ff
    }

    .ex-table-2 tbody tr td {
        border: 0
    }

    .ex-table-2 tbody tr h3 {
        text-transform: capitalize
    }

    .ex-table-2 tbody tr h5 {
        color: #b6b6b6;
        line-height: 15px;
        display: block;
        font-weight: 400;
        text-transform: capitalize
    }

    .ex-table-2 tbody tr:hover img {
        transform: scale(1.15)
    }

    .ex-table-2 .extp-hide-mb {
        display: none
    }

.table-lv-sort .r-search {
    padding: 10px 15px;
    float: right;
    margin: 15px 0;
    background: #fafafa;
    border: 1px solid #eee
}

.table-lv-sort th.exp-sort {
    cursor: pointer;
    text-align: left
}

    .table-lv-sort th.exp-sort > i {
        float: right
    }

    .table-lv-sort th.exp-sort.s-ascending > i.fa-sort:before {
        content: "\f0de"
    }

    .table-lv-sort th.exp-sort.s-descending > i.fa-sort:before {
        content: "\f0dd"
    }

.table-lv-sort .r-search > * {
    display: inline-block;
    width: auto;
    font-family: inherit;
    font-size: 13px
}

.table-lv-sort .r-search label {
    margin-right: 15px
}

.table-lv-sort .r-search input {
    height: 37px;
    line-height: 1;
    border: 1px solid #ddd;
    background: #fff;
    height: 37px;
    padding: 6px 12px;
    border-radius: 0
}

@media screen and (max-width:992px) {
    .ex-table-1 thead th:first-child {
        width: 15%
    }
}

@media screen and (max-width:768px) {
    .ex-table-1 .extp-hide-mb {
        display: block
    }

    .ex-table-1 .extp-hide-screen {
        display: none
    }

    .ex-table-1 .extp-detail {
        float: left
    }

    .ex-table-2 .extp-hide-mb {
        display: block
    }

    .ex-table-2 .extp-hide-screen {
        display: none
    }
}

@media screen and (max-width:450px) {
    .ex-table-1 thead th:nth-child(1),
    .ex-table-1 tbody td:nth-child(1) {
        width: 40%
    }

    .ex-table-1 thead th:nth-child(2),
    .ex-table-1 tbody td:nth-child(2) {
        width: 60%
    }
}

.table-layout .ex-loadmore {
    border: 0;
    padding: 0
}

.exp-arrow:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    border-bottom: 10px solid #222;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    width: 0;
    margin: 2px auto 0;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.exp-arrow:before {
    content: "";
    border-bottom: 10px solid #eee;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    right: 9px;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    opacity: 0;
    display: block !important
}

.ex-tplist.column-3 .exp-expand {
    width: calc(300% + 20px)
}

.ex-tplist.column-2 .exp-expand {
    width: calc(200% + 10px)
}

.ex-tplist.column-4 .exp-expand {
    width: calc(400% + 30px)
}

.ex-tplist.column-5 .exp-expand {
    width: calc(500% + 40px)
}

.exp-expand {
    position: relative;
    box-sizing: content-box;
    overflow: hidden;
    background: #222;
    transition: max-height .3s ease-in-out, margin-bottom .1s .2s, margin-top .2s 0s;
    color: #d6d6d6;
    max-height: 0;
    margin: 0;
    z-index: 9;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.active-collaps .exp-expand {
    margin-top: 10px;
    z-index: 99
}

.cl-dark .exp-expand {
    background: #333;
    color: #fff
}

.cl-dark .exp-arrow:after {
    border-bottom: 8px solid #333
}

.nicescroll-rails {
    border-radius: 5px;
    width: 6px !important;
    background: rgba(0, 0, 0, .15);
    overflow: hidden;
    margin-left: -3px;
    z-index: 999 !important
}

.nicescroll-cursors {
    border: 0 !important
}

.exp-expand .exp-padding {
    padding: 0;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    max-width: 100%;
    max-height: 400px;
    opacity: 1 !important
}

.ex-tplist.column-3 .item-grid:nth-of-type(3n+2) .exp-expand {
    margin-left: calc(-100% - 10px)
}

.ex-tplist.column-3 .item-grid:nth-of-type(3n+3) .exp-expand {
    margin-left: calc(-200% - 20px)
}

.ex-tplist.column-2 .item-grid:nth-of-type(2n+2) .exp-expand {
    margin-left: calc(-100% - 10px)
}

.ex-tplist.column-4 .item-grid:nth-of-type(4n+2) .exp-expand {
    margin-left: calc(-100% - 10px)
}

.ex-tplist.column-4 .item-grid:nth-of-type(4n+3) .exp-expand {
    margin-left: calc(-200% - 20px)
}

.ex-tplist.column-4 .item-grid:nth-of-type(4n+4) .exp-expand {
    margin-left: calc(-300% - 30px)
}

.ex-tplist.column-5 .item-grid:nth-of-type(5n+2) .exp-expand {
    margin-left: calc(-100% - 10px)
}

.ex-tplist.column-5 .item-grid:nth-of-type(5n+3) .exp-expand {
    margin-left: calc(-200% - 20px)
}

.ex-tplist.column-5 .item-grid:nth-of-type(5n+4) .exp-expand {
    margin-left: calc(-300% - 30px)
}

.ex-tplist.column-5 .item-grid:nth-of-type(5n+5) .exp-expand {
    margin-left: calc(-400% - 40px)
}

.active-collaps .exp-expand-des,
.active-collaps .exp-expand {
    max-height: 400px
}

.ex-tplist.fct-collapse .ctgrid .item-grid:first-child .exp-expand-pre,
.ex-tplist.fct-collapse .ctgrid .item-grid:last-child .exp-expand-next {
    pointer-events: none;
    opacity: .5
}

.item-grid.active-collaps .exp-arrow:before,
.item-grid.active-collaps .exp-arrow:after {
    opacity: 1
}

.exp-expand .exp-expand-meta {
    border-bottom: 1px solid #2f2f2f;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1.6
}

.exp-expand .expand-social {
    padding: 0;
    margin: 10px 0
}

.exp-expand .exp-expand-meta .ex-social-account {
    margin-top: 10px
}

    .exp-expand .exp-expand-meta .ex-social-account li a {
        color: #888;
        border: 0 solid #eee;
        line-height: 35px;
        transition: all .2s
    }

        .exp-expand .exp-expand-meta .ex-social-account li a:hover {
            color: #fff
        }

.exp-expand .exp-expand-des h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 3px 0
}

    .exp-expand .exp-expand-des h3 a {
        box-shadow: none;
        color: #00bcd4
    }

.exp-expand .exp-expand-meta h5 {
    font-weight: 400;
    margin: 0;
    font-size: 13px;
    text-transform: initial;
    color: #888;
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 2px solid #3b3b3b
}

    .exp-expand .exp-expand-meta h5:last-of-type {
        border: 0;
        padding: 0;
        margin: 0
    }

.exp-expand .exp-expand-image {
    display: inline-block;
    width: 40%;
    float: left;
    padding: 25px 0 25px 25px
}

.exp-expand .exp-expand-des {
    display: inline-block;
    width: 60%;
    vertical-align: top;
    padding: 0 25px;
    height: 0
}

.active-collaps .exp-expand-des {
    height: 308px;
    margin: 25px 0
}

.exp-expand .extp-epbutton {
    position: absolute;
    right: 22px;
    top: 10px;
    z-index: 999
}

    .exp-expand .extp-epbutton .exp-expand-close {
        vertical-align: top
    }

    .exp-expand .extp-epbutton > div {
        width: 35px;
        height: 35px;
        display: inline-block;
        text-align: center;
        border: 1px solid transparent;
        background: rgba(0, 0, 0, .7);
        line-height: 34px;
        position: relative;
        cursor: pointer;
        transition: all .3s
    }

        .exp-expand .extp-epbutton > div:after {
            content: "";
            border: solid #fff;
            border-width: 0 1px 1px 0;
            display: inline-block;
            padding: 4px
        }

        .exp-expand .extp-epbutton > div.exp-expand-pre:after {
            transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
            margin-right: -4px
        }

        .exp-expand .extp-epbutton > div.exp-expand-next:after {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            margin-left: -4px
        }

        .exp-expand .extp-epbutton > div.exp-expand-close:before,
        .exp-expand .extp-epbutton > div.exp-expand-close:after {
            position: absolute;
            top: 50%;
            padding: 0;
            border: 0;
            content: "";
            background-color: rgba(255, 255, 255, 1)
        }

        .exp-expand .extp-epbutton > div.exp-expand-close:before {
            left: 50%;
            display: block;
            height: 1px;
            width: 19px;
            margin-left: -10px;
            margin-top: -1px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg)
        }

        .exp-expand .extp-epbutton > div.exp-expand-close:after {
            display: block;
            height: 19px;
            width: 1px;
            margin-left: 16px;
            margin-top: -10px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg)
        }

        .exp-expand .extp-epbutton > div:hover {
            background: #fff;
            color: #000;
            border-color: #000
        }

            .exp-expand .extp-epbutton > div:hover:after {
                border-color: #000
            }

        .exp-expand .extp-epbutton > div.exp-expand-close:hover:before,
        .exp-expand .extp-epbutton > div.exp-expand-close:hover:after {
            background: #000
        }

@media screen and (max-width:992px) and (min-width:769px) {
    .ex-tplist.column-4 .exp-expand,
    .ex-tplist.column-5 .exp-expand {
        width: calc(300% + 20px)
    }

    .ex-tplist.column-4 .item-grid:nth-of-type(3n+1) .exp-expand,
    .ex-tplist.column-5 .item-grid:nth-of-type(3n+1) .exp-expand {
        margin-left: 0
    }

    .ex-tplist.column-4 .item-grid:nth-of-type(3n+2) .exp-expand,
    .ex-tplist.column-5 .item-grid:nth-of-type(3n+2) .exp-expand {
        margin-left: calc(-100% - 10px)
    }

    .ex-tplist.column-4 .item-grid:nth-of-type(3n+3) .exp-expand,
    .ex-tplist.column-5 .item-grid:nth-of-type(3n+3) .exp-expand {
        margin-left: calc(-200% - 20px)
    }
}

@media screen and (max-width:768px) {
    .ex-tplist.column-3 .exp-expand,
    .ex-tplist.column-4 .exp-expand,
    .ex-tplist.column-5 .exp-expand {
        width: calc(200% + 10px)
    }

    .ex-tplist.column-3 .item-grid:nth-of-type(2n+1) .exp-expand,
    .ex-tplist.column-4 .item-grid:nth-of-type(2n+1) .exp-expand,
    .ex-tplist.column-5 .item-grid:nth-of-type(2n+1) .exp-expand {
        margin-left: 0
    }

    .ex-tplist.column-3 .item-grid:nth-of-type(2n+2) .exp-expand,
    .ex-tplist.column-4 .item-grid:nth-of-type(2n+2) .exp-expand,
    .ex-tplist.column-5 .item-grid:nth-of-type(2n+2) .exp-expand {
        margin-left: calc(-100% - 10px)
    }
}

@media (max-width:450px) {
    .ex-tplist > .ctgrid .item-grid:nth-of-type(n) .exp-expand {
        width: 100%;
        margin-left: 0
    }
}

.ehd-scroll .nicescroll-rails {
    opacity: 0 !important
}

.extp-hidden-scroll {
    overflow: hidden;
    height: auto;
    margin-right: 15px
}

.ex-hidden .nicescroll-rails {
    border-radius: 5px;
    width: 6px !important
}

.ex-hidden .nicescroll-cursors {
    border: 0 !important
}

.ex-hidden {
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    z-index: -1;
    left: auto;
    transition: all .3s linear .2s;
    transform: translateX(100%);
    width: 600px;
    height: 100%;
    padding: 3px 2px;
    opacity: 0
}

.ex-hidden-active {
    transition: all .3s linear .2s;
    transform: translateX(0);
    z-index: 999999;
    opacity: 1
}

    .ex-hidden-active .extp-mdbutton {
        transition: all .3s linear .2s;
        right: 30px;
        bottom: 20px;
        opacity: 1
    }

.ex-hidden .exp-modal-info {
    overflow: scroll;
    height: calc(100vh - 6px);
    padding: 20px 30px 20px 25px;
    margin-bottom: 6px
}

.item-modl {
    display: none;
    overflow: hidden
}

.ex-hidden .exp-modal-info > div {
    display: inline-block;
    width: 100%
}

.ex-hidden .exp-modal-info h3,
.ex-hidden .exp-modal-info h5 {
    margin: 0;
    padding: 0
}

    .ex-hidden .exp-modal-info h5 span {
        padding: 0;
        margin: 0;
        margin-right: 5px
    }

.ex-hidden .exp-modal-info h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    margin: 7px 0
}

    .ex-hidden .exp-modal-info h3 a {
        box-shadow: none;
        color: #00bcd4
    }

.ex-hidden .exp-modal-info h5 {
    font-weight: 400;
    margin: 0;
    font-size: 13px;
    text-transform: initial;
    color: #888;
    letter-spacing: 1px;
    margin-top: 3px;
    display: inline-block;
    margin-right: 15px;
    border-right: 2px solid #ddd;
    padding-right: 15px
}

    .ex-hidden .exp-modal-info h5:last-of-type {
        border: 0
    }

.ex-hidden .ex-social-account li a {
    background: 0 0;
    color: inherit;
    border: 1px solid #ddd;
    line-height: 33px;
    transition: all .2s
}

    .ex-hidden .ex-social-account li a:hover {
        background: #00bcd4;
        color: #fff;
        border-color: #00bcd4
    }

.ex-hidden .gslide-description.description-right p {
    font-size: 13px;
    margin: 10px 0;
    line-height: 1.6
}

.ex-hidden .exp-modal-info .exp-modal-meta {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 10px;
    margin-bottom: 10px
}

    .ex-hidden .exp-modal-info .exp-modal-meta h5:first-child {
        color: inherit;
        text-transform: uppercase
    }

    .ex-hidden .exp-modal-info .exp-modal-meta .exp-modal-social {
        color: #888
    }

.ex-hidden .ex-social-account {
    margin: 0;
    margin-bottom: 5px
}

.exp-expand .expand-social ul li a {
    color: #d6d6d6
}

.ex-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: 0 0;
    transition: all .3s linear .2s;
    z-index: -1
}

.ex-overlay-active {
    background: rgba(0, 0, 0, .7);
    z-index: 999;
    transition: all .3s linear .2s
}

.extp-mdbutton {
    transition: all .3s linear .2s;
    position: fixed;
    bottom: 20px;
    right: 0;
    opacity: 0
}

    .extp-mdbutton > div {
        width: 35px;
        height: 35px;
        display: inline-block;
        text-align: center;
        border: 1px solid transparent;
        background: rgba(0, 0, 0, .7);
        line-height: 33px;
        position: relative;
        cursor: pointer;
        transition: all .2s
    }

        .extp-mdbutton > div:after {
            content: "";
            border: solid #fff;
            border-width: 0 1px 1px 0;
            display: inline-block;
            padding: 4px
        }

        .extp-mdbutton > div.extp-mdleft:after {
            transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
            margin-right: -4px
        }

        .extp-mdbutton > div.extp-mdright:after {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            margin-left: -4px
        }

        .extp-mdbutton > div.extp-mdclose:before,
        .extp-mdbutton > div.extp-mdclose:after {
            position: absolute;
            top: 50%;
            padding: 0;
            border: 0;
            content: "";
            background-color: rgba(255, 255, 255, 1)
        }

        .extp-mdbutton > div.extp-mdclose:before {
            left: 50%;
            display: block;
            height: 1px;
            width: 19px;
            margin-left: -10px;
            margin-top: -1px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg)
        }

        .extp-mdbutton > div.extp-mdclose:after {
            display: block;
            height: 19px;
            width: 1px;
            margin-left: 15px;
            margin-top: -10px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg)
        }

        .extp-mdbutton > div:hover {
            background: #00bcd4;
            color: #fff;
            border-color: #00bcd4
        }

            .extp-mdbutton > div:hover:after {
                border-color: #fff
            }

        .extp-mdbutton > div.extp-mdclose:hover:before,
        .extp-mdbutton > div.extp-mdclose:hover:after {
            background: #fff
        }

@media screen and (max-width:768px) {
    .ex-hidden {
        width: 450px
    }
}

@media screen and (max-width:450px) {
    .ex-hidden {
        width: 330px
    }
}

.rll-youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

    .rll-youtube-player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: 0 0
    }

    .rll-youtube-player img {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        max-width: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        height: auto;
        cursor: pointer;
        -webkit-transition: .4s all;
        -moz-transition: .4s all;
        transition: .4s all
    }

        .rll-youtube-player img:hover {
            -webkit-filter: brightness(75%)
        }

    .rll-youtube-player .play {
        height: 72px;
        width: 72px;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAtCAYAAAAeA21aAAACXUlEQVR4Ae3aA4xcURSA4VfbVsy6caMyqG3btuPUtm27DWpzbds2Tv9b2zPzdt89ybfeuXn/eOYaUqfOzxlGMdREE7RDf0zGUqzFHpzCVdzGYzjBE34IQSRikYDk99KR+V76Zz9PQCwiEQI/eMEJT3AHV3EKe7EOyzAFA9AeTVELxX91fD866IoYimN4jUhkQAqITETBGScxClV+L4BhdEcQpJCJwMCfBzCM6ZBCbsn3AxhGF4hFDPwygGGUhgvEIvxR+fMA3SEWM/TzAFsgFnPk8wAPIBbjLDVqFFcBqvFNKMRiEgjQQAVo+uFBjsXkE6ClCtBJ/cCKCNBPBRhr84WKFjVrgJkqwDKbLzR+vMjChSIlS5otwCoVYLPNF1qyRNSIk5NIx45mCrBPBThm84UWL5Yv5soVkSZNzBDgvApwze4B1GRliWzaJFKrliMD3FYB7jkkwIeJiRGZPl2kVClHBHimArx0aIAP4+4u0q2bvQO4qQDupgjwYW7eFGnRwl4BfFUAX1MFUJOTI7Jjh0jdurYOEKQCBJkuwIeJjxeZN0+kYkVbBQhTAYJNG+DDnDwpUqyYLQKE60uAvg3Q9wL6cYDjHwnOmCFSurRDHgnq5wL62aB+PUC/ImTp1wT1q8L6fQH9zpB+b9Cy7w7r/QF6h4jeI6R3iel9gr/YKXocTohCFqSAyEIMXHAKo3+2U/TnypYthhpohNbojfFYgBXYhsM4hxu4jSd4DTd4IwAhCEfUe7GIfy/2s5+HIwQB8IYbXuMJ7uAGzuEItmMlFmIC+qINGqMmiv3q+N4ASk8PomBg8rgAAAAASUVORK5CYII=) no-repeat;
        cursor: pointer
    }

.ex-tplist span.search-btsm .tp-search-submit,
.extp-pagination .page-navi .page-numbers.current,
.ex-loadmore .loadmore-exbt span:not(.load-text),
.ex-social-account li a:hover,
.ex-tplist.style-3 .tpstyle-3 .tpstyle-3-rib,
.tpstyle-3 .ex-social-account li a,
figure.tpstyle-7,
.tpstyle-8 .tpstyle-8-position,
.tpstyle-9 .ex-social-account,
figure.tpstyle-17 p:after,
figure.tpstyle-17 .ex-social-account,
figure.tpstyle-19,
.ex-table-1 th,
.ex-table-1 th,
figure.tpstyle-img-1 .ex-social-account li a:hover,
figure.tpstyle-img-7 .ex-social-account li a:hover,
figure.tpstyle-20-blue h3,
figure.tpstyle-20-blue:before,
figure.tpstyle-20-blue:after,
figure.tpstyle-img-5 h5,
figure.tpstyle-img-6 h5,
figure.tpstyle-img-9 h3,
.ex-tplist .ex-hidden .ex-social-account li a:hover,
.extp-mdbutton > div:hover,
.exteam-lb .ex-social-account li a:hover,
.ex-loadmore .loadmore-exbt:hover {
    background: #f15922
}

    .etp-alphab ul li a.current,
    .ex-tplist .exp-expand .exp-expand-des h3 a,
    .tpstyle-11 h3 span,
    figure.tpstyle-19 h5,
    .ex-tplist .tpstyle-list-3 h5,
    .ex-tplist .tpstyle-img-10 h5,
    .ex-tplist .tpstyle-img-3 h5,
    .ex-tplist .tpstyle-img-2 h5,
    .ex-tplist .tpstyle-img-7 h3,
    figure.tpstyle-img-8 > i,
    .exteam-lb .gslide-description.description-right h3 a,
    .ex-tplist .ex-hidden .exp-modal-info h3 a,
    .extp-member-single .member-info h3,
    .ex-loadmore .loadmore-exbt,
    .ex-tplist:not(.style-3):not(.style-7):not(.style-11):not(.style-17):not(.style-19):not(.style-20):not(.style-img-2):not(.style-img-3):not(.style-img-4):not(.style-img-5):not(.style-img-6):not(.style-img-7):not(.style-img-9):not(.style-img-10):not(.list-style-3) h3 a {
        color: #f15922
    }

    .etp-alphab ul li a.current,
    .ex-loadmore .loadmore-exbt,
    .tpstyle-4 .tpstyle-4-image,
    figure.tpstyle-17 p:after,
    figure.tpstyle-19 .tpstyle-19-image,
    .tpstyle-list-3,
    .ex-table-2,
    .tpstyle-img-4 h3 a,
    .ex-tplist .ex-hidden .ex-social-account li a:hover,
    .extp-mdbutton > div:hover,
    .exteam-lb .ex-social-account li a:hover,
    .ex-tplist span.search-btsm .tp-search-submit,
    .extp-pagination .page-navi .page-numbers.current {
        border-color: #f15922
    }

        figure.tpstyle-19 .tpstyle-19-image:before {
            border-top-color: #f15922
        }

.tpstyle-9 .tpstyle-9-position {
    background: rgba(241, 89, 34, .7)
}

.extp-loadicon,
.extp-loadicon:before,
.extp-loadicon:after {
    border-left-color: #f15922
}

.ex-tplist,
.extp-member-single .member-desc,
.ex-tplist .exp-expand p,
div#glightbox-body.exteam-lb,
.exteam-lb {
    font-family: "Roboto", sans-serif
}

    .ex-table-1 p,
    .exteam-lb .gslide-description.description-right p,
    .extp-member-single .member-desc,
    .ex-tplist .exp-expand p,
    .ex-tplist {
        font-size: 16px
    }

        .tpstyle-1,
        .tpstyle-3,
        .tpstyle-8,
        .tpstyle-9,
        .tpstyle-10,
        .tpstyle-11,
        .tpstyle-18,
        .tpstyle-2 figcaption,
        .tpstyle-4 figcaption,
        .tpstyle-5 figcaption,
        .tpstyle-6 figcaption,
        figure.tpstyle-7,
        figure.tpstyle-17,
        .ex-table-1 p,
        .tpstyle-13 p,
        figure.tpstyle-14 p,
        figure.tpstyle-15 p,
        figure.tpstyle-16 p,
        figure.tpstyle-19 .tpstyle-19-image p,
        figure.tpstyle-20 p,
        .tpstyle-img-1,
        .tpstyle-img-2,
        .tpstyle-img-3,
        .tpstyle-img-4,
        figure.tpstyle-img-5,
        figure.tpstyle-img-6,
        figure.tpstyle-img-8 h3,
        figure.tpstyle-img-8 p,
        .tpstyle-img-10 p,
        .tpitem-list,
        .exteam-lb,
        .exp-expand,
        .extp-member-single .member-desc,
        .ex-tplist .exp-expand p,
        .ex-tplist {
            color: #231f20
        }

            .ex-tplist h3 a,
            .ex-tplist .ex-hidden .exp-modal-info h3 a,
            .extp-member-single .member-info h3,
            .exteam-lb .gslide-description.description-right h3 {
                font-family: "Roboto", sans-serif
            }

            .ex-tplist h3 a,
            .ex-tplist .ex-hidden .exp-modal-info h3 a,
            .exteam-lb .gslide-description.description-right h3 {
                font-size: 16px
            }

                .ex-tplist:not(.style-3):not(.style-7):not(.style-11):not(.style-17):not(.style-19):not(.style-20):not(.style-img-2):not(.style-img-3):not(.style-img-4):not(.style-img-5):not(.style-img-6):not(.style-img-7):not(.style-img-9):not(.style-img-10):not(.list-style-3) h3 a,
                .exteam-lb .gslide-description.description-right h3 a,
                .extp-member-single .member-info h3,
                .ex-tplist h3 a,
                .ex-tplist .ex-hidden .exp-modal-info h3 a,
                .ex-tplist .exp-expand .exp-expand-des h3 a {
                    color: #231f20
                }

            .ex-tplist .exp-expand .exp-expand-meta h5,
            .ex-tplist .ex-hidden .exp-modal-info h5,
            .exteam-lb .gslide-description.description-right h5,
            .extp-member-single .mb-meta,
            .ex-tplist h5 {
                font-family: "Roboto", sans-serif
            }

            .ex-tplist .exp-expand .exp-expand-meta h5,
            .ex-tplist .ex-hidden .exp-modal-info h5,
            .exteam-lb .gslide-description.description-right h5,
            .extp-member-single .mb-meta,
            .ex-tplist h5 {
                font-size: 18px
            }

            .ex-tplist .exp-expand .exp-expand-meta h5,
            .ex-tplist .ex-hidden .exp-modal-info h5,
            .exteam-lb .gslide-description.description-right h5,
            .extp-member-single .mb-meta,
            .ex-tplist h5 {
                color: #231f20
            }

[class^=iconsmind-],
[class*=" iconsmind-"] {
    font-family: 'iconsmind' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.iconsmind-Aquarius:before {
    content: "\e900"
}

.iconsmind-Aquarius-2:before {
    content: "\e901"
}

.iconsmind-Aries:before {
    content: "\e902"
}

.iconsmind-Aries-2:before {
    content: "\e903"
}

.iconsmind-Cancer:before {
    content: "\e904"
}

.iconsmind-Cancer-2:before {
    content: "\e905"
}

.iconsmind-Capricorn:before {
    content: "\e906"
}

.iconsmind-Capricorn-2:before {
    content: "\e907"
}

.iconsmind-Gemini:before {
    content: "\e908"
}

.iconsmind-Gemini-2:before {
    content: "\e909"
}

.iconsmind-Leo:before {
    content: "\e90a"
}

.iconsmind-Leo-2:before {
    content: "\e90b"
}

.iconsmind-Libra:before {
    content: "\e90c"
}

.iconsmind-Libra-2:before {
    content: "\e90d"
}

.iconsmind-Pisces:before {
    content: "\e90e"
}

.iconsmind-Pisces-2:before {
    content: "\e90f"
}

.iconsmind-Sagittarus:before {
    content: "\e910"
}

.iconsmind-Sagittarus-2:before {
    content: "\e911"
}

.iconsmind-Scorpio:before {
    content: "\e912"
}

.iconsmind-Scorpio-2:before {
    content: "\e913"
}

.iconsmind-Taurus:before {
    content: "\e914"
}

.iconsmind-Taurus-2:before {
    content: "\e915"
}

.iconsmind-Virgo:before {
    content: "\e916"
}

.iconsmind-Virgo-2:before {
    content: "\e917"
}

.iconsmind-Add-Window:before {
    content: "\e918"
}

.iconsmind-Approved-Window:before {
    content: "\e919"
}

.iconsmind-Block-Window:before {
    content: "\e91a"
}

.iconsmind-Close-Window:before {
    content: "\e91b"
}

.iconsmind-Code-Window:before {
    content: "\e91c"
}

.iconsmind-Delete-Window:before {
    content: "\e91d"
}

.iconsmind-Download-Window:before {
    content: "\e91e"
}

.iconsmind-Duplicate-Window:before {
    content: "\e91f"
}

.iconsmind-Error-404Window:before {
    content: "\e920"
}

.iconsmind-Favorite-Window:before {
    content: "\e921"
}

.iconsmind-Font-Window:before {
    content: "\e922"
}

.iconsmind-Full-ViewWindow:before {
    content: "\e923"
}

.iconsmind-Height-Window:before {
    content: "\e924"
}

.iconsmind-Home-Window:before {
    content: "\e925"
}

.iconsmind-Info-Window:before {
    content: "\e926"
}

.iconsmind-Loading-Window:before {
    content: "\e927"
}

.iconsmind-Lock-Window:before {
    content: "\e928"
}

.iconsmind-Love-Window:before {
    content: "\e929"
}

.iconsmind-Maximize-Window:before {
    content: "\e92a"
}

.iconsmind-Minimize-Maximize-Close-Window:before {
    content: "\e92b"
}

.iconsmind-Minimize-Window:before {
    content: "\e92c"
}

.iconsmind-Navigation-LeftWindow:before {
    content: "\e92d"
}

.iconsmind-Navigation-RightWindow:before {
    content: "\e92e"
}

.iconsmind-Network-Window:before {
    content: "\e92f"
}

.iconsmind-New-Tab:before {
    content: "\e930"
}

.iconsmind-One-Window:before {
    content: "\e931"
}

.iconsmind-Refresh-Window:before {
    content: "\e932"
}

.iconsmind-Remove-Window:before {
    content: "\e933"
}

.iconsmind-Restore-Window:before {
    content: "\e934"
}

.iconsmind-Save-Window:before {
    content: "\e935"
}

.iconsmind-Settings-Window:before {
    content: "\e936"
}

.iconsmind-Share-Window:before {
    content: "\e937"
}

.iconsmind-Sidebar-Window:before {
    content: "\e938"
}

.iconsmind-Split-FourSquareWindow:before {
    content: "\e939"
}

.iconsmind-Split-Horizontal:before {
    content: "\e93a"
}

.iconsmind-Split-Horizontal2Window:before {
    content: "\e93b"
}

.iconsmind-Split-Vertical:before {
    content: "\e93c"
}

.iconsmind-Split-Vertical2:before {
    content: "\e93d"
}

.iconsmind-Split-Window:before {
    content: "\e93e"
}

.iconsmind-Time-Window:before {
    content: "\e93f"
}

.iconsmind-Touch-Window:before {
    content: "\e940"
}

.iconsmind-Two-Windows:before {
    content: "\e941"
}

.iconsmind-Upload-Window:before {
    content: "\e942"
}

.iconsmind-URL-Window:before {
    content: "\e943"
}

.iconsmind-Warning-Window:before {
    content: "\e944"
}

.iconsmind-Width-Window:before {
    content: "\e945"
}

.iconsmind-Window-2:before {
    content: "\e946"
}

.iconsmind-Windows-2:before {
    content: "\e947"
}

.iconsmind-Autumn:before {
    content: "\e948"
}

.iconsmind-Celsius:before {
    content: "\e949"
}

.iconsmind-Cloud-Hail:before {
    content: "\e94a"
}

.iconsmind-Cloud-Moon:before {
    content: "\e94b"
}

.iconsmind-Cloud-Rain:before {
    content: "\e94c"
}

.iconsmind-Cloud-Snow:before {
    content: "\e94d"
}

.iconsmind-Cloud-Sun:before {
    content: "\e94e"
}

.iconsmind-Clouds-Weather:before {
    content: "\e94f"
}

.iconsmind-Cloud-Weather:before {
    content: "\e950"
}

.iconsmind-Drop:before {
    content: "\e951"
}

.iconsmind-Dry:before {
    content: "\e952"
}

.iconsmind-Fahrenheit:before {
    content: "\e953"
}

.iconsmind-Fog-Day:before {
    content: "\e954"
}

.iconsmind-Fog-Night:before {
    content: "\e955"
}

.iconsmind-Full-Moon:before {
    content: "\e956"
}

.iconsmind-Half-Moon:before {
    content: "\e957"
}

.iconsmind-No-Drop:before {
    content: "\e958"
}

.iconsmind-Rainbow:before {
    content: "\e959"
}

.iconsmind-Rainbow-2:before {
    content: "\e95a"
}

.iconsmind-Rain-Drop:before {
    content: "\e95b"
}

.iconsmind-Sleet:before {
    content: "\e95c"
}

.iconsmind-Snow:before {
    content: "\e95d"
}

.iconsmind-Snowflake:before {
    content: "\e95e"
}

.iconsmind-Snowflake-2:before {
    content: "\e95f"
}

.iconsmind-Snowflake-3:before {
    content: "\e960"
}

.iconsmind-Snow-Storm:before {
    content: "\e961"
}

.iconsmind-Spring:before {
    content: "\e962"
}

.iconsmind-Storm:before {
    content: "\e963"
}

.iconsmind-Summer:before {
    content: "\e964"
}

.iconsmind-Sun:before {
    content: "\e965"
}

.iconsmind-Sun-CloudyRain:before {
    content: "\e966"
}

.iconsmind-Sunrise:before {
    content: "\e967"
}

.iconsmind-Sunset:before {
    content: "\e968"
}

.iconsmind-Temperature:before {
    content: "\e969"
}

.iconsmind-Temperature-2:before {
    content: "\e96a"
}

.iconsmind-Thunder:before {
    content: "\e96b"
}

.iconsmind-Thunderstorm:before {
    content: "\e96c"
}

.iconsmind-Twister:before {
    content: "\e96d"
}

.iconsmind-Umbrella-2:before {
    content: "\e96e"
}

.iconsmind-Umbrella-3:before {
    content: "\e96f"
}

.iconsmind-Wave:before {
    content: "\e970"
}

.iconsmind-Wave-2:before {
    content: "\e971"
}

.iconsmind-Windsock:before {
    content: "\e972"
}

.iconsmind-Wind-Turbine:before {
    content: "\e973"
}

.iconsmind-Windy:before {
    content: "\e974"
}

.iconsmind-Winter:before {
    content: "\e975"
}

.iconsmind-Winter-2:before {
    content: "\e976"
}

.iconsmind-Cinema:before {
    content: "\e977"
}

.iconsmind-Clapperboard-Close:before {
    content: "\e978"
}

.iconsmind-Clapperboard-Open:before {
    content: "\e979"
}

.iconsmind-D-Eyeglasses:before {
    content: "\e97a"
}

.iconsmind-D-Eyeglasses2:before {
    content: "\e97b"
}

.iconsmind-Director:before {
    content: "\e97c"
}

.iconsmind-Film:before {
    content: "\e97d"
}

.iconsmind-Film-Strip:before {
    content: "\e97e"
}

.iconsmind-Film-Video:before {
    content: "\e97f"
}

.iconsmind-Flash-Video:before {
    content: "\e980"
}

.iconsmind-HD-Video:before {
    content: "\e981"
}

.iconsmind-Movie:before {
    content: "\e982"
}

.iconsmind-Old-TV:before {
    content: "\e983"
}

.iconsmind-Reel:before {
    content: "\e984"
}

.iconsmind-Tripod-andVideo:before {
    content: "\e985"
}

.iconsmind-TV:before {
    content: "\e986"
}

.iconsmind-Video:before {
    content: "\e987"
}

.iconsmind-Video-2:before {
    content: "\e988"
}

.iconsmind-Video-3:before {
    content: "\e989"
}

.iconsmind-Video-4:before {
    content: "\e98a"
}

.iconsmind-Video-5:before {
    content: "\e98b"
}

.iconsmind-Video-6:before {
    content: "\e98c"
}

.iconsmind-Video-Len:before {
    content: "\e98d"
}

.iconsmind-Video-Len2:before {
    content: "\e98e"
}

.iconsmind-Video-Photographer:before {
    content: "\e98f"
}

.iconsmind-Video-Tripod:before {
    content: "\e990"
}

.iconsmind-Affiliate:before {
    content: "\e991"
}

.iconsmind-Background:before {
    content: "\e992"
}

.iconsmind-Billing:before {
    content: "\e993"
}

.iconsmind-Control:before {
    content: "\e994"
}

.iconsmind-Control-2:before {
    content: "\e995"
}

.iconsmind-Crop-2:before {
    content: "\e996"
}

.iconsmind-Dashboard:before {
    content: "\e997"
}

.iconsmind-Duplicate-Layer:before {
    content: "\e998"
}

.iconsmind-Filter-2:before {
    content: "\e999"
}

.iconsmind-Gear:before {
    content: "\e99a"
}

.iconsmind-Gear-2:before {
    content: "\e99b"
}

.iconsmind-Gears:before {
    content: "\e99c"
}

.iconsmind-Gears-2:before {
    content: "\e99d"
}

.iconsmind-Information:before {
    content: "\e99e"
}

.iconsmind-Layer-Backward:before {
    content: "\e99f"
}

.iconsmind-Layer-Forward:before {
    content: "\e9a0"
}

.iconsmind-Library:before {
    content: "\e9a1"
}

.iconsmind-Loading:before {
    content: "\e9a2"
}

.iconsmind-Loading-2:before {
    content: "\e9a3"
}

.iconsmind-Loading-3:before {
    content: "\e9a4"
}

.iconsmind-Magnifi-Glass:before {
    content: "\e9a5"
}

.iconsmind-Magnifi-Glass2:before {
    content: "\e9a6"
}

.iconsmind-Magnifi-Glass22:before {
    content: "\e9a7"
}

.iconsmind-Mouse-Pointer:before {
    content: "\e9a8"
}

.iconsmind-On-off:before {
    content: "\e9a9"
}

.iconsmind-On-Off-2:before {
    content: "\e9aa"
}

.iconsmind-On-Off-3:before {
    content: "\e9ab"
}

.iconsmind-Preview:before {
    content: "\e9ac"
}

.iconsmind-Pricing:before {
    content: "\e9ad"
}

.iconsmind-Profile:before {
    content: "\e9ae"
}

.iconsmind-Project:before {
    content: "\e9af"
}

.iconsmind-Rename:before {
    content: "\e9b0"
}

.iconsmind-Repair:before {
    content: "\e9b1"
}

.iconsmind-Save:before {
    content: "\e9b2"
}

.iconsmind-Scroller:before {
    content: "\e9b3"
}

.iconsmind-Scroller-2:before {
    content: "\e9b4"
}

.iconsmind-Share:before {
    content: "\e9b5"
}

.iconsmind-Statistic:before {
    content: "\e9b6"
}

.iconsmind-Support:before {
    content: "\e9b7"
}

.iconsmind-Switch:before {
    content: "\e9b8"
}

.iconsmind-Upgrade:before {
    content: "\e9b9"
}

.iconsmind-User:before {
    content: "\e9ba"
}

.iconsmind-Wrench:before {
    content: "\e9bb"
}

.iconsmind-Air-Balloon:before {
    content: "\e9bc"
}

.iconsmind-Airship:before {
    content: "\e9bd"
}

.iconsmind-Bicycle:before {
    content: "\e9be"
}

.iconsmind-Bicycle-2:before {
    content: "\e9bf"
}

.iconsmind-Bike-Helmet:before {
    content: "\e9c0"
}

.iconsmind-Bus:before {
    content: "\e9c1"
}

.iconsmind-Bus-2:before {
    content: "\e9c2"
}

.iconsmind-Cable-Car:before {
    content: "\e9c3"
}

.iconsmind-Car:before {
    content: "\e9c4"
}

.iconsmind-Car-2:before {
    content: "\e9c5"
}

.iconsmind-Car-3:before {
    content: "\e9c6"
}

.iconsmind-Car-Wheel:before {
    content: "\e9c7"
}

.iconsmind-Gaugage:before {
    content: "\e9c8"
}

.iconsmind-Gaugage-2:before {
    content: "\e9c9"
}

.iconsmind-Helicopter:before {
    content: "\e9ca"
}

.iconsmind-Helicopter-2:before {
    content: "\e9cb"
}

.iconsmind-Helmet:before {
    content: "\e9cc"
}

.iconsmind-Jeep:before {
    content: "\e9cd"
}

.iconsmind-Jeep-2:before {
    content: "\e9ce"
}

.iconsmind-Jet:before {
    content: "\e9cf"
}

.iconsmind-Motorcycle:before {
    content: "\e9d0"
}

.iconsmind-Plane:before {
    content: "\e9d1"
}

.iconsmind-Plane-2:before {
    content: "\e9d2"
}

.iconsmind-Road:before {
    content: "\e9d3"
}

.iconsmind-Road-2:before {
    content: "\e9d4"
}

.iconsmind-Rocket:before {
    content: "\e9d5"
}

.iconsmind-Sailing-Ship:before {
    content: "\e9d6"
}

.iconsmind-Scooter:before {
    content: "\e9d7"
}

.iconsmind-Scooter-Front:before {
    content: "\e9d8"
}

.iconsmind-Ship:before {
    content: "\e9d9"
}

.iconsmind-Ship-2:before {
    content: "\e9da"
}

.iconsmind-Skateboard:before {
    content: "\e9db"
}

.iconsmind-Skateboard-2:before {
    content: "\e9dc"
}

.iconsmind-Taxi:before {
    content: "\e9dd"
}

.iconsmind-Taxi-2:before {
    content: "\e9de"
}

.iconsmind-Taxi-Sign:before {
    content: "\e9df"
}

.iconsmind-Tractor:before {
    content: "\e9e0"
}

.iconsmind-traffic-Light:before {
    content: "\e9e1"
}

.iconsmind-Traffic-Light2:before {
    content: "\e9e2"
}

.iconsmind-Train:before {
    content: "\e9e3"
}

.iconsmind-Train-2:before {
    content: "\e9e4"
}

.iconsmind-Tram:before {
    content: "\e9e5"
}

.iconsmind-Truck:before {
    content: "\e9e6"
}

.iconsmind-Yacht:before {
    content: "\e9e7"
}

.iconsmind-Double-Tap:before {
    content: "\e9e8"
}

.iconsmind-Drag:before {
    content: "\e9e9"
}

.iconsmind-Drag-Down:before {
    content: "\e9ea"
}

.iconsmind-Drag-Left:before {
    content: "\e9eb"
}

.iconsmind-Drag-Right:before {
    content: "\e9ec"
}

.iconsmind-Drag-Up:before {
    content: "\e9ed"
}

.iconsmind-Finger-DragFourSides:before {
    content: "\e9ee"
}

.iconsmind-Finger-DragTwoSides:before {
    content: "\e9ef"
}

.iconsmind-Five-Fingers:before {
    content: "\e9f0"
}

.iconsmind-Five-FingersDrag:before {
    content: "\e9f1"
}

.iconsmind-Five-FingersDrag2:before {
    content: "\e9f2"
}

.iconsmind-Five-FingersTouch:before {
    content: "\e9f3"
}

.iconsmind-Flick:before {
    content: "\e9f4"
}

.iconsmind-Four-Fingers:before {
    content: "\e9f5"
}

.iconsmind-Four-FingersDrag:before {
    content: "\e9f6"
}

.iconsmind-Four-FingersDrag2:before {
    content: "\e9f7"
}

.iconsmind-Four-FingersTouch:before {
    content: "\e9f8"
}

.iconsmind-Hand-Touch:before {
    content: "\e9f9"
}

.iconsmind-Hand-Touch2:before {
    content: "\e9fa"
}

.iconsmind-Hand-TouchSmartphone:before {
    content: "\e9fb"
}

.iconsmind-One-Finger:before {
    content: "\e9fc"
}

.iconsmind-One-FingerTouch:before {
    content: "\e9fd"
}

.iconsmind-Pinch:before {
    content: "\e9fe"
}

.iconsmind-Press:before {
    content: "\e9ff"
}

.iconsmind-Rotate-Gesture:before {
    content: "\ea00"
}

.iconsmind-Rotate-Gesture2:before {
    content: "\ea01"
}

.iconsmind-Rotate-Gesture3:before {
    content: "\ea02"
}

.iconsmind-Scroll:before {
    content: "\ea03"
}

.iconsmind-Scroll-Fast:before {
    content: "\ea04"
}

.iconsmind-Spread:before {
    content: "\ea05"
}

.iconsmind-Star-Track:before {
    content: "\ea06"
}

.iconsmind-Tap:before {
    content: "\ea07"
}

.iconsmind-Three-Fingers:before {
    content: "\ea08"
}

.iconsmind-Three-FingersDrag:before {
    content: "\ea09"
}

.iconsmind-Three-FingersDrag2:before {
    content: "\ea0a"
}

.iconsmind-Three-FingersTouch:before {
    content: "\ea0b"
}

.iconsmind-Thumb:before {
    content: "\ea0c"
}

.iconsmind-Two-Fingers:before {
    content: "\ea0d"
}

.iconsmind-Two-FingersDrag:before {
    content: "\ea0e"
}

.iconsmind-Two-FingersDrag2:before {
    content: "\ea0f"
}

.iconsmind-Two-FingersScroll:before {
    content: "\ea10"
}

.iconsmind-Two-FingersTouch:before {
    content: "\ea11"
}

.iconsmind-Zoom-Gesture:before {
    content: "\ea12"
}

.iconsmind-Alarm-Clock:before {
    content: "\ea13"
}

.iconsmind-Alarm-Clock2:before {
    content: "\ea14"
}

.iconsmind-Calendar-Clock:before {
    content: "\ea15"
}

.iconsmind-Clock:before {
    content: "\ea16"
}

.iconsmind-Clock-2:before {
    content: "\ea17"
}

.iconsmind-Clock-3:before {
    content: "\ea18"
}

.iconsmind-Clock-4:before {
    content: "\ea19"
}

.iconsmind-Clock-Back:before {
    content: "\ea1a"
}

.iconsmind-Clock-Forward:before {
    content: "\ea1b"
}

.iconsmind-Hour:before {
    content: "\ea1c"
}

.iconsmind-Old-Clock:before {
    content: "\ea1d"
}

.iconsmind-Over-Time:before {
    content: "\ea1e"
}

.iconsmind-Over-Time2:before {
    content: "\ea1f"
}

.iconsmind-Sand-watch:before {
    content: "\ea20"
}

.iconsmind-Sand-watch2:before {
    content: "\ea21"
}

.iconsmind-Stopwatch:before {
    content: "\ea22"
}

.iconsmind-Stopwatch-2:before {
    content: "\ea23"
}

.iconsmind-Time-Backup:before {
    content: "\ea24"
}

.iconsmind-Time-Fire:before {
    content: "\ea25"
}

.iconsmind-Time-Machine:before {
    content: "\ea26"
}

.iconsmind-Timer:before {
    content: "\ea27"
}

.iconsmind-Watch:before {
    content: "\ea28"
}

.iconsmind-Watch-2:before {
    content: "\ea29"
}

.iconsmind-Watch-3:before {
    content: "\ea2a"
}

.iconsmind-A-Z:before {
    content: "\ea2b"
}

.iconsmind-Bold-Text:before {
    content: "\ea2c"
}

.iconsmind-Bulleted-List:before {
    content: "\ea2d"
}

.iconsmind-Font-Color:before {
    content: "\ea2e"
}

.iconsmind-Font-Name:before {
    content: "\ea2f"
}

.iconsmind-Font-Size:before {
    content: "\ea30"
}

.iconsmind-Font-Style:before {
    content: "\ea31"
}

.iconsmind-Font-StyleSubscript:before {
    content: "\ea32"
}

.iconsmind-Font-StyleSuperscript:before {
    content: "\ea33"
}

.iconsmind-Function:before {
    content: "\ea34"
}

.iconsmind-Italic-Text:before {
    content: "\ea35"
}

.iconsmind-Line-SpacingText:before {
    content: "\ea36"
}

.iconsmind-Lowercase-Text:before {
    content: "\ea37"
}

.iconsmind-Normal-Text:before {
    content: "\ea38"
}

.iconsmind-Numbering-List:before {
    content: "\ea39"
}

.iconsmind-Strikethrough-Text:before {
    content: "\ea3a"
}

.iconsmind-Sum:before {
    content: "\ea3b"
}

.iconsmind-Text-Box:before {
    content: "\ea3c"
}

.iconsmind-Text-Effect:before {
    content: "\ea3d"
}

.iconsmind-Text-HighlightColor:before {
    content: "\ea3e"
}

.iconsmind-Text-Paragraph:before {
    content: "\ea3f"
}

.iconsmind-Under-LineText:before {
    content: "\ea40"
}

.iconsmind-Uppercase-Text:before {
    content: "\ea41"
}

.iconsmind-Wrap-Text:before {
    content: "\ea42"
}

.iconsmind-Z-A:before {
    content: "\ea43"
}

.iconsmind-Aerobics:before {
    content: "\ea44"
}

.iconsmind-Aerobics-2:before {
    content: "\ea45"
}

.iconsmind-Aerobics-3:before {
    content: "\ea46"
}

.iconsmind-Archery:before {
    content: "\ea47"
}

.iconsmind-Archery-2:before {
    content: "\ea48"
}

.iconsmind-Ballet-Shoes:before {
    content: "\ea49"
}

.iconsmind-Baseball:before {
    content: "\ea4a"
}

.iconsmind-Basket-Ball:before {
    content: "\ea4b"
}

.iconsmind-Bodybuilding:before {
    content: "\ea4c"
}

.iconsmind-Bowling:before {
    content: "\ea4d"
}

.iconsmind-Bowling-2:before {
    content: "\ea4e"
}

.iconsmind-Box:before {
    content: "\ea4f"
}

.iconsmind-Chess:before {
    content: "\ea50"
}

.iconsmind-Cricket:before {
    content: "\ea51"
}

.iconsmind-Dumbbell:before {
    content: "\ea52"
}

.iconsmind-Football:before {
    content: "\ea53"
}

.iconsmind-Football-2:before {
    content: "\ea54"
}

.iconsmind-Footprint:before {
    content: "\ea55"
}

.iconsmind-Footprint-2:before {
    content: "\ea56"
}

.iconsmind-Goggles:before {
    content: "\ea57"
}

.iconsmind-Golf:before {
    content: "\ea58"
}

.iconsmind-Golf-2:before {
    content: "\ea59"
}

.iconsmind-Gymnastics:before {
    content: "\ea5a"
}

.iconsmind-Hokey:before {
    content: "\ea5b"
}

.iconsmind-Jump-Rope:before {
    content: "\ea5c"
}

.iconsmind-Life-Jacket:before {
    content: "\ea5d"
}

.iconsmind-Medal:before {
    content: "\ea5e"
}

.iconsmind-Medal-2:before {
    content: "\ea5f"
}

.iconsmind-Medal-3:before {
    content: "\ea60"
}

.iconsmind-Parasailing:before {
    content: "\ea61"
}

.iconsmind-Pilates:before {
    content: "\ea62"
}

.iconsmind-Pilates-2:before {
    content: "\ea63"
}

.iconsmind-Pilates-3:before {
    content: "\ea64"
}

.iconsmind-Ping-Pong:before {
    content: "\ea65"
}

.iconsmind-Rafting:before {
    content: "\ea66"
}

.iconsmind-Running:before {
    content: "\ea67"
}

.iconsmind-Running-Shoes:before {
    content: "\ea68"
}

.iconsmind-Skate-Shoes:before {
    content: "\ea69"
}

.iconsmind-Ski:before {
    content: "\ea6a"
}

.iconsmind-Skydiving:before {
    content: "\ea6b"
}

.iconsmind-Snorkel:before {
    content: "\ea6c"
}

.iconsmind-Soccer-Ball:before {
    content: "\ea6d"
}

.iconsmind-Soccer-Shoes:before {
    content: "\ea6e"
}

.iconsmind-Swimming:before {
    content: "\ea6f"
}

.iconsmind-Tennis:before {
    content: "\ea70"
}

.iconsmind-Tennis-Ball:before {
    content: "\ea71"
}

.iconsmind-Trekking:before {
    content: "\ea72"
}

.iconsmind-Trophy:before {
    content: "\ea73"
}

.iconsmind-Trophy-2:before {
    content: "\ea74"
}

.iconsmind-Volleyball:before {
    content: "\ea75"
}

.iconsmind-weight-Lift:before {
    content: "\ea76"
}

.iconsmind-Speach-Bubble:before {
    content: "\ea77"
}

.iconsmind-Speach-Bubble2:before {
    content: "\ea78"
}

.iconsmind-Speach-Bubble3:before {
    content: "\ea79"
}

.iconsmind-Speach-Bubble4:before {
    content: "\ea7a"
}

.iconsmind-Speach-Bubble5:before {
    content: "\ea7b"
}

.iconsmind-Speach-Bubble6:before {
    content: "\ea7c"
}

.iconsmind-Speach-Bubble7:before {
    content: "\ea7d"
}

.iconsmind-Speach-Bubble8:before {
    content: "\ea7e"
}

.iconsmind-Speach-Bubble9:before {
    content: "\ea7f"
}

.iconsmind-Speach-Bubble10:before {
    content: "\ea80"
}

.iconsmind-Speach-Bubble11:before {
    content: "\ea81"
}

.iconsmind-Speach-Bubble12:before {
    content: "\ea82"
}

.iconsmind-Speach-Bubble13:before {
    content: "\ea83"
}

.iconsmind-Speach-BubbleAsking:before {
    content: "\ea84"
}

.iconsmind-Speach-BubbleComic:before {
    content: "\ea85"
}

.iconsmind-Speach-BubbleComic2:before {
    content: "\ea86"
}

.iconsmind-Speach-BubbleComic3:before {
    content: "\ea87"
}

.iconsmind-Speach-BubbleComic4:before {
    content: "\ea88"
}

.iconsmind-Speach-BubbleDialog:before {
    content: "\ea89"
}

.iconsmind-Speach-Bubbles:before {
    content: "\ea8a"
}

.iconsmind-Aim:before {
    content: "\ea8b"
}

.iconsmind-Ask:before {
    content: "\ea8c"
}

.iconsmind-Bebo:before {
    content: "\ea8d"
}

.iconsmind-Behance:before {
    content: "\ea8e"
}

.iconsmind-Betvibes:before {
    content: "\ea8f"
}

.iconsmind-Bing:before {
    content: "\ea90"
}

.iconsmind-Blinklist:before {
    content: "\ea91"
}

.iconsmind-Blogger:before {
    content: "\ea92"
}

.iconsmind-Brightkite:before {
    content: "\ea93"
}

.iconsmind-Delicious:before {
    content: "\ea94"
}

.iconsmind-Deviantart:before {
    content: "\ea95"
}

.iconsmind-Digg:before {
    content: "\ea96"
}

.iconsmind-Diigo:before {
    content: "\ea97"
}

.iconsmind-Doplr:before {
    content: "\ea98"
}

.iconsmind-Dribble:before {
    content: "\ea99"
}

.iconsmind-Email:before {
    content: "\ea9a"
}

.iconsmind-Evernote:before {
    content: "\ea9b"
}

.iconsmind-Facebook:before {
    content: "\ea9c"
}

.iconsmind-Facebook-2:before {
    content: "\ea9d"
}

.iconsmind-Feedburner:before {
    content: "\ea9e"
}

.iconsmind-Flickr:before {
    content: "\ea9f"
}

.iconsmind-Formspring:before {
    content: "\eaa0"
}

.iconsmind-Forsquare:before {
    content: "\eaa1"
}

.iconsmind-Friendfeed:before {
    content: "\eaa2"
}

.iconsmind-Friendster:before {
    content: "\eaa3"
}

.iconsmind-Furl:before {
    content: "\eaa4"
}

.iconsmind-Google:before {
    content: "\eaa5"
}

.iconsmind-Google-Buzz:before {
    content: "\eaa6"
}

.iconsmind-Google-Plus:before {
    content: "\eaa7"
}

.iconsmind-Gowalla:before {
    content: "\eaa8"
}

.iconsmind-ICQ:before {
    content: "\eaa9"
}

.iconsmind-ImDB:before {
    content: "\eaaa"
}

.iconsmind-Instagram:before {
    content: "\eaab"
}

.iconsmind-Last-FM:before {
    content: "\eaac"
}

.iconsmind-Like:before {
    content: "\eaad"
}

.iconsmind-Like-2:before {
    content: "\eaae"
}

.iconsmind-Linkedin:before {
    content: "\eaaf"
}

.iconsmind-Linkedin-2:before {
    content: "\eab0"
}

.iconsmind-Livejournal:before {
    content: "\eab1"
}

.iconsmind-Metacafe:before {
    content: "\eab2"
}

.iconsmind-Mixx:before {
    content: "\eab3"
}

.iconsmind-Myspace:before {
    content: "\eab4"
}

.iconsmind-Newsvine:before {
    content: "\eab5"
}

.iconsmind-Orkut:before {
    content: "\eab6"
}

.iconsmind-Picasa:before {
    content: "\eab7"
}

.iconsmind-Pinterest:before {
    content: "\eab8"
}

.iconsmind-Plaxo:before {
    content: "\eab9"
}

.iconsmind-Plurk:before {
    content: "\eaba"
}

.iconsmind-Posterous:before {
    content: "\eabb"
}

.iconsmind-QIK:before {
    content: "\eabc"
}

.iconsmind-Reddit:before {
    content: "\eabd"
}

.iconsmind-Reverbnation:before {
    content: "\eabe"
}

.iconsmind-RSS:before {
    content: "\eabf"
}

.iconsmind-Sharethis:before {
    content: "\eac0"
}

.iconsmind-Shoutwire:before {
    content: "\eac1"
}

.iconsmind-Skype:before {
    content: "\eac2"
}

.iconsmind-Soundcloud:before {
    content: "\eac3"
}

.iconsmind-Spurl:before {
    content: "\eac4"
}

.iconsmind-Stumbleupon:before {
    content: "\eac5"
}

.iconsmind-Technorati:before {
    content: "\eac6"
}

.iconsmind-Tumblr:before {
    content: "\eac7"
}

.iconsmind-Twitter:before {
    content: "\eac8"
}

.iconsmind-Twitter-2:before {
    content: "\eac9"
}

.iconsmind-Unlike:before {
    content: "\eaca"
}

.iconsmind-Unlike-2:before {
    content: "\eacb"
}

.iconsmind-Ustream:before {
    content: "\eacc"
}

.iconsmind-Viddler:before {
    content: "\eacd"
}

.iconsmind-Vimeo:before {
    content: "\eace"
}

.iconsmind-Wordpress:before {
    content: "\eacf"
}

.iconsmind-Xanga:before {
    content: "\ead0"
}

.iconsmind-Xing:before {
    content: "\ead1"
}

.iconsmind-Yahoo:before {
    content: "\ead2"
}

.iconsmind-Yahoo-Buzz:before {
    content: "\ead3"
}

.iconsmind-Yelp:before {
    content: "\ead4"
}

.iconsmind-Youtube:before {
    content: "\ead5"
}

.iconsmind-Zootool:before {
    content: "\ead6"
}

.iconsmind-Bisexual:before {
    content: "\ead7"
}

.iconsmind-Cancer2:before {
    content: "\ead8"
}

.iconsmind-Couple-Sign:before {
    content: "\ead9"
}

.iconsmind-David-Star:before {
    content: "\eada"
}

.iconsmind-Family-Sign:before {
    content: "\eadb"
}

.iconsmind-Female-2:before {
    content: "\eadc"
}

.iconsmind-Gey:before {
    content: "\eadd"
}

.iconsmind-Heart:before {
    content: "\eade"
}

.iconsmind-Homosexual:before {
    content: "\eadf"
}

.iconsmind-Inifity:before {
    content: "\eae0"
}

.iconsmind-Lesbian:before {
    content: "\eae1"
}

.iconsmind-Lesbians:before {
    content: "\eae2"
}

.iconsmind-Love:before {
    content: "\eae3"
}

.iconsmind-Male-2:before {
    content: "\eae4"
}

.iconsmind-Men:before {
    content: "\eae5"
}

.iconsmind-No-Smoking:before {
    content: "\eae6"
}

.iconsmind-Paw:before {
    content: "\eae7"
}

.iconsmind-Quotes:before {
    content: "\eae8"
}

.iconsmind-Quotes-2:before {
    content: "\eae9"
}

.iconsmind-Redirect:before {
    content: "\eaea"
}

.iconsmind-Retweet:before {
    content: "\eaeb"
}

.iconsmind-Ribbon:before {
    content: "\eaec"
}

.iconsmind-Ribbon-2:before {
    content: "\eaed"
}

.iconsmind-Ribbon-3:before {
    content: "\eaee"
}

.iconsmind-Sexual:before {
    content: "\eaef"
}

.iconsmind-Smoking-Area:before {
    content: "\eaf0"
}

.iconsmind-Trace:before {
    content: "\eaf1"
}

.iconsmind-Venn-Diagram:before {
    content: "\eaf2"
}

.iconsmind-Wheelchair:before {
    content: "\eaf3"
}

.iconsmind-Women:before {
    content: "\eaf4"
}

.iconsmind-Ying-Yang:before {
    content: "\eaf5"
}

.iconsmind-Add-Bag:before {
    content: "\eaf6"
}

.iconsmind-Add-Basket:before {
    content: "\eaf7"
}

.iconsmind-Add-Cart:before {
    content: "\eaf8"
}

.iconsmind-Bag-Coins:before {
    content: "\eaf9"
}

.iconsmind-Bag-Items:before {
    content: "\eafa"
}

.iconsmind-Bag-Quantity:before {
    content: "\eafb"
}

.iconsmind-Bar-Code:before {
    content: "\eafc"
}

.iconsmind-Basket-Coins:before {
    content: "\eafd"
}

.iconsmind-Basket-Items:before {
    content: "\eafe"
}

.iconsmind-Basket-Quantity:before {
    content: "\eaff"
}

.iconsmind-Bitcoin:before {
    content: "\eb00"
}

.iconsmind-Car-Coins:before {
    content: "\eb01"
}

.iconsmind-Car-Items:before {
    content: "\eb02"
}

.iconsmind-CartQuantity:before {
    content: "\eb03"
}

.iconsmind-Cash-Register:before {
    content: "\eb04"
}

.iconsmind-Cash-register2:before {
    content: "\eb05"
}

.iconsmind-Checkout:before {
    content: "\eb06"
}

.iconsmind-Checkout-Bag:before {
    content: "\eb07"
}

.iconsmind-Checkout-Basket:before {
    content: "\eb08"
}

.iconsmind-Full-Basket:before {
    content: "\eb09"
}

.iconsmind-Full-Cart:before {
    content: "\eb0a"
}

.iconsmind-Fyll-Bag:before {
    content: "\eb0b"
}

.iconsmind-Home:before {
    content: "\eb0c"
}

.iconsmind-Password-2shopping:before {
    content: "\eb0d"
}

.iconsmind-Password-shopping:before {
    content: "\eb0e"
}

.iconsmind-QR-Code:before {
    content: "\eb0f"
}

.iconsmind-Receipt:before {
    content: "\eb10"
}

.iconsmind-Receipt-2:before {
    content: "\eb11"
}

.iconsmind-Receipt-3:before {
    content: "\eb12"
}

.iconsmind-Receipt-4:before {
    content: "\eb13"
}

.iconsmind-Remove-Bag:before {
    content: "\eb14"
}

.iconsmind-Remove-Basket:before {
    content: "\eb15"
}

.iconsmind-Remove-Cart:before {
    content: "\eb16"
}

.iconsmind-Shop:before {
    content: "\eb17"
}

.iconsmind-Shop-2:before {
    content: "\eb18"
}

.iconsmind-Shop-3:before {
    content: "\eb19"
}

.iconsmind-Shop-4:before {
    content: "\eb1a"
}

.iconsmind-Shopping-Bag:before {
    content: "\eb1b"
}

.iconsmind-Shopping-Basket:before {
    content: "\eb1c"
}

.iconsmind-Shopping-Cart:before {
    content: "\eb1d"
}

.iconsmind-Tag-2:before {
    content: "\eb1e"
}

.iconsmind-Tag-3:before {
    content: "\eb1f"
}

.iconsmind-Tag-4:before {
    content: "\eb20"
}

.iconsmind-Tag-5:before {
    content: "\eb21"
}

.iconsmind-This-SideUp:before {
    content: "\eb22"
}

.iconsmind-Broke-Link2:before {
    content: "\eb23"
}

.iconsmind-Coding:before {
    content: "\eb24"
}

.iconsmind-Consulting:before {
    content: "\eb25"
}

.iconsmind-Copyright:before {
    content: "\eb26"
}

.iconsmind-Idea-2:before {
    content: "\eb27"
}

.iconsmind-Idea-3:before {
    content: "\eb28"
}

.iconsmind-Idea-4:before {
    content: "\eb29"
}

.iconsmind-Idea-5:before {
    content: "\eb2a"
}

.iconsmind-Internet:before {
    content: "\eb2b"
}

.iconsmind-Internet-2:before {
    content: "\eb2c"
}

.iconsmind-Link-2:before {
    content: "\eb2d"
}

.iconsmind-Management:before {
    content: "\eb2e"
}

.iconsmind-Monitor-Analytics:before {
    content: "\eb2f"
}

.iconsmind-Monitoring:before {
    content: "\eb30"
}

.iconsmind-Optimization:before {
    content: "\eb31"
}

.iconsmind-Search-People:before {
    content: "\eb32"
}

.iconsmind-Tag:before {
    content: "\eb33"
}

.iconsmind-Target:before {
    content: "\eb34"
}

.iconsmind-Target-Market:before {
    content: "\eb35"
}

.iconsmind-Testimonal:before {
    content: "\eb36"
}

.iconsmind-Computer-Secure:before {
    content: "\eb37"
}

.iconsmind-Eye-Scan:before {
    content: "\eb38"
}

.iconsmind-Finger-Print:before {
    content: "\eb39"
}

.iconsmind-Firewall:before {
    content: "\eb3a"
}

.iconsmind-Key-Lock:before {
    content: "\eb3b"
}

.iconsmind-Laptop-Secure:before {
    content: "\eb3c"
}

.iconsmind-Layer-1532:before {
    content: "\eb3d"
}

.iconsmind-Lock:before {
    content: "\eb3e"
}

.iconsmind-Lock-2:before {
    content: "\eb3f"
}

.iconsmind-Lock-3:before {
    content: "\eb40"
}

.iconsmind-Password:before {
    content: "\eb41"
}

.iconsmind-Password-Field:before {
    content: "\eb42"
}

.iconsmind-Police:before {
    content: "\eb43"
}

.iconsmind-Safe-Box:before {
    content: "\eb44"
}

.iconsmind-Security-Block:before {
    content: "\eb45"
}

.iconsmind-Security-Bug:before {
    content: "\eb46"
}

.iconsmind-Security-Camera:before {
    content: "\eb47"
}

.iconsmind-Security-Check:before {
    content: "\eb48"
}

.iconsmind-Security-Settings:before {
    content: "\eb49"
}

.iconsmind-Securiy-Remove:before {
    content: "\eb4a"
}

.iconsmind-Shield:before {
    content: "\eb4b"
}

.iconsmind-Smartphone-Secure:before {
    content: "\eb4c"
}

.iconsmind-SSL:before {
    content: "\eb4d"
}

.iconsmind-Tablet-Secure:before {
    content: "\eb4e"
}

.iconsmind-Type-Pass:before {
    content: "\eb4f"
}

.iconsmind-Unlock:before {
    content: "\eb50"
}

.iconsmind-Unlock-2:before {
    content: "\eb51"
}

.iconsmind-Unlock-3:before {
    content: "\eb52"
}

.iconsmind-Ambulance:before {
    content: "\eb53"
}

.iconsmind-Astronaut:before {
    content: "\eb54"
}

.iconsmind-Atom:before {
    content: "\eb55"
}

.iconsmind-Bacteria:before {
    content: "\eb56"
}

.iconsmind-Band-Aid:before {
    content: "\eb57"
}

.iconsmind-Bio-Hazard:before {
    content: "\eb58"
}

.iconsmind-Biotech:before {
    content: "\eb59"
}

.iconsmind-Brain:before {
    content: "\eb5a"
}

.iconsmind-Chemical:before {
    content: "\eb5b"
}

.iconsmind-Chemical-2:before {
    content: "\eb5c"
}

.iconsmind-Chemical-3:before {
    content: "\eb5d"
}

.iconsmind-Chemical-4:before {
    content: "\eb5e"
}

.iconsmind-Chemical-5:before {
    content: "\eb5f"
}

.iconsmind-Clinic:before {
    content: "\eb60"
}

.iconsmind-Cube-Molecule:before {
    content: "\eb61"
}

.iconsmind-Cube-Molecule2:before {
    content: "\eb62"
}

.iconsmind-Danger:before {
    content: "\eb63"
}

.iconsmind-Danger-2:before {
    content: "\eb64"
}

.iconsmind-DNA:before {
    content: "\eb65"
}

.iconsmind-DNA-2:before {
    content: "\eb66"
}

.iconsmind-DNA-Helix:before {
    content: "\eb67"
}

.iconsmind-First-Aid:before {
    content: "\eb68"
}

.iconsmind-Flask:before {
    content: "\eb69"
}

.iconsmind-Flask-2:before {
    content: "\eb6a"
}

.iconsmind-Helix-2:before {
    content: "\eb6b"
}

.iconsmind-Hospital:before {
    content: "\eb6c"
}

.iconsmind-Hurt:before {
    content: "\eb6d"
}

.iconsmind-Medical-Sign:before {
    content: "\eb6e"
}

.iconsmind-Medicine:before {
    content: "\eb6f"
}

.iconsmind-Medicine-2:before {
    content: "\eb70"
}

.iconsmind-Medicine-3:before {
    content: "\eb71"
}

.iconsmind-Microscope:before {
    content: "\eb72"
}

.iconsmind-Neutron:before {
    content: "\eb73"
}

.iconsmind-Nuclear:before {
    content: "\eb74"
}

.iconsmind-Physics:before {
    content: "\eb75"
}

.iconsmind-Plasmid:before {
    content: "\eb76"
}

.iconsmind-Plaster:before {
    content: "\eb77"
}

.iconsmind-Pulse:before {
    content: "\eb78"
}

.iconsmind-Radioactive:before {
    content: "\eb79"
}

.iconsmind-Safety-PinClose:before {
    content: "\eb7a"
}

.iconsmind-Safety-PinOpen:before {
    content: "\eb7b"
}

.iconsmind-Spermium:before {
    content: "\eb7c"
}

.iconsmind-Stethoscope:before {
    content: "\eb7d"
}

.iconsmind-Temperature2:before {
    content: "\eb7e"
}

.iconsmind-Test-Tube:before {
    content: "\eb7f"
}

.iconsmind-Test-Tube2:before {
    content: "\eb80"
}

.iconsmind-Virus:before {
    content: "\eb81"
}

.iconsmind-Virus-2:before {
    content: "\eb82"
}

.iconsmind-Virus-3:before {
    content: "\eb83"
}

.iconsmind-X-ray:before {
    content: "\eb84"
}

.iconsmind-Auto-Flash:before {
    content: "\eb85"
}

.iconsmind-Camera:before {
    content: "\eb86"
}

.iconsmind-Camera-2:before {
    content: "\eb87"
}

.iconsmind-Camera-3:before {
    content: "\eb88"
}

.iconsmind-Camera-4:before {
    content: "\eb89"
}

.iconsmind-Camera-5:before {
    content: "\eb8a"
}

.iconsmind-Camera-Back:before {
    content: "\eb8b"
}

.iconsmind-Crop:before {
    content: "\eb8c"
}

.iconsmind-Daylight:before {
    content: "\eb8d"
}

.iconsmind-Edit:before {
    content: "\eb8e"
}

.iconsmind-Eye:before {
    content: "\eb8f"
}

.iconsmind-Film2:before {
    content: "\eb90"
}

.iconsmind-Film-Cartridge:before {
    content: "\eb91"
}

.iconsmind-Filter:before {
    content: "\eb92"
}

.iconsmind-Flash:before {
    content: "\eb93"
}

.iconsmind-Flash-2:before {
    content: "\eb94"
}

.iconsmind-Fluorescent:before {
    content: "\eb95"
}

.iconsmind-Gopro:before {
    content: "\eb96"
}

.iconsmind-Landscape:before {
    content: "\eb97"
}

.iconsmind-Len:before {
    content: "\eb98"
}

.iconsmind-Len-2:before {
    content: "\eb99"
}

.iconsmind-Len-3:before {
    content: "\eb9a"
}

.iconsmind-Macro:before {
    content: "\eb9b"
}

.iconsmind-Memory-Card:before {
    content: "\eb9c"
}

.iconsmind-Memory-Card2:before {
    content: "\eb9d"
}

.iconsmind-Memory-Card3:before {
    content: "\eb9e"
}

.iconsmind-No-Flash:before {
    content: "\eb9f"
}

.iconsmind-Panorama:before {
    content: "\eba0"
}

.iconsmind-Photo:before {
    content: "\eba1"
}

.iconsmind-Photo-2:before {
    content: "\eba2"
}

.iconsmind-Photo-3:before {
    content: "\eba3"
}

.iconsmind-Photo-Album:before {
    content: "\eba4"
}

.iconsmind-Photo-Album2:before {
    content: "\eba5"
}

.iconsmind-Photo-Album3:before {
    content: "\eba6"
}

.iconsmind-Photos:before {
    content: "\eba7"
}

.iconsmind-Portrait:before {
    content: "\eba8"
}

.iconsmind-Retouching:before {
    content: "\eba9"
}

.iconsmind-Retro-Camera:before {
    content: "\ebaa"
}

.iconsmind-secound:before {
    content: "\ebab"
}

.iconsmind-secound2:before {
    content: "\ebac"
}

.iconsmind-Selfie:before {
    content: "\ebad"
}

.iconsmind-Shutter:before {
    content: "\ebae"
}

.iconsmind-Signal:before {
    content: "\ebaf"
}

.iconsmind-Snow2:before {
    content: "\ebb0"
}

.iconsmind-Sport-Mode:before {
    content: "\ebb1"
}

.iconsmind-Studio-Flash:before {
    content: "\ebb2"
}

.iconsmind-Studio-Lightbox:before {
    content: "\ebb3"
}

.iconsmind-Timer2:before {
    content: "\ebb4"
}

.iconsmind-Tripod-2:before {
    content: "\ebb5"
}

.iconsmind-Tripod-withCamera:before {
    content: "\ebb6"
}

.iconsmind-Tripod-withGopro:before {
    content: "\ebb7"
}

.iconsmind-Add-User:before {
    content: "\ebb8"
}

.iconsmind-Add-UserStar:before {
    content: "\ebb9"
}

.iconsmind-Administrator:before {
    content: "\ebba"
}

.iconsmind-Alien:before {
    content: "\ebbb"
}

.iconsmind-Alien-2:before {
    content: "\ebbc"
}

.iconsmind-Assistant:before {
    content: "\ebbd"
}

.iconsmind-Baby:before {
    content: "\ebbe"
}

.iconsmind-Baby-Cry:before {
    content: "\ebbf"
}

.iconsmind-Boy:before {
    content: "\ebc0"
}

.iconsmind-Business-Man:before {
    content: "\ebc1"
}

.iconsmind-Business-ManWoman:before {
    content: "\ebc2"
}

.iconsmind-Business-Mens:before {
    content: "\ebc3"
}

.iconsmind-Business-Woman:before {
    content: "\ebc4"
}

.iconsmind-Checked-User:before {
    content: "\ebc5"
}

.iconsmind-Chef:before {
    content: "\ebc6"
}

.iconsmind-Conference:before {
    content: "\ebc7"
}

.iconsmind-Cool-Guy:before {
    content: "\ebc8"
}

.iconsmind-Criminal:before {
    content: "\ebc9"
}

.iconsmind-Dj:before {
    content: "\ebca"
}

.iconsmind-Doctor:before {
    content: "\ebcb"
}

.iconsmind-Engineering:before {
    content: "\ebcc"
}

.iconsmind-Farmer:before {
    content: "\ebcd"
}

.iconsmind-Female:before {
    content: "\ebce"
}

.iconsmind-Female-22:before {
    content: "\ebcf"
}

.iconsmind-Find-User:before {
    content: "\ebd0"
}

.iconsmind-Geek:before {
    content: "\ebd1"
}

.iconsmind-Genius:before {
    content: "\ebd2"
}

.iconsmind-Girl:before {
    content: "\ebd3"
}

.iconsmind-Headphone:before {
    content: "\ebd4"
}

.iconsmind-Headset:before {
    content: "\ebd5"
}

.iconsmind-ID-2:before {
    content: "\ebd6"
}

.iconsmind-ID-3:before {
    content: "\ebd7"
}

.iconsmind-ID-Card:before {
    content: "\ebd8"
}

.iconsmind-King-2:before {
    content: "\ebd9"
}

.iconsmind-Lock-User:before {
    content: "\ebda"
}

.iconsmind-Love-User:before {
    content: "\ebdb"
}

.iconsmind-Male:before {
    content: "\ebdc"
}

.iconsmind-Male-22:before {
    content: "\ebdd"
}

.iconsmind-MaleFemale:before {
    content: "\ebde"
}

.iconsmind-Man-Sign:before {
    content: "\ebdf"
}

.iconsmind-Mens:before {
    content: "\ebe0"
}

.iconsmind-Network:before {
    content: "\ebe1"
}

.iconsmind-Nurse:before {
    content: "\ebe2"
}

.iconsmind-Pac-Man:before {
    content: "\ebe3"
}

.iconsmind-Pilot:before {
    content: "\ebe4"
}

.iconsmind-Police-Man:before {
    content: "\ebe5"
}

.iconsmind-Police-Woman:before {
    content: "\ebe6"
}

.iconsmind-Professor:before {
    content: "\ebe7"
}

.iconsmind-Punker:before {
    content: "\ebe8"
}

.iconsmind-Queen-2:before {
    content: "\ebe9"
}

.iconsmind-Remove-User:before {
    content: "\ebea"
}

.iconsmind-Robot:before {
    content: "\ebeb"
}

.iconsmind-Speak:before {
    content: "\ebec"
}

.iconsmind-Speak-2:before {
    content: "\ebed"
}

.iconsmind-Spy:before {
    content: "\ebee"
}

.iconsmind-Student-Female:before {
    content: "\ebef"
}

.iconsmind-Student-Male:before {
    content: "\ebf0"
}

.iconsmind-Student-MaleFemale:before {
    content: "\ebf1"
}

.iconsmind-Students:before {
    content: "\ebf2"
}

.iconsmind-Superman:before {
    content: "\ebf3"
}

.iconsmind-Talk-Man:before {
    content: "\ebf4"
}

.iconsmind-Teacher:before {
    content: "\ebf5"
}

.iconsmind-Waiter:before {
    content: "\ebf6"
}

.iconsmind-WomanMan:before {
    content: "\ebf7"
}

.iconsmind-Woman-Sign:before {
    content: "\ebf8"
}

.iconsmind-Wonder-Woman:before {
    content: "\ebf9"
}

.iconsmind-Worker:before {
    content: "\ebfa"
}

.iconsmind-Anchor:before {
    content: "\ebfb"
}

.iconsmind-Army-Key:before {
    content: "\ebfc"
}

.iconsmind-Balloon:before {
    content: "\ebfd"
}

.iconsmind-Barricade:before {
    content: "\ebfe"
}

.iconsmind-Batman-Mask:before {
    content: "\ebff"
}

.iconsmind-Binocular:before {
    content: "\ec00"
}

.iconsmind-Boom:before {
    content: "\ec01"
}

.iconsmind-Bucket:before {
    content: "\ec02"
}

.iconsmind-Button:before {
    content: "\ec03"
}

.iconsmind-Cannon:before {
    content: "\ec04"
}

.iconsmind-Chacked-Flag:before {
    content: "\ec05"
}

.iconsmind-Chair:before {
    content: "\ec06"
}

.iconsmind-Coffee-Machine:before {
    content: "\ec07"
}

.iconsmind-Crown:before {
    content: "\ec08"
}

.iconsmind-Crown-2:before {
    content: "\ec09"
}

.iconsmind-Dice:before {
    content: "\ec0a"
}

.iconsmind-Dice-2:before {
    content: "\ec0b"
}

.iconsmind-Domino:before {
    content: "\ec0c"
}

.iconsmind-Door-Hanger:before {
    content: "\ec0d"
}

.iconsmind-Drill:before {
    content: "\ec0e"
}

.iconsmind-Feather:before {
    content: "\ec0f"
}

.iconsmind-Fire-Hydrant:before {
    content: "\ec10"
}

.iconsmind-Flag:before {
    content: "\ec11"
}

.iconsmind-Flag-2:before {
    content: "\ec12"
}

.iconsmind-Flashlight:before {
    content: "\ec13"
}

.iconsmind-Footprint2:before {
    content: "\ec14"
}

.iconsmind-Gas-Pump:before {
    content: "\ec15"
}

.iconsmind-Gift-Box:before {
    content: "\ec16"
}

.iconsmind-Gun:before {
    content: "\ec17"
}

.iconsmind-Gun-2:before {
    content: "\ec18"
}

.iconsmind-Gun-3:before {
    content: "\ec19"
}

.iconsmind-Hammer:before {
    content: "\ec1a"
}

.iconsmind-Identification-Badge:before {
    content: "\ec1b"
}

.iconsmind-Key:before {
    content: "\ec1c"
}

.iconsmind-Key-2:before {
    content: "\ec1d"
}

.iconsmind-Key-3:before {
    content: "\ec1e"
}

.iconsmind-Lamp:before {
    content: "\ec1f"
}

.iconsmind-Lego:before {
    content: "\ec20"
}

.iconsmind-Life-Safer:before {
    content: "\ec21"
}

.iconsmind-Light-Bulb:before {
    content: "\ec22"
}

.iconsmind-Light-Bulb2:before {
    content: "\ec23"
}

.iconsmind-Luggafe-Front:before {
    content: "\ec24"
}

.iconsmind-Luggage-2:before {
    content: "\ec25"
}

.iconsmind-Magic-Wand:before {
    content: "\ec26"
}

.iconsmind-Magnet:before {
    content: "\ec27"
}

.iconsmind-Mask:before {
    content: "\ec28"
}

.iconsmind-Menorah:before {
    content: "\ec29"
}

.iconsmind-Mirror:before {
    content: "\ec2a"
}

.iconsmind-Movie-Ticket:before {
    content: "\ec2b"
}

.iconsmind-Office-Lamp:before {
    content: "\ec2c"
}

.iconsmind-Paint-Brush:before {
    content: "\ec2d"
}

.iconsmind-Paint-Bucket:before {
    content: "\ec2e"
}

.iconsmind-Paper-Plane:before {
    content: "\ec2f"
}

.iconsmind-Post-Sign:before {
    content: "\ec30"
}

.iconsmind-Post-Sign2ways:before {
    content: "\ec31"
}

.iconsmind-Puzzle:before {
    content: "\ec32"
}

.iconsmind-Razzor-Blade:before {
    content: "\ec33"
}

.iconsmind-Scale:before {
    content: "\ec34"
}

.iconsmind-Screwdriver:before {
    content: "\ec35"
}

.iconsmind-Sewing-Machine:before {
    content: "\ec36"
}

.iconsmind-Sheriff-Badge:before {
    content: "\ec37"
}

.iconsmind-Stroller:before {
    content: "\ec38"
}

.iconsmind-Suitcase:before {
    content: "\ec39"
}

.iconsmind-Teddy-Bear:before {
    content: "\ec3a"
}

.iconsmind-Telescope:before {
    content: "\ec3b"
}

.iconsmind-Tent:before {
    content: "\ec3c"
}

.iconsmind-Thread:before {
    content: "\ec3d"
}

.iconsmind-Ticket:before {
    content: "\ec3e"
}

.iconsmind-Time-Bomb:before {
    content: "\ec3f"
}

.iconsmind-Tourch:before {
    content: "\ec40"
}

.iconsmind-Vase:before {
    content: "\ec41"
}

.iconsmind-Video-GameController:before {
    content: "\ec42"
}

.iconsmind-Conservation:before {
    content: "\ec43"
}

.iconsmind-Eci-Icon:before {
    content: "\ec44"
}

.iconsmind-Environmental:before {
    content: "\ec45"
}

.iconsmind-Environmental-2:before {
    content: "\ec46"
}

.iconsmind-Environmental-3:before {
    content: "\ec47"
}

.iconsmind-Fire-Flame:before {
    content: "\ec48"
}

.iconsmind-Fire-Flame2:before {
    content: "\ec49"
}

.iconsmind-Flowerpot:before {
    content: "\ec4a"
}

.iconsmind-Forest:before {
    content: "\ec4b"
}

.iconsmind-Green-Energy:before {
    content: "\ec4c"
}

.iconsmind-Green-House:before {
    content: "\ec4d"
}

.iconsmind-Landscape2:before {
    content: "\ec4e"
}

.iconsmind-Leafs:before {
    content: "\ec4f"
}

.iconsmind-Leafs-2:before {
    content: "\ec50"
}

.iconsmind-Light-BulbLeaf:before {
    content: "\ec51"
}

.iconsmind-Palm-Tree:before {
    content: "\ec52"
}

.iconsmind-Plant:before {
    content: "\ec53"
}

.iconsmind-Recycling:before {
    content: "\ec54"
}

.iconsmind-Recycling-2:before {
    content: "\ec55"
}

.iconsmind-Seed:before {
    content: "\ec56"
}

.iconsmind-Trash-withMen:before {
    content: "\ec57"
}

.iconsmind-Tree:before {
    content: "\ec58"
}

.iconsmind-Tree-2:before {
    content: "\ec59"
}

.iconsmind-Tree-3:before {
    content: "\ec5a"
}

.iconsmind-Audio:before {
    content: "\ec5b"
}

.iconsmind-Back-Music:before {
    content: "\ec5c"
}

.iconsmind-Bell:before {
    content: "\ec5d"
}

.iconsmind-Casette-Tape:before {
    content: "\ec5e"
}

.iconsmind-CD-2:before {
    content: "\ec5f"
}

.iconsmind-CD-Cover:before {
    content: "\ec60"
}

.iconsmind-Cello:before {
    content: "\ec61"
}

.iconsmind-Clef:before {
    content: "\ec62"
}

.iconsmind-Drum:before {
    content: "\ec63"
}

.iconsmind-Earphones:before {
    content: "\ec64"
}

.iconsmind-Earphones-2:before {
    content: "\ec65"
}

.iconsmind-Electric-Guitar:before {
    content: "\ec66"
}

.iconsmind-Equalizer:before {
    content: "\ec67"
}

.iconsmind-First:before {
    content: "\ec68"
}

.iconsmind-Guitar:before {
    content: "\ec69"
}

.iconsmind-Headphones:before {
    content: "\ec6a"
}

.iconsmind-Keyboard3:before {
    content: "\ec6b"
}

.iconsmind-Last:before {
    content: "\ec6c"
}

.iconsmind-Loud:before {
    content: "\ec6d"
}

.iconsmind-Loudspeaker:before {
    content: "\ec6e"
}

.iconsmind-Mic:before {
    content: "\ec6f"
}

.iconsmind-Microphone:before {
    content: "\ec70"
}

.iconsmind-Microphone-2:before {
    content: "\ec71"
}

.iconsmind-Microphone-3:before {
    content: "\ec72"
}

.iconsmind-Microphone-4:before {
    content: "\ec73"
}

.iconsmind-Microphone-5:before {
    content: "\ec74"
}

.iconsmind-Microphone-6:before {
    content: "\ec75"
}

.iconsmind-Microphone-7:before {
    content: "\ec76"
}

.iconsmind-Mixer:before {
    content: "\ec77"
}

.iconsmind-Mp3-File:before {
    content: "\ec78"
}

.iconsmind-Music-Note:before {
    content: "\ec79"
}

.iconsmind-Music-Note2:before {
    content: "\ec7a"
}

.iconsmind-Music-Note3:before {
    content: "\ec7b"
}

.iconsmind-Music-Note4:before {
    content: "\ec7c"
}

.iconsmind-Music-Player:before {
    content: "\ec7d"
}

.iconsmind-Mute:before {
    content: "\ec7e"
}

.iconsmind-Next-Music:before {
    content: "\ec7f"
}

.iconsmind-Old-Radio:before {
    content: "\ec80"
}

.iconsmind-On-Air:before {
    content: "\ec81"
}

.iconsmind-Piano:before {
    content: "\ec82"
}

.iconsmind-Play-Music:before {
    content: "\ec83"
}

.iconsmind-Radio:before {
    content: "\ec84"
}

.iconsmind-Record:before {
    content: "\ec85"
}

.iconsmind-Record-Music:before {
    content: "\ec86"
}

.iconsmind-Rock-andRoll:before {
    content: "\ec87"
}

.iconsmind-Saxophone:before {
    content: "\ec88"
}

.iconsmind-Sound:before {
    content: "\ec89"
}

.iconsmind-Sound-Wave:before {
    content: "\ec8a"
}

.iconsmind-Speaker:before {
    content: "\ec8b"
}

.iconsmind-Stop-Music:before {
    content: "\ec8c"
}

.iconsmind-Trumpet:before {
    content: "\ec8d"
}

.iconsmind-Voice:before {
    content: "\ec8e"
}

.iconsmind-Volume-Down:before {
    content: "\ec8f"
}

.iconsmind-Volume-Up:before {
    content: "\ec90"
}

.iconsmind-Back:before {
    content: "\ec91"
}

.iconsmind-Back-2:before {
    content: "\ec92"
}

.iconsmind-Eject:before {
    content: "\ec93"
}

.iconsmind-Eject-2:before {
    content: "\ec94"
}

.iconsmind-End:before {
    content: "\ec95"
}

.iconsmind-End-2:before {
    content: "\ec96"
}

.iconsmind-Next:before {
    content: "\ec97"
}

.iconsmind-Next-2:before {
    content: "\ec98"
}

.iconsmind-Pause:before {
    content: "\ec99"
}

.iconsmind-Pause-2:before {
    content: "\ec9a"
}

.iconsmind-Power-2:before {
    content: "\ec9b"
}

.iconsmind-Power-3:before {
    content: "\ec9c"
}

.iconsmind-Record2:before {
    content: "\ec9d"
}

.iconsmind-Record-2:before {
    content: "\ec9e"
}

.iconsmind-Repeat:before {
    content: "\ec9f"
}

.iconsmind-Repeat-2:before {
    content: "\eca0"
}

.iconsmind-Shuffle:before {
    content: "\eca1"
}

.iconsmind-Shuffle-2:before {
    content: "\eca2"
}

.iconsmind-Start:before {
    content: "\eca3"
}

.iconsmind-Start-2:before {
    content: "\eca4"
}

.iconsmind-Stop:before {
    content: "\eca5"
}

.iconsmind-Stop-2:before {
    content: "\eca6"
}

.iconsmind-Compass:before {
    content: "\eca7"
}

.iconsmind-Compass-2:before {
    content: "\eca8"
}

.iconsmind-Compass-Rose:before {
    content: "\eca9"
}

.iconsmind-Direction-East:before {
    content: "\ecaa"
}

.iconsmind-Direction-North:before {
    content: "\ecab"
}

.iconsmind-Direction-South:before {
    content: "\ecac"
}

.iconsmind-Direction-West:before {
    content: "\ecad"
}

.iconsmind-Edit-Map:before {
    content: "\ecae"
}

.iconsmind-Geo:before {
    content: "\ecaf"
}

.iconsmind-Geo2:before {
    content: "\ecb0"
}

.iconsmind-Geo3:before {
    content: "\ecb1"
}

.iconsmind-Geo22:before {
    content: "\ecb2"
}

.iconsmind-Geo23:before {
    content: "\ecb3"
}

.iconsmind-Geo24:before {
    content: "\ecb4"
}

.iconsmind-Geo2-Close:before {
    content: "\ecb5"
}

.iconsmind-Geo2-Love:before {
    content: "\ecb6"
}

.iconsmind-Geo2-Number:before {
    content: "\ecb7"
}

.iconsmind-Geo2-Star:before {
    content: "\ecb8"
}

.iconsmind-Geo32:before {
    content: "\ecb9"
}

.iconsmind-Geo33:before {
    content: "\ecba"
}

.iconsmind-Geo34:before {
    content: "\ecbb"
}

.iconsmind-Geo3-Close:before {
    content: "\ecbc"
}

.iconsmind-Geo3-Love:before {
    content: "\ecbd"
}

.iconsmind-Geo3-Number:before {
    content: "\ecbe"
}

.iconsmind-Geo3-Star:before {
    content: "\ecbf"
}

.iconsmind-Geo-Close:before {
    content: "\ecc0"
}

.iconsmind-Geo-Love:before {
    content: "\ecc1"
}

.iconsmind-Geo-Number:before {
    content: "\ecc2"
}

.iconsmind-Geo-Star:before {
    content: "\ecc3"
}

.iconsmind-Global-Position:before {
    content: "\ecc4"
}

.iconsmind-Globe:before {
    content: "\ecc5"
}

.iconsmind-Globe-2:before {
    content: "\ecc6"
}

.iconsmind-Location:before {
    content: "\ecc7"
}

.iconsmind-Location-2:before {
    content: "\ecc8"
}

.iconsmind-Map:before {
    content: "\ecc9"
}

.iconsmind-Map2:before {
    content: "\ecca"
}

.iconsmind-Map-Marker:before {
    content: "\eccb"
}

.iconsmind-Map-Marker2:before {
    content: "\eccc"
}

.iconsmind-Map-Marker3:before {
    content: "\eccd"
}

.iconsmind-Road2:before {
    content: "\ecce"
}

.iconsmind-Satelite:before {
    content: "\eccf"
}

.iconsmind-Satelite-2:before {
    content: "\ecd0"
}

.iconsmind-Street-View:before {
    content: "\ecd1"
}

.iconsmind-Street-View2:before {
    content: "\ecd2"
}

.iconsmind-Android-Store:before {
    content: "\ecd3"
}

.iconsmind-Apple-Store:before {
    content: "\ecd4"
}

.iconsmind-Box2:before {
    content: "\ecd5"
}

.iconsmind-Dropbox:before {
    content: "\ecd6"
}

.iconsmind-Google-Drive:before {
    content: "\ecd7"
}

.iconsmind-Google-Play:before {
    content: "\ecd8"
}

.iconsmind-Paypal:before {
    content: "\ecd9"
}

.iconsmind-Skrill:before {
    content: "\ecda"
}

.iconsmind-X-Box:before {
    content: "\ecdb"
}

.iconsmind-Add:before {
    content: "\ecdc"
}

.iconsmind-Back2:before {
    content: "\ecdd"
}

.iconsmind-Broken-Link:before {
    content: "\ecde"
}

.iconsmind-Check:before {
    content: "\ecdf"
}

.iconsmind-Check-2:before {
    content: "\ece0"
}

.iconsmind-Circular-Point:before {
    content: "\ece1"
}

.iconsmind-Close:before {
    content: "\ece2"
}

.iconsmind-Cursor:before {
    content: "\ece3"
}

.iconsmind-Cursor-Click:before {
    content: "\ece4"
}

.iconsmind-Cursor-Click2:before {
    content: "\ece5"
}

.iconsmind-Cursor-Move:before {
    content: "\ece6"
}

.iconsmind-Cursor-Move2:before {
    content: "\ece7"
}

.iconsmind-Cursor-Select:before {
    content: "\ece8"
}

.iconsmind-Down:before {
    content: "\ece9"
}

.iconsmind-Download:before {
    content: "\ecea"
}

.iconsmind-Downward:before {
    content: "\eceb"
}

.iconsmind-Endways:before {
    content: "\ecec"
}

.iconsmind-Forward:before {
    content: "\eced"
}

.iconsmind-Left:before {
    content: "\ecee"
}

.iconsmind-Link:before {
    content: "\ecef"
}

.iconsmind-Next2:before {
    content: "\ecf0"
}

.iconsmind-Orientation:before {
    content: "\ecf1"
}

.iconsmind-Pointer:before {
    content: "\ecf2"
}

.iconsmind-Previous:before {
    content: "\ecf3"
}

.iconsmind-Redo:before {
    content: "\ecf4"
}

.iconsmind-Refresh:before {
    content: "\ecf5"
}

.iconsmind-Reload:before {
    content: "\ecf6"
}

.iconsmind-Remove:before {
    content: "\ecf7"
}

.iconsmind-Repeat2:before {
    content: "\ecf8"
}

.iconsmind-Reset:before {
    content: "\ecf9"
}

.iconsmind-Rewind:before {
    content: "\ecfa"
}

.iconsmind-Right:before {
    content: "\ecfb"
}

.iconsmind-Rotation:before {
    content: "\ecfc"
}

.iconsmind-Rotation-390:before {
    content: "\ecfd"
}

.iconsmind-Spot:before {
    content: "\ecfe"
}

.iconsmind-Start-ways:before {
    content: "\ecff"
}

.iconsmind-Synchronize:before {
    content: "\ed00"
}

.iconsmind-Synchronize-2:before {
    content: "\ed01"
}

.iconsmind-Undo:before {
    content: "\ed02"
}

.iconsmind-Up:before {
    content: "\ed03"
}

.iconsmind-Upload:before {
    content: "\ed04"
}

.iconsmind-Upward:before {
    content: "\ed05"
}

.iconsmind-Yes:before {
    content: "\ed06"
}

.iconsmind-Barricade2:before {
    content: "\ed07"
}

.iconsmind-Crane:before {
    content: "\ed08"
}

.iconsmind-Dam:before {
    content: "\ed09"
}

.iconsmind-Drill2:before {
    content: "\ed0a"
}

.iconsmind-Electricity:before {
    content: "\ed0b"
}

.iconsmind-Explode:before {
    content: "\ed0c"
}

.iconsmind-Factory:before {
    content: "\ed0d"
}

.iconsmind-Fuel:before {
    content: "\ed0e"
}

.iconsmind-Helmet2:before {
    content: "\ed0f"
}

.iconsmind-Helmet-2:before {
    content: "\ed10"
}

.iconsmind-Laser:before {
    content: "\ed11"
}

.iconsmind-Mine:before {
    content: "\ed12"
}

.iconsmind-Oil:before {
    content: "\ed13"
}

.iconsmind-Petrol:before {
    content: "\ed14"
}

.iconsmind-Pipe:before {
    content: "\ed15"
}

.iconsmind-Power-Station:before {
    content: "\ed16"
}

.iconsmind-Refinery:before {
    content: "\ed17"
}

.iconsmind-Saw:before {
    content: "\ed18"
}

.iconsmind-Shovel:before {
    content: "\ed19"
}

.iconsmind-Solar:before {
    content: "\ed1a"
}

.iconsmind-Wheelbarrow:before {
    content: "\ed1b"
}

.iconsmind-Windmill:before {
    content: "\ed1c"
}

.iconsmind-Aa:before {
    content: "\ed1d"
}

.iconsmind-Add-File:before {
    content: "\ed1e"
}

.iconsmind-Address-Book:before {
    content: "\ed1f"
}

.iconsmind-Address-Book2:before {
    content: "\ed20"
}

.iconsmind-Add-SpaceAfterParagraph:before {
    content: "\ed21"
}

.iconsmind-Add-SpaceBeforeParagraph:before {
    content: "\ed22"
}

.iconsmind-Airbrush:before {
    content: "\ed23"
}

.iconsmind-Aligator:before {
    content: "\ed24"
}

.iconsmind-Align-Center:before {
    content: "\ed25"
}

.iconsmind-Align-JustifyAll:before {
    content: "\ed26"
}

.iconsmind-Align-JustifyCenter:before {
    content: "\ed27"
}

.iconsmind-Align-JustifyLeft:before {
    content: "\ed28"
}

.iconsmind-Align-JustifyRight:before {
    content: "\ed29"
}

.iconsmind-Align-Left:before {
    content: "\ed2a"
}

.iconsmind-Align-Right:before {
    content: "\ed2b"
}

.iconsmind-Alpha:before {
    content: "\ed2c"
}

.iconsmind-AMX:before {
    content: "\ed2d"
}

.iconsmind-Anchor2:before {
    content: "\ed2e"
}

.iconsmind-Android:before {
    content: "\ed2f"
}

.iconsmind-Angel:before {
    content: "\ed30"
}

.iconsmind-Angel-Smiley:before {
    content: "\ed31"
}

.iconsmind-Angry:before {
    content: "\ed32"
}

.iconsmind-Apple:before {
    content: "\ed33"
}

.iconsmind-Apple-Bite:before {
    content: "\ed34"
}

.iconsmind-Argentina:before {
    content: "\ed35"
}

.iconsmind-Arrow-Around:before {
    content: "\ed36"
}

.iconsmind-Arrow-Back:before {
    content: "\ed37"
}

.iconsmind-Arrow-Back2:before {
    content: "\ed38"
}

.iconsmind-Arrow-Back3:before {
    content: "\ed39"
}

.iconsmind-Arrow-Barrier:before {
    content: "\ed3a"
}

.iconsmind-Arrow-Circle:before {
    content: "\ed3b"
}

.iconsmind-Arrow-Cross:before {
    content: "\ed3c"
}

.iconsmind-Arrow-Down:before {
    content: "\ed3d"
}

.iconsmind-Arrow-Down2:before {
    content: "\ed3e"
}

.iconsmind-Arrow-Down3:before {
    content: "\ed3f"
}

.iconsmind-Arrow-DowninCircle:before {
    content: "\ed40"
}

.iconsmind-Arrow-Fork:before {
    content: "\ed41"
}

.iconsmind-Arrow-Forward:before {
    content: "\ed42"
}

.iconsmind-Arrow-Forward2:before {
    content: "\ed43"
}

.iconsmind-Arrow-From:before {
    content: "\ed44"
}

.iconsmind-Arrow-Inside:before {
    content: "\ed45"
}

.iconsmind-Arrow-Inside45:before {
    content: "\ed46"
}

.iconsmind-Arrow-InsideGap:before {
    content: "\ed47"
}

.iconsmind-Arrow-InsideGap45:before {
    content: "\ed48"
}

.iconsmind-Arrow-Into:before {
    content: "\ed49"
}

.iconsmind-Arrow-Join:before {
    content: "\ed4a"
}

.iconsmind-Arrow-Junction:before {
    content: "\ed4b"
}

.iconsmind-Arrow-Left:before {
    content: "\ed4c"
}

.iconsmind-Arrow-Left2:before {
    content: "\ed4d"
}

.iconsmind-Arrow-LeftinCircle:before {
    content: "\ed4e"
}

.iconsmind-Arrow-Loop:before {
    content: "\ed4f"
}

.iconsmind-Arrow-Merge:before {
    content: "\ed50"
}

.iconsmind-Arrow-Mix:before {
    content: "\ed51"
}

.iconsmind-Arrow-Next:before {
    content: "\ed52"
}

.iconsmind-Arrow-OutLeft:before {
    content: "\ed53"
}

.iconsmind-Arrow-OutRight:before {
    content: "\ed54"
}

.iconsmind-Arrow-Outside:before {
    content: "\ed55"
}

.iconsmind-Arrow-Outside45:before {
    content: "\ed56"
}

.iconsmind-Arrow-OutsideGap:before {
    content: "\ed57"
}

.iconsmind-Arrow-OutsideGap45:before {
    content: "\ed58"
}

.iconsmind-Arrow-Over:before {
    content: "\ed59"
}

.iconsmind-Arrow-Refresh:before {
    content: "\ed5a"
}

.iconsmind-Arrow-Refresh2:before {
    content: "\ed5b"
}

.iconsmind-Arrow-Right:before {
    content: "\ed5c"
}

.iconsmind-Arrow-Right2:before {
    content: "\ed5d"
}

.iconsmind-Arrow-RightinCircle:before {
    content: "\ed5e"
}

.iconsmind-Arrow-Shuffle:before {
    content: "\ed5f"
}

.iconsmind-Arrow-Squiggly:before {
    content: "\ed60"
}

.iconsmind-Arrow-Through:before {
    content: "\ed61"
}

.iconsmind-Arrow-To:before {
    content: "\ed62"
}

.iconsmind-Arrow-TurnLeft:before {
    content: "\ed63"
}

.iconsmind-Arrow-TurnRight:before {
    content: "\ed64"
}

.iconsmind-Arrow-Up:before {
    content: "\ed65"
}

.iconsmind-Arrow-Up2:before {
    content: "\ed66"
}

.iconsmind-Arrow-Up3:before {
    content: "\ed67"
}

.iconsmind-Arrow-UpinCircle:before {
    content: "\ed68"
}

.iconsmind-Arrow-XLeft:before {
    content: "\ed69"
}

.iconsmind-Arrow-XRight:before {
    content: "\ed6a"
}

.iconsmind-ATM:before {
    content: "\ed6b"
}

.iconsmind-At-Sign:before {
    content: "\ed6c"
}

.iconsmind-Baby-Clothes:before {
    content: "\ed6d"
}

.iconsmind-Baby-Clothes2:before {
    content: "\ed6e"
}

.iconsmind-Bag:before {
    content: "\ed6f"
}

.iconsmind-Bakelite:before {
    content: "\ed70"
}

.iconsmind-Banana:before {
    content: "\ed71"
}

.iconsmind-Bank:before {
    content: "\ed72"
}

.iconsmind-Bar-Chart:before {
    content: "\ed73"
}

.iconsmind-Bar-Chart2:before {
    content: "\ed74"
}

.iconsmind-Bar-Chart3:before {
    content: "\ed75"
}

.iconsmind-Bar-Chart4:before {
    content: "\ed76"
}

.iconsmind-Bar-Chart5:before {
    content: "\ed77"
}

.iconsmind-Bat:before {
    content: "\ed78"
}

.iconsmind-Bathrobe:before {
    content: "\ed79"
}

.iconsmind-Battery-0:before {
    content: "\ed7a"
}

.iconsmind-Battery-25:before {
    content: "\ed7b"
}

.iconsmind-Battery-50:before {
    content: "\ed7c"
}

.iconsmind-Battery-75:before {
    content: "\ed7d"
}

.iconsmind-Battery-100:before {
    content: "\ed7e"
}

.iconsmind-Battery-Charge:before {
    content: "\ed7f"
}

.iconsmind-Bear:before {
    content: "\ed80"
}

.iconsmind-Beard:before {
    content: "\ed81"
}

.iconsmind-Beard-2:before {
    content: "\ed82"
}

.iconsmind-Beard-3:before {
    content: "\ed83"
}

.iconsmind-Bee:before {
    content: "\ed84"
}

.iconsmind-Beer:before {
    content: "\ed85"
}

.iconsmind-Beer-Glass:before {
    content: "\ed86"
}

.iconsmind-Bell2:before {
    content: "\ed87"
}

.iconsmind-Belt:before {
    content: "\ed88"
}

.iconsmind-Belt-2:before {
    content: "\ed89"
}

.iconsmind-Belt-3:before {
    content: "\ed8a"
}

.iconsmind-Berlin-Tower:before {
    content: "\ed8b"
}

.iconsmind-Beta:before {
    content: "\ed8c"
}

.iconsmind-Big-Bang:before {
    content: "\ed8d"
}

.iconsmind-Big-Data:before {
    content: "\ed8e"
}

.iconsmind-Bikini:before {
    content: "\ed8f"
}

.iconsmind-Bilk-Bottle2:before {
    content: "\ed90"
}

.iconsmind-Bird:before {
    content: "\ed91"
}

.iconsmind-Bird-DeliveringLetter:before {
    content: "\ed92"
}

.iconsmind-Birthday-Cake:before {
    content: "\ed93"
}

.iconsmind-Bishop:before {
    content: "\ed94"
}

.iconsmind-Blackboard:before {
    content: "\ed95"
}

.iconsmind-Black-Cat:before {
    content: "\ed96"
}

.iconsmind-Block-Cloud:before {
    content: "\ed97"
}

.iconsmind-Blood:before {
    content: "\ed98"
}

.iconsmind-Blouse:before {
    content: "\ed99"
}

.iconsmind-Blueprint:before {
    content: "\ed9a"
}

.iconsmind-Board:before {
    content: "\ed9b"
}

.iconsmind-Bone:before {
    content: "\ed9c"
}

.iconsmind-Bones:before {
    content: "\ed9d"
}

.iconsmind-Book:before {
    content: "\ed9e"
}

.iconsmind-Bookmark:before {
    content: "\ed9f"
}

.iconsmind-Books:before {
    content: "\eda0"
}

.iconsmind-Books-2:before {
    content: "\eda1"
}

.iconsmind-Boot:before {
    content: "\eda2"
}

.iconsmind-Boot-2:before {
    content: "\eda3"
}

.iconsmind-Bottom-ToTop:before {
    content: "\eda4"
}

.iconsmind-Bow:before {
    content: "\eda5"
}

.iconsmind-Bow-2:before {
    content: "\eda6"
}

.iconsmind-Bow-3:before {
    content: "\eda7"
}

.iconsmind-Box-Close:before {
    content: "\eda8"
}

.iconsmind-Box-Full:before {
    content: "\eda9"
}

.iconsmind-Box-Open:before {
    content: "\edaa"
}

.iconsmind-Box-withFolders:before {
    content: "\edab"
}

.iconsmind-Bra:before {
    content: "\edac"
}

.iconsmind-Brain2:before {
    content: "\edad"
}

.iconsmind-Brain-2:before {
    content: "\edae"
}

.iconsmind-Brazil:before {
    content: "\edaf"
}

.iconsmind-Bread:before {
    content: "\edb0"
}

.iconsmind-Bread-2:before {
    content: "\edb1"
}

.iconsmind-Bridge:before {
    content: "\edb2"
}

.iconsmind-Broom:before {
    content: "\edb3"
}

.iconsmind-Brush:before {
    content: "\edb4"
}

.iconsmind-Bug:before {
    content: "\edb5"
}

.iconsmind-Building:before {
    content: "\edb6"
}

.iconsmind-Butterfly:before {
    content: "\edb7"
}

.iconsmind-Cake:before {
    content: "\edb8"
}

.iconsmind-Calculator:before {
    content: "\edb9"
}

.iconsmind-Calculator-2:before {
    content: "\edba"
}

.iconsmind-Calculator-3:before {
    content: "\edbb"
}

.iconsmind-Calendar:before {
    content: "\edbc"
}

.iconsmind-Calendar-2:before {
    content: "\edbd"
}

.iconsmind-Calendar-3:before {
    content: "\edbe"
}

.iconsmind-Calendar-4:before {
    content: "\edbf"
}

.iconsmind-Camel:before {
    content: "\edc0"
}

.iconsmind-Can:before {
    content: "\edc1"
}

.iconsmind-Can-2:before {
    content: "\edc2"
}

.iconsmind-Canada:before {
    content: "\edc3"
}

.iconsmind-Candle:before {
    content: "\edc4"
}

.iconsmind-Candy:before {
    content: "\edc5"
}

.iconsmind-Candy-Cane:before {
    content: "\edc6"
}

.iconsmind-Cap:before {
    content: "\edc7"
}

.iconsmind-Cap-2:before {
    content: "\edc8"
}

.iconsmind-Cap-3:before {
    content: "\edc9"
}

.iconsmind-Cardigan:before {
    content: "\edca"
}

.iconsmind-Cardiovascular:before {
    content: "\edcb"
}

.iconsmind-Castle:before {
    content: "\edcc"
}

.iconsmind-Cat:before {
    content: "\edcd"
}

.iconsmind-Cathedral:before {
    content: "\edce"
}

.iconsmind-Cauldron:before {
    content: "\edcf"
}

.iconsmind-CD:before {
    content: "\edd0"
}

.iconsmind-Charger:before {
    content: "\edd1"
}

.iconsmind-Checkmate:before {
    content: "\edd2"
}

.iconsmind-Cheese:before {
    content: "\edd3"
}

.iconsmind-Cheetah:before {
    content: "\edd4"
}

.iconsmind-Chef-Hat:before {
    content: "\edd5"
}

.iconsmind-Chef-Hat2:before {
    content: "\edd6"
}

.iconsmind-Chess-Board:before {
    content: "\edd7"
}

.iconsmind-Chicken:before {
    content: "\edd8"
}

.iconsmind-Chile:before {
    content: "\edd9"
}

.iconsmind-Chimney:before {
    content: "\edda"
}

.iconsmind-China:before {
    content: "\eddb"
}

.iconsmind-Chinese-Temple:before {
    content: "\eddc"
}

.iconsmind-Chip:before {
    content: "\eddd"
}

.iconsmind-Chopsticks:before {
    content: "\edde"
}

.iconsmind-Chopsticks-2:before {
    content: "\eddf"
}

.iconsmind-Christmas:before {
    content: "\ede0"
}

.iconsmind-Christmas-Ball:before {
    content: "\ede1"
}

.iconsmind-Christmas-Bell:before {
    content: "\ede2"
}

.iconsmind-Christmas-Candle:before {
    content: "\ede3"
}

.iconsmind-Christmas-Hat:before {
    content: "\ede4"
}

.iconsmind-Christmas-Sleigh:before {
    content: "\ede5"
}

.iconsmind-Christmas-Snowman:before {
    content: "\ede6"
}

.iconsmind-Christmas-Sock:before {
    content: "\ede7"
}

.iconsmind-Christmas-Tree:before {
    content: "\ede8"
}

.iconsmind-Chrome:before {
    content: "\ede9"
}

.iconsmind-Chrysler-Building:before {
    content: "\edea"
}

.iconsmind-City-Hall:before {
    content: "\edeb"
}

.iconsmind-Clamp:before {
    content: "\edec"
}

.iconsmind-Claps:before {
    content: "\eded"
}

.iconsmind-Clothing-Store:before {
    content: "\edee"
}

.iconsmind-Cloud:before {
    content: "\edef"
}

.iconsmind-Cloud2:before {
    content: "\edf0"
}

.iconsmind-Cloud3:before {
    content: "\edf1"
}

.iconsmind-Cloud-Camera:before {
    content: "\edf2"
}

.iconsmind-Cloud-Computer:before {
    content: "\edf3"
}

.iconsmind-Cloud-Email:before {
    content: "\edf4"
}

.iconsmind-Cloud-Laptop:before {
    content: "\edf5"
}

.iconsmind-Cloud-Lock:before {
    content: "\edf6"
}

.iconsmind-Cloud-Music:before {
    content: "\edf7"
}

.iconsmind-Cloud-Picture:before {
    content: "\edf8"
}

.iconsmind-Cloud-Remove:before {
    content: "\edf9"
}

.iconsmind-Clouds:before {
    content: "\edfa"
}

.iconsmind-Cloud-Secure:before {
    content: "\edfb"
}

.iconsmind-Cloud-Settings:before {
    content: "\edfc"
}

.iconsmind-Cloud-Smartphone:before {
    content: "\edfd"
}

.iconsmind-Cloud-Tablet:before {
    content: "\edfe"
}

.iconsmind-Cloud-Video:before {
    content: "\edff"
}

.iconsmind-Clown:before {
    content: "\ee00"
}

.iconsmind-CMYK:before {
    content: "\ee01"
}

.iconsmind-Coat:before {
    content: "\ee02"
}

.iconsmind-Cocktail:before {
    content: "\ee03"
}

.iconsmind-Coconut:before {
    content: "\ee04"
}

.iconsmind-Coffee:before {
    content: "\ee05"
}

.iconsmind-Coffee-2:before {
    content: "\ee06"
}

.iconsmind-Coffee-Bean:before {
    content: "\ee07"
}

.iconsmind-Coffee-toGo:before {
    content: "\ee08"
}

.iconsmind-Coffin:before {
    content: "\ee09"
}

.iconsmind-Coin:before {
    content: "\ee0a"
}

.iconsmind-Coins:before {
    content: "\ee0b"
}

.iconsmind-Coins-2:before {
    content: "\ee0c"
}

.iconsmind-Coins-3:before {
    content: "\ee0d"
}

.iconsmind-Colombia:before {
    content: "\ee0e"
}

.iconsmind-Colosseum:before {
    content: "\ee0f"
}

.iconsmind-Column:before {
    content: "\ee10"
}

.iconsmind-Column-2:before {
    content: "\ee11"
}

.iconsmind-Column-3:before {
    content: "\ee12"
}

.iconsmind-Comb:before {
    content: "\ee13"
}

.iconsmind-Comb-2:before {
    content: "\ee14"
}

.iconsmind-Communication-Tower:before {
    content: "\ee15"
}

.iconsmind-Communication-Tower2:before {
    content: "\ee16"
}

.iconsmind-Compass2:before {
    content: "\ee17"
}

.iconsmind-Compass-22:before {
    content: "\ee18"
}

.iconsmind-Computer:before {
    content: "\ee19"
}

.iconsmind-Computer-2:before {
    content: "\ee1a"
}

.iconsmind-Computer-3:before {
    content: "\ee1b"
}

.iconsmind-Confused:before {
    content: "\ee1c"
}

.iconsmind-Contrast:before {
    content: "\ee1d"
}

.iconsmind-Cookie-Man:before {
    content: "\ee1e"
}

.iconsmind-Cookies:before {
    content: "\ee1f"
}

.iconsmind-Cool:before {
    content: "\ee20"
}

.iconsmind-Costume:before {
    content: "\ee21"
}

.iconsmind-Cow:before {
    content: "\ee22"
}

.iconsmind-CPU:before {
    content: "\ee23"
}

.iconsmind-Cranium:before {
    content: "\ee24"
}

.iconsmind-Credit-Card:before {
    content: "\ee25"
}

.iconsmind-Credit-Card2:before {
    content: "\ee26"
}

.iconsmind-Credit-Card3:before {
    content: "\ee27"
}

.iconsmind-Croissant:before {
    content: "\ee28"
}

.iconsmind-Crying:before {
    content: "\ee29"
}

.iconsmind-Cupcake:before {
    content: "\ee2a"
}

.iconsmind-Danemark:before {
    content: "\ee2b"
}

.iconsmind-Data:before {
    content: "\ee2c"
}

.iconsmind-Data-Backup:before {
    content: "\ee2d"
}

.iconsmind-Data-Block:before {
    content: "\ee2e"
}

.iconsmind-Data-Center:before {
    content: "\ee2f"
}

.iconsmind-Data-Clock:before {
    content: "\ee30"
}

.iconsmind-Data-Cloud:before {
    content: "\ee31"
}

.iconsmind-Data-Compress:before {
    content: "\ee32"
}

.iconsmind-Data-Copy:before {
    content: "\ee33"
}

.iconsmind-Data-Download:before {
    content: "\ee34"
}

.iconsmind-Data-Financial:before {
    content: "\ee35"
}

.iconsmind-Data-Key:before {
    content: "\ee36"
}

.iconsmind-Data-Lock:before {
    content: "\ee37"
}

.iconsmind-Data-Network:before {
    content: "\ee38"
}

.iconsmind-Data-Password:before {
    content: "\ee39"
}

.iconsmind-Data-Power:before {
    content: "\ee3a"
}

.iconsmind-Data-Refresh:before {
    content: "\ee3b"
}

.iconsmind-Data-Save:before {
    content: "\ee3c"
}

.iconsmind-Data-Search:before {
    content: "\ee3d"
}

.iconsmind-Data-Security:before {
    content: "\ee3e"
}

.iconsmind-Data-Settings:before {
    content: "\ee3f"
}

.iconsmind-Data-Sharing:before {
    content: "\ee40"
}

.iconsmind-Data-Shield:before {
    content: "\ee41"
}

.iconsmind-Data-Signal:before {
    content: "\ee42"
}

.iconsmind-Data-Storage:before {
    content: "\ee43"
}

.iconsmind-Data-Stream:before {
    content: "\ee44"
}

.iconsmind-Data-Transfer:before {
    content: "\ee45"
}

.iconsmind-Data-Unlock:before {
    content: "\ee46"
}

.iconsmind-Data-Upload:before {
    content: "\ee47"
}

.iconsmind-Data-Yes:before {
    content: "\ee48"
}

.iconsmind-Death:before {
    content: "\ee49"
}

.iconsmind-Debian:before {
    content: "\ee4a"
}

.iconsmind-Dec:before {
    content: "\ee4b"
}

.iconsmind-Decrase-Inedit:before {
    content: "\ee4c"
}

.iconsmind-Deer:before {
    content: "\ee4d"
}

.iconsmind-Deer-2:before {
    content: "\ee4e"
}

.iconsmind-Delete-File:before {
    content: "\ee4f"
}

.iconsmind-Depression:before {
    content: "\ee50"
}

.iconsmind-Device-SyncwithCloud:before {
    content: "\ee51"
}

.iconsmind-Diamond:before {
    content: "\ee52"
}

.iconsmind-Digital-Drawing:before {
    content: "\ee53"
}

.iconsmind-Dinosaur:before {
    content: "\ee54"
}

.iconsmind-Diploma:before {
    content: "\ee55"
}

.iconsmind-Diploma-2:before {
    content: "\ee56"
}

.iconsmind-Disk:before {
    content: "\ee57"
}

.iconsmind-Dog:before {
    content: "\ee58"
}

.iconsmind-Dollar:before {
    content: "\ee59"
}

.iconsmind-Dollar-Sign:before {
    content: "\ee5a"
}

.iconsmind-Dollar-Sign2:before {
    content: "\ee5b"
}

.iconsmind-Dolphin:before {
    content: "\ee5c"
}

.iconsmind-Door:before {
    content: "\ee5d"
}

.iconsmind-Double-Circle:before {
    content: "\ee5e"
}

.iconsmind-Doughnut:before {
    content: "\ee5f"
}

.iconsmind-Dove:before {
    content: "\ee60"
}

.iconsmind-Down2:before {
    content: "\ee61"
}

.iconsmind-Down-2:before {
    content: "\ee62"
}

.iconsmind-Down-3:before {
    content: "\ee63"
}

.iconsmind-Download2:before {
    content: "\ee64"
}

.iconsmind-Download-fromCloud:before {
    content: "\ee65"
}

.iconsmind-Dress:before {
    content: "\ee66"
}

.iconsmind-Duck:before {
    content: "\ee67"
}

.iconsmind-DVD:before {
    content: "\ee68"
}

.iconsmind-Eagle:before {
    content: "\ee69"
}

.iconsmind-Ear:before {
    content: "\ee6a"
}

.iconsmind-Eggs:before {
    content: "\ee6b"
}

.iconsmind-Egypt:before {
    content: "\ee6c"
}

.iconsmind-Eifel-Tower:before {
    content: "\ee6d"
}

.iconsmind-Elbow:before {
    content: "\ee6e"
}

.iconsmind-El-Castillo:before {
    content: "\ee6f"
}

.iconsmind-Elephant:before {
    content: "\ee70"
}

.iconsmind-Embassy:before {
    content: "\ee71"
}

.iconsmind-Empire-StateBuilding:before {
    content: "\ee72"
}

.iconsmind-Empty-Box:before {
    content: "\ee73"
}

.iconsmind-End2:before {
    content: "\ee74"
}

.iconsmind-Envelope:before {
    content: "\ee75"
}

.iconsmind-Envelope-2:before {
    content: "\ee76"
}

.iconsmind-Eraser:before {
    content: "\ee77"
}

.iconsmind-Eraser-2:before {
    content: "\ee78"
}

.iconsmind-Eraser-3:before {
    content: "\ee79"
}

.iconsmind-Euro:before {
    content: "\ee7a"
}

.iconsmind-Euro-Sign:before {
    content: "\ee7b"
}

.iconsmind-Euro-Sign2:before {
    content: "\ee7c"
}

.iconsmind-Evil:before {
    content: "\ee7d"
}

.iconsmind-Eye2:before {
    content: "\ee7e"
}

.iconsmind-Eye-Blind:before {
    content: "\ee7f"
}

.iconsmind-Eyebrow:before {
    content: "\ee80"
}

.iconsmind-Eyebrow-2:before {
    content: "\ee81"
}

.iconsmind-Eyebrow-3:before {
    content: "\ee82"
}

.iconsmind-Eyeglasses-Smiley:before {
    content: "\ee83"
}

.iconsmind-Eyeglasses-Smiley2:before {
    content: "\ee84"
}

.iconsmind-Eye-Invisible:before {
    content: "\ee85"
}

.iconsmind-Eye-Visible:before {
    content: "\ee86"
}

.iconsmind-Face-Style:before {
    content: "\ee87"
}

.iconsmind-Face-Style2:before {
    content: "\ee88"
}

.iconsmind-Face-Style3:before {
    content: "\ee89"
}

.iconsmind-Face-Style4:before {
    content: "\ee8a"
}

.iconsmind-Face-Style5:before {
    content: "\ee8b"
}

.iconsmind-Face-Style6:before {
    content: "\ee8c"
}

.iconsmind-Factory2:before {
    content: "\ee8d"
}

.iconsmind-Fan:before {
    content: "\ee8e"
}

.iconsmind-Fashion:before {
    content: "\ee8f"
}

.iconsmind-Fax:before {
    content: "\ee90"
}

.iconsmind-File:before {
    content: "\ee91"
}

.iconsmind-File-Block:before {
    content: "\ee92"
}

.iconsmind-File-Bookmark:before {
    content: "\ee93"
}

.iconsmind-File-Chart:before {
    content: "\ee94"
}

.iconsmind-File-Clipboard:before {
    content: "\ee95"
}

.iconsmind-File-ClipboardFileText:before {
    content: "\ee96"
}

.iconsmind-File-ClipboardTextImage:before {
    content: "\ee97"
}

.iconsmind-File-Cloud:before {
    content: "\ee98"
}

.iconsmind-File-Copy:before {
    content: "\ee99"
}

.iconsmind-File-Copy2:before {
    content: "\ee9a"
}

.iconsmind-File-CSV:before {
    content: "\ee9b"
}

.iconsmind-File-Download:before {
    content: "\ee9c"
}

.iconsmind-File-Edit:before {
    content: "\ee9d"
}

.iconsmind-File-Excel:before {
    content: "\ee9e"
}

.iconsmind-File-Favorite:before {
    content: "\ee9f"
}

.iconsmind-File-Fire:before {
    content: "\eea0"
}

.iconsmind-File-Graph:before {
    content: "\eea1"
}

.iconsmind-File-Hide:before {
    content: "\eea2"
}

.iconsmind-File-Horizontal:before {
    content: "\eea3"
}

.iconsmind-File-HorizontalText:before {
    content: "\eea4"
}

.iconsmind-File-HTML:before {
    content: "\eea5"
}

.iconsmind-File-JPG:before {
    content: "\eea6"
}

.iconsmind-File-Link:before {
    content: "\eea7"
}

.iconsmind-File-Loading:before {
    content: "\eea8"
}

.iconsmind-File-Lock:before {
    content: "\eea9"
}

.iconsmind-File-Love:before {
    content: "\eeaa"
}

.iconsmind-File-Music:before {
    content: "\eeab"
}

.iconsmind-File-Network:before {
    content: "\eeac"
}

.iconsmind-File-Pictures:before {
    content: "\eead"
}

.iconsmind-File-Pie:before {
    content: "\eeae"
}

.iconsmind-File-Presentation:before {
    content: "\eeaf"
}

.iconsmind-File-Refresh:before {
    content: "\eeb0"
}

.iconsmind-Files:before {
    content: "\eeb1"
}

.iconsmind-File-Search:before {
    content: "\eeb2"
}

.iconsmind-File-Settings:before {
    content: "\eeb3"
}

.iconsmind-File-Share:before {
    content: "\eeb4"
}

.iconsmind-File-TextImage:before {
    content: "\eeb5"
}

.iconsmind-File-Trash:before {
    content: "\eeb6"
}

.iconsmind-File-TXT:before {
    content: "\eeb7"
}

.iconsmind-File-Upload:before {
    content: "\eeb8"
}

.iconsmind-File-Video:before {
    content: "\eeb9"
}

.iconsmind-File-Word:before {
    content: "\eeba"
}

.iconsmind-File-Zip:before {
    content: "\eebb"
}

.iconsmind-Financial:before {
    content: "\eebc"
}

.iconsmind-Finger:before {
    content: "\eebd"
}

.iconsmind-Fingerprint:before {
    content: "\eebe"
}

.iconsmind-Fingerprint-2:before {
    content: "\eebf"
}

.iconsmind-Firefox:before {
    content: "\eec0"
}

.iconsmind-Fire-Staion:before {
    content: "\eec1"
}

.iconsmind-Fish:before {
    content: "\eec2"
}

.iconsmind-Fit-To:before {
    content: "\eec3"
}

.iconsmind-Fit-To2:before {
    content: "\eec4"
}

.iconsmind-Flag2:before {
    content: "\eec5"
}

.iconsmind-Flag-22:before {
    content: "\eec6"
}

.iconsmind-Flag-3:before {
    content: "\eec7"
}

.iconsmind-Flag-4:before {
    content: "\eec8"
}

.iconsmind-Flamingo:before {
    content: "\eec9"
}

.iconsmind-Folder:before {
    content: "\eeca"
}

.iconsmind-Folder-Add:before {
    content: "\eecb"
}

.iconsmind-Folder-Archive:before {
    content: "\eecc"
}

.iconsmind-Folder-Binder:before {
    content: "\eecd"
}

.iconsmind-Folder-Binder2:before {
    content: "\eece"
}

.iconsmind-Folder-Block:before {
    content: "\eecf"
}

.iconsmind-Folder-Bookmark:before {
    content: "\eed0"
}

.iconsmind-Folder-Close:before {
    content: "\eed1"
}

.iconsmind-Folder-Cloud:before {
    content: "\eed2"
}

.iconsmind-Folder-Delete:before {
    content: "\eed3"
}

.iconsmind-Folder-Download:before {
    content: "\eed4"
}

.iconsmind-Folder-Edit:before {
    content: "\eed5"
}

.iconsmind-Folder-Favorite:before {
    content: "\eed6"
}

.iconsmind-Folder-Fire:before {
    content: "\eed7"
}

.iconsmind-Folder-Hide:before {
    content: "\eed8"
}

.iconsmind-Folder-Link:before {
    content: "\eed9"
}

.iconsmind-Folder-Loading:before {
    content: "\eeda"
}

.iconsmind-Folder-Lock:before {
    content: "\eedb"
}

.iconsmind-Folder-Love:before {
    content: "\eedc"
}

.iconsmind-Folder-Music:before {
    content: "\eedd"
}

.iconsmind-Folder-Network:before {
    content: "\eede"
}

.iconsmind-Folder-Open:before {
    content: "\eedf"
}

.iconsmind-Folder-Open2:before {
    content: "\eee0"
}

.iconsmind-Folder-Organizing:before {
    content: "\eee1"
}

.iconsmind-Folder-Pictures:before {
    content: "\eee2"
}

.iconsmind-Folder-Refresh:before {
    content: "\eee3"
}

.iconsmind-Folder-Remove:before {
    content: "\eee4"
}

.iconsmind-Folders:before {
    content: "\eee5"
}

.iconsmind-Folder-Search:before {
    content: "\eee6"
}

.iconsmind-Folder-Settings:before {
    content: "\eee7"
}

.iconsmind-Folder-Share:before {
    content: "\eee8"
}

.iconsmind-Folder-Trash:before {
    content: "\eee9"
}

.iconsmind-Folder-Upload:before {
    content: "\eeea"
}

.iconsmind-Folder-Video:before {
    content: "\eeeb"
}

.iconsmind-Folder-WithDocument:before {
    content: "\eeec"
}

.iconsmind-Folder-Zip:before {
    content: "\eeed"
}

.iconsmind-Foot:before {
    content: "\eeee"
}

.iconsmind-Foot-2:before {
    content: "\eeef"
}

.iconsmind-Fork:before {
    content: "\eef0"
}

.iconsmind-Formula:before {
    content: "\eef1"
}

.iconsmind-Fountain-Pen:before {
    content: "\eef2"
}

.iconsmind-Fox:before {
    content: "\eef3"
}

.iconsmind-Frankenstein:before {
    content: "\eef4"
}

.iconsmind-French-Fries:before {
    content: "\eef5"
}

.iconsmind-Frog:before {
    content: "\eef6"
}

.iconsmind-Fruits:before {
    content: "\eef7"
}

.iconsmind-Full-Screen:before {
    content: "\eef8"
}

.iconsmind-Full-Screen2:before {
    content: "\eef9"
}

.iconsmind-Full-View:before {
    content: "\eefa"
}

.iconsmind-Full-View2:before {
    content: "\eefb"
}

.iconsmind-Funky:before {
    content: "\eefc"
}

.iconsmind-Funny-Bicycle:before {
    content: "\eefd"
}

.iconsmind-Gamepad:before {
    content: "\eefe"
}

.iconsmind-Gamepad-2:before {
    content: "\eeff"
}

.iconsmind-Gay:before {
    content: "\ef00"
}

.iconsmind-Geek2:before {
    content: "\ef01"
}

.iconsmind-Gentleman:before {
    content: "\ef02"
}

.iconsmind-Giraffe:before {
    content: "\ef03"
}

.iconsmind-Glasses:before {
    content: "\ef04"
}

.iconsmind-Glasses-2:before {
    content: "\ef05"
}

.iconsmind-Glasses-3:before {
    content: "\ef06"
}

.iconsmind-Glass-Water:before {
    content: "\ef07"
}

.iconsmind-Gloves:before {
    content: "\ef08"
}

.iconsmind-Go-Bottom:before {
    content: "\ef09"
}

.iconsmind-Gorilla:before {
    content: "\ef0a"
}

.iconsmind-Go-Top:before {
    content: "\ef0b"
}

.iconsmind-Grave:before {
    content: "\ef0c"
}

.iconsmind-Graveyard:before {
    content: "\ef0d"
}

.iconsmind-Greece:before {
    content: "\ef0e"
}

.iconsmind-Hair:before {
    content: "\ef0f"
}

.iconsmind-Hair-2:before {
    content: "\ef10"
}

.iconsmind-Hair-3:before {
    content: "\ef11"
}

.iconsmind-Halloween-HalfMoon:before {
    content: "\ef12"
}

.iconsmind-Halloween-Moon:before {
    content: "\ef13"
}

.iconsmind-Hamburger:before {
    content: "\ef14"
}

.iconsmind-Hand:before {
    content: "\ef15"
}

.iconsmind-Hands:before {
    content: "\ef16"
}

.iconsmind-Handshake:before {
    content: "\ef17"
}

.iconsmind-Hanger:before {
    content: "\ef18"
}

.iconsmind-Happy:before {
    content: "\ef19"
}

.iconsmind-Hat:before {
    content: "\ef1a"
}

.iconsmind-Hat-2:before {
    content: "\ef1b"
}

.iconsmind-Haunted-House:before {
    content: "\ef1c"
}

.iconsmind-HD:before {
    content: "\ef1d"
}

.iconsmind-HDD:before {
    content: "\ef1e"
}

.iconsmind-Heart2:before {
    content: "\ef1f"
}

.iconsmind-Heels:before {
    content: "\ef20"
}

.iconsmind-Heels-2:before {
    content: "\ef21"
}

.iconsmind-Hello:before {
    content: "\ef22"
}

.iconsmind-Hipo:before {
    content: "\ef23"
}

.iconsmind-Hipster-Glasses:before {
    content: "\ef24"
}

.iconsmind-Hipster-Glasses2:before {
    content: "\ef25"
}

.iconsmind-Hipster-Glasses3:before {
    content: "\ef26"
}

.iconsmind-Hipster-Headphones:before {
    content: "\ef27"
}

.iconsmind-Hipster-Men:before {
    content: "\ef28"
}

.iconsmind-Hipster-Men2:before {
    content: "\ef29"
}

.iconsmind-Hipster-Men3:before {
    content: "\ef2a"
}

.iconsmind-Hipster-Sunglasses:before {
    content: "\ef2b"
}

.iconsmind-Hipster-Sunglasses2:before {
    content: "\ef2c"
}

.iconsmind-Hipster-Sunglasses3:before {
    content: "\ef2d"
}

.iconsmind-Holly:before {
    content: "\ef2e"
}

.iconsmind-Home2:before {
    content: "\ef2f"
}

.iconsmind-Home-2:before {
    content: "\ef30"
}

.iconsmind-Home-3:before {
    content: "\ef31"
}

.iconsmind-Home-4:before {
    content: "\ef32"
}

.iconsmind-Honey:before {
    content: "\ef33"
}

.iconsmind-Hong-Kong:before {
    content: "\ef34"
}

.iconsmind-Hoodie:before {
    content: "\ef35"
}

.iconsmind-Horror:before {
    content: "\ef36"
}

.iconsmind-Horse:before {
    content: "\ef37"
}

.iconsmind-Hospital2:before {
    content: "\ef38"
}

.iconsmind-Host:before {
    content: "\ef39"
}

.iconsmind-Hot-Dog:before {
    content: "\ef3a"
}

.iconsmind-Hotel:before {
    content: "\ef3b"
}

.iconsmind-Hub:before {
    content: "\ef3c"
}

.iconsmind-Humor:before {
    content: "\ef3d"
}

.iconsmind-Ice-Cream:before {
    content: "\ef3e"
}

.iconsmind-Idea:before {
    content: "\ef3f"
}

.iconsmind-Inbox:before {
    content: "\ef40"
}

.iconsmind-Inbox-Empty:before {
    content: "\ef41"
}

.iconsmind-Inbox-Forward:before {
    content: "\ef42"
}

.iconsmind-Inbox-Full:before {
    content: "\ef43"
}

.iconsmind-Inbox-Into:before {
    content: "\ef44"
}

.iconsmind-Inbox-Out:before {
    content: "\ef45"
}

.iconsmind-Inbox-Reply:before {
    content: "\ef46"
}

.iconsmind-Increase-Inedit:before {
    content: "\ef47"
}

.iconsmind-Indent-FirstLine:before {
    content: "\ef48"
}

.iconsmind-Indent-LeftMargin:before {
    content: "\ef49"
}

.iconsmind-Indent-RightMargin:before {
    content: "\ef4a"
}

.iconsmind-India:before {
    content: "\ef4b"
}

.iconsmind-Internet-Explorer:before {
    content: "\ef4c"
}

.iconsmind-Internet-Smiley:before {
    content: "\ef4d"
}

.iconsmind-iOS-Apple:before {
    content: "\ef4e"
}

.iconsmind-Israel:before {
    content: "\ef4f"
}

.iconsmind-Jacket:before {
    content: "\ef50"
}

.iconsmind-Jamaica:before {
    content: "\ef51"
}

.iconsmind-Japan:before {
    content: "\ef52"
}

.iconsmind-Japanese-Gate:before {
    content: "\ef53"
}

.iconsmind-Jeans:before {
    content: "\ef54"
}

.iconsmind-Joystick:before {
    content: "\ef55"
}

.iconsmind-Juice:before {
    content: "\ef56"
}

.iconsmind-Kangoroo:before {
    content: "\ef57"
}

.iconsmind-Kenya:before {
    content: "\ef58"
}

.iconsmind-Keyboard:before {
    content: "\ef59"
}

.iconsmind-Keypad:before {
    content: "\ef5a"
}

.iconsmind-King:before {
    content: "\ef5b"
}

.iconsmind-Kiss:before {
    content: "\ef5c"
}

.iconsmind-Knee:before {
    content: "\ef5d"
}

.iconsmind-Knife:before {
    content: "\ef5e"
}

.iconsmind-Knight:before {
    content: "\ef5f"
}

.iconsmind-Koala:before {
    content: "\ef60"
}

.iconsmind-Korea:before {
    content: "\ef61"
}

.iconsmind-Lantern:before {
    content: "\ef62"
}

.iconsmind-Laptop:before {
    content: "\ef63"
}

.iconsmind-Laptop-2:before {
    content: "\ef64"
}

.iconsmind-Laptop-3:before {
    content: "\ef65"
}

.iconsmind-Laptop-Phone:before {
    content: "\ef66"
}

.iconsmind-Laptop-Tablet:before {
    content: "\ef67"
}

.iconsmind-Laughing:before {
    content: "\ef68"
}

.iconsmind-Leaning-Tower:before {
    content: "\ef69"
}

.iconsmind-Left2:before {
    content: "\ef6a"
}

.iconsmind-Left-2:before {
    content: "\ef6b"
}

.iconsmind-Left-3:before {
    content: "\ef6c"
}

.iconsmind-Left--Right:before {
    content: "\ef6d"
}

.iconsmind-Left--Right3:before {
    content: "\ef6e"
}

.iconsmind-Left-ToRight:before {
    content: "\ef6f"
}

.iconsmind-Leg:before {
    content: "\ef70"
}

.iconsmind-Leg-2:before {
    content: "\ef71"
}

.iconsmind-Lemon:before {
    content: "\ef72"
}

.iconsmind-Leopard:before {
    content: "\ef73"
}

.iconsmind-Letter-Close:before {
    content: "\ef74"
}

.iconsmind-Letter-Open:before {
    content: "\ef75"
}

.iconsmind-Letter-Sent:before {
    content: "\ef76"
}

.iconsmind-Library2:before {
    content: "\ef77"
}

.iconsmind-Lighthouse:before {
    content: "\ef78"
}

.iconsmind-Line-Chart:before {
    content: "\ef79"
}

.iconsmind-Line-Chart2:before {
    content: "\ef7a"
}

.iconsmind-Line-Chart3:before {
    content: "\ef7b"
}

.iconsmind-Line-Chart4:before {
    content: "\ef7c"
}

.iconsmind-Line-Spacing:before {
    content: "\ef7d"
}

.iconsmind-Linux:before {
    content: "\ef7e"
}

.iconsmind-Lion:before {
    content: "\ef7f"
}

.iconsmind-Lollipop:before {
    content: "\ef80"
}

.iconsmind-Lollipop-2:before {
    content: "\ef81"
}

.iconsmind-Loop:before {
    content: "\ef82"
}

.iconsmind-Love2:before {
    content: "\ef83"
}

.iconsmind-Mail:before {
    content: "\ef84"
}

.iconsmind-Mail-2:before {
    content: "\ef85"
}

.iconsmind-Mail-3:before {
    content: "\ef86"
}

.iconsmind-Mail-Add:before {
    content: "\ef87"
}

.iconsmind-Mail-Attachement:before {
    content: "\ef88"
}

.iconsmind-Mail-Block:before {
    content: "\ef89"
}

.iconsmind-Mailbox-Empty:before {
    content: "\ef8a"
}

.iconsmind-Mailbox-Full:before {
    content: "\ef8b"
}

.iconsmind-Mail-Delete:before {
    content: "\ef8c"
}

.iconsmind-Mail-Favorite:before {
    content: "\ef8d"
}

.iconsmind-Mail-Forward:before {
    content: "\ef8e"
}

.iconsmind-Mail-Gallery:before {
    content: "\ef8f"
}

.iconsmind-Mail-Inbox:before {
    content: "\ef90"
}

.iconsmind-Mail-Link:before {
    content: "\ef91"
}

.iconsmind-Mail-Lock:before {
    content: "\ef92"
}

.iconsmind-Mail-Love:before {
    content: "\ef93"
}

.iconsmind-Mail-Money:before {
    content: "\ef94"
}

.iconsmind-Mail-Open:before {
    content: "\ef95"
}

.iconsmind-Mail-Outbox:before {
    content: "\ef96"
}

.iconsmind-Mail-Password:before {
    content: "\ef97"
}

.iconsmind-Mail-Photo:before {
    content: "\ef98"
}

.iconsmind-Mail-Read:before {
    content: "\ef99"
}

.iconsmind-Mail-Removex:before {
    content: "\ef9a"
}

.iconsmind-Mail-Reply:before {
    content: "\ef9b"
}

.iconsmind-Mail-ReplyAll:before {
    content: "\ef9c"
}

.iconsmind-Mail-Search:before {
    content: "\ef9d"
}

.iconsmind-Mail-Send:before {
    content: "\ef9e"
}

.iconsmind-Mail-Settings:before {
    content: "\ef9f"
}

.iconsmind-Mail-Unread:before {
    content: "\efa0"
}

.iconsmind-Mail-Video:before {
    content: "\efa1"
}

.iconsmind-Mail-withAtSign:before {
    content: "\efa2"
}

.iconsmind-Mail-WithCursors:before {
    content: "\efa3"
}

.iconsmind-Mans-Underwear:before {
    content: "\efa4"
}

.iconsmind-Mans-Underwear2:before {
    content: "\efa5"
}

.iconsmind-Marker:before {
    content: "\efa6"
}

.iconsmind-Marker-2:before {
    content: "\efa7"
}

.iconsmind-Marker-3:before {
    content: "\efa8"
}

.iconsmind-Martini-Glass:before {
    content: "\efa9"
}

.iconsmind-Master-Card:before {
    content: "\efaa"
}

.iconsmind-Maximize:before {
    content: "\efab"
}

.iconsmind-Megaphone:before {
    content: "\efac"
}

.iconsmind-Mexico:before {
    content: "\efad"
}

.iconsmind-Milk-Bottle:before {
    content: "\efae"
}

.iconsmind-Minimize:before {
    content: "\efaf"
}

.iconsmind-Money:before {
    content: "\efb0"
}

.iconsmind-Money-2:before {
    content: "\efb1"
}

.iconsmind-Money-Bag:before {
    content: "\efb2"
}

.iconsmind-Monitor:before {
    content: "\efb3"
}

.iconsmind-Monitor-2:before {
    content: "\efb4"
}

.iconsmind-Monitor-3:before {
    content: "\efb5"
}

.iconsmind-Monitor-4:before {
    content: "\efb6"
}

.iconsmind-Monitor-5:before {
    content: "\efb7"
}

.iconsmind-Monitor-Laptop:before {
    content: "\efb8"
}

.iconsmind-Monitor-phone:before {
    content: "\efb9"
}

.iconsmind-Monitor-Tablet:before {
    content: "\efba"
}

.iconsmind-Monitor-Vertical:before {
    content: "\efbb"
}

.iconsmind-Monkey:before {
    content: "\efbc"
}

.iconsmind-Monster:before {
    content: "\efbd"
}

.iconsmind-Morocco:before {
    content: "\efbe"
}

.iconsmind-Mouse:before {
    content: "\efbf"
}

.iconsmind-Mouse-2:before {
    content: "\efc0"
}

.iconsmind-Mouse-3:before {
    content: "\efc1"
}

.iconsmind-Moustache-Smiley:before {
    content: "\efc2"
}

.iconsmind-Museum:before {
    content: "\efc3"
}

.iconsmind-Mushroom:before {
    content: "\efc4"
}

.iconsmind-Mustache:before {
    content: "\efc5"
}

.iconsmind-Mustache-2:before {
    content: "\efc6"
}

.iconsmind-Mustache-3:before {
    content: "\efc7"
}

.iconsmind-Mustache-4:before {
    content: "\efc8"
}

.iconsmind-Mustache-5:before {
    content: "\efc9"
}

.iconsmind-Navigate-End:before {
    content: "\efca"
}

.iconsmind-Navigat-Start:before {
    content: "\efcb"
}

.iconsmind-Nepal:before {
    content: "\efcc"
}

.iconsmind-Netscape:before {
    content: "\efcd"
}

.iconsmind-New-Mail:before {
    content: "\efce"
}

.iconsmind-Newspaper:before {
    content: "\efcf"
}

.iconsmind-Newspaper-2:before {
    content: "\efd0"
}

.iconsmind-No-Battery:before {
    content: "\efd1"
}

.iconsmind-Noose:before {
    content: "\efd2"
}

.iconsmind-Note:before {
    content: "\efd3"
}

.iconsmind-Notepad:before {
    content: "\efd4"
}

.iconsmind-Notepad-2:before {
    content: "\efd5"
}

.iconsmind-Office:before {
    content: "\efd6"
}

.iconsmind-Old-Camera:before {
    content: "\efd7"
}

.iconsmind-Old-Cassette:before {
    content: "\efd8"
}

.iconsmind-Old-Sticky:before {
    content: "\efd9"
}

.iconsmind-Old-Sticky2:before {
    content: "\efda"
}

.iconsmind-Old-Telephone:before {
    content: "\efdb"
}

.iconsmind-Open-Banana:before {
    content: "\efdc"
}

.iconsmind-Open-Book:before {
    content: "\efdd"
}

.iconsmind-Opera:before {
    content: "\efde"
}

.iconsmind-Opera-House:before {
    content: "\efdf"
}

.iconsmind-Orientation2:before {
    content: "\efe0"
}

.iconsmind-Orientation-2:before {
    content: "\efe1"
}

.iconsmind-Ornament:before {
    content: "\efe2"
}

.iconsmind-Owl:before {
    content: "\efe3"
}

.iconsmind-Paintbrush:before {
    content: "\efe4"
}

.iconsmind-Palette:before {
    content: "\efe5"
}

.iconsmind-Panda:before {
    content: "\efe6"
}

.iconsmind-Pantheon:before {
    content: "\efe7"
}

.iconsmind-Pantone:before {
    content: "\efe8"
}

.iconsmind-Pants:before {
    content: "\efe9"
}

.iconsmind-Paper:before {
    content: "\efea"
}

.iconsmind-Parrot:before {
    content: "\efeb"
}

.iconsmind-Pawn:before {
    content: "\efec"
}

.iconsmind-Pen:before {
    content: "\efed"
}

.iconsmind-Pen-2:before {
    content: "\efee"
}

.iconsmind-Pen-3:before {
    content: "\efef"
}

.iconsmind-Pen-4:before {
    content: "\eff0"
}

.iconsmind-Pen-5:before {
    content: "\eff1"
}

.iconsmind-Pen-6:before {
    content: "\eff2"
}

.iconsmind-Pencil:before {
    content: "\eff3"
}

.iconsmind-Pencil-Ruler:before {
    content: "\eff4"
}

.iconsmind-Penguin:before {
    content: "\eff5"
}

.iconsmind-Pentagon:before {
    content: "\eff6"
}

.iconsmind-People-onCloud:before {
    content: "\eff7"
}

.iconsmind-Pepper:before {
    content: "\eff8"
}

.iconsmind-Pepper-withFire:before {
    content: "\eff9"
}

.iconsmind-Petronas-Tower:before {
    content: "\effa"
}

.iconsmind-Philipines:before {
    content: "\effb"
}

.iconsmind-Phone:before {
    content: "\effc"
}

.iconsmind-Phone-2:before {
    content: "\effd"
}

.iconsmind-Phone-3:before {
    content: "\effe"
}

.iconsmind-Phone-3G:before {
    content: "\efff"
}

.iconsmind-Phone-4G:before {
    content: "\f000"
}

.iconsmind-Phone-Simcard:before {
    content: "\f001"
}

.iconsmind-Phone-SMS:before {
    content: "\f002"
}

.iconsmind-Phone-Wifi:before {
    content: "\f003"
}

.iconsmind-Pi:before {
    content: "\f004"
}

.iconsmind-Pie-Chart:before {
    content: "\f005"
}

.iconsmind-Pie-Chart2:before {
    content: "\f006"
}

.iconsmind-Pie-Chart3:before {
    content: "\f007"
}

.iconsmind-Pipette:before {
    content: "\f008"
}

.iconsmind-Piramids:before {
    content: "\f009"
}

.iconsmind-Pizza:before {
    content: "\f00a"
}

.iconsmind-Pizza-Slice:before {
    content: "\f00b"
}

.iconsmind-Plastic-CupPhone:before {
    content: "\f00c"
}

.iconsmind-Plastic-CupPhone2:before {
    content: "\f00d"
}

.iconsmind-Plate:before {
    content: "\f00e"
}

.iconsmind-Plates:before {
    content: "\f00f"
}

.iconsmind-Plug-In:before {
    content: "\f010"
}

.iconsmind-Plug-In2:before {
    content: "\f011"
}

.iconsmind-Poland:before {
    content: "\f012"
}

.iconsmind-Police-Station:before {
    content: "\f013"
}

.iconsmind-Polo-Shirt:before {
    content: "\f014"
}

.iconsmind-Portugal:before {
    content: "\f015"
}

.iconsmind-Post-Mail:before {
    content: "\f016"
}

.iconsmind-Post-Mail2:before {
    content: "\f017"
}

.iconsmind-Post-Office:before {
    content: "\f018"
}

.iconsmind-Pound:before {
    content: "\f019"
}

.iconsmind-Pound-Sign:before {
    content: "\f01a"
}

.iconsmind-Pound-Sign2:before {
    content: "\f01b"
}

.iconsmind-Power:before {
    content: "\f01c"
}

.iconsmind-Power-Cable:before {
    content: "\f01d"
}

.iconsmind-Prater:before {
    content: "\f01e"
}

.iconsmind-Present:before {
    content: "\f01f"
}

.iconsmind-Presents:before {
    content: "\f020"
}

.iconsmind-Printer:before {
    content: "\f021"
}

.iconsmind-Projector:before {
    content: "\f022"
}

.iconsmind-Projector-2:before {
    content: "\f023"
}

.iconsmind-Pumpkin:before {
    content: "\f024"
}

.iconsmind-Punk:before {
    content: "\f025"
}

.iconsmind-Queen:before {
    content: "\f026"
}

.iconsmind-Quill:before {
    content: "\f027"
}

.iconsmind-Quill-2:before {
    content: "\f028"
}

.iconsmind-Quill-3:before {
    content: "\f029"
}

.iconsmind-Ram:before {
    content: "\f02a"
}

.iconsmind-Redhat:before {
    content: "\f02b"
}

.iconsmind-Reload2:before {
    content: "\f02c"
}

.iconsmind-Reload-2:before {
    content: "\f02d"
}

.iconsmind-Remote-Controll:before {
    content: "\f02e"
}

.iconsmind-Remote-Controll2:before {
    content: "\f02f"
}

.iconsmind-Remove-File:before {
    content: "\f030"
}

.iconsmind-Repeat3:before {
    content: "\f031"
}

.iconsmind-Repeat-22:before {
    content: "\f032"
}

.iconsmind-Repeat-3:before {
    content: "\f033"
}

.iconsmind-Repeat-4:before {
    content: "\f034"
}

.iconsmind-Resize:before {
    content: "\f035"
}

.iconsmind-Retro:before {
    content: "\f036"
}

.iconsmind-RGB:before {
    content: "\f037"
}

.iconsmind-Right2:before {
    content: "\f038"
}

.iconsmind-Right-2:before {
    content: "\f039"
}

.iconsmind-Right-3:before {
    content: "\f03a"
}

.iconsmind-Right-ToLeft:before {
    content: "\f03b"
}

.iconsmind-Robot2:before {
    content: "\f03c"
}

.iconsmind-Roller:before {
    content: "\f03d"
}

.iconsmind-Roof:before {
    content: "\f03e"
}

.iconsmind-Rook:before {
    content: "\f03f"
}

.iconsmind-Router:before {
    content: "\f040"
}

.iconsmind-Router-2:before {
    content: "\f041"
}

.iconsmind-Ruler:before {
    content: "\f042"
}

.iconsmind-Ruler-2:before {
    content: "\f043"
}

.iconsmind-Safari:before {
    content: "\f044"
}

.iconsmind-Safe-Box2:before {
    content: "\f045"
}

.iconsmind-Santa-Claus:before {
    content: "\f046"
}

.iconsmind-Santa-Claus2:before {
    content: "\f047"
}

.iconsmind-Santa-onSled:before {
    content: "\f048"
}

.iconsmind-Scarf:before {
    content: "\f049"
}

.iconsmind-Scissor:before {
    content: "\f04a"
}

.iconsmind-Scotland:before {
    content: "\f04b"
}

.iconsmind-Sea-Dog:before {
    content: "\f04c"
}

.iconsmind-Search-onCloud:before {
    content: "\f04d"
}

.iconsmind-Security-Smiley:before {
    content: "\f04e"
}

.iconsmind-Serbia:before {
    content: "\f04f"
}

.iconsmind-Server:before {
    content: "\f050"
}

.iconsmind-Server-2:before {
    content: "\f051"
}

.iconsmind-Servers:before {
    content: "\f052"
}

.iconsmind-Share-onCloud:before {
    content: "\f053"
}

.iconsmind-Shark:before {
    content: "\f054"
}

.iconsmind-Sheep:before {
    content: "\f055"
}

.iconsmind-Shirt:before {
    content: "\f056"
}

.iconsmind-Shoes:before {
    content: "\f057"
}

.iconsmind-Shoes-2:before {
    content: "\f058"
}

.iconsmind-Short-Pants:before {
    content: "\f059"
}

.iconsmind-Shuffle2:before {
    content: "\f05a"
}

.iconsmind-Shuffle-22:before {
    content: "\f05b"
}

.iconsmind-Singapore:before {
    content: "\f05c"
}

.iconsmind-Skeleton:before {
    content: "\f05d"
}

.iconsmind-Skirt:before {
    content: "\f05e"
}

.iconsmind-Skull:before {
    content: "\f05f"
}

.iconsmind-Sled:before {
    content: "\f060"
}

.iconsmind-Sled-withGifts:before {
    content: "\f061"
}

.iconsmind-Sleeping:before {
    content: "\f062"
}

.iconsmind-Slippers:before {
    content: "\f063"
}

.iconsmind-Smart:before {
    content: "\f064"
}

.iconsmind-Smartphone:before {
    content: "\f065"
}

.iconsmind-Smartphone-2:before {
    content: "\f066"
}

.iconsmind-Smartphone-3:before {
    content: "\f067"
}

.iconsmind-Smartphone-4:before {
    content: "\f068"
}

.iconsmind-Smile:before {
    content: "\f069"
}

.iconsmind-Smoking-Pipe:before {
    content: "\f06a"
}

.iconsmind-Snake:before {
    content: "\f06b"
}

.iconsmind-Snow-Dome:before {
    content: "\f06c"
}

.iconsmind-Snowflake2:before {
    content: "\f06d"
}

.iconsmind-Snowman:before {
    content: "\f06e"
}

.iconsmind-Socks:before {
    content: "\f06f"
}

.iconsmind-Soup:before {
    content: "\f070"
}

.iconsmind-South-Africa:before {
    content: "\f071"
}

.iconsmind-Space-Needle:before {
    content: "\f072"
}

.iconsmind-Spain:before {
    content: "\f073"
}

.iconsmind-Spam-Mail:before {
    content: "\f074"
}

.iconsmind-Speaker2:before {
    content: "\f075"
}

.iconsmind-Spell-Check:before {
    content: "\f076"
}

.iconsmind-Spell-CheckABC:before {
    content: "\f077"
}

.iconsmind-Spider:before {
    content: "\f078"
}

.iconsmind-Spiderweb:before {
    content: "\f079"
}

.iconsmind-Spoder:before {
    content: "\f07a"
}

.iconsmind-Spoon:before {
    content: "\f07b"
}

.iconsmind-Sports-Clothings1:before {
    content: "\f07c"
}

.iconsmind-Sports-Clothings2:before {
    content: "\f07d"
}

.iconsmind-Sports-Shirt:before {
    content: "\f07e"
}

.iconsmind-Spray:before {
    content: "\f07f"
}

.iconsmind-Squirrel:before {
    content: "\f080"
}

.iconsmind-Stamp:before {
    content: "\f081"
}

.iconsmind-Stamp-2:before {
    content: "\f082"
}

.iconsmind-Stapler:before {
    content: "\f083"
}

.iconsmind-Star:before {
    content: "\f084"
}

.iconsmind-Starfish:before {
    content: "\f085"
}

.iconsmind-Start2:before {
    content: "\f086"
}

.iconsmind-St-BasilsCathedral:before {
    content: "\f087"
}

.iconsmind-St-PaulsCathedral:before {
    content: "\f088"
}

.iconsmind-Structure:before {
    content: "\f089"
}

.iconsmind-Student-Hat:before {
    content: "\f08a"
}

.iconsmind-Student-Hat2:before {
    content: "\f08b"
}

.iconsmind-Suit:before {
    content: "\f08c"
}

.iconsmind-Sum2:before {
    content: "\f08d"
}

.iconsmind-Sunglasses:before {
    content: "\f08e"
}

.iconsmind-Sunglasses-2:before {
    content: "\f08f"
}

.iconsmind-Sunglasses-3:before {
    content: "\f090"
}

.iconsmind-Sunglasses-Smiley:before {
    content: "\f091"
}

.iconsmind-Sunglasses-Smiley2:before {
    content: "\f092"
}

.iconsmind-Sunglasses-W:before {
    content: "\f093"
}

.iconsmind-Sunglasses-W2:before {
    content: "\f094"
}

.iconsmind-Sunglasses-W3:before {
    content: "\f095"
}

.iconsmind-Surprise:before {
    content: "\f096"
}

.iconsmind-Sushi:before {
    content: "\f097"
}

.iconsmind-Sweden:before {
    content: "\f098"
}

.iconsmind-Swimming-Short:before {
    content: "\f099"
}

.iconsmind-Swimmwear:before {
    content: "\f09a"
}

.iconsmind-Switzerland:before {
    content: "\f09b"
}

.iconsmind-Sync:before {
    content: "\f09c"
}

.iconsmind-Sync-Cloud:before {
    content: "\f09d"
}

.iconsmind-Tablet:before {
    content: "\f09e"
}

.iconsmind-Tablet-2:before {
    content: "\f09f"
}

.iconsmind-Tablet-3:before {
    content: "\f0a0"
}

.iconsmind-Tablet-Orientation:before {
    content: "\f0a1"
}

.iconsmind-Tablet-Phone:before {
    content: "\f0a2"
}

.iconsmind-Tablet-Vertical:before {
    content: "\f0a3"
}

.iconsmind-Tactic:before {
    content: "\f0a4"
}

.iconsmind-Taj-Mahal:before {
    content: "\f0a5"
}

.iconsmind-Teapot:before {
    content: "\f0a6"
}

.iconsmind-Tee-Mug:before {
    content: "\f0a7"
}

.iconsmind-Telephone:before {
    content: "\f0a8"
}

.iconsmind-Telephone-2:before {
    content: "\f0a9"
}

.iconsmind-Temple:before {
    content: "\f0aa"
}

.iconsmind-Thailand:before {
    content: "\f0ab"
}

.iconsmind-The-WhiteHouse:before {
    content: "\f0ac"
}

.iconsmind-Three-ArrowFork:before {
    content: "\f0ad"
}

.iconsmind-Thumbs-DownSmiley:before {
    content: "\f0ae"
}

.iconsmind-Thumbs-UpSmiley:before {
    content: "\f0af"
}

.iconsmind-Tie:before {
    content: "\f0b0"
}

.iconsmind-Tie-2:before {
    content: "\f0b1"
}

.iconsmind-Tie-3:before {
    content: "\f0b2"
}

.iconsmind-Tiger:before {
    content: "\f0b3"
}

.iconsmind-Time-Clock:before {
    content: "\f0b4"
}

.iconsmind-To-Bottom:before {
    content: "\f0b5"
}

.iconsmind-To-Bottom2:before {
    content: "\f0b6"
}

.iconsmind-Token:before {
    content: "\f0b7"
}

.iconsmind-To-Left:before {
    content: "\f0b8"
}

.iconsmind-Tomato:before {
    content: "\f0b9"
}

.iconsmind-Tongue:before {
    content: "\f0ba"
}

.iconsmind-Tooth:before {
    content: "\f0bb"
}

.iconsmind-Tooth-2:before {
    content: "\f0bc"
}

.iconsmind-Top-ToBottom:before {
    content: "\f0bd"
}

.iconsmind-To-Right:before {
    content: "\f0be"
}

.iconsmind-To-Top:before {
    content: "\f0bf"
}

.iconsmind-To-Top2:before {
    content: "\f0c0"
}

.iconsmind-Tower:before {
    content: "\f0c1"
}

.iconsmind-Tower-2:before {
    content: "\f0c2"
}

.iconsmind-Tower-Bridge:before {
    content: "\f0c3"
}

.iconsmind-Transform:before {
    content: "\f0c4"
}

.iconsmind-Transform-2:before {
    content: "\f0c5"
}

.iconsmind-Transform-3:before {
    content: "\f0c6"
}

.iconsmind-Transform-4:before {
    content: "\f0c7"
}

.iconsmind-Tree2:before {
    content: "\f0c8"
}

.iconsmind-Tree-22:before {
    content: "\f0c9"
}

.iconsmind-Triangle-ArrowDown:before {
    content: "\f0ca"
}

.iconsmind-Triangle-ArrowLeft:before {
    content: "\f0cb"
}

.iconsmind-Triangle-ArrowRight:before {
    content: "\f0cc"
}

.iconsmind-Triangle-ArrowUp:before {
    content: "\f0cd"
}

.iconsmind-T-Shirt:before {
    content: "\f0ce"
}

.iconsmind-Turkey:before {
    content: "\f0cf"
}

.iconsmind-Turn-Down:before {
    content: "\f0d0"
}

.iconsmind-Turn-Down2:before {
    content: "\f0d1"
}

.iconsmind-Turn-DownFromLeft:before {
    content: "\f0d2"
}

.iconsmind-Turn-DownFromRight:before {
    content: "\f0d3"
}

.iconsmind-Turn-Left:before {
    content: "\f0d4"
}

.iconsmind-Turn-Left3:before {
    content: "\f0d5"
}

.iconsmind-Turn-Right:before {
    content: "\f0d6"
}

.iconsmind-Turn-Right3:before {
    content: "\f0d7"
}

.iconsmind-Turn-Up:before {
    content: "\f0d8"
}

.iconsmind-Turn-Up2:before {
    content: "\f0d9"
}

.iconsmind-Turtle:before {
    content: "\f0da"
}

.iconsmind-Tuxedo:before {
    content: "\f0db"
}

.iconsmind-Ukraine:before {
    content: "\f0dc"
}

.iconsmind-Umbrela:before {
    content: "\f0dd"
}

.iconsmind-United-Kingdom:before {
    content: "\f0de"
}

.iconsmind-United-States:before {
    content: "\f0df"
}

.iconsmind-University:before {
    content: "\f0e0"
}

.iconsmind-Up2:before {
    content: "\f0e1"
}

.iconsmind-Up-2:before {
    content: "\f0e2"
}

.iconsmind-Up-3:before {
    content: "\f0e3"
}

.iconsmind-Up--Down:before {
    content: "\f0e4"
}

.iconsmind-Up--Down3:before {
    content: "\f0e5"
}

.iconsmind-Upload2:before {
    content: "\f0e6"
}

.iconsmind-Upload-toCloud:before {
    content: "\f0e7"
}

.iconsmind-Usb:before {
    content: "\f0e8"
}

.iconsmind-Usb-2:before {
    content: "\f0e9"
}

.iconsmind-Usb-Cable:before {
    content: "\f0ea"
}

.iconsmind-Vector:before {
    content: "\f0eb"
}

.iconsmind-Vector-2:before {
    content: "\f0ec"
}

.iconsmind-Vector-3:before {
    content: "\f0ed"
}

.iconsmind-Vector-4:before {
    content: "\f0ee"
}

.iconsmind-Vector-5:before {
    content: "\f0ef"
}

.iconsmind-Vest:before {
    content: "\f0f0"
}

.iconsmind-Vietnam:before {
    content: "\f0f1"
}

.iconsmind-View-Height:before {
    content: "\f0f2"
}

.iconsmind-View-Width:before {
    content: "\f0f3"
}

.iconsmind-Visa:before {
    content: "\f0f4"
}

.iconsmind-Voicemail:before {
    content: "\f0f5"
}

.iconsmind-VPN:before {
    content: "\f0f6"
}

.iconsmind-Wacom-Tablet:before {
    content: "\f0f7"
}

.iconsmind-Walkie-Talkie:before {
    content: "\f0f8"
}

.iconsmind-Wallet:before {
    content: "\f0f9"
}

.iconsmind-Wallet-2:before {
    content: "\f0fa"
}

.iconsmind-Warehouse:before {
    content: "\f0fb"
}

.iconsmind-Webcam:before {
    content: "\f0fc"
}

.iconsmind-Wifi:before {
    content: "\f0fd"
}

.iconsmind-Wifi-2:before {
    content: "\f0fe"
}

.iconsmind-Wifi-Keyboard:before {
    content: "\f0ff"
}

.iconsmind-Window:before {
    content: "\f100"
}

.iconsmind-Windows:before {
    content: "\f101"
}

.iconsmind-Windows-Microsoft:before {
    content: "\f102"
}

.iconsmind-Wine-Bottle:before {
    content: "\f103"
}

.iconsmind-Wine-Glass:before {
    content: "\f104"
}

.iconsmind-Wink:before {
    content: "\f105"
}

.iconsmind-Wireless:before {
    content: "\f106"
}

.iconsmind-Witch:before {
    content: "\f107"
}

.iconsmind-Witch-Hat:before {
    content: "\f108"
}

.iconsmind-Wizard:before {
    content: "\f109"
}

.iconsmind-Wolf:before {
    content: "\f10a"
}

.iconsmind-Womans-Underwear:before {
    content: "\f10b"
}

.iconsmind-Womans-Underwear2:before {
    content: "\f10c"
}

.iconsmind-Worker-Clothes:before {
    content: "\f10d"
}

.iconsmind-Wreath:before {
    content: "\f10e"
}

.iconsmind-Zebra:before {
    content: "\f10f"
}

.iconsmind-Zombie:before {
    content: "\f110"
}
