﻿#start-resizable-editor-section {
    display: none
}

.wp-block-audio figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-audio figcaption {
    color: hsla(0,0%,100%,.65)
}

.wp-block-code {
    font-family: Menlo,Consolas,monaco,monospace;
    color: #1e1e1e;
    padding: .8em 1em;
    border: 1px solid #ddd;
    border-radius: 4px
}

.wp-block-embed figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-embed figcaption {
    color: hsla(0,0%,100%,.65)
}

.blocks-gallery-caption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .blocks-gallery-caption {
    color: hsla(0,0%,100%,.65)
}

.wp-block-image figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-image figcaption {
    color: hsla(0,0%,100%,.65)
}

.wp-block-pullquote {
    border-top: 4px solid;
    border-bottom: 4px solid;
    margin-bottom: 1.75em;
    color: currentColor
}

    .wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-pullquote footer {
        color: currentColor;
        text-transform: uppercase;
        font-size: .8125em;
        font-style: normal
    }

.wp-block-navigation ul, .wp-block-navigation ul li {
    list-style: none
}

.wp-block-navigation-link.wp-block-navigation-link {
    margin: 0
}

.wp-block-quote {
    border-left: .25em solid;
    margin: 0 0 1.75em;
    padding-left: 1em
}

    .wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
        color: currentColor;
        font-size: .8125em;
        margin-top: 1em;
        position: relative;
        font-style: normal
    }

    .wp-block-quote.has-text-align-right {
        border-left: none;
        border-right: .25em solid;
        padding-left: 0;
        padding-right: 1em
    }

    .wp-block-quote.has-text-align-center {
        border: none;
        padding-left: 0
    }

    .wp-block-quote.is-large, .wp-block-quote.is-style-large {
        border: none
    }

.wp-block-search .wp-block-search__label {
    font-weight: 700
}

.wp-block-group.has-background {
    padding: 1.25em 2.375em;
    margin-top: 0;
    margin-bottom: 0
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid;
    margin-left: auto;
    margin-right: auto;
    opacity: .4
}

    .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
        max-width: 100px
    }

    .wp-block-separator.has-background:not(.is-style-dots) {
        border-bottom: none;
        height: 1px
    }

    .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
        height: 2px
    }

.wp-block-table {
    border-collapse: collapse
}

    .wp-block-table thead {
        border-bottom: 3px solid
    }

    .wp-block-table tfoot {
        border-top: 3px solid
    }

    .wp-block-table td, .wp-block-table th {
        padding: .5em;
        border: 1px solid;
        word-break: normal
    }

    .wp-block-table figcaption {
        color: #555;
        font-size: 13px;
        text-align: center
    }

.is-dark-theme .wp-block-table figcaption {
    color: hsla(0,0%,100%,.65)
}

.wp-block-video figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-video figcaption {
    color: hsla(0,0%,100%,.65)
}

.wp-block-template-part.has-background {
    padding: 1.25em 2.375em;
    margin-top: 0;
    margin-bottom: 0
}

#end-resizable-editor-section {
    display: none
}

.components-custom-select-control {
    position: relative
}

.components-custom-select-control__label {
    display: block;
    margin-bottom: 8px
}

.components-custom-select-control__button {
    border: 1px solid #757575;
    border-radius: 2px;
    min-height: 30px;
    min-width: 130px;
    position: relative;
    text-align: left
}

    .components-custom-select-control__button.components-custom-select-control__button {
        padding-right: 24px
    }

    .components-custom-select-control__button:focus:not(:disabled) {
        border-color: var(--wp-admin-theme-color);
        box-shadow: 0 0 0 .5px var(--wp-admin-theme-color)
    }

    .components-custom-select-control__button .components-custom-select-control__button-icon {
        height: 100%;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0
    }

.components-custom-select-control__menu {
    background-color: #fff;
    max-height: 400px;
    min-width: 100%;
    overflow: auto;
    padding: 0;
    position: absolute;
    z-index: 1000000
}

    .components-custom-select-control__menu:focus {
        border: 1px solid #1e1e1e;
        border-radius: 2px;
        outline: none;
        transition: none
    }

.components-custom-select-control__item {
    align-items: center;
    display: flex;
    list-style-type: none;
    padding: 10px 5px 10px 25px;
    cursor: default
}

    .components-custom-select-control__item.is-highlighted {
        background: #ddd
    }

.components-custom-select-control__item-icon {
    margin-left: -20px;
    margin-right: 0
}

.components-spinner {
    display: inline-block;
    background-color: #949494;
    width: 18px;
    height: 18px;
    opacity: .7;
    margin: 5px 11px 0;
    border-radius: 100%;
    position: relative
}

    .components-spinner:before {
        content: "";
        position: absolute;
        background-color: #fff;
        top: 3px;
        left: 3px;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        transform-origin: 6px 6px;
        -webkit-animation: components-spinner__animation 1s linear infinite;
        animation: components-spinner__animation 1s linear infinite
    }

@-webkit-keyframes components-spinner__animation {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes components-spinner__animation {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.components-snackbar {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 13px;
    background-color: #1e1e1e;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
    color: #fff;
    padding: 16px 24px;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    cursor: pointer
}

@media(min-width:600px) {
    .components-snackbar {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.components-snackbar:focus {
    box-shadow: 0 0 0 1px #fff,0 0 0 3px var(--wp-admin-theme-color)
}

.components-snackbar__action.components-button {
    margin-left: 32px;
    color: #fff;
    height: auto;
    flex-shrink: 0;
    line-height: 1.4;
    padding: 0
}

    .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary) {
        text-decoration: underline;
        background-color: transparent
    }

        .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus {
            color: #fff;
            box-shadow: none;
            outline: 1px dotted #fff
        }

        .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
            color: var(--wp-admin-theme-color)
        }

.components-snackbar__content {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    line-height: 1.4
}

.components-snackbar-list {
    position: absolute;
    z-index: 100000;
    width: 100%;
    box-sizing: border-box
}

.components-snackbar-list__notice-container {
    position: relative;
    padding-top: 8px
}

.wc-block-link-button {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    box-shadow: none;
    display: inline;
    text-shadow: none;
    text-decoration: underline
}

    .wc-block-link-button, .wc-block-link-button:active, .wc-block-link-button:focus, .wc-block-link-button:hover {
        background: 0 0
    }

.wc-block-suspense-placeholder {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

    .wc-block-suspense-placeholder > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-suspense-placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-suspense-placeholder:after {
    content: "Â "
}

.wc-block-grid__products .wc-block-grid__product-image {
    text-decoration: none;
    display: block;
    position: relative
}

    .wc-block-grid__products .wc-block-grid__product-image a {
        text-decoration: none;
        border: 0;
        outline: 0;
        box-shadow: none
    }

    .wc-block-grid__products .wc-block-grid__product-image img {
        height: auto;
        width: 100%
    }

        .wc-block-grid__products .wc-block-grid__product-image img[hidden] {
            display: none
        }

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title, .editor-styles-wrapper .wc-block-grid__product-title, .wc-block-grid__product-title {
    font-family: inherit;
    line-height: 1.2em;
    font-weight: 700;
    padding: 0;
    color: inherit;
    font-size: inherit;
    display: block
}

.wc-block-grid__product-price {
    display: block
}

    .wc-block-grid__product-price .wc-block-grid__product-price__regular {
        margin-right: .5em
    }

.wc-block-grid__product-add-to-cart.wp-block-button {
    word-break: break-word;
    white-space: normal
}

    .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
        word-break: break-word;
        white-space: normal;
        margin: 0 auto !important;
        display: inline-flex;
        justify-content: center;
        text-align: center;
        padding: .5em 1em;
        font-size: 1em
    }

        .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
            opacity: .25
        }

        .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
            font-family: WooCommerce;
            content: "î€—";
            margin-left: .5em;
            display: inline-block;
            width: auto;
            height: auto
        }

        .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
            font-family: WooCommerce;
            content: "î€±";
            -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
            margin-left: .5em;
            display: inline-block;
            width: auto;
            height: auto
        }

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
    content: "";
    margin: 0
}

.wc-block-grid__product-rating {
    display: block
}

    .wc-block-grid__product-rating .star-rating, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
        overflow: hidden;
        position: relative;
        width: 5.3em;
        height: 1.618em;
        line-height: 1.618;
        font-size: 1em;
        font-family: star;
        font-weight: 400;
        margin: 0 auto;
        text-align: left
    }

        .wc-block-grid__product-rating .star-rating:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
            content: "SSSSS";
            top: 0;
            left: 0;
            right: 0;
            position: absolute;
            opacity: .5;
            color: #aaa;
            white-space: nowrap
        }

        .wc-block-grid__product-rating .star-rating span, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
            overflow: hidden;
            top: 0;
            left: 0;
            right: 0;
            position: absolute;
            padding-top: 1.5em
        }

            .wc-block-grid__product-rating .star-rating span:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
                content: "SSSSS";
                top: 0;
                left: 0;
                right: 0;
                position: absolute;
                color: #000;
                white-space: nowrap
            }

.wc-block-grid__product-onsale {
    font-size: .875em;
    padding: .25em .75em;
    display: inline-block;
    width: auto;
    border: 1px solid #43454b;
    border-radius: 3px;
    color: #43454b;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 9;
    position: relative
}

.wc-block-grid__product .wc-block-grid__product-image, .wc-block-grid__product .wc-block-grid__product-title {
    margin: 0 0 12px
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart, .wc-block-grid__product .wc-block-grid__product-onsale, .wc-block-grid__product .wc-block-grid__product-price, .wc-block-grid__product .wc-block-grid__product-rating {
    margin: 0 auto 12px
}

.theme-twentysixteen .wc-block-grid .price ins {
    color: #77a464
}

.theme-twentynineteen .wc-block-grid__product {
    font-size: .88889em
}

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-components-product-title, .theme-twentynineteen .wc-block-grid__product-onsale, .theme-twentynineteen .wc-block-grid__product-title {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif
}

    .theme-twentynineteen .wc-block-grid__product-title:before {
        display: none
    }

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-grid__product-onsale {
    line-height: 1
}

.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
    color: #fff
}

.theme-twentytwenty .wc-block-grid__product-link {
    color: #000
}

.theme-twentytwenty .wc-block-components-product-title, .theme-twentytwenty .wc-block-grid__product-title {
    font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;
    color: #000;
    font-size: 1.2em
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
    margin-top: 0
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-components-product-price__value, .theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-grid__product-price__value {
    font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;
    font-size: .9em
}

.theme-twentytwenty .wc-block-components-product-price del, .theme-twentytwenty .wc-block-grid__product-price del {
    opacity: .5
}

.theme-twentytwenty .wc-block-components-product-price ins, .theme-twentytwenty .wc-block-grid__product-price ins {
    text-decoration: none
}

.theme-twentytwenty .star-rating, .theme-twentytwenty .wc-block-grid__product-rating {
    font-size: .7em
}

    .theme-twentytwenty .star-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
        line-height: 1
    }

.theme-twentytwenty .wc-block-components-product-button > .wp-block-button__link, .theme-twentytwenty .wc-block-grid__product-add-to-cart > .wp-block-button__link {
    font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif
}

.theme-twentytwenty .wc-block-components-product-sale-badge, .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    background: #cd2653;
    color: #fff;
    font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    text-transform: uppercase
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 1
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
    position: static
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
    position: absolute
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 1
}

@media only screen and (min-width:768px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

@media only screen and (min-width:1168px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    word-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px
}

    .screen-reader-text:focus {
        background-color: #fff;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
        clip: auto !important;
        -webkit-clip-path: none;
        clip-path: none;
        color: #2b2d2f;
        display: block;
        font-size: .875rem;
        font-weight: 700;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000
    }

.wc-block-components-product-add-to-cart-attribute-picker {
    margin: 0;
    flex-basis: 100%
}

    .wc-block-components-product-add-to-cart-attribute-picker label {
        display: block;
        font-size: 1em
    }

    .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__container {
        position: relative
    }

    .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select {
        margin: 0 0 .75em
    }

        .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select select {
            min-width: 60%;
            min-height: 1.75em
        }

        .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error {
            margin-bottom: 24px
        }

            .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select {
                border-color: #cc1818
            }

                .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select:focus {
                    outline-color: #cc1818
                }

.wc-block-components-product-add-to-cart {
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

    .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button {
        margin: 0 0 .75em
    }

        .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text {
            display: block
        }

            .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text > svg {
                fill: currentColor;
                vertical-align: top;
                width: 1.5em;
                height: 1.5em;
                margin: -.25em 0 -.25em .5em
            }

    .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity {
        margin: 0 1em .75em 0;
        flex-basis: 5em;
        padding: .618em;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 2px;
        color: #43454b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
        text-align: center
    }

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

    .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button > *, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity > *, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button > *, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-grid .wc-block-components-product-add-to-cart {
    justify-content: center
}

.wc-block-components-product-add-to-cart-notice {
    margin: 0
}

.wp-block-button.wc-block-components-product-button {
    word-break: break-word;
    white-space: normal;
    margin-top: 0;
    margin-bottom: 12px
}

    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
        word-break: break-word;
        white-space: normal;
        margin: 0 auto;
        display: inline-flex;
        justify-content: center
    }

    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
        animation: loading-fade 1.2s ease-in-out infinite;
        background-color: var(--global--color-primary,#e0e0e0) !important;
        color: var(--global--color-primary,#e0e0e0) !important;
        outline: 0 !important;
        border: 0 !important;
        box-shadow: none;
        pointer-events: none;
        max-width: 100%;
        min-width: 8em;
        min-height: 3em
    }

        .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder > * {
            visibility: hidden
        }

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-product-button > .wc-block-components-product-button__button {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    min-width: 8em;
    min-height: 3em
}

    .is-loading .wc-block-components-product-button > .wc-block-components-product-button__button > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-button > .wc-block-components-product-button__button {
        -webkit-animation: none;
        animation: none
    }
}

.theme-twentytwentyone .editor-styles-wrapper .wc-block-components-product-button .wp-block-button__link {
    background-color: var(--button--color-background);
    color: var(--button--color-text);
    border-color: var(--button--color-background)
}

.wc-block-components-product-category-list {
    margin-top: 0;
    margin-bottom: .75em
}

    .wc-block-components-product-category-list ul {
        margin: 0;
        padding: 0;
        display: inline
    }

        .wc-block-components-product-category-list ul li {
            display: inline;
            list-style: none
        }

            .wc-block-components-product-category-list ul li:after {
                content: ", "
            }

            .wc-block-components-product-category-list ul li:last-child:after {
                content: ""
            }

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image, .wc-block-components-product-image {
    margin-top: 0;
    margin-bottom: 12px;
    text-decoration: none;
    display: block;
    position: relative
}

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a, .wc-block-components-product-image a {
        text-decoration: none;
        border: 0;
        outline: 0;
        box-shadow: none
    }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img, .wc-block-components-product-image img {
        vertical-align: middle;
        width: 100%
    }

        .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden], .wc-block-components-product-image img[hidden] {
            display: none
        }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left {
        position: absolute;
        left: 4px;
        top: 4px;
        right: auto;
        margin: 0
    }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center {
        position: absolute;
        top: 4px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        margin: 0
    }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
        position: absolute;
        right: 4px;
        top: 4px;
        left: auto;
        margin: 0
    }

.is-loading .wc-block-components-product-image {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

    .is-loading .wc-block-components-product-image > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-image {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-rating {
    display: block;
    margin-top: 0;
    margin-bottom: 12px
}

.wc-block-components-product-rating__stars {
    overflow: hidden;
    position: relative;
    width: 5.3em;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    font-family: star;
    font-weight: 400;
    margin: 0 auto;
    text-align: left
}

    .wc-block-components-product-rating__stars:before {
        content: "SSSSS";
        top: 0;
        left: 0;
        right: 0;
        position: absolute;
        opacity: .5;
        color: #aaa;
        white-space: nowrap
    }

    .wc-block-components-product-rating__stars span {
        overflow: hidden;
        top: 0;
        left: 0;
        right: 0;
        position: absolute;
        padding-top: 1.5em
    }

        .wc-block-components-product-rating__stars span:before {
            content: "SSSSS";
            top: 0;
            left: 0;
            right: 0;
            position: absolute;
            color: #000;
            white-space: nowrap
        }

.wc-block-single-product .wc-block-components-product-rating__stars {
    margin: 0
}

.wc-block-components-product-sale-badge {
    margin: 0 auto 12px;
    font-size: .875em;
    padding: .25em .75em;
    display: inline-block;
    width: auto;
    border: 1px solid #43454b;
    border-radius: 3px;
    color: #43454b;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 9;
    position: static
}

.wc-block-components-product-sku {
    margin-top: 0;
    margin-bottom: 12px;
    display: block;
    text-transform: uppercase;
    font-size: .875em
}

.wc-block-components-product-stock-indicator {
    margin-top: 0;
    margin-bottom: .75em;
    display: block;
    font-size: .875em
}

.wc-block-components-product-stock-indicator--in-stock {
    color: #4ab866
}

.wc-block-components-product-stock-indicator--out-of-stock {
    color: #cc1818
}

.wc-block-components-product-stock-indicator--available-on-backorder, .wc-block-components-product-stock-indicator--low-stock {
    color: #f0b849
}

.wc-block-components-product-summary {
    margin-top: 0;
    margin-bottom: 12px
}

.is-loading .wc-block-components-product-summary:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    content: ".";
    display: block;
    width: 100%;
    height: 6em
}

    .is-loading .wc-block-components-product-summary:before > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-summary:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-tag-list {
    margin-top: 0;
    margin-bottom: .75em
}

    .wc-block-components-product-tag-list ul {
        margin: 0;
        padding: 0;
        display: inline
    }

        .wc-block-components-product-tag-list ul li {
            display: inline;
            list-style: none
        }

            .wc-block-components-product-tag-list ul li:after {
                content: ", "
            }

            .wc-block-components-product-tag-list ul li:last-child:after {
                content: ""
            }

.wc-block-components-product-title {
    margin-top: 0;
    margin-bottom: 12px
}

.wc-block-grid .wc-block-components-product-title {
    line-height: 1.5;
    font-weight: 700;
    padding: 0;
    color: inherit;
    font-size: inherit;
    display: block
}

.is-loading .wc-block-components-product-title:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    content: ".";
    display: inline-block;
    width: 7em
}

    .is-loading .wc-block-components-product-title:before > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-title:before {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-grid .wc-block-components-product-title:before {
    width: 10em
}

.wc-block-components-product-title--align-left {
    text-align: left
}

.wc-block-components-product-title--align-center {
    text-align: center
}

.wc-block-components-product-title--align-right {
    text-align: right
}

.wc-block-components-error {
    display: flex;
    background-color: #f0f0f0;
    border-left: 4px solid #ddd;
    padding: 36px 16px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #757575
}

.wc-block-components-error__header {
    font-size: 2em;
    font-weight: 700;
    margin: 0
}

.wc-block-components-error__image {
    max-width: 25%
}

.wc-block-components-error__text {
    margin: 0
}

.wc-block-components-error__message {
    margin: 1em 0 0;
    font-style: italic
}

@media(min-width:481px) {
    .wc-block-components-error {
        flex-direction: row
    }

    .wc-block-components-error__image + .wc-block-components-error__content {
        margin-left: 24px
    }
}

.wc-block-components-button:not(.is-link) {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    align-items: center;
    background-color: #1e1e1e;
    color: #fff;
    display: inline-flex;
    font-weight: 700;
    min-height: 3em;
    justify-content: center;
    line-height: 1;
    padding: 0 1em;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    position: relative
}

    .wc-block-components-button:not(.is-link):active, .wc-block-components-button:not(.is-link):disabled, .wc-block-components-button:not(.is-link):focus, .wc-block-components-button:not(.is-link):hover {
        background-color: #1e1e1e;
        color: #fff
    }

    .wc-block-components-button:not(.is-link) .wc-block-components-button__text {
        display: block
    }

        .wc-block-components-button:not(.is-link) .wc-block-components-button__text > svg {
            fill: currentColor
        }

    .wc-block-components-button:not(.is-link) .wc-block-components-button__spinner {
        width: 1em;
        height: 1em;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 100%;
        margin-top: -.5em;
        color: inherit;
        box-sizing: content-box
    }

        .wc-block-components-button:not(.is-link) .wc-block-components-button__spinner:after {
            content: " ";
            display: inline-block;
            margin: 0 auto;
            width: 1em;
            height: 1em;
            box-sizing: border-box;
            transform-origin: 50% 50%;
            transform: translateZ(0) scale(.5);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            border-radius: 50%;
            border: .2em solid;
            border-left: .2em solid transparent;
            -webkit-animation: wc-block-components-button__spinner__animation 1s linear infinite;
            animation: wc-block-components-button__spinner__animation 1s linear infinite
        }

        .wc-block-components-button:not(.is-link) .wc-block-components-button__spinner + .wc-block-components-button__text {
            visibility: hidden
        }

@-webkit-keyframes wc-block-components-button__spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes wc-block-components-button__spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.wc-block-components-form {
    counter-reset: checkout-step
}

    .wc-block-components-form .wc-block-components-checkout-step {
        position: relative;
        border: none;
        padding: 0 0 0 36px;
        background: 0 0;
        margin: 0
    }

.is-large .wc-block-components-form .wc-block-components-checkout-step {
    padding-right: 24px
}

.wc-block-components-form .wc-block-components-checkout-step .wc-block-components-checkout-step__heading:after {
    content: "";
    border-left: 1px solid;
    opacity: .3;
    position: absolute;
    left: -18px;
    top: 2.5em;
    bottom: -1em
}

.wc-block-components-checkout-step--disabled {
    opacity: .6
}

.wc-block-components-checkout-step__container {
    position: relative
}

.wc-block-components-checkout-step__content {
    padding-bottom: 1.5em
}

.wc-block-components-checkout-step__heading {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    margin: .75em 0 1em;
    position: relative;
    align-items: center;
    gap: 1em
}

.wc-block-components-checkout-step:first-child .wc-block-components-checkout-step__heading {
    margin-top: 0
}

.wc-block-components-checkout-step__title {
    margin: 0 12px 0 0
}

.wc-block-components-checkout-step__heading-content {
    font-size: .75em
}

    .wc-block-components-checkout-step__heading-content a {
        font-weight: 700;
        color: inherit
    }

.wc-block-components-checkout-step__description {
    font-size: .875em;
    line-height: 1.25;
    margin-bottom: 16px
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: 0 0;
    counter-increment: checkout-step;
    content: "Â " counter(checkout-step) ".";
    content: "Â " counter(checkout-step) "."/"";
    position: absolute;
    width: 36px;
    left: -18px;
    top: 0;
    text-align: center;
    transform: translateX(-50%)
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
    content: "";
    height: 100%;
    border-left: 1px solid;
    opacity: .3;
    position: absolute;
    left: -18px;
    top: 0
}

.wc-block-components-order-summary__content {
    display: table;
    width: 100%
}

.wc-block-components-order-summary-item {
    position: relative;
    font-size: .875em;
    display: flex;
    padding-bottom: 1px;
    padding-top: 16px;
    width: 100%
}

    .wc-block-components-order-summary-item:after {
        border-style: solid;
        border-width: 0 0 1px;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

    .wc-block-components-order-summary-item:first-child {
        padding-top: 0
    }

    .wc-block-components-order-summary-item:last-child > div {
        padding-bottom: 0
    }

    .wc-block-components-order-summary-item:last-child:after {
        display: none
    }

    .wc-block-components-order-summary-item .wc-block-components-product-metadata {
        font-size: 1em
    }

.wc-block-components-order-summary-item__description, .wc-block-components-order-summary-item__image {
    display: table-cell;
    vertical-align: top
}

.wc-block-components-order-summary-item__image {
    width: 48px;
    padding-bottom: 16px;
    position: relative
}

    .wc-block-components-order-summary-item__image > img {
        width: 48px;
        max-width: 48px
    }

.wc-block-components-order-summary-item__quantity {
    align-items: center;
    background: #fff;
    border: 2px solid;
    border-radius: 1em;
    box-shadow: 0 0 0 2px #fff;
    color: #000;
    display: flex;
    line-height: 1;
    min-height: 20px;
    padding: 0 .4em;
    position: absolute;
    justify-content: center;
    min-width: 20px;
    right: 0;
    top: 0;
    transform: translate(50%,-50%);
    white-space: nowrap;
    z-index: 1
}

.wc-block-components-order-summary-item__description {
    padding-left: 24px;
    padding-right: 12px;
    padding-bottom: 16px
}

    .wc-block-components-order-summary-item__description .wc-block-components-product-metadata, .wc-block-components-order-summary-item__description p {
        line-height: 1.375;
        margin-top: 4px
    }

.wc-block-components-order-summary-item__total-price {
    font-weight: 700;
    margin-left: auto;
    text-align: right
}

.wc-block-components-order-summary-item__individual-prices {
    display: block
}

.wc-block-components-payment-method-icons {
    display: block;
    text-align: center;
    margin: 0 0 14px
}

    .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
        display: inline-block;
        margin: 0 4px 2px;
        padding: 0;
        width: auto;
        height: 24px;
        vertical-align: middle
    }

.wc-block-components-payment-method-icons--align-left {
    text-align: left
}

    .wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon {
        margin-left: 0;
        margin-right: 8px
    }

.wc-block-components-payment-method-icons--align-right {
    text-align: right
}

    .wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon {
        margin-right: 0;
        margin-left: 8px
    }

.wc-block-components-payment-method-icons:last-child {
    margin-bottom: 0
}

.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon, .is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 16px
}

.wc-block-components-payment-method-label--with-icon {
    display: inline-block;
    vertical-align: middle
}

    .wc-block-components-payment-method-label--with-icon > img, .wc-block-components-payment-method-label--with-icon > svg {
        vertical-align: middle;
        margin: -2px 4px 0 0
    }

.is-mobile .wc-block-components-payment-method-label--with-icon > img, .is-mobile .wc-block-components-payment-method-label--with-icon > svg, .is-small .wc-block-components-payment-method-label--with-icon > img, .is-small .wc-block-components-payment-method-label--with-icon > svg {
    display: none
}

.editor-styles-wrapper .wc-block-components-checkout-policies, .wc-block-components-checkout-policies {
    font-size: .75em;
    text-align: center;
    list-style: none outside;
    line-height: 1;
    margin: 24px 0
}

.wc-block-components-checkout-policies__item {
    list-style: none outside;
    display: inline-block;
    padding: 0 .25em;
    margin: 0
}

    .wc-block-components-checkout-policies__item:not(:first-child) {
        border-left: 1px solid #ccc
    }

    .wc-block-components-checkout-policies__item > a {
        color: inherit;
        padding: 0 .25em
    }

.wc-block-components-product-badge {
    font-size: .75em;
    border-radius: 2px;
    border: 1px solid;
    display: inline-block;
    font-weight: 600;
    padding: 0 .66em;
    text-transform: uppercase;
    white-space: nowrap
}

.wc-block-components-product-details.wc-block-components-product-details {
    list-style: none;
    margin: .5em 0;
    padding: 0
}

    .wc-block-components-product-details.wc-block-components-product-details:last-of-type {
        margin-bottom: 0
    }

    .wc-block-components-product-details.wc-block-components-product-details li {
        margin-left: 0
    }

.wc-block-components-product-details__name, .wc-block-components-product-details__value {
    display: inline-block
}

.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name {
    font-weight: 700
}

.wc-block-components-product-metadata {
    font-size: .75em
}

    .wc-block-components-product-metadata .wc-block-components-product-metadata__description > p, .wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
        margin: .25em 0
    }

.wc-block-components-checkout-return-to-cart-button {
    box-shadow: none;
    color: inherit;
    padding-left: calc(24px + .25em);
    position: relative;
    text-decoration: none
}

    .wc-block-components-checkout-return-to-cart-button svg {
        left: 0;
        position: absolute;
        transform: translateY(-50%);
        top: 50%
    }

.wc-block-components-shipping-calculator-address {
    margin-bottom: 0
}

.wc-block-components-shipping-calculator-address__button {
    width: 100%;
    margin-top: 1.5em
}

.wc-block-components-shipping-calculator {
    padding: .5em 0 .75em
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__button {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: .75em;
    padding-top: .75em
}

.wc-block-components-shipping-rates-control__package .wc-block-components-shipping-rates-control__package-title {
    border: 0;
    border-radius: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    box-shadow: none;
    display: inline;
    background: 0 0;
    font-weight: 700;
    margin: 0
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__content {
    padding-bottom: 0
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control, .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option-layout {
    padding-bottom: 1em
}

    .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option-layout {
        padding-bottom: 0
    }

.wc-block-components-shipping-rates-control__package-items {
    font-size: .875em;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

.wc-block-components-shipping-rates-control__package-item {
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all;
    display: inline-block;
    margin: 0;
    padding: 0
}

    .wc-block-components-shipping-rates-control__package-item:not(:last-child):after {
        content: ", ";
        white-space: pre
    }

.wc-block-components-totals-coupon__form {
    display: flex;
    margin-bottom: .5em;
    width: 100%
}

    .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
        margin-bottom: 0;
        margin-top: 0;
        flex-grow: 1
    }

    .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
        height: 3em;
        flex-shrink: 0;
        margin-left: 8px;
        padding-left: 24px;
        padding-right: 24px;
        white-space: nowrap
    }

.wc-block-components-totals-coupon__content {
    flex-direction: column;
    position: relative
}

.wc-block-components-totals-discount__coupon-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 1.25em
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 700
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
    margin-bottom: 0
}

.wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset {
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__description, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__label, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-description, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-label {
    flex-basis: 100%;
    text-align: left
}

.wc-block-components-totals-shipping .wc-block-components-shipping-rates-control__no-results-notice {
    margin: 0 0 .75em
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    background: 0 0;
    box-shadow: none;
    display: inline;
    text-shadow: none;
    text-decoration: underline
}

    .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:active, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:focus, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:hover {
        background: 0 0;
        opacity: .8
    }

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    background: 0 0;
    box-shadow: none;
    display: inline;
    text-shadow: none;
    text-decoration: underline
}

    .theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:active, .theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:focus, .theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:hover {
        background: 0 0
    }

.wc-block-components-checkbox {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    align-items: center;
    display: flex;
    height: 1em;
    position: relative
}

    .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
        font-size: 1em;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 2px solid #50575e;
        border-radius: 2px;
        height: 1.5em;
        width: 1.5em;
        margin: 0;
        min-height: 24px;
        min-width: 24px;
        overflow: hidden;
        position: static;
        vertical-align: middle;
        background-color: #fff
    }

        .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
            background: #fff;
            border-color: #50575e
        }

        .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:after, .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before {
            content: ""
        }

        .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:not(:checked) + .wc-block-components-checkbox__mark {
            display: none
        }

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    border-color: hsla(0,0%,100%,.6);
    background-color: rgba(0,0,0,.1)
}

    .has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
        background: rgba(0,0,0,.1);
        border-color: hsla(0,0%,100%,.6)
    }

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #000;
    position: absolute;
    left: .1875em;
    top: -.125em;
    width: 1.125em;
    height: 1.125em
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #fff
}

.wc-block-components-checkbox .wc-block-components-checkbox__label {
    padding-left: 16px;
    vertical-align: middle
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .wc-block-components-checkbox__mark {
        display: none
    }
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox], .theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox] {
    background-color: #fff;
    border-color: var(--form--border-color);
    position: relative
}

    .theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox]:checked, .theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]:checked {
        background-color: #fff;
        border-color: var(--form--border-color)
    }

.theme-twentytwentyone .wc-block-components-checkbox__mark {
    display: none
}

.editor-styles-wrapper .wc-block-components-checkbox-list, .wc-block-components-checkbox-list {
    margin: 0;
    padding: 0;
    list-style: none outside
}

    .editor-styles-wrapper .wc-block-components-checkbox-list li, .wc-block-components-checkbox-list li {
        margin: 0 0 4px;
        padding: 0;
        list-style: none outside
    }

        .editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button, .editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button, .wc-block-components-checkbox-list li.show-less button, .wc-block-components-checkbox-list li.show-more button {
            background: 0 0;
            border: none;
            padding: 0;
            text-decoration: underline;
            cursor: pointer
        }

    .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li, .wc-block-components-checkbox-list.is-loading li {
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
        animation: loading-fade 1.2s ease-in-out infinite;
        background-color: var(--global--color-primary,#e0e0e0) !important;
        color: var(--global--color-primary,#e0e0e0) !important;
        outline: 0 !important;
        border: 0 !important;
        box-shadow: none;
        pointer-events: none;
        max-width: 100%
    }

        .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li > *, .wc-block-components-checkbox-list.is-loading li > * {
            visibility: hidden
        }

@media screen and (prefers-reduced-motion:reduce) {
    .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li, .wc-block-components-checkbox-list.is-loading li {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-chip {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    align-items: center;
    border: 0;
    display: inline-flex;
    padding: .125em .5em .25em;
    margin: 0 .365em .365em 0;
    border-radius: 0;
    line-height: 1;
    max-width: 100%
}

    .wc-block-components-chip, .wc-block-components-chip:active, .wc-block-components-chip:focus, .wc-block-components-chip:hover {
        background: #e0e0e0;
        color: #1e1e1e
    }

        .wc-block-components-chip.wc-block-components-chip--radius-small {
            border-radius: 3px
        }

        .wc-block-components-chip.wc-block-components-chip--radius-medium {
            border-radius: .433em
        }

        .wc-block-components-chip.wc-block-components-chip--radius-large {
            border-radius: 2em;
            padding-left: .75em;
            padding-right: .75em
        }

        .wc-block-components-chip .wc-block-components-chip__text {
            flex-grow: 1
        }

        .wc-block-components-chip.is-removable {
            padding-right: .5em
        }

            .wc-block-components-chip.is-removable .wc-block-components-chip__text {
                padding-right: .25em
            }

        .wc-block-components-chip .wc-block-components-chip__remove {
            font-size: .75em;
            background: 0 0;
            border: 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            padding: 0
        }

        .wc-block-components-chip .wc-block-components-chip__remove-icon {
            vertical-align: middle
        }

.wc-block-components-chip__remove:focus, .wc-block-components-chip__remove:hover, button.wc-block-components-chip:focus > .wc-block-components-chip__remove, button.wc-block-components-chip:hover > .wc-block-components-chip__remove {
    fill: #cc1818
}

.wc-block-components-chip__remove:disabled, button.wc-block-components-chip:disabled > .wc-block-components-chip__remove {
    fill: #949494;
    cursor: not-allowed
}

.wc-block-components-country-input {
    margin-top: 1.5em
}

.wc-block-components-dropdown-selector {
    max-width: 300px;
    position: relative;
    width: 100%
}

.wc-block-components-dropdown-selector__input-wrapper {
    background: #fff;
    border: 1px solid #50575e;
    color: #2b2d2f;
    align-items: center;
    border-radius: 4px;
    cursor: text;
    display: flex;
    flex-wrap: wrap;
    padding: 2px 8px
}

.is-disabled .wc-block-components-dropdown-selector__input-wrapper {
    background-color: #e0e0e0
}

.is-multiple.has-checked > .wc-block-components-dropdown-selector__input-wrapper {
    padding: 2px 4px
}

.is-open > .wc-block-components-dropdown-selector__input-wrapper {
    border-radius: 4px 4px 0 0
}

.wc-block-components-dropdown-selector__input {
    font-size: .875em;
    line-height: 1.2857142857;
    margin: .1875em 0;
    min-width: 0;
    padding: .1875em 0
}

.is-single .wc-block-components-dropdown-selector__input {
    width: 100%
}

    .is-single .wc-block-components-dropdown-selector__input:active, .is-single .wc-block-components-dropdown-selector__input:focus, .is-single .wc-block-components-dropdown-selector__input:hover {
        outline: 0
    }

.is-single.has-checked.is-open .wc-block-components-dropdown-selector__input {
    margin-bottom: 1.5px;
    margin-top: 1.5px
}

.is-single.has-checked:not(.is-open) .wc-block-components-dropdown-selector__input {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    word-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px;
    position: absolute
}

.is-multiple .wc-block-components-dropdown-selector__input {
    flex: 1;
    min-width: 0
}

.is-multiple .wc-block-components-dropdown-selector__input, .is-single .wc-block-components-dropdown-selector__input:first-child {
    background: 0 0;
    border: 0
}

    .is-multiple .wc-block-components-dropdown-selector__input:active, .is-multiple .wc-block-components-dropdown-selector__input:focus, .is-multiple .wc-block-components-dropdown-selector__input:hover, .is-single .wc-block-components-dropdown-selector__input:first-child:active, .is-single .wc-block-components-dropdown-selector__input:first-child:focus, .is-single .wc-block-components-dropdown-selector__input:first-child:hover {
        outline: 0
    }

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove {
    background-color: transparent;
    border: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-transform: none
}

    .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:active, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:focus, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:hover, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:active, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:focus, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:hover {
        background-color: transparent;
        text-decoration: none
    }

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value {
    font-size: .875em;
    align-items: center;
    color: #757575;
    display: inline-flex;
    margin: .1875em 0;
    padding: .1875em 0;
    width: 100%
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label {
    flex-grow: 1;
    line-height: 1.2857142857;
    padding: 0;
    text-align: left
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove {
    background-color: transparent;
    border: 0;
    display: inline-block;
    line-height: 1;
    padding: 0 0 0 .3em
}

    .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove > svg {
        display: block
    }

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-chip {
    font-size: .875em;
    margin-top: .1875em;
    margin-bottom: .1875em;
    line-height: 1.2857142857
}

.wc-block-components-dropdown-selector__list {
    background-color: #fff;
    margin: -1px 0 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1
}

    .wc-block-components-dropdown-selector__list:not(:empty) {
        border: 1px solid #9f9f9f
    }

.wc-block-components-dropdown-selector__list-item {
    font-size: .875em;
    color: #757575;
    cursor: default;
    list-style: none;
    margin: 0;
    padding: 0 4px
}

    .wc-block-components-dropdown-selector__list-item.is-selected {
        background-color: #ddd
    }

    .wc-block-components-dropdown-selector__list-item.is-highlighted, .wc-block-components-dropdown-selector__list-item:active, .wc-block-components-dropdown-selector__list-item:focus, .wc-block-components-dropdown-selector__list-item:hover {
        background-color: #00669e;
        color: #fff
    }

.wc-block-components-filter-submit-button {
    display: block;
    margin-left: auto;
    white-space: nowrap
}

.wc-block-components-formatted-money-amount {
    white-space: nowrap
}

.wc-block-components-load-more {
    text-align: center;
    width: 100%
}

.wc-block-components-loading-mask {
    position: relative;
    min-height: 34px
}

    .wc-block-components-loading-mask .components-spinner {
        position: absolute;
        margin: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

.wc-block-components-loading-mask__children {
    opacity: .5
}

.wc-block-components-pagination {
    margin: 0 auto 16px
}

.wc-block-components-pagination__ellipsis, .wc-block-components-pagination__page {
    font-size: 1em;
    color: #333;
    display: inline-block;
    font-weight: 400
}

.wc-block-components-pagination__page {
    border-color: transparent;
    padding: .3em .6em;
    min-width: 2.2em
}

@media(max-width:782px) {
    .wc-block-components-pagination__page {
        padding: .1em .2em;
        min-width: 1.6em
    }
}

.wc-block-components-pagination__page:not(.toggle) {
    background-color: transparent
}

.wc-block-components-pagination__ellipsis {
    padding: .3em
}

@media(max-width:782px) {
    .wc-block-components-pagination__ellipsis {
        padding: .1em
    }
}

.wc-block-components-pagination__page--active[disabled] {
    color: #333;
    font-weight: 700;
    opacity: 1 !important
}

    .wc-block-components-pagination__page--active[disabled]:focus, .wc-block-components-pagination__page--active[disabled]:hover {
        background-color: inherit;
        color: #333;
        opacity: 1 !important
    }

.wc-block-components-price-slider {
    margin-bottom: 24px
}

    .wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls {
        justify-content: flex-end
    }

        .wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
            margin-left: 0;
            margin-right: 10px
        }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
        animation: loading-fade 1.2s ease-in-out infinite;
        background-color: var(--global--color-primary,#e0e0e0) !important;
        color: var(--global--color-primary,#e0e0e0) !important;
        outline: 0 !important;
        border: 0 !important;
        pointer-events: none;
        max-width: 100%;
        box-shadow: none
    }

        .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount > *, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button > *, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper > *, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount > *, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button > *, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper > * {
            visibility: hidden
        }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
    -webkit-animation: none;
    animation: none
}

.wc-block-components-price-slider__range-input-wrapper {
    padding: 0;
    border: 0;
    outline: none;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 9px;
    clear: both;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    background: #e1e1e1;
    margin: 15px 0
}

.wc-block-components-price-slider__range-input-progress {
    height: 9px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    --track-background: linear-gradient(90deg,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;
    --range-color: #af7dd1;
    background: var(--track-background)
}

.wc-block-components-price-slider__controls {
    display: flex
}

    .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
        margin: 0;
        border-radius: 4px;
        width: auto;
        max-width: 100px;
        min-width: 0
    }

        .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--min {
            margin-right: 10px
        }

        .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
            margin-left: auto
        }

.wc-block-components-price-slider__range-input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 0;
    display: block;
    position: relative;
    pointer-events: none;
    outline: none !important;
    position: absolute;
    left: 0;
    top: 0
}

    .wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
        cursor: default;
        height: 1px;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .wc-block-components-price-slider__range-input::-webkit-slider-thumb {
        background-color: transparent;
        background-position: 0 0;
        width: 28px;
        height: 23px;
        border: 0;
        padding: 0;
        vertical-align: top;
        cursor: pointer;
        z-index: 20;
        pointer-events: auto;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='56' height='46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0zM13 30v9m-3-9v9-9z' stroke='%23757575'/%3E%3Cpath d='M30.682 9.942L39.1 3.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 16.645 49.79 21 44.33 21h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M43 7v9m3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0zM43 30v9m3-9v9-9z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h56v46H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
        -webkit-transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: -6px 0 0
    }

        .wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
            background-position-y: -23px;
            transform: scale(1.1)
        }

    .wc-block-components-price-slider__range-input::-webkit-slider-progress {
        margin: 0;
        padding: 0;
        border: 0;
        outline: none;
        background: 0 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .wc-block-components-price-slider__range-input::-moz-focus-outer {
        border: 0
    }

    .wc-block-components-price-slider__range-input::-moz-range-track {
        cursor: default;
        height: 1px;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .wc-block-components-price-slider__range-input::-moz-range-progress {
        margin: 0;
        padding: 0;
        border: 0;
        outline: none;
        background: 0 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .wc-block-components-price-slider__range-input::-moz-range-thumb {
        background-color: transparent;
        background-position: 0 0;
        width: 28px;
        height: 23px;
        border: 0;
        padding: 0;
        margin: 0;
        vertical-align: top;
        cursor: pointer;
        z-index: 20;
        pointer-events: auto;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='56' height='46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0zM13 30v9m-3-9v9-9z' stroke='%23757575'/%3E%3Cpath d='M30.682 9.942L39.1 3.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 16.645 49.79 21 44.33 21h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M43 7v9m3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0zM43 30v9m3-9v9-9z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h56v46H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
        -moz-transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

        .wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
            background-position-y: -23px;
            transform: scale(1.1)
        }

    .wc-block-components-price-slider__range-input::-ms-thumb {
        background-color: transparent;
        background-position: 0 0;
        width: 28px;
        height: 23px;
        border: 0;
        padding: 0;
        margin: 0;
        vertical-align: top;
        cursor: pointer;
        z-index: 20;
        pointer-events: auto;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='56' height='46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0zM13 30v9m-3-9v9-9z' stroke='%23757575'/%3E%3Cpath d='M30.682 9.942L39.1 3.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 16.645 49.79 21 44.33 21h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M43 7v9m3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0zM43 30v9m3-9v9-9z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h56v46H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
        -ms-transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

        .wc-block-components-price-slider__range-input::-ms-thumb:hover {
            background-position-y: -23px;
            transform: scale(1.1)
        }

    .wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
        background-position-y: -23px;
        transform: scale(1.1)
    }

    .wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
        background-position-y: -23px;
        transform: scale(1.1)
    }

    .wc-block-components-price-slider__range-input:focus::-ms-thumb {
        background-position-y: -23px;
        transform: scale(1.1)
    }

    .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
        z-index: 21
    }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb {
            margin-left: -2px;
            background-position-x: left
        }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
            background-position-x: left;
            transform: translate(-2px,4px)
        }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb {
            background-position-x: left
        }

    .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
        z-index: 20
    }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
            background-position-x: right;
            margin-left: 2px
        }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
            background-position-x: right;
            transform: translate(2px,4px)
        }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
            background-position-x: right
        }

.rtl .wc-block-components-price-slider__range-input-progress {
    --track-background: linear-gradient(270deg,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;
    --range-color: #af7dd1;
    background: var(--track-background)
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .wc-block-components-price-slider__range-input-wrapper {
        background: 0 0;
        box-shadow: none;
        height: 24px
    }

    .wc-block-components-price-slider__range-input-progress {
        background: #af7dd1;
        width: 100%;
        top: 7px
    }

    .wc-block-components-price-slider__range-input {
        height: 24px;
        pointer-events: auto
    }

        .wc-block-components-price-slider__range-input::-ms-track {
            background: 0 0;
            border-color: transparent;
            border-width: 7px 0;
            color: transparent
        }

        .wc-block-components-price-slider__range-input::-ms-fill-lower {
            background: #e1e1e1;
            box-shadow: inset 0 0 0 1px #b8b8b8
        }

        .wc-block-components-price-slider__range-input::-ms-fill-upper {
            background: 0 0
        }

        .wc-block-components-price-slider__range-input::-ms-tooltip {
            display: none
        }

        .wc-block-components-price-slider__range-input::-ms-thumb {
            transform: translate(1px);
            pointer-events: auto
        }

    .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
        background: 0 0
    }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
        animation: loading-fade 1.2s ease-in-out infinite;
        background-color: var(--global--color-primary,#e0e0e0) !important;
        color: var(--global--color-primary,#e0e0e0) !important;
        outline: 0 !important;
        border: 0 !important;
        pointer-events: none;
        max-width: 100%;
        box-shadow: none
    }

        .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper > *, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper > * {
            visibility: hidden
        }
}

@media screen and (-ms-high-contrast:active)and (prefers-reduced-motion:reduce),screen and (-ms-high-contrast:none)and (prefers-reduced-motion:reduce) {
    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

@supports(-ms-ime-align:auto) {
    .wc-block-components-price-slider__range-input-wrapper {
        background: 0 0;
        box-shadow: none;
        height: 24px
    }

    .wc-block-components-price-slider__range-input-progress {
        background: #af7dd1;
        width: 100%;
        top: 7px
    }

    .wc-block-components-price-slider__range-input {
        height: 24px;
        pointer-events: auto
    }

        .wc-block-components-price-slider__range-input::-ms-track {
            background: 0 0;
            border-color: transparent;
            border-width: 7px 0;
            color: transparent
        }

        .wc-block-components-price-slider__range-input::-ms-fill-lower {
            background: #e1e1e1;
            box-shadow: inset 0 0 0 1px #b8b8b8
        }

        .wc-block-components-price-slider__range-input::-ms-fill-upper {
            background: 0 0
        }

        .wc-block-components-price-slider__range-input::-ms-tooltip {
            display: none
        }

        .wc-block-components-price-slider__range-input::-ms-thumb {
            transform: translate(1px);
            pointer-events: auto
        }

    .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
        background: 0 0
    }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
        animation: loading-fade 1.2s ease-in-out infinite;
        background-color: var(--global--color-primary,#e0e0e0) !important;
        color: var(--global--color-primary,#e0e0e0) !important;
        outline: 0 !important;
        border: 0 !important;
        pointer-events: none;
        max-width: 100%;
        box-shadow: none
    }

        .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper > *, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper > * {
            visibility: hidden
        }

    @media screen and (prefers-reduced-motion:reduce) {
        .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
            -webkit-animation: none;
            animation: none
        }
    }

    .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
    background: 0 0;
    border: 3px solid;
    box-sizing: border-box
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
    --range-color: currentColor;
    margin: -3px
}

.theme-twentytwentyone .wc-block-price-filter__range-input {
    background: 0 0;
    margin: -3px;
    width: calc(100% + 6px)
}

    .theme-twentytwentyone .wc-block-price-filter__range-input:focus::-webkit-slider-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-webkit-slider-thumb {
        filter: none
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input:focus::-moz-range-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-moz-range-thumb {
        filter: none
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input:focus::-ms-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-ms-thumb {
        filter: none
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input::-webkit-slider-thumb {
        margin-top: -9px
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
        transform: translate(2px,1px)
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
        transform: translate(-2px,1px)
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input::-ms-track {
        border-color: transparent !important
    }

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
        border: 0;
        height: auto;
        position: relative;
        height: 50px
    }

    .theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
        display: none
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input {
        height: 100%;
        margin: 0;
        width: 100%
    }
}

.wc-block-components-product-sort-select {
    margin-bottom: 24px;
    text-align: left
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.wc-block-grid {
    text-align: center
}

.wc-block-grid__no-products {
    padding: 40px;
    text-align: center;
    width: 100%
}

    .wc-block-grid__no-products .wc-block-grid__no-products-image {
        max-width: 150px;
        margin: 0 auto 1em;
        display: block;
        color: inherit
    }

    .wc-block-grid__no-products .wc-block-grid__no-products-title {
        display: block;
        margin: 0;
        font-weight: 700
    }

    .wc-block-grid__no-products .wc-block-grid__no-products-description {
        display: block;
        margin: .25em 0 1em
    }

.wc-block-grid__products {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -8px 16px;
    background-clip: padding-box
}

.wc-block-grid__product {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    float: none;
    width: auto;
    position: relative;
    text-align: center;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid transparent;
    list-style: none
}

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product, .wc-block-grid.has-aligned-buttons .wc-block-grid__product {
    display: flex;
    flex-direction: column
}

    .theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product > :last-child, .wc-block-grid.has-aligned-buttons .wc-block-grid__product > :last-child {
        margin-top: auto;
        margin-bottom: 0;
        padding-bottom: 12px
    }

.theme-twentytwenty .wc-block-grid.has-1-columns .wc-block-grid__product, .wc-block-grid.has-1-columns .wc-block-grid__product {
    flex: 1 0 100%;
    max-width: 100%
}

.theme-twentytwenty .wc-block-grid.has-2-columns .wc-block-grid__product, .wc-block-grid.has-2-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%
}

.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product, .wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 33.33333%;
    max-width: 33.3333333333%
}

.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product, .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 25%;
    max-width: 25%
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product, .wc-block-grid.has-5-columns .wc-block-grid__product {
    flex: 1 0 20%;
    max-width: 20%
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product, .wc-block-grid.has-6-columns .wc-block-grid__product {
    flex: 1 0 16.66667%;
    max-width: 16.6666666667%
}

.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product, .wc-block-grid.has-7-columns .wc-block-grid__product {
    flex: 1 0 14.28571%;
    max-width: 14.2857142857%
}

.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product, .wc-block-grid.has-8-columns .wc-block-grid__product {
    flex: 1 0 12.5%;
    max-width: 12.5%
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product, .wc-block-grid.has-6-columns .wc-block-grid__product {
    font-size: .5em
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-5-columns .wc-block-grid__product, .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product {
    font-size: .58em
}

.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
    font-size: .75em
}

.theme-twentytwenty .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull), .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull) {
    font-size: .92em
}

@media(max-width:480px) {
    .wc-block-grid.has-2-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-2-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-3-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-4-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-4-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-5-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-5-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-6-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-6-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-7-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-7-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-8-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-8-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }
}

@media(min-width:481px)and (max-width:600px) {
    .wc-block-grid.has-2-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

        .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px
        }

        .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px
        }

            .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
                left: 8px
            }

    .wc-block-grid.has-3-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

        .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px
        }

        .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px
        }

            .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
                left: 8px
            }

    .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

        .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px
        }

        .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px
        }

            .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
                left: 8px
            }

    .wc-block-grid.has-5-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

        .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px
        }

        .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px
        }

            .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
                left: 8px
            }

    .wc-block-grid.has-6-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

        .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px
        }

        .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px
        }

            .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
                left: 8px
            }

    .wc-block-grid.has-7-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

        .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px
        }

        .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px
        }

            .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
                left: 8px
            }

    .wc-block-grid.has-8-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

        .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px
        }

        .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px
        }

            .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
                left: 8px
            }
}

.wc-block-components-product-name {
    font-size: 1em;
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all
}

.wc-block-components-product-price--align-left {
    display: block;
    text-align: left
}

.wc-block-components-product-price--align-center {
    display: block;
    text-align: center
}

.wc-block-components-product-price--align-right {
    display: block;
    text-align: right
}

.wc-block-components-product-price__value.is-discounted {
    margin-left: .5em
}

.is-loading .wc-block-components-product-price:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    content: ".";
    display: inline-block;
    width: 5em
}

    .is-loading .wc-block-components-product-price:before > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-price:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-quantity-selector {
    display: flex;
    width: 107px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    box-sizing: content-box;
    margin: 0 0 .25em
}

.has-dark-controls .wc-block-components-quantity-selector {
    background-color: transparent;
    border-color: hsla(0,0%,100%,.4)
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    font-size: 1em;
    order: 2;
    min-width: 40px;
    flex: 1 1 auto;
    border: 0;
    padding: .4em 0;
    margin: 0;
    text-align: center;
    background: 0 0;
    box-shadow: none;
    color: #000;
    line-height: 1;
    vertical-align: middle;
    -moz-appearance: textfield
}

    .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
        background: #f0f0f0;
        outline: 1px solid #ddd
    }

    .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
        color: #949494
    }

.has-dark-controls .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    color: #fff;
    background: 0 0
}

    .has-dark-controls .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
        background: 0 0
    }

    .has-dark-controls .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
        color: hsla(0,0%,100%,.3)
    }

.wc-block-components-quantity-selector input::-webkit-inner-spin-button, .wc-block-components-quantity-selector input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    border: 0;
    padding: 0;
    margin: 0;
    background: none transparent;
    box-shadow: none;
    font-size: 1em;
    min-width: 30px;
    cursor: pointer;
    color: #1e1e1e;
    font-style: normal;
    text-align: center;
    text-decoration: none
}

    .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
        outline: 2px solid #ddd
    }

    .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus, .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
        border: 0;
        padding: 0;
        margin: 0;
        background: none transparent;
        box-shadow: none;
        color: #1e1e1e
    }

        .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus:focus, .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover:focus {
            outline: 2px solid #ddd
        }

    .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
        color: #949494;
        cursor: default;
        border: 0;
        padding: 0;
        margin: 0;
        background: none transparent;
        box-shadow: none
    }

        .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled:focus {
            outline: 2px solid #ddd
        }

.has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button, .has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus, .has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    color: #fff
}

    .has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
        color: hsla(0,0%,100%,.3)
    }

.wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus {
    order: 1
}

.wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--plus {
    order: 3
}

.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus, .theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    background: none transparent
}

.wc-block-components-radio-control__option {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    display: block;
    margin: 1em 0;
    padding: 0 0 0 2.5em;
    position: relative
}

    .wc-block-components-radio-control__option:first-child {
        margin-top: 0
    }

    .wc-block-components-radio-control__option:last-child {
        margin-bottom: 0
    }

.wc-block-components-radio-control__option-layout {
    display: table;
    width: 100%
}

.wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout:after {
    display: none
}

.wc-block-components-radio-control__description-group, .wc-block-components-radio-control__label-group {
    display: table-row
}

    .wc-block-components-radio-control__description-group > span, .wc-block-components-radio-control__label-group > span {
        display: table-cell
    }

    .wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description, .wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label, .wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description, .wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label {
        text-align: right;
        min-width: 50%
    }

.wc-block-components-radio-control__label, .wc-block-components-radio-control__secondary-label {
    line-height: max(1.5rem,24px)
}

.wc-block-components-radio-control__description, .wc-block-components-radio-control__secondary-description {
    font-size: .875em;
    line-height: 20px
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 2px solid #50575e;
    border-radius: 50%;
    display: inline-block;
    height: 1.5em;
    min-height: 24px;
    min-width: 24px;
    width: 1.5em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

    .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
        background: #000;
        border-radius: 50%;
        content: "";
        display: block;
        height: .75em;
        left: 50%;
        margin: 0;
        min-height: 12px;
        min-width: 12px;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        width: .75em
    }

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input {
    border-color: hsla(0,0%,100%,.6);
    background-color: rgba(0,0,0,.1)
}

    .has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
        background: #fff
    }

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
    border-width: 2px
}

    .theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
        background-color: var(--form--color-text)
    }

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:after {
    display: none
}

.is-loading .wc-block-components-review-list-item__text {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    display: block;
    width: 60%
}

    .is-loading .wc-block-components-review-list-item__text > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__text {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__text:after {
    content: "Â "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after {
    content: "Â "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    font-size: 1em;
    width: 80px
}

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:after {
    content: "Â "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product, .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars > span {
    display: none
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    height: 1em;
    width: 120px
}

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after {
    content: "Â "
}

.editor-styles-wrapper .wc-block-components-review-list-item__item, .wc-block-components-review-list-item__item {
    margin: 0 0 48px;
    list-style: none
}

.wc-block-components-review-list-item__info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 24px
}

.wc-block-components-review-list-item__meta {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
}

.has-image .wc-block-components-review-list-item__info {
    -ms-grid-columns: 64px 1fr;
    grid-template-columns: 64px 1fr
}

.has-image .wc-block-components-review-list-item__meta {
    -ms-grid-column: 2;
    grid-column: 2
}

.wc-block-components-review-list-item__image {
    align-items: center;
    display: flex;
    height: 48px;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    justify-content: center;
    position: relative;
    width: 48px
}

    .wc-block-components-review-list-item__image > img {
        display: block;
        height: auto;
        max-height: 100%;
        max-width: 100%;
        width: auto
    }

.wc-block-components-review-list-item__verified {
    width: 21px;
    height: 21px;
    text-indent: 21px;
    margin: 0;
    line-height: 21px;
    overflow: hidden;
    position: absolute;
    right: -7px;
    bottom: -7px
}

    .wc-block-components-review-list-item__verified:before {
        width: 21px;
        height: 21px;
        background: transparent url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none"%3E%3Ccircle cx="10.5" cy="10.5" r="10.5" fill="%23fff"/%3E%3Cpath fill="%23008A21" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3Cmask id="a" width="17" height="17" x="2" y="2" maskUnits="userSpaceOnUse"%3E%3Cpath fill="%23fff" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3C/mask%3E%3Cg mask="url(%23a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E') 50% no-repeat;
        display: block;
        content: ""
    }

.wc-block-components-review-list-item__meta {
    display: flex;
    align-items: center;
    flex-flow: row wrap
}

    .wc-block-components-review-list-item__meta:after {
        order: 3;
        content: "";
        flex-basis: 100%
    }

.wc-block-components-review-list-item__author, .wc-block-components-review-list-item__product {
    display: block;
    font-weight: 700;
    order: 1;
    margin-right: 8px
}

    .wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author {
        font-weight: 400;
        color: grey;
        order: 4
    }

.wc-block-components-review-list-item__published-date {
    color: grey;
    order: 5
}

.wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date:before {
    content: "";
    display: inline-block;
    margin-right: 8px;
    border-right: 1px solid #ddd;
    height: 1em;
    vertical-align: middle
}

.wc-block-components-review-list-item__author:first-child + .wc-block-components-review-list-item__published-date:before, .wc-block-components-review-list-item__rating + .wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date:before {
    display: none
}

.wc-block-components-review-list-item__rating {
    order: 2
}

    .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars {
        font-size: 1em;
        display: inline-block;
        top: 0;
        overflow: hidden;
        position: relative;
        height: 1.618em;
        line-height: 1.618;
        width: 5.3em;
        font-family: star;
        font-weight: 400;
        vertical-align: top
    }

        .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars:before {
            content: "SSSSS";
            opacity: .25;
            float: left;
            top: 0;
            left: 0;
            position: absolute
        }

        .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span {
            overflow: hidden;
            float: left;
            top: 0;
            left: 0;
            position: absolute;
            padding-top: 1.5em
        }

            .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span:before {
                content: "SSSSS";
                top: 0;
                position: absolute;
                left: 0;
                color: #e6a237
            }

.editor-styles .wc-block-components-review-list, .wc-block-components-review-list {
    margin: 0
}

.wc-block-components-review-sort-select {
    text-align: right
}

.wc-block-components-form .wc-block-components-select, .wc-block-components-select {
    height: 3em;
    position: relative
}

    .wc-block-components-form .wc-block-components-select label.components-custom-select-control__label, .wc-block-components-select label.components-custom-select-control__label {
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-decoration: inherit;
        text-transform: inherit;
        font-size: 1em;
        line-height: 1.375;
        position: absolute;
        transform: translateY(.75em);
        transform-origin: top left;
        transition: all .2s ease;
        color: #757575;
        z-index: 1;
        margin: 0 0 0 17px;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100% - 32px);
        white-space: nowrap
    }

.has-dark-controls .wc-block-components-form .wc-block-components-select label.components-custom-select-control__label, .has-dark-controls .wc-block-components-select label.components-custom-select-control__label {
    color: hsla(0,0%,100%,.6)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-form .wc-block-components-select label.components-custom-select-control__label, .wc-block-components-select label.components-custom-select-control__label {
        transition: none
    }
}

.wc-block-components-form .wc-block-components-select.is-active label, .wc-block-components-select.is-active label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-form .wc-block-components-select.has-error .components-custom-select-control__button, .wc-block-components-form .wc-block-components-select.has-error .components-custom-select-control__button:active, .wc-block-components-form .wc-block-components-select.has-error .components-custom-select-control__button:focus, .wc-block-components-form .wc-block-components-select.has-error .components-custom-select-control__button:hover, .wc-block-components-select.has-error .components-custom-select-control__button, .wc-block-components-select.has-error .components-custom-select-control__button:active, .wc-block-components-select.has-error .components-custom-select-control__button:focus, .wc-block-components-select.has-error .components-custom-select-control__button:hover {
    border-color: #cc1818
}

    .wc-block-components-form .wc-block-components-select.has-error .components-custom-select-control__button:focus, .wc-block-components-select.has-error .components-custom-select-control__button:focus {
        outline: 1px dotted #cc1818;
        outline-offset: 2px
    }

.wc-block-components-form .wc-block-components-select.has-error label, .wc-block-components-select.has-error label {
    color: #cc1818
}

.wc-block-components-form .wc-block-components-select .components-custom-select-control__button, .wc-block-components-form .wc-block-components-select .components-custom-select-control__button:active, .wc-block-components-form .wc-block-components-select .components-custom-select-control__button:focus, .wc-block-components-form .wc-block-components-select .components-custom-select-control__button:hover, .wc-block-components-select .components-custom-select-control__button, .wc-block-components-select .components-custom-select-control__button:active, .wc-block-components-select .components-custom-select-control__button:focus, .wc-block-components-select .components-custom-select-control__button:hover {
    font-size: 1em;
    background: #fff;
    box-shadow: none;
    color: #2b2d2f;
    font-family: inherit;
    font-weight: 400;
    height: 3em;
    letter-spacing: inherit;
    line-height: 1;
    overflow: hidden;
    padding: 1.5em 16px .25em;
    text-align: left;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
    width: 100%;
    opacity: 1;
    border-radius: 4px
}

.has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__button, .has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__button:active, .has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__button:focus, .has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__button:hover, .has-dark-controls .wc-block-components-select .components-custom-select-control__button, .has-dark-controls .wc-block-components-select .components-custom-select-control__button:active, .has-dark-controls .wc-block-components-select .components-custom-select-control__button:focus, .has-dark-controls .wc-block-components-select .components-custom-select-control__button:hover {
    background: rgba(0,0,0,.1);
    border-color: hsla(0,0%,100%,.4);
    color: #fff
}

.wc-block-components-form .wc-block-components-select .components-custom-select-control__button-icon, .wc-block-components-select .components-custom-select-control__button-icon {
    right: 12px
}

.has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__button-icon, .has-dark-controls .wc-block-components-select .components-custom-select-control__button-icon {
    fill: #fff
}

.wc-block-components-form .wc-block-components-select .components-custom-select-control__menu, .wc-block-components-select .components-custom-select-control__menu {
    background-color: #fff;
    margin: 0;
    max-height: 300px;
    overflow: auto;
    color: #2b2d2f
}

    .wc-block-components-form .wc-block-components-select .components-custom-select-control__menu:empty, .wc-block-components-select .components-custom-select-control__menu:empty {
        display: none
    }

.has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__menu, .has-dark-controls .wc-block-components-select .components-custom-select-control__menu {
    background-color: #1e1e1e;
    color: #fff
}

.wc-block-components-form .wc-block-components-select .components-custom-select-control__item, .wc-block-components-select .components-custom-select-control__item {
    font-size: 1em;
    margin-left: 0;
    padding-left: 16px
}

.has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__item.is-highlighted, .has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__item:focus, .has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__item:hover, .has-dark-controls .wc-block-components-select .components-custom-select-control__item.is-highlighted, .has-dark-controls .wc-block-components-select .components-custom-select-control__item:focus, .has-dark-controls .wc-block-components-select .components-custom-select-control__item:hover {
    background-color: rgba(0,0,0,.4)
}

.wc-block-components-form .wc-block-components-select .components-custom-select-control__item-icon, .wc-block-components-select .components-custom-select-control__item-icon {
    display: none
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .components-custom-select-control__button {
    background-color: #fff;
    color: #2b2d2f
}

.theme-twentytwentyone.is-dark-theme .has-dark-controls .components-custom-select-control__item {
    color: #fff
}

.theme-twentytwentyone.is-dark-theme .components-custom-select-control__item {
    color: #2b2d2f
}

.theme-twentyseventeen.theme-twentyseventeen.theme-twentyseventeen .components-custom-select-control__button {
    background-color: #fff;
    color: #2b2d2f
}

.theme-twentyseventeen.theme-twentyseventeen.theme-twentyseventeen .has-dark-controls .components-custom-select-control__button {
    background-color: #1e1e1e;
    color: #fff
}

.wc-block-components-sidebar-layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative
}

    .wc-block-components-sidebar-layout .wc-block-components-main {
        box-sizing: border-box;
        margin: 0;
        padding-right: 3.7735849057%;
        width: 65%
    }

.wc-block-components-sidebar {
    box-sizing: border-box;
    margin: 0;
    padding-left: 2.2641509434%;
    width: 35%
}

    .wc-block-components-sidebar .wc-block-components-panel > h2 {
        font-size: 1em;
        border: 0;
        border-radius: 0;
        margin: 0;
        padding: 0;
        vertical-align: baseline
    }

.is-medium.wc-block-components-sidebar-layout, .is-mobile.wc-block-components-sidebar-layout, .is-small.wc-block-components-sidebar-layout {
    flex-direction: column;
    margin: 0 auto 16px
}

    .is-medium.wc-block-components-sidebar-layout .wc-block-components-main, .is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar, .is-mobile.wc-block-components-sidebar-layout .wc-block-components-main, .is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar, .is-small.wc-block-components-sidebar-layout .wc-block-components-main, .is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar {
        padding: 0;
        width: 100%
    }

.is-large .wc-block-components-sidebar .wc-block-components-panel, .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    padding-left: 16px;
    padding-right: 16px
}

.theme-twentytwenty .wc-block-components-sidebar .wc-block-components-panel > h2 {
    font-size: 1.25em;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.wc-block-components-sort-select {
    margin-bottom: 12px
}

.wc-block-components-sort-select__label {
    margin-right: 12px;
    display: inline-block;
    font-weight: 400
}

.wc-block-components-sort-select__select {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.wc-block-components-state-input {
    margin-top: 1.5em
}

.wc-block-components-tabs .wc-block-components-tabs__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
}

    .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item {
        border: none;
        flex: auto;
        background: 0 0;
        padding: 12px 16px;
        color: inherit;
        outline-offset: -1px;
        text-align: center;
        transition: box-shadow .1s linear;
        box-shadow: inset 0 -1px currentColor;
        border-radius: 0
    }

        .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item.is-active {
            box-shadow: inset 0 -3px currentColor;
            font-weight: 600;
            position: relative
        }

        .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item:focus {
            outline-offset: -1px;
            outline: 1px dotted currentColor
        }

        .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item:active, .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item:hover {
            background: 0 0
        }

        .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content {
            font-size: 1em;
            line-height: 1;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            display: inline-block;
            font-weight: 700
        }

            .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content > img, .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content > svg {
                height: 1.2em;
                vertical-align: middle;
                margin: .2em 0 -.2em
            }

            .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons {
                margin: .2em 0 -.2em
            }

                .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
                    height: 1.2em;
                    vertical-align: middle
                }

.wc-block-components-tabs .wc-block-components-tabs__content {
    padding: 16px 0;
    text-transform: none
}

.wc-block-components-form .wc-block-components-text-input, .wc-block-components-text-input {
    position: relative;
    margin-top: 1.5em;
    white-space: nowrap
}

    .wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-decoration: inherit;
        text-transform: inherit;
        font-size: 1em;
        position: absolute;
        transform: translateY(.75em);
        left: 0;
        top: 0;
        transform-origin: top left;
        line-height: 1.375;
        color: #757575;
        transition: transform .2s ease;
        margin: 0 0 0 17px;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100% - 32px);
        cursor: text
    }

.has-dark-controls .wc-block-components-form .wc-block-components-text-input label, .has-dark-controls .wc-block-components-text-input label {
    color: hsla(0,0%,100%,.6)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
        transition: none
    }
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill + label, .wc-block-components-text-input input:-webkit-autofill + label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-form .wc-block-components-text-input.is-active label, .wc-block-components-text-input.is-active label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
    font-size: 1em;
    background-color: #fff;
    padding: .75em 16px;
    border-radius: 4px;
    border: 1px solid #50575e;
    width: 100%;
    line-height: 1.375;
    font-family: inherit;
    margin: 0;
    box-sizing: border-box;
    height: 3em;
    min-height: 0;
    color: #2b2d2f
}

    .wc-block-components-form .wc-block-components-text-input input[type=email]:focus, .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, .wc-block-components-text-input input[type=email]:focus, .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-text-input input[type=text]:focus, .wc-block-components-text-input input[type=url]:focus {
        background-color: #fff;
        color: #2b2d2f
    }

.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url], .has-dark-controls .wc-block-components-text-input input[type=email], .has-dark-controls .wc-block-components-text-input input[type=tel], .has-dark-controls .wc-block-components-text-input input[type=text], .has-dark-controls .wc-block-components-text-input input[type=url] {
    background-color: rgba(0,0,0,.1);
    border-color: hsla(0,0%,100%,.4);
    color: #fff
}

    .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email]:focus, .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, .has-dark-controls .wc-block-components-text-input input[type=email]:focus, .has-dark-controls .wc-block-components-text-input input[type=tel]:focus, .has-dark-controls .wc-block-components-text-input input[type=text]:focus, .has-dark-controls .wc-block-components-text-input input[type=url]:focus {
        background-color: rgba(0,0,0,.1);
        color: #fff
    }

.wc-block-components-form .wc-block-components-text-input.is-active input[type=email], .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], .wc-block-components-form .wc-block-components-text-input.is-active input[type=url], .wc-block-components-text-input.is-active input[type=email], .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-text-input.is-active input[type=text], .wc-block-components-text-input.is-active input[type=url] {
    padding: 1.5em 0 .25em 16px
}

.wc-block-components-form .wc-block-components-text-input.has-error input, .wc-block-components-form .wc-block-components-text-input.has-error input:active, .wc-block-components-form .wc-block-components-text-input.has-error input:focus, .wc-block-components-form .wc-block-components-text-input.has-error input:hover, .wc-block-components-text-input.has-error input, .wc-block-components-text-input.has-error input:active, .wc-block-components-text-input.has-error input:focus, .wc-block-components-text-input.has-error input:hover {
    border-color: #cc1818
}

    .wc-block-components-form .wc-block-components-text-input.has-error input:focus, .wc-block-components-text-input.has-error input:focus {
        outline: 1px dotted #cc1818;
        outline-offset: 2px
    }

.wc-block-components-form .wc-block-components-text-input.has-error label, .wc-block-components-text-input.has-error label {
    color: #cc1818
}

.wc-block-components-form .wc-block-components-text-input:only-child, .wc-block-components-text-input:only-child {
    margin-top: 0
}

.wc-block-components-textarea {
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #50575e;
    border-radius: 4px;
    color: #2b2d2f;
    font-family: inherit;
    line-height: 1.375;
    margin: 0;
    padding: .75em 16px;
    width: 100%
}

.has-dark-controls .wc-block-components-textarea {
    background-color: rgba(0,0,0,.1);
    border-color: hsla(0,0%,100%,.4);
    color: #fff
}

    .has-dark-controls .wc-block-components-textarea::-moz-placeholder {
        color: hsla(0,0%,100%,.6)
    }

    .has-dark-controls .wc-block-components-textarea:-ms-input-placeholder {
        color: hsla(0,0%,100%,.6)
    }

    .has-dark-controls .wc-block-components-textarea::placeholder {
        color: hsla(0,0%,100%,.6)
    }

.theme-twentytwentyone .has-dark-controls .wc-block-components-textarea {
    background-color: rgba(0,0,0,.1);
    color: #fff
}

.theme-twentytwenty .wc-block-components-title.wc-block-components-title, .wc-block-components-title.wc-block-components-title {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-size: 1.25em;
    word-break: break-word
}

.wc-block-components-notices {
    display: block;
    margin-bottom: 2em
}

    .wc-block-components-notices .wc-block-components-notices__notice {
        margin: 0;
        display: flex;
        flex-wrap: nowrap
    }

        .wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss {
            background: transparent none;
            padding: 0;
            margin: 0 0 0 auto;
            border: 0;
            outline: 0;
            color: currentColor
        }

            .wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss svg {
                fill: currentColor;
                vertical-align: text-top
            }

        .wc-block-components-notices .wc-block-components-notices__notice + .wc-block-components-notices__notice {
            margin-top: 1em
        }

.wc-block-components-notices__snackbar {
    position: fixed;
    bottom: 20px;
    left: 16px;
    width: auto
}

@media(max-width:782px) {
    .wc-block-components-notices__snackbar {
        position: fixed;
        top: 10px;
        left: 0;
        bottom: auto
    }
}

@media(max-width:782px) {
    .wc-block-components-notices__snackbar .components-snackbar-list__notice-container {
        margin-left: 10px;
        margin-right: 10px
    }
}

.wc-block-components-validation-error {
    font-size: .75em;
    color: #cc1818;
    max-width: 100%;
    position: absolute;
    top: calc(100% - 1px);
    white-space: normal
}

    .wc-block-components-validation-error > p {
        align-items: center;
        display: flex;
        line-height: 12px;
        margin: 0;
        min-height: 24px;
        padding: 0
    }

.wc-block-components-select + .wc-block-components-validation-error {
    margin-bottom: 24px
}

.with-scroll-to-top__scroll-point {
    position: relative;
    top: -36px
}

.wc-block-cart__submit {
    position: relative
}

.wc-block-cart__submit-container {
    padding-bottom: 16px
}

.wc-block-cart__submit-button {
    width: 100%;
    margin: 0 0 16px
}

    .wc-block-cart__submit-button:last-child {
        margin-bottom: 0
    }

.is-medium .wc-block-cart__submit-container:not(.wc-block-cart__submit-container--sticky), .is-mobile .wc-block-cart__submit-container:not(.wc-block-cart__submit-container--sticky), .is-small .wc-block-cart__submit-container:not(.wc-block-cart__submit-container--sticky) {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0
}

@media(min-width:783px) {
    .wc-block-cart__submit-container--sticky {
        display: none
    }
}

@media(max-width:782px) {
    .wc-block-cart__submit-container--sticky {
        background: #fff;
        bottom: 0;
        left: 0;
        padding: 16px;
        position: fixed;
        width: 100%;
        z-index: 9999
    }

        .wc-block-cart__submit-container--sticky:before {
            box-shadow: 0 -10px 20px 10px currentColor;
            color: hsla(0,0%,80%,.5);
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            right: 0;
            top: 0
        }
}

.editor-styles-wrapper .wc-block-cart__empty-cart__title, .wc-block-cart__empty-cart__title {
    font-size: inherit
}

.wc-block-cart .wc-block-components-shipping-calculator {
    white-space: nowrap
}

.wc-block-cart .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .wc-block-cart .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .wc-block-cart .wc-block-components-address-form .wc-block-components-text-input:first-of-type {
    margin-top: 0
}

table.wc-block-cart-items, table.wc-block-cart-items td, table.wc-block-cart-items th {
    background: none !important;
    border: 0;
    margin: 0
}

.editor-styles-wrapper table.wc-block-cart-items, table.wc-block-cart-items {
    width: 100%
}

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, table.wc-block-cart-items .wc-block-cart-items__header {
        font-size: .75em;
        text-transform: uppercase
    }

        .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
            width: 100px
        }

        .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
            visibility: hidden
        }

        .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
            width: 100px;
            text-align: right
        }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
        width: 100%;
        margin: 0
    }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
        border: 0;
        border-radius: 0;
        margin: 0;
        padding: 0;
        vertical-align: baseline;
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-decoration: inherit;
        text-transform: inherit;
        background: 0 0;
        box-shadow: none;
        display: inline;
        text-shadow: none;
        text-decoration: underline;
        font-size: .75em;
        text-transform: none;
        white-space: nowrap
    }

        .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active, .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus, .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
            background: 0 0
        }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
        display: block;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content
    }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
        font-size: 1em;
        text-align: right;
        line-height: inherit
    }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata {
        margin-bottom: .75em
    }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row.is-disabled, table.wc-block-cart-items .wc-block-cart-items__row.is-disabled {
        opacity: .5;
        pointer-events: none;
        transition: opacity .2s ease
    }

.wc-block-cart .wc-block-components-shipping-rates-control__package {
    position: relative
}

    .wc-block-cart .wc-block-components-shipping-rates-control__package:after {
        border-style: solid;
        border-width: 1px 0 0;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

.wc-block-cart--is-loading h2 span, .wc-block-cart--is-loading th span {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    min-width: 84px;
    display: inline-block
}

    .wc-block-cart--is-loading h2 span > *, .wc-block-cart--is-loading th span > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading h2 span, .wc-block-cart--is-loading th span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading h2 span:after, .wc-block-cart--is-loading th span:after {
    content: "Â "
}

.wc-block-cart--is-loading h2 span {
    min-width: 33%
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image > *, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__individual-price, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image > * > *, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__individual-price > *, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price > *, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata > *, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image > *, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__individual-price, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    min-width: 84px;
    display: inline-block
}

    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name:after {
    content: "Â "
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata {
    margin-top: .25em;
    min-width: 8em
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__remove-link {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image a {
    display: block
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__individual-price {
    max-width: 3em;
    display: block;
    margin-top: .25em
}

    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__individual-price:after {
        content: "Â "
    }

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total > div, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total > span {
    display: none
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-cart-item__price {
    display: block
}

    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-cart-item__price:after {
        content: "Â "
    }

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    min-height: 460px
}

    .wc-block-cart--is-loading .wc-block-cart__sidebar .components-card > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading .wc-block-cart__sidebar .components-card {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after {
    content: "Â "
}

.wc-block-components-sidebar-layout.wc-block-cart--skeleton {
    display: none
}

.is-loading + .wc-block-components-sidebar-layout.wc-block-cart--skeleton {
    display: flex
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

    .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge {
        margin-top: 4px
    }

.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-mobile .wc-block-cart-item__total .wc-block-components-sale-badge, .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-small .wc-block-cart-item__total .wc-block-components-sale-badge, .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
    display: none
}

.is-medium table.wc-block-cart-items td, .is-mobile table.wc-block-cart-items td, .is-small table.wc-block-cart-items td {
    padding: 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-medium table.wc-block-cart-items .wc-block-cart-items__header, .is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-mobile table.wc-block-cart-items .wc-block-cart-items__header, .is-small table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-small table.wc-block-cart-items .wc-block-cart-items__header {
    display: none
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 132px;
    grid-template-columns: 80px 132px;
    padding: 16px 0
}

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row:after, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row:after, .is-small table.wc-block-cart-items .wc-block-cart-items__row:after {
        border-style: solid;
        border-width: 0 0 1px;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        padding-right: 16px
    }

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 2;
        grid-column-end: 4;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-align: stretch;
        justify-self: stretch;
        padding: 0 16px 16px 0
    }

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        vertical-align: bottom;
        padding-right: 16px;
        -ms-grid-row-align: end;
        align-self: end;
        padding-top: 16px
    }

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
        -ms-grid-row: 1;
        grid-row-start: 1
    }

        .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount {
            display: inline-block
        }

.is-large.wc-block-cart .wc-block-cart-items {
    position: relative
}

    .is-large.wc-block-cart .wc-block-cart-items:after {
        border-style: solid;
        border-width: 0 0 1px;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

    .is-large.wc-block-cart .wc-block-cart-items th {
        padding: .25rem 16px .25rem 0;
        white-space: nowrap
    }

    .is-large.wc-block-cart .wc-block-cart-items td {
        position: relative;
        padding: 16px 16px 16px 0;
        vertical-align: top
    }

        .is-large.wc-block-cart .wc-block-cart-items td:after {
            border-style: solid;
            border-width: 1px 0 0;
            bottom: 0;
            content: "";
            display: block;
            left: 0;
            opacity: .3;
            pointer-events: none;
            position: absolute;
            right: 0;
            top: 0
        }

        .is-large.wc-block-cart .wc-block-cart-items td:last-child, .is-large.wc-block-cart .wc-block-cart-items th:last-child {
            padding-right: 0
        }

.is-large.wc-block-cart .wc-block-components-radio-control__input {
    left: 0
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
    position: relative;
    border: 0;
    border-radius: 0;
    margin: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    box-shadow: none;
    display: inline;
    background: 0 0;
    font-size: .75em;
    display: block;
    font-weight: 600;
    padding: .25rem 0;
    text-align: right;
    text-transform: uppercase
}

    .is-large.wc-block-cart .wc-block-cart__totals-title:after {
        border-style: solid;
        border-width: 0 0 1px;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator, .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) {
    padding-left: 16px;
    padding-right: 16px
}

.is-large.wc-block-cart .wc-block-cart__payment-options {
    padding: 16px
}

.wp-block-woocommerce-cart.is-loading {
    display: none
}

.wp-block-woocommerce-cart {
    margin-bottom: 3em
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder {
    margin-bottom: 16px
}

    .components-placeholder.wc-block-checkout__no-shipping-placeholder * {
        pointer-events: all
    }

    .components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset {
        display: block
    }

        .components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .components-button {
            background-color: #1e1e1e;
            color: #fff
        }

        .components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .wc-block-checkout__no-shipping-placeholder-description {
            display: block;
            margin: .25em 0 1em
        }

.wc-block-checkout__add-note {
    margin: 1.5em 0 1.5em 9px
}

.is-medium .wc-block-checkout__add-note, .is-mobile .wc-block-checkout__add-note, .is-small .wc-block-checkout__add-note {
    position: relative;
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 1em 0
}

    .is-medium .wc-block-checkout__add-note:after, .is-mobile .wc-block-checkout__add-note:after, .is-small .wc-block-checkout__add-note:after {
        border-style: solid;
        border-width: 1px 0;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

.wc-block-checkout__add-note .wc-block-components-textarea {
    margin-top: 16px
}

.wc-block-checkout__order-notes.wc-block-components-checkout-step {
    padding-left: 0
}

.wc-block-checkout__form {
    margin: 0;
    max-width: 100%
}

.wc-block-checkout__create-account, .wc-block-checkout__use-address-for-billing {
    margin-top: 1.5em
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
    position: relative;
    margin: 0;
    padding: .75em 0 .75em 2.5em
}

    .wc-block-checkout__shipping-option .wc-block-components-radio-control__option:after {
        border-style: solid;
        border-width: 0 0 1px;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__no-results-notice {
    margin: .75em 0
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form {
    margin-left: -6px;
    margin-right: -6px
}

    .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form:after, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form:after, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form:after, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form:after, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form:after, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form:after {
        content: "";
        clear: both;
        display: block
    }

    .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input {
        float: left;
        margin-left: 6px;
        margin-right: 6px;
        position: relative;
        width: calc(50% - 12px)
    }

        .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2) {
            margin-top: 0
        }

    .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company {
        width: calc(100% - 12px)
    }

    .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox {
        clear: both
    }

.wp-block-woocommerce-checkout .with-scroll-to-top__scroll-point {
    top: -96px
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
    display: block;
    color: inherit;
    flex-grow: 1;
    flex-basis: 0
}

.wc-block-checkout__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 9px
}

    .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
        width: 50%;
        padding: 1em;
        height: auto
    }

        .wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text {
            line-height: 24px
        }

            .wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text > svg {
                fill: #fff;
                vertical-align: top
            }

.wc-block-checkout--is-loading .wc-block-checkout__actions button, .wc-block-checkout--is-loading .wc-block-components-express-payment {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

    .wc-block-checkout--is-loading .wc-block-checkout__actions button > *, .wc-block-checkout--is-loading .wc-block-components-express-payment > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__actions button, .wc-block-checkout--is-loading .wc-block-components-express-payment {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__actions button:after, .wc-block-checkout--is-loading .wc-block-components-express-payment:after {
    content: "Â "
}

.wc-block-checkout--is-loading .wc-block-components-express-payment {
    min-height: 150px
}

.wc-block-checkout--is-loading .wc-block-components-express-payment-continue-rule > span {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    width: 150px
}

    .wc-block-checkout--is-loading .wc-block-components-express-payment-continue-rule > span > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-checkout--is-loading .wc-block-components-express-payment-continue-rule > span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-components-express-payment-continue-rule > span:after {
    content: "Â "
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    display: block;
    width: 10em
}

    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:after {
    content: "Â "
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 1.5em
}

    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:before > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:before:after {
    content: "Â "
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__container:after {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__container:after > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__container:after {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__content > span {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    display: block;
    min-height: 100px
}

    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__content > span > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__content > span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__content > span:after {
    content: "Â "
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:after, .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:after > *, .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:before > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:after, .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    min-height: 460px
}

    .wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card:after {
    content: "Â "
}

.wc-block-components-sidebar-layout.wc-block-checkout--skeleton {
    display: none
}

.is-loading + .wc-block-components-sidebar-layout.wc-block-checkout--skeleton {
    display: flex
}

.wc-block-checkout-empty, .wc-block-checkout-error {
    padding: 40px;
    text-align: center;
    width: 100%
}

    .wc-block-checkout-empty .wc-block-checkout-empty__image, .wc-block-checkout-empty .wc-block-checkout-error__image, .wc-block-checkout-error .wc-block-checkout-empty__image, .wc-block-checkout-error .wc-block-checkout-error__image {
        max-width: 150px;
        margin: 0 auto 1em;
        display: block;
        color: inherit
    }

    .wc-block-checkout-empty .wc-block-checkout-empty__title, .wc-block-checkout-empty .wc-block-checkout-error__title, .wc-block-checkout-error .wc-block-checkout-empty__title, .wc-block-checkout-error .wc-block-checkout-error__title {
        display: block;
        margin: 0;
        font-weight: 700
    }

    .wc-block-checkout-empty .wc-block-checkout-empty__description, .wc-block-checkout-empty .wc-block-checkout-error__description, .wc-block-checkout-error .wc-block-checkout-empty__description, .wc-block-checkout-error .wc-block-checkout-error__description {
        display: block;
        margin: .25em 0 1em
    }

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
    display: none
}

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
    width: 100%
}

.is-medium .wc-block-checkout__main, .is-mobile .wc-block-checkout__main, .is-small .wc-block-checkout__main {
    order: 1
}

.is-medium .wc-block-checkout__sidebar, .is-mobile .wc-block-checkout__sidebar, .is-small .wc-block-checkout__sidebar {
    margin-bottom: 40px;
    order: 0
}

.is-large .wc-block-checkout__actions {
    position: relative;
    margin-right: 24px;
    padding-top: 1.5em
}

    .is-large .wc-block-checkout__actions:after {
        border-style: solid;
        border-width: 1px 0 0;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

.wc-block-components-express-payment {
    margin: auto;
    position: relative
}

    .wc-block-components-express-payment .wc-block-components-express-payment__event-buttons {
        list-style: none;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        padding: 0;
        margin: 0;
        overflow: hidden;
        text-align: center
    }

        .wc-block-components-express-payment .wc-block-components-express-payment__event-buttons > li {
            margin: 0
        }

            .wc-block-components-express-payment .wc-block-components-express-payment__event-buttons > li > img {
                width: 100%;
                height: 48px
            }

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container {
    display: flex;
    flex-direction: row;
    left: 0;
    position: absolute;
    right: 0;
    top: -5px;
    vertical-align: middle
}

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before {
        border-left: 1px solid;
        border-top: 1px solid;
        border-radius: 5px 0 0;
        content: "";
        display: block;
        height: 4px;
        margin-right: 12px;
        opacity: .3;
        pointer-events: none;
        width: 22px
    }

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after {
        border-right: 1px solid;
        border-top: 1px solid;
        border-radius: 0 5px 0 0;
        content: "";
        display: block;
        height: 4px;
        margin-left: 12px;
        opacity: .3;
        pointer-events: none;
        flex-grow: 1
    }

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title {
    flex-grow: 0;
    transform: translateY(-50%)
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content {
    position: relative;
    margin-top: calc(.75em + 5px);
    padding: 1.5em 35px 1em
}

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__content:after {
        border-style: solid;
        border-width: 0 1px 1px;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        border-radius: 0 0 5px 5px
    }

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__content > p {
        margin-bottom: 1em
    }

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons > li {
    display: inline-block;
    width: 50%
}

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons > li:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons > li:nth-child(odd) {
        padding-right: 8px
    }

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons > li {
    padding-bottom: 16px;
    text-align: center;
    width: 100%
}

    .wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons > li:last-child {
        padding-bottom: 0
    }

.wc-block-components-express-payment-continue-rule {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 36px;
    margin: 24px 0
}

    .wc-block-components-express-payment-continue-rule:before {
        margin-right: 10px
    }

    .wc-block-components-express-payment-continue-rule:after {
        margin-left: 10px
    }

    .wc-block-components-express-payment-continue-rule:after, .wc-block-components-express-payment-continue-rule:before {
        content: " ";
        flex: 1;
        border-bottom: 1px solid;
        opacity: .3
    }

.wc-block-components-express-payment-continue-rule--cart {
    margin: 16px 0;
    text-transform: uppercase
}

.theme-twentynineteen .wc-block-components-express-payment__title:before {
    display: none
}

.theme-twentytwenty .wc-block-components-express-payment .wc-block-components-express-payment__title {
    padding-left: 12px;
    padding-right: 12px
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder {
    margin-bottom: 16px
}

    .components-placeholder.wc-block-checkout__no-payment-methods-placeholder * {
        pointer-events: all
    }

    .components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset {
        display: block
    }

        .components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .components-button {
            background-color: #1e1e1e;
            color: #fff
        }

        .components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .wc-block-checkout__no-payment-methods-placeholder-description {
            display: block;
            margin: .25em 0 1em
        }

.components-notice.wc-block-checkout__no-payment-methods-notice {
    margin-bottom: 16px
}

.wc-block-card-elements {
    display: flex;
    width: 100%
}

    .wc-block-card-elements .wc-block-components-validation-error {
        position: static
    }

.wc-block-gateway-container {
    position: relative;
    margin-bottom: 1.5em;
    white-space: nowrap
}

    .wc-block-gateway-container.wc-card-number-element {
        flex-basis: 15em;
        flex-grow: 1;
        min-width: min(15em,60%)
    }

    .wc-block-gateway-container.wc-card-expiry-element {
        flex-basis: 7em;
        margin-left: 12px;
        min-width: min(7em,calc(24% - 12px))
    }

    .wc-block-gateway-container.wc-card-cvc-element {
        flex-basis: 7em;
        margin-left: 12px;
        min-width: min(5em,calc(16% - 12px))
    }

    .wc-block-gateway-container .wc-block-gateway-input {
        font-size: 1em;
        line-height: 1.375;
        background-color: #fff;
        padding: .75em 0 .75em 16px;
        border-radius: 4px;
        border: 1px solid #50575e;
        width: 100%;
        font-family: inherit;
        margin: 0;
        box-sizing: border-box;
        height: 3em;
        color: #2b2d2f;
        cursor: text
    }

        .wc-block-gateway-container .wc-block-gateway-input:focus, .wc-block-gateway-container:focus {
            background-color: #fff
        }

    .wc-block-gateway-container label {
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-decoration: inherit;
        text-transform: inherit;
        font-size: 1em;
        line-height: 1.375;
        position: absolute;
        transform: translateY(.75em);
        left: 0;
        top: 0;
        transform-origin: top left;
        color: #757575;
        transition: transform .2s ease;
        margin: 0 0 0 17px;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100% - 24px);
        cursor: text
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-gateway-container label {
        transition: none
    }
}

.wc-block-gateway-container.wc-inline-card-element label {
    margin-left: calc(24px + 1.5em)
}

.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input.focused.empty + label, .wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input:not(.empty) + label {
    margin-left: 16px;
    transform: translateY(4px) scale(.75)
}

.wc-block-gateway-container.wc-inline-card-element + .wc-block-components-validation-error {
    position: static;
    margin-top: -24px
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty, .wc-block-gateway-container .wc-block-gateway-input:not(.empty) {
    padding: 1.5em 0 .25em 16px
}

    .wc-block-gateway-container .wc-block-gateway-input.focused.empty + label, .wc-block-gateway-container .wc-block-gateway-input:not(.empty) + label {
        transform: translateY(4px) scale(.75)
    }

.wc-block-gateway-container .wc-block-gateway-input.has-error {
    border-color: #cc1818
}

    .wc-block-gateway-container .wc-block-gateway-input.has-error:focus {
        outline-color: #cc1818
    }

    .wc-block-gateway-container .wc-block-gateway-input.has-error + label {
        color: #cc1818
    }

.is-large .wc-card-cvc-element .wc-block-components-validation-error > p, .is-large .wc-card-expiry-element .wc-block-components-validation-error > p, .is-medium .wc-card-cvc-element .wc-block-components-validation-error > p, .is-medium .wc-card-expiry-element .wc-block-components-validation-error > p {
    line-height: 16px;
    padding-top: 4px
}

.is-mobile .wc-card-cvc-element .wc-block-components-validation-error > p, .is-mobile .wc-card-expiry-element .wc-block-components-validation-error > p, .is-small .wc-card-cvc-element .wc-block-components-validation-error > p, .is-small .wc-card-expiry-element .wc-block-components-validation-error > p {
    min-height: 28px
}

.wc-block-components-checkout-payment-methods * {
    pointer-events: all
}

.is-mobile .wc-block-card-elements, .is-small .wc-block-card-elements {
    flex-wrap: wrap
}

.is-mobile .wc-block-gateway-container.wc-card-number-element, .is-small .wc-block-gateway-container.wc-card-number-element {
    flex-basis: 100%
}

.is-mobile .wc-block-gateway-container.wc-card-expiry-element, .is-small .wc-block-gateway-container.wc-card-expiry-element {
    flex-basis: calc(50% - 8px);
    margin-left: 0;
    margin-right: 8px
}

.is-mobile .wc-block-gateway-container.wc-card-cvc-element, .is-small .wc-block-gateway-container.wc-card-cvc-element {
    flex-basis: calc(50% - 8px);
    margin-left: 8px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    padding-left: 56px
}

    .wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
        content: none
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
        left: 16px
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control__option, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:first-child, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child {
        margin: 0;
        padding-bottom: 1em;
        padding-top: 1em
    }

.wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked {
    font-weight: 700
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option, .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    position: relative
}

    .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:after, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
        border-style: solid;
        border-width: 1px 1px 0;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child:after, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child:after {
        border-width: 1px
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option:after {
        border-width: 0
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img {
        height: 24px
    }

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option {
    padding-left: 16px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__input {
    display: none
}

.wc-block-checkout__payment-method .wc-block-components-checkout-step__description-payments-aligned {
    padding-top: 14px;
    height: 28px
}

.wc-block-components-radio-control-accordion-content {
    padding: 0 16px 1em
}

    .wc-block-components-radio-control-accordion-content:empty {
        display: none
    }

.wc-block-checkout__order-notes .wc-block-components-checkout-step__content {
    padding-bottom: 0
}

.wc-block-components-panel.has-border {
    position: relative
}

    .wc-block-components-panel.has-border:after {
        border-style: solid;
        border-width: 1px 0;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

    .wc-block-components-panel.has-border + .wc-block-components-panel.has-border:after {
        border-top-width: 0
    }

.wc-block-components-panel__button {
    border: 0;
    border-radius: 0;
    vertical-align: baseline;
    height: auto;
    line-height: 1;
    margin: .375em 0;
    padding: .375em 32px .375em 0;
    position: relative;
    text-align: left;
    width: 100%
}

    .wc-block-components-panel__button, .wc-block-components-panel__button:active, .wc-block-components-panel__button:focus, .wc-block-components-panel__button:hover {
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-decoration: inherit;
        text-transform: inherit;
        background: 0 0;
        box-shadow: none
    }

        .wc-block-components-panel__button > .wc-block-components-panel__button-icon {
            fill: currentColor;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: auto
        }

.wc-block-components-panel__content {
    padding-bottom: 1em
}

    .wc-block-components-panel__content[hidden] {
        display: none
    }

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-panel__button {
    background-color: inherit;
    color: inherit
}

.theme-twentyseventeen .wc-block-components-panel__button, .theme-twentytwenty .wc-block-components-panel__button {
    background: none transparent;
    color: inherit
}

    .theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:focus, .theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:hover, .theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:focus, .theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:hover {
        background: none transparent
    }

.wc-block-components-totals-item {
    display: flex;
    flex-wrap: wrap;
    margin: .75em 0;
    width: 100%
}

.wc-block-components-totals-item__label {
    flex-grow: 1
}

.wc-block-components-totals-item__value {
    font-weight: 700;
    white-space: nowrap
}

.wc-block-components-totals-item__description {
    font-size: .875em;
    width: 100%
}

.wc-block-product-categories {
    margin-bottom: 1em
}

    .wc-block-product-categories.is-dropdown {
        display: flex
    }

    .wc-block-product-categories select {
        margin-right: .5em
    }

.wc-block-product-categories-list--has-images {
    list-style: none outside
}

    .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
        margin: 4px 0 4px 60px;
        list-style: none outside;
        clear: both
    }

        .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul {
            margin: 4px 0 0
        }

    .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
        max-width: 50px;
        display: inline-block;
        padding: 0;
        margin: 0 .5em 0 -60px;
        position: relative;
        vertical-align: middle;
        border: 1px solid #eee
    }

        .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image img {
            margin: 0;
            padding: 0
        }

.wc-block-product-categories-list-item-count:before {
    content: " ("
}

.wc-block-product-categories-list-item-count:after {
    content: ")"
}

.wp-block-woocommerce-product-categories.is-loading .wc-block-product-categories__placeholder {
    display: inline-block;
    height: 1em;
    width: 50%;
    min-width: 200px;
    background: currentColor;
    opacity: .2
}

.wc-block-product-categories__button {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 .5em;
    position: relative;
    overflow: hidden
}

    .wc-block-product-categories__button svg {
        fill: currentColor;
        outline: none
    }

.rtl .wc-block-product-categories__button svg {
    transform: rotate(180deg)
}

.wc-block-product-categories__button:active {
    color: currentColor
}

.wc-block-product-categories__button:disabled, .wc-block-product-categories__button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

    .wc-block-product-categories__button:disabled:focus, .wc-block-product-categories__button[aria-disabled=true]:focus {
        box-shadow: none
    }

.wc-block-featured-product {
    position: relative;
    background-color: #1e1e1e;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    margin: 0 0 1.5em
}

    .wc-block-featured-product, .wc-block-featured-product .wc-block-featured-product__wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        align-content: center
    }

        .wc-block-featured-product .wc-block-featured-product__wrapper {
            overflow: hidden;
            height: 100%
        }

        .wc-block-featured-product.has-left-content {
            justify-content: flex-start
        }

            .wc-block-featured-product.has-left-content .wc-block-featured-product__description, .wc-block-featured-product.has-left-content .wc-block-featured-product__price, .wc-block-featured-product.has-left-content .wc-block-featured-product__title, .wc-block-featured-product.has-left-content .wc-block-featured-product__variation {
                margin-left: 0;
                text-align: left
            }

        .wc-block-featured-product.has-right-content {
            justify-content: flex-end
        }

            .wc-block-featured-product.has-right-content .wc-block-featured-product__description, .wc-block-featured-product.has-right-content .wc-block-featured-product__price, .wc-block-featured-product.has-right-content .wc-block-featured-product__title, .wc-block-featured-product.has-right-content .wc-block-featured-product__variation {
                margin-right: 0;
                text-align: right
            }

        .wc-block-featured-product .wc-block-featured-product__description, .wc-block-featured-product .wc-block-featured-product__price, .wc-block-featured-product .wc-block-featured-product__title, .wc-block-featured-product .wc-block-featured-product__variation {
            color: #fff;
            line-height: 1.25;
            margin-bottom: 0;
            text-align: center
        }

            .wc-block-featured-product .wc-block-featured-product__description a, .wc-block-featured-product .wc-block-featured-product__description a:active, .wc-block-featured-product .wc-block-featured-product__description a:focus, .wc-block-featured-product .wc-block-featured-product__description a:hover, .wc-block-featured-product .wc-block-featured-product__price a, .wc-block-featured-product .wc-block-featured-product__price a:active, .wc-block-featured-product .wc-block-featured-product__price a:focus, .wc-block-featured-product .wc-block-featured-product__price a:hover, .wc-block-featured-product .wc-block-featured-product__title a, .wc-block-featured-product .wc-block-featured-product__title a:active, .wc-block-featured-product .wc-block-featured-product__title a:focus, .wc-block-featured-product .wc-block-featured-product__title a:hover, .wc-block-featured-product .wc-block-featured-product__variation a, .wc-block-featured-product .wc-block-featured-product__variation a:active, .wc-block-featured-product .wc-block-featured-product__variation a:focus, .wc-block-featured-product .wc-block-featured-product__variation a:hover {
                color: #fff
            }

        .wc-block-featured-product .wc-block-featured-product__description, .wc-block-featured-product .wc-block-featured-product__link, .wc-block-featured-product .wc-block-featured-product__price, .wc-block-featured-product .wc-block-featured-product__title, .wc-block-featured-product .wc-block-featured-product__variation {
            width: 100%;
            padding: 16px 48px 0;
            z-index: 1
        }

        .wc-block-featured-product .wc-block-featured-product__title, .wc-block-featured-product .wc-block-featured-product__variation {
            margin-top: 0;
            border: 0
        }

            .wc-block-featured-product .wc-block-featured-product__title:before, .wc-block-featured-product .wc-block-featured-product__variation:before {
                display: none
            }

        .wc-block-featured-product .wc-block-featured-product__variation {
            font-style: italic;
            padding-top: 0
        }

        .wc-block-featured-product .wc-block-featured-product__description p {
            margin: 0;
            line-height: 1.5em
        }

        .wc-block-featured-product .wp-block-button.aligncenter {
            text-align: center
        }

        .wc-block-featured-product.has-background-dim:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background-color: inherit;
            opacity: .5;
            z-index: 1
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-10:before {
            opacity: .1
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-20:before {
            opacity: .2
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-30:before {
            opacity: .3
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-40:before {
            opacity: .4
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-50:before {
            opacity: .5
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-60:before {
            opacity: .6
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-70:before {
            opacity: .7
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-80:before {
            opacity: .8
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-90:before {
            opacity: .9
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-100:before {
            opacity: 1
        }

        .wc-block-featured-product.alignleft, .wc-block-featured-product.alignright {
            max-width: 290px;
            width: 100%
        }

        .wc-block-featured-product:after {
            display: block;
            content: "";
            font-size: 0;
            min-height: inherit
        }

@supports(position:sticky) {
    .wc-block-featured-product:after {
        content: none
    }
}

.wc-block-featured-product.aligncenter, .wc-block-featured-product.alignleft, .wc-block-featured-product.alignright, .wc-block-product-search .wc-block-product-search__fields {
    display: flex
}

.wc-block-product-search .wc-block-product-search__field {
    padding: 6px 8px;
    line-height: 1.8;
    flex-grow: 1
}

.wc-block-product-search .wc-block-product-search__button {
    display: flex;
    align-items: center;
    margin: 0 0 0 6px;
    cursor: pointer;
    padding: 0 .5em;
    position: relative;
    overflow: hidden
}

    .wc-block-product-search .wc-block-product-search__button svg {
        fill: currentColor;
        outline: none
    }

.rtl .wc-block-product-search .wc-block-product-search__button svg {
    transform: rotate(180deg)
}

.wc-block-product-search .wc-block-product-search__button:active {
    color: currentColor
}

.wc-block-product-search .wc-block-product-search__button:disabled, .wc-block-product-search .wc-block-product-search__button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

    .wc-block-product-search .wc-block-product-search__button:disabled:focus, .wc-block-product-search .wc-block-product-search__button[aria-disabled=true]:focus {
        box-shadow: none
    }

.wc-block-featured-category {
    position: relative;
    background-color: #1e1e1e;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    margin: 0 0 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center
}

    .wc-block-featured-category .wc-block-featured-category__wrapper {
        overflow: hidden;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        align-content: center
    }

    .wc-block-featured-category.has-left-content {
        justify-content: flex-start
    }

        .wc-block-featured-category.has-left-content .wc-block-featured-category__description, .wc-block-featured-category.has-left-content .wc-block-featured-category__price, .wc-block-featured-category.has-left-content .wc-block-featured-category__title {
            margin-left: 0;
            text-align: left
        }

    .wc-block-featured-category.has-right-content {
        justify-content: flex-end
    }

        .wc-block-featured-category.has-right-content .wc-block-featured-category__description, .wc-block-featured-category.has-right-content .wc-block-featured-category__price, .wc-block-featured-category.has-right-content .wc-block-featured-category__title {
            margin-right: 0;
            text-align: right
        }

    .wc-block-featured-category .wc-block-featured-category__description, .wc-block-featured-category .wc-block-featured-category__price, .wc-block-featured-category .wc-block-featured-category__title {
        color: #fff;
        line-height: 1.25;
        margin-bottom: 0;
        text-align: center
    }

        .wc-block-featured-category .wc-block-featured-category__description a, .wc-block-featured-category .wc-block-featured-category__description a:active, .wc-block-featured-category .wc-block-featured-category__description a:focus, .wc-block-featured-category .wc-block-featured-category__description a:hover, .wc-block-featured-category .wc-block-featured-category__price a, .wc-block-featured-category .wc-block-featured-category__price a:active, .wc-block-featured-category .wc-block-featured-category__price a:focus, .wc-block-featured-category .wc-block-featured-category__price a:hover, .wc-block-featured-category .wc-block-featured-category__title a, .wc-block-featured-category .wc-block-featured-category__title a:active, .wc-block-featured-category .wc-block-featured-category__title a:focus, .wc-block-featured-category .wc-block-featured-category__title a:hover {
            color: #fff
        }

    .wc-block-featured-category .wc-block-featured-category__description, .wc-block-featured-category .wc-block-featured-category__link, .wc-block-featured-category .wc-block-featured-category__price, .wc-block-featured-category .wc-block-featured-category__title {
        width: 100%;
        padding: 0 48px 16px;
        z-index: 1
    }

    .wc-block-featured-category .wc-block-featured-category__title {
        margin-top: 0
    }

        .wc-block-featured-category .wc-block-featured-category__title:before {
            display: none
        }

    .wc-block-featured-category .wc-block-featured-category__description p {
        margin: 0
    }

    .wc-block-featured-category .wp-block-button.aligncenter {
        text-align: center
    }

    .wc-block-featured-category.has-background-dim:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: inherit;
        opacity: .5;
        z-index: 1
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-10:before {
        opacity: .1
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-20:before {
        opacity: .2
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-30:before {
        opacity: .3
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-40:before {
        opacity: .4
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-50:before {
        opacity: .5
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-60:before {
        opacity: .6
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-70:before {
        opacity: .7
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-80:before {
        opacity: .8
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-90:before {
        opacity: .9
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-100:before {
        opacity: 1
    }

    .wc-block-featured-category.alignleft, .wc-block-featured-category.alignright {
        max-width: 290px;
        width: 100%
    }

    .wc-block-featured-category:after {
        display: block;
        content: "";
        font-size: 0;
        min-height: inherit
    }

@supports(position:sticky) {
    .wc-block-featured-category:after {
        content: none
    }
}

.wc-block-featured-category.aligncenter, .wc-block-featured-category.alignleft, .wc-block-featured-category.alignright {
    display: flex
}

.wc-block-attribute-filter {
    margin-bottom: 24px
}

    .wc-block-attribute-filter .wc-block-attribute-filter-list-count:before {
        content: " ("
    }

    .wc-block-attribute-filter .wc-block-attribute-filter-list-count:after {
        content: ")"
    }

    .wc-block-attribute-filter .wc-block-attribute-filter-list {
        margin: 0
    }

        .wc-block-attribute-filter .wc-block-attribute-filter-list li {
            text-decoration: underline
        }

            .wc-block-attribute-filter .wc-block-attribute-filter-list li label {
                cursor: pointer
            }

            .wc-block-attribute-filter .wc-block-attribute-filter-list li input {
                cursor: pointer;
                display: inline-block
            }

        .wc-block-attribute-filter .wc-block-attribute-filter-list .wc-block-attribute-filter-list-count {
            float: right
        }

    .wc-block-attribute-filter .is-single .wc-block-attribute-filter-list-count, .wc-block-attribute-filter .wc-block-dropdown-selector .wc-block-dropdown-selector__list .wc-block-attribute-filter-list-count {
        opacity: .6
    }

    .wc-block-attribute-filter .wc-block-attribute-filter__button {
        margin-top: 8px
    }

@-webkit-keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

@keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

.wc-block-active-filters {
    margin-bottom: 24px;
    overflow: hidden
}

    .wc-block-active-filters .wc-block-active-filters__clear-all {
        font-size: 1em;
        float: right;
        border: none;
        padding: 0;
        text-decoration: underline;
        cursor: pointer
    }

        .wc-block-active-filters .wc-block-active-filters__clear-all, .wc-block-active-filters .wc-block-active-filters__clear-all:active, .wc-block-active-filters .wc-block-active-filters__clear-all:focus, .wc-block-active-filters .wc-block-active-filters__clear-all:hover {
            background: 0 0;
            color: inherit
        }

    .wc-block-active-filters .wc-block-active-filters__list {
        margin: 0 0 4px;
        padding: 0;
        list-style: none outside;
        clear: both
    }

        .wc-block-active-filters .wc-block-active-filters__list li {
            margin: 0;
            padding: 0;
            list-style: none outside;
            clear: both
        }

            .wc-block-active-filters .wc-block-active-filters__list li ul {
                margin: 0;
                padding: 0;
                list-style: none outside
            }

            .wc-block-active-filters .wc-block-active-filters__list li:first-child .wc-block-active-filters__list-item-type {
                margin: 0
            }

    .wc-block-active-filters .wc-block-active-filters__list-item-type {
        font-size: .75em;
        text-transform: uppercase;
        letter-spacing: .1em;
        margin: 16px 0 0;
        display: block
    }

    .wc-block-active-filters .wc-block-active-filters__list-item-operator {
        font-weight: 400;
        font-style: italic
    }

    .wc-block-active-filters .wc-block-active-filters__list-item-name {
        font-weight: 700;
        display: block;
        position: relative;
        padding: 0 16px 0 0
    }

    .wc-block-active-filters .wc-block-active-filters__list-item-remove {
        background: 0 0;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 16px;
        width: 16px;
        padding: 0;
        position: absolute;
        right: 0;
        top: 50%;
        margin: -8px 0 0;
        color: currentColor
    }

    .wc-block-active-filters .wc-block-active-filters__list--chips li, .wc-block-active-filters .wc-block-active-filters__list--chips ul {
        display: inline
    }

    .wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-active-filters__list-item-type {
        display: none
    }

    .wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-components-chip {
        font-size: .875em;
        margin-top: .1875em;
        margin-bottom: .1875em
    }

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900
}

.wpcf7-form-control-wrap {
    position: relative
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

.wpcf7-list-item-label:before, .wpcf7-list-item-label:after {
    content: " "
}

.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative
}

.wpcf7 form.submitting .ajax-loader {
    visibility: visible
}

.wpcf7 .ajax-loader:before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion:reduce) {
    .wpcf7 .ajax-loader:before {
        animation-name: blink;
        animation-duration: 2s
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.wpcf7 input[type=file] {
    cursor: pointer
}

    .wpcf7 input[type=file]:disabled {
        cursor: default
    }

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type=url], .wpcf7 input[type=email], .wpcf7 input[type=tel] {
    direction: ltr
}

#cookie-law-info-bar {
    font-size: 15px;
    margin: 0 auto;
    padding: 12px 10px;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    z-index: 9999;
    display: none;
    left: 0;
    font-weight: 300;
    box-shadow: 0 -1px 10px 0 rgba(172,171,171,.3)
}

#cookie-law-info-again {
    font-size: 10pt;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    z-index: 9999;
    cursor: pointer;
    box-shadow: #161616 2px 2px 5px 2px
}

#cookie-law-info-bar span {
    vertical-align: middle
}

.cli-plugin-button, .cli-plugin-button:visited {
    display: inline-block;
    padding: 9px 12px;
    color: #fff;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    margin-left: 5px;
    text-decoration: none
}

.cli-plugin-main-link {
    margin-left: 0;
    font-weight: 550;
    text-decoration: underline
}

.cli-plugin-button:hover {
    background-color: #111;
    color: #fff;
    text-decoration: none
}

.small.cli-plugin-button, .small.cli-plugin-button:visited {
    font-size: 11px
}

.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
    font-size: 13px;
    font-weight: 400;
    line-height: 1
}

.large.cli-plugin-button, .large.cli-plugin-button:visited {
    font-size: 14px;
    padding: 8px 14px 9px
}

.super.cli-plugin-button, .super.cli-plugin-button:visited {
    font-size: 34px;
    padding: 8px 14px 9px
}

.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
    background-color: #e22092
}

    .pink.cli-plugin-button:hover {
        background-color: #c81e82
    }

.green.cli-plugin-button, .green.cli-plugin-button:visited {
    background-color: #91bd09
}

    .green.cli-plugin-button:hover {
        background-color: #749a02
    }

.red.cli-plugin-button, .red.cli-plugin-button:visited {
    background-color: #e62727
}

    .red.cli-plugin-button:hover {
        background-color: #cf2525
    }

.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
    background-color: #ff5c00
}

    .orange.cli-plugin-button:hover {
        background-color: #d45500
    }

.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
    background-color: #2981e4
}

    .blue.cli-plugin-button:hover {
        background-color: #2575cf
    }

.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
    background-color: #ffb515
}

    .yellow.cli-plugin-button:hover {
        background-color: #fc9200
    }

.cli-plugin-button {
    margin-top: 5px
}

.cli-bar-popup {
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 20px
}

.cli-powered_by_p {
    width: 100% !important;
    display: block !important;
    color: #333;
    clear: both;
    font-style: italic !important;
    font-size: 12px !important;
    margin-top: 15px !important
}

.cli-powered_by_a {
    color: #333;
    font-weight: 600 !important;
    font-size: 12px !important
}

.cli-plugin-main-link.cli-plugin-button {
    text-decoration: none
}

.cli-plugin-main-link.cli-plugin-button {
    margin-left: 5px
}

.gdpr-container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.gdpr-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.gdpr-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.gdpr-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.gdpr-align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.gdpr-d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.gdpr-px-0 {
    padding-left: 0;
    padding-right: 0
}

.modal-backdrop.show {
    opacity: .8
}

.modal-open {
    overflow: hidden
}

    .modal-open .gdpr-modal {
        overflow-x: hidden;
        overflow-y: auto
    }

.gdpr-modal.fade .gdpr-modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

.gdpr-modal.show .gdpr-modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1039;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.gdpr-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

    .gdpr-modal a {
        text-decoration: none
    }

    .gdpr-modal .gdpr-modal-dialog {
        position: relative;
        width: auto;
        margin: .5rem;
        pointer-events: none;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        min-height: calc(100% - (.5rem*2))
    }

@media (min-width:576px) {
    .gdpr-modal .gdpr-modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
        min-height: calc(100% - (1.75rem*2))
    }
}

@media (min-width:992px) {
    .gdpr-modal .gdpr-modal-dialog {
        max-width: 900px
    }
}

.gdpr-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.gdpr-modal .row {
    margin: 0 -15px
}

.gdpr-modal .modal-body {
    padding: 0;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.gdpr-modal .close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff
}

    .gdpr-modal .close:focus {
        outline: 0
    }

.gdpr-switch {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 70px;
    font-size: 14px
}

    .gdpr-switch input[type=checkbox] {
        display: none
    }

    .gdpr-switch .gdpr-slider {
        background-color: #e3e1e8;
        height: 24px;
        width: 50px;
        bottom: 0;
        cursor: pointer;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: .4s
    }

        .gdpr-switch .gdpr-slider:before {
            background-color: #fff;
            bottom: 2px;
            content: "";
            height: 20px;
            left: 2px;
            position: absolute;
            transition: .4s;
            width: 20px
        }

    .gdpr-switch input:checked + .gdpr-slider {
        background-color: #63b35f
    }

        .gdpr-switch input:checked + .gdpr-slider:before {
            transform: translateX(26px)
        }

    .gdpr-switch .gdpr-slider {
        border-radius: 34px
    }

        .gdpr-switch .gdpr-slider:before {
            border-radius: 50%
        }

.gdpr-tab-content > .gdpr-tab-pane {
    display: none
}

.gdpr-tab-content > .active {
    display: block
}

.gdpr-fade {
    transition: opacity .15s linear
}

.gdpr-nav-pills {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    align-items: stretch !important;
    -ms-align-items: stretch !important
}

.nav.gdpr-nav-pills, .gdpr-tab-content {
    width: 100%;
    padding: 30px
}

.nav.gdpr-nav-pills {
    background: #f3f3f3
}

    .nav.gdpr-nav-pills .gdpr-nav-link {
        border: 1px solid #0070ad;
        margin-bottom: 10px;
        color: #0070ad;
        font-size: 14px;
        display: block;
        padding: .5rem 1rem;
        border-radius: .25rem
    }

        .nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show > .gdpr-nav-link {
            background-color: #0070ad;
            border: 1px solid #0070ad
        }

        .nav.gdpr-nav-pills .gdpr-nav-link.active {
            color: #fff
        }

.gdpr-tab-content .gdpr-button-wrapper {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d6d6d6
}

    .gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
        background-color: #0070ad;
        border-color: #0070ad;
        color: #fff;
        font-size: 14px;
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
    }

.gdpr-tab-content p {
    color: #343438;
    font-size: 14px;
    margin-top: 0
}

.gdpr-tab-content h4 {
    font-size: 20px;
    margin-bottom: .5rem;
    margin-top: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.cli-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.cli-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.cli-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.cli-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.cli-align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.cli-d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.cli-px-0 {
    padding-left: 0;
    padding-right: 0
}

.cli-btn {
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1.25rem;
    line-height: 1;
    border-radius: .25rem;
    transition: all .15s ease-in-out
}

    .cli-btn:hover {
        opacity: .8
    }

.cli-read-more-link {
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline
}

.cli-btn:focus {
    outline: 0
}

.cli-modal-backdrop.cli-show {
    opacity: .8
}

.cli-modal-open {
    overflow: hidden
}

.cli-barmodal-open {
    overflow: hidden
}

.cli-modal-open .cli-modal {
    overflow-x: hidden;
    overflow-y: auto
}

.cli-modal.cli-fade .cli-modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

.cli-modal.cli-show .cli-modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.cli-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    display: none
}

    .cli-modal-backdrop.cli-fade {
        opacity: 0
    }

    .cli-modal-backdrop.cli-show {
        opacity: .5;
        display: block
    }

.cli-modal.cli-show {
    display: block
}

.cli-modal a {
    text-decoration: none
}

.cli-modal .cli-modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem*2))
}

@media (min-width:576px) {
    .cli-modal .cli-modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
        min-height: calc(100% - (1.75rem*2))
    }
}

@media (min-width:992px) {
    .cli-modal .cli-modal-dialog {
        max-width: 900px
    }
}

.cli-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .3rem;
    outline: 0
}

.cli-modal .row {
    margin: 0 -15px
}

.cli-modal .modal-body {
    padding: 0;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.cli-modal .cli-modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    padding: 0;
    background-color: transparent !important;
    border: 0;
    -webkit-appearance: none;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff
}

    .cli-modal .cli-modal-close:focus {
        outline: 0
    }

.cli-switch {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 70px;
    font-size: 14px
}

    .cli-switch input[type=checkbox] {
        display: none
    }

    .cli-switch .cli-slider {
        background-color: #e3e1e8;
        height: 24px;
        width: 50px;
        bottom: 0;
        cursor: pointer;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: .4s
    }

        .cli-switch .cli-slider:before {
            background-color: #fff;
            bottom: 2px;
            content: "";
            height: 20px;
            left: 2px;
            position: absolute;
            transition: .4s;
            width: 20px
        }

    .cli-switch input:checked + .cli-slider {
        background-color: #00acad
    }

        .cli-switch input:checked + .cli-slider:before {
            transform: translateX(26px)
        }

    .cli-switch .cli-slider {
        border-radius: 34px
    }

        .cli-switch .cli-slider:before {
            border-radius: 50%
        }

.cli-tab-content {
    background: #fff
}

    .cli-tab-content > .cli-active {
        display: block
    }

.cli-fade {
    transition: opacity .15s linear
}

.cli-nav-pills {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-direction: column;
    flex-direction: column
}

.cli-nav-pills, .cli-tab-content {
    width: 100%;
    padding: 30px
}

@media (max-width:767px) {
    .cli-nav-pills, .cli-tab-content {
        padding: 30px 10px
    }
}

.cli-nav-pills {
    background: #f3f3f3
}

    .cli-nav-pills .cli-nav-link {
        border: 1px solid #00acad;
        margin-bottom: 10px;
        color: #00acad;
        font-size: 14px;
        display: block;
        padding: .5rem 1rem;
        border-radius: .25rem;
        cursor: pointer
    }

        .cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show > .cli-nav-link {
            background-color: #00acad;
            border: 1px solid #00acad
        }

        .cli-nav-pills .cli-nav-link.cli-active {
            color: #fff
        }

.cli-tab-content .cli-button-wrapper {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d6d6d6
}

.cli-tab-content p {
    color: #343438;
    font-size: 14px;
    margin-top: 0
}

.cli-tab-content h4 {
    font-size: 20px;
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.cli-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.cli-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.cli-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.cli-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    flex-direction: column
}

.cli-align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.cli-d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.cli-px-0 {
    padding-left: 0;
    padding-right: 0
}

.cli-btn {
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1.25rem;
    line-height: 1;
    border-radius: .25rem;
    transition: all .15s ease-in-out
}

    .cli-btn:hover {
        opacity: .8
    }

.cli-read-more-link {
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline
}

.cli-btn:focus {
    outline: 0
}

.cli-modal-backdrop.cli-show {
    opacity: .8
}

.cli-modal-open {
    overflow: hidden
}

.cli-barmodal-open {
    overflow: hidden
}

.cli-modal-open .cli-modal {
    overflow-x: hidden;
    overflow-y: auto
}

.cli-modal.cli-fade .cli-modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

.cli-modal.cli-show .cli-modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.cli-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: opacity ease-in-out .5s
}

    .cli-modal-backdrop.cli-fade {
        opacity: 0
    }

    .cli-modal-backdrop.cli-show {
        opacity: .5;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

.cli-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    transform: scale(0);
    overflow: hidden;
    outline: 0
}

    .cli-modal a {
        text-decoration: none
    }

    .cli-modal .cli-modal-dialog {
        position: relative;
        width: auto;
        margin: .5rem;
        pointer-events: none;
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        min-height: calc(100% - (.5rem*2))
    }

@media (min-width:576px) {
    .cli-modal .cli-modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
        min-height: calc(100% - (1.75rem*2))
    }
}

.cli-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .2rem;
    box-sizing: border-box;
    outline: 0
}

.cli-modal .row {
    margin: 0 -15px
}

.cli-modal .modal-body {
    padding: 0;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.cli-modal .cli-modal-close:focus {
    outline: 0
}

.cli-switch {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 38px;
    font-size: 14px
}

    .cli-switch input[type=checkbox] {
        display: none
    }

    .cli-switch .cli-slider {
        background-color: #e3e1e8;
        height: 20px;
        width: 38px;
        bottom: 0;
        cursor: pointer;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: .4s
    }

        .cli-switch .cli-slider:before {
            background-color: #fff;
            bottom: 2px;
            content: "";
            height: 15px;
            left: 3px;
            position: absolute;
            transition: .4s;
            width: 15px
        }

    .cli-switch input:checked + .cli-slider {
        background-color: #61a229
    }

        .cli-switch input:checked + .cli-slider:before {
            transform: translateX(18px)
        }

    .cli-switch .cli-slider {
        border-radius: 34px;
        font-size: 0
    }

        .cli-switch .cli-slider:before {
            border-radius: 50%
        }

.cli-tab-content {
    background: #fff
}

.cli-nav-pills {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-direction: column;
    flex-direction: column
}

.cli-nav-pills, .cli-tab-content {
    width: 100%;
    padding: 5px 30px 5px 5px;
    box-sizing: border-box
}

@media (max-width:767px) {
    .cli-nav-pills, .cli-tab-content {
        padding: 30px 10px
    }
}

.cli-nav-pills {
    background: #fff
}

    .cli-nav-pills .cli-nav-link {
        border: 1px solid #ccc;
        margin-bottom: 10px;
        color: #2a2a2a;
        font-size: 14px;
        display: block;
        padding: .5rem 1rem;
        border-radius: .25rem;
        cursor: pointer
    }

        .cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show > .cli-nav-link {
            background-color: #f6f6f9;
            border: 1px solid #ccc
        }

        .cli-nav-pills .cli-nav-link.cli-active {
            color: #2a2a2a
        }

.cli-tab-content .cli-button-wrapper {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d6d6d6
}

.cli-tab-content p {
    color: #343438;
    font-size: 14px;
    margin-top: 0
}

.cli-tab-content h4 {
    font-size: 20px;
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

#cookie-law-info-bar .cli-nav-pills, #cookie-law-info-bar .cli-tab-content, #cookie-law-info-bar .cli-nav-pills .cli-show > .cli-nav-link, #cookie-law-info-bar a.cli-nav-link.cli-active {
    background: 0 0
}

    #cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active, #cookie-law-info-bar .cli-nav-link, #cookie-law-info-bar .cli-tab-container p, #cookie-law-info-bar span.cli-necessary-caption, #cookie-law-info-bar .cli-switch .cli-slider:after {
        color: inherit
    }

#cookie-law-info-bar .cli-tab-header a:before {
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor
}

#cookie-law-info-bar .cli-row {
    margin-top: 20px
}

#cookie-law-info-bar .cli-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

#cookie-law-info-bar .cli-col-8 {
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.cli-wrapper {
    max-width: 90%;
    float: none;
    margin: 0 auto
}

#cookie-law-info-bar .cli-tab-content h4 {
    margin-bottom: .5rem
}

#cookie-law-info-bar .cli-nav-pills .cli-nav-link {
    padding: .2rem .5rem
}

#cookie-law-info-bar .cli-tab-container {
    display: none;
    text-align: left
}

.cli-tab-footer .cli-btn {
    background-color: #00acad;
    padding: 10px 15px;
    text-decoration: none
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #61a229;
    color: #fff;
    border-radius: 0
}

.cli-tab-footer {
    width: 100%;
    text-align: right;
    padding: 20px 0
}

.cli-col-12 {
    width: 100%
}

.cli-tab-header {
    display: flex;
    justify-content: space-between
}

    .cli-tab-header a:before {
        width: 10px;
        height: 2px;
        left: 0;
        top: calc(50% - 1px)
    }

    .cli-tab-header a:after {
        width: 2px;
        height: 10px;
        left: 4px;
        top: calc(50% - 5px);
        -webkit-transform: none;
        transform: none
    }

    .cli-tab-header a:before {
        width: 7px;
        height: 7px;
        border-right: 1px solid #4a6e78;
        border-bottom: 1px solid #4a6e78;
        content: " ";
        transform: rotate(-45deg);
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        margin-right: 10px
    }

    .cli-tab-header a.cli-nav-link {
        position: relative;
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #000;
        text-transform: capitalize
    }

    .cli-tab-header.cli-tab-active .cli-nav-link:before {
        transform: rotate(45deg);
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

.cli-tab-header {
    border-radius: 5px;
    padding: 12px 15px;
    cursor: pointer;
    transition: background-color .2s ease-out .3s,color .2s ease-out 0s;
    background-color: #f2f2f2
}

.cli-modal .cli-modal-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    -webkit-appearance: none;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    padding: 10px;
    background: 0 0;
    border: none;
    min-width: 40px
}

.cli-tab-container h4, .cli-tab-container h1 {
    font-family: inherit;
    font-size: 16px;
    margin-bottom: 15px;
    margin: 10px 0
}

#cliSettingsPopup .cli-tab-section-container {
    padding-top: 12px
}

.cli-tab-container p, .cli-privacy-content-text {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 0;
    padding: 0;
    color: #000
}

.wt-cli-privacy {
    display: none
}

.cli-tab-content {
    display: none
}

.cli-tab-section .cli-tab-content {
    padding: 10px 20px 5px
}

.cli-tab-section {
    margin-top: 5px
}

@media (min-width:992px) {
    .cli-modal .cli-modal-dialog {
        max-width: 645px
    }
}

.cli-switch .cli-slider:after {
    content: attr(data-cli-disable);
    position: absolute;
    right: 50px;
    color: #000;
    font-size: 12px;
    text-align: right;
    min-width: 80px
}

.cli-switch input:checked + .cli-slider:after {
    content: attr(data-cli-enable)
}

.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
    max-height: 60px;
    transition: max-height .15s ease-out;
    overflow: hidden
}

a.cli-privacy-readmore {
    font-size: 12px;
    margin-top: 12px;
    display: inline-block;
    padding-bottom: 0;
    cursor: pointer;
    color: #000;
    text-decoration: underline
}

.cli-modal-footer {
    position: relative
}

a.cli-privacy-readmore:before {
    content: attr(data-readmore-text)
}

.cli-collapsed a.cli-privacy-readmore:before {
    content: attr(data-readless-text)
}

.cli-collapsed .cli-privacy-content {
    transition: max-height .25s ease-in
}

.cli-privacy-content p {
    margin-bottom: 0
}

.cli-modal-close svg {
    fill: #000
}

span.cli-necessary-caption {
    color: #000;
    font-size: 12px
}

.cli-tab-section.cli-privacy-tab {
    display: none
}

#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
    display: block
}

#cookie-law-info-bar .cli-privacy-overview {
    display: none
}

.cli-tab-container .cli-row {
    max-height: 500px;
    overflow-y: auto
}

.cli-modal.cli-blowup.cli-out {
    z-index: -1
}

.cli-modal.cli-blowup {
    z-index: 999999;
    transform: scale(1)
}

    .cli-modal.cli-blowup .cli-modal-dialog {
        animation: blowUpModal .5s cubic-bezier(.165,.84,.44,1) forwards
    }

    .cli-modal.cli-blowup.cli-out .cli-modal-dialog {
        animation: blowUpModalTwo .5s cubic-bezier(.165,.84,.44,1) forwards
    }

@keyframes blowUpContent {
    0% {
        transform: scale(1);
        opacity: 1
    }

    99.9% {
        transform: scale(2);
        opacity: 0
    }

    100% {
        transform: scale(0)
    }
}

@keyframes blowUpContentTwo {
    0% {
        transform: scale(2);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes blowUpModal {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes blowUpModalTwo {
    0% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(.5);
        opacity: 0
    }

    100% {
        transform: scale(0);
        opacity: 0
    }
}

.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
    font-size: 12px
}

.cli_settings_button {
    cursor: pointer
}

.wt-cli-sr-only {
    display: none;
    font-size: 16px
}

a.wt-cli-element.cli_cookie_close_button {
    text-decoration: none;
    color: #333;
    font-size: 22px;
    line-height: 22px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px
}

.cli-bar-container {
    float: none;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cli-bar-btn_container {
    margin-left: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: nowrap
}

.cli-style-v2 a {
    cursor: pointer
}

.cli-bar-btn_container a {
    white-space: nowrap
}

.cli-style-v2 .cli-plugin-main-link {
    font-weight: inherit
}

.cli-style-v2 {
    font-size: 11pt;
    line-height: 18px;
    font-weight: 400
}

#cookie-law-info-bar[data-cli-type=widget] .cli-bar-container, #cookie-law-info-bar[data-cli-type=popup] .cli-bar-container {
    display: block
}

.cli-style-v2 .cli-bar-message {
    width: 70%;
    text-align: left
}

#cookie-law-info-bar[data-cli-type=widget] .cli-bar-message, #cookie-law-info-bar[data-cli-type=popup] .cli-bar-message {
    width: 100%
}

#cookie-law-info-bar[data-cli-type=widget] .cli-style-v2 .cli-bar-btn_container {
    margin-top: 8px;
    margin-left: 0;
    flex-wrap: wrap
}

#cookie-law-info-bar[data-cli-type=popup] .cli-style-v2 .cli-bar-btn_container {
    margin-top: 8px;
    margin-left: 0
}

#cookie-law-info-bar[data-cli-style=cli-style-v2] .cli_messagebar_head {
    text-align: left;
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 16px
}

.cli-style-v2 .cli-bar-message .wt-cli-ccpa-element, .cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
    margin-top: 5px
}

.cli-style-v2 .cli-bar-btn_container .cli_action_button, .cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link, .cli-style-v2 .cli-bar-btn_container .cli_settings_button {
    margin-left: 5px
}

.wt-cli-ccpa-checkbox label {
    font-size: inherit;
    cursor: pointer;
    margin: 0 0 0 5px
}

#cookie-law-info-bar[data-cli-style=cli-style-v2] {
    padding: 14px 25px
}

    #cookie-law-info-bar[data-cli-style=cli-style-v2][data-cli-type=widget] {
        padding: 32px 30px
    }

    #cookie-law-info-bar[data-cli-style=cli-style-v2][data-cli-type=popup] {
        padding: 32px 45px
    }

.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button), .cli-style-v2 .cli_action_button:not(.cli-plugin-button) {
    text-decoration: underline
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
    margin-top: 5px;
    margin-bottom: 5px
}

a.wt-cli-ccpa-opt-out {
    white-space: nowrap;
    text-decoration: underline
}

.wt-cli-necessary-checkbox {
    display: none !important
}

@media (max-width:985px) {
    .cli-style-v2 .cli-bar-message {
        width: 100%
    }

    .cli-style-v2.cli-bar-container {
        justify-content: left;
        flex-wrap: wrap
    }

    .cli-style-v2 .cli-bar-btn_container {
        margin-left: 0;
        margin-top: 10px
    }

    #cookie-law-info-bar[data-cli-style=cli-style-v2], #cookie-law-info-bar[data-cli-style=cli-style-v2][data-cli-type=widget], #cookie-law-info-bar[data-cli-style=cli-style-v2][data-cli-type=popup] {
        padding: 25px
    }
}

.wt-cli-ckyes-brand-logo {
    display: flex;
    align-items: center;
    font-size: 9px;
    color: #111;
    font-weight: 400
}

    .wt-cli-ckyes-brand-logo img {
        width: 65px;
        margin-left: 2px
    }

.wt-cli-privacy-overview-actions {
    padding-bottom: 0
}

@media only screen and (max-width:479px) and (min-width:320px) {
    .cli-style-v2 .cli-bar-btn_container {
        flex-wrap: wrap
    }
}

.woocommerce form .form-row .required {
    visibility: visible
}
/*!
 * WPBakery Page Builder v6.0.0 (https://wpbakery.com)
 * Copyright 2011-2021 Michael M, WPBakery
 * License: Commercial. More details: http://go.wpbakery.com/licensing
 */
.vc_row:after, .vc_row:before {
    content: " ";
    display: table
}

.vc_row:after {
    clear: both
}

@media (max-width:767px) {
    .vc_hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .vc_hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .vc_hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .vc_hidden-lg {
        display: none !important
    }
}

.vc_non_responsive .vc_row .vc_col-sm-1 {
    position: relative;
    float: left;
    width: 8.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-2 {
    position: relative;
    float: left;
    width: 16.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-3 {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-4 {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-5 {
    position: relative;
    float: left;
    width: 41.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-6 {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-7 {
    position: relative;
    float: left;
    width: 58.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-8 {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-9 {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-10 {
    position: relative;
    float: left;
    width: 83.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-11 {
    position: relative;
    float: left;
    width: 91.66666667%;
    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.66666667%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-10 {
    margin-left: 83.33333333%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-9 {
    margin-left: 75%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-8 {
    margin-left: 66.66666667%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-7 {
    margin-left: 58.33333333%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-6 {
    margin-left: 50%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-5 {
    margin-left: 41.66666667%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-4 {
    margin-left: 33.33333333%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-3 {
    margin-left: 25%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-2 {
    margin-left: 16.66666667%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-1 {
    margin-left: 8.33333333%
}

.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_non_responsive .vc_row .vc_col-sm-1\/5 {
    position: relative;
    float: left;
    width: 20%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-2\/5 {
    position: relative;
    float: left;
    width: 40%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-3\/5 {
    position: relative;
    float: left;
    width: 60%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-4\/5 {
    position: relative;
    float: left;
    width: 80%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-5\/5 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-offset-5\/5 {
    margin-left: 100%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-4\/5 {
    margin-left: 80%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-3\/5 {
    margin-left: 60%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-2\/5 {
    margin-left: 40%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-1\/5 {
    margin-left: 20%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-0\/5 {
    margin-left: 0
}

.vc_column_container {
    width: 100%
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px
}

.vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .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-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .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-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .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-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .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 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .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 {
    float: left
}

[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-1, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-10, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-11, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-12, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-2, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-3, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-4, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-6, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-7, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-8, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-9 {
    float: right
}

.vc_col-xs-12 {
    width: 100%
}

.vc_col-xs-11 {
    width: 91.66666667%
}

.vc_col-xs-10 {
    width: 83.33333333%
}

.vc_col-xs-9 {
    width: 75%
}

.vc_col-xs-8 {
    width: 66.66666667%
}

.vc_col-xs-7 {
    width: 58.33333333%
}

.vc_col-xs-6 {
    width: 50%
}

.vc_col-xs-5 {
    width: 41.66666667%
}

.vc_col-xs-4 {
    width: 33.33333333%
}

.vc_col-xs-3 {
    width: 25%
}

.vc_col-xs-2 {
    width: 16.66666667%
}

.vc_col-xs-1 {
    width: 8.33333333%
}

.vc_col-xs-pull-12 {
    right: 100%
}

.vc_col-xs-pull-11 {
    right: 91.66666667%
}

.vc_col-xs-pull-10 {
    right: 83.33333333%
}

.vc_col-xs-pull-9 {
    right: 75%
}

.vc_col-xs-pull-8 {
    right: 66.66666667%
}

.vc_col-xs-pull-7 {
    right: 58.33333333%
}

.vc_col-xs-pull-6 {
    right: 50%
}

.vc_col-xs-pull-5 {
    right: 41.66666667%
}

.vc_col-xs-pull-4 {
    right: 33.33333333%
}

.vc_col-xs-pull-3 {
    right: 25%
}

.vc_col-xs-pull-2 {
    right: 16.66666667%
}

.vc_col-xs-pull-1 {
    right: 8.33333333%
}

.vc_col-xs-pull-0 {
    right: auto
}

.vc_col-xs-push-12 {
    left: 100%
}

.vc_col-xs-push-11 {
    left: 91.66666667%
}

.vc_col-xs-push-10 {
    left: 83.33333333%
}

.vc_col-xs-push-9 {
    left: 75%
}

.vc_col-xs-push-8 {
    left: 66.66666667%
}

.vc_col-xs-push-7 {
    left: 58.33333333%
}

.vc_col-xs-push-6 {
    left: 50%
}

.vc_col-xs-push-5 {
    left: 41.66666667%
}

.vc_col-xs-push-4 {
    left: 33.33333333%
}

.vc_col-xs-push-3 {
    left: 25%
}

.vc_col-xs-push-2 {
    left: 16.66666667%
}

.vc_col-xs-push-1 {
    left: 8.33333333%
}

.vc_col-xs-push-0 {
    left: auto
}

.vc_col-xs-offset-12 {
    margin-left: 100%
}

.vc_col-xs-offset-11 {
    margin-left: 91.66666667%
}

.vc_col-xs-offset-10 {
    margin-left: 83.33333333%
}

.vc_col-xs-offset-9 {
    margin-left: 75%
}

.vc_col-xs-offset-8 {
    margin-left: 66.66666667%
}

.vc_col-xs-offset-7 {
    margin-left: 58.33333333%
}

.vc_col-xs-offset-6 {
    margin-left: 50%
}

.vc_col-xs-offset-5 {
    margin-left: 41.66666667%
}

.vc_col-xs-offset-4 {
    margin-left: 33.33333333%
}

.vc_col-xs-offset-3 {
    margin-left: 25%
}

.vc_col-xs-offset-2 {
    margin-left: 16.66666667%
}

.vc_col-xs-offset-1 {
    margin-left: 8.33333333%
}

.vc_col-xs-offset-0 {
    margin-left: 0
}

.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;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.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
}

.vc_col-xs-5\/5 {
    width: 100%
}

.vc_col-xs-4\/5 {
    width: 80%
}

.vc_col-xs-3\/5 {
    width: 60%
}

.vc_col-xs-2\/5 {
    width: 40%
}

.vc_col-xs-1\/5 {
    width: 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
}

[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-1\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-2\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-3\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-4\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-5\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-1\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-2\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-3\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-4\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-5\/5 {
    float: right
}

@media (min-width:768px) {
    .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .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 {
        float: left
    }

    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-1, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-10, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-11, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-12, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-2, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-3, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-4, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-6, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-7, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-8, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-9 {
        float: right
    }

    .vc_col-sm-12 {
        width: 100%
    }

    .vc_col-sm-11 {
        width: 91.66666667%
    }

    .vc_col-sm-10 {
        width: 83.33333333%
    }

    .vc_col-sm-9 {
        width: 75%
    }

    .vc_col-sm-8 {
        width: 66.66666667%
    }

    .vc_col-sm-7 {
        width: 58.33333333%
    }

    .vc_col-sm-6 {
        width: 50%
    }

    .vc_col-sm-5 {
        width: 41.66666667%
    }

    .vc_col-sm-4 {
        width: 33.33333333%
    }

    .vc_col-sm-3 {
        width: 25%
    }

    .vc_col-sm-2 {
        width: 16.66666667%
    }

    .vc_col-sm-1 {
        width: 8.33333333%
    }

    .vc_col-sm-pull-12 {
        right: 100%
    }

    .vc_col-sm-pull-11 {
        right: 91.66666667%
    }

    .vc_col-sm-pull-10 {
        right: 83.33333333%
    }

    .vc_col-sm-pull-9 {
        right: 75%
    }

    .vc_col-sm-pull-8 {
        right: 66.66666667%
    }

    .vc_col-sm-pull-7 {
        right: 58.33333333%
    }

    .vc_col-sm-pull-6 {
        right: 50%
    }

    .vc_col-sm-pull-5 {
        right: 41.66666667%
    }

    .vc_col-sm-pull-4 {
        right: 33.33333333%
    }

    .vc_col-sm-pull-3 {
        right: 25%
    }

    .vc_col-sm-pull-2 {
        right: 16.66666667%
    }

    .vc_col-sm-pull-1 {
        right: 8.33333333%
    }

    .vc_col-sm-pull-0 {
        right: auto
    }

    .vc_col-sm-push-12 {
        left: 100%
    }

    .vc_col-sm-push-11 {
        left: 91.66666667%
    }

    .vc_col-sm-push-10 {
        left: 83.33333333%
    }

    .vc_col-sm-push-9 {
        left: 75%
    }

    .vc_col-sm-push-8 {
        left: 66.66666667%
    }

    .vc_col-sm-push-7 {
        left: 58.33333333%
    }

    .vc_col-sm-push-6 {
        left: 50%
    }

    .vc_col-sm-push-5 {
        left: 41.66666667%
    }

    .vc_col-sm-push-4 {
        left: 33.33333333%
    }

    .vc_col-sm-push-3 {
        left: 25%
    }

    .vc_col-sm-push-2 {
        left: 16.66666667%
    }

    .vc_col-sm-push-1 {
        left: 8.33333333%
    }

    .vc_col-sm-push-0 {
        left: auto
    }

    .vc_col-sm-offset-12 {
        margin-left: 100%
    }

    .vc_col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .vc_col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .vc_col-sm-offset-9 {
        margin-left: 75%
    }

    .vc_col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .vc_col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .vc_col-sm-offset-6 {
        margin-left: 50%
    }

    .vc_col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .vc_col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .vc_col-sm-offset-3 {
        margin-left: 25%
    }

    .vc_col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .vc_col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .vc_col-sm-offset-0 {
        margin-left: 0
    }

    .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
    }

    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-1\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-2\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-3\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-4\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-5\/5 {
        float: right
    }

    .vc_col-sm-5\/5 {
        width: 100%
    }

    .vc_col-sm-4\/5 {
        width: 80%
    }

    .vc_col-sm-3\/5 {
        width: 60%
    }

    .vc_col-sm-2\/5 {
        width: 40%
    }

    .vc_col-sm-1\/5 {
        width: 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:992px) {
    .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .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 {
        float: left
    }

    [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-1, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-10, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-11, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-12, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-2, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-3, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-4, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-6, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-7, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-8, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-9 {
        float: right
    }

    .vc_col-md-12 {
        width: 100%
    }

    .vc_col-md-11 {
        width: 91.66666667%
    }

    .vc_col-md-10 {
        width: 83.33333333%
    }

    .vc_col-md-9 {
        width: 75%
    }

    .vc_col-md-8 {
        width: 66.66666667%
    }

    .vc_col-md-7 {
        width: 58.33333333%
    }

    .vc_col-md-6 {
        width: 50%
    }

    .vc_col-md-5 {
        width: 41.66666667%
    }

    .vc_col-md-4 {
        width: 33.33333333%
    }

    .vc_col-md-3 {
        width: 25%
    }

    .vc_col-md-2 {
        width: 16.66666667%
    }

    .vc_col-md-1 {
        width: 8.33333333%
    }

    .vc_col-md-pull-12 {
        right: 100%
    }

    .vc_col-md-pull-11 {
        right: 91.66666667%
    }

    .vc_col-md-pull-10 {
        right: 83.33333333%
    }

    .vc_col-md-pull-9 {
        right: 75%
    }

    .vc_col-md-pull-8 {
        right: 66.66666667%
    }

    .vc_col-md-pull-7 {
        right: 58.33333333%
    }

    .vc_col-md-pull-6 {
        right: 50%
    }

    .vc_col-md-pull-5 {
        right: 41.66666667%
    }

    .vc_col-md-pull-4 {
        right: 33.33333333%
    }

    .vc_col-md-pull-3 {
        right: 25%
    }

    .vc_col-md-pull-2 {
        right: 16.66666667%
    }

    .vc_col-md-pull-1 {
        right: 8.33333333%
    }

    .vc_col-md-pull-0 {
        right: auto
    }

    .vc_col-md-push-12 {
        left: 100%
    }

    .vc_col-md-push-11 {
        left: 91.66666667%
    }

    .vc_col-md-push-10 {
        left: 83.33333333%
    }

    .vc_col-md-push-9 {
        left: 75%
    }

    .vc_col-md-push-8 {
        left: 66.66666667%
    }

    .vc_col-md-push-7 {
        left: 58.33333333%
    }

    .vc_col-md-push-6 {
        left: 50%
    }

    .vc_col-md-push-5 {
        left: 41.66666667%
    }

    .vc_col-md-push-4 {
        left: 33.33333333%
    }

    .vc_col-md-push-3 {
        left: 25%
    }

    .vc_col-md-push-2 {
        left: 16.66666667%
    }

    .vc_col-md-push-1 {
        left: 8.33333333%
    }

    .vc_col-md-push-0 {
        left: auto
    }

    .vc_col-md-offset-12 {
        margin-left: 100%
    }

    .vc_col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .vc_col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .vc_col-md-offset-9 {
        margin-left: 75%
    }

    .vc_col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .vc_col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .vc_col-md-offset-6 {
        margin-left: 50%
    }

    .vc_col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .vc_col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .vc_col-md-offset-3 {
        margin-left: 25%
    }

    .vc_col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .vc_col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .vc_col-md-offset-0 {
        margin-left: 0
    }

    .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
    }

    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-1\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-2\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-3\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-4\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-5\/5 {
        float: right
    }

    .vc_col-md-5\/5 {
        width: 100%
    }

    .vc_col-md-4\/5 {
        width: 80%
    }

    .vc_col-md-3\/5 {
        width: 60%
    }

    .vc_col-md-2\/5 {
        width: 40%
    }

    .vc_col-md-1\/5 {
        width: 20%
    }

    .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, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .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 {
        float: left
    }

    [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-1, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-10, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-11, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-12, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-2, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-3, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-4, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-6, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-7, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-8, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-9 {
        float: right
    }

    .vc_col-lg-12 {
        width: 100%
    }

    .vc_col-lg-11 {
        width: 91.66666667%
    }

    .vc_col-lg-10 {
        width: 83.33333333%
    }

    .vc_col-lg-9 {
        width: 75%
    }

    .vc_col-lg-8 {
        width: 66.66666667%
    }

    .vc_col-lg-7 {
        width: 58.33333333%
    }

    .vc_col-lg-6 {
        width: 50%
    }

    .vc_col-lg-5 {
        width: 41.66666667%
    }

    .vc_col-lg-4 {
        width: 33.33333333%
    }

    .vc_col-lg-3 {
        width: 25%
    }

    .vc_col-lg-2 {
        width: 16.66666667%
    }

    .vc_col-lg-1 {
        width: 8.33333333%
    }

    .vc_col-lg-pull-12 {
        right: 100%
    }

    .vc_col-lg-pull-11 {
        right: 91.66666667%
    }

    .vc_col-lg-pull-10 {
        right: 83.33333333%
    }

    .vc_col-lg-pull-9 {
        right: 75%
    }

    .vc_col-lg-pull-8 {
        right: 66.66666667%
    }

    .vc_col-lg-pull-7 {
        right: 58.33333333%
    }

    .vc_col-lg-pull-6 {
        right: 50%
    }

    .vc_col-lg-pull-5 {
        right: 41.66666667%
    }

    .vc_col-lg-pull-4 {
        right: 33.33333333%
    }

    .vc_col-lg-pull-3 {
        right: 25%
    }

    .vc_col-lg-pull-2 {
        right: 16.66666667%
    }

    .vc_col-lg-pull-1 {
        right: 8.33333333%
    }

    .vc_col-lg-pull-0 {
        right: auto
    }

    .vc_col-lg-push-12 {
        left: 100%
    }

    .vc_col-lg-push-11 {
        left: 91.66666667%
    }

    .vc_col-lg-push-10 {
        left: 83.33333333%
    }

    .vc_col-lg-push-9 {
        left: 75%
    }

    .vc_col-lg-push-8 {
        left: 66.66666667%
    }

    .vc_col-lg-push-7 {
        left: 58.33333333%
    }

    .vc_col-lg-push-6 {
        left: 50%
    }

    .vc_col-lg-push-5 {
        left: 41.66666667%
    }

    .vc_col-lg-push-4 {
        left: 33.33333333%
    }

    .vc_col-lg-push-3 {
        left: 25%
    }

    .vc_col-lg-push-2 {
        left: 16.66666667%
    }

    .vc_col-lg-push-1 {
        left: 8.33333333%
    }

    .vc_col-lg-push-0 {
        left: auto
    }

    .vc_col-lg-offset-12 {
        margin-left: 100%
    }

    .vc_col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .vc_col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .vc_col-lg-offset-9 {
        margin-left: 75%
    }

    .vc_col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .vc_col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .vc_col-lg-offset-6 {
        margin-left: 50%
    }

    .vc_col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .vc_col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .vc_col-lg-offset-3 {
        margin-left: 25%
    }

    .vc_col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .vc_col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .vc_col-lg-offset-0 {
        margin-left: 0
    }

    .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
    }

    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-1\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-2\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-3\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-4\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-5\/5 {
        float: right
    }

    .vc_col-lg-5\/5 {
        width: 100%
    }

    .vc_col-lg-4\/5 {
        width: 80%
    }

    .vc_col-lg-3\/5 {
        width: 60%
    }

    .vc_col-lg-2\/5 {
        width: 40%
    }

    .vc_col-lg-1\/5 {
        width: 20%
    }

    .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
    }
}

.vc_pull-right {
    float: right !important
}

.vc_pull-left {
    float: left !important
}

.vc_clearfix:after, .vc_clearfix:before {
    content: " ";
    display: table
}

.vc_clearfix:after {
    clear: both
}

.vc_clearfix:after, .vc_clearfix:before {
    content: " ";
    display: table
}

.vc_clearfix:after {
    clear: both
}

.vc_el-clearfix {
    clear: both
}

@media (max-width:767px) {
    .vc_el-clearfix-xs {
        clear: both
    }
}

@media (min-width:768px) and (max-width:991px) {
    .vc_el-clearfix-sm {
        clear: both
    }
}

@media (min-width:992px) 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_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 {
    border: 1px solid #ddd
}

    .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 {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    width: 16px;
    background-position: 0 0;
    background-repeat: no-repeat
}

.vc_pixel_icon-alert {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../vc/alert.png)
}

.vc_pixel_icon-info {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../vc/info.png)
}

.vc_pixel_icon-tick {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../vc/tick.png)
}

.vc_pixel_icon-explanation {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../vc/exclamation.png)
}

.vc_pixel_icon-address_book {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/address-book.png)
}

.vc_pixel_icon-alarm_clock {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/alarm-clock.png)
}

.vc_pixel_icon-anchor {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/anchor.png)
}

.vc_pixel_icon-application_image {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/application-image.png)
}

.vc_pixel_icon-arrow {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/arrow.png)
}

.vc_pixel_icon-asterisk {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/asterisk.png)
}

.vc_pixel_icon-hammer {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/auction-hammer.png)
}

.vc_pixel_icon-balloon {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/balloon.png)
}

.vc_pixel_icon-balloon_buzz {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-buzz.png)
}

.vc_pixel_icon-balloon_facebook {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-facebook.png)
}

.vc_pixel_icon-balloon_twitter {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-twitter.png)
}

.vc_pixel_icon-battery {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/battery-full.png)
}

.vc_pixel_icon-binocular {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/binocular.png)
}

.vc_pixel_icon-document_excel {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-excel.png)
}

.vc_pixel_icon-document_image {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-image.png)
}

.vc_pixel_icon-document_music {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-music.png)
}

.vc_pixel_icon-document_office {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-office.png)
}

.vc_pixel_icon-document_pdf {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-pdf.png)
}

.vc_pixel_icon-document_powerpoint {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-powerpoint.png)
}

.vc_pixel_icon-document_word {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-word.png)
}

.vc_pixel_icon-bookmark {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/bookmark.png)
}

.vc_pixel_icon-camcorder {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/camcorder.png)
}

.vc_pixel_icon-camera {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/camera.png)
}

.vc_pixel_icon-chart {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/chart.png)
}

.vc_pixel_icon-chart_pie {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/chart-pie.png)
}

.vc_pixel_icon-clock {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/clock.png)
}

.vc_pixel_icon-play {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/control.png)
}

.vc_pixel_icon-fire {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/fire.png)
}

.vc_pixel_icon-heart {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/heart.png)
}

.vc_pixel_icon-mail {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/mail.png)
}

.vc_pixel_icon-shield {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/plus-shield.png)
}

.vc_pixel_icon-video {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/video.png)
}

@font-face {
    font-family: vcpb-plugin-icons;
    src: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../fonts/vc_icons_v2/fonts/vcpb-plugin-icons.eot?f6ud62);
    src: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../fonts/vc_icons_v2/fonts/vcpb-plugin-icons.eot?f6ud62#iefix) format('embedded-opentype'),url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../fonts/vc_icons_v2/fonts/vcpb-plugin-icons.ttf?f6ud62) format('truetype'),url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../fonts/vc_icons_v2/fonts/vcpb-plugin-icons.woff?f6ud62) format('woff'),url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../fonts/vc_icons_v2/fonts/vcpb-plugin-icons.svg?f6ud62#vcpb-plugin-icons) format('svg');
    font-weight: 400;
    font-style: normal
}

.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%;
    margin-left: auto !important;
    margin-right: auto !important
}

.vc_el_width_60 {
    width: 60%;
    margin-left: auto !important;
    margin-right: auto !important
}

.vc_el_width_70 {
    width: 70%;
    margin-left: auto !important;
    margin-right: auto !important
}

.vc_el_width_80 {
    width: 80%;
    margin-left: auto !important;
    margin-right: auto !important
}

.vc_el_width_90 {
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important
}

.vc_el_width_100 {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important
}

.vc_btn, a.vc_btn, button.vc_btn {
    cursor: pointer;
    display: inline-block;
    text-decoration: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 9px 12px;
    font-size: 100%;
    line-height: 20px;
    border-radius: 4px
}

    .vc_btn, .vc_btn:focus, .vc_btn:hover, a.vc_btn, a.vc_btn:focus, a.vc_btn:hover, button.vc_btn, button.vc_btn:focus, button.vc_btn:hover {
        border: 1px solid transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

.vc_btn-lg, a.vc_btn-lg, button.vc_btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.vc_btn-sm, a.vc_btn-sm, button.vc_btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.vc_btn-xs, a.vc_btn-xs, button.vc_btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.vc_btn_square, a.vc_btn_square, button.vc_btn_square {
    border-radius: 0
}

.vc_btn_square_outlined, a.vc_btn_square_outlined, button.vc_btn_square_outlined {
    border-radius: 0;
    background: 0 0 !important
}

    .vc_btn_square_outlined, .vc_btn_square_outlined:focus, .vc_btn_square_outlined:hover, a.vc_btn_square_outlined, a.vc_btn_square_outlined:focus, a.vc_btn_square_outlined:hover, button.vc_btn_square_outlined, button.vc_btn_square_outlined:focus, button.vc_btn_square_outlined:hover {
        border: 2px solid
    }

.vc_btn_round, a.vc_btn_round, button.vc_btn_round {
    border-radius: 25px
}

.vc_btn_outlined, a.vc_btn_outlined, button.vc_btn_outlined {
    background: 0 0 !important
}

    .vc_btn_outlined, .vc_btn_outlined:focus, .vc_btn_outlined:hover, a.vc_btn_outlined, a.vc_btn_outlined:focus, a.vc_btn_outlined:hover, button.vc_btn_outlined, button.vc_btn_outlined:focus, button.vc_btn_outlined:hover {
        border: 2px solid
    }

.vc_btn-blue, a.vc_btn-blue, button.vc_btn-blue {
    background-color: #5472d2;
    color: #fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

    .vc_btn-blue:hover, a.vc_btn-blue:hover, button.vc_btn-blue:hover {
        background-color: #3c5ecc;
        color: #f7f7f7 !important
    }

    .vc_btn-blue.vc_btn_outlined, .vc_btn-blue.vc_btn_square_outlined, a.vc_btn-blue.vc_btn_outlined, a.vc_btn-blue.vc_btn_square_outlined, button.vc_btn-blue.vc_btn_outlined, button.vc_btn-blue.vc_btn_square_outlined {
        color: #5472d2 !important
    }

        .vc_btn-blue.vc_btn_outlined:hover, .vc_btn-blue.vc_btn_square_outlined:hover, a.vc_btn-blue.vc_btn_outlined:hover, a.vc_btn-blue.vc_btn_square_outlined:hover, button.vc_btn-blue.vc_btn_outlined:hover, button.vc_btn-blue.vc_btn_square_outlined:hover {
            border-color: #3c5ecc
        }

    .vc_btn-blue.vc_btn_3d, a.vc_btn-blue.vc_btn_3d, button.vc_btn-blue.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #3253bc;
        box-shadow: 0 5px 0 #3253bc;
        margin-bottom: 5px
    }

        .vc_btn-blue.vc_btn_3d.vc_btn_xs, a.vc_btn-blue.vc_btn_3d.vc_btn_xs, button.vc_btn-blue.vc_btn_3d.vc_btn_xs {
            -webkit-box-shadow: 0 3px 0 #3253bc;
            box-shadow: 0 3px 0 #3253bc;
            margin-bottom: 3px
        }

        .vc_btn-blue.vc_btn_3d.vc_btn_sm, a.vc_btn-blue.vc_btn_3d.vc_btn_sm, button.vc_btn-blue.vc_btn_3d.vc_btn_sm {
            -webkit-box-shadow: 0 4px 0 #3253bc;
            box-shadow: 0 4px 0 #3253bc;
            margin-bottom: 4px
        }

.vc_btn-turquoise, a.vc_btn-turquoise, button.vc_btn-turquoise {
    background-color: #00c1cf;
    color: #fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

    .vc_btn-turquoise:hover, a.vc_btn-turquoise:hover, button.vc_btn-turquoise:hover {
        background-color: #00a4b0;
        color: #f7f7f7 !important
    }

    .vc_btn-turquoise.vc_btn_outlined, .vc_btn-turquoise.vc_btn_square_outlined, a.vc_btn-turquoise.vc_btn_outlined, a.vc_btn-turquoise.vc_btn_square_outlined, button.vc_btn-turquoise.vc_btn_outlined, button.vc_btn-turquoise.vc_btn_square_outlined {
        color: #00c1cf !important
    }

        .vc_btn-turquoise.vc_btn_outlined:hover, .vc_btn-turquoise.vc_btn_square_outlined:hover, a.vc_btn-turquoise.vc_btn_outlined:hover, a.vc_btn-turquoise.vc_btn_square_outlined:hover, button.vc_btn-turquoise.vc_btn_outlined:hover, button.vc_btn-turquoise.vc_btn_square_outlined:hover {
            border-color: #00a4b0
        }

    .vc_btn-turquoise.vc_btn_3d, a.vc_btn-turquoise.vc_btn_3d, button.vc_btn-turquoise.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #008d97;
        box-shadow: 0 5px 0 #008d97;
        margin-bottom: 5px
    }

        .vc_btn-turquoise.vc_btn_3d.vc_btn_xs, a.vc_btn-turquoise.vc_btn_3d.vc_btn_xs, button.vc_btn-turquoise.vc_btn_3d.vc_btn_xs {
            -webkit-box-shadow: 0 3px 0 #008d97;
            box-shadow: 0 3px 0 #008d97;
            margin-bottom: 3px
        }

        .vc_btn-turquoise.vc_btn_3d.vc_btn_sm, a.vc_btn-turquoise.vc_btn_3d.vc_btn_sm, button.vc_btn-turquoise.vc_btn_3d.vc_btn_sm {
            -webkit-box-shadow: 0 4px 0 #008d97;
            box-shadow: 0 4px 0 #008d97;
            margin-bottom: 4px
        }

.vc_btn-pink, a.vc_btn-pink, button.vc_btn-pink {
    background-color: #fe6c61;
    color: #fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

    .vc_btn-pink:hover, a.vc_btn-pink:hover, button.vc_btn-pink:hover {
        background-color: #fe5043;
        color: #f7f7f7 !important
    }

    .vc_btn-pink.vc_btn_outlined, .vc_btn-pink.vc_btn_square_outlined, a.vc_btn-pink.vc_btn_outlined, a.vc_btn-pink.vc_btn_square_outlined, button.vc_btn-pink.vc_btn_outlined, button.vc_btn-pink.vc_btn_square_outlined {
        color: #fe6c61 !important
    }

        .vc_btn-pink.vc_btn_outlined:hover, .vc_btn-pink.vc_btn_square_outlined:hover, a.vc_btn-pink.vc_btn_outlined:hover, a.vc_btn-pink.vc_btn_square_outlined:hover, button.vc_btn-pink.vc_btn_outlined:hover, button.vc_btn-pink.vc_btn_square_outlined:hover {
            border-color: #fe5043
        }

    .vc_btn-pink.vc_btn_3d, a.vc_btn-pink.vc_btn_3d, button.vc_btn-pink.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #fe3829;
        box-shadow: 0 5px 0 #fe3829;
        margin-bottom: 5px
    }

        .vc_btn-pink.vc_btn_3d.vc_btn_xs, a.vc_btn-pink.vc_btn_3d.vc_btn_xs, button.vc_btn-pink.vc_btn_3d.vc_btn_xs {
            -webkit-box-shadow: 0 3px 0 #fe3829;
            box-shadow: 0 3px 0 #fe3829;
            margin-bottom: 3px
        }

        .vc_btn-pink.vc_btn_3d.vc_btn_sm, a.vc_btn-pink.vc_btn_3d.vc_btn_sm, button.vc_btn-pink.vc_btn_3d.vc_btn_sm {
            -webkit-box-shadow: 0 4px 0 #fe3829;
            box-shadow: 0 4px 0 #fe3829;
            margin-bottom: 4px
        }

.vc_btn-violet, a.vc_btn-violet, button.vc_btn-violet {
    background-color: #8d6dc4;
    color: #fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

    .vc_btn-violet:hover, a.vc_btn-violet:hover, button.vc_btn-violet:hover {
        background-color: #7c57bb;
        color: #f7f7f7 !important
    }

    .vc_btn-violet.vc_btn_outlined, .vc_btn-violet.vc_btn_square_outlined, a.vc_btn-violet.vc_btn_outlined, a.vc_btn-violet.vc_btn_square_outlined, button.vc_btn-violet.vc_btn_outlined, button.vc_btn-violet.vc_btn_square_outlined {
        color: #8d6dc4 !important
    }

        .vc_btn-violet.vc_btn_outlined:hover, .vc_btn-violet.vc_btn_square_outlined:hover, a.vc_btn-violet.vc_btn_outlined:hover, a.vc_btn-violet.vc_btn_square_outlined:hover, button.vc_btn-violet.vc_btn_outlined:hover, button.vc_btn-violet.vc_btn_square_outlined:hover {
            border-color: #7c57bb
        }

    .vc_btn-violet.vc_btn_3d, a.vc_btn-violet.vc_btn_3d, button.vc_btn-violet.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #6e48b1;
        box-shadow: 0 5px 0 #6e48b1;
        margin-bottom: 5px
    }

        .vc_btn-violet.vc_btn_3d.vc_btn_xs, a.vc_btn-violet.vc_btn_3d.vc_btn_xs, button.vc_btn-violet.vc_btn_3d.vc_btn_xs {
            -webkit-box-shadow: 0 3px 0 #6e48b1;
            box-shadow: 0 3px 0 #6e48b1;
            margin-bottom: 3px
        }

        .vc_btn-violet.vc_btn_3d.vc_btn_sm, a.vc_btn-violet.vc_btn_3d.vc_btn_sm, button.vc_btn-violet.vc_btn_3d.vc_btn_sm {
            -webkit-box-shadow: 0 4px 0 #6e48b1;
            box-shadow: 0 4px 0 #6e48b1;
            margin-bottom: 4px
        }

.vc_btn-peacoc, a.vc_btn-peacoc, button.vc_btn-peacoc {
    background-color: #4cadc9;
    color: #fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

    .vc_btn-peacoc:hover, a.vc_btn-peacoc:hover, button.vc_btn-peacoc:hover {
        background-color: #39a0bd;
        color: #f7f7f7 !important
    }

    .vc_btn-peacoc.vc_btn_outlined, .vc_btn-peacoc.vc_btn_square_outlined, a.vc_btn-peacoc.vc_btn_outlined, a.vc_btn-peacoc.vc_btn_square_outlined, button.vc_btn-peacoc.vc_btn_outlined, button.vc_btn-peacoc.vc_btn_square_outlined {
        color: #4cadc9 !important
    }

        .vc_btn-peacoc.vc_btn_outlined:hover, .vc_btn-peacoc.vc_btn_square_outlined:hover, a.vc_btn-peacoc.vc_btn_outlined:hover, a.vc_btn-peacoc.vc_btn_square_outlined:hover, button.vc_btn-peacoc.vc_btn_outlined:hover, button.vc_btn-peacoc.vc_btn_square_outlined:hover {
            border-color: #39a0bd
        }

    .vc_btn-peacoc.vc_btn_3d, a.vc_btn-peacoc.vc_btn_3d, button.vc_btn-peacoc.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #338faa;
        box-shadow: 0 5px 0 #338faa;
        margin-bottom: 5px
    }

        .vc_btn-peacoc.vc_btn_3d.vc_btn_xs, a.vc_btn-peacoc.vc_btn_3d.vc_btn_xs, button.vc_btn-peacoc.vc_btn_3d.vc_btn_xs {
            -webkit-box-shadow: 0 3px 0 #338faa;
            box-shadow: 0 3px 0 #338faa;
            margin-bottom: 3px
        }

        .vc_btn-peacoc.vc_btn_3d.vc_btn_sm, a.vc_btn-peacoc.vc_btn_3d.vc_btn_sm, button.vc_btn-peacoc.vc_btn_3d.vc_btn_sm {
            -webkit-box-shadow: 0 4px 0 #338faa;
            box-shadow: 0 4px 0 #338faa;
            margin-bottom: 4px
        }

.vc_btn-chino, a.vc_btn-chino, button.vc_btn-chino {
    background-color: #cec2ab;
    color: #fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

    .vc_btn-chino:hover, a.vc_btn-chino:hover, button.vc_btn-chino:hover {
        background-color: #c3b498;
        color: #f7f7f7 !important
    }

    .vc_btn-chino.vc_btn_outlined, .vc_btn-chino.vc_btn_square_outlined, a.vc_btn-chino.vc_btn_outlined, a.vc_btn-chino.vc_btn_square_outlined, button.vc_btn-chino.vc_btn_outlined, button.vc_btn-chino.vc_btn_square_outlined {
        color: #cec2ab !important
    }

        .vc_btn-chino.vc_btn_outlined:hover, .vc_btn-chino.vc_btn_square_outlined:hover, a.vc_btn-chino.vc_btn_outlined:hover, a.vc_btn-chino.vc_btn_square_outlined:hover, button.vc_btn-chino.vc_btn_outlined:hover, button.vc_btn-chino.vc_btn_square_outlined:hover {
            border-color: #c3b498
        }

    .vc_btn-chino.vc_btn_3d, a.vc_btn-chino.vc_btn_3d, button.vc_btn-chino.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #b9a888;
        box-shadow: 0 5px 0 #b9a888;
        margin-bottom: 5px
    }

        .vc_btn-chino.vc_btn_3d.vc_btn_xs, a.vc_btn-chino.vc_btn_3d.vc_btn_xs, button.vc_btn-chino.vc_btn_3d.vc_btn_xs {
            -webkit-box-shadow: 0 3px 0 #b9a888;
            box-shadow: 0 3px 0 #b9a888;
            margin-bottom: 3px
        }

        .vc_btn-chino.vc_btn_3d.vc_btn_sm, a.vc_btn-chino.vc_btn_3d.vc_btn_sm, button.vc_btn-chino.vc_btn_3d.vc_btn_sm {
            -webkit-box-shadow: 0 4px 0 #b9a888;
            box-shadow: 0 4px 0 #b9a888;
            margin-bottom: 4px
        }

.vc_btn-mulled_wine, a.vc_btn-mulled_wine, button.vc_btn-mulled_wine {
    background-color: #50485b;
    color: #fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

    .vc_btn-mulled_wine:hover, a.vc_btn-mulled_wine:hover, button.vc_btn-mulled_wine:hover {
        background-color: #413a4a;
        color: #f7f7f7 !important
    }

    .vc_btn-mulled_wine.vc_btn_outlined, .vc_btn-mulled_wine.vc_btn_square_outlined, a.vc_btn-mulled_wine.vc_btn_outlined, a.vc_btn-mulled_wine.vc_btn_square_outlined, button.vc_btn-mulled_wine.vc_btn_outlined, button.vc_btn-mulled_wine.vc_btn_square_outlined {
        color: #50485b !important
    }

        .vc_btn-mulled_wine.vc_btn_outlined:hover, .vc_btn-mulled_wine.vc_btn_square_outlined:hover, a.vc_btn-mulled_wine.vc_btn_outlined:hover, a.vc_btn-mulled_wine.vc_btn_square_outlined:hover, button.vc_btn-mulled_wine.vc_btn_outlined:hover, button.vc_btn-mulled_wine.vc_btn_square_outlined:hover {
            border-color: #413a4a
        }

    .vc_btn-mulled_wine.vc_btn_3d, a.vc_btn-mulled_wine.vc_btn_3d, button.vc_btn-mulled_wine.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #342f3c;
        box-shadow: 0 5px 0 #342f3c;
        margin-bottom: 5px
    }

        .vc_btn-mulled_wine.vc_btn_3d.vc_btn_xs, a.vc_btn-mulled_wine.vc_btn_3d.vc_btn_xs, button.vc_btn-mulled_wine.vc_btn_3d.vc_btn_xs {
            -webkit-box-shadow: 0 3px 0 #342f3c;
            box-shadow: 0 3px 0 #342f3c;
            margin-bottom: 3px
        }

        .vc_btn-mulled_wine.vc_btn_3d.vc_btn_sm, a.vc_btn-mulled_wine.vc_btn_3d.vc_btn_sm, button.vc_btn-mulled_wine.vc_btn_3d.vc_btn_sm {
            -webkit-box-shadow: 0 4px 0 #342f3c;
            box-shadow: 0 4px 0 #342f3c;
            margin-bottom: 4px
        }

.vc_btn-vista_blue, a.vc_btn-vista_blue, button.vc_btn-vista_blue {
    background-color: #75d69c;
    color: #fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

    .vc_btn-vista_blue:hover, a.vc_btn-vista_blue:hover, button.vc_btn-vista_blue:hover {
        background-color: #5dcf8b;
        color: #f7f7f7 !important
    }

    .vc_btn-vista_blue.vc_btn_outlined, .vc_btn-vista_blue.vc_btn_square_outlined, a.vc_btn-vista_blue.vc_btn_outlined, a.vc_btn-vista_blue.vc_btn_square_outlined, button.vc_btn-vista_blue.vc_btn_outlined, button.vc_btn-vista_blue.vc_btn_square_outlined {
        color: #75d69c !important
    }

        .vc_btn-vista_blue.vc_btn_outlined:hover, .vc_btn-vista_blue.vc_btn_square_outlined:hover, a.vc_btn-vista_blue.vc_btn_outlined:hover, a.vc_btn-vista_blue.vc_btn_square_outlined:hover, button.vc_btn-vista_blue.vc_btn_outlined:hover, button.vc_btn-vista_blue.vc_btn_square_outlined:hover {
            border-color: #5dcf8b
        }

    .vc_btn-vista_blue.vc_btn_3d, a.vc_btn-vista_blue.vc_btn_3d, button.vc_btn-vista_blue.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #4ac97d;
        box-shadow: 0 5px 0 #4ac97d;
        margin-bottom: 5px
    }

        .vc_btn-vista_blue.vc_btn_3d.vc_btn_xs, a.vc_btn-vista_blue.vc_btn_3d.vc_btn_xs, button.vc_btn-vista_blue.vc_btn_3d.vc_btn_xs {
            -webkit-box-shadow: 0 3px 0 #4ac97d;
            box-shadow: 0 3px 0 #4ac97d;
            margin-bottom: 3px
        }

        .vc_btn-vista_blue.vc_btn_3d.vc_btn_sm, a.vc_btn-vista_blue.vc_btn_3d.vc_btn_sm, button.vc_btn-vista_blue.vc_btn_3d.vc_btn_sm {
            -webkit-box-shadow: 0 4px 0 #4ac97d;
            box-shadow: 0 4px 0 #4ac97d;
            margin-bottom: 4px
        }

.vc_btn-black, a.vc_btn-black, button.vc_btn-black {
    background-color: #2a2a2a;
    color: #fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

    .vc_btn-black:hover, a.vc_btn-black:hover, button.vc_btn-black:hover {
        background-color: #1b1b1b;
        color: #f7f7f7 !important
    }

    .vc_btn-black.vc_btn_outlined, .vc_btn-black.vc_btn_square_outlined, a.vc_btn-black.vc_btn_outlined, a.vc_btn-black.vc_btn_square_outlined, button.vc_btn-black.vc_btn_outlined, button.vc_btn-black.vc_btn_square_outlined {
        color: #2a2a2a !important
    }

        .vc_btn-black.vc_btn_outlined:hover, .vc_btn-black.vc_btn_square_outlined:hover, a.vc_btn-black.vc_btn_outlined:hover, a.vc_btn-black.vc_btn_square_outlined:hover, button.vc_btn-black.vc_btn_outlined:hover, button.vc_btn-black.vc_btn_square_outlined:hover {
            border-color: #1b1b1b
        }

    .vc_btn-black.vc_btn_3d, a.vc_btn-black.vc_btn_3d, button.vc_btn-black.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #0e0e0e;
        box-shadow: 0 5px 0 #0e0e0e;
        margin-bottom: 5px
    }

        .vc_btn-black.vc_btn_3d.vc_btn_xs, a.vc_btn-black.vc_btn_3d.vc_btn_xs, button.vc_btn-black.vc_btn_3d.vc_btn_xs {
            -webkit-box-shadow: 0 3px 0 #0e0e0e;
            box-shadow: 0 3px 0 #0e0e0e;
            margin-bottom: 3px
        }

        .vc_btn-black.vc_btn_3d.vc_btn_sm, a.vc_btn-black.vc_btn_3d.vc_btn_sm, button.vc_btn-black.vc_btn_3d.vc_btn_sm {
            -webkit-box-shadow: 0 4px 0 #0e0e0e;
            box-shadow: 0 4px 0 #0e0e0e;
            margin-bottom: 4px
        }

.vc_btn-grey, a.vc_btn-grey, button.vc_btn-grey {
    background-color: #ebebeb;
    color: #666 !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

    .vc_btn-grey:hover, a.vc_btn-grey:hover, button.vc_btn-grey:hover {
        background-color: #dcdcdc;
        color: #5e5e5e !important
    }

    .vc_btn-grey.vc_btn_outlined, .vc_btn-grey.vc_btn_square_outlined, a.vc_btn-grey.vc_btn_outlined, a.vc_btn-grey.vc_btn_square_outlined, button.vc_btn-grey.vc_btn_outlined, button.vc_btn-grey.vc_btn_square_outlined {
        color: #ebebeb !important
    }

        .vc_btn-grey.vc_btn_outlined:hover, .vc_btn-grey.vc_btn_square_outlined:hover, a.vc_btn-grey.vc_btn_outlined:hover, a.vc_btn-grey.vc_btn_square_outlined:hover, button.vc_btn-grey.vc_btn_outlined:hover, button.vc_btn-grey.vc_btn_square_outlined:hover {
            border-color: #dcdcdc
        }

    .vc_btn-grey.vc_btn_3d, a.vc_btn-grey.vc_btn_3d, button.vc_btn-grey.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #cfcfcf;
        box-shadow: 0 5px 0 #cfcfcf;
        margin-bottom: 5px
    }

        .vc_btn-grey.vc_btn_3d.vc_btn_xs, a.vc_btn-grey.vc_btn_3d.vc_btn_xs, button.vc_btn-grey.vc_btn_3d.vc_btn_xs {
            -webkit-box-shadow: 0 3px 0 #cfcfcf;
            box-shadow: 0 3px 0 #cfcfcf;
            margin-bottom: 3px
        }

        .vc_btn-grey.vc_btn_3d.vc_btn_sm, a.vc_btn-grey.vc_btn_3d.vc_btn_sm, button.vc_btn-grey.vc_btn_3d.vc_btn_sm {
            -webkit-box-shadow: 0 4px 0 #cfcfcf;
            box-shadow: 0 4px 0 #cfcfcf;
            margin-bottom: 4px
        }

.vc_btn-orange, a.vc_btn-orange, button.vc_btn-orange {
    background-color: #f7be68;
    color: #fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

    .vc_btn-orange:hover, a.vc_btn-orange:hover, button.vc_btn-orange:hover {
        background-color: #f5b14b;
        color: #f7f7f7 !important
    }

    .vc_btn-orange.vc_btn_outlined, .vc_btn-orange.vc_btn_square_outlined, a.vc_btn-orange.vc_btn_outlined, a.vc_btn-orange.vc_btn_square_outlined, button.vc_btn-orange.vc_btn_outlined, button.vc_btn-orange.vc_btn_square_outlined {
        color: #f7be68 !important
    }

        .vc_btn-orange.vc_btn_outlined:hover, .vc_btn-orange.vc_btn_square_outlined:hover, a.vc_btn-orange.vc_btn_outlined:hover, a.vc_btn-orange.vc_btn_square_outlined:hover, button.vc_btn-orange.vc_btn_outlined:hover, button.vc_btn-orange.vc_btn_square_outlined:hover {
            border-color: #f5b14b
        }

    .vc_btn-orange.vc_btn_3d, a.vc_btn-orange.vc_btn_3d, button.vc_btn-orange.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #f4a733;
        box-shadow: 0 5px 0 #f4a733;
        margin-bottom: 5px
    }

        .vc_btn-orange.vc_btn_3d.vc_btn_xs, a.vc_btn-orange.vc_btn_3d.vc_btn_xs, button.vc_btn-orange.vc_btn_3d.vc_btn_xs {
            -webkit-box-shadow: 0 3px 0 #f4a733;
            box-shadow: 0 3px 0 #f4a733;
            margin-bottom: 3px
        }

        .vc_btn-orange.vc_btn_3d.vc_btn_sm, a.vc_btn-orange.vc_btn_3d.vc_btn_sm, button.vc_btn-orange.vc_btn_3d.vc_btn_sm {
            -webkit-box-shadow: 0 4px 0 #f4a733;
            box-shadow: 0 4px 0 #f4a733;
            margin-bottom: 4px
        }

.vc_btn-sky, a.vc_btn-sky, button.vc_btn-sky {
    background-color: #5aa1e3;
    color: #fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

    .vc_btn-sky:hover, a.vc_btn-sky:hover, button.vc_btn-sky:hover {
        background-color: #4092df;
        color: #f7f7f7 !important
    }

    .vc_btn-sky.vc_btn_outlined, .vc_btn-sky.vc_btn_square_outlined, a.vc_btn-sky.vc_btn_outlined, a.vc_btn-sky.vc_btn_square_outlined, button.vc_btn-sky.vc_btn_outlined, button.vc_btn-sky.vc_btn_square_outlined {
        color: #5aa1e3 !important
    }

        .vc_btn-sky.vc_btn_outlined:hover, .vc_btn-sky.vc_btn_square_outlined:hover, a.vc_btn-sky.vc_btn_outlined:hover, a.vc_btn-sky.vc_btn_square_outlined:hover, button.vc_btn-sky.vc_btn_outlined:hover, button.vc_btn-sky.vc_btn_square_outlined:hover {
            border-color: #4092df
        }

    .vc_btn-sky.vc_btn_3d, a.vc_btn-sky.vc_btn_3d, button.vc_btn-sky.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #2a86db;
        box-shadow: 0 5px 0 #2a86db;
        margin-bottom: 5px
    }

        .vc_btn-sky.vc_btn_3d.vc_btn_xs, a.vc_btn-sky.vc_btn_3d.vc_btn_xs, button.vc_btn-sky.vc_btn_3d.vc_btn_xs {
            -webkit-box-shadow: 0 3px 0 #2a86db;
            box-shadow: 0 3px 0 #2a86db;
            margin-bottom: 3px
        }

        .vc_btn-sky.vc_btn_3d.vc_btn_sm, a.vc_btn-sky.vc_btn_3d.vc_btn_sm, button.vc_btn-sky.vc_btn_3d.vc_btn_sm {
            -webkit-box-shadow: 0 4px 0 #2a86db;
            box-shadow: 0 4px 0 #2a86db;
            margin-bottom: 4px
        }

.vc_btn-green, a.vc_btn-green, button.vc_btn-green {
    background-color: #6dab3c;
    color: #fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

    .vc_btn-green:hover, a.vc_btn-green:hover, button.vc_btn-green:hover {
        background-color: #5f9434;
        color: #f7f7f7 !important
    }

    .vc_btn-green.vc_btn_outlined, .vc_btn-green.vc_btn_square_outlined, a.vc_btn-green.vc_btn_outlined, a.vc_btn-green.vc_btn_square_outlined, button.vc_btn-green.vc_btn_outlined, button.vc_btn-green.vc_btn_square_outlined {
        color: #6dab3c !important
    }

        .vc_btn-green.vc_btn_outlined:hover, .vc_btn-green.vc_btn_square_outlined:hover, a.vc_btn-green.vc_btn_outlined:hover, a.vc_btn-green.vc_btn_square_outlined:hover, button.vc_btn-green.vc_btn_outlined:hover, button.vc_btn-green.vc_btn_square_outlined:hover {
            border-color: #5f9434
        }

    .vc_btn-green.vc_btn_3d, a.vc_btn-green.vc_btn_3d, button.vc_btn-green.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #53812d;
        box-shadow: 0 5px 0 #53812d;
        margin-bottom: 5px
    }

        .vc_btn-green.vc_btn_3d.vc_btn_xs, a.vc_btn-green.vc_btn_3d.vc_btn_xs, button.vc_btn-green.vc_btn_3d.vc_btn_xs {
            -webkit-box-shadow: 0 3px 0 #53812d;
            box-shadow: 0 3px 0 #53812d;
            margin-bottom: 3px
        }

        .vc_btn-green.vc_btn_3d.vc_btn_sm, a.vc_btn-green.vc_btn_3d.vc_btn_sm, button.vc_btn-green.vc_btn_3d.vc_btn_sm {
            -webkit-box-shadow: 0 4px 0 #53812d;
            box-shadow: 0 4px 0 #53812d;
            margin-bottom: 4px
        }

.vc_btn-juicy_pink, a.vc_btn-juicy_pink, button.vc_btn-juicy_pink {
    background-color: #f4524d;
    color: #fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

    .vc_btn-juicy_pink:hover, a.vc_btn-juicy_pink:hover, button.vc_btn-juicy_pink:hover {
        background-color: #f23630;
        color: #f7f7f7 !important
    }

    .vc_btn-juicy_pink.vc_btn_outlined, .vc_btn-juicy_pink.vc_btn_square_outlined, a.vc_btn-juicy_pink.vc_btn_outlined, a.vc_btn-juicy_pink.vc_btn_square_outlined, button.vc_btn-juicy_pink.vc_btn_outlined, button.vc_btn-juicy_pink.vc_btn_square_outlined {
        color: #f4524d !important
    }

        .vc_btn-juicy_pink.vc_btn_outlined:hover, .vc_btn-juicy_pink.vc_btn_square_outlined:hover, a.vc_btn-juicy_pink.vc_btn_outlined:hover, a.vc_btn-juicy_pink.vc_btn_square_outlined:hover, button.vc_btn-juicy_pink.vc_btn_outlined:hover, button.vc_btn-juicy_pink.vc_btn_square_outlined:hover {
            border-color: #f23630
        }

    .vc_btn-juicy_pink.vc_btn_3d, a.vc_btn-juicy_pink.vc_btn_3d, button.vc_btn-juicy_pink.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #f11f18;
        box-shadow: 0 5px 0 #f11f18;
        margin-bottom: 5px
    }

        .vc_btn-juicy_pink.vc_btn_3d.vc_btn_xs, a.vc_btn-juicy_pink.vc_btn_3d.vc_btn_xs, button.vc_btn-juicy_pink.vc_btn_3d.vc_btn_xs {
            -webkit-box-shadow: 0 3px 0 #f11f18;
            box-shadow: 0 3px 0 #f11f18;
            margin-bottom: 3px
        }

        .vc_btn-juicy_pink.vc_btn_3d.vc_btn_sm, a.vc_btn-juicy_pink.vc_btn_3d.vc_btn_sm, button.vc_btn-juicy_pink.vc_btn_3d.vc_btn_sm {
            -webkit-box-shadow: 0 4px 0 #f11f18;
            box-shadow: 0 4px 0 #f11f18;
            margin-bottom: 4px
        }

.vc_btn-sandy_brown, a.vc_btn-sandy_brown, button.vc_btn-sandy_brown {
    background-color: #f79468;
    color: #fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

    .vc_btn-sandy_brown:hover, a.vc_btn-sandy_brown:hover, button.vc_btn-sandy_brown:hover {
        background-color: #f57f4b;
        color: #f7f7f7 !important
    }

    .vc_btn-sandy_brown.vc_btn_outlined, .vc_btn-sandy_brown.vc_btn_square_outlined, a.vc_btn-sandy_brown.vc_btn_outlined, a.vc_btn-sandy_brown.vc_btn_square_outlined, button.vc_btn-sandy_brown.vc_btn_outlined, button.vc_btn-sandy_brown.vc_btn_square_outlined {
        color: #f79468 !important
    }

        .vc_btn-sandy_brown.vc_btn_outlined:hover, .vc_btn-sandy_brown.vc_btn_square_outlined:hover, a.vc_btn-sandy_brown.vc_btn_outlined:hover, a.vc_btn-sandy_brown.vc_btn_square_outlined:hover, button.vc_btn-sandy_brown.vc_btn_outlined:hover, button.vc_btn-sandy_brown.vc_btn_square_outlined:hover {
            border-color: #f57f4b
        }

    .vc_btn-sandy_brown.vc_btn_3d, a.vc_btn-sandy_brown.vc_btn_3d, button.vc_btn-sandy_brown.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #f46e33;
        box-shadow: 0 5px 0 #f46e33;
        margin-bottom: 5px
    }

        .vc_btn-sandy_brown.vc_btn_3d.vc_btn_xs, a.vc_btn-sandy_brown.vc_btn_3d.vc_btn_xs, button.vc_btn-sandy_brown.vc_btn_3d.vc_btn_xs {
            -webkit-box-shadow: 0 3px 0 #f46e33;
            box-shadow: 0 3px 0 #f46e33;
            margin-bottom: 3px
        }

        .vc_btn-sandy_brown.vc_btn_3d.vc_btn_sm, a.vc_btn-sandy_brown.vc_btn_3d.vc_btn_sm, button.vc_btn-sandy_brown.vc_btn_3d.vc_btn_sm {
            -webkit-box-shadow: 0 4px 0 #f46e33;
            box-shadow: 0 4px 0 #f46e33;
            margin-bottom: 4px
        }

.vc_btn-purple, a.vc_btn-purple, button.vc_btn-purple {
    background-color: #b97ebb;
    color: #fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

    .vc_btn-purple:hover, a.vc_btn-purple:hover, button.vc_btn-purple:hover {
        background-color: #ae6ab0;
        color: #f7f7f7 !important
    }

    .vc_btn-purple.vc_btn_outlined, .vc_btn-purple.vc_btn_square_outlined, a.vc_btn-purple.vc_btn_outlined, a.vc_btn-purple.vc_btn_square_outlined, button.vc_btn-purple.vc_btn_outlined, button.vc_btn-purple.vc_btn_square_outlined {
        color: #b97ebb !important
    }

        .vc_btn-purple.vc_btn_outlined:hover, .vc_btn-purple.vc_btn_square_outlined:hover, a.vc_btn-purple.vc_btn_outlined:hover, a.vc_btn-purple.vc_btn_square_outlined:hover, button.vc_btn-purple.vc_btn_outlined:hover, button.vc_btn-purple.vc_btn_square_outlined:hover {
            border-color: #ae6ab0
        }

    .vc_btn-purple.vc_btn_3d, a.vc_btn-purple.vc_btn_3d, button.vc_btn-purple.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #a559a8;
        box-shadow: 0 5px 0 #a559a8;
        margin-bottom: 5px
    }

        .vc_btn-purple.vc_btn_3d.vc_btn_xs, a.vc_btn-purple.vc_btn_3d.vc_btn_xs, button.vc_btn-purple.vc_btn_3d.vc_btn_xs {
            -webkit-box-shadow: 0 3px 0 #a559a8;
            box-shadow: 0 3px 0 #a559a8;
            margin-bottom: 3px
        }

        .vc_btn-purple.vc_btn_3d.vc_btn_sm, a.vc_btn-purple.vc_btn_3d.vc_btn_sm, button.vc_btn-purple.vc_btn_3d.vc_btn_sm {
            -webkit-box-shadow: 0 4px 0 #a559a8;
            box-shadow: 0 4px 0 #a559a8;
            margin-bottom: 4px
        }

.vc_btn-white, a.vc_btn-white, button.vc_btn-white {
    background-color: #fff;
    color: #666 !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

    .vc_btn-white:hover, a.vc_btn-white:hover, button.vc_btn-white:hover {
        background-color: #f0f0f0;
        color: #5e5e5e !important
    }

    .vc_btn-white.vc_btn_outlined, .vc_btn-white.vc_btn_square_outlined, a.vc_btn-white.vc_btn_outlined, a.vc_btn-white.vc_btn_square_outlined, button.vc_btn-white.vc_btn_outlined, button.vc_btn-white.vc_btn_square_outlined {
        color: #fff !important
    }

        .vc_btn-white.vc_btn_outlined:hover, .vc_btn-white.vc_btn_square_outlined:hover, a.vc_btn-white.vc_btn_outlined:hover, a.vc_btn-white.vc_btn_square_outlined:hover, button.vc_btn-white.vc_btn_outlined:hover, button.vc_btn-white.vc_btn_square_outlined:hover {
            border-color: #f0f0f0
        }

    .vc_btn-white.vc_btn_3d, a.vc_btn-white.vc_btn_3d, button.vc_btn-white.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #e3e3e3;
        box-shadow: 0 5px 0 #e3e3e3;
        margin-bottom: 5px
    }

        .vc_btn-white.vc_btn_3d.vc_btn_xs, a.vc_btn-white.vc_btn_3d.vc_btn_xs, button.vc_btn-white.vc_btn_3d.vc_btn_xs {
            -webkit-box-shadow: 0 3px 0 #e3e3e3;
            box-shadow: 0 3px 0 #e3e3e3;
            margin-bottom: 3px
        }

        .vc_btn-white.vc_btn_3d.vc_btn_sm, a.vc_btn-white.vc_btn_3d.vc_btn_sm, button.vc_btn-white.vc_btn_3d.vc_btn_sm {
            -webkit-box-shadow: 0 4px 0 #e3e3e3;
            box-shadow: 0 4px 0 #e3e3e3;
            margin-bottom: 4px
        }

.vc_btn-grace, a.vc_btn-grace, button.vc_btn-grace {
    background-color: #aed13b;
    color: #fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

    .vc_btn-grace:hover, a.vc_btn-grace:hover, button.vc_btn-grace:hover {
        background-color: #9ec02d;
        color: #f7f7f7 !important
    }

    .vc_btn-grace.vc_btn_outlined, .vc_btn-grace.vc_btn_square_outlined, a.vc_btn-grace.vc_btn_outlined, a.vc_btn-grace.vc_btn_square_outlined, button.vc_btn-grace.vc_btn_outlined, button.vc_btn-grace.vc_btn_square_outlined {
        color: #aed13b !important
    }

        .vc_btn-grace.vc_btn_outlined:hover, .vc_btn-grace.vc_btn_square_outlined:hover, a.vc_btn-grace.vc_btn_outlined:hover, a.vc_btn-grace.vc_btn_square_outlined:hover, button.vc_btn-grace.vc_btn_outlined:hover, button.vc_btn-grace.vc_btn_square_outlined:hover {
            border-color: #9ec02d
        }

    .vc_btn-grace.vc_btn_3d, a.vc_btn-grace.vc_btn_3d, button.vc_btn-grace.vc_btn_3d {
        -webkit-box-shadow: 0 5px 0 #8dac28;
        box-shadow: 0 5px 0 #8dac28;
        margin-bottom: 5px
    }

        .vc_btn-grace.vc_btn_3d.vc_btn_xs, a.vc_btn-grace.vc_btn_3d.vc_btn_xs, button.vc_btn-grace.vc_btn_3d.vc_btn_xs {
            -webkit-box-shadow: 0 3px 0 #8dac28;
            box-shadow: 0 3px 0 #8dac28;
            margin-bottom: 3px
        }

        .vc_btn-grace.vc_btn_3d.vc_btn_sm, a.vc_btn-grace.vc_btn_3d.vc_btn_sm, button.vc_btn-grace.vc_btn_3d.vc_btn_sm {
            -webkit-box-shadow: 0 4px 0 #8dac28;
            box-shadow: 0 4px 0 #8dac28;
            margin-bottom: 4px
        }

.vc_btn-default, a.vc_btn-default, button.vc_btn-default {
    color: #7d7d7d;
    background-color: #fff;
    border-color: transparent
}

    .open > .dropdown-toggle.vc_btn-default, .open > .dropdown-togglea.vc_btn-default, .open > .dropdown-togglebutton.vc_btn-default, .vc_btn-default.active, .vc_btn-default:active, .vc_btn-default:focus, .vc_btn-default:hover, a.vc_btn-default.active, a.vc_btn-default:active, a.vc_btn-default:focus, a.vc_btn-default:hover, button.vc_btn-default.active, button.vc_btn-default:active, button.vc_btn-default:focus, button.vc_btn-default:hover {
        color: #7d7d7d;
        background-color: #e6e6e6;
        border-color: transparent
    }

    .open > .dropdown-toggle.vc_btn-default, .open > .dropdown-togglea.vc_btn-default, .open > .dropdown-togglebutton.vc_btn-default, .vc_btn-default.active, .vc_btn-default:active, a.vc_btn-default.active, a.vc_btn-default:active, button.vc_btn-default.active, button.vc_btn-default:active {
        background-image: none
    }

    .vc_btn-default.disabled, .vc_btn-default.disabled.active, .vc_btn-default.disabled:active, .vc_btn-default.disabled:focus, .vc_btn-default.disabled:hover, .vc_btn-default[disabled], .vc_btn-default[disabled].active, .vc_btn-default[disabled]:active, .vc_btn-default[disabled]:focus, .vc_btn-default[disabled]:hover, a.vc_btn-default.disabled, a.vc_btn-default.disabled.active, a.vc_btn-default.disabled:active, a.vc_btn-default.disabled:focus, a.vc_btn-default.disabled:hover, a.vc_btn-default[disabled], a.vc_btn-default[disabled].active, a.vc_btn-default[disabled]:active, a.vc_btn-default[disabled]:focus, a.vc_btn-default[disabled]:hover, button.vc_btn-default.disabled, button.vc_btn-default.disabled.active, button.vc_btn-default.disabled:active, button.vc_btn-default.disabled:focus, button.vc_btn-default.disabled:hover, button.vc_btn-default[disabled], button.vc_btn-default[disabled].active, button.vc_btn-default[disabled]:active, button.vc_btn-default[disabled]:focus, button.vc_btn-default[disabled]:hover, fieldset[disabled] .vc_btn-default, fieldset[disabled] .vc_btn-default.active, fieldset[disabled] .vc_btn-default:active, fieldset[disabled] .vc_btn-default:focus, fieldset[disabled] .vc_btn-default:hover, fieldset[disabled] a.vc_btn-default, fieldset[disabled] a.vc_btn-default.active, fieldset[disabled] a.vc_btn-default:active, fieldset[disabled] a.vc_btn-default:focus, fieldset[disabled] a.vc_btn-default:hover, fieldset[disabled] button.vc_btn-default, fieldset[disabled] button.vc_btn-default.active, fieldset[disabled] button.vc_btn-default:active, fieldset[disabled] button.vc_btn-default:focus, fieldset[disabled] button.vc_btn-default:hover {
        background-color: #fff;
        border-color: transparent
    }

    .vc_btn-default .badge, a.vc_btn-default .badge, button.vc_btn-default .badge {
        color: #fff;
        background-color: #7d7d7d
    }

.vc_btn-primary, a.vc_btn-primary, button.vc_btn-primary {
    color: #fff;
    background-color: #00aef0;
    border-color: transparent
}

    .open > .dropdown-toggle.vc_btn-primary, .open > .dropdown-togglea.vc_btn-primary, .open > .dropdown-togglebutton.vc_btn-primary, .vc_btn-primary.active, .vc_btn-primary:active, .vc_btn-primary:focus, .vc_btn-primary:hover, a.vc_btn-primary.active, a.vc_btn-primary:active, a.vc_btn-primary:focus, a.vc_btn-primary:hover, button.vc_btn-primary.active, button.vc_btn-primary:active, button.vc_btn-primary:focus, button.vc_btn-primary:hover {
        color: #fff;
        background-color: #0089bd;
        border-color: transparent
    }

    .open > .dropdown-toggle.vc_btn-primary, .open > .dropdown-togglea.vc_btn-primary, .open > .dropdown-togglebutton.vc_btn-primary, .vc_btn-primary.active, .vc_btn-primary:active, a.vc_btn-primary.active, a.vc_btn-primary:active, button.vc_btn-primary.active, button.vc_btn-primary:active {
        background-image: none
    }

    .vc_btn-primary.disabled, .vc_btn-primary.disabled.active, .vc_btn-primary.disabled:active, .vc_btn-primary.disabled:focus, .vc_btn-primary.disabled:hover, .vc_btn-primary[disabled], .vc_btn-primary[disabled].active, .vc_btn-primary[disabled]:active, .vc_btn-primary[disabled]:focus, .vc_btn-primary[disabled]:hover, a.vc_btn-primary.disabled, a.vc_btn-primary.disabled.active, a.vc_btn-primary.disabled:active, a.vc_btn-primary.disabled:focus, a.vc_btn-primary.disabled:hover, a.vc_btn-primary[disabled], a.vc_btn-primary[disabled].active, a.vc_btn-primary[disabled]:active, a.vc_btn-primary[disabled]:focus, a.vc_btn-primary[disabled]:hover, button.vc_btn-primary.disabled, button.vc_btn-primary.disabled.active, button.vc_btn-primary.disabled:active, button.vc_btn-primary.disabled:focus, button.vc_btn-primary.disabled:hover, button.vc_btn-primary[disabled], button.vc_btn-primary[disabled].active, button.vc_btn-primary[disabled]:active, button.vc_btn-primary[disabled]:focus, button.vc_btn-primary[disabled]:hover, fieldset[disabled] .vc_btn-primary, fieldset[disabled] .vc_btn-primary.active, fieldset[disabled] .vc_btn-primary:active, fieldset[disabled] .vc_btn-primary:focus, fieldset[disabled] .vc_btn-primary:hover, fieldset[disabled] a.vc_btn-primary, fieldset[disabled] a.vc_btn-primary.active, fieldset[disabled] a.vc_btn-primary:active, fieldset[disabled] a.vc_btn-primary:focus, fieldset[disabled] a.vc_btn-primary:hover, fieldset[disabled] button.vc_btn-primary, fieldset[disabled] button.vc_btn-primary.active, fieldset[disabled] button.vc_btn-primary:active, fieldset[disabled] button.vc_btn-primary:focus, fieldset[disabled] button.vc_btn-primary:hover {
        background-color: #00aef0;
        border-color: transparent
    }

    .vc_btn-primary .badge, a.vc_btn-primary .badge, button.vc_btn-primary .badge {
        color: #00aef0;
        background-color: #fff
    }

.vc_btn-success, a.vc_btn-success, button.vc_btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: transparent
}

    .open > .dropdown-toggle.vc_btn-success, .open > .dropdown-togglea.vc_btn-success, .open > .dropdown-togglebutton.vc_btn-success, .vc_btn-success.active, .vc_btn-success:active, .vc_btn-success:focus, .vc_btn-success:hover, a.vc_btn-success.active, a.vc_btn-success:active, a.vc_btn-success:focus, a.vc_btn-success:hover, button.vc_btn-success.active, button.vc_btn-success:active, button.vc_btn-success:focus, button.vc_btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: transparent
    }

    .open > .dropdown-toggle.vc_btn-success, .open > .dropdown-togglea.vc_btn-success, .open > .dropdown-togglebutton.vc_btn-success, .vc_btn-success.active, .vc_btn-success:active, a.vc_btn-success.active, a.vc_btn-success:active, button.vc_btn-success.active, button.vc_btn-success:active {
        background-image: none
    }

    .vc_btn-success.disabled, .vc_btn-success.disabled.active, .vc_btn-success.disabled:active, .vc_btn-success.disabled:focus, .vc_btn-success.disabled:hover, .vc_btn-success[disabled], .vc_btn-success[disabled].active, .vc_btn-success[disabled]:active, .vc_btn-success[disabled]:focus, .vc_btn-success[disabled]:hover, a.vc_btn-success.disabled, a.vc_btn-success.disabled.active, a.vc_btn-success.disabled:active, a.vc_btn-success.disabled:focus, a.vc_btn-success.disabled:hover, a.vc_btn-success[disabled], a.vc_btn-success[disabled].active, a.vc_btn-success[disabled]:active, a.vc_btn-success[disabled]:focus, a.vc_btn-success[disabled]:hover, button.vc_btn-success.disabled, button.vc_btn-success.disabled.active, button.vc_btn-success.disabled:active, button.vc_btn-success.disabled:focus, button.vc_btn-success.disabled:hover, button.vc_btn-success[disabled], button.vc_btn-success[disabled].active, button.vc_btn-success[disabled]:active, button.vc_btn-success[disabled]:focus, button.vc_btn-success[disabled]:hover, fieldset[disabled] .vc_btn-success, fieldset[disabled] .vc_btn-success.active, fieldset[disabled] .vc_btn-success:active, fieldset[disabled] .vc_btn-success:focus, fieldset[disabled] .vc_btn-success:hover, fieldset[disabled] a.vc_btn-success, fieldset[disabled] a.vc_btn-success.active, fieldset[disabled] a.vc_btn-success:active, fieldset[disabled] a.vc_btn-success:focus, fieldset[disabled] a.vc_btn-success:hover, fieldset[disabled] button.vc_btn-success, fieldset[disabled] button.vc_btn-success.active, fieldset[disabled] button.vc_btn-success:active, fieldset[disabled] button.vc_btn-success:focus, fieldset[disabled] button.vc_btn-success:hover {
        background-color: #5cb85c;
        border-color: transparent
    }

    .vc_btn-success .badge, a.vc_btn-success .badge, button.vc_btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

.vc_btn-info, a.vc_btn-info, button.vc_btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: transparent
}

    .open > .dropdown-toggle.vc_btn-info, .open > .dropdown-togglea.vc_btn-info, .open > .dropdown-togglebutton.vc_btn-info, .vc_btn-info.active, .vc_btn-info:active, .vc_btn-info:focus, .vc_btn-info:hover, a.vc_btn-info.active, a.vc_btn-info:active, a.vc_btn-info:focus, a.vc_btn-info:hover, button.vc_btn-info.active, button.vc_btn-info:active, button.vc_btn-info:focus, button.vc_btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: transparent
    }

    .open > .dropdown-toggle.vc_btn-info, .open > .dropdown-togglea.vc_btn-info, .open > .dropdown-togglebutton.vc_btn-info, .vc_btn-info.active, .vc_btn-info:active, a.vc_btn-info.active, a.vc_btn-info:active, button.vc_btn-info.active, button.vc_btn-info:active {
        background-image: none
    }

    .vc_btn-info.disabled, .vc_btn-info.disabled.active, .vc_btn-info.disabled:active, .vc_btn-info.disabled:focus, .vc_btn-info.disabled:hover, .vc_btn-info[disabled], .vc_btn-info[disabled].active, .vc_btn-info[disabled]:active, .vc_btn-info[disabled]:focus, .vc_btn-info[disabled]:hover, a.vc_btn-info.disabled, a.vc_btn-info.disabled.active, a.vc_btn-info.disabled:active, a.vc_btn-info.disabled:focus, a.vc_btn-info.disabled:hover, a.vc_btn-info[disabled], a.vc_btn-info[disabled].active, a.vc_btn-info[disabled]:active, a.vc_btn-info[disabled]:focus, a.vc_btn-info[disabled]:hover, button.vc_btn-info.disabled, button.vc_btn-info.disabled.active, button.vc_btn-info.disabled:active, button.vc_btn-info.disabled:focus, button.vc_btn-info.disabled:hover, button.vc_btn-info[disabled], button.vc_btn-info[disabled].active, button.vc_btn-info[disabled]:active, button.vc_btn-info[disabled]:focus, button.vc_btn-info[disabled]:hover, fieldset[disabled] .vc_btn-info, fieldset[disabled] .vc_btn-info.active, fieldset[disabled] .vc_btn-info:active, fieldset[disabled] .vc_btn-info:focus, fieldset[disabled] .vc_btn-info:hover, fieldset[disabled] a.vc_btn-info, fieldset[disabled] a.vc_btn-info.active, fieldset[disabled] a.vc_btn-info:active, fieldset[disabled] a.vc_btn-info:focus, fieldset[disabled] a.vc_btn-info:hover, fieldset[disabled] button.vc_btn-info, fieldset[disabled] button.vc_btn-info.active, fieldset[disabled] button.vc_btn-info:active, fieldset[disabled] button.vc_btn-info:focus, fieldset[disabled] button.vc_btn-info:hover {
        background-color: #5bc0de;
        border-color: transparent
    }

    .vc_btn-info .badge, a.vc_btn-info .badge, button.vc_btn-info .badge {
        color: #5bc0de;
        background-color: #fff
    }

.vc_btn-warning, a.vc_btn-warning, button.vc_btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: transparent
}

    .open > .dropdown-toggle.vc_btn-warning, .open > .dropdown-togglea.vc_btn-warning, .open > .dropdown-togglebutton.vc_btn-warning, .vc_btn-warning.active, .vc_btn-warning:active, .vc_btn-warning:focus, .vc_btn-warning:hover, a.vc_btn-warning.active, a.vc_btn-warning:active, a.vc_btn-warning:focus, a.vc_btn-warning:hover, button.vc_btn-warning.active, button.vc_btn-warning:active, button.vc_btn-warning:focus, button.vc_btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: transparent
    }

    .open > .dropdown-toggle.vc_btn-warning, .open > .dropdown-togglea.vc_btn-warning, .open > .dropdown-togglebutton.vc_btn-warning, .vc_btn-warning.active, .vc_btn-warning:active, a.vc_btn-warning.active, a.vc_btn-warning:active, button.vc_btn-warning.active, button.vc_btn-warning:active {
        background-image: none
    }

    .vc_btn-warning.disabled, .vc_btn-warning.disabled.active, .vc_btn-warning.disabled:active, .vc_btn-warning.disabled:focus, .vc_btn-warning.disabled:hover, .vc_btn-warning[disabled], .vc_btn-warning[disabled].active, .vc_btn-warning[disabled]:active, .vc_btn-warning[disabled]:focus, .vc_btn-warning[disabled]:hover, a.vc_btn-warning.disabled, a.vc_btn-warning.disabled.active, a.vc_btn-warning.disabled:active, a.vc_btn-warning.disabled:focus, a.vc_btn-warning.disabled:hover, a.vc_btn-warning[disabled], a.vc_btn-warning[disabled].active, a.vc_btn-warning[disabled]:active, a.vc_btn-warning[disabled]:focus, a.vc_btn-warning[disabled]:hover, button.vc_btn-warning.disabled, button.vc_btn-warning.disabled.active, button.vc_btn-warning.disabled:active, button.vc_btn-warning.disabled:focus, button.vc_btn-warning.disabled:hover, button.vc_btn-warning[disabled], button.vc_btn-warning[disabled].active, button.vc_btn-warning[disabled]:active, button.vc_btn-warning[disabled]:focus, button.vc_btn-warning[disabled]:hover, fieldset[disabled] .vc_btn-warning, fieldset[disabled] .vc_btn-warning.active, fieldset[disabled] .vc_btn-warning:active, fieldset[disabled] .vc_btn-warning:focus, fieldset[disabled] .vc_btn-warning:hover, fieldset[disabled] a.vc_btn-warning, fieldset[disabled] a.vc_btn-warning.active, fieldset[disabled] a.vc_btn-warning:active, fieldset[disabled] a.vc_btn-warning:focus, fieldset[disabled] a.vc_btn-warning:hover, fieldset[disabled] button.vc_btn-warning, fieldset[disabled] button.vc_btn-warning.active, fieldset[disabled] button.vc_btn-warning:active, fieldset[disabled] button.vc_btn-warning:focus, fieldset[disabled] button.vc_btn-warning:hover {
        background-color: #f0ad4e;
        border-color: transparent
    }

    .vc_btn-warning .badge, a.vc_btn-warning .badge, button.vc_btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff
    }

.vc_btn-danger, a.vc_btn-danger, button.vc_btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: transparent
}

    .open > .dropdown-toggle.vc_btn-danger, .open > .dropdown-togglea.vc_btn-danger, .open > .dropdown-togglebutton.vc_btn-danger, .vc_btn-danger.active, .vc_btn-danger:active, .vc_btn-danger:focus, .vc_btn-danger:hover, a.vc_btn-danger.active, a.vc_btn-danger:active, a.vc_btn-danger:focus, a.vc_btn-danger:hover, button.vc_btn-danger.active, button.vc_btn-danger:active, button.vc_btn-danger:focus, button.vc_btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: transparent
    }

    .open > .dropdown-toggle.vc_btn-danger, .open > .dropdown-togglea.vc_btn-danger, .open > .dropdown-togglebutton.vc_btn-danger, .vc_btn-danger.active, .vc_btn-danger:active, a.vc_btn-danger.active, a.vc_btn-danger:active, button.vc_btn-danger.active, button.vc_btn-danger:active {
        background-image: none
    }

    .vc_btn-danger.disabled, .vc_btn-danger.disabled.active, .vc_btn-danger.disabled:active, .vc_btn-danger.disabled:focus, .vc_btn-danger.disabled:hover, .vc_btn-danger[disabled], .vc_btn-danger[disabled].active, .vc_btn-danger[disabled]:active, .vc_btn-danger[disabled]:focus, .vc_btn-danger[disabled]:hover, a.vc_btn-danger.disabled, a.vc_btn-danger.disabled.active, a.vc_btn-danger.disabled:active, a.vc_btn-danger.disabled:focus, a.vc_btn-danger.disabled:hover, a.vc_btn-danger[disabled], a.vc_btn-danger[disabled].active, a.vc_btn-danger[disabled]:active, a.vc_btn-danger[disabled]:focus, a.vc_btn-danger[disabled]:hover, button.vc_btn-danger.disabled, button.vc_btn-danger.disabled.active, button.vc_btn-danger.disabled:active, button.vc_btn-danger.disabled:focus, button.vc_btn-danger.disabled:hover, button.vc_btn-danger[disabled], button.vc_btn-danger[disabled].active, button.vc_btn-danger[disabled]:active, button.vc_btn-danger[disabled]:focus, button.vc_btn-danger[disabled]:hover, fieldset[disabled] .vc_btn-danger, fieldset[disabled] .vc_btn-danger.active, fieldset[disabled] .vc_btn-danger:active, fieldset[disabled] .vc_btn-danger:focus, fieldset[disabled] .vc_btn-danger:hover, fieldset[disabled] a.vc_btn-danger, fieldset[disabled] a.vc_btn-danger.active, fieldset[disabled] a.vc_btn-danger:active, fieldset[disabled] a.vc_btn-danger:focus, fieldset[disabled] a.vc_btn-danger:hover, fieldset[disabled] button.vc_btn-danger, fieldset[disabled] button.vc_btn-danger.active, fieldset[disabled] button.vc_btn-danger:active, fieldset[disabled] button.vc_btn-danger:focus, fieldset[disabled] button.vc_btn-danger:hover {
        background-color: #d9534f;
        border-color: transparent
    }

    .vc_btn-danger .badge, a.vc_btn-danger .badge, button.vc_btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }

.vc_button-2-wrapper {
    display: inline-block;
    vertical-align: middle
}

    .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(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/address-book.png) no-repeat right center
}

.wpb_alarm_clock i.icon, option.wpb_alarm_clock {
    background: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/alarm-clock.png) no-repeat right center
}

.wpb_anchor i.icon, option.wpb_anchor {
    background: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/anchor.png) no-repeat right center
}

.wpb_application_image i.icon, option.wpb_application_image {
    background: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/application-image.png) no-repeat right center
}

.wpb_arrow i.icon, option.wpb_arrow {
    background: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/arrow.png) no-repeat right center
}

.wpb_asterisk i.icon, option.wpb_asterisk {
    background: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/asterisk.png) no-repeat right center
}

.wpb_hammer i.icon, option.wpb_hammer {
    background: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/auction-hammer.png) no-repeat right center
}

.wpb_balloon i.icon, option.wpb_balloon {
    background: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/balloon.png) no-repeat right center
}

.wpb_balloon_buzz i.icon, option.wpb_balloon_buzz {
    background: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-buzz.png) no-repeat right center
}

.wpb_balloon_facebook i.icon, option.wpb_balloon_facebook {
    background: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-facebook.png) no-repeat right center
}

.wpb_balloon_twitter i.icon, option.wpb_balloon_twitter {
    background: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-twitter.png) no-repeat right center
}

.wpb_battery i.icon, option.wpb_battery {
    background: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/battery-full.png) no-repeat right center
}

.wpb_binocular i.icon, option.wpb_binocular {
    background: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/binocular.png) no-repeat right center
}

.wpb_document_excel i.icon, option.wpb_document_excel {
    background: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-excel.png) no-repeat right center
}

.wpb_document_image i.icon, option.wpb_document_image {
    background: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-image.png) no-repeat right center
}

.wpb_document_music i.icon, option.wpb_document_music {
    background: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-music.png) no-repeat right center
}

.wpb_document_office i.icon, option.wpb_document_office {
    background: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-office.png) no-repeat right center
}

.wpb_document_pdf i.icon, option.wpb_document_pdf {
    background: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-pdf.png) no-repeat right center
}

.wpb_document_powerpoint i.icon, option.wpb_document_powerpoint {
    background: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-powerpoint.png) no-repeat right center
}

.wpb_document_word i.icon, option.wpb_document_word {
    background: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-word.png) no-repeat right center
}

.wpb_bookmark i.icon, option.wpb_bookmark {
    background: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/bookmark.png) no-repeat right center
}

.wpb_camcorder i.icon, option.wpb_camcorder {
    background: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/camcorder.png) no-repeat right center
}

.wpb_camera i.icon, option.wpb_camera {
    background: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/camera.png) no-repeat right center
}

.wpb_chart i.icon, option.wpb_chart {
    background: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/chart.png) no-repeat right center
}

.wpb_chart_pie i.icon, option.wpb_chart_pie {
    background: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/chart-pie.png) no-repeat right center
}

.wpb_clock i.icon, option.wpb_clock {
    background: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/clock.png) no-repeat right center
}

.wpb_play i.icon, option.wpb_play {
    background: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/control.png) no-repeat right center
}

.wpb_fire i.icon, option.wpb_fire {
    background: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/fire.png) no-repeat right center
}

.wpb_heart i.icon, option.wpb_heart {
    background: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/heart.png) no-repeat right center
}

.wpb_mail i.icon, option.wpb_mail {
    background: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/mail.png) no-repeat right center
}

.wpb_shield i.icon, option.wpb_shield {
    background: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/plus-shield.png) no-repeat right center
}

.wpb_video i.icon, option.wpb_video {
    background: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/icons/video.png) no-repeat right center
}

.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.73913043px 0;
    padding: 1em 1em 1em 4em;
    position: relative;
    font-size: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .vc_message_box > p:first-child {
        margin-top: 0
    }

    .vc_message_box > p:last-child {
        margin-bottom: 0
    }

.vc_message_box-icon {
    bottom: 0;
    font-size: 1em;
    font-style: normal;
    left: 0;
    position: absolute;
    top: 0;
    width: 4em
}

    .vc_message_box-icon > * {
        font-size: 1.7em;
        line-height: 1;
        font-style: normal;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .vc_message_box-icon > .fa {
        font-size: 1.7em;
        line-height: 1
    }

.vc_color-blue.vc_message_box {
    color: #364a8a;
    border-color: #c5cff0;
    background-color: #edf1fa
}

    .vc_color-blue.vc_message_box .vc_message_box-icon {
        color: #5472d2
    }

.vc_color-blue.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #5472d2
}

    .vc_color-blue.vc_message_box-solid .vc_message_box-icon {
        color: #fff
    }

.vc_color-blue.vc_message_box-outline, .vc_color-blue.vc_message_box-solid-icon {
    color: #364a8a;
    border-color: #5472d2;
    background-color: transparent
}

    .vc_color-blue.vc_message_box-outline .vc_message_box-icon, .vc_color-blue.vc_message_box-solid-icon .vc_message_box-icon {
        color: #5472d2
    }

    .vc_color-blue.vc_message_box-solid-icon .vc_message_box-icon {
        color: #fff;
        background-color: #5472d2
    }

.vc_color-blue.vc_message_box-3d {
    box-shadow: 0 5px 0 #9daee5
}

.vc_color-turquoise.vc_message_box {
    color: #085b61;
    border-color: #c6ecee;
    background-color: #ebfcfd
}

    .vc_color-turquoise.vc_message_box .vc_message_box-icon {
        color: #00c1cf
    }

.vc_color-turquoise.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #00c1cf
}

    .vc_color-turquoise.vc_message_box-solid .vc_message_box-icon {
        color: #fff
    }

.vc_color-turquoise.vc_message_box-outline, .vc_color-turquoise.vc_message_box-solid-icon {
    color: #085b61;
    border-color: #00c1cf;
    background-color: transparent
}

    .vc_color-turquoise.vc_message_box-outline .vc_message_box-icon, .vc_color-turquoise.vc_message_box-solid-icon .vc_message_box-icon {
        color: #00c1cf
    }

    .vc_color-turquoise.vc_message_box-solid-icon .vc_message_box-icon {
        color: #fff;
        background-color: #00c1cf
    }

.vc_color-turquoise.vc_message_box-3d {
    box-shadow: 0 5px 0 #9fdee3
}

.vc_color-pink.vc_message_box {
    color: #d82e21;
    border-color: #ffd8d6;
    background-color: #fff0ef
}

    .vc_color-pink.vc_message_box .vc_message_box-icon {
        color: #fe6c61
    }

.vc_color-pink.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #fe6c61
}

    .vc_color-pink.vc_message_box-solid .vc_message_box-icon {
        color: #fff
    }

.vc_color-pink.vc_message_box-outline, .vc_color-pink.vc_message_box-solid-icon {
    color: #d82e21;
    border-color: #fe6c61;
    background-color: transparent
}

    .vc_color-pink.vc_message_box-outline .vc_message_box-icon, .vc_color-pink.vc_message_box-solid-icon .vc_message_box-icon {
        color: #fe6c61
    }

    .vc_color-pink.vc_message_box-solid-icon .vc_message_box-icon {
        color: #fff;
        background-color: #fe6c61
    }

.vc_color-pink.vc_message_box-3d {
    box-shadow: 0 5px 0 #fea9a3
}

.vc_color-violet.vc_message_box {
    color: #5e4a81;
    border-color: #d4c8e9;
    background-color: #f0ecf7
}

    .vc_color-violet.vc_message_box .vc_message_box-icon {
        color: #8d6dc4
    }

.vc_color-violet.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #8d6dc4
}

    .vc_color-violet.vc_message_box-solid .vc_message_box-icon {
        color: #fff
    }

.vc_color-violet.vc_message_box-outline, .vc_color-violet.vc_message_box-solid-icon {
    color: #5e4a81;
    border-color: #8d6dc4;
    background-color: transparent
}

    .vc_color-violet.vc_message_box-outline .vc_message_box-icon, .vc_color-violet.vc_message_box-solid-icon .vc_message_box-icon {
        color: #8d6dc4
    }

    .vc_color-violet.vc_message_box-solid-icon .vc_message_box-icon {
        color: #fff;
        background-color: #8d6dc4
    }

.vc_color-violet.vc_message_box-3d {
    box-shadow: 0 5px 0 #b8a3da
}

.vc_color-peacoc.vc_message_box {
    color: #366a79;
    border-color: #c2e3ec;
    background-color: #e9f5f8
}

    .vc_color-peacoc.vc_message_box .vc_message_box-icon {
        color: #4cadc9
    }

.vc_color-peacoc.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #4cadc9
}

    .vc_color-peacoc.vc_message_box-solid .vc_message_box-icon {
        color: #fff
    }

.vc_color-peacoc.vc_message_box-outline, .vc_color-peacoc.vc_message_box-solid-icon {
    color: #366a79;
    border-color: #4cadc9;
    background-color: transparent
}

    .vc_color-peacoc.vc_message_box-outline .vc_message_box-icon, .vc_color-peacoc.vc_message_box-solid-icon .vc_message_box-icon {
        color: #4cadc9
    }

    .vc_color-peacoc.vc_message_box-solid-icon .vc_message_box-icon {
        color: #fff;
        background-color: #4cadc9
    }

.vc_color-peacoc.vc_message_box-3d {
    box-shadow: 0 5px 0 #9ad1e1
}

.vc_color-chino.vc_message_box {
    color: #978258;
    border-color: #e5ded2;
    background-color: #f7f5f2
}

    .vc_color-chino.vc_message_box .vc_message_box-icon {
        color: #cec2ab
    }

.vc_color-chino.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #cec2ab
}

    .vc_color-chino.vc_message_box-solid .vc_message_box-icon {
        color: #fff
    }

.vc_color-chino.vc_message_box-outline, .vc_color-chino.vc_message_box-solid-icon {
    color: #978258;
    border-color: #cec2ab;
    background-color: transparent
}

    .vc_color-chino.vc_message_box-outline .vc_message_box-icon, .vc_color-chino.vc_message_box-solid-icon .vc_message_box-icon {
        color: #cec2ab
    }

    .vc_color-chino.vc_message_box-solid-icon .vc_message_box-icon {
        color: #fff;
        background-color: #cec2ab
    }

.vc_color-chino.vc_message_box-3d {
    box-shadow: 0 5px 0 #d2c7b1
}

.vc_color-mulled_wine.vc_message_box {
    color: #1e1b22;
    border-color: #d0ccd6;
    background-color: #eae8ed
}

    .vc_color-mulled_wine.vc_message_box .vc_message_box-icon {
        color: #50485b
    }

.vc_color-mulled_wine.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #50485b
}

    .vc_color-mulled_wine.vc_message_box-solid .vc_message_box-icon {
        color: #fff
    }

.vc_color-mulled_wine.vc_message_box-outline, .vc_color-mulled_wine.vc_message_box-solid-icon {
    color: #1e1b22;
    border-color: #50485b;
    background-color: transparent
}

    .vc_color-mulled_wine.vc_message_box-outline .vc_message_box-icon, .vc_color-mulled_wine.vc_message_box-solid-icon .vc_message_box-icon {
        color: #50485b
    }

    .vc_color-mulled_wine.vc_message_box-solid-icon .vc_message_box-icon {
        color: #fff;
        background-color: #50485b
    }

.vc_color-mulled_wine.vc_message_box-3d {
    box-shadow: 0 5px 0 #b6afc0
}

.vc_color-vista_blue.vc_message_box {
    color: #3e8e5e;
    border-color: #bcebcf;
    background-color: #e3f7eb
}

    .vc_color-vista_blue.vc_message_box .vc_message_box-icon {
        color: #75d69c
    }

.vc_color-vista_blue.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #75d69c
}

    .vc_color-vista_blue.vc_message_box-solid .vc_message_box-icon {
        color: #fff
    }

.vc_color-vista_blue.vc_message_box-outline, .vc_color-vista_blue.vc_message_box-solid-icon {
    color: #3e8e5e;
    border-color: #75d69c;
    background-color: transparent
}

    .vc_color-vista_blue.vc_message_box-outline .vc_message_box-icon, .vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon {
        color: #75d69c
    }

    .vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon {
        color: #fff;
        background-color: #75d69c
    }

.vc_color-vista_blue.vc_message_box-3d {
    box-shadow: 0 5px 0 #94dfb3
}

.vc_color-orange.vc_message_box {
    color: #c3811c;
    border-color: #fbe1ba;
    background-color: #fef6eb
}

    .vc_color-orange.vc_message_box .vc_message_box-icon {
        color: #f7be68
    }

.vc_color-orange.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #f7be68
}

    .vc_color-orange.vc_message_box-solid .vc_message_box-icon {
        color: #fff
    }

.vc_color-orange.vc_message_box-outline, .vc_color-orange.vc_message_box-solid-icon {
    color: #c3811c;
    border-color: #f7be68;
    background-color: transparent
}

    .vc_color-orange.vc_message_box-outline .vc_message_box-icon, .vc_color-orange.vc_message_box-solid-icon .vc_message_box-icon {
        color: #f7be68
    }

    .vc_color-orange.vc_message_box-solid-icon .vc_message_box-icon {
        color: #fff;
        background-color: #f7be68
    }

.vc_color-orange.vc_message_box-3d {
    box-shadow: 0 5px 0 #f9cd8a
}

.vc_color-sky.vc_message_box {
    color: #2a6194;
    border-color: #bedaf4;
    background-color: #eaf3fb
}

    .vc_color-sky.vc_message_box .vc_message_box-icon {
        color: #5aa1e3
    }

.vc_color-sky.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #5aa1e3
}

    .vc_color-sky.vc_message_box-solid .vc_message_box-icon {
        color: #fff
    }

.vc_color-sky.vc_message_box-outline, .vc_color-sky.vc_message_box-solid-icon {
    color: #2a6194;
    border-color: #5aa1e3;
    background-color: transparent
}

    .vc_color-sky.vc_message_box-outline .vc_message_box-icon, .vc_color-sky.vc_message_box-solid-icon .vc_message_box-icon {
        color: #5aa1e3
    }

    .vc_color-sky.vc_message_box-solid-icon .vc_message_box-icon {
        color: #fff;
        background-color: #5aa1e3
    }

.vc_color-sky.vc_message_box-3d {
    box-shadow: 0 5px 0 #93c1ed
}

.vc_color-green.vc_message_box {
    color: #3e562b;
    border-color: #c2e1a9;
    background-color: #eaf5e2
}

    .vc_color-green.vc_message_box .vc_message_box-icon {
        color: #6dab3c
    }

.vc_color-green.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #6dab3c
}

    .vc_color-green.vc_message_box-solid .vc_message_box-icon {
        color: #fff
    }

.vc_color-green.vc_message_box-outline, .vc_color-green.vc_message_box-solid-icon {
    color: #3e562b;
    border-color: #6dab3c;
    background-color: transparent
}

    .vc_color-green.vc_message_box-outline .vc_message_box-icon, .vc_color-green.vc_message_box-solid-icon .vc_message_box-icon {
        color: #6dab3c
    }

    .vc_color-green.vc_message_box-solid-icon .vc_message_box-icon {
        color: #fff;
        background-color: #6dab3c
    }

.vc_color-green.vc_message_box-3d {
    box-shadow: 0 5px 0 #a7d484
}

.vc_color-juicy_pink.vc_message_box {
    color: #a3231f;
    border-color: #fbc7c5;
    background-color: #fef5f5
}

    .vc_color-juicy_pink.vc_message_box .vc_message_box-icon {
        color: #f4524d
    }

.vc_color-juicy_pink.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #f4524d
}

    .vc_color-juicy_pink.vc_message_box-solid .vc_message_box-icon {
        color: #fff
    }

.vc_color-juicy_pink.vc_message_box-outline, .vc_color-juicy_pink.vc_message_box-solid-icon {
    color: #a3231f;
    border-color: #f4524d;
    background-color: transparent
}

    .vc_color-juicy_pink.vc_message_box-outline .vc_message_box-icon, .vc_color-juicy_pink.vc_message_box-solid-icon .vc_message_box-icon {
        color: #f4524d
    }

    .vc_color-juicy_pink.vc_message_box-solid-icon .vc_message_box-icon {
        color: #fff;
        background-color: #f4524d
    }

.vc_color-juicy_pink.vc_message_box-3d {
    box-shadow: 0 5px 0 #f89895
}

.vc_color-sandy_brown.vc_message_box {
    color: #c3501c;
    border-color: #fbceba;
    background-color: #fef1eb
}

    .vc_color-sandy_brown.vc_message_box .vc_message_box-icon {
        color: #f79468
    }

.vc_color-sandy_brown.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #f79468
}

    .vc_color-sandy_brown.vc_message_box-solid .vc_message_box-icon {
        color: #fff
    }

.vc_color-sandy_brown.vc_message_box-outline, .vc_color-sandy_brown.vc_message_box-solid-icon {
    color: #c3501c;
    border-color: #f79468;
    background-color: transparent
}

    .vc_color-sandy_brown.vc_message_box-outline .vc_message_box-icon, .vc_color-sandy_brown.vc_message_box-solid-icon .vc_message_box-icon {
        color: #f79468
    }

    .vc_color-sandy_brown.vc_message_box-solid-icon .vc_message_box-icon {
        color: #fff;
        background-color: #f79468
    }

.vc_color-sandy_brown.vc_message_box-3d {
    box-shadow: 0 5px 0 #f9ac8a
}

.vc_color-purple.vc_message_box {
    color: #886389;
    border-color: #e3cbe3;
    background-color: #f5ecf5
}

    .vc_color-purple.vc_message_box .vc_message_box-icon {
        color: #b97ebb
    }

.vc_color-purple.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #b97ebb
}

    .vc_color-purple.vc_message_box-solid .vc_message_box-icon {
        color: #fff
    }

.vc_color-purple.vc_message_box-outline, .vc_color-purple.vc_message_box-solid-icon {
    color: #886389;
    border-color: #b97ebb;
    background-color: transparent
}

    .vc_color-purple.vc_message_box-outline .vc_message_box-icon, .vc_color-purple.vc_message_box-solid-icon .vc_message_box-icon {
        color: #b97ebb
    }

    .vc_color-purple.vc_message_box-solid-icon .vc_message_box-icon {
        color: #fff;
        background-color: #b97ebb
    }

.vc_color-purple.vc_message_box-3d {
    box-shadow: 0 5px 0 #d1a9d2
}

.vc_color-black.vc_message_box {
    color: #fff;
    border-color: #2a2a2a;
    background-color: #3c3c3c
}

    .vc_color-black.vc_message_box .vc_message_box-icon {
        color: #2a2a2a
    }

.vc_color-black.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #2a2a2a
}

    .vc_color-black.vc_message_box-solid .vc_message_box-icon {
        color: #fff
    }

.vc_color-black.vc_message_box-outline, .vc_color-black.vc_message_box-solid-icon {
    color: #fff;
    border-color: #2a2a2a;
    background-color: transparent
}

    .vc_color-black.vc_message_box-outline .vc_message_box-icon, .vc_color-black.vc_message_box-solid-icon .vc_message_box-icon {
        color: #2a2a2a
    }

    .vc_color-black.vc_message_box-solid-icon .vc_message_box-icon {
        color: #fff;
        background-color: #2a2a2a
    }

.vc_color-black.vc_message_box-3d {
    box-shadow: 0 5px 0 #101010
}

.vc_color-grey.vc_message_box {
    color: #858585;
    border-color: #d2d2d2;
    background-color: #ebebeb
}

    .vc_color-grey.vc_message_box .vc_message_box-icon {
        color: #ebebeb
    }

.vc_color-grey.vc_message_box-solid {
    color: #858585;
    border-color: transparent;
    background-color: #ebebeb
}

    .vc_color-grey.vc_message_box-solid .vc_message_box-icon {
        color: #858585
    }

.vc_color-grey.vc_message_box-outline, .vc_color-grey.vc_message_box-solid-icon {
    color: #858585;
    border-color: #ebebeb;
    background-color: transparent
}

    .vc_color-grey.vc_message_box-outline .vc_message_box-icon, .vc_color-grey.vc_message_box-solid-icon .vc_message_box-icon {
        color: #ebebeb
    }

    .vc_color-grey.vc_message_box-solid-icon .vc_message_box-icon {
        color: #858585;
        background-color: #ebebeb
    }

.vc_color-grey.vc_message_box-3d {
    box-shadow: 0 5px 0 #b8b8b8
}

.vc_color-white.vc_message_box {
    color: #b3b3b3;
    border-color: #e6e6e6;
    background-color: #fff
}

    .vc_color-white.vc_message_box .vc_message_box-icon {
        color: #fff
    }

.vc_color-white.vc_message_box-solid {
    color: #b3b3b3;
    border-color: transparent;
    background-color: #fff
}

    .vc_color-white.vc_message_box-solid .vc_message_box-icon {
        color: #b3b3b3
    }

.vc_color-white.vc_message_box-outline, .vc_color-white.vc_message_box-solid-icon {
    color: #b3b3b3;
    border-color: #fff;
    background-color: transparent
}

    .vc_color-white.vc_message_box-outline .vc_message_box-icon, .vc_color-white.vc_message_box-solid-icon .vc_message_box-icon {
        color: #fff
    }

    .vc_color-white.vc_message_box-solid-icon .vc_message_box-icon {
        color: #b3b3b3;
        background-color: #fff
    }

.vc_color-white.vc_message_box-3d {
    box-shadow: 0 5px 0 #ccc
}

.vc_color-info.vc_message_box {
    color: #5e7f96;
    border-color: #cfebfe;
    background-color: #dff2fe
}

    .vc_color-info.vc_message_box .vc_message_box-icon {
        color: #56b0ee
    }

.vc_color-info.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #56b0ee
}

    .vc_color-info.vc_message_box-solid .vc_message_box-icon {
        color: #fff
    }

.vc_color-info.vc_message_box-outline, .vc_color-info.vc_message_box-solid-icon {
    color: #5e7f96;
    border-color: #56b0ee;
    background-color: transparent
}

    .vc_color-info.vc_message_box-outline .vc_message_box-icon, .vc_color-info.vc_message_box-solid-icon .vc_message_box-icon {
        color: #56b0ee
    }

    .vc_color-info.vc_message_box-solid-icon .vc_message_box-icon {
        color: #fff;
        background-color: #56b0ee
    }

.vc_color-info.vc_message_box-3d {
    box-shadow: 0 5px 0 #9dd6fd
}

.vc_color-success.vc_message_box {
    color: #5e7f96;
    border-color: #cfebfe;
    background-color: #e6fdf8
}

    .vc_color-success.vc_message_box .vc_message_box-icon {
        color: #1bbc9b
    }

.vc_color-success.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #1bbc9b
}

    .vc_color-success.vc_message_box-solid .vc_message_box-icon {
        color: #fff
    }

.vc_color-success.vc_message_box-outline, .vc_color-success.vc_message_box-solid-icon {
    color: #5e7f96;
    border-color: #1bbc9b;
    background-color: transparent
}

    .vc_color-success.vc_message_box-outline .vc_message_box-icon, .vc_color-success.vc_message_box-solid-icon .vc_message_box-icon {
        color: #1bbc9b
    }

    .vc_color-success.vc_message_box-solid-icon .vc_message_box-icon {
        color: #fff;
        background-color: #1bbc9b
    }

.vc_color-success.vc_message_box-3d {
    box-shadow: 0 5px 0 #9dd6fd
}

.vc_color-warning.vc_message_box {
    color: #9d8967;
    border-color: #ffeccc;
    background-color: #fff4e2
}

    .vc_color-warning.vc_message_box .vc_message_box-icon {
        color: #fcb53f
    }

.vc_color-warning.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #fcb53f
}

    .vc_color-warning.vc_message_box-solid .vc_message_box-icon {
        color: #fff
    }

.vc_color-warning.vc_message_box-outline, .vc_color-warning.vc_message_box-solid-icon {
    color: #9d8967;
    border-color: #fcb53f;
    background-color: transparent
}

    .vc_color-warning.vc_message_box-outline .vc_message_box-icon, .vc_color-warning.vc_message_box-solid-icon .vc_message_box-icon {
        color: #fcb53f
    }

    .vc_color-warning.vc_message_box-solid-icon .vc_message_box-icon {
        color: #fff;
        background-color: #fcb53f
    }

.vc_color-warning.vc_message_box-3d {
    box-shadow: 0 5px 0 #ffd999
}

.vc_color-danger.vc_message_box {
    color: #a85959;
    border-color: #fedede;
    background-color: #fdeaea
}

    .vc_color-danger.vc_message_box .vc_message_box-icon {
        color: #ff7877
    }

.vc_color-danger.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #ff7877
}

    .vc_color-danger.vc_message_box-solid .vc_message_box-icon {
        color: #fff
    }

.vc_color-danger.vc_message_box-outline, .vc_color-danger.vc_message_box-solid-icon {
    color: #a85959;
    border-color: #ff7877;
    background-color: transparent
}

    .vc_color-danger.vc_message_box-outline .vc_message_box-icon, .vc_color-danger.vc_message_box-solid-icon .vc_message_box-icon {
        color: #ff7877
    }

    .vc_color-danger.vc_message_box-solid-icon .vc_message_box-icon {
        color: #fff;
        background-color: #ff7877
    }

.vc_color-danger.vc_message_box-3d {
    box-shadow: 0 5px 0 #fdacac
}

.vc_color-alert-info.vc_message_box {
    color: #31708f;
    border-color: #bce8f1;
    background-color: #d9edf7
}

    .vc_color-alert-info.vc_message_box .vc_message_box-icon {
        color: #67cce0
    }

.vc_color-alert-info.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #67cce0
}

    .vc_color-alert-info.vc_message_box-solid .vc_message_box-icon {
        color: #fff
    }

.vc_color-alert-info.vc_message_box-outline, .vc_color-alert-info.vc_message_box-solid-icon {
    color: #31708f;
    border-color: #67cce0;
    background-color: transparent
}

    .vc_color-alert-info.vc_message_box-outline .vc_message_box-icon, .vc_color-alert-info.vc_message_box-solid-icon .vc_message_box-icon {
        color: #67cce0
    }

    .vc_color-alert-info.vc_message_box-solid-icon .vc_message_box-icon {
        color: #fff;
        background-color: #67cce0
    }

.vc_color-alert-info.vc_message_box-3d {
    box-shadow: 0 5px 0 #91d9e8
}

.vc_color-alert-success.vc_message_box {
    color: #3c763d;
    border-color: #d6e9c6;
    background-color: #dff0d8
}

    .vc_color-alert-success.vc_message_box .vc_message_box-icon {
        color: #9ad36a
    }

.vc_color-alert-success.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #9ad36a
}

    .vc_color-alert-success.vc_message_box-solid .vc_message_box-icon {
        color: #fff
    }

.vc_color-alert-success.vc_message_box-outline, .vc_color-alert-success.vc_message_box-solid-icon {
    color: #3c763d;
    border-color: #9ad36a;
    background-color: transparent
}

    .vc_color-alert-success.vc_message_box-outline .vc_message_box-icon, .vc_color-alert-success.vc_message_box-solid-icon .vc_message_box-icon {
        color: #9ad36a
    }

    .vc_color-alert-success.vc_message_box-solid-icon .vc_message_box-icon {
        color: #fff;
        background-color: #9ad36a
    }

.vc_color-alert-success.vc_message_box-3d {
    box-shadow: 0 5px 0 #bbdba1
}

.vc_color-alert-warning.vc_message_box {
    color: #8a6d3b;
    border-color: #faebcc;
    background-color: #fcf8e3
}

    .vc_color-alert-warning.vc_message_box .vc_message_box-icon {
        color: #f9cf79
    }

.vc_color-alert-warning.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #f9cf79
}

    .vc_color-alert-warning.vc_message_box-solid .vc_message_box-icon {
        color: #fff
    }

.vc_color-alert-warning.vc_message_box-outline, .vc_color-alert-warning.vc_message_box-solid-icon {
    color: #8a6d3b;
    border-color: #f9cf79;
    background-color: transparent
}

    .vc_color-alert-warning.vc_message_box-outline .vc_message_box-icon, .vc_color-alert-warning.vc_message_box-solid-icon .vc_message_box-icon {
        color: #f9cf79
    }

    .vc_color-alert-warning.vc_message_box-solid-icon .vc_message_box-icon {
        color: #fff;
        background-color: #f9cf79
    }

.vc_color-alert-warning.vc_message_box-3d {
    box-shadow: 0 5px 0 #f5d89e
}

.vc_color-alert-danger.vc_message_box {
    color: #a94442;
    border-color: #ebccd1;
    background-color: #f2dede
}

    .vc_color-alert-danger.vc_message_box .vc_message_box-icon {
        color: #ef8495
    }

.vc_color-alert-danger.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #ef8495
}

    .vc_color-alert-danger.vc_message_box-solid .vc_message_box-icon {
        color: #fff
    }

.vc_color-alert-danger.vc_message_box-outline, .vc_color-alert-danger.vc_message_box-solid-icon {
    color: #a94442;
    border-color: #ef8495;
    background-color: transparent
}

    .vc_color-alert-danger.vc_message_box-outline .vc_message_box-icon, .vc_color-alert-danger.vc_message_box-solid-icon .vc_message_box-icon {
        color: #ef8495
    }

    .vc_color-alert-danger.vc_message_box-solid-icon .vc_message_box-icon {
        color: #fff;
        background-color: #ef8495
    }

.vc_color-alert-danger.vc_message_box-3d {
    box-shadow: 0 5px 0 #dca7b0
}

.vc_color-black.vc_message_box .vc_message_box-icon {
    color: #fff
}

.vc_color-black.vc_message_box-outline, .vc_color-black.vc_message_box-outline .vc_message_box-icon {
    color: #2a2a2a
}

.vc_color-black.vc_message_box-solid-icon {
    color: #2a2a2a
}

.vc_color-grey.vc_message_box .vc_message_box-icon {
    color: #858585
}

.vc_color-white.vc_message_box .vc_message_box-icon {
    color: #b3b3b3
}

.vc_color-white.vc_message_box-outline, .vc_color-white.vc_message_box-outline .vc_message_box-icon {
    color: #fff
}

.vc_color-white.vc_message_box-solid-icon {
    color: #fff
}

.vc_message_box-outline, .vc_message_box-solid-icon {
    border-width: 2px
}

    .vc_message_box-solid-icon .vc_message_box-icon {
        width: 3.25em
    }

.vc_message_box-rounded {
    border-radius: 5px
}

.vc_message_box-round {
    border-radius: 4em
}

#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
    margin-bottom: 0
}

.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.73913043px
}

.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_parallax-inner iframe {
    max-width: 1000%
}

.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_video-bg iframe {
        max-width: 1000%
    }

.vc_row.vc_row-no-padding .vc_column-inner {
    padding-left: 0;
    padding-right: 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_row-no-padding .vc_inner {
    margin-left: 0;
    margin-right: 0
}

.vc_row.vc_row-o-full-height {
    min-height: 100vh
}

.vc_row.vc_row-flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .vc_row.vc_row-flex > .vc_column_container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

        .vc_row.vc_row-flex > .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;
            z-index: 1
        }

@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::after, .vc_row.vc_row-flex::before {
    display: none
}

.vc_row.vc_row-o-columns-stretch {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.vc_row.vc_row-o-columns-top {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.vc_row.vc_row-o-columns-bottom {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end
}

.vc_row.vc_row-o-columns-middle {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

    .vc_row.vc_row-o-columns-bottom::after, .vc_row.vc_row-o-columns-middle::after, .vc_row.vc_row-o-columns-top::after {
        content: '';
        width: 100%;
        height: 0;
        overflow: hidden;
        visibility: hidden;
        display: block
    }

.vc_row.vc_row-o-equal-height > .vc_column_container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.vc_row.vc_row-o-content-top > .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_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 > .vc_column_container > .vc_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-bottom:not(.vc_row-o-equal-height) > .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 > .vc_column_container > .vc_column-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_column_container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.vc_column-inner::after, .vc_column-inner::before {
    content: " ";
    display: table
}

.vc_column-inner::after {
    clear: both
}

.vc_ie-flexbox-fixer {
    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_ie-flexbox-fixer > .vc_row {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

.vc_row.vc_column-gap-1 {
    margin-left: -15.5px;
    margin-right: -15.5px
}

    .vc_row.vc_column-gap-1 > .vc_column_container {
        padding: .5px
    }

.vc_row.vc_column-gap-2 {
    margin-left: -16px;
    margin-right: -16px
}

    .vc_row.vc_column-gap-2 > .vc_column_container {
        padding: 1px
    }

.vc_row.vc_column-gap-3 {
    margin-left: -16.5px;
    margin-right: -16.5px
}

    .vc_row.vc_column-gap-3 > .vc_column_container {
        padding: 1.5px
    }

.vc_row.vc_column-gap-4 {
    margin-left: -17px;
    margin-right: -17px
}

    .vc_row.vc_column-gap-4 > .vc_column_container {
        padding: 2px
    }

.vc_row.vc_column-gap-5 {
    margin-left: -17.5px;
    margin-right: -17.5px
}

    .vc_row.vc_column-gap-5 > .vc_column_container {
        padding: 2.5px
    }

.vc_row.vc_column-gap-10 {
    margin-left: -20px;
    margin-right: -20px
}

    .vc_row.vc_column-gap-10 > .vc_column_container {
        padding: 5px
    }

.vc_row.vc_column-gap-15 {
    margin-left: -22.5px;
    margin-right: -22.5px
}

    .vc_row.vc_column-gap-15 > .vc_column_container {
        padding: 7.5px
    }

.vc_row.vc_column-gap-20 {
    margin-left: -25px;
    margin-right: -25px
}

    .vc_row.vc_column-gap-20 > .vc_column_container {
        padding: 10px
    }

.vc_row.vc_column-gap-25 {
    margin-left: -27.5px;
    margin-right: -27.5px
}

    .vc_row.vc_column-gap-25 > .vc_column_container {
        padding: 12.5px
    }

.vc_row.vc_column-gap-30 {
    margin-left: -30px;
    margin-right: -30px
}

    .vc_row.vc_column-gap-30 > .vc_column_container {
        padding: 15px
    }

.vc_row.vc_column-gap-35 {
    margin-left: -32.5px;
    margin-right: -32.5px
}

    .vc_row.vc_column-gap-35 > .vc_column_container {
        padding: 17.5px
    }

.vc_column_container {
    padding-left: 0;
    padding-right: 0
}

    .vc_column_container > .vc_column-inner {
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%
    }

.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner {
    padding-top: 35px
}

.vc_section {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px
}

    .vc_section[data-vc-full-width] {
        -webkit-transition: opacity .5s ease;
        -o-transition: opacity .5s ease;
        transition: opacity .5s ease;
        overflow: hidden
    }

        .vc_section[data-vc-full-width].vc_hidden {
            opacity: 0
        }

        .vc_section[data-vc-full-width] > .vc_row {
            margin-left: 0;
            margin-right: 0
        }

    .vc_section[data-vc-stretch-content] {
        padding-left: 0;
        padding-right: 0
    }

    .vc_section.vc_row-o-full-height {
        min-height: 100vh
    }

    .vc_section.vc_section-flex {
        box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }

        .vc_section.vc_section-flex .vc_vc_row {
            width: 100%
        }

        .vc_section.vc_section-flex::after, .vc_section.vc_section-flex::before {
            display: none
        }

    .vc_section.vc_section-o-content-top {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .vc_section.vc_section-o-content-bottom {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .vc_section.vc_section-o-content-middle {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .vc_section.vc_section-o-content-bottom::after, .vc_section.vc_section-o-content-middle::after, .vc_section.vc_section-o-content-top::after {
            content: '';
            width: 100%;
            height: 0;
            overflow: hidden;
            visibility: hidden;
            display: block
        }

    .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .vc_section.vc_section-has-fill + .vc_section {
        padding-top: 35px
    }

.vc_row.vc_column-gap-1 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-1 > .vc_vc_column_inner > .vc_column_container {
    padding-left: .5px;
    padding-right: .5px
}

.vc_row.vc_column-gap-2 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-2 > .vc_vc_column_inner > .vc_column_container {
    padding-left: 1px;
    padding-right: 1px
}

.vc_row.vc_column-gap-3 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-3 > .vc_vc_column_inner > .vc_column_container {
    padding-left: 1.5px;
    padding-right: 1.5px
}

.vc_row.vc_column-gap-4 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-4 > .vc_vc_column_inner > .vc_column_container {
    padding-left: 2px;
    padding-right: 2px
}

.vc_row.vc_column-gap-5 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-5 > .vc_vc_column_inner > .vc_column_container {
    padding-left: 2.5px;
    padding-right: 2.5px
}

.vc_row.vc_column-gap-10 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-10 > .vc_vc_column_inner > .vc_column_container {
    padding-left: 5px;
    padding-right: 5px
}

.vc_row.vc_column-gap-15 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-15 > .vc_vc_column_inner > .vc_column_container {
    padding-left: 7.5px;
    padding-right: 7.5px
}

.vc_row.vc_column-gap-20 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-20 > .vc_vc_column_inner > .vc_column_container {
    padding-left: 10px;
    padding-right: 10px
}

.vc_row.vc_column-gap-25 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-25 > .vc_vc_column_inner > .vc_column_container {
    padding-left: 12.5px;
    padding-right: 12.5px
}

.vc_row.vc_column-gap-30 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-30 > .vc_vc_column_inner > .vc_column_container {
    padding-left: 15px;
    padding-right: 15px
}

.vc_row.vc_column-gap-35 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-35 > .vc_vc_column_inner > .vc_column_container {
    padding-left: 17.5px;
    padding-right: 17.5px
}

.vc_vc_column, .vc_vc_column_inner {
    padding-left: 0;
    padding-right: 0
}

.vc_row.vc_row-flex > .vc_vc_column, .vc_row.vc_row-flex > .vc_vc_column_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .vc_row.vc_row-flex > .vc_vc_column > .vc_column_container, .vc_row.vc_row-flex > .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 > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row.vc_row-flex > .vc_vc_column_inner > .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 > .vc_column_container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.vc_row.vc_row-o-content-top > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-top > .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 > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-bottom > .vc_vc_column_inner > .vc_column_container > .vc_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-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 > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-middle > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.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
}

.vc_empty-element > .vc_column-inner {
    min-height: 100px
}

.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
    padding-top: 35px
}

.fb_type_standard {
    height: 25px
}

    .fb_type_standard iframe {
        height: 25px
    }

.fb_type_button_count {
    height: 20px
}

    .fb_type_button_count iframe {
        height: 20px
    }

.fb_type_box_count {
    height: 62px
}

    .fb_type_box_count iframe {
        height: 62px
    }

.wpb_googleplus_type_standard {
    height: 25px
}

.wpb_googleplus_type_small {
    height: 19px
}

.wpb_googleplus_type_medium {
    height: 21px
}

.wpb_googleplus_type_tall {
    height: 21px
}

    .wpb_googleplus_type_tall.vc_googleplus-annotation-bubble {
        height: 62px
    }

.wpb_pinterest a {
    border-bottom: 0
}

.wpb_pinterest_type_horizontal {
    height: 21px
}

.wpb_pinterest_type_vertical {
    box-sizing: content-box;
    padding-top: 29px;
    height: 21px
}

.wpb_pinterest_type_none {
    height: 21px
}

iframe.twitter-share-button {
    margin: 0
}

.vc_toggle {
    display: block;
    margin: 0 0 21.73913043px 0;
    padding: 0;
    font-size: 1em
}

    .vc_toggle:last-of-type {
        margin-bottom: 35px
    }

.vc_toggle_title {
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400
}

    .vc_toggle_title > h4 {
        display: inline
    }

.vc_toggle_icon {
    display: none;
    position: relative;
    vertical-align: middle
}

.vc_toggle_content {
    display: none;
    margin-bottom: 21.73913043px;
    margin-top: 1em;
    overflow: hidden;
    padding: 0
}

.vc_toggle.vc_toggle_active > .vc_toggle_content {
    display: block
}

.vc_toggle_simple .vc_toggle_icon {
    border: 0 solid transparent;
    border-radius: 0;
    display: inline-block
}

    .vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_simple .vc_toggle_icon::before {
        content: '';
        display: block;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

.vc_toggle_simple.vc_toggle_active .vc_toggle_icon::after {
    visibility: hidden
}

.vc_toggle_simple .vc_toggle_icon {
    height: 22px;
    width: 22px
}

    .vc_toggle_simple .vc_toggle_icon::before {
        height: 2px;
        width: 10px
    }

    .vc_toggle_simple .vc_toggle_icon::after {
        height: 10px;
        width: 2px
    }

.vc_toggle_simple .vc_toggle_icon {
    background-color: #2a2a2a;
    border-color: transparent
}

    .vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_simple .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #2a2a2a
}

    .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: #2a2a2a
    }

.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #444
}

    .vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #444
}

    .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #444
    }

.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_simple .vc_toggle_icon::before {
        background-color: #2a2a2a
    }

.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

    .vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #444
    }

.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_simple .vc_toggle_icon {
    margin-left: 2px
}

.vc_toggle_round .vc_toggle_icon {
    border: 2px solid transparent;
    border-radius: 50%;
    display: inline-block
}

    .vc_toggle_round .vc_toggle_icon::after, .vc_toggle_round .vc_toggle_icon::before {
        content: '';
        display: block;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

.vc_toggle_round.vc_toggle_active .vc_toggle_icon::after {
    visibility: hidden
}

.vc_toggle_round .vc_toggle_icon {
    height: 22px;
    width: 22px
}

    .vc_toggle_round .vc_toggle_icon::before {
        height: 2px;
        width: 10px
    }

    .vc_toggle_round .vc_toggle_icon::after {
        height: 10px;
        width: 2px
    }

.vc_toggle_round .vc_toggle_icon {
    background-color: #2a2a2a;
    border-color: transparent
}

    .vc_toggle_round .vc_toggle_icon::after, .vc_toggle_round .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #2a2a2a
}

    .vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: #2a2a2a
    }

.vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #444
}

    .vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #444
}

    .vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #444
    }

.vc_toggle_rounded .vc_toggle_icon {
    border: 2px solid transparent;
    border-radius: 20%;
    display: inline-block
}

    .vc_toggle_rounded .vc_toggle_icon::after, .vc_toggle_rounded .vc_toggle_icon::before {
        content: '';
        display: block;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

.vc_toggle_rounded.vc_toggle_active .vc_toggle_icon::after {
    visibility: hidden
}

.vc_toggle_rounded .vc_toggle_icon {
    height: 22px;
    width: 22px
}

    .vc_toggle_rounded .vc_toggle_icon::before {
        height: 2px;
        width: 10px
    }

    .vc_toggle_rounded .vc_toggle_icon::after {
        height: 10px;
        width: 2px
    }

.vc_toggle_rounded .vc_toggle_icon {
    background-color: #2a2a2a;
    border-color: transparent
}

    .vc_toggle_rounded .vc_toggle_icon::after, .vc_toggle_rounded .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #2a2a2a
}

    .vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: #2a2a2a
    }

.vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #444
}

    .vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #444
}

    .vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #444
    }

.vc_toggle_square .vc_toggle_icon {
    border: 2px solid transparent;
    border-radius: 0;
    display: inline-block
}

    .vc_toggle_square .vc_toggle_icon::after, .vc_toggle_square .vc_toggle_icon::before {
        content: '';
        display: block;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

.vc_toggle_square.vc_toggle_active .vc_toggle_icon::after {
    visibility: hidden
}

.vc_toggle_square .vc_toggle_icon {
    height: 22px;
    width: 22px
}

    .vc_toggle_square .vc_toggle_icon::before {
        height: 2px;
        width: 10px
    }

    .vc_toggle_square .vc_toggle_icon::after {
        height: 10px;
        width: 2px
    }

.vc_toggle_square .vc_toggle_icon {
    background-color: #2a2a2a;
    border-color: transparent
}

    .vc_toggle_square .vc_toggle_icon::after, .vc_toggle_square .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #2a2a2a
}

    .vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: #2a2a2a
    }

.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #444
}

    .vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #444
}

    .vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #444
    }

.vc_toggle_text_only .vc_toggle_icon {
    display: none
}

.vc_toggle_arrow .vc_toggle_icon {
    display: inline-block
}

    .vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_arrow .vc_toggle_icon::before {
        content: '';
        border-style: solid;
        display: block;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .vc_toggle_arrow .vc_toggle_icon::before {
        border-left: none;
        border-top: none
    }

    .vc_toggle_arrow .vc_toggle_icon::after {
        border-right: none;
        border-bottom: none;
        visibility: hidden
    }

.vc_toggle_arrow.vc_toggle_active .vc_toggle_icon::before {
    visibility: hidden
}

.vc_toggle_arrow.vc_toggle_active .vc_toggle_icon::after {
    visibility: visible
}

.vc_toggle.vc_toggle_arrow .vc_toggle_icon {
    height: 22px;
    width: 22px
}

    .vc_toggle.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle.vc_toggle_arrow .vc_toggle_icon::before {
        border-width: 2px;
        height: 10px;
        margin-left: -5px;
        width: 10px
    }

    .vc_toggle.vc_toggle_arrow .vc_toggle_icon::before {
        margin-top: -10px
    }

    .vc_toggle.vc_toggle_arrow .vc_toggle_icon::after {
        margin-top: -5px
    }

.vc_toggle.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle.vc_toggle_arrow .vc_toggle_icon::before {
        border-color: #2a2a2a;
        background: 0 0
    }

.vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #444;
        background: 0 0
    }

.vc_toggle_default .vc_toggle_icon {
    background: #bababa;
    border: 1px solid #acacac;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

    .vc_toggle_default .vc_toggle_icon::after, .vc_toggle_default .vc_toggle_icon::before {
        content: '';
        display: block;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        background: #bababa
    }

    .vc_toggle_default .vc_toggle_icon::before {
        border: 1px solid #acacac
    }

.vc_toggle_default.vc_toggle_active .vc_toggle_icon::after, .vc_toggle_default.vc_toggle_active .vc_toggle_icon::before {
    visibility: hidden
}

.vc_toggle.vc_toggle_default .vc_toggle_icon {
    display: inline-block;
    width: 10px;
    margin-left: 5px;
    height: 4px
}

    .vc_toggle.vc_toggle_default .vc_toggle_icon::before {
        height: 10px;
        width: 4px
    }

    .vc_toggle.vc_toggle_default .vc_toggle_icon::after {
        width: 8px;
        height: 2px
    }

.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon::before {
        background-color: #5472d2
    }

.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

    .vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #7c93dd
    }

.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_blue .vc_toggle_icon {
    background-color: #5472d2;
    border-color: transparent
}

    .vc_toggle_color_blue .vc_toggle_icon::after, .vc_toggle_color_blue .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #5472d2
}

    .vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: #5472d2
    }

.vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #7c93dd
}

    .vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #7c93dd
}

    .vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #7c93dd
    }

.vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon {
    background: #5472d2;
    border-color: #3354c0
}

    .vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon::before {
        border-color: #3354c0;
        background: #5472d2
    }

    .vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon::after {
        background: #5472d2
    }

.vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #7c93dd;
    border-color: #5472d2
}

    .vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #5472d2;
        background: #7c93dd
    }

    .vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
        background: #7c93dd
    }

.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon::before {
        border-color: #5472d2;
        background: 0 0
    }

.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #7c93dd;
        background: 0 0
    }

.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon::before {
        background-color: #00c1cf
    }

.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

    .vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #00919c
    }

.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_turquoise .vc_toggle_icon {
    background-color: #00c1cf;
    border-color: transparent
}

    .vc_toggle_color_turquoise .vc_toggle_icon::after, .vc_toggle_color_turquoise .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #00c1cf
}

    .vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: #00c1cf
    }

.vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #00919c
}

    .vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #00919c
}

    .vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #00919c
    }

.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon {
    background: #00c1cf;
    border-color: #00919c
}

    .vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon::before {
        border-color: #00919c;
        background: #00c1cf
    }

    .vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon::after {
        background: #00c1cf
    }

.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #00919c;
    border-color: #006269
}

    .vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #006269;
        background: #00919c
    }

    .vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
        background: #00919c
    }

.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon::before {
        border-color: #00c1cf;
        background: 0 0
    }

.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #00919c;
        background: 0 0
    }

.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon::before {
        background-color: #fe6c61
    }

.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

    .vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #fe9b94
    }

.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_pink .vc_toggle_icon {
    background-color: #fe6c61;
    border-color: transparent
}

    .vc_toggle_color_pink .vc_toggle_icon::after, .vc_toggle_color_pink .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #fe6c61
}

    .vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: #fe6c61
    }

.vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #fe9b94
}

    .vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #fe9b94
}

    .vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #fe9b94
    }

.vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon {
    background: #fe6c61;
    border-color: #fe3d2e
}

    .vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon::before {
        border-color: #fe3d2e;
        background: #fe6c61
    }

    .vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon::after {
        background: #fe6c61
    }

.vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #fe9b94;
    border-color: #fe6c61
}

    .vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #fe6c61;
        background: #fe9b94
    }

    .vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
        background: #fe9b94
    }

.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon::before {
        border-color: #fe6c61;
        background: 0 0
    }

.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #fe9b94;
        background: 0 0
    }

.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon::before {
        background-color: #8d6dc4
    }

.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

    .vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #a991d3
    }

.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_violet .vc_toggle_icon {
    background-color: #8d6dc4;
    border-color: transparent
}

    .vc_toggle_color_violet .vc_toggle_icon::after, .vc_toggle_color_violet .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #8d6dc4
}

    .vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: #8d6dc4
    }

.vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #a991d3
}

    .vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #a991d3
}

    .vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #a991d3
    }

.vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon {
    background: #8d6dc4;
    border-color: #7149b5
}

    .vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon::before {
        border-color: #7149b5;
        background: #8d6dc4
    }

    .vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon::after {
        background: #8d6dc4
    }

.vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #a991d3;
    border-color: #8d6dc4
}

    .vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #8d6dc4;
        background: #a991d3
    }

    .vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
        background: #a991d3
    }

.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon::before {
        border-color: #8d6dc4;
        background: 0 0
    }

.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #a991d3;
        background: 0 0
    }

.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon::before {
        background-color: #4cadc9
    }

.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

    .vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #73bfd5
    }

.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_peacoc .vc_toggle_icon {
    background-color: #4cadc9;
    border-color: transparent
}

    .vc_toggle_color_peacoc .vc_toggle_icon::after, .vc_toggle_color_peacoc .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #4cadc9
}

    .vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: #4cadc9
    }

.vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #73bfd5
}

    .vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #73bfd5
}

    .vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #73bfd5
    }

.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon {
    background: #4cadc9;
    border-color: #3492ae
}

    .vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon::before {
        border-color: #3492ae;
        background: #4cadc9
    }

    .vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon::after {
        background: #4cadc9
    }

.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #73bfd5;
    border-color: #4cadc9
}

    .vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #4cadc9;
        background: #73bfd5
    }

    .vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
        background: #73bfd5
    }

.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon::before {
        border-color: #4cadc9;
        background: 0 0
    }

.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #73bfd5;
        background: 0 0
    }

.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon::before {
        background-color: #cec2ab
    }

.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

    .vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #e1d9cb
    }

.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_chino .vc_toggle_icon {
    background-color: #cec2ab;
    border-color: transparent
}

    .vc_toggle_color_chino .vc_toggle_icon::after, .vc_toggle_color_chino .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #cec2ab
}

    .vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: #cec2ab
    }

.vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #e1d9cb
}

    .vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #e1d9cb
}

    .vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #e1d9cb
    }

.vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon {
    background: #cec2ab;
    border-color: #bbab8b
}

    .vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon::before {
        border-color: #bbab8b;
        background: #cec2ab
    }

    .vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon::after {
        background: #cec2ab
    }

.vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #e1d9cb;
    border-color: #cec2ab
}

    .vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #cec2ab;
        background: #e1d9cb
    }

    .vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
        background: #e1d9cb
    }

.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon::before {
        border-color: #cec2ab;
        background: 0 0
    }

.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #e1d9cb;
        background: 0 0
    }

.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon::before {
        background-color: #50485b
    }

.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

    .vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #695f77
    }

.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_mulled_wine .vc_toggle_icon {
    background-color: #50485b;
    border-color: transparent
}

    .vc_toggle_color_mulled_wine .vc_toggle_icon::after, .vc_toggle_color_mulled_wine .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #50485b
}

    .vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: #50485b
    }

.vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #695f77
}

    .vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #695f77
}

    .vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #695f77
    }

.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon {
    background: #50485b;
    border-color: #37313f
}

    .vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon::before {
        border-color: #37313f;
        background: #50485b
    }

    .vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon::after {
        background: #50485b
    }

.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #695f77;
    border-color: #50485b
}

    .vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #50485b;
        background: #695f77
    }

    .vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
        background: #695f77
    }

.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon::before {
        border-color: #50485b;
        background: 0 0
    }

.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #695f77;
        background: 0 0
    }

.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon::before {
        background-color: #75d69c
    }

.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

    .vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #9ce2b8
    }

.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_vista_blue .vc_toggle_icon {
    background-color: #75d69c;
    border-color: transparent
}

    .vc_toggle_color_vista_blue .vc_toggle_icon::after, .vc_toggle_color_vista_blue .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #75d69c
}

    .vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: #75d69c
    }

.vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #9ce2b8
}

    .vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #9ce2b8
}

    .vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #9ce2b8
    }

.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon {
    background: #75d69c;
    border-color: #4eca80
}

    .vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon::before {
        border-color: #4eca80;
        background: #75d69c
    }

    .vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon::after {
        background: #75d69c
    }

.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #9ce2b8;
    border-color: #75d69c
}

    .vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #75d69c;
        background: #9ce2b8
    }

    .vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
        background: #9ce2b8
    }

.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon::before {
        border-color: #75d69c;
        background: 0 0
    }

.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #9ce2b8;
        background: 0 0
    }

.vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon::before {
        background-color: #2a2a2a
    }

.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

    .vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #444
    }

.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_black .vc_toggle_icon {
    background-color: #2a2a2a;
    border-color: transparent
}

    .vc_toggle_color_black .vc_toggle_icon::after, .vc_toggle_color_black .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #2a2a2a
}

    .vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: #2a2a2a
    }

.vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #444
}

    .vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #444
}

    .vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #444
    }

.vc_toggle_color_black.vc_toggle_default .vc_toggle_icon {
    background: #2a2a2a;
    border-color: #101010
}

    .vc_toggle_color_black.vc_toggle_default .vc_toggle_icon::before {
        border-color: #101010;
        background: #2a2a2a
    }

    .vc_toggle_color_black.vc_toggle_default .vc_toggle_icon::after {
        background: #2a2a2a
    }

.vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #444;
    border-color: #2a2a2a
}

    .vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #2a2a2a;
        background: #444
    }

    .vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
        background: #444
    }

.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon::before {
        border-color: #2a2a2a;
        background: 0 0
    }

.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #444;
        background: 0 0
    }

.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon::before {
        background-color: #ebebeb
    }

.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

    .vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #d2d2d2
    }

.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_grey .vc_toggle_icon {
    background-color: #ebebeb;
    border-color: transparent
}

    .vc_toggle_color_grey .vc_toggle_icon::after, .vc_toggle_color_grey .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #ebebeb
}

    .vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: #ebebeb
    }

.vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #d2d2d2
}

    .vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #d2d2d2
}

    .vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #d2d2d2
    }

.vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon {
    background: #ebebeb;
    border-color: #d2d2d2
}

    .vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon::before {
        border-color: #d2d2d2;
        background: #ebebeb
    }

    .vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon::after {
        background: #ebebeb
    }

.vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #d2d2d2;
    border-color: #b8b8b8
}

    .vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #b8b8b8;
        background: #d2d2d2
    }

    .vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
        background: #d2d2d2
    }

.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon::before {
        border-color: #ebebeb;
        background: 0 0
    }

.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #d2d2d2;
        background: 0 0
    }

.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon::before {
        background-color: #f7be68
    }

.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

    .vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #fad398
    }

.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_orange .vc_toggle_icon {
    background-color: #f7be68;
    border-color: transparent
}

    .vc_toggle_color_orange .vc_toggle_icon::after, .vc_toggle_color_orange .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #f7be68
}

    .vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: #f7be68
    }

.vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #fad398
}

    .vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #fad398
}

    .vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #fad398
    }

.vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon {
    background: #f7be68;
    border-color: #f4a938
}

    .vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon::before {
        border-color: #f4a938;
        background: #f7be68
    }

    .vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon::after {
        background: #f7be68
    }

.vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #fad398;
    border-color: #f7be68
}

    .vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #f7be68;
        background: #fad398
    }

    .vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
        background: #fad398
    }

.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon::before {
        border-color: #f7be68;
        background: 0 0
    }

.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #fad398;
        background: 0 0
    }

.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon::before {
        background-color: #5aa1e3
    }

.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

    .vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #86baea
    }

.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_sky .vc_toggle_icon {
    background-color: #5aa1e3;
    border-color: transparent
}

    .vc_toggle_color_sky .vc_toggle_icon::after, .vc_toggle_color_sky .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #5aa1e3
}

    .vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: #5aa1e3
    }

.vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #86baea
}

    .vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #86baea
}

    .vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #86baea
    }

.vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon {
    background: #5aa1e3;
    border-color: #2e88dc
}

    .vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon::before {
        border-color: #2e88dc;
        background: #5aa1e3
    }

    .vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon::after {
        background: #5aa1e3
    }

.vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #86baea;
    border-color: #5aa1e3
}

    .vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #5aa1e3;
        background: #86baea
    }

    .vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
        background: #86baea
    }

.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon::before {
        border-color: #5aa1e3;
        background: 0 0
    }

.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #86baea;
        background: 0 0
    }

.vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon::before {
        background-color: #6dab3c
    }

.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

    .vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #87c456
    }

.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_green .vc_toggle_icon {
    background-color: #6dab3c;
    border-color: transparent
}

    .vc_toggle_color_green .vc_toggle_icon::after, .vc_toggle_color_green .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #6dab3c
}

    .vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: #6dab3c
    }

.vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #87c456
}

    .vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #87c456
}

    .vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #87c456
    }

.vc_toggle_color_green.vc_toggle_default .vc_toggle_icon {
    background: #6dab3c;
    border-color: #55852f
}

    .vc_toggle_color_green.vc_toggle_default .vc_toggle_icon::before {
        border-color: #55852f;
        background: #6dab3c
    }

    .vc_toggle_color_green.vc_toggle_default .vc_toggle_icon::after {
        background: #6dab3c
    }

.vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #87c456;
    border-color: #6dab3c
}

    .vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #6dab3c;
        background: #87c456
    }

    .vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
        background: #87c456
    }

.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon::before {
        border-color: #6dab3c;
        background: 0 0
    }

.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #87c456;
        background: 0 0
    }

.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon::before {
        background-color: #f4524d
    }

.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

    .vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #f7817d
    }

.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_juicy_pink .vc_toggle_icon {
    background-color: #f4524d;
    border-color: transparent
}

    .vc_toggle_color_juicy_pink .vc_toggle_icon::after, .vc_toggle_color_juicy_pink .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #f4524d
}

    .vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: #f4524d
    }

.vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #f7817d
}

    .vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #f7817d
}

    .vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #f7817d
    }

.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon {
    background: #f4524d;
    border-color: #f1231d
}

    .vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon::before {
        border-color: #f1231d;
        background: #f4524d
    }

    .vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon::after {
        background: #f4524d
    }

.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #f7817d;
    border-color: #f4524d
}

    .vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #f4524d;
        background: #f7817d
    }

    .vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
        background: #f7817d
    }

.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon::before {
        border-color: #f4524d;
        background: 0 0
    }

.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #f7817d;
        background: 0 0
    }

.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon::before {
        background-color: #f79468
    }

.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

    .vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #fab698
    }

.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_sandy_brown .vc_toggle_icon {
    background-color: #f79468;
    border-color: transparent
}

    .vc_toggle_color_sandy_brown .vc_toggle_icon::after, .vc_toggle_color_sandy_brown .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #f79468
}

    .vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: #f79468
    }

.vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #fab698
}

    .vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #fab698
}

    .vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #fab698
    }

.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon {
    background: #f79468;
    border-color: #f47238
}

    .vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon::before {
        border-color: #f47238;
        background: #f79468
    }

    .vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon::after {
        background: #f79468
    }

.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #fab698;
    border-color: #f79468
}

    .vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #f79468;
        background: #fab698
    }

    .vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
        background: #fab698
    }

.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon::before {
        border-color: #f79468;
        background: 0 0
    }

.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #fab698;
        background: 0 0
    }

.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon::before {
        background-color: #b97ebb
    }

.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

    .vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #cb9fcd
    }

.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_purple .vc_toggle_icon {
    background-color: #b97ebb;
    border-color: transparent
}

    .vc_toggle_color_purple .vc_toggle_icon::after, .vc_toggle_color_purple .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #b97ebb
}

    .vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: #b97ebb
    }

.vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #cb9fcd
}

    .vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #cb9fcd
}

    .vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #cb9fcd
    }

.vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon {
    background: #b97ebb;
    border-color: #a75da9
}

    .vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon::before {
        border-color: #a75da9;
        background: #b97ebb
    }

    .vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon::after {
        background: #b97ebb
    }

.vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #cb9fcd;
    border-color: #b97ebb
}

    .vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #b97ebb;
        background: #cb9fcd
    }

    .vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
        background: #cb9fcd
    }

.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon::before {
        border-color: #b97ebb;
        background: 0 0
    }

.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #cb9fcd;
        background: 0 0
    }

.vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

    .vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #e6e6e6
    }

.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

    .vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: transparent
    }

.vc_toggle_color_white .vc_toggle_icon {
    background-color: #fff;
    border-color: transparent
}

    .vc_toggle_color_white .vc_toggle_icon::after, .vc_toggle_color_white .vc_toggle_icon::before {
        background-color: #2a2a2a
    }

.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #fff
}

    .vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon::before {
        background-color: #fff
    }

.vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #e6e6e6
}

    .vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #2a2a2a
    }

.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #e6e6e6
}

    .vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
        background-color: #e6e6e6
    }

.vc_toggle_color_white.vc_toggle_default .vc_toggle_icon {
    background: #fff;
    border-color: #e6e6e6
}

    .vc_toggle_color_white.vc_toggle_default .vc_toggle_icon::before {
        border-color: #e6e6e6;
        background: #fff
    }

    .vc_toggle_color_white.vc_toggle_default .vc_toggle_icon::after {
        background: #fff
    }

.vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #e6e6e6;
    border-color: #ccc
}

    .vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #ccc;
        background: #e6e6e6
    }

    .vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
        background: #e6e6e6
    }

.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon::before {
        border-color: #fff;
        background: 0 0
    }

.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

    .vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
        border-color: #e6e6e6;
        background: 0 0
    }

.vc_toggle_size_sm .vc_toggle_icon {
    height: 16px;
    width: 16px
}

    .vc_toggle_size_sm .vc_toggle_icon::before {
        height: 2px;
        width: 8px
    }

    .vc_toggle_size_sm .vc_toggle_icon::after {
        height: 8px;
        width: 2px
    }

.vc_toggle_size_sm.vc_toggle_default .vc_toggle_icon {
    display: inline-block;
    width: 8px;
    margin-left: 4px;
    height: 2px
}

    .vc_toggle_size_sm.vc_toggle_default .vc_toggle_icon::before {
        height: 8px;
        width: 2px
    }

    .vc_toggle_size_sm.vc_toggle_default .vc_toggle_icon::after {
        width: 6px;
        height: 0
    }

.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon {
    height: 16px;
    width: 16px
}

    .vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::before {
        border-width: 2px;
        height: 8px;
        margin-left: -4px;
        width: 8px
    }

    .vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::before {
        margin-top: -8px
    }

    .vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::after {
        margin-top: -4px
    }

.vc_toggle_size_sm.vc_toggle_default .vc_toggle_content, .vc_toggle_size_sm.vc_toggle_default .vc_toggle_title, .vc_toggle_size_sm.vc_toggle_round .vc_toggle_content, .vc_toggle_size_sm.vc_toggle_round .vc_toggle_title, .vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_content, .vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_title, .vc_toggle_size_sm.vc_toggle_simple .vc_toggle_content, .vc_toggle_size_sm.vc_toggle_simple .vc_toggle_title, .vc_toggle_size_sm.vc_toggle_square .vc_toggle_content, .vc_toggle_size_sm.vc_toggle_square .vc_toggle_title {
    padding-left: 24px
}

    .vc_toggle_size_sm.vc_toggle_default .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_sm.vc_toggle_default .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_sm.vc_toggle_round .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_sm.vc_toggle_round .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_sm.vc_toggle_simple .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_sm.vc_toggle_simple .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_sm.vc_toggle_square .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_sm.vc_toggle_square .vc_toggle_title .vc_toggle_icon {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%)
    }

.vc_toggle_size_sm.vc_toggle_default .vc_toggle_content, .vc_toggle_size_sm.vc_toggle_default .vc_toggle_title {
    padding-left: 17.6px
}

.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon {
    margin-left: 8px
}

.vc_toggle_size_md .vc_toggle_icon {
    height: 22px;
    width: 22px
}

    .vc_toggle_size_md .vc_toggle_icon::before {
        height: 2px;
        width: 10px
    }

    .vc_toggle_size_md .vc_toggle_icon::after {
        height: 10px;
        width: 2px
    }

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
    display: inline-block;
    width: 10px;
    margin-left: 5px;
    height: 4px
}

    .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
        height: 10px;
        width: 4px
    }

    .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after {
        width: 8px;
        height: 2px
    }

.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
    height: 22px;
    width: 22px
}

    .vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::before {
        border-width: 2px;
        height: 10px;
        margin-left: -5px;
        width: 10px
    }

    .vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::before {
        margin-top: -10px
    }

    .vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::after {
        margin-top: -5px
    }

.vc_toggle_size_md.vc_toggle_default .vc_toggle_content, .vc_toggle_size_md.vc_toggle_default .vc_toggle_title, .vc_toggle_size_md.vc_toggle_round .vc_toggle_content, .vc_toggle_size_md.vc_toggle_round .vc_toggle_title, .vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content, .vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title, .vc_toggle_size_md.vc_toggle_simple .vc_toggle_content, .vc_toggle_size_md.vc_toggle_simple .vc_toggle_title, .vc_toggle_size_md.vc_toggle_square .vc_toggle_content, .vc_toggle_size_md.vc_toggle_square .vc_toggle_title {
    padding-left: 33px
}

    .vc_toggle_size_md.vc_toggle_default .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_round .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_round .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_simple .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_simple .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_square .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_square .vc_toggle_title .vc_toggle_icon {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%)
    }

.vc_toggle_size_md.vc_toggle_default .vc_toggle_content, .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
    padding-left: 24.2px
}

.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
    margin-left: 11px
}

.vc_toggle_size_lg .vc_toggle_icon {
    height: 28px;
    width: 28px
}

    .vc_toggle_size_lg .vc_toggle_icon::before {
        height: 2px;
        width: 14px
    }

    .vc_toggle_size_lg .vc_toggle_icon::after {
        height: 14px;
        width: 2px
    }

.vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon {
    display: inline-block;
    width: 14px;
    margin-left: 7px;
    height: 4px
}

    .vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon::before {
        height: 14px;
        width: 4px
    }

    .vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon::after {
        width: 12px;
        height: 2px
    }

.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon {
    height: 28px;
    width: 28px
}

    .vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::before {
        border-width: 2px;
        height: 14px;
        margin-left: -7px;
        width: 14px
    }

    .vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::before {
        margin-top: -14px
    }

    .vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::after {
        margin-top: -7px
    }

.vc_toggle_size_lg.vc_toggle_default .vc_toggle_content, .vc_toggle_size_lg.vc_toggle_default .vc_toggle_title, .vc_toggle_size_lg.vc_toggle_round .vc_toggle_content, .vc_toggle_size_lg.vc_toggle_round .vc_toggle_title, .vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_content, .vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_title, .vc_toggle_size_lg.vc_toggle_simple .vc_toggle_content, .vc_toggle_size_lg.vc_toggle_simple .vc_toggle_title, .vc_toggle_size_lg.vc_toggle_square .vc_toggle_content, .vc_toggle_size_lg.vc_toggle_square .vc_toggle_title {
    padding-left: 42px
}

    .vc_toggle_size_lg.vc_toggle_default .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_lg.vc_toggle_default .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_lg.vc_toggle_round .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_lg.vc_toggle_round .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_lg.vc_toggle_simple .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_lg.vc_toggle_simple .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_lg.vc_toggle_square .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_lg.vc_toggle_square .vc_toggle_title .vc_toggle_icon {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%)
    }

.vc_toggle_size_lg.vc_toggle_default .vc_toggle_content, .vc_toggle_size_lg.vc_toggle_default .vc_toggle_title {
    padding-left: 30.8px
}

.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon {
    margin-left: 14px
}

.vc_toggle_default .vc_toggle_content, .vc_toggle_default .vc_toggle_title, .vc_toggle_round .vc_toggle_content, .vc_toggle_round .vc_toggle_title, .vc_toggle_rounded .vc_toggle_content, .vc_toggle_rounded .vc_toggle_title, .vc_toggle_simple .vc_toggle_content, .vc_toggle_simple .vc_toggle_title, .vc_toggle_square .vc_toggle_content, .vc_toggle_square .vc_toggle_title {
    padding-left: 33px
}

    .vc_toggle_default .vc_toggle_content .vc_toggle_icon, .vc_toggle_default .vc_toggle_title .vc_toggle_icon, .vc_toggle_round .vc_toggle_content .vc_toggle_icon, .vc_toggle_round .vc_toggle_title .vc_toggle_icon, .vc_toggle_rounded .vc_toggle_content .vc_toggle_icon, .vc_toggle_rounded .vc_toggle_title .vc_toggle_icon, .vc_toggle_simple .vc_toggle_content .vc_toggle_icon, .vc_toggle_simple .vc_toggle_title .vc_toggle_icon, .vc_toggle_square .vc_toggle_content .vc_toggle_icon, .vc_toggle_square .vc_toggle_title .vc_toggle_icon {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%)
    }

.vc_toggle_default .vc_toggle_content, .vc_toggle_default .vc_toggle_title {
    padding-left: 24.2px
}

.vc_toggle_arrow .vc_toggle_icon {
    margin-left: 11px
}

.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 4px;
    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;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

    .wpb_button.active, .wpb_button.disabled, .wpb_button:active, .wpb_button:hover, .wpb_button[disabled] {
        background-color: #eaeaea
    }

.vc_vc_button2 .vc_btn {
    margin-top: 5px;
    margin-bottom: 5px
}

.vc_vc_button .vc_btn {
    margin-top: 5px;
    margin-bottom: 5px
}

.wpb_button:hover {
    color: #333;
    text-decoration: none;
    background-color: #e6e6e6;
    -webkit-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
    transition: background-color .1s linear
}

.wpb_button:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    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_button {
    border-color: #ccc;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.1)
}

.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 {
    text-decoration: none;
    border: none
}

    a.wpb_button_a:hover {
        text-decoration: none
    }

.wpb_button:hover {
    background-image: none
}

.vc_btn3-container {
    display: block;
    margin-bottom: 21.73913043px;
    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;
    text-decoration: 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-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px
}

    .vc_general.vc_btn3.vc_btn3-style-outline, .vc_general.vc_btn3.vc_btn3-style-outline-custom {
        padding-top: 13px;
        padding-bottom: 13px;
        padding-left: 19px;
        padding-right: 19px
    }

    .vc_general.vc_btn3.active, .vc_general.vc_btn3:active, .vc_general.vc_btn3:focus {
        outline: 0
    }

    .vc_general.vc_btn3:focus, .vc_general.vc_btn3:hover {
        border: 1px solid transparent;
        text-decoration: none;
        color: #4868cf
    }

    .vc_general.vc_btn3 .vc_btn3-icon {
        vertical-align: top;
        height: 14px;
        line-height: 1;
        font-size: 16px
    }

    .vc_general.vc_btn3 .vc_btn3-icon-inner {
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%)
    }

    .vc_general.vc_btn3 .vc_btn3-placeholder {
        display: inline-block;
        vertical-align: top;
        width: 0
    }

.vc_btn3.vc_btn3-icon-left, .vc_btn3.vc_btn3-icon-right {
    position: relative
}

    .vc_btn3.vc_btn3-icon-left .vc_btn3-icon, .vc_btn3.vc_btn3-icon-right .vc_btn3-icon {
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%)
    }

.vc_btn3.vc_btn3-icon-left {
    text-align: left
}

.vc_btn3.vc_btn3-icon-right {
    text-align: right
}

    .vc_btn3.vc_btn3-icon-right:not(.vc_btn3-block) .vc_btn3-icon-inner {
        -webkit-transform: translate(-75%,-50%);
        -ms-transform: translate(-75%,-50%);
        transform: translate(-75%,-50%)
    }

.vc_btn3.vc_btn3-o-empty .vc_btn3-icon {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.vc_btn3.vc_btn3-o-empty:not(.vc_btn3-block) .vc_btn3-icon-inner {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.vc_btn3.vc_btn3-style-classic {
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.1)
}

.vc_btn3.vc_btn3-style-modern {
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x
}

.vc_btn3.vc_btn3-style-outline, .vc_btn3.vc_btn3-style-outline-custom, .vc_btn3.vc_btn3-style-outline-custom:focus, .vc_btn3.vc_btn3-style-outline-custom:hover, .vc_btn3.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-style-outline:hover {
    border-width: 2px
}

.vc_btn3.vc_btn3-style-custom {
    background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
    background-image: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
    background-repeat: no-repeat;
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: 0 -100%
}

    .vc_btn3.vc_btn3-style-custom:focus, .vc_btn3.vc_btn3-style-custom:hover {
        background-position: 0 100%
    }

.vc_btn3.vc_btn3-block {
    display: block;
    width: 100%;
    text-align: inherit
}

.vc_btn3.vc_btn3-shape-square {
    border-radius: 0
}

.vc_btn3.vc_btn3-shape-rounded {
    border-radius: 5px
}

.vc_btn3.vc_btn3-shape-round {
    border-radius: 2em
}

.vc_btn3.vc_btn3-size-xs {
    font-size: 11px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px
}

    .vc_btn3.vc_btn3-size-xs.vc_btn3-style-outline, .vc_btn3.vc_btn3-size-xs.vc_btn3-style-outline-custom {
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 11px;
        padding-right: 11px
    }

    .vc_btn3.vc_btn3-size-xs .vc_btn3-icon {
        font-size: 14px;
        height: 11px;
        line-height: 11px
    }

    .vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
        padding-left: 31px
    }

        .vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
            left: 12px
        }

    .vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
        padding-right: 31px
    }

        .vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
            right: 12px
        }

.vc_btn3.vc_btn3-size-sm {
    font-size: 12px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 16px;
    padding-right: 16px
}

    .vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline, .vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline-custom {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px
    }

    .vc_btn3.vc_btn3-size-sm .vc_btn3-icon {
        font-size: 14px;
        height: 12px;
        line-height: 12px
    }

    .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
        padding-left: 39px
    }

        .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
            left: 16px
        }

    .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
        padding-right: 39px
    }

        .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
            right: 16px
        }

.vc_btn3.vc_btn3-size-md {
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px
}

    .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline, .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom {
        padding-top: 13px;
        padding-bottom: 13px;
        padding-left: 19px;
        padding-right: 19px
    }

    .vc_btn3.vc_btn3-size-md .vc_btn3-icon {
        font-size: 16px;
        height: 14px;
        line-height: 14px
    }

    .vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
        padding-left: 48px
    }

        .vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
            left: 20px
        }

    .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
        padding-right: 48px
    }

        .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
            right: 20px
        }

.vc_btn3.vc_btn3-size-lg {
    font-size: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 25px;
    padding-right: 25px
}

    .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline, .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom {
        padding-top: 17px;
        padding-bottom: 17px;
        padding-left: 24px;
        padding-right: 24px
    }

    .vc_btn3.vc_btn3-size-lg .vc_btn3-icon {
        font-size: 20px;
        height: 16px;
        line-height: 16px
    }

    .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
        padding-left: 60px
    }

        .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
            left: 25px
        }

    .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
        padding-right: 60px
    }

        .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
            right: 25px
        }

.vc_btn3.vc_btn3-color-blue, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
    color: #fff;
    background-color: #5472d2
}

    .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-blue:focus, .vc_btn3.vc_btn3-color-blue:hover {
        color: #f7f7f7;
        background-color: #3c5ecc
    }

    .vc_btn3.vc_btn3-color-blue.active, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-blue:active {
        color: #f2f2f2;
        background-color: #3558c8
    }

    .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline {
        color: #5472d2;
        border-color: #5472d2;
        background-color: transparent
    }

        .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:hover {
            color: #fff;
            border-color: #5472d2;
            background-color: #5472d2
        }

        .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:active {
            color: #fff;
            border-color: #5472d2;
            background-color: #5472d2
        }

    .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d {
        color: #fff;
        background-color: #5472d2;
        box-shadow: 0 5px 0 #3253bc
    }

        .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:hover {
            color: #f7f7f7;
            background-color: #5472d2
        }

        .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:active {
            color: #f2f2f2;
            background-color: #5472d2
        }

        .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:hover {
            top: 3px;
            box-shadow: 0 2px 0 #3253bc
        }

        .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-xs {
            box-shadow: 0 3px 0 #3253bc
        }

            .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-xs:hover {
                top: 1px;
                box-shadow: 0 2px 0 #3253bc
            }

        .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-sm {
            box-shadow: 0 4px 0 #3253bc
        }

            .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-sm:hover {
                top: 2px;
                box-shadow: 0 2px 0 #3253bc
            }

        .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-lg {
            box-shadow: 0 5px 0 #3253bc
        }

            .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-lg:hover {
                top: 3px;
                box-shadow: 0 2px 0 #3253bc
            }

    .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern {
        color: #fff;
        border-color: #5472d2;
        background-color: #5472d2
    }

        .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:hover {
            color: #f7f7f7;
            border-color: #3c5ecc;
            background-color: #3c5ecc
        }

        .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:active {
            color: #f2f2f2;
            border-color: #3558c8;
            background-color: #3558c8
        }

.vc_btn3.vc_btn3-color-turquoise, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat {
    color: #fff;
    background-color: #00c1cf
}

    .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-turquoise:focus, .vc_btn3.vc_btn3-color-turquoise:hover {
        color: #f7f7f7;
        background-color: #00a4b0
    }

    .vc_btn3.vc_btn3-color-turquoise.active, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-turquoise:active {
        color: #f2f2f2;
        background-color: #009ba6
    }

    .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline {
        color: #00c1cf;
        border-color: #00c1cf;
        background-color: transparent
    }

        .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:hover {
            color: #fff;
            border-color: #00c1cf;
            background-color: #00c1cf
        }

        .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:active {
            color: #fff;
            border-color: #00c1cf;
            background-color: #00c1cf
        }

    .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d {
        color: #fff;
        background-color: #00c1cf;
        box-shadow: 0 5px 0 #008d97
    }

        .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:hover {
            color: #f7f7f7;
            background-color: #00c1cf
        }

        .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:active {
            color: #f2f2f2;
            background-color: #00c1cf
        }

        .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:hover {
            top: 3px;
            box-shadow: 0 2px 0 #008d97
        }

        .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-xs {
            box-shadow: 0 3px 0 #008d97
        }

            .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-xs:hover {
                top: 1px;
                box-shadow: 0 2px 0 #008d97
            }

        .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-sm {
            box-shadow: 0 4px 0 #008d97
        }

            .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-sm:hover {
                top: 2px;
                box-shadow: 0 2px 0 #008d97
            }

        .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-lg {
            box-shadow: 0 5px 0 #008d97
        }

            .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-lg:hover {
                top: 3px;
                box-shadow: 0 2px 0 #008d97
            }

    .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern {
        color: #fff;
        border-color: #00c1cf;
        background-color: #00c1cf
    }

        .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:hover {
            color: #f7f7f7;
            border-color: #00a4b0;
            background-color: #00a4b0
        }

        .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:active {
            color: #f2f2f2;
            border-color: #009ba6;
            background-color: #009ba6
        }

.vc_btn3.vc_btn3-color-pink, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat {
    color: #fff;
    background-color: #fe6c61
}

    .vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-pink:focus, .vc_btn3.vc_btn3-color-pink:hover {
        color: #f7f7f7;
        background-color: #fe5043
    }

    .vc_btn3.vc_btn3-color-pink.active, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-pink:active {
        color: #f2f2f2;
        background-color: #fe4638
    }

    .vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline {
        color: #fe6c61;
        border-color: #fe6c61;
        background-color: transparent
    }

        .vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline:hover {
            color: #fff;
            border-color: #fe6c61;
            background-color: #fe6c61
        }

        .vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline:active {
            color: #fff;
            border-color: #fe6c61;
            background-color: #fe6c61
        }

    .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d {
        color: #fff;
        background-color: #fe6c61;
        box-shadow: 0 5px 0 #fe3829
    }

        .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:hover {
            color: #f7f7f7;
            background-color: #fe6c61
        }

        .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:active {
            color: #f2f2f2;
            background-color: #fe6c61
        }

        .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:hover {
            top: 3px;
            box-shadow: 0 2px 0 #fe3829
        }

        .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-xs {
            box-shadow: 0 3px 0 #fe3829
        }

            .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-xs:hover {
                top: 1px;
                box-shadow: 0 2px 0 #fe3829
            }

        .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-sm {
            box-shadow: 0 4px 0 #fe3829
        }

            .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-sm:hover {
                top: 2px;
                box-shadow: 0 2px 0 #fe3829
            }

        .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-lg {
            box-shadow: 0 5px 0 #fe3829
        }

            .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-lg:hover {
                top: 3px;
                box-shadow: 0 2px 0 #fe3829
            }

    .vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern {
        color: #fff;
        border-color: #fe6c61;
        background-color: #fe6c61
    }

        .vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern:hover {
            color: #f7f7f7;
            border-color: #fe5043;
            background-color: #fe5043
        }

        .vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern:active {
            color: #f2f2f2;
            border-color: #fe4638;
            background-color: #fe4638
        }

.vc_btn3.vc_btn3-color-violet, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat {
    color: #fff;
    background-color: #8d6dc4
}

    .vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-violet:focus, .vc_btn3.vc_btn3-color-violet:hover {
        color: #f7f7f7;
        background-color: #7c57bb
    }

    .vc_btn3.vc_btn3-color-violet.active, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-violet:active {
        color: #f2f2f2;
        background-color: #7650b8
    }

    .vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline {
        color: #8d6dc4;
        border-color: #8d6dc4;
        background-color: transparent
    }

        .vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:hover {
            color: #fff;
            border-color: #8d6dc4;
            background-color: #8d6dc4
        }

        .vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:active {
            color: #fff;
            border-color: #8d6dc4;
            background-color: #8d6dc4
        }

    .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d {
        color: #fff;
        background-color: #8d6dc4;
        box-shadow: 0 5px 0 #6e48b1
    }

        .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:hover {
            color: #f7f7f7;
            background-color: #8d6dc4
        }

        .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:active {
            color: #f2f2f2;
            background-color: #8d6dc4
        }

        .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:hover {
            top: 3px;
            box-shadow: 0 2px 0 #6e48b1
        }

        .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-xs {
            box-shadow: 0 3px 0 #6e48b1
        }

            .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-xs:hover {
                top: 1px;
                box-shadow: 0 2px 0 #6e48b1
            }

        .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-sm {
            box-shadow: 0 4px 0 #6e48b1
        }

            .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-sm:hover {
                top: 2px;
                box-shadow: 0 2px 0 #6e48b1
            }

        .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-lg {
            box-shadow: 0 5px 0 #6e48b1
        }

            .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-lg:hover {
                top: 3px;
                box-shadow: 0 2px 0 #6e48b1
            }

    .vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern {
        color: #fff;
        border-color: #8d6dc4;
        background-color: #8d6dc4
    }

        .vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:hover {
            color: #f7f7f7;
            border-color: #7c57bb;
            background-color: #7c57bb
        }

        .vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:active {
            color: #f2f2f2;
            border-color: #7650b8;
            background-color: #7650b8
        }

.vc_btn3.vc_btn3-color-peacoc, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat {
    color: #fff;
    background-color: #4cadc9
}

    .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-peacoc:focus, .vc_btn3.vc_btn3-color-peacoc:hover {
        color: #f7f7f7;
        background-color: #39a0bd
    }

    .vc_btn3.vc_btn3-color-peacoc.active, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-peacoc:active {
        color: #f2f2f2;
        background-color: #3799b5
    }

    .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline {
        color: #4cadc9;
        border-color: #4cadc9;
        background-color: transparent
    }

        .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline:hover {
            color: #fff;
            border-color: #4cadc9;
            background-color: #4cadc9
        }

        .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline:active {
            color: #fff;
            border-color: #4cadc9;
            background-color: #4cadc9
        }

    .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d {
        color: #fff;
        background-color: #4cadc9;
        box-shadow: 0 5px 0 #338faa
    }

        .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:hover {
            color: #f7f7f7;
            background-color: #4cadc9
        }

        .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:active {
            color: #f2f2f2;
            background-color: #4cadc9
        }

        .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:hover {
            top: 3px;
            box-shadow: 0 2px 0 #338faa
        }

        .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-xs {
            box-shadow: 0 3px 0 #338faa
        }

            .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-xs:hover {
                top: 1px;
                box-shadow: 0 2px 0 #338faa
            }

        .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-sm {
            box-shadow: 0 4px 0 #338faa
        }

            .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-sm:hover {
                top: 2px;
                box-shadow: 0 2px 0 #338faa
            }

        .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-lg {
            box-shadow: 0 5px 0 #338faa
        }

            .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-lg:hover {
                top: 3px;
                box-shadow: 0 2px 0 #338faa
            }

    .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern {
        color: #fff;
        border-color: #4cadc9;
        background-color: #4cadc9
    }

        .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern:hover {
            color: #f7f7f7;
            border-color: #39a0bd;
            background-color: #39a0bd
        }

        .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern:active {
            color: #f2f2f2;
            border-color: #3799b5;
            background-color: #3799b5
        }

.vc_btn3.vc_btn3-color-chino, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat {
    color: #fff;
    background-color: #cec2ab
}

    .vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-chino:focus, .vc_btn3.vc_btn3-color-chino:hover {
        color: #f7f7f7;
        background-color: #c3b498
    }

    .vc_btn3.vc_btn3-color-chino.active, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-chino:active {
        color: #f2f2f2;
        background-color: #bfaf91
    }

    .vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline {
        color: #cec2ab;
        border-color: #cec2ab;
        background-color: transparent
    }

        .vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:hover {
            color: #fff;
            border-color: #cec2ab;
            background-color: #cec2ab
        }

        .vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:active {
            color: #fff;
            border-color: #cec2ab;
            background-color: #cec2ab
        }

    .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d {
        color: #fff;
        background-color: #cec2ab;
        box-shadow: 0 5px 0 #b9a888
    }

        .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:hover {
            color: #f7f7f7;
            background-color: #cec2ab
        }

        .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:active {
            color: #f2f2f2;
            background-color: #cec2ab
        }

        .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:hover {
            top: 3px;
            box-shadow: 0 2px 0 #b9a888
        }

        .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-xs {
            box-shadow: 0 3px 0 #b9a888
        }

            .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-xs:hover {
                top: 1px;
                box-shadow: 0 2px 0 #b9a888
            }

        .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-sm {
            box-shadow: 0 4px 0 #b9a888
        }

            .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-sm:hover {
                top: 2px;
                box-shadow: 0 2px 0 #b9a888
            }

        .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-lg {
            box-shadow: 0 5px 0 #b9a888
        }

            .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-lg:hover {
                top: 3px;
                box-shadow: 0 2px 0 #b9a888
            }

    .vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern {
        color: #fff;
        border-color: #cec2ab;
        background-color: #cec2ab
    }

        .vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern:hover {
            color: #f7f7f7;
            border-color: #c3b498;
            background-color: #c3b498
        }

        .vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern:active {
            color: #f2f2f2;
            border-color: #bfaf91;
            background-color: #bfaf91
        }

.vc_btn3.vc_btn3-color-mulled-wine, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat {
    color: #fff;
    background-color: #50485b
}

    .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-mulled-wine:focus, .vc_btn3.vc_btn3-color-mulled-wine:hover {
        color: #f7f7f7;
        background-color: #413a4a
    }

    .vc_btn3.vc_btn3-color-mulled-wine.active, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-mulled-wine:active {
        color: #f2f2f2;
        background-color: #3c3644
    }

    .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline {
        color: #50485b;
        border-color: #50485b;
        background-color: transparent
    }

        .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline:hover {
            color: #fff;
            border-color: #50485b;
            background-color: #50485b
        }

        .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline:active {
            color: #fff;
            border-color: #50485b;
            background-color: #50485b
        }

    .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d {
        color: #fff;
        background-color: #50485b;
        box-shadow: 0 5px 0 #342f3c
    }

        .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:hover {
            color: #f7f7f7;
            background-color: #50485b
        }

        .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:active {
            color: #f2f2f2;
            background-color: #50485b
        }

        .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:hover {
            top: 3px;
            box-shadow: 0 2px 0 #342f3c
        }

        .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-xs {
            box-shadow: 0 3px 0 #342f3c
        }

            .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-xs:hover {
                top: 1px;
                box-shadow: 0 2px 0 #342f3c
            }

        .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-sm {
            box-shadow: 0 4px 0 #342f3c
        }

            .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-sm:hover {
                top: 2px;
                box-shadow: 0 2px 0 #342f3c
            }

        .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-lg {
            box-shadow: 0 5px 0 #342f3c
        }

            .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-lg:hover {
                top: 3px;
                box-shadow: 0 2px 0 #342f3c
            }

    .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern {
        color: #fff;
        border-color: #50485b;
        background-color: #50485b
    }

        .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern:hover {
            color: #f7f7f7;
            border-color: #413a4a;
            background-color: #413a4a
        }

        .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern:active {
            color: #f2f2f2;
            border-color: #3c3644;
            background-color: #3c3644
        }

.vc_btn3.vc_btn3-color-vista-blue, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat {
    color: #fff;
    background-color: #75d69c
}

    .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-vista-blue:focus, .vc_btn3.vc_btn3-color-vista-blue:hover {
        color: #f7f7f7;
        background-color: #5dcf8b
    }

    .vc_btn3.vc_btn3-color-vista-blue.active, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-vista-blue:active {
        color: #f2f2f2;
        background-color: #56cd85
    }

    .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline {
        color: #75d69c;
        border-color: #75d69c;
        background-color: transparent
    }

        .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline:hover {
            color: #fff;
            border-color: #75d69c;
            background-color: #75d69c
        }

        .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline:active {
            color: #fff;
            border-color: #75d69c;
            background-color: #75d69c
        }

    .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d {
        color: #fff;
        background-color: #75d69c;
        box-shadow: 0 5px 0 #4ac97d
    }

        .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:hover {
            color: #f7f7f7;
            background-color: #75d69c
        }

        .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:active {
            color: #f2f2f2;
            background-color: #75d69c
        }

        .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:hover {
            top: 3px;
            box-shadow: 0 2px 0 #4ac97d
        }

        .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-xs {
            box-shadow: 0 3px 0 #4ac97d
        }

            .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-xs:hover {
                top: 1px;
                box-shadow: 0 2px 0 #4ac97d
            }

        .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-sm {
            box-shadow: 0 4px 0 #4ac97d
        }

            .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-sm:hover {
                top: 2px;
                box-shadow: 0 2px 0 #4ac97d
            }

        .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-lg {
            box-shadow: 0 5px 0 #4ac97d
        }

            .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-lg:hover {
                top: 3px;
                box-shadow: 0 2px 0 #4ac97d
            }

    .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern {
        color: #fff;
        border-color: #75d69c;
        background-color: #75d69c
    }

        .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern:hover {
            color: #f7f7f7;
            border-color: #5dcf8b;
            background-color: #5dcf8b
        }

        .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern:active {
            color: #f2f2f2;
            border-color: #56cd85;
            background-color: #56cd85
        }

.vc_btn3.vc_btn3-color-orange, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat {
    color: #fff;
    background-color: #f7be68
}

    .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-orange:focus, .vc_btn3.vc_btn3-color-orange:hover {
        color: #f7f7f7;
        background-color: #f5b14b
    }

    .vc_btn3.vc_btn3-color-orange.active, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-orange:active {
        color: #f2f2f2;
        background-color: #f5ad41
    }

    .vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline {
        color: #f7be68;
        border-color: #f7be68;
        background-color: transparent
    }

        .vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:hover {
            color: #fff;
            border-color: #f7be68;
            background-color: #f7be68
        }

        .vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:active {
            color: #fff;
            border-color: #f7be68;
            background-color: #f7be68
        }

    .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d {
        color: #fff;
        background-color: #f7be68;
        box-shadow: 0 5px 0 #f4a733
    }

        .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:hover {
            color: #f7f7f7;
            background-color: #f7be68
        }

        .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:active {
            color: #f2f2f2;
            background-color: #f7be68
        }

        .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:hover {
            top: 3px;
            box-shadow: 0 2px 0 #f4a733
        }

        .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-xs {
            box-shadow: 0 3px 0 #f4a733
        }

            .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-xs:hover {
                top: 1px;
                box-shadow: 0 2px 0 #f4a733
            }

        .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-sm {
            box-shadow: 0 4px 0 #f4a733
        }

            .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-sm:hover {
                top: 2px;
                box-shadow: 0 2px 0 #f4a733
            }

        .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-lg {
            box-shadow: 0 5px 0 #f4a733
        }

            .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-lg:hover {
                top: 3px;
                box-shadow: 0 2px 0 #f4a733
            }

    .vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern {
        color: #fff;
        border-color: #f7be68;
        background-color: #f7be68
    }

        .vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:hover {
            color: #f7f7f7;
            border-color: #f5b14b;
            background-color: #f5b14b
        }

        .vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:active {
            color: #f2f2f2;
            border-color: #f5ad41;
            background-color: #f5ad41
        }

.vc_btn3.vc_btn3-color-sky, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat {
    color: #fff;
    background-color: #5aa1e3
}

    .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-sky:focus, .vc_btn3.vc_btn3-color-sky:hover {
        color: #f7f7f7;
        background-color: #4092df
    }

    .vc_btn3.vc_btn3-color-sky.active, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-sky:active {
        color: #f2f2f2;
        background-color: #378ddd
    }

    .vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline {
        color: #5aa1e3;
        border-color: #5aa1e3;
        background-color: transparent
    }

        .vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline:hover {
            color: #fff;
            border-color: #5aa1e3;
            background-color: #5aa1e3
        }

        .vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline:active {
            color: #fff;
            border-color: #5aa1e3;
            background-color: #5aa1e3
        }

    .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d {
        color: #fff;
        background-color: #5aa1e3;
        box-shadow: 0 5px 0 #2a86db
    }

        .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:hover {
            color: #f7f7f7;
            background-color: #5aa1e3
        }

        .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:active {
            color: #f2f2f2;
            background-color: #5aa1e3
        }

        .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:hover {
            top: 3px;
            box-shadow: 0 2px 0 #2a86db
        }

        .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-xs {
            box-shadow: 0 3px 0 #2a86db
        }

            .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-xs:hover {
                top: 1px;
                box-shadow: 0 2px 0 #2a86db
            }

        .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-sm {
            box-shadow: 0 4px 0 #2a86db
        }

            .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-sm:hover {
                top: 2px;
                box-shadow: 0 2px 0 #2a86db
            }

        .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-lg {
            box-shadow: 0 5px 0 #2a86db
        }

            .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-lg:hover {
                top: 3px;
                box-shadow: 0 2px 0 #2a86db
            }

    .vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern {
        color: #fff;
        border-color: #5aa1e3;
        background-color: #5aa1e3
    }

        .vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern:hover {
            color: #f7f7f7;
            border-color: #4092df;
            background-color: #4092df
        }

        .vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern:active {
            color: #f2f2f2;
            border-color: #378ddd;
            background-color: #378ddd
        }

.vc_btn3.vc_btn3-color-green, .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat {
    color: #fff;
    background-color: #6dab3c
}

    .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-green:focus, .vc_btn3.vc_btn3-color-green:hover {
        color: #f7f7f7;
        background-color: #5f9434
    }

    .vc_btn3.vc_btn3-color-green.active, .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-green:active {
        color: #f2f2f2;
        background-color: #5a8d31
    }

    .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline {
        color: #6dab3c;
        border-color: #6dab3c;
        background-color: transparent
    }

        .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:hover {
            color: #fff;
            border-color: #6dab3c;
            background-color: #6dab3c
        }

        .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:active {
            color: #fff;
            border-color: #6dab3c;
            background-color: #6dab3c
        }

    .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d {
        color: #fff;
        background-color: #6dab3c;
        box-shadow: 0 5px 0 #53812d
    }

        .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:hover {
            color: #f7f7f7;
            background-color: #6dab3c
        }

        .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:active {
            color: #f2f2f2;
            background-color: #6dab3c
        }

        .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:hover {
            top: 3px;
            box-shadow: 0 2px 0 #53812d
        }

        .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-xs {
            box-shadow: 0 3px 0 #53812d
        }

            .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-xs:hover {
                top: 1px;
                box-shadow: 0 2px 0 #53812d
            }

        .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-sm {
            box-shadow: 0 4px 0 #53812d
        }

            .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-sm:hover {
                top: 2px;
                box-shadow: 0 2px 0 #53812d
            }

        .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-lg {
            box-shadow: 0 5px 0 #53812d
        }

            .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-lg:hover {
                top: 3px;
                box-shadow: 0 2px 0 #53812d
            }

    .vc_btn3.vc_btn3-color-green.vc_btn3-style-modern {
        color: #fff;
        border-color: #6dab3c;
        background-color: #6dab3c
    }

        .vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:hover {
            color: #f7f7f7;
            border-color: #5f9434;
            background-color: #5f9434
        }

        .vc_btn3.vc_btn3-color-green.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:active {
            color: #f2f2f2;
            border-color: #5a8d31;
            background-color: #5a8d31
        }

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #fff;
    background-color: #f4524d
}

    .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-juicy-pink:focus, .vc_btn3.vc_btn3-color-juicy-pink:hover {
        color: #f7f7f7;
        background-color: #f23630
    }

    .vc_btn3.vc_btn3-color-juicy-pink.active, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-juicy-pink:active {
        color: #f2f2f2;
        background-color: #f22d27
    }

    .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline {
        color: #f4524d;
        border-color: #f4524d;
        background-color: transparent
    }

        .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:hover {
            color: #fff;
            border-color: #f4524d;
            background-color: #f4524d
        }

        .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:active {
            color: #fff;
            border-color: #f4524d;
            background-color: #f4524d
        }

    .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d {
        color: #fff;
        background-color: #f4524d;
        box-shadow: 0 5px 0 #f11f18
    }

        .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:hover {
            color: #f7f7f7;
            background-color: #f4524d
        }

        .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:active {
            color: #f2f2f2;
            background-color: #f4524d
        }

        .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:hover {
            top: 3px;
            box-shadow: 0 2px 0 #f11f18
        }

        .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-xs {
            box-shadow: 0 3px 0 #f11f18
        }

            .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-xs:hover {
                top: 1px;
                box-shadow: 0 2px 0 #f11f18
            }

        .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-sm {
            box-shadow: 0 4px 0 #f11f18
        }

            .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-sm:hover {
                top: 2px;
                box-shadow: 0 2px 0 #f11f18
            }

        .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-lg {
            box-shadow: 0 5px 0 #f11f18
        }

            .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-lg:hover {
                top: 3px;
                box-shadow: 0 2px 0 #f11f18
            }

    .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern {
        color: #fff;
        border-color: #f4524d;
        background-color: #f4524d
    }

        .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:hover {
            color: #f7f7f7;
            border-color: #f23630;
            background-color: #f23630
        }

        .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:active {
            color: #f2f2f2;
            border-color: #f22d27;
            background-color: #f22d27
        }

.vc_btn3.vc_btn3-color-sandy-brown, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat {
    color: #fff;
    background-color: #f79468
}

    .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-sandy-brown:focus, .vc_btn3.vc_btn3-color-sandy-brown:hover {
        color: #f7f7f7;
        background-color: #f57f4b
    }

    .vc_btn3.vc_btn3-color-sandy-brown.active, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-sandy-brown:active {
        color: #f2f2f2;
        background-color: #f57941
    }

    .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline {
        color: #f79468;
        border-color: #f79468;
        background-color: transparent
    }

        .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline:hover {
            color: #fff;
            border-color: #f79468;
            background-color: #f79468
        }

        .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline:active {
            color: #fff;
            border-color: #f79468;
            background-color: #f79468
        }

    .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d {
        color: #fff;
        background-color: #f79468;
        box-shadow: 0 5px 0 #f46e33
    }

        .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:hover {
            color: #f7f7f7;
            background-color: #f79468
        }

        .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:active {
            color: #f2f2f2;
            background-color: #f79468
        }

        .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:hover {
            top: 3px;
            box-shadow: 0 2px 0 #f46e33
        }

        .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-xs {
            box-shadow: 0 3px 0 #f46e33
        }

            .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-xs:hover {
                top: 1px;
                box-shadow: 0 2px 0 #f46e33
            }

        .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-sm {
            box-shadow: 0 4px 0 #f46e33
        }

            .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-sm:hover {
                top: 2px;
                box-shadow: 0 2px 0 #f46e33
            }

        .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-lg {
            box-shadow: 0 5px 0 #f46e33
        }

            .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-lg:hover {
                top: 3px;
                box-shadow: 0 2px 0 #f46e33
            }

    .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern {
        color: #fff;
        border-color: #f79468;
        background-color: #f79468
    }

        .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern:hover {
            color: #f7f7f7;
            border-color: #f57f4b;
            background-color: #f57f4b
        }

        .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern:active {
            color: #f2f2f2;
            border-color: #f57941;
            background-color: #f57941
        }

.vc_btn3.vc_btn3-color-purple, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat {
    color: #fff;
    background-color: #b97ebb
}

    .vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-purple:focus, .vc_btn3.vc_btn3-color-purple:hover {
        color: #f7f7f7;
        background-color: #ae6ab0
    }

    .vc_btn3.vc_btn3-color-purple.active, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-purple:active {
        color: #f2f2f2;
        background-color: #ab63ad
    }

    .vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline {
        color: #b97ebb;
        border-color: #b97ebb;
        background-color: transparent
    }

        .vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline:hover {
            color: #fff;
            border-color: #b97ebb;
            background-color: #b97ebb
        }

        .vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline:active {
            color: #fff;
            border-color: #b97ebb;
            background-color: #b97ebb
        }

    .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d {
        color: #fff;
        background-color: #b97ebb;
        box-shadow: 0 5px 0 #a559a8
    }

        .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:hover {
            color: #f7f7f7;
            background-color: #b97ebb
        }

        .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:active {
            color: #f2f2f2;
            background-color: #b97ebb
        }

        .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:hover {
            top: 3px;
            box-shadow: 0 2px 0 #a559a8
        }

        .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-xs {
            box-shadow: 0 3px 0 #a559a8
        }

            .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-xs:hover {
                top: 1px;
                box-shadow: 0 2px 0 #a559a8
            }

        .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-sm {
            box-shadow: 0 4px 0 #a559a8
        }

            .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-sm:hover {
                top: 2px;
                box-shadow: 0 2px 0 #a559a8
            }

        .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-lg {
            box-shadow: 0 5px 0 #a559a8
        }

            .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-lg:hover {
                top: 3px;
                box-shadow: 0 2px 0 #a559a8
            }

    .vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern {
        color: #fff;
        border-color: #b97ebb;
        background-color: #b97ebb
    }

        .vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern:hover {
            color: #f7f7f7;
            border-color: #ae6ab0;
            background-color: #ae6ab0
        }

        .vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern:active {
            color: #f2f2f2;
            border-color: #ab63ad;
            background-color: #ab63ad
        }

.vc_btn3.vc_btn3-color-black, .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat {
    color: #fff;
    background-color: #2a2a2a
}

    .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-black:focus, .vc_btn3.vc_btn3-color-black:hover {
        color: #f7f7f7;
        background-color: #1b1b1b
    }

    .vc_btn3.vc_btn3-color-black.active, .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-black:active {
        color: #f2f2f2;
        background-color: #161616
    }

    .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
        color: #fff;
        border-color: #2a2a2a;
        background-color: transparent
    }

        .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover {
            color: #fff;
            border-color: #2a2a2a;
            background-color: #2a2a2a
        }

        .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:active {
            color: #fff;
            border-color: #2a2a2a;
            background-color: #2a2a2a
        }

    .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d {
        color: #fff;
        background-color: #2a2a2a;
        box-shadow: 0 5px 0 #0e0e0e
    }

        .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:hover {
            color: #f7f7f7;
            background-color: #2a2a2a
        }

        .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:active {
            color: #f2f2f2;
            background-color: #2a2a2a
        }

        .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:hover {
            top: 3px;
            box-shadow: 0 2px 0 #0e0e0e
        }

        .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-xs {
            box-shadow: 0 3px 0 #0e0e0e
        }

            .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-xs:hover {
                top: 1px;
                box-shadow: 0 2px 0 #0e0e0e
            }

        .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-sm {
            box-shadow: 0 4px 0 #0e0e0e
        }

            .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-sm:hover {
                top: 2px;
                box-shadow: 0 2px 0 #0e0e0e
            }

        .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-lg {
            box-shadow: 0 5px 0 #0e0e0e
        }

            .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-lg:hover {
                top: 3px;
                box-shadow: 0 2px 0 #0e0e0e
            }

    .vc_btn3.vc_btn3-color-black.vc_btn3-style-modern {
        color: #fff;
        border-color: #2a2a2a;
        background-color: #2a2a2a
    }

        .vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:hover {
            color: #f7f7f7;
            border-color: #1b1b1b;
            background-color: #1b1b1b
        }

        .vc_btn3.vc_btn3-color-black.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:active {
            color: #f2f2f2;
            border-color: #161616;
            background-color: #161616
        }

.vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
    color: #666;
    background-color: #ebebeb
}

    .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-grey:focus, .vc_btn3.vc_btn3-color-grey:hover {
        color: #5e5e5e;
        background-color: #dcdcdc
    }

    .vc_btn3.vc_btn3-color-grey.active, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-grey:active {
        color: #595959;
        background-color: #d7d7d7
    }

    .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
        color: #666;
        border-color: #ebebeb;
        background-color: transparent
    }

        .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:hover {
            color: #666;
            border-color: #ebebeb;
            background-color: #ebebeb
        }

        .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:active {
            color: #666;
            border-color: #ebebeb;
            background-color: #ebebeb
        }

    .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d {
        color: #666;
        background-color: #ebebeb;
        box-shadow: 0 5px 0 #cfcfcf
    }

        .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:hover {
            color: #5e5e5e;
            background-color: #ebebeb
        }

        .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:active {
            color: #595959;
            background-color: #ebebeb
        }

        .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:hover {
            top: 3px;
            box-shadow: 0 2px 0 #cfcfcf
        }

        .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-xs {
            box-shadow: 0 3px 0 #cfcfcf
        }

            .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-xs:hover {
                top: 1px;
                box-shadow: 0 2px 0 #cfcfcf
            }

        .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-sm {
            box-shadow: 0 4px 0 #cfcfcf
        }

            .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-sm:hover {
                top: 2px;
                box-shadow: 0 2px 0 #cfcfcf
            }

        .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-lg {
            box-shadow: 0 5px 0 #cfcfcf
        }

            .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-lg:hover {
                top: 3px;
                box-shadow: 0 2px 0 #cfcfcf
            }

    .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
        color: #666;
        border-color: #ebebeb;
        background-color: #ebebeb
    }

        .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
            color: #5e5e5e;
            border-color: #dcdcdc;
            background-color: #dcdcdc
        }

        .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active {
            color: #595959;
            border-color: #d7d7d7;
            background-color: #d7d7d7
        }

.vc_btn3.vc_btn3-color-white, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
    color: #666;
    background-color: #fff
}

    .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-white:focus, .vc_btn3.vc_btn3-color-white:hover {
        color: #5e5e5e;
        background-color: #f0f0f0
    }

    .vc_btn3.vc_btn3-color-white.active, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-white:active {
        color: #595959;
        background-color: #ebebeb
    }

    .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
        color: #666;
        border-color: #fff;
        background-color: transparent
    }

        .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover {
            color: #666;
            border-color: #fff;
            background-color: #fff
        }

        .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:active {
            color: #666;
            border-color: #fff;
            background-color: #fff
        }

    .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d {
        color: #666;
        background-color: #fff;
        box-shadow: 0 5px 0 #e3e3e3
    }

        .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:hover {
            color: #5e5e5e;
            background-color: #fff
        }

        .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:active {
            color: #595959;
            background-color: #fff
        }

        .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:hover {
            top: 3px;
            box-shadow: 0 2px 0 #e3e3e3
        }

        .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-xs {
            box-shadow: 0 3px 0 #e3e3e3
        }

            .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-xs:hover {
                top: 1px;
                box-shadow: 0 2px 0 #e3e3e3
            }

        .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-sm {
            box-shadow: 0 4px 0 #e3e3e3
        }

            .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-sm:hover {
                top: 2px;
                box-shadow: 0 2px 0 #e3e3e3
            }

        .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-lg {
            box-shadow: 0 5px 0 #e3e3e3
        }

            .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-lg:hover {
                top: 3px;
                box-shadow: 0 2px 0 #e3e3e3
            }

    .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
        color: #666;
        border-color: #fff;
        background-color: #fff
    }

        .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:hover {
            color: #5e5e5e;
            border-color: #f0f0f0;
            background-color: #f0f0f0
        }

        .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:active {
            color: #595959;
            border-color: #ebebeb;
            background-color: #ebebeb
        }

.vc_btn3.vc_btn3-color-default, .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat {
    color: #333;
    background-color: #f7f7f7
}

    .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-default:focus, .vc_btn3.vc_btn3-color-default:hover {
        color: #2b2b2b;
        background-color: #e8e8e8
    }

    .vc_btn3.vc_btn3-color-default.active, .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-default:active {
        color: #262626;
        background-color: #e3e3e3
    }

    .vc_btn3.vc_btn3-color-default.vc_btn3-style-outline {
        color: #f7f7f7;
        border-color: #f7f7f7;
        background-color: transparent
    }

        .vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:hover {
            color: #333;
            border-color: #f7f7f7;
            background-color: #f7f7f7
        }

        .vc_btn3.vc_btn3-color-default.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:active {
            color: #333;
            border-color: #f7f7f7;
            background-color: #f7f7f7
        }

    .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d {
        color: #333;
        background-color: #f7f7f7;
        box-shadow: 0 5px 0 #dbdbdb
    }

        .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:hover {
            color: #2b2b2b;
            background-color: #f7f7f7
        }

        .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:active {
            color: #262626;
            background-color: #f7f7f7
        }

        .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:hover {
            top: 3px;
            box-shadow: 0 2px 0 #dbdbdb
        }

        .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-xs {
            box-shadow: 0 3px 0 #dbdbdb
        }

            .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-xs:hover {
                top: 1px;
                box-shadow: 0 2px 0 #dbdbdb
            }

        .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-sm {
            box-shadow: 0 4px 0 #dbdbdb
        }

            .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-sm:hover {
                top: 2px;
                box-shadow: 0 2px 0 #dbdbdb
            }

        .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-lg {
            box-shadow: 0 5px 0 #dbdbdb
        }

            .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-lg:hover {
                top: 3px;
                box-shadow: 0 2px 0 #dbdbdb
            }

    .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern {
        color: #333;
        border-color: #f7f7f7;
        background-color: #f7f7f7
    }

        .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:hover {
            color: #2b2b2b;
            border-color: #e8e8e8;
            background-color: #e8e8e8
        }

        .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:active {
            color: #262626;
            border-color: #e3e3e3;
            background-color: #e3e3e3
        }

.vc_btn3.vc_btn3-color-primary, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
    color: #fff;
    background-color: #08c
}

    .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-primary:focus, .vc_btn3.vc_btn3-color-primary:hover {
        color: #f7f7f7;
        background-color: #0074ad
    }

    .vc_btn3.vc_btn3-color-primary.active, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-primary:active {
        color: #f2f2f2;
        background-color: #006da3
    }

    .vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline {
        color: #08c;
        border-color: #08c;
        background-color: transparent
    }

        .vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:hover {
            color: #fff;
            border-color: #08c;
            background-color: #08c
        }

        .vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:active {
            color: #fff;
            border-color: #08c;
            background-color: #08c
        }

    .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d {
        color: #fff;
        background-color: #08c;
        box-shadow: 0 5px 0 #006394
    }

        .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:hover {
            color: #f7f7f7;
            background-color: #08c
        }

        .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:active {
            color: #f2f2f2;
            background-color: #08c
        }

        .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:hover {
            top: 3px;
            box-shadow: 0 2px 0 #006394
        }

        .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-xs {
            box-shadow: 0 3px 0 #006394
        }

            .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-xs:hover {
                top: 1px;
                box-shadow: 0 2px 0 #006394
            }

        .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-sm {
            box-shadow: 0 4px 0 #006394
        }

            .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-sm:hover {
                top: 2px;
                box-shadow: 0 2px 0 #006394
            }

        .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-lg {
            box-shadow: 0 5px 0 #006394
        }

            .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-lg:hover {
                top: 3px;
                box-shadow: 0 2px 0 #006394
            }

    .vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern {
        color: #fff;
        border-color: #08c;
        background-color: #08c
    }

        .vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:hover {
            color: #f7f7f7;
            border-color: #0074ad;
            background-color: #0074ad
        }

        .vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:active {
            color: #f2f2f2;
            border-color: #006da3;
            background-color: #006da3
        }

.vc_btn3.vc_btn3-color-info, .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat {
    color: #fff;
    background-color: #58b9da
}

    .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-info:focus, .vc_btn3.vc_btn3-color-info:hover {
        color: #f7f7f7;
        background-color: #3fafd4
    }

    .vc_btn3.vc_btn3-color-info.active, .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-info:active {
        color: #f2f2f2;
        background-color: #37abd3
    }

    .vc_btn3.vc_btn3-color-info.vc_btn3-style-outline {
        color: #58b9da;
        border-color: #58b9da;
        background-color: transparent
    }

        .vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:hover {
            color: #fff;
            border-color: #58b9da;
            background-color: #58b9da
        }

        .vc_btn3.vc_btn3-color-info.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:active {
            color: #fff;
            border-color: #58b9da;
            background-color: #58b9da
        }

    .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d {
        color: #fff;
        background-color: #58b9da;
        box-shadow: 0 5px 0 #2da4cd
    }

        .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:hover {
            color: #f7f7f7;
            background-color: #58b9da
        }

        .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:active {
            color: #f2f2f2;
            background-color: #58b9da
        }

        .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:hover {
            top: 3px;
            box-shadow: 0 2px 0 #2da4cd
        }

        .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-xs {
            box-shadow: 0 3px 0 #2da4cd
        }

            .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-xs:hover {
                top: 1px;
                box-shadow: 0 2px 0 #2da4cd
            }

        .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-sm {
            box-shadow: 0 4px 0 #2da4cd
        }

            .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-sm:hover {
                top: 2px;
                box-shadow: 0 2px 0 #2da4cd
            }

        .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-lg {
            box-shadow: 0 5px 0 #2da4cd
        }

            .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-lg:hover {
                top: 3px;
                box-shadow: 0 2px 0 #2da4cd
            }

    .vc_btn3.vc_btn3-color-info.vc_btn3-style-modern {
        color: #fff;
        border-color: #58b9da;
        background-color: #58b9da
    }

        .vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:hover {
            color: #f7f7f7;
            border-color: #3fafd4;
            background-color: #3fafd4
        }

        .vc_btn3.vc_btn3-color-info.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:active {
            color: #f2f2f2;
            border-color: #37abd3;
            background-color: #37abd3
        }

.vc_btn3.vc_btn3-color-success, .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat {
    color: #fff;
    background-color: #6ab165
}

    .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-success:focus, .vc_btn3.vc_btn3-color-success:hover {
        color: #f7f7f7;
        background-color: #59a453
    }

    .vc_btn3.vc_btn3-color-success.active, .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-success:active {
        color: #f2f2f2;
        background-color: #559d50
    }

    .vc_btn3.vc_btn3-color-success.vc_btn3-style-outline {
        color: #6ab165;
        border-color: #6ab165;
        background-color: transparent
    }

        .vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:hover {
            color: #fff;
            border-color: #6ab165;
            background-color: #6ab165
        }

        .vc_btn3.vc_btn3-color-success.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:active {
            color: #fff;
            border-color: #6ab165;
            background-color: #6ab165
        }

    .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d {
        color: #fff;
        background-color: #6ab165;
        box-shadow: 0 5px 0 #4f934b
    }

        .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:hover {
            color: #f7f7f7;
            background-color: #6ab165
        }

        .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:active {
            color: #f2f2f2;
            background-color: #6ab165
        }

        .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:hover {
            top: 3px;
            box-shadow: 0 2px 0 #4f934b
        }

        .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-xs {
            box-shadow: 0 3px 0 #4f934b
        }

            .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-xs:hover {
                top: 1px;
                box-shadow: 0 2px 0 #4f934b
            }

        .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-sm {
            box-shadow: 0 4px 0 #4f934b
        }

            .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-sm:hover {
                top: 2px;
                box-shadow: 0 2px 0 #4f934b
            }

        .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-lg {
            box-shadow: 0 5px 0 #4f934b
        }

            .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-lg:hover {
                top: 3px;
                box-shadow: 0 2px 0 #4f934b
            }

    .vc_btn3.vc_btn3-color-success.vc_btn3-style-modern {
        color: #fff;
        border-color: #6ab165;
        background-color: #6ab165
    }

        .vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:hover {
            color: #f7f7f7;
            border-color: #59a453;
            background-color: #59a453
        }

        .vc_btn3.vc_btn3-color-success.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:active {
            color: #f2f2f2;
            border-color: #559d50;
            background-color: #559d50
        }

.vc_btn3.vc_btn3-color-warning, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
    color: #fff;
    background-color: #f90
}

    .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-warning:focus, .vc_btn3.vc_btn3-color-warning:hover {
        color: #f7f7f7;
        background-color: #e08700
    }

    .vc_btn3.vc_btn3-color-warning.active, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-warning:active {
        color: #f2f2f2;
        background-color: #d68100
    }

    .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline {
        color: #f90;
        border-color: #f90;
        background-color: transparent
    }

        .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover {
            color: #fff;
            border-color: #f90;
            background-color: #f90
        }

        .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:active {
            color: #fff;
            border-color: #f90;
            background-color: #f90
        }

    .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d {
        color: #fff;
        background-color: #f90;
        box-shadow: 0 5px 0 #c77700
    }

        .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:hover {
            color: #f7f7f7;
            background-color: #f90
        }

        .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:active {
            color: #f2f2f2;
            background-color: #f90
        }

        .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:hover {
            top: 3px;
            box-shadow: 0 2px 0 #c77700
        }

        .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-xs {
            box-shadow: 0 3px 0 #c77700
        }

            .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-xs:hover {
                top: 1px;
                box-shadow: 0 2px 0 #c77700
            }

        .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-sm {
            box-shadow: 0 4px 0 #c77700
        }

            .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-sm:hover {
                top: 2px;
                box-shadow: 0 2px 0 #c77700
            }

        .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-lg {
            box-shadow: 0 5px 0 #c77700
        }

            .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-lg:hover {
                top: 3px;
                box-shadow: 0 2px 0 #c77700
            }

    .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern {
        color: #fff;
        border-color: #f90;
        background-color: #f90
    }

        .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:hover {
            color: #f7f7f7;
            border-color: #e08700;
            background-color: #e08700
        }

        .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:active {
            color: #f2f2f2;
            border-color: #d68100;
            background-color: #d68100
        }

.vc_btn3.vc_btn3-color-danger, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat {
    color: #fff;
    background-color: #ff675b
}

    .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-danger:focus, .vc_btn3.vc_btn3-color-danger:hover {
        color: #f7f7f7;
        background-color: #ff4b3c
    }

    .vc_btn3.vc_btn3-color-danger.active, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-danger:active {
        color: #f2f2f2;
        background-color: #ff4132
    }

    .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline {
        color: #ff675b;
        border-color: #ff675b;
        background-color: transparent
    }

        .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:hover {
            color: #fff;
            border-color: #ff675b;
            background-color: #ff675b
        }

        .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:active {
            color: #fff;
            border-color: #ff675b;
            background-color: #ff675b
        }

    .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d {
        color: #fff;
        background-color: #ff675b;
        box-shadow: 0 5px 0 #ff3323
    }

        .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:hover {
            color: #f7f7f7;
            background-color: #ff675b
        }

        .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:active {
            color: #f2f2f2;
            background-color: #ff675b
        }

        .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:hover {
            top: 3px;
            box-shadow: 0 2px 0 #ff3323
        }

        .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-xs {
            box-shadow: 0 3px 0 #ff3323
        }

            .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-xs:hover {
                top: 1px;
                box-shadow: 0 2px 0 #ff3323
            }

        .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-sm {
            box-shadow: 0 4px 0 #ff3323
        }

            .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-sm:hover {
                top: 2px;
                box-shadow: 0 2px 0 #ff3323
            }

        .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-lg {
            box-shadow: 0 5px 0 #ff3323
        }

            .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-lg:hover {
                top: 3px;
                box-shadow: 0 2px 0 #ff3323
            }

    .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern {
        color: #fff;
        border-color: #ff675b;
        background-color: #ff675b
    }

        .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:hover {
            color: #f7f7f7;
            border-color: #ff4b3c;
            background-color: #ff4b3c
        }

        .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:active {
            color: #f2f2f2;
            border-color: #ff4132;
            background-color: #ff4132
        }

.vc_btn3.vc_btn3-color-inverse, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat {
    color: #fff;
    background-color: #555
}

    .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-inverse:focus, .vc_btn3.vc_btn3-color-inverse:hover {
        color: #f7f7f7;
        background-color: #464646
    }

    .vc_btn3.vc_btn3-color-inverse.active, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-inverse:active {
        color: #f2f2f2;
        background-color: #414141
    }

    .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline {
        color: #555;
        border-color: #555;
        background-color: transparent
    }

        .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:hover {
            color: #fff;
            border-color: #555;
            background-color: #555
        }

        .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:active {
            color: #fff;
            border-color: #555;
            background-color: #555
        }

    .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d {
        color: #fff;
        background-color: #555;
        box-shadow: 0 5px 0 #393939
    }

        .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:hover {
            color: #f7f7f7;
            background-color: #555
        }

        .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:active {
            color: #f2f2f2;
            background-color: #555
        }

        .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:hover {
            top: 3px;
            box-shadow: 0 2px 0 #393939
        }

        .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-xs {
            box-shadow: 0 3px 0 #393939
        }

            .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-xs:hover {
                top: 1px;
                box-shadow: 0 2px 0 #393939
            }

        .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-sm {
            box-shadow: 0 4px 0 #393939
        }

            .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-sm:hover {
                top: 2px;
                box-shadow: 0 2px 0 #393939
            }

        .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-lg {
            box-shadow: 0 5px 0 #393939
        }

            .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-lg:hover {
                top: 3px;
                box-shadow: 0 2px 0 #393939
            }

    .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern {
        color: #fff;
        border-color: #555;
        background-color: #555
    }

        .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:hover {
            color: #f7f7f7;
            border-color: #464646;
            background-color: #464646
        }

        .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:active {
            color: #f2f2f2;
            border-color: #414141;
            background-color: #414141
        }

.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
    color: #2a2a2a
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
    color: #ebebeb
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
    color: #fff
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.01) 0,rgba(0,0,0,.02) 100%);
    background-image: -o-linear-gradient(top,rgba(0,0,0,.01) 0,rgba(0,0,0,.02) 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,.01) 0,rgba(0,0,0,.02) 100%);
    background-repeat: repeat-x
}

.vc_btn3-container.vc_btn3-center {
    text-align: center
}

.vc_btn3-container.vc_btn3-left {
    text-align: left
}

.vc_btn3-container.vc_btn3-right {
    text-align: right
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-left .vc_btn3-icon, .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-right .vc_btn3-icon {
    display: inline-block;
    position: static
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-left .vc_btn3-icon, .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-right .vc_btn3-icon {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    min-width: 1em
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    margin-right: .5em
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    margin-left: .5em
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-xs {
    font-size: 11px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px
}

    .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-xs.vc_btn3-style-outline, .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-xs.vc_btn3-style-outline-custom {
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 11px;
        padding-right: 11px
    }

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm {
    font-size: 12px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 16px;
    padding-right: 16px
}

    .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm.vc_btn3-style-outline, .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm.vc_btn3-style-outline-custom {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px
    }

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md {
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px
}

    .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline, .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline-custom {
        padding-top: 13px;
        padding-bottom: 13px;
        padding-left: 19px;
        padding-right: 19px
    }

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg {
    font-size: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 25px;
    padding-right: 25px
}

    .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg.vc_btn3-style-outline, .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg.vc_btn3-style-outline-custom {
        padding-top: 17px;
        padding-bottom: 17px;
        padding-left: 24px;
        padding-right: 24px
    }

.vc_btn3-container .vc_btn3-block.vc_btn3-icon-left, .vc_btn3-container .vc_btn3-block.vc_btn3-icon-right {
    text-align: inherit
}

.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
    }

.vc_call_to_action {
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
    padding: 2em;
    border-radius: 5px
}

    .vc_call_to_action :last-child {
        margin-bottom: 0
    }

    .vc_call_to_action.vc_cta_square {
        border-radius: 0
    }

    .vc_call_to_action.vc_cta_square_outlined {
        border-radius: 0;
        background: 0 0 !important
    }

    .vc_call_to_action.vc_cta_round {
        border-radius: 50px
    }

    .vc_call_to_action.vc_cta_outlined {
        background: 0 0 !important
    }

    .vc_call_to_action hgroup h2, .vc_call_to_action hgroup h4 {
        margin: 0;
        clear: none
    }

    .vc_call_to_action hgroup + p {
        margin-top: 1em
    }

    .vc_call_to_action.vc_cta_btn_pos_right .vc_cta_btn {
        float: right;
        margin-left: 2em
    }

    .vc_call_to_action.vc_cta_btn_pos_left .vc_cta_btn {
        float: left;
        margin-right: 2em
    }

.wpb_call_to_action {
    position: relative;
    background-color: #f7f7f7;
    padding: 20px;
    padding: 35px;
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .wpb_call_to_action .wpb_button {
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

.cta_align_left .wpb_button {
    float: left
}

.cta_align_right .wpb_button {
    float: right
}

.cta_align_left .wpb_button, .cta_align_right .wpb_button {
    max-width: 27.5%
}

.cta_align_left .wpb_call_text, .cta_align_right .wpb_call_text {
    width: 70%;
    float: left;
    clear: none
}

.cta_align_left .wpb_call_text {
    float: right
}

#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.73913043px;
        display: inline-block
    }

.cta_no_button .wpb_call_text {
    width: auto;
    float: none
}

@media (max-width:600px) {
    .vc_responsive .cta_align_left .wpb_button, .vc_responsive .cta_align_right .wpb_button {
        max-width: 70%;
        width: 70%;
        float: none;
        display: block;
        margin: 3% auto
    }

    .vc_responsive .cta_align_left .wpb_call_text, .vc_responsive .cta_align_right .wpb_call_text {
        width: auto;
        max-width: none;
        text-align: center
    }
}

.vc_cta3-container {
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto
}

    .vc_cta3-container::after, .vc_cta3-container::before {
        display: table;
        content: ' '
    }

    .vc_cta3-container.vc_cta3-size-xs {
        width: 50%
    }

    .vc_cta3-container.vc_cta3-size-sm {
        width: 60%
    }

    .vc_cta3-container.vc_cta3-size-md {
        width: 70%
    }

    .vc_cta3-container.vc_cta3-size-lg {
        width: 80%
    }

    .vc_cta3-container.vc_cta3-size-xl {
        width: 90%
    }

.vc_general.vc_cta3 {
    border: 1px solid transparent;
    font-size: 1em;
    padding: 28px 28px;
    word-wrap: break-word
}

    .vc_general.vc_cta3 .vc_cta3-content {
        vertical-align: top
    }

        .vc_general.vc_cta3 .vc_cta3-content > :last-child, .vc_general.vc_cta3 .vc_cta3-icons > :last-child {
            margin-bottom: 0
        }

    .vc_general.vc_cta3 .vc_cta3-actions {
        vertical-align: middle;
        white-space: nowrap
    }

@media (min-width:768px) {
    .vc_general.vc_cta3 .vc_cta3-actions .vc_btn3-container {
        margin: 0
    }
}

.vc_general.vc_cta3 .vc_cta3-icons {
    vertical-align: middle
}

.vc_general.vc_cta3 h2, .vc_general.vc_cta3 h4 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0
}

.vc_general.vc_cta3.vc_cta3-align-left .vc_cta3-content {
    text-align: left
}

.vc_general.vc_cta3.vc_cta3-align-right .vc_cta3-content {
    text-align: right
}

.vc_general.vc_cta3.vc_cta3-align-center .vc_cta3-content {
    text-align: center
}

.vc_general.vc_cta3.vc_cta3-align-justify .vc_cta3-content {
    text-align: justify
}

.vc_general.vc_cta3.vc_cta3-icons-top .vc_cta3_content-container {
    padding-top: 1em
}

.vc_general.vc_cta3.vc_cta3-icons-top .vc_cta3-icons {
    text-align: center
}

    .vc_general.vc_cta3.vc_cta3-icons-top .vc_cta3-icons .vc_icon_element {
        display: inline-block
    }

.vc_general.vc_cta3.vc_cta3-icons-bottom .vc_cta3_content-container {
    padding-bottom: 1em
}

.vc_general.vc_cta3.vc_cta3-icons-bottom .vc_cta3-icons {
    text-align: center
}

    .vc_general.vc_cta3.vc_cta3-icons-bottom .vc_cta3-icons .vc_icon_element {
        display: inline-block
    }

.vc_general.vc_cta3.vc_cta3-icons-left .vc_cta3-icons {
    display: table-cell
}

.vc_general.vc_cta3.vc_cta3-icons-left .vc_cta3_content-container {
    display: table-cell;
    padding-left: 1em
}

.vc_general.vc_cta3.vc_cta3-icons-right .vc_cta3-icons {
    display: table-cell
}

.vc_general.vc_cta3.vc_cta3-icons-right .vc_cta3_content-container {
    display: table-cell;
    padding-right: 1em
}

.vc_general.vc_cta3.vc_cta3-icons-on-border {
    position: relative
}

    .vc_general.vc_cta3.vc_cta3-icons-on-border .vc_cta3-icons {
        position: absolute
    }

    .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right .vc_cta3-icons {
        right: 0;
        top: 50%;
        -webkit-transform: translate(50%,-50%);
        -ms-transform: translate(50%,-50%);
        transform: translate(50%,-50%)
    }

    .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xs {
        margin-right: 17px
    }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xs .vc_cta3_content-container {
            padding-right: 0
        }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container {
            padding-right: 7px
        }

    .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-sm {
        margin-right: 22px
    }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-sm .vc_cta3_content-container {
            padding-right: 7px
        }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container {
            padding-right: 14px
        }

    .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-md {
        margin-right: 28px
    }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-md .vc_cta3_content-container {
            padding-right: 14px
        }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container {
            padding-right: 21px
        }

    .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-lg {
        margin-right: 35px
    }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-lg .vc_cta3_content-container {
            padding-right: 21px
        }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container {
            padding-right: 28px
        }

    .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xl {
        margin-right: 50px
    }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xl .vc_cta3_content-container {
            padding-right: 28px
        }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container {
            padding-right: 35px
        }

    .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left .vc_cta3-icons {
        left: 0;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xs {
        margin-left: 17px
    }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xs .vc_cta3_content-container {
            padding-left: 0
        }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container {
            padding-left: 7px
        }

    .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-sm {
        margin-left: 22px
    }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-sm .vc_cta3_content-container {
            padding-left: 7px
        }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container {
            padding-left: 14px
        }

    .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-md {
        margin-left: 28px
    }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-md .vc_cta3_content-container {
            padding-left: 14px
        }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container {
            padding-left: 21px
        }

    .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-lg {
        margin-left: 35px
    }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-lg .vc_cta3_content-container {
            padding-left: 21px
        }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container {
            padding-left: 28px
        }

    .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xl {
        margin-left: 50px
    }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xl .vc_cta3_content-container {
            padding-left: 28px
        }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container {
            padding-left: 35px
        }

    .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top .vc_cta3-icons {
        left: 50%;
        top: 0;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xs {
        margin-top: 17px
    }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xs .vc_cta3_content-container {
            padding-top: 0
        }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container {
            padding-top: 7px
        }

    .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-sm {
        margin-top: 22px
    }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-sm .vc_cta3_content-container {
            padding-top: 7px
        }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container {
            padding-top: 14px
        }

    .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-md {
        margin-top: 28px
    }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-md .vc_cta3_content-container {
            padding-top: 14px
        }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container {
            padding-top: 21px
        }

    .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-lg {
        margin-top: 35px
    }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-lg .vc_cta3_content-container {
            padding-top: 21px
        }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container {
            padding-top: 28px
        }

    .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xl {
        margin-top: 50px
    }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xl .vc_cta3_content-container {
            padding-top: 28px
        }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container {
            padding-top: 35px
        }

    .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom .vc_cta3-icons {
        left: 50%;
        bottom: 0;
        -webkit-transform: translate(-50%,50%);
        -ms-transform: translate(-50%,50%);
        transform: translate(-50%,50%)
    }

    .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xs {
        margin-bottom: 17px
    }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xs .vc_cta3_content-container {
            padding-bottom: 0
        }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container {
            padding-bottom: 7px
        }

    .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-sm {
        margin-bottom: 22px
    }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-sm .vc_cta3_content-container {
            padding-bottom: 7px
        }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container {
            padding-bottom: 14px
        }

    .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-md {
        margin-bottom: 28px
    }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-md .vc_cta3_content-container {
            padding-bottom: 14px
        }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container {
            padding-bottom: 21px
        }

    .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-lg {
        margin-bottom: 35px
    }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-lg .vc_cta3_content-container {
            padding-bottom: 21px
        }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container {
            padding-bottom: 28px
        }

    .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xl {
        margin-bottom: 50px
    }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xl .vc_cta3_content-container {
            padding-bottom: 28px
        }

        .vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container {
            padding-bottom: 35px
        }

.vc_general.vc_cta3.vc_cta3-actions-top .vc_cta3-content {
    margin-top: 1em
}

.vc_general.vc_cta3.vc_cta3-actions-bottom .vc_cta3-content {
    margin-bottom: 1em
}

@media (min-width:768px) {
    .vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-actions {
        display: table-cell;
        max-width: 30%
    }

    .vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-content {
        padding-left: 28px;
        display: table-cell
    }

    .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-actions {
        display: table-cell;
        max-width: 30%
    }

    .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-content {
        padding-right: 28px;
        display: table-cell
    }
}

.vc_general.vc_cta3.vc_cta3-style-classic {
    border-color: #f0f0f0;
    background-color: #f7f7f7
}

    .vc_general.vc_cta3.vc_cta3-style-classic:not(.vc_cta3-color-classic) .vc_cta3-content-header h2, .vc_general.vc_cta3.vc_cta3-style-classic:not(.vc_cta3-color-classic) .vc_cta3-content-header h4 {
        color: inherit
    }

.vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h2, .vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h4 {
    color: inherit
}

.vc_general.vc_cta3.vc_cta3-style-outline {
    border-width: 3px
}

    .vc_general.vc_cta3.vc_cta3-style-outline:not(.vc_cta3-color-classic) .vc_cta3-content-header h2, .vc_general.vc_cta3.vc_cta3-style-outline:not(.vc_cta3-color-classic) .vc_cta3-content-header h4 {
        color: inherit
    }

.vc_general.vc_cta3.vc_cta3-style-3d .vc_cta3-content-header h2, .vc_general.vc_cta3.vc_cta3-style-3d .vc_cta3-content-header h4 {
    color: inherit
}

.vc_general.vc_cta3.vc_cta3-style-custom {
    border-color: #f0f0f0;
    background-color: #f7f7f7
}

.vc_general.vc_cta3.vc_cta3-shape-square {
    border-radius: 0
}

.vc_general.vc_cta3.vc_cta3-shape-rounded {
    border-radius: 5px
}

.vc_general.vc_cta3.vc_cta3-shape-round {
    border-radius: 4em
}

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-classic .vc_cta3-content-header {
    color: #5472d2
}

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-flat {
    color: #c9d2f0;
    border-color: transparent;
    background-color: #5472d2
}

    .vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-flat .vc_cta3-content-header {
        color: #fff
    }

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #3253bc;
    color: #c9d2f0;
    border-color: transparent;
    background-color: #5472d2
}

    .vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-3d .vc_cta3-content-header {
        color: #fff
    }

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-outline {
    border-color: #5472d2;
    background-color: transparent
}

    .vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-outline .vc_cta3-content-header {
        color: #5472d2
    }

.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-classic .vc_cta3-content-header {
    color: #00c1cf
}

.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-flat {
    color: #d3f5f1;
    border-color: transparent;
    background-color: #00c1cf
}

    .vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-flat .vc_cta3-content-header {
        color: #fff
    }

.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #008d97;
    color: #d3f5f1;
    border-color: transparent;
    background-color: #00c1cf
}

    .vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-3d .vc_cta3-content-header {
        color: #fff
    }

.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-outline {
    border-color: #00c1cf;
    background-color: transparent
}

    .vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-outline .vc_cta3-content-header {
        color: #00c1cf
    }

.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-classic .vc_cta3-content-header {
    color: #fe6c61
}

.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-flat {
    color: #fcdbd7;
    border-color: transparent;
    background-color: #fe6c61
}

    .vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-flat .vc_cta3-content-header {
        color: #fff
    }

.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #fe3829;
    color: #fcdbd7;
    border-color: transparent;
    background-color: #fe6c61
}

    .vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-3d .vc_cta3-content-header {
        color: #fff
    }

.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-outline {
    border-color: #fe6c61;
    background-color: transparent
}

    .vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-outline .vc_cta3-content-header {
        color: #fe6c61
    }

.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-classic .vc_cta3-content-header {
    color: #8d6dc4
}

.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-flat {
    color: #e1d5f5;
    border-color: transparent;
    background-color: #8d6dc4
}

    .vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-flat .vc_cta3-content-header {
        color: #fff
    }

.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #6e48b1;
    color: #e1d5f5;
    border-color: transparent;
    background-color: #8d6dc4
}

    .vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-3d .vc_cta3-content-header {
        color: #fff
    }

.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-outline {
    border-color: #8d6dc4;
    background-color: transparent
}

    .vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-outline .vc_cta3-content-header {
        color: #8d6dc4
    }

.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-classic .vc_cta3-content-header {
    color: #4cadc9
}

.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-flat {
    color: #d0edf5;
    border-color: transparent;
    background-color: #4cadc9
}

    .vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-flat .vc_cta3-content-header {
        color: #fff
    }

.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #338faa;
    color: #d0edf5;
    border-color: transparent;
    background-color: #4cadc9
}

    .vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-3d .vc_cta3-content-header {
        color: #fff
    }

.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-outline {
    border-color: #4cadc9;
    background-color: transparent
}

    .vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-outline .vc_cta3-content-header {
        color: #4cadc9
    }

.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-classic .vc_cta3-content-header {
    color: #cec2ab
}

.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-flat {
    color: #f7f3eb;
    border-color: transparent;
    background-color: #cec2ab
}

    .vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-flat .vc_cta3-content-header {
        color: #fff
    }

.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #b9a888;
    color: #f7f3eb;
    border-color: transparent;
    background-color: #cec2ab
}

    .vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-3d .vc_cta3-content-header {
        color: #fff
    }

.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-outline {
    border-color: #cec2ab;
    background-color: transparent
}

    .vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-outline .vc_cta3-content-header {
        color: #cec2ab
    }

.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-classic .vc_cta3-content-header {
    color: #50485b
}

.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-flat {
    color: #e2ddeb;
    border-color: transparent;
    background-color: #50485b
}

    .vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-flat .vc_cta3-content-header {
        color: #fff
    }

.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #342f3c;
    color: #e2ddeb;
    border-color: transparent;
    background-color: #50485b
}

    .vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-3d .vc_cta3-content-header {
        color: #fff
    }

.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-outline {
    border-color: #50485b;
    background-color: transparent
}

    .vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-outline .vc_cta3-content-header {
        color: #50485b
    }

.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-classic .vc_cta3-content-header {
    color: #75d69c
}

.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-flat {
    color: #e1f5e9;
    border-color: transparent;
    background-color: #75d69c
}

    .vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-flat .vc_cta3-content-header {
        color: #fff
    }

.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #4ac97d;
    color: #e1f5e9;
    border-color: transparent;
    background-color: #75d69c
}

    .vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-3d .vc_cta3-content-header {
        color: #fff
    }

.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-outline {
    border-color: #75d69c;
    background-color: transparent
}

    .vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-outline .vc_cta3-content-header {
        color: #75d69c
    }

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-classic .vc_cta3-content-header {
    color: #f7be68
}

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-flat {
    color: #faf0e1;
    border-color: transparent;
    background-color: #f7be68
}

    .vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-flat .vc_cta3-content-header {
        color: #fff
    }

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #f4a733;
    color: #faf0e1;
    border-color: transparent;
    background-color: #f7be68
}

    .vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-3d .vc_cta3-content-header {
        color: #fff
    }

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-outline {
    border-color: #f7be68;
    background-color: transparent
}

    .vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-outline .vc_cta3-content-header {
        color: #f7be68
    }

.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-classic .vc_cta3-content-header {
    color: #5aa1e3
}

.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-flat {
    color: #dce9f5;
    border-color: transparent;
    background-color: #5aa1e3
}

    .vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-flat .vc_cta3-content-header {
        color: #fff
    }

.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #2a86db;
    color: #dce9f5;
    border-color: transparent;
    background-color: #5aa1e3
}

    .vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-3d .vc_cta3-content-header {
        color: #fff
    }

.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-outline {
    border-color: #5aa1e3;
    background-color: transparent
}

    .vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-outline .vc_cta3-content-header {
        color: #5aa1e3
    }

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-classic .vc_cta3-content-header {
    color: #6dab3c
}

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-flat {
    color: #e5f2da;
    border-color: transparent;
    background-color: #6dab3c
}

    .vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-flat .vc_cta3-content-header {
        color: #fff
    }

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #53812d;
    color: #e5f2da;
    border-color: transparent;
    background-color: #6dab3c
}

    .vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-3d .vc_cta3-content-header {
        color: #fff
    }

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-outline {
    border-color: #6dab3c;
    background-color: transparent
}

    .vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-outline .vc_cta3-content-header {
        color: #6dab3c
    }

.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-classic .vc_cta3-content-header {
    color: #f4524d
}

.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-flat {
    color: #fce2e1;
    border-color: transparent;
    background-color: #f4524d
}

    .vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-flat .vc_cta3-content-header {
        color: #fff
    }

.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #f11f18;
    color: #fce2e1;
    border-color: transparent;
    background-color: #f4524d
}

    .vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-3d .vc_cta3-content-header {
        color: #fff
    }

.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-outline {
    border-color: #f4524d;
    background-color: transparent
}

    .vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-outline .vc_cta3-content-header {
        color: #f4524d
    }

.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-classic .vc_cta3-content-header {
    color: #f79468
}

.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-flat {
    color: #f7e1d7;
    border-color: transparent;
    background-color: #f79468
}

    .vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-flat .vc_cta3-content-header {
        color: #fff
    }

.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #f46e33;
    color: #f7e1d7;
    border-color: transparent;
    background-color: #f79468
}

    .vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-3d .vc_cta3-content-header {
        color: #fff
    }

.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-outline {
    border-color: #f79468;
    background-color: transparent
}

    .vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-outline .vc_cta3-content-header {
        color: #f79468
    }

.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-classic .vc_cta3-content-header {
    color: #b97ebb
}

.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-flat {
    color: #f4dff5;
    border-color: transparent;
    background-color: #b97ebb
}

    .vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-flat .vc_cta3-content-header {
        color: #fff
    }

.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #a559a8;
    color: #f4dff5;
    border-color: transparent;
    background-color: #b97ebb
}

    .vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-3d .vc_cta3-content-header {
        color: #fff
    }

.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-outline {
    border-color: #b97ebb;
    background-color: transparent
}

    .vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-outline .vc_cta3-content-header {
        color: #b97ebb
    }

.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-classic .vc_cta3-content-header {
    color: #2a2a2a
}

.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-flat {
    color: #d9d9d9;
    border-color: transparent;
    background-color: #2a2a2a
}

    .vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-flat .vc_cta3-content-header {
        color: #fff
    }

.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #0e0e0e;
    color: #d9d9d9;
    border-color: transparent;
    background-color: #2a2a2a
}

    .vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-3d .vc_cta3-content-header {
        color: #fff
    }

.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-outline {
    border-color: #2a2a2a;
    background-color: transparent
}

    .vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-outline .vc_cta3-content-header {
        color: #2a2a2a
    }

.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-classic .vc_cta3-content-header {
    color: #ebebeb
}

.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-flat {
    color: #9d9d9e;
    border-color: transparent;
    background-color: #ebebeb
}

    .vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-flat .vc_cta3-content-header {
        color: #666
    }

.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #cfcfcf;
    color: #9d9d9e;
    border-color: transparent;
    background-color: #ebebeb
}

    .vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-3d .vc_cta3-content-header {
        color: #666
    }

.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-outline {
    border-color: #ebebeb;
    background-color: transparent
}

    .vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-outline .vc_cta3-content-header {
        color: #ebebeb
    }

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-classic .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-flat {
    color: #9d9d9e;
    border-color: transparent;
    background-color: #fff
}

    .vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-flat .vc_cta3-content-header {
        color: #666
    }

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #e3e3e3;
    color: #9d9d9e;
    border-color: transparent;
    background-color: #fff
}

    .vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-3d .vc_cta3-content-header {
        color: #666
    }

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-outline {
    border-color: #fff;
    background-color: transparent
}

    .vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-outline .vc_cta3-content-header {
        color: #fff
    }

.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat {
    color: #9d9d9e;
    border-color: transparent;
    background-color: #f0f0f0
}

    .vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat .vc_cta3-content-header {
        color: #666
    }

.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #d4d4d4;
    color: #9d9d9e;
    border-color: transparent;
    background-color: #f0f0f0
}

    .vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-3d .vc_cta3-content-header {
        color: #666
    }

.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-outline {
    border-color: #f0f0f0;
    background-color: transparent
}

    .vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-outline .vc_cta3-content-header {
        color: #f0f0f0
    }

.vc_cta3.vc_cta3-icon-size-xs .vc_icon_element .vc_icon_element-inner {
    height: 1em;
    width: 1em
}

.vc_cta3.vc_cta3-icon-size-sm .vc_icon_element .vc_icon_element-inner {
    height: 2em;
    width: 2em
}

.vc_cta3.vc_cta3-icon-size-md .vc_icon_element .vc_icon_element-inner {
    height: 3em;
    width: 3em
}

.vc_cta3.vc_cta3-icon-size-lg .vc_icon_element .vc_icon_element-inner {
    height: 4em;
    width: 4em
}

.vc_cta3.vc_cta3-icon-size-xl .vc_icon_element .vc_icon_element-inner {
    height: 5em;
    width: 5em
}

.wpb_gmaps_widget .wpb_wrapper {
    background-color: #f7f7f7;
    padding: 5px
}

.wpb_gmaps_widget .wpb_map_wraper iframe {
    margin-bottom: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: none
}

.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

    .wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper iframe {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%
    }

.wpb_accordion_section .wpb_accordion_header a:focus, .wpb_content_element .wpb_tabs_nav li a:focus, .wpb_tour_next_prev_nav a:focus {
    outline: 0
}

.wpb_content_element .wpb_tabs_nav, .wpb_content_element .wpb_tour_tabs_wrapper {
    padding: 0
}

.wpb_content_element .wpb_tabs_nav {
    margin: 0;
    padding-left: 0 !important;
    text-indent: inherit !important
}

#content .wpb_content_element .wpb_tabs_nav {
    margin: 0
}

.wpb_content_element .wpb_tabs_nav li {
    background-color: #fff;
    white-space: nowrap;
    padding: 0;
    background-image: none;
    list-style: none !important
}

    .wpb_content_element .wpb_tabs_nav li:after, .wpb_content_element .wpb_tabs_nav li:before {
        display: none !important
    }

    .wpb_content_element .wpb_tabs_nav li.ui-tabs-active, .wpb_content_element .wpb_tabs_nav li:hover {
        background-color: #f7f7f7
    }

        .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
            cursor: default
        }

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_ui-tabs-hide {
    display: none
}

.wpb_content_element .wpb_accordion_header a, .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
    border-bottom: none;
    text-decoration: none;
    display: block;
    padding: .5em 1em
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    background-color: #f7f7f7
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content, .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
    padding: 1em
}

    .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child, .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content > .wpb_content_element:last-child, .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child, .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab > .wpb_content_element:last-child {
        margin-bottom: 0
    }

.wpb_tabs .wpb_tabs_nav li {
    float: left;
    margin: 0 1px 0 0
}

.wpb_tour .wpb_tabs_nav {
    float: left;
    width: 31.66666667%
}

    .wpb_tour .wpb_tabs_nav li {
        margin: 0 0 1px 0;
        clear: left;
        width: 100%
    }

    .wpb_tour .wpb_tabs_nav a {
        width: 100%
    }

.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    float: left;
    width: 68.33333333%;
    padding: 0 0 0 21.73913043px
}

.wpb_tour_next_prev_nav {
    margin-left: 31.66666667%;
    padding-left: 21.73913043px;
    font-size: 80%
}

    .wpb_tour_next_prev_nav a {
        border-bottom: 1px dotted;
        text-decoration: none
    }

        .wpb_tour_next_prev_nav a:hover {
            text-decoration: none;
            border-bottom: none
        }

    .wpb_tour_next_prev_nav span {
        width: 48%;
        display: inline-block;
        padding-top: 1em;
        float: left
    }

        .wpb_tour_next_prev_nav span.wpb_next_slide {
            text-align: right;
            float: right
        }

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
    margin: 0 0 1px 0;
    padding-top: 0;
    position: relative;
    text-transform: none;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit
}

    .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
        padding-left: 1em
    }

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon, .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/toggle_open.png);
    background-repeat: no-repeat;
    position: absolute;
    right: .7em;
    top: .7em
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/toggle_close.png)
}

@media (max-width:480px) {
    .vc_responsive .wpb_tour .wpb_tab, .vc_responsive .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav, .vc_responsive .wpb_tour_next_prev_nav {
        width: 100%;
        float: none;
        margin-left: 0
    }

    .vc_responsive .wpb_tour_next_prev_nav {
        width: auto;
        padding: 0 1em
    }

    .vc_responsive #content .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav {
        margin-bottom: 1em
    }

    .vc_responsive .wpb_tour .wpb_tab {
        padding-left: 1em;
        padding-right: 1em
    }
}

.wpb_column .wpb_wrapper .wpb_teaser_grid {
    float: none
}

body ul.wpb_thumbnails-fluid li {
    padding: 0;
    margin-left: 0;
    background-image: none;
    list-style: none !important
}

    body ul.wpb_thumbnails-fluid li:after, body ul.wpb_thumbnails-fluid li:before {
        display: none !important
    }

    body ul.wpb_thumbnails-fluid li .entry-content :last-child {
        margin-bottom: 0
    }

.wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid, .wpb_row .wpb_grid ul.wpb_thumbnails-fluid {
    padding: 0;
    overflow: visible !important
}

.wpb_teaser_grid .entry-content {
    margin: 0;
    padding: 0;
    width: 100%
}

.grid_layout-thumbnail .post-thumb {
    margin-bottom: 0
}

    .grid_layout-thumbnail .post-thumb img {
        max-width: 100%
    }

.wpb_carousel .wpb_wrapper {
    position: relative
}

.wpb_carousel .next, .wpb_carousel .prev {
    position: absolute;
    top: 3px;
    background-color: #f7f7f7;
    padding: 0 6px 0 6px;
    font-size: 12px;
    z-index: 10;
    text-decoration: none;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear
}

    .wpb_carousel .next:hover, .wpb_carousel .prev:hover {
        background-color: #f0f0f0
    }

    .wpb_carousel .next:focus, .wpb_carousel .prev:focus {
        outline: 0;
        text-decoration: none
    }

.wpb_carousel .prev {
    right: 30px
}

.wpb_carousel .next {
    right: 0
}

.wpb_carousel .wpb_thumbnails-fluid {
    width: 100%
}

    .wpb_carousel .wpb_thumbnails-fluid > [class*=vc_span] {
        height: auto !important
    }

.wpb_categories_filter, .wpb_teaser_grid .categories_filter {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px 0
}

    .wpb_categories_filter li, .wpb_teaser_grid .categories_filter li {
        display: block;
        float: left;
        margin: 0 10px 10px 0;
        background-image: none;
        list-style: none !important
    }

        .wpb_categories_filter li:after, .wpb_categories_filter li:before, .wpb_teaser_grid .categories_filter li:after, .wpb_teaser_grid .categories_filter li:before {
            display: none !important
        }

        .wpb_categories_filter li a, .wpb_teaser_grid .categories_filter li a {
            border: none;
            text-decoration: none
        }

            .wpb_categories_filter li a:hover, .wpb_teaser_grid .categories_filter li a:hover {
                border-bottom: 1px dotted
            }

        .wpb_categories_filter li.active a, .wpb_teaser_grid .categories_filter li.active a {
            border-bottom: 1px dotted
        }

@media (max-width:480px) {
    .vc_responsive .wpb_row ul.wpb_thumbnails-fluid {
        margin-left: 0;
        width: auto
    }

    .vc_responsive .wpb_row .wpb_teaser_grid ul.wpb_thumbnails-fluid [class*=vc_col-] {
        width: 100%;
        float: none;
        display: block;
        margin-left: 0;
        margin-right: 0
    }
}

.wpb_image_grid .wpb_image_grid_ul {
    margin: 0;
    padding: 0
}

    .wpb_image_grid .wpb_image_grid_ul > li {
        background-image: none;
        list-style: none !important
    }

        .wpb_image_grid .wpb_image_grid_ul > li:after, .wpb_image_grid .wpb_image_grid_ul > li:before {
            display: none !important
        }

    .wpb_image_grid .wpb_image_grid_ul .isotope-item {
        list-style: none;
        margin: 0 1px 1px 0;
        max-width: 100%;
        float: left
    }

    .wpb_image_grid .wpb_image_grid_ul a {
        display: block
    }

    .wpb_image_grid .wpb_image_grid_ul img {
        display: block;
        max-width: 100%;
        height: auto
    }

.wpb_gallery .theme-default .nivoSlider {
    margin-bottom: 0
}

.wpb_gallery .theme-default .nivo-controlNav {
    padding: 10px 0 3px 0
}

.wpb_gallery .wpb_flexslider .flex-control-nav {
    bottom: auto;
    top: 100%;
    margin-top: 15px
}

.wpb_gallery .wpb_flexslider .flex-caption {
    cursor: default
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

    .wpb_gallery .wpb_flexslider .flex-direction-nav a:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .wpb_gallery .wpb_flexslider .flex-direction-nav a:before {
        line-height: 1
    }

.wpb_gallery .wpb_flexslider .flex-control-paging {
    z-index: 10
}

#content .wpb_gallery_slides ul.flex-direction-nav, #content .wpb_gallery_slides ul.slides, .content .wpb_gallery_slides ul.flex-direction-nav, .content .wpb_gallery_slides ul.slides, .wpb_content_element .wpb_gallery_slides ul li, .wpb_gallery_slides ul.flex-direction-nav, .wpb_gallery_slides ul.slides, body .wpb_gallery_slides ul li {
    list-style: none;
    padding: 0;
    background-image: none;
    margin: 0
}

.flickr_badge_image {
    margin: 0 10px 10px 0;
    width: 72px;
    height: 72px;
    float: left;
    background: 0 0;
    padding: 0
}

    .flickr_badge_image a {
        border: none
    }

    .flickr_badge_image img {
        margin: 0;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%
    }

.wpb_flickr_widget p.flickr_stream_wrap {
    clear: both;
    margin-bottom: 0;
    font-size: 80%
}

    .wpb_flickr_widget p.flickr_stream_wrap a {
        background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/flickr.png);
        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-aspect-ratio-916 .wpb_video_wrapper {
    padding-top: 177.77777778%
}

.wpb_video_widget.vc_video-aspect-ratio-34 .wpb_video_wrapper {
    padding-top: 133.33333333%
}

.wpb_video_widget.vc_video-aspect-ratio-1235 .wpb_video_wrapper {
    padding-top: 235%
}

.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;
    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.66666667px;
    -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_single_bar .vc_bar.striped {
            background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
            background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
            background-image: -moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
            background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
            background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
            -webkit-background-size: 40px 40px;
            -moz-background-size: 40px 40px;
            -o-background-size: 40px 40px;
            background-size: 40px 40px
        }

        .vc_progress_bar .vc_single_bar .vc_bar.animated {
            -webkit-animation: progress-bar-stripes 2s linear infinite;
            -moz-animation: progress-bar-stripes 2s linear infinite;
            -ms-animation: progress-bar-stripes 2s linear infinite;
            -o-animation: progress-bar-stripes 2s linear infinite;
            animation: progress-bar-stripes 2s linear infinite
        }

.vc_progress_bar.vc_progress-bar-color-bar_blue .vc_single_bar .vc_bar {
    background-color: #0074cc
}

.vc_progress_bar.vc_progress-bar-color-bar_blue .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_blue .vc_bar {
    background-color: #0074cc
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_blue .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar.vc_progress-bar-color-bar_turquoise .vc_single_bar .vc_bar {
    background-color: #49afcd
}

.vc_progress_bar.vc_progress-bar-color-bar_turquoise .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_turquoise .vc_bar {
    background-color: #49afcd
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_turquoise .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar.vc_progress-bar-color-bar_green .vc_single_bar .vc_bar {
    background-color: #5bb75b
}

.vc_progress_bar.vc_progress-bar-color-bar_green .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_green .vc_bar {
    background-color: #5bb75b
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_green .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar.vc_progress-bar-color-bar_orange .vc_single_bar .vc_bar {
    background-color: #faa732
}

.vc_progress_bar.vc_progress-bar-color-bar_orange .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_orange .vc_bar {
    background-color: #faa732
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_orange .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar.vc_progress-bar-color-bar_red .vc_single_bar .vc_bar {
    background-color: #da4f49
}

.vc_progress_bar.vc_progress-bar-color-bar_red .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_red .vc_bar {
    background-color: #da4f49
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_red .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar.vc_progress-bar-color-bar_black .vc_single_bar .vc_bar {
    background-color: #414141
}

.vc_progress_bar.vc_progress-bar-color-bar_black .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_black .vc_bar {
    background-color: #414141
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_black .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar.vc_progress-bar-color-blue .vc_single_bar .vc_bar {
    background-color: #5472d2
}

.vc_progress_bar.vc_progress-bar-color-blue .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-blue .vc_bar {
    background-color: #5472d2
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-blue .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar.vc_progress-bar-color-turquoise .vc_single_bar .vc_bar {
    background-color: #00c1cf
}

.vc_progress_bar.vc_progress-bar-color-turquoise .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-turquoise .vc_bar {
    background-color: #00c1cf
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-turquoise .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar.vc_progress-bar-color-pink .vc_single_bar .vc_bar {
    background-color: #fe6c61
}

.vc_progress_bar.vc_progress-bar-color-pink .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-pink .vc_bar {
    background-color: #fe6c61
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-pink .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar.vc_progress-bar-color-violet .vc_single_bar .vc_bar {
    background-color: #8d6dc4
}

.vc_progress_bar.vc_progress-bar-color-violet .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-violet .vc_bar {
    background-color: #8d6dc4
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-violet .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar.vc_progress-bar-color-peacoc .vc_single_bar .vc_bar {
    background-color: #4cadc9
}

.vc_progress_bar.vc_progress-bar-color-peacoc .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-peacoc .vc_bar {
    background-color: #4cadc9
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-peacoc .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar.vc_progress-bar-color-chino .vc_single_bar .vc_bar {
    background-color: #cec2ab
}

.vc_progress_bar.vc_progress-bar-color-chino .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-chino .vc_bar {
    background-color: #cec2ab
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-chino .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar.vc_progress-bar-color-mulled-wine .vc_single_bar .vc_bar {
    background-color: #50485b
}

.vc_progress_bar.vc_progress-bar-color-mulled-wine .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-mulled-wine .vc_bar {
    background-color: #50485b
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-mulled-wine .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar.vc_progress-bar-color-vista_blue .vc_single_bar .vc_bar {
    background-color: #75d69c
}

.vc_progress_bar.vc_progress-bar-color-vista_blue .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista_blue .vc_bar {
    background-color: #75d69c
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista_blue .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar.vc_progress-bar-color-vista-blue .vc_single_bar .vc_bar {
    background-color: #75d69c
}

.vc_progress_bar.vc_progress-bar-color-vista-blue .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista-blue .vc_bar {
    background-color: #75d69c
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista-blue .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar.vc_progress-bar-color-black .vc_single_bar .vc_bar {
    background-color: #2a2a2a
}

.vc_progress_bar.vc_progress-bar-color-black .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-black .vc_bar {
    background-color: #2a2a2a
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-black .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar.vc_progress-bar-color-grey .vc_single_bar .vc_bar {
    background-color: #ebebeb
}

.vc_progress_bar.vc_progress-bar-color-grey .vc_single_bar .vc_label {
    color: #666;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-grey .vc_bar {
    background-color: #ebebeb
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-grey .vc_label {
    color: #666;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar.vc_progress-bar-color-orange .vc_single_bar .vc_bar {
    background-color: #f7be68
}

.vc_progress_bar.vc_progress-bar-color-orange .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-orange .vc_bar {
    background-color: #f7be68
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-orange .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar.vc_progress-bar-color-sky .vc_single_bar .vc_bar {
    background-color: #5aa1e3
}

.vc_progress_bar.vc_progress-bar-color-sky .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sky .vc_bar {
    background-color: #5aa1e3
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sky .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar.vc_progress-bar-color-green .vc_single_bar .vc_bar {
    background-color: #6dab3c
}

.vc_progress_bar.vc_progress-bar-color-green .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-green .vc_bar {
    background-color: #6dab3c
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-green .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar.vc_progress-bar-color-juicy-pink .vc_single_bar .vc_bar {
    background-color: #f4524d
}

.vc_progress_bar.vc_progress-bar-color-juicy-pink .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-juicy-pink .vc_bar {
    background-color: #f4524d
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-juicy-pink .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar.vc_progress-bar-color-sandy-brown .vc_single_bar .vc_bar {
    background-color: #f79468
}

.vc_progress_bar.vc_progress-bar-color-sandy-brown .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sandy-brown .vc_bar {
    background-color: #f79468
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sandy-brown .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar.vc_progress-bar-color-purple .vc_single_bar .vc_bar {
    background-color: #b97ebb
}

.vc_progress_bar.vc_progress-bar-color-purple .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-purple .vc_bar {
    background-color: #b97ebb
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-purple .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar.vc_progress-bar-color-white .vc_single_bar .vc_bar {
    background-color: #fff
}

.vc_progress_bar.vc_progress-bar-color-white .vc_single_bar .vc_label {
    color: #666;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-white .vc_bar {
    background-color: #fff
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-white .vc_label {
    color: #666;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 40px 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.vc_pie_chart {
    z-index: 0;
    text-align: center;
    opacity: 0
}

    .vc_pie_chart.vc_ready {
        opacity: 1
    }

    .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 {
        font-size: 200%;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        text-align: center
    }

.vc_pie_chart_back {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 6px solid #f7f7f7;
    border-radius: 999px;
    border-radius: 50%;
    opacity: .3;
    -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_center h4 {
        padding: 0 .8em
    }

    .vc_separator.vc_separator_align_left h4 {
        padding: 0 .8em 0 0
    }

    .vc_separator.vc_separator_align_left .vc_sep_holder.vc_sep_holder_l {
        display: none
    }

    .vc_separator.vc_separator_align_right h4 {
        padding: 0 0 0 .8em;
        margin: 0 !important
    }

    .vc_separator.vc_separator_align_right .vc_sep_holder.vc_sep_holder_r {
        display: none
    }

    .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
}

.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 {
    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
}

.wpb_separator {
    clear: both;
    height: 1px
}

.vc_text_separator {
    clear: both;
    height: 1px
}

    .vc_text_separator div {
        display: inline-block;
        background-color: #fff;
        padding: 1px 1em;
        position: relative;
        top: -9px
    }

.separator_align_center {
    text-align: center
}

.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 img.vc_img-placeholder {
        width: 100%
    }

.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_border, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle {
        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 img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
            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_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle {
        border-radius: 50%;
        -webkit-box-shadow: none;
        box-shadow: none;
        overflow: hidden
    }

        .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
            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_circle {
        -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_circle img, .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;
                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;
                    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 {
                border-radius: 50%
            }

                .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 {
                    border-radius: 50%
                }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline {
                border-radius: 50%
            }

                .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 {
                border-radius: 5px
            }

                .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 {
                    border-radius: 5px
                }

            .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline {
                border-radius: 5px
            }

                .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 0;
        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
}

.vc_general.vc_pagination {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center
}

    .vc_general.vc_pagination .vc_pagination-item {
        display: inline-block;
        margin: 0;
        padding: 0;
        vertical-align: middle
    }

    .vc_general.vc_pagination .vc_pagination-trigger {
        display: block;
        text-decoration: none;
        cursor: pointer;
        height: 10px;
        width: 10px;
        margin: 5px 7px;
        background: 0 0;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        border: none
    }

        .vc_general.vc_pagination .vc_pagination-trigger:focus {
            outline: 0
        }

    .vc_general.vc_pagination .vc_active .vc_pagination-trigger {
        cursor: default
    }

.vc_pagination.vc_pagination-style-outline .vc_pagination-trigger {
    border: 3px solid transparent
}

.vc_pagination.vc_pagination-style-flat .vc_pagination-trigger {
    opacity: .6
}

    .vc_pagination.vc_pagination-style-flat .vc_pagination-trigger:hover {
        opacity: 1
    }

.vc_pagination.vc_pagination-style-flat .vc_active .vc_pagination-trigger {
    opacity: 1
}

.vc_pagination.vc_pagination-shape-round .vc_pagination-trigger {
    border-radius: 50%
}

.vc_pagination.vc_pagination-shape-rounded .vc_pagination-trigger {
    border-radius: 3px
}

.vc_pagination-color-blue.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #5472d2
}

    .vc_pagination-color-blue.vc_pagination-style-outline .vc_pagination-trigger:hover {
        background-color: #5472d2
    }

.vc_pagination-color-blue.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #5472d2
}

.vc_pagination-color-blue.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #5472d2
}

.vc_pagination-color-turquoise.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #00c1cf
}

    .vc_pagination-color-turquoise.vc_pagination-style-outline .vc_pagination-trigger:hover {
        background-color: #00c1cf
    }

.vc_pagination-color-turquoise.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #00c1cf
}

.vc_pagination-color-turquoise.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #00c1cf
}

.vc_pagination-color-pink.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #fe6c61
}

    .vc_pagination-color-pink.vc_pagination-style-outline .vc_pagination-trigger:hover {
        background-color: #fe6c61
    }

.vc_pagination-color-pink.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #fe6c61
}

.vc_pagination-color-pink.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #fe6c61
}

.vc_pagination-color-violet.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #8d6dc4
}

    .vc_pagination-color-violet.vc_pagination-style-outline .vc_pagination-trigger:hover {
        background-color: #8d6dc4
    }

.vc_pagination-color-violet.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #8d6dc4
}

.vc_pagination-color-violet.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #8d6dc4
}

.vc_pagination-color-peacoc.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #4cadc9
}

    .vc_pagination-color-peacoc.vc_pagination-style-outline .vc_pagination-trigger:hover {
        background-color: #4cadc9
    }

.vc_pagination-color-peacoc.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #4cadc9
}

.vc_pagination-color-peacoc.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #4cadc9
}

.vc_pagination-color-chino.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #cec2ab
}

    .vc_pagination-color-chino.vc_pagination-style-outline .vc_pagination-trigger:hover {
        background-color: #cec2ab
    }

.vc_pagination-color-chino.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #cec2ab
}

.vc_pagination-color-chino.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #cec2ab
}

.vc_pagination-color-mulled-wine.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #50485b
}

    .vc_pagination-color-mulled-wine.vc_pagination-style-outline .vc_pagination-trigger:hover {
        background-color: #50485b
    }

.vc_pagination-color-mulled-wine.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #50485b
}

.vc_pagination-color-mulled-wine.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #50485b
}

.vc_pagination-color-vista-blue.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #75d69c
}

    .vc_pagination-color-vista-blue.vc_pagination-style-outline .vc_pagination-trigger:hover {
        background-color: #75d69c
    }

.vc_pagination-color-vista-blue.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #75d69c
}

.vc_pagination-color-vista-blue.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #75d69c
}

.vc_pagination-color-orange.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #f7be68
}

    .vc_pagination-color-orange.vc_pagination-style-outline .vc_pagination-trigger:hover {
        background-color: #f7be68
    }

.vc_pagination-color-orange.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #f7be68
}

.vc_pagination-color-orange.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #f7be68
}

.vc_pagination-color-sky.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #5aa1e3
}

    .vc_pagination-color-sky.vc_pagination-style-outline .vc_pagination-trigger:hover {
        background-color: #5aa1e3
    }

.vc_pagination-color-sky.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #5aa1e3
}

.vc_pagination-color-sky.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #5aa1e3
}

.vc_pagination-color-green.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #6dab3c
}

    .vc_pagination-color-green.vc_pagination-style-outline .vc_pagination-trigger:hover {
        background-color: #6dab3c
    }

.vc_pagination-color-green.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #6dab3c
}

.vc_pagination-color-green.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #6dab3c
}

.vc_pagination-color-juicy-pink.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #f4524d
}

    .vc_pagination-color-juicy-pink.vc_pagination-style-outline .vc_pagination-trigger:hover {
        background-color: #f4524d
    }

.vc_pagination-color-juicy-pink.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #f4524d
}

.vc_pagination-color-juicy-pink.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #f4524d
}

.vc_pagination-color-sandy-brown.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #f79468
}

    .vc_pagination-color-sandy-brown.vc_pagination-style-outline .vc_pagination-trigger:hover {
        background-color: #f79468
    }

.vc_pagination-color-sandy-brown.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #f79468
}

.vc_pagination-color-sandy-brown.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #f79468
}

.vc_pagination-color-purple.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #b97ebb
}

    .vc_pagination-color-purple.vc_pagination-style-outline .vc_pagination-trigger:hover {
        background-color: #b97ebb
    }

.vc_pagination-color-purple.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #b97ebb
}

.vc_pagination-color-purple.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #b97ebb
}

.vc_pagination-color-black.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #2a2a2a
}

    .vc_pagination-color-black.vc_pagination-style-outline .vc_pagination-trigger:hover {
        background-color: #2a2a2a
    }

.vc_pagination-color-black.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #2a2a2a
}

.vc_pagination-color-black.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #2a2a2a
}

.vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #ebebeb
}

    .vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger:hover {
        background-color: #ebebeb
    }

.vc_pagination-color-grey.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #ebebeb
}

.vc_pagination-color-grey.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #ebebeb
}

.vc_pagination-color-white.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #fff
}

    .vc_pagination-color-white.vc_pagination-style-outline .vc_pagination-trigger:hover {
        background-color: #fff
    }

.vc_pagination-color-white.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #fff
}

.vc_pagination-color-white.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #fff
}

.vc_grid.vc_row {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

.vc-row[data-vc-full-width] .vc_grid.vc_row {
    overflow: hidden
}

.vc_grid.vc_row.vc_grid-gutter-1px {
    margin-bottom: -1px
}

    .vc_grid.vc_row.vc_grid-gutter-1px .vc_pageable-slide-wrapper {
        margin-right: -1px
    }

    .vc_grid.vc_row.vc_grid-gutter-1px .vc_grid-item {
        padding-right: 1px;
        padding-bottom: 1px
    }

.vc_grid.vc_row.vc_grid-gutter-2px {
    margin-bottom: -2px
}

    .vc_grid.vc_row.vc_grid-gutter-2px .vc_pageable-slide-wrapper {
        margin-right: -2px
    }

    .vc_grid.vc_row.vc_grid-gutter-2px .vc_grid-item {
        padding-right: 2px;
        padding-bottom: 2px
    }

.vc_grid.vc_row.vc_grid-gutter-3px {
    margin-bottom: -3px
}

    .vc_grid.vc_row.vc_grid-gutter-3px .vc_pageable-slide-wrapper {
        margin-right: -3px
    }

    .vc_grid.vc_row.vc_grid-gutter-3px .vc_grid-item {
        padding-right: 3px;
        padding-bottom: 3px
    }

.vc_grid.vc_row.vc_grid-gutter-4px {
    margin-bottom: -4px
}

    .vc_grid.vc_row.vc_grid-gutter-4px .vc_pageable-slide-wrapper {
        margin-right: -4px
    }

    .vc_grid.vc_row.vc_grid-gutter-4px .vc_grid-item {
        padding-right: 4px;
        padding-bottom: 4px
    }

.vc_grid.vc_row.vc_grid-gutter-5px {
    margin-bottom: -5px
}

    .vc_grid.vc_row.vc_grid-gutter-5px .vc_pageable-slide-wrapper {
        margin-right: -5px
    }

    .vc_grid.vc_row.vc_grid-gutter-5px .vc_grid-item {
        padding-right: 5px;
        padding-bottom: 5px
    }

.vc_grid.vc_row.vc_grid-gutter-10px {
    margin-bottom: -10px
}

    .vc_grid.vc_row.vc_grid-gutter-10px .vc_pageable-slide-wrapper {
        margin-right: -10px
    }

    .vc_grid.vc_row.vc_grid-gutter-10px .vc_grid-item {
        padding-right: 10px;
        padding-bottom: 10px
    }

.vc_grid.vc_row.vc_grid-gutter-15px {
    margin-bottom: -15px
}

    .vc_grid.vc_row.vc_grid-gutter-15px .vc_pageable-slide-wrapper {
        margin-right: -15px
    }

    .vc_grid.vc_row.vc_grid-gutter-15px .vc_grid-item {
        padding-right: 15px;
        padding-bottom: 15px
    }

.vc_grid.vc_row.vc_grid-gutter-20px {
    margin-bottom: -20px
}

    .vc_grid.vc_row.vc_grid-gutter-20px .vc_pageable-slide-wrapper {
        margin-right: -20px
    }

    .vc_grid.vc_row.vc_grid-gutter-20px .vc_grid-item {
        padding-right: 20px;
        padding-bottom: 20px
    }

.vc_grid.vc_row.vc_grid-gutter-25px {
    margin-bottom: -25px
}

    .vc_grid.vc_row.vc_grid-gutter-25px .vc_pageable-slide-wrapper {
        margin-right: -25px
    }

    .vc_grid.vc_row.vc_grid-gutter-25px .vc_grid-item {
        padding-right: 25px;
        padding-bottom: 25px
    }

.vc_grid.vc_row.vc_grid-gutter-30px {
    margin-bottom: -30px
}

    .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
        margin-right: -30px
    }

    .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
        padding-right: 30px;
        padding-bottom: 30px
    }

.vc_grid.vc_row.vc_grid-gutter-35px {
    margin-bottom: -35px
}

    .vc_grid.vc_row.vc_grid-gutter-35px .vc_pageable-slide-wrapper {
        margin-right: -35px
    }

    .vc_grid.vc_row.vc_grid-gutter-35px .vc_grid-item {
        padding-right: 35px;
        padding-bottom: 35px
    }

.vc_grid.vc_row .vc_pageable-slide-wrapper .vc_grid-item.vc_visible-item:hover {
    z-index: 3
}

.vc_grid.vc_row .vc_grid-item {
    display: none;
    padding: 0;
    vertical-align: top;
    float: none;
    box-sizing: border-box;
    z-index: 1
}

    .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_grid-item-content {
        overflow: hidden
    }

    .vc_grid.vc_row .vc_grid-item .vc_btn, .vc_grid.vc_row .vc_grid-item .vc_icon_element, .vc_grid.vc_row .vc_grid-item .wpb_content_element {
        margin-bottom: 15px
    }

        .vc_grid.vc_row .vc_grid-item .vc_btn a, .vc_grid.vc_row .vc_grid-item .vc_icon_element a, .vc_grid.vc_row .vc_grid-item .wpb_content_element a {
            text-decoration: none;
            border-bottom: 0
        }

.vc_grid .vc_gitem-link {
    border-bottom: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.vc_masonry_grid .vc_grid.vc_row .vc_grid-item, .vc_masonry_media_grid .vc_grid.vc_row .vc_grid-item {
    position: static
}

    .vc_masonry_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item, .vc_masonry_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
        display: block
    }

.vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item, .vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
    display: block
}

@media (min-width:768px) {
    .vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item, .vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
        display: inline-block
    }
}

@-moz-document url-prefix() {
    .vc_masonry_grid .vc_grid-item, .vc_masonry_media_grid .vc_grid-item {
        margin-left: -.01px
    }
}

.vc_gitem-zone-b {
    display: none
}

.vc_gitem-float-none {
    float: none
}

.vc_gitem-float-left {
    float: left
}

.vc_gitem-float-right {
    float: right
}

.vc_gitem-align-center {
    text-align: center
}

.vc_gitem-align-right {
    text-align: right
}

.vc_gitem-align-justify {
    text-align: justify
}

.vc_gitem-block {
    position: relative;
    overflow: hidden
}

.vc_gitem-is-link {
    cursor: pointer
}

.vc_gitem-link {
    text-decoration: none
}

.vc_gitem_row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: inherit;
    box-sizing: border-box
}

    .vc_gitem_row .vc_gitem_row {
        margin-bottom: 0
    }

.vc_gitem-zone-a .vc_gitem-row-position-top, .vc_gitem-zone-b .vc_gitem-row-position-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.vc_gitem-zone-a .vc_gitem-row-position-middle, .vc_gitem-zone-b .vc_gitem-row-position-middle {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

.vc_gitem-zone-a .vc_gitem-row-position-bottom, .vc_gitem-zone-b .vc_gitem-row-position-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.vc_gitem_row .vc_gitem-col {
    box-sizing: border-box;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.vc_gitem-zone {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-clip: border-box;
    box-sizing: border-box;
    overflow: hidden
}

    .vc_gitem-zone .vc-zone-link {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 5
    }

.vc_gitem-zone-img {
    width: 100%;
    display: block;
    visibility: hidden;
    height: auto
}

.vc_gitem-zone-a .vc_gitem-zone-mini {
    box-sizing: border-box;
    padding: inherit;
    position: static;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.vc_gitem-zone-b {
    overflow: hidden
}

    .vc_gitem-zone-b .vc_gitem-zone-mini {
        position: static;
        padding: inherit;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0
    }

.vc_grid-item-zone-c-left .vc_gitem-animated-block {
    float: right;
    width: 50%
}

.vc_grid-item-zone-c-left .vc_gitem-zone-c {
    float: left;
    width: 50%
}

.vc_grid-item-zone-c-right .vc_gitem-animated-block {
    float: left;
    width: 50%
}

.vc_grid-item-zone-c-right .vc_gitem-zone-c {
    float: right;
    width: 50%
}

.vc-gitem-zone-height-mode-auto .vc_gitem-zone-img {
    display: none !important
}

.vc-gitem-zone-height-mode-auto:before {
    content: "";
    display: block;
    padding-top: 100%
}

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-4-3:before {
    padding-top: 75%
}

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-3-4:before {
    padding-top: 133.33333333%
}

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-3-4:before {
    padding-top: 133.33333333%
}

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-16-9:before {
    padding-top: 56.25%
}

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-9-16:before {
    padding-top: 177.77777778%
}

.vc_gitem-animated-block {
    position: relative
}

.vc_gitem-animate .vc_btn {
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease
}

.vc_gitem-animate .vc_gitem-zone-b {
    z-index: 199
}

.vc_gitem-animate-none .vc_gitem-zone-b {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    box-sizing: border-box
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-none .vc_gitem-zone-b {
    opacity: 1
}

.vc_gitem-animate-blurOut .vc_gitem-zone-b, .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b, .vc_gitem-animate-fadeIn .vc_gitem-zone-b, .vc_gitem-animate-scaleIn .vc_gitem-zone-b, .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    box-sizing: border-box
}

    .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_separator, .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_separator, .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_separator, .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_separator, .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_separator {
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        width: 0
    }

    .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_btn, .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_btn, .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_btn, .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_btn, .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_btn {
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }

    .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title, .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title, .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title, .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title, .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title {
        display: inline-block;
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        -webkit-perspective: 1000;
        -webkit-backface-visibility: hidden;
        -webkit-transition: -webkit-transform 1s cubic-bezier(0,.275,.125,1),opacity .5s cubic-bezier(0,.275,.125,1);
        -moz-transition: -moz-transform 1s cubic-bezier(0,.275,.125,1),opacity .5s cubic-bezier(0,.275,.125,1);
        transition: transform 1s cubic-bezier(0,.275,.125,1),opacity .5s cubic-bezier(0,.275,.125,1)
    }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title {
    opacity: 1
}

    .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_separator, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_separator, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_separator, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_separator, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_separator {
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        width: 50%
    }

    .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_btn, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_btn, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_btn, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_btn, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_btn {
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_post-title, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_post-title, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_post-title, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_post-title, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_post-title {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b {
    opacity: 1
}

    .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_separator, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_separator, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_separator, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_separator, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_separator {
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        width: 50%
    }

    .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_btn, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_btn, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_btn, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_btn, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_btn {
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

.vc_gitem-animate-scaleIn {
    overflow: hidden
}

    .vc_gitem-animate-scaleIn .vc_gitem-zone-a {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform .3s ease-in-out;
        -moz-transition: -moz-transform .3s ease-in-out;
        -o-transition: -o-transform .3s ease-in-out;
        transition: transform .3s ease-in-out
    }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.vc_gitem-animate-scaleRotateIn {
    overflow: hidden
}

    .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-a {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform .3s ease-in-out;
        -moz-transition: -moz-transform .3s ease-in-out;
        -o-transition: -o-transform .3s ease-in-out;
        transition: transform .3s ease-in-out
    }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-a {
    -webkit-transform: scale(1.5) rotate(10deg);
    -moz-transform: scale(1.5) rotate(10deg);
    -ms-transform: scale(1.5) rotate(10deg);
    -o-transform: scale(1.5) rotate(10deg);
    transform: scale(1.5) rotate(10deg)
}

.vc_gitem-animate-blurOut .vc_gitem-zone-a, .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
    filter: blur(0);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    webkit-transition: filter .5s cubic-bezier(0,.275,.125,1),-webkit-transform .5s cubic-bezier(0,.275,.125,1);
    -moz-transition: filter .5s cubic-bezier(0,.275,.125,1),-moz-transform .5s cubic-bezier(0,.275,.125,1);
    transition: filter .5s cubic-bezier(0,.275,.125,1),transform .5s cubic-bezier(0,.275,.125,1)
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-a, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
    filter: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../vc/blur.svg#blur);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px)
}

.vc_gitem-animate-blurScaleOut {
    overflow: hidden
}

    .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.vc_gitem-animate-slideInRight {
    overflow: hidden
}

    .vc_gitem-animate-slideInRight .vc_gitem-zone-b {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        opacity: 0;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideInRight .vc_gitem-zone-b {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.vc_gitem-animate-slideInLeft {
    overflow: hidden
}

    .vc_gitem-animate-slideInLeft .vc_gitem-zone-b {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideInLeft .vc_gitem-zone-b {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.vc_gitem-animate-slideBottom {
    overflow: hidden;
    position: relative
}

    .vc_gitem-animate-slideBottom .vc_gitem-zone-b {
        display: block;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        z-index: 1000;
        position: absolute;
        top: 100%;
        height: 100%;
        left: 0;
        right: 0;
        margin: 0
    }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideBottom .vc_gitem-zone-b {
    top: 0
}

.vc_gitem-animate-slideTop {
    overflow: hidden;
    position: relative
}

    .vc_gitem-animate-slideTop .vc_gitem-zone-b {
        display: block;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        z-index: 1000;
        position: absolute;
        top: -100%;
        height: 100%;
        left: 0;
        right: 0;
        margin: 0
    }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideTop .vc_gitem-zone-b {
    top: 0
}

.vc_gitem-animate-flipFadeIn {
    overflow: hidden
}

    .vc_gitem-animate-flipFadeIn .vc_gitem-zone-a {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: -webkit-transform 1s;
        -moz-transition: -moz-transform 1s;
        -o-transition: -o-transform 1s;
        transition: transform 1s;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipFadeIn .vc_gitem-zone-a {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.vc_gitem-animate-flipFadeIn .vc_gitem-zone-b {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipFadeIn .vc_gitem-zone-b {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0)
}

.vc_gitem-animate-flipHorizontalFadeIn {
    overflow: hidden
}

    .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-a {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: -webkit-transform 1s;
        -moz-transition: -moz-transform 1s;
        -o-transition: -o-transform 1s;
        transition: transform 1s;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-a {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-b {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-b {
    opacity: 1;
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0)
}

.vc_gitem-animate-goTop20 {
    overflow: hidden
}

    .vc_gitem-animate-goTop20 .vc_gitem-zone-a {
        position: relative;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform .5s ease;
        -moz-transition: -moz-transform .5s ease;
        -o-transition: -o-transform .5s ease;
        transition: transform .5s ease
    }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goTop20 .vc_gitem-zone-a {
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%)
}

.vc_gitem-animate-goTop20 .vc_gitem-zone-b {
    display: block;
    -webkit-transition: bottom .5s ease;
    -o-transition: bottom .5s ease;
    transition: bottom .5s ease;
    bottom: -100%;
    z-index: 1000;
    position: absolute;
    width: 100%;
    margin: 0
}

    .vc_gitem-animate-goTop20 .vc_gitem-zone-b .vc_gitem-zone-mini {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goTop20 .vc_gitem-zone-b {
    bottom: 0
}

.vc_gitem-animate-goBottom20 {
    overflow: hidden
}

    .vc_gitem-animate-goBottom20 .vc_gitem-zone-a {
        position: relative;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform .5s ease;
        -moz-transition: -moz-transform .5s ease;
        -o-transition: -o-transform .5s ease;
        transition: transform .5s ease
    }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goBottom20 .vc_gitem-zone-a {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%)
}

.vc_gitem-animate-goBottom20 .vc_gitem-zone-b {
    display: block;
    -webkit-transition: top .5s ease;
    -o-transition: top .5s ease;
    transition: top .5s ease;
    top: -100%;
    z-index: 1000;
    position: absolute;
    width: 100%;
    margin: 0
}

    .vc_gitem-animate-goBottom20 .vc_gitem-zone-b .vc_gitem-zone-mini {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goBottom20 .vc_gitem-zone-b {
    top: 0
}

.vc_gitem-post-data {
    margin-bottom: 15px
}

    .vc_gitem-post-data h2 {
        margin: 0
    }

.vc_gitem-post-category-name .vc_gitem-link {
    color: inherit
}

.vc_grid .vc_pageable-load-more-btn {
    text-align: center;
    margin-top: 25px
}

    .vc_grid .vc_pageable-load-more-btn > .vc_btn {
        outline: 0
    }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots {
    display: none;
    margin-top: 20px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot {
        cursor: pointer;
        display: inline-block
    }

        .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            display: block;
            -webkit-backface-visibility: visible;
            -webkit-transition: opacity .2s ease;
            -o-transition: opacity .2s ease;
            transition: opacity .2s ease
        }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots {
        display: block
    }

        .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots .vc_grid-owl-dot span {
            border: 3px solid;
            -webkit-transition: background-color .2s ease;
            -o-transition: background-color .2s ease;
            transition: background-color .2s ease
        }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots {
        display: block
    }

        .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots .vc_grid-owl-dot span {
            border: 3px solid;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            -webkit-transition: background-color .2s ease;
            -o-transition: background-color .2s ease;
            transition: background-color .2s ease
        }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots {
        display: block
    }

        .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot span {
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
            opacity: .6
        }

        .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot:hover span {
            opacity: 1
        }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots {
        display: block
    }

        .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            display: block;
            -webkit-backface-visibility: visible;
            -webkit-transition: opacity .2s ease;
            -o-transition: opacity .2s ease;
            transition: opacity .2s ease
        }

        .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot span {
            opacity: .6
        }

        .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot:hover span {
            opacity: 1
        }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots {
        display: block
    }

        .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            display: block;
            -webkit-backface-visibility: visible;
            -webkit-transition: opacity .2s ease;
            -o-transition: opacity .2s ease;
            transition: opacity .2s ease
        }

        .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot span {
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            opacity: .6
        }

        .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot:hover span {
            opacity: 1
        }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span {
        border-color: #5472d2 !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot:hover span {
        background-color: #5472d2 !important;
        border-color: #5472d2 !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span {
        border-color: #00c1cf !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot:hover span {
        background-color: #00c1cf !important;
        border-color: #00c1cf !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span {
        border-color: #fe6c61 !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot:hover span {
        background-color: #fe6c61 !important;
        border-color: #fe6c61 !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span {
        border-color: #8d6dc4 !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot:hover span {
        background-color: #8d6dc4 !important;
        border-color: #8d6dc4 !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span {
        border-color: #4cadc9 !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot:hover span {
        background-color: #4cadc9 !important;
        border-color: #4cadc9 !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span {
        border-color: #cec2ab !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot:hover span {
        background-color: #cec2ab !important;
        border-color: #cec2ab !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span {
        border-color: #50485b !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot:hover span {
        background-color: #50485b !important;
        border-color: #50485b !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span {
        border-color: #75d69c !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot:hover span {
        background-color: #75d69c !important;
        border-color: #75d69c !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span {
        border-color: #2a2a2a !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot:hover span {
        background-color: #2a2a2a !important;
        border-color: #2a2a2a !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span {
        border-color: #ebebeb !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:hover span {
        background-color: #ebebeb !important;
        border-color: #ebebeb !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span {
        border-color: #f7be68 !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot:hover span {
        background-color: #f7be68 !important;
        border-color: #f7be68 !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span {
        border-color: #5aa1e3 !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot:hover span {
        background-color: #5aa1e3 !important;
        border-color: #5aa1e3 !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span {
        border-color: #6dab3c !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot:hover span {
        background-color: #6dab3c !important;
        border-color: #6dab3c !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span {
        border-color: #f4524d !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot:hover span {
        background-color: #f4524d !important;
        border-color: #f4524d !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span {
        border-color: #f79468 !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot:hover span {
        background-color: #f79468 !important;
        border-color: #f79468 !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span {
        border-color: #b97ebb !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot:hover span {
        background-color: #b97ebb !important;
        border-color: #b97ebb !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span {
        border-color: #fff !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot:hover span {
        background-color: #fff !important;
        border-color: #fff !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span {
        background-color: #5472d2 !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span {
        background-color: #00c1cf !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span {
        background-color: #fe6c61 !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span {
        background-color: #8d6dc4 !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span {
        background-color: #4cadc9 !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span {
        background-color: #cec2ab !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span {
        background-color: #50485b !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span {
        background-color: #75d69c !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span {
        background-color: #2a2a2a !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span {
        background-color: #ebebeb !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span {
        background-color: #f7be68 !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span {
        background-color: #5aa1e3 !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span {
        background-color: #6dab3c !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span {
        background-color: #f4524d !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span {
        background-color: #f79468 !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span {
        background-color: #b97ebb !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span {
        background-color: #fff !important
    }

.vc_grid.vc_grid-owl-theme:hover .vc_grid-owl-nav {
    opacity: 1
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav {
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in 0s;
    -o-transition: opacity .3s ease-in 0s;
    transition: opacity .3s ease-in 0s;
    -webkit-tap-highlight-color: transparent
}

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .disabled {
        display: none !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev {
        position: absolute;
        top: 50%;
        margin-top: -12.5px;
        opacity: .5;
        font-size: 25px;
        line-height: 25px;
        height: 25px;
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
        -webkit-transition: opacity .3s ease-in 0s;
        -o-transition: opacity .3s ease-in 0s;
        transition: opacity .3s ease-in 0s
    }

        .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next:hover, .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev:hover {
            opacity: 1
        }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev {
        left: 5px
    }

        .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev.vc_grid-nav-prev-outside {
            left: -30px
        }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next {
        right: 5px
    }

        .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next.vc_grid-nav-next-outside {
            right: -30px
        }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-blue {
        color: #5472d2 !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-turquoise {
        color: #00c1cf !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-pink {
        color: #fe6c61 !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-violet {
        color: #8d6dc4 !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-peacoc {
        color: #4cadc9 !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-chino {
        color: #cec2ab !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-mulled_wine {
        color: #50485b !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-vista_blue {
        color: #75d69c !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-black {
        color: #2a2a2a !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-grey {
        color: #ebebeb !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-orange {
        color: #f7be68 !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-sky {
        color: #5aa1e3 !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-green {
        color: #6dab3c !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-juicy_pink {
        color: #f4524d !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-sandy_brown {
        color: #f79468 !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-purple {
        color: #b97ebb !important
    }

    .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-white {
        color: #fff !important
    }

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-1px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-1px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -13px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-2px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-2px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -13.5px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-3px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-3px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -14px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-4px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-4px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -14.5px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-5px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-5px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -15px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-10px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-10px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -17.5px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-15px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-15px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -20px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-20px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-20px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -22.5px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-25px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-25px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -25px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-30px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-30px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -27.5px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-35px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-35px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -30px
}

.vc_grid-pagination .vc_grid-pagination-list {
    outline: 0;
    display: block;
    padding-left: 0;
    text-align: center;
    margin: 20px 0 0 !important;
    border-radius: 2px
}

    .vc_grid-pagination .vc_grid-pagination-list > li {
        display: inline-block;
        margin: 0;
        border: 0 solid transparent
    }

        .vc_grid-pagination .vc_grid-pagination-list > li > a, .vc_grid-pagination .vc_grid-pagination-list > li > span {
            color: #fff;
            background-color: #428bca;
            border: 1px solid #428bca;
            -webkit-transition: opacity .3s ease-in 0s;
            -o-transition: opacity .3s ease-in 0s;
            transition: opacity .3s ease-in 0s;
            position: relative;
            float: left;
            padding: 3px 10px;
            line-height: 1.42857143;
            text-decoration: none;
            opacity: .5;
            margin-left: -1px;
            font-size: 10px
        }

        .vc_grid-pagination .vc_grid-pagination-list > li:first-child > a, .vc_grid-pagination .vc_grid-pagination-list > li:first-child > span {
            margin-left: 0
        }

        .vc_grid-pagination .vc_grid-pagination-list > li:focus a, .vc_grid-pagination .vc_grid-pagination-list > li:focus span, .vc_grid-pagination .vc_grid-pagination-list > li:hover a, .vc_grid-pagination .vc_grid-pagination-list > li:hover span {
            opacity: 1
        }

    .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-prev > a:after {
        font-family: vc_grid_v1;
        display: inline-block;
        content: "\e61b"
    }

    .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-next > a:after {
        font-family: vc_grid_v1;
        display: inline-block;
        content: "\e61a"
    }

    .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-first > a:after {
        font-family: vc_grid_v1;
        display: inline-block;
        content: "\e618"
    }

    .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-last > a:after {
        font-family: vc_grid_v1;
        display: inline-block;
        content: "\e619"
    }

    .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > a, .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > a:focus, .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > a:hover, .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > span, .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > span:focus, .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > span:hover {
        z-index: 2;
        opacity: 1;
        cursor: default
    }

    .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > a, .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > a:focus, .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > a:hover, .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > span, .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > span:focus, .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > span:hover {
        display: none
    }

    .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue > li {
        border-color: #5472d2 !important
    }

        .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue > li > span {
            background-color: #5472d2 !important;
            border-color: #5472d2 !important;
            color: #fff !important
        }

    .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise > li {
        border-color: #00c1cf !important
    }

        .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise > li > span {
            background-color: #00c1cf !important;
            border-color: #00c1cf !important;
            color: #fff !important
        }

    .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink > li {
        border-color: #fe6c61 !important
    }

        .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink > li > span {
            background-color: #fe6c61 !important;
            border-color: #fe6c61 !important;
            color: #fff !important
        }

    .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet > li {
        border-color: #8d6dc4 !important
    }

        .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet > li > span {
            background-color: #8d6dc4 !important;
            border-color: #8d6dc4 !important;
            color: #fff !important
        }

    .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc > li {
        border-color: #4cadc9 !important
    }

        .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc > li > span {
            background-color: #4cadc9 !important;
            border-color: #4cadc9 !important;
            color: #fff !important
        }

    .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino > li {
        border-color: #cec2ab !important
    }

        .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino > li > span {
            background-color: #cec2ab !important;
            border-color: #cec2ab !important;
            color: #fff !important
        }

    .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine > li {
        border-color: #50485b !important
    }

        .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine > li > span {
            background-color: #50485b !important;
            border-color: #50485b !important;
            color: #fff !important
        }

    .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue > li {
        border-color: #75d69c !important
    }

        .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue > li > span {
            background-color: #75d69c !important;
            border-color: #75d69c !important;
            color: #fff !important
        }

    .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black > li {
        border-color: #2a2a2a !important
    }

        .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black > li > span {
            background-color: #2a2a2a !important;
            border-color: #2a2a2a !important;
            color: #fff !important
        }

    .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey > li {
        border-color: #ebebeb !important
    }

        .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey > li > span {
            background-color: #ebebeb !important;
            border-color: #ebebeb !important;
            color: #fff !important
        }

    .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange > li {
        border-color: #f7be68 !important
    }

        .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange > li > span {
            background-color: #f7be68 !important;
            border-color: #f7be68 !important;
            color: #fff !important
        }

    .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky > li {
        border-color: #5aa1e3 !important
    }

        .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky > li > span {
            background-color: #5aa1e3 !important;
            border-color: #5aa1e3 !important;
            color: #fff !important
        }

    .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green > li {
        border-color: #6dab3c !important
    }

        .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green > li > span {
            background-color: #6dab3c !important;
            border-color: #6dab3c !important;
            color: #fff !important
        }

    .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink > li {
        border-color: #f4524d !important
    }

        .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink > li > span {
            background-color: #f4524d !important;
            border-color: #f4524d !important;
            color: #fff !important
        }

    .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown > li {
        border-color: #f79468 !important
    }

        .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown > li > span {
            background-color: #f79468 !important;
            border-color: #f79468 !important;
            color: #fff !important
        }

    .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple > li {
        border-color: #b97ebb !important
    }

        .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple > li > span {
            background-color: #b97ebb !important;
            border-color: #b97ebb !important;
            color: #fff !important
        }

    .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white > li {
        border-color: #fff !important
    }

        .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white > li > span {
            background-color: #fff !important;
            border-color: #fff !important;
            color: #2a2a2a !important
        }

    .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li > span {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        min-width: 28px;
        min-height: 22px
    }

    .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li:first-child > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li:first-child > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li:first-child > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li:first-child > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li:first-child > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li:first-child > span {
        border-bottom-left-radius: 2px;
        border-top-left-radius: 2px
    }

    .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li:last-child > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li:last-child > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li:last-child > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li:last-child > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li:last-child > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li:last-child > span {
        border-bottom-right-radius: 2px;
        border-top-right-radius: 2px
    }

    .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light > li > span {
        margin-left: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 22px;
        min-width: 22px;
        padding: 3px
    }

    .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > span {
        margin-left: 5px;
        border-radius: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 22px;
        min-width: 22px;
        padding: 3px
    }

    .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > span {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 22px;
        min-width: 22px;
        padding: 3px
    }

    .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > span {
        background-color: transparent !important;
        color: #000 !important
    }

    .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light > li > span {
        background-color: transparent !important;
        color: #fff !important
    }

    .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark > li, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light > li {
        border-left-width: 1px !important
    }

        .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light > li > a {
            border-width: 0;
            background: none repeat scroll 0 0 rgba(0,0,0,0) !important
        }

        .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark li.vc_grid-disabled + li, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark > li:first-child, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light li.vc_grid-disabled + li, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light > li:first-child {
            border-width: 0 !important
        }

        .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark > li > a {
            color: #000 !important
        }

        .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light > li > a {
            color: #fff !important
        }

.vc_grid-loading {
    margin: 2em auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
    height: 20px
}

    .vc_grid-loading, .vc_grid-loading:after, .vc_grid-loading:before {
        border-radius: 50%;
        width: 12px;
        height: 12px;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation: load7 1.8s infinite ease-in-out;
        animation: load7 1.8s infinite ease-in-out
    }

        .vc_grid-loading:before {
            left: -20px
        }

        .vc_grid-loading:after {
            left: 20px;
            -webkit-animation-delay: .32s;
            animation-delay: .32s
        }

        .vc_grid-loading:after, .vc_grid-loading:before {
            content: '';
            position: absolute;
            top: 0
        }

@-webkit-keyframes load7 {
    0%,100%,80% {
        box-shadow: 0 2.5em 0 -1.3em rgba(235,235,235,.75)
    }

    40% {
        box-shadow: 0 2.5em 0 0 rgba(235,235,235,.75)
    }
}

@keyframes load7 {
    0%,100%,80% {
        box-shadow: 0 2.5em 0 -1.3em rgba(235,235,235,.75)
    }

    40% {
        box-shadow: 0 2.5em 0 0 rgba(235,235,235,.75)
    }
}

.vc_grid-filter {
    margin-left: 0;
    margin-bottom: 20px;
    list-style: none;
    padding: 0
}

    .vc_grid-filter.vc_grid-filter-center {
        text-align: center
    }

    .vc_grid-filter.vc_grid-filter-right {
        text-align: right
    }

    .vc_grid-filter.vc_grid-filter-left {
        text-align: left
    }

    .vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item:hover {
        background-color: #5472d2
    }

        .vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item:hover > span {
            color: #fff
        }

    .vc_grid-filter.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover {
        background-color: #00c1cf
    }

        .vc_grid-filter.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover > span {
            color: #fff
        }

    .vc_grid-filter.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-pink > .vc_grid-filter-item:hover {
        background-color: #fe6c61
    }

        .vc_grid-filter.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-pink > .vc_grid-filter-item:hover > span {
            color: #fff
        }

    .vc_grid-filter.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-violet > .vc_grid-filter-item:hover {
        background-color: #8d6dc4
    }

        .vc_grid-filter.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-violet > .vc_grid-filter-item:hover > span {
            color: #fff
        }

    .vc_grid-filter.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover {
        background-color: #4cadc9
    }

        .vc_grid-filter.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover > span {
            color: #fff
        }

    .vc_grid-filter.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-chino > .vc_grid-filter-item:hover {
        background-color: #cec2ab
    }

        .vc_grid-filter.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-chino > .vc_grid-filter-item:hover > span {
            color: #fff
        }

    .vc_grid-filter.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover {
        background-color: #50485b
    }

        .vc_grid-filter.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover > span {
            color: #fff
        }

    .vc_grid-filter.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover {
        background-color: #75d69c
    }

        .vc_grid-filter.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover > span {
            color: #fff
        }

    .vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item:hover {
        background-color: #2a2a2a
    }

        .vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item:hover > span {
            color: #fff
        }

    .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover {
        background-color: #ebebeb
    }

        .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover > span {
            color: #666
        }

    .vc_grid-filter.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-orange > .vc_grid-filter-item:hover {
        background-color: #f7be68
    }

        .vc_grid-filter.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-orange > .vc_grid-filter-item:hover > span {
            color: #fff
        }

    .vc_grid-filter.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-sky > .vc_grid-filter-item:hover {
        background-color: #5aa1e3
    }

        .vc_grid-filter.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-sky > .vc_grid-filter-item:hover > span {
            color: #fff
        }

    .vc_grid-filter.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-green > .vc_grid-filter-item:hover {
        background-color: #6dab3c
    }

        .vc_grid-filter.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-green > .vc_grid-filter-item:hover > span {
            color: #fff
        }

    .vc_grid-filter.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover {
        background-color: #f4524d
    }

        .vc_grid-filter.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover > span {
            color: #fff
        }

    .vc_grid-filter.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover {
        background-color: #f79468
    }

        .vc_grid-filter.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover > span {
            color: #fff
        }

    .vc_grid-filter.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-purple > .vc_grid-filter-item:hover {
        background-color: #b97ebb
    }

        .vc_grid-filter.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-purple > .vc_grid-filter-item:hover > span {
            color: #fff
        }

    .vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item:hover {
        background-color: #fff
    }

        .vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item:hover > span {
            color: #666
        }

    .vc_grid-filter > .vc_grid-filter-item {
        cursor: pointer;
        display: inline-block;
        background: 0 0;
        padding: 4px 10px;
        -webkit-transition: background-color .1s linear;
        -o-transition: background-color .1s linear;
        transition: background-color .1s linear
    }

        .vc_grid-filter > .vc_grid-filter-item:first-child {
            margin-left: 0 !important
        }

        .vc_grid-filter > .vc_grid-filter-item > span {
            -webkit-transition: color .1s linear;
            -o-transition: color .1s linear;
            transition: color .1s linear;
            outline: 0;
            padding: 0;
            text-decoration: none
        }

        .vc_grid-filter > .vc_grid-filter-item.vc_active > span, .vc_grid-filter > .vc_grid-filter-item:hover > span {
            text-decoration: none
        }

    .vc_grid-filter.vc_grid-filter-default > .vc_grid-filter-item {
        margin: 0 5px 5px 0;
        border-radius: 30px
    }

    .vc_grid-filter.vc_grid-filter- .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-comma .vc_grid-filter-item {
        padding: 0 !important
    }

    .vc_grid-filter.vc_grid-filter-default-less-rounded > .vc_grid-filter-item {
        margin: 0 5px 5px 0;
        border-radius: 5px
    }

    .vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item {
        margin: 0;
        border: 1px solid rgba(235,235,235,.8);
        border-collapse: collapse
    }

        .vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:nth-child(n+2), .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item:nth-child(n+2), .vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item:nth-child(n+2) {
            margin-left: -1px;
            margin-top: -1px
        }

        .vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item:hover {
            position: relative;
            z-index: 1;
            border-color: transparent
        }

            .vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item.vc_active > a, .vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:hover > a, .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item.vc_active > a, .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item:hover > a, .vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item.vc_active > a, .vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item:hover > a {
                text-decoration: none
            }

        .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item:first-child {
            border-top-left-radius: 30px;
            border-bottom-left-radius: 30px
        }

        .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item:last-child {
            border-top-right-radius: 30px;
            border-bottom-right-radius: 30px
        }

        .vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:first-child {
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px
        }

        .vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:last-child {
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px
        }

    .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item {
        background-color: #7c93dd
    }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item > span {
            color: #fff
        }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item:hover {
            background-color: #5472d2
        }

            .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item:hover > span {
                color: #fff
            }

    .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item {
        background-color: #00919c
    }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item > span {
            color: #fff
        }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover {
            background-color: #00c1cf
        }

            .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover > span {
                color: #fff
            }

    .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item {
        background-color: #fe9b94
    }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item > span {
            color: #fff
        }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item:hover {
            background-color: #fe6c61
        }

            .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item:hover > span {
                color: #fff
            }

    .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item {
        background-color: #a991d3
    }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item > span {
            color: #fff
        }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item:hover {
            background-color: #8d6dc4
        }

            .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item:hover > span {
                color: #fff
            }

    .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item {
        background-color: #73bfd5
    }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item > span {
            color: #fff
        }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover {
            background-color: #4cadc9
        }

            .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover > span {
                color: #fff
            }

    .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item {
        background-color: #e1d9cb
    }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item > span {
            color: #fff
        }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item:hover {
            background-color: #cec2ab
        }

            .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item:hover > span {
                color: #fff
            }

    .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item {
        background-color: #695f77
    }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item > span {
            color: #fff
        }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover {
            background-color: #50485b
        }

            .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover > span {
                color: #fff
            }

    .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item {
        background-color: #9ce2b8
    }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item > span {
            color: #fff
        }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover {
            background-color: #75d69c
        }

            .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover > span {
                color: #fff
            }

    .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item {
        background-color: #444
    }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item > span {
            color: #fff
        }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item:hover {
            background-color: #2a2a2a
        }

            .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item:hover > span {
                color: #fff
            }

    .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item {
        background-color: #d2d2d2
    }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item > span {
            color: #666
        }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item:hover {
            background-color: #ebebeb
        }

            .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item:hover > span {
                color: #666
            }

    .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item {
        background-color: #fad398
    }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item > span {
            color: #fff
        }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item:hover {
            background-color: #f7be68
        }

            .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item:hover > span {
                color: #fff
            }

    .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item {
        background-color: #86baea
    }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item > span {
            color: #fff
        }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item:hover {
            background-color: #5aa1e3
        }

            .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item:hover > span {
                color: #fff
            }

    .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item {
        background-color: #87c456
    }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item > span {
            color: #fff
        }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item:hover {
            background-color: #6dab3c
        }

            .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item:hover > span {
                color: #fff
            }

    .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item {
        background-color: #f7817d
    }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item > span {
            color: #fff
        }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover {
            background-color: #f4524d
        }

            .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover > span {
                color: #fff
            }

    .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item {
        background-color: #fab698
    }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item > span {
            color: #fff
        }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover {
            background-color: #f79468
        }

            .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover > span {
                color: #fff
            }

    .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item {
        background-color: #cb9fcd
    }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item > span {
            color: #fff
        }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item:hover {
            background-color: #b97ebb
        }

            .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item:hover > span {
                color: #fff
            }

    .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item {
        background-color: #e6e6e6
    }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item > span {
            color: #666
        }

        .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item:hover {
            background-color: #fff
        }

            .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item:hover > span {
                color: #666
            }

    .vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item {
        margin: 0;
        border: 1px solid transparent;
        border-collapse: collapse;
        padding: 3px 7px
    }

        .vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item > span {
            color: #fff
        }

        .vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:nth-child(n+2), .vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item:nth-child(n+2) {
            border-left: none;
            margin-left: 1px;
            border-top: none;
            margin-top: 1px
        }

        .vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:first-child, .vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item:first-child {
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
            border-top: 0
        }

        .vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:last-child, .vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item:last-child {
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px
        }

        .vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:first-child {
            border-top-left-radius: 30px;
            border-bottom-left-radius: 30px;
            border-top: 0
        }

        .vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:last-child {
            border-top-right-radius: 30px;
            border-bottom-right-radius: 30px
        }

    .vc_grid-filter.vc_grid-filter-filled-rounded-all > .vc_grid-filter-item {
        border-radius: 3px !important
    }

    .vc_grid-filter.vc_grid-filter-filled-round-all > .vc_grid-filter-item {
        border-radius: 30px !important
    }

    .vc_grid-filter.vc_grid-filter-size-xs .vc_grid-filter-item {
        font-size: 12px;
        padding: 1px 5px
    }

    .vc_grid-filter.vc_grid-filter-size-sm .vc_grid-filter-item {
        font-size: 13px;
        padding: 2px 7px
    }

    .vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
        font-size: 100%;
        padding: 2px 10px
    }

    .vc_grid-filter.vc_grid-filter-size-lg .vc_grid-filter-item {
        font-size: 18px;
        padding: 4px 10px
    }

.vc_grid-filter-select {
    display: none
}

.vc_grid-filter-dropdown, .vc_grid-filter-select {
    font-size: 12px;
    margin-bottom: 20px
}

    .vc_grid-filter-dropdown.vc_grid-filter-center, .vc_grid-filter-select.vc_grid-filter-center {
        text-align: center
    }

    .vc_grid-filter-dropdown.vc_grid-filter-right, .vc_grid-filter-select.vc_grid-filter-right {
        text-align: right
    }

    .vc_grid-filter-dropdown.vc_grid-filter-left, .vc_grid-filter-select.vc_grid-filter-left {
        text-align: left
    }

    .vc_grid-filter-dropdown .vc_grid-styled-select .vc_arrow-icon-navicon, .vc_grid-filter-select .vc_grid-styled-select .vc_arrow-icon-navicon {
        display: none
    }

    .vc_grid-filter-dropdown .vc_grid-styled-select select, .vc_grid-filter-select .vc_grid-styled-select select {
        outline: 0;
        display: inline-block
    }

@media (min-width:768px) {
    .vc_grid-filter-dropdown.vc_grid-filter-color-blue .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-blue .vc_arrow-icon-navicon {
        color: #5472d2
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-turquoise .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-turquoise .vc_arrow-icon-navicon {
        color: #00c1cf
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-pink .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-pink .vc_arrow-icon-navicon {
        color: #fe6c61
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-violet .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-violet .vc_arrow-icon-navicon {
        color: #8d6dc4
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-peacoc .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-peacoc .vc_arrow-icon-navicon {
        color: #4cadc9
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-chino .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-chino .vc_arrow-icon-navicon {
        color: #cec2ab
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-mulled_wine .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-mulled_wine .vc_arrow-icon-navicon {
        color: #50485b
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-vista_blue .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-vista_blue .vc_arrow-icon-navicon {
        color: #75d69c
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-black .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-black .vc_arrow-icon-navicon {
        color: #2a2a2a
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-grey .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-grey .vc_arrow-icon-navicon {
        color: #ebebeb
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-orange .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-orange .vc_arrow-icon-navicon {
        color: #f7be68
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-sky .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-sky .vc_arrow-icon-navicon {
        color: #5aa1e3
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-green .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-green .vc_arrow-icon-navicon {
        color: #6dab3c
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-juicy_pink .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-juicy_pink .vc_arrow-icon-navicon {
        color: #f4524d
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-sandy_brown .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-sandy_brown .vc_arrow-icon-navicon {
        color: #f79468
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-purple .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-purple .vc_arrow-icon-navicon {
        color: #b97ebb
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-white .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-white .vc_arrow-icon-navicon {
        color: #fff
    }

    .vc_grid-filter-dropdown .vc_grid-styled-select, .vc_grid-filter-select .vc_grid-styled-select {
        border: 1px solid #ccc;
        display: inline-block;
        height: 30px;
        overflow: hidden;
        padding-right: 5px;
        text-align: left;
        width: auto;
        vertical-align: middle
    }

        .vc_grid-filter-dropdown .vc_grid-styled-select .vc_arrow-icon-navicon, .vc_grid-filter-select .vc_grid-styled-select .vc_arrow-icon-navicon {
            font-size: 17px;
            display: inline;
            vertical-align: middle
        }

        .vc_grid-filter-dropdown .vc_grid-styled-select select, .vc_grid-filter-select .vc_grid-styled-select select {
            background: none repeat scroll 0 0 transparent;
            border: 0 none;
            border-radius: 0;
            height: 30px;
            line-height: 1;
            margin-right: -50px;
            padding: 5px;
            position: relative;
            font-size: 12px;
            z-index: 0;
            cursor: pointer;
            max-width: inherit !important
        }
}

@media (max-width:768px) {
    .vc_responsive .vc_grid-filter-select {
        display: block
    }

    .vc_responsive .vc_grid-filter {
        display: none !important
    }
}

.owl-carousel .owl-item .vc_grid-item {
    -webkit-transform: translate3D(0,0,0);
    -ms-transform: translate3D(0,0,0);
    transform: translate3D(0,0,0)
}

.owl-carousel .owl-animated-out {
    z-index: 0
}

.owl-carousel .owl-animated-in {
    z-index: 1
}

.vc-hoverbox-wrapper, .vc-hoverbox-wrapper * {
    box-sizing: border-box
}

    .vc-hoverbox-wrapper.vc-hoverbox-shape--rounded .vc-hoverbox-back, .vc-hoverbox-wrapper.vc-hoverbox-shape--rounded .vc-hoverbox-front {
        border-radius: 10px
    }

    .vc-hoverbox-wrapper.vc-hoverbox-shape--round .vc-hoverbox-back, .vc-hoverbox-wrapper.vc-hoverbox-shape--round .vc-hoverbox-front {
        border-radius: 50px
    }

    .vc-hoverbox-wrapper.vc-hoverbox-align--center {
        text-align: center
    }

    .vc-hoverbox-wrapper.vc-hoverbox-align--left {
        text-align: left
    }

    .vc-hoverbox-wrapper.vc-hoverbox-align--right {
        text-align: right
    }

    .vc-hoverbox-wrapper .vc-hoverbox {
        position: relative;
        display: inline-block;
        text-align: center;
        width: 100%
    }

    .vc-hoverbox-wrapper.vc-hoverbox-width--100 .vc-hoverbox {
        width: 100%
    }

    .vc-hoverbox-wrapper.vc-hoverbox-width--90 .vc-hoverbox {
        width: 90%
    }

    .vc-hoverbox-wrapper.vc-hoverbox-width--80 .vc-hoverbox {
        width: 80%
    }

    .vc-hoverbox-wrapper.vc-hoverbox-width--70 .vc-hoverbox {
        width: 70%
    }

    .vc-hoverbox-wrapper.vc-hoverbox-width--60 .vc-hoverbox {
        width: 60%
    }

    .vc-hoverbox-wrapper.vc-hoverbox-width--50 .vc-hoverbox {
        width: 50%
    }

    .vc-hoverbox-wrapper.vc-hoverbox-width--40 .vc-hoverbox {
        width: 40%
    }

    .vc-hoverbox-wrapper.vc-hoverbox-width--30 .vc-hoverbox {
        width: 30%
    }

    .vc-hoverbox-wrapper.vc-hoverbox-width--20 .vc-hoverbox {
        width: 20%
    }

    .vc-hoverbox-wrapper.vc-hoverbox-width--10 .vc-hoverbox {
        width: 10%
    }

.vc-hoverbox-inner {
    width: 100%;
    display: inline-block;
    min-height: 250px
}

    .vc-hoverbox-inner :last-child {
        margin-bottom: 0
    }

.vc-hoverbox-block {
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform .5s ease-in-out;
    transform-style: preserve-3d;
    background-size: cover;
    background-position: center
}

.vc-hoverbox-block-inner {
    flex-shrink: 0;
    padding: 20px
}

    .vc-hoverbox-block-inner > * {
        backface-visibility: hidden
    }

.vc-hoverbox-front {
    transform: rotateY(0);
    z-index: 1
}

.vc-hoverbox-back {
    transform: rotateY(180deg)
}

.vc-hoverbox:hover .vc-hoverbox-front {
    transform: rotateY(-180deg)
}

.vc-hoverbox:hover .vc-hoverbox-back {
    transform: rotateY(0)
}

.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox-front {
    transform: rotateY(180deg)
}

.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox-back {
    transform: rotateY(0);
    z-index: 2
}

.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox:hover .vc-hoverbox-front {
    transform: rotateY(0)
}

.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox:hover .vc-hoverbox-back {
    transform: rotateY(-180deg)
}

@font-face {
    font-family: vc_grid_v1;
    src: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../fonts/vc_grid/vc_grid_v1.eot?-9hbgac);
    src: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../fonts/vc_grid/vc_grid_v1.eot?#iefix-9hbgac) format('embedded-opentype'),url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../fonts/vc_grid/vc_grid_v1.woff?-9hbgac) format('woff'),url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../fonts/vc_grid/vc_grid_v1.ttf?-9hbgac) format('truetype'),url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../fonts/vc_grid/vc_grid_v1.svg?-9hbgac#vc_grid_v1) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" vc_arrow-icon-"], [class^=vc_arrow-icon-] {
    font-family: vc_grid_v1;
    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_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
}

    .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
}

@-webkit-keyframes wpb_ttb {
    0% {
        -webkit-transform: translate(0,-10%);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0,0);
        opacity: 1
    }
}

@-moz-keyframes wpb_ttb {
    0% {
        -moz-transform: translate(0,-10%);
        opacity: 0
    }

    100% {
        -moz-transform: translate(0,0);
        opacity: 1
    }
}

@-o-keyframes wpb_ttb {
    0% {
        -o-transform: translate(0,-10%);
        opacity: 0
    }

    100% {
        -o-transform: translate(0,0);
        opacity: 1
    }
}

@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
    }

    100% {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }
}

@-webkit-keyframes wpb_btt {
    0% {
        -webkit-transform: translate(0,10%);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0,0);
        opacity: 1
    }
}

@-moz-keyframes wpb_btt {
    0% {
        -moz-transform: translate(0,10%);
        opacity: 0
    }

    100% {
        -moz-transform: translate(0,0);
        opacity: 1
    }
}

@-o-keyframes wpb_btt {
    0% {
        -o-transform: translate(0,10%);
        opacity: 0
    }

    100% {
        -o-transform: translate(0,0);
        opacity: 1
    }
}

@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
    }

    100% {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }
}

@-webkit-keyframes wpb_ltr {
    0% {
        -webkit-transform: translate(-10%,0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0,0);
        opacity: 1
    }
}

@-moz-keyframes wpb_ltr {
    0% {
        -moz-transform: translate(-10%,0);
        opacity: 0
    }

    100% {
        -moz-transform: translate(0,0);
        opacity: 1
    }
}

@-o-keyframes wpb_ltr {
    0% {
        -o-transform: translate(-10%,0);
        opacity: 0
    }

    100% {
        -o-transform: translate(0,0);
        opacity: 1
    }
}

@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
    }

    100% {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }
}

@-webkit-keyframes wpb_rtl {
    0% {
        -webkit-transform: translate(10%,0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0,0);
        opacity: 1
    }
}

@-moz-keyframes wpb_rtl {
    0% {
        -moz-transform: translate(10%,0);
        opacity: 0
    }

    100% {
        -moz-transform: translate(0,0);
        opacity: 1
    }
}

@-o-keyframes wpb_rtl {
    0% {
        -o-transform: translate(10%,0);
        opacity: 0
    }

    100% {
        -o-transform: translate(0,0);
        opacity: 1
    }
}

@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
    }

    100% {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }
}

@-webkit-keyframes wpb_appear {
    0% {
        -webkit-transform: scale(.5);
        opacity: .1
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes wpb_appear {
    0% {
        -moz-transform: scale(.5);
        opacity: .1
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1
    }
}

@-o-keyframes wpb_appear {
    0% {
        -o-transform: scale(.5);
        opacity: .1
    }

    100% {
        -o-transform: scale(1);
        opacity: 1
    }
}

@keyframes wpb_appear {
    0% {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5);
        opacity: .1
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.vc-spinner::before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    pointer-events: none;
    margin-top: 6px;
    background: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../images/spinner.gif) no-repeat;
    background-position-x: center;
    background-position-y: center
}

.vc-spinner.vc-spinner-complete::before {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../vc/tick.png)
}

.vc-spinner.vc-spinner-failed::before {
    background-image: url(//brooklanddesigns.co.uk/wp-content/plugins/js_composer/assets/css/../vc/remove.png)
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini {
    position: relative
}

    .vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_gitem-zone {
        opacity: 0 !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important
    }

    .vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader-wrapper {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -50px;
        left: 0
    }

    .vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader {
        margin: 2em auto;
        font-size: 10px;
        position: relative;
        text-indent: -9999em;
        -webkit-animation-delay: .16s;
        animation-delay: .16s;
        height: 50px
    }

        .vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader, .vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:after, .vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:before {
            border-radius: 50%;
            width: 12px;
            height: 12px;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation: vc_woo-add-cart-load 1.8s infinite ease-in-out;
            animation: vc_woo-add-cart-load 1.8s infinite ease-in-out
        }

            .vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:before {
                left: -20px
            }

            .vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:after {
                left: 20px;
                -webkit-animation-delay: .32s;
                animation-delay: .32s
            }

            .vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:after, .vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:before {
                content: '';
                position: absolute;
                top: 0
            }

@-webkit-keyframes vc_woo-add-cart-load {
    0%,100%,80% {
        box-shadow: 0 2.5em 0 -1.3em rgba(235,235,235,.75)
    }

    40% {
        box-shadow: 0 2.5em 0 0 rgba(235,235,235,.75)
    }
}

@keyframes vc_woo-add-cart-load {
    0%,100%,80% {
        box-shadow: 0 2.5em 0 -1.3em rgba(235,235,235,.75)
    }

    40% {
        box-shadow: 0 2.5em 0 0 rgba(235,235,235,.75)
    }
}

.vc_grid-item-mini .added_to_cart.wc-forward {
    display: none
}
/*!
 * Font Awesome Free 5.14.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, .fas, .far, .fal, .fad, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.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: scale(-1,1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1,-1)
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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, :root .fa-flip-both {
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adobe:before {
    content: "\f778"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-wash:before {
    content: "\e05e"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt-slash:before {
    content: "\e05f"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-user:before {
    content: "\e065"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\e055"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-house:before {
    content: "\e066"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-arrows:before {
    content: "\e068"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\e01e"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\e049"
}

.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-unsplash:before {
    content: "\e07c"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-virus:before {
    content: "\e074"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}
/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../fonts/fontawesome/fa-brands-400.eot);
    src: url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../fonts/fontawesome/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../fonts/fontawesome/fa-brands-400.woff2) format("woff2"),url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../fonts/fontawesome/fa-brands-400.woff) format("woff"),url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../fonts/fontawesome/fa-brands-400.ttf) format("truetype"),url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../fonts/fontawesome/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400
}
/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../fonts/fontawesome/fa-regular-400.eot);
    src: url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../fonts/fontawesome/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../fonts/fontawesome/fa-regular-400.woff2) format("woff2"),url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../fonts/fontawesome/fa-regular-400.woff) format("woff"),url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../fonts/fontawesome/fa-regular-400.ttf) format("truetype"),url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../fonts/fontawesome/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400
}
/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(/Content/fonts/fa-solid-900.eot);
    src: url(/Content/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/Content/fonts/fa-solid-900.woff2) format("woff2"), url(/Content/fonts/fa-solid-900.woff) format("woff"), url(/Content/fonts/fa-solid-900.ttf) format("truetype"), url(/Content/fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.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 .3s ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0px,0px,0px)
    }

    .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .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%
        }

    .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;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0;
        font: inherit
    }

    .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 {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        touch-action: pan-y;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s
}

    .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
        max-height: 0
    }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../images/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s
}

    .owl-carousel .owl-video-play-icon:hover {
        transform: scale(1.3,1.3)
    }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-carousel .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

    .owl-carousel .owl-nav [class*=owl-] {
        color: #fff;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #d6d6d6;
        display: inline-block;
        cursor: pointer
    }

        .owl-carousel .owl-nav [class*=owl-]:hover {
            background: #869791;
            color: #fff;
            text-decoration: none
        }

    .owl-carousel .owl-nav .disabled {
        opacity: .5;
        cursor: default
    }

        .owl-carousel .owl-nav.disabled + .owl-dots {
            margin-top: 10px
        }

.owl-carousel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

    .owl-carousel .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline
    }

        .owl-carousel .owl-dots .owl-dot span {
            width: 8px;
            height: 8px;
            margin: 5px 4px;
            background: #d6d6d6;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity .2s;
            border-radius: 30px
        }

        .owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
            background: #869791
        }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    text-shadow: none
}

.fancybox-opened {
    z-index: 8030
}

    .fancybox-opened .fancybox-skin {
        box-shadow: 0 10px 25px rgba(0,0,0,.5)
    }

.fancybox-outer, .fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/images/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/images/fancybox_loading.gif) center center no-repeat
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/images/blank.gif);
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

    .fancybox-lock body {
        overflow: hidden !important
    }

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: #444645;
    background: rgba(68,70,69,.65)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: 0 0;
        background: rgba(0,0,0,.8);
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #fff;
        font-weight: 700;
        line-height: 24px;
        white-space: nowrap
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,0,0,.8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/images/fancybox_sprite@2x.png);
        background-size: 44px 152px
    }

        #fancybox-loading div {
            background-image: url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/images/fancybox_loading@2x.gif);
            background-size: 24px 24px
        }
}

.fancybox-overlay .page-top {
    display: none
}

a.fancybox-close {
    background: 0 0;
    transition: all .2s;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    width: 41px;
    height: 41px;
    top: 0;
    right: 0
}

    a.fancybox-close:before, a.fancybox-close:after {
        content: '';
        position: absolute;
        color: #838383
    }

    a.fancybox-close:before {
        width: 21px;
        top: 20px;
        left: 10px;
        border-top: 1px solid
    }

    a.fancybox-close:after {
        height: 21px;
        top: 10px;
        left: 20px;
        border-left: 1px solid
    }

    a.fancybox-close:hover {
        text-decoration: none;
        opacity: .65;
        filter: alpha(opacity=65)
    }

    a.fancybox-close.fancybox-newsletter-close {
        top: 10px;
        right: 10px
    }

.fancybox-wrap .product_title a:hover {
    color: #555
}

.fancybox-skin {
    background: #fff none repeat scroll 0 0
}

@font-face {
    font-family: 'Simple-Line-Icons';
    font-weight: 400;
    font-display: swap;
    src: url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../fonts/Simple-Line-Icons/Simple-Line-Icons.eot?nuc4d1);
    src: url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../fonts/Simple-Line-Icons/Simple-Line-Icons.eot?nuc4d1#iefix) format("embedded-opentype"),url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../fonts/Simple-Line-Icons/Simple-Line-Icons.ttf?nuc4d1) format("truetype"),url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../fonts/Simple-Line-Icons/Simple-Line-Icons.woff?nuc4d1) format("woff"),url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../fonts/Simple-Line-Icons/Simple-Line-Icons.svg?nuc4d1#Simple-Line-Icons) format("svg");
    font-style: normal
}

[class^=Simple-Line-Icons-], [class*=" Simple-Line-Icons-"] {
    font-family: 'Simple-Line-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
}

.Simple-Line-Icons-user-female:before {
    content: "\e000"
}

.Simple-Line-Icons-people:before, .Simple-Line-Icons-users:before {
    content: "\e001"
}

.Simple-Line-Icons-user-follow:before {
    content: "\e002"
}

.Simple-Line-Icons-user-following:before {
    content: "\e003"
}

.Simple-Line-Icons-user-unfollow:before {
    content: "\e004"
}

.Simple-Line-Icons-user:before {
    content: "\e005"
}

.Simple-Line-Icons-trophy:before {
    content: "\e006"
}

.Simple-Line-Icons-speedometer:before {
    content: "\e007"
}

.Simple-Line-Icons-social-youtube:before {
    content: "\e008"
}

.Simple-Line-Icons-social-twitter:before {
    content: "\e009"
}

.Simple-Line-Icons-social-tumblr:before {
    content: "\e00a"
}

.Simple-Line-Icons-social-facebook:before {
    content: "\e00b"
}

.Simple-Line-Icons-social-dropbox:before {
    content: "\e00c"
}

.Simple-Line-Icons-social-dribbble:before {
    content: "\e00d"
}

.Simple-Line-Icons-shield:before {
    content: "\e00e"
}

.Simple-Line-Icons-screen-tablet:before {
    content: "\e00f"
}

.Simple-Line-Icons-screen-smartphone:before {
    content: "\e010"
}

.Simple-Line-Icons-screen-desktop:before {
    content: "\e011"
}

.Simple-Line-Icons-plane:before {
    content: "\e012"
}

.Simple-Line-Icons-notebook:before {
    content: "\e013"
}

.Simple-Line-Icons-mustache:before, .Simple-Line-Icons-moustache:before {
    content: "\e014"
}

.Simple-Line-Icons-mouse:before {
    content: "\e015"
}

.Simple-Line-Icons-magnet:before {
    content: "\e016"
}

.Simple-Line-Icons-magic-wand:before {
    content: "\e017"
}

.Simple-Line-Icons-hourglass:before {
    content: "\e018"
}

.Simple-Line-Icons-graduation:before {
    content: "\e019"
}

.Simple-Line-Icons-ghost:before {
    content: "\e01a"
}

.Simple-Line-Icons-game-controller:before {
    content: "\e01b"
}

.Simple-Line-Icons-fire:before {
    content: "\e01c"
}

.Simple-Line-Icons-eyeglass:before, .Simple-Line-Icons-eyeglasses:before {
    content: "\e01d"
}

.Simple-Line-Icons-envelope-open:before {
    content: "\e01e"
}

.Simple-Line-Icons-envolope-letter:before, .Simple-Line-Icons-envelope-letter:before {
    content: "\e01f"
}

.Simple-Line-Icons-energy:before {
    content: "\e020"
}

.Simple-Line-Icons-emotsmile:before {
    content: "\e021"
}

.Simple-Line-Icons-disc:before {
    content: "\e022"
}

.Simple-Line-Icons-cursor-move:before {
    content: "\e023"
}

.Simple-Line-Icons-crop:before {
    content: "\e024"
}

.Simple-Line-Icons-credit-card:before {
    content: "\e025"
}

.Simple-Line-Icons-chemistry:before {
    content: "\e026"
}

.Simple-Line-Icons-bell:before {
    content: "\e027"
}

.Simple-Line-Icons-badge:before {
    content: "\e028"
}

.Simple-Line-Icons-anchor:before {
    content: "\e029"
}

.Simple-Line-Icons-wallet:before {
    content: "\e02a"
}

.Simple-Line-Icons-vector:before {
    content: "\e02b"
}

.Simple-Line-Icons-speech:before {
    content: "\e02c"
}

.Simple-Line-Icons-puzzle:before {
    content: "\e02d"
}

.Simple-Line-Icons-printer:before {
    content: "\e02e"
}

.Simple-Line-Icons-present:before {
    content: "\e02f"
}

.Simple-Line-Icons-playlist:before {
    content: "\e030"
}

.Simple-Line-Icons-pin:before {
    content: "\e031"
}

.Simple-Line-Icons-picture:before {
    content: "\e032"
}

.Simple-Line-Icons-map:before {
    content: "\e033"
}

.Simple-Line-Icons-layers:before {
    content: "\e034"
}

.Simple-Line-Icons-handbag:before {
    content: "\e035"
}

.Simple-Line-Icons-globe-alt:before {
    content: "\e036"
}

.Simple-Line-Icons-globe:before {
    content: "\e037"
}

.Simple-Line-Icons-frame:before {
    content: "\e038"
}

.Simple-Line-Icons-folder-alt:before {
    content: "\e039"
}

.Simple-Line-Icons-film:before {
    content: "\e03a"
}

.Simple-Line-Icons-feed:before {
    content: "\e03b"
}

.Simple-Line-Icons-earphones-alt:before {
    content: "\e03c"
}

.Simple-Line-Icons-earphones:before {
    content: "\e03d"
}

.Simple-Line-Icons-drop:before {
    content: "\e03e"
}

.Simple-Line-Icons-drawar:before, .Simple-Line-Icons-drawer:before {
    content: "\e03f"
}

.Simple-Line-Icons-docs:before {
    content: "\e040"
}

.Simple-Line-Icons-directions:before {
    content: "\e041"
}

.Simple-Line-Icons-direction:before {
    content: "\e042"
}

.Simple-Line-Icons-diamond:before {
    content: "\e043"
}

.Simple-Line-Icons-cup:before {
    content: "\e044"
}

.Simple-Line-Icons-compass:before {
    content: "\e045"
}

.Simple-Line-Icons-call-out:before {
    content: "\e046"
}

.Simple-Line-Icons-call-in:before {
    content: "\e047"
}

.Simple-Line-Icons-call-end:before {
    content: "\e048"
}

.Simple-Line-Icons-calculator:before {
    content: "\e049"
}

.Simple-Line-Icons-bubbles:before {
    content: "\e04a"
}

.Simple-Line-Icons-briefcase:before {
    content: "\e04b"
}

.Simple-Line-Icons-book-open:before {
    content: "\e04c"
}

.Simple-Line-Icons-basket-loaded:before {
    content: "\e04d"
}

.Simple-Line-Icons-basket:before {
    content: "\e04e"
}

.Simple-Line-Icons-bag:before {
    content: "\e04f"
}

.Simple-Line-Icons-action-undo:before {
    content: "\e050"
}

.Simple-Line-Icons-action-redo:before {
    content: "\e051"
}

.Simple-Line-Icons-wrench:before {
    content: "\e052"
}

.Simple-Line-Icons-umbrella:before {
    content: "\e053"
}

.Simple-Line-Icons-trash:before {
    content: "\e054"
}

.Simple-Line-Icons-tag:before {
    content: "\e055"
}

.Simple-Line-Icons-support:before {
    content: "\e056"
}

.Simple-Line-Icons-size-fullscreen:before {
    content: "\e057"
}

.Simple-Line-Icons-size-actual:before {
    content: "\e058"
}

.Simple-Line-Icons-shuffle:before {
    content: "\e059"
}

.Simple-Line-Icons-share-alt:before {
    content: "\e05a"
}

.Simple-Line-Icons-share:before {
    content: "\e05b"
}

.Simple-Line-Icons-rocket:before {
    content: "\e05c"
}

.Simple-Line-Icons-question:before {
    content: "\e05d"
}

.Simple-Line-Icons-pie-chart:before {
    content: "\e05e"
}

.Simple-Line-Icons-pencil:before {
    content: "\e05f"
}

.Simple-Line-Icons-note:before {
    content: "\e060"
}

.Simple-Line-Icons-music-tone-alt:before {
    content: "\e061"
}

.Simple-Line-Icons-music-tone:before {
    content: "\e062"
}

.Simple-Line-Icons-microphone:before {
    content: "\e063"
}

.Simple-Line-Icons-loop:before {
    content: "\e064"
}

.Simple-Line-Icons-logout:before {
    content: "\e065"
}

.Simple-Line-Icons-login:before {
    content: "\e066"
}

.Simple-Line-Icons-list:before {
    content: "\e067"
}

.Simple-Line-Icons-like:before {
    content: "\e068"
}

.Simple-Line-Icons-home:before {
    content: "\e069"
}

.Simple-Line-Icons-grid:before {
    content: "\e06a"
}

.Simple-Line-Icons-graph:before {
    content: "\e06b"
}

.Simple-Line-Icons-equalizer:before {
    content: "\e06c"
}

.Simple-Line-Icons-dislike:before {
    content: "\e06d"
}

.Simple-Line-Icons-cursor:before {
    content: "\e06e"
}

.Simple-Line-Icons-control-start:before {
    content: "\e06f"
}

.Simple-Line-Icons-control-rewind:before {
    content: "\e070"
}

.Simple-Line-Icons-control-play:before {
    content: "\e071"
}

.Simple-Line-Icons-control-pause:before {
    content: "\e072"
}

.Simple-Line-Icons-control-forward:before {
    content: "\e073"
}

.Simple-Line-Icons-control-end:before {
    content: "\e074"
}

.Simple-Line-Icons-calender:before, .Simple-Line-Icons-calendar:before {
    content: "\e075"
}

.Simple-Line-Icons-bulb:before {
    content: "\e076"
}

.Simple-Line-Icons-chart:before, .Simple-Line-Icons-bar-chart:before {
    content: "\e077"
}

.Simple-Line-Icons-arrow-up-circle:before {
    content: "\e078"
}

.Simple-Line-Icons-arrow-right-circle:before {
    content: "\e079"
}

.Simple-Line-Icons-arrow-left-circle:before {
    content: "\e07a"
}

.Simple-Line-Icons-arrow-down-circle:before {
    content: "\e07b"
}

.Simple-Line-Icons-ban:before {
    content: "\e07c"
}

.Simple-Line-Icons-bubble:before {
    content: "\e07d"
}

.Simple-Line-Icons-camrecorder:before, .Simple-Line-Icons-camcorder:before {
    content: "\e07e"
}

.Simple-Line-Icons-camera:before {
    content: "\e07f"
}

.Simple-Line-Icons-check:before {
    content: "\e080"
}

.Simple-Line-Icons-clock:before {
    content: "\e081"
}

.Simple-Line-Icons-close:before {
    content: "\e082"
}

.Simple-Line-Icons-cloud-download:before {
    content: "\e083"
}

.Simple-Line-Icons-cloud-upload:before {
    content: "\e084"
}

.Simple-Line-Icons-doc:before {
    content: "\e085"
}

.Simple-Line-Icons-envolope:before, .Simple-Line-Icons-envelope:before {
    content: "\e086"
}

.Simple-Line-Icons-eye:before {
    content: "\e087"
}

.Simple-Line-Icons-flag:before {
    content: "\e088"
}

.Simple-Line-Icons-folder:before {
    content: "\e089"
}

.Simple-Line-Icons-heart:before {
    content: "\e08a"
}

.Simple-Line-Icons-info:before {
    content: "\e08b"
}

.Simple-Line-Icons-key:before {
    content: "\e08c"
}

.Simple-Line-Icons-link:before {
    content: "\e08d"
}

.Simple-Line-Icons-lock:before {
    content: "\e08e"
}

.Simple-Line-Icons-lock-open:before {
    content: "\e08f"
}

.Simple-Line-Icons-magnifier:before {
    content: "\e090"
}

.Simple-Line-Icons-magnifier-add:before {
    content: "\e091"
}

.Simple-Line-Icons-magnifier-remove:before {
    content: "\e092"
}

.Simple-Line-Icons-paper-clip:before {
    content: "\e093"
}

.Simple-Line-Icons-paper-plane:before {
    content: "\e094"
}

.Simple-Line-Icons-plus:before {
    content: "\e095"
}

.Simple-Line-Icons-location-pin:before, .Simple-Line-Icons-pointer:before {
    content: "\e096"
}

.Simple-Line-Icons-power:before {
    content: "\e097"
}

.Simple-Line-Icons-refresh:before {
    content: "\e098"
}

.Simple-Line-Icons-reload:before {
    content: "\e099"
}

.Simple-Line-Icons-settings:before {
    content: "\e09a"
}

.Simple-Line-Icons-star:before {
    content: "\e09b"
}

.Simple-Line-Icons-symbol-female:before, .Simple-Line-Icons-symbol-fermale:before {
    content: "\e09c"
}

.Simple-Line-Icons-symbol-male:before {
    content: "\e09d"
}

.Simple-Line-Icons-target:before {
    content: "\e09e"
}

.Simple-Line-Icons-volume-1:before {
    content: "\e09f"
}

.Simple-Line-Icons-volume-2:before {
    content: "\e0a0"
}

.Simple-Line-Icons-volume-off:before {
    content: "\e0a1"
}

.Simple-Line-Icons-phone:before {
    content: "\e600"
}

.Simple-Line-Icons-menu:before {
    content: "\e601"
}

.Simple-Line-Icons-options-vertical:before {
    content: "\e602"
}

.Simple-Line-Icons-options:before {
    content: "\e603"
}

.Simple-Line-Icons-arrow-down:before {
    content: "\e604"
}

.Simple-Line-Icons-arrow-left:before {
    content: "\e605"
}

.Simple-Line-Icons-arrow-right:before {
    content: "\e606"
}

.Simple-Line-Icons-arrow-up:before {
    content: "\e607"
}

.Simple-Line-Icons-paypal:before {
    content: "\e608"
}

.Simple-Line-Icons-social-instagram:before {
    content: "\e609"
}

.Simple-Line-Icons-social-linkedin:before {
    content: "\e60a"
}

.Simple-Line-Icons-social-pinterest:before {
    content: "\e60b"
}

.Simple-Line-Icons-social-github:before {
    content: "\e60c"
}

.Simple-Line-Icons-social-google:before {
    content: "\e60d"
}

.Simple-Line-Icons-social-reddit:before {
    content: "\e60e"
}

.Simple-Line-Icons-social-skype:before {
    content: "\e60f"
}

.Simple-Line-Icons-social-behance:before {
    content: "\e610"
}

.Simple-Line-Icons-social-foursqare:before {
    content: "\e611"
}

.Simple-Line-Icons-social-soundcloud:before {
    content: "\e612"
}

.Simple-Line-Icons-social-spotify:before {
    content: "\e613"
}

.Simple-Line-Icons-social-stumbleupon:before {
    content: "\e614"
}

.Simple-Line-Icons-minus:before {
    content: "\e615"
}

.Simple-Line-Icons-organization:before {
    content: "\e616"
}

.Simple-Line-Icons-exclamation:before {
    content: "\e617"
}

.Simple-Line-Icons-social-vkontakte:before {
    content: "\e618"
}

.Simple-Line-Icons-event:before {
    content: "\e619"
}

.Simple-Line-Icons-social-steam:before {
    content: "\e620"
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px
}

    .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: 9045
}

.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: 9044
}

    .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: 9046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    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
    }

    .mfp-close:active {
        top: 1px
    }

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: fixed;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden
}

    .mfp-arrow:active {
        margin-top: -54px
    }

    .mfp-arrow:hover, .mfp-arrow:focus {
        opacity: 1
    }

    .mfp-arrow:before, .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: .7
    }

.mfp-arrow-left {
    left: 0
}

    .mfp-arrow-left:after {
        border-right: 17px solid #fff;
        margin-left: 31px
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f
    }

.mfp-arrow-right {
    right: 0
}

    .mfp-arrow-right:after {
        border-left: 17px solid #fff;
        margin-left: 39px
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3f3f3f
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.2%
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #000
    }

img.mfp-img {
    width: auto;
    max-width: 100%;
    max-height: none !important;
    height: auto;
    display: block;
    line-height: 0;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #444
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px
    }

    .mfp-figure figure {
        margin: 0
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@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
    }

        .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%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all .15s ease-out
}

    .mfp-fade.mfp-bg.mfp-ready {
        opacity: .8
    }

    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0
    }

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.selectric-wrapper {
    position: relative;
    cursor: pointer
}

.selectric-responsive {
    width: 100%
}

.selectric {
    border: 1px solid #ddd;
    background: #f8f8f8;
    position: relative
}

    .selectric .label {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0 38px 0 10px;
        font-size: 12px;
        line-height: 38px;
        color: #444;
        height: 38px
    }

    .selectric .button {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 38px;
        height: 38px;
        color: #bbb;
        text-align: center;
        font: 0/0 a;
        *font: 20px/38px Lucida Sans Unicode,Arial Unicode MS,Arial
    }

        .selectric .button:after {
            content: " ";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            width: 0;
            height: 0;
            border: 4px solid transparent;
            border-top-color: #bbb;
            border-bottom: none
        }

.selectric-hover .selectric {
    border-color: #c4c4c4
}

    .selectric-hover .selectric .button {
        color: #a2a2a2
    }

        .selectric-hover .selectric .button:after {
            border-top-color: #a2a2a2
        }

.selectric-open {
    z-index: 9999
}

    .selectric-open .selectric {
        border-color: #c4c4c4
    }

    .selectric-open .selectric-items {
        display: block
    }

.selectric-disabled {
    opacity: .5;
    cursor: default;
    user-select: none
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}

    .selectric-hide-select select {
        position: absolute;
        left: -100%;
        display: none
    }

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    background: 0 0 !important
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f8f8f8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    box-shadow: 0 0 10px -6px
}

    .selectric-items .selectric-scroll {
        height: 100%;
        overflow: auto
    }

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%
}

.selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px
}

.selectric-items li {
    display: block;
    padding: 8px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #eee;
    color: #666;
    cursor: pointer
}

    .selectric-items li.selected {
        background: #efefef;
        color: #444
    }

    .selectric-items li:hover {
        background: #f0f0f0;
        color: #444
    }

.selectric-items .disabled {
    opacity: .5;
    cursor: default !important;
    background: 0 0 !important;
    color: #666 !important;
    user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: 700;
    padding-left: 10px;
    cursor: default;
    user-select: none;
    background: 0 0;
    color: #444
}

.selectric-items .selectric-group.disabled li {
    opacity: 1
}

.selectric-items .selectric-group li {
    padding-left: 25px
}

@font-face {
    font-family: 'porto';
    src: url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../fonts/porto-font/porto.eot?9562728);
    src: url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../fonts/porto-font/porto.eot?9562728#iefix) format("embedded-opentype"),url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../fonts/porto-font/porto.woff2?9562728) format("woff2"),url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../fonts/porto-font/porto.woff?9562728) format("woff"),url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../fonts/porto-font/porto.ttf?9562728) format("truetype"),url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../fonts/porto-font/porto.svg?9562728#porto) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

[class^=porto-icon-]:before, [class*=" porto-icon-"]:before {
    font-family: "porto";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.porto-icon-spin1:before {
    content: "\e800"
}

.porto-icon-spin2:before {
    content: "\e801"
}

.porto-icon-spin3:before {
    content: "\e802"
}

.porto-icon-spin4:before {
    content: "\e803"
}

.porto-icon-spin5:before {
    content: "\e804"
}

.porto-icon-spin6:before {
    content: "\e805"
}

.porto-icon-firefox:before {
    content: "\e806"
}

.porto-icon-chrome:before {
    content: "\e807"
}

.porto-icon-opera:before {
    content: "\e808"
}

.porto-icon-ie:before {
    content: "\e809"
}

.porto-icon-phone:before {
    content: "\e80a"
}

.porto-icon-down-dir:before {
    content: "\e80b"
}

.porto-icon-cart:before {
    content: "\e80c"
}

.porto-icon-up-dir:before {
    content: "\e80d"
}

.porto-icon-mode-grid:before {
    content: "\e80e"
}

.porto-icon-mode-list:before {
    content: "\e80f"
}

.porto-icon-compare:before {
    content: "\e810"
}

.porto-icon-wishlist:before {
    content: "\e811"
}

.porto-icon-search:before {
    content: "\e812"
}

.porto-icon-left-dir:before {
    content: "\e813"
}

.porto-icon-right-dir:before {
    content: "\e814"
}

.porto-icon-down-open:before {
    content: "\e815"
}

.porto-icon-left-open:before {
    content: "\e816"
}

.porto-icon-right-open:before {
    content: "\e817"
}

.porto-icon-up-open:before {
    content: "\e818"
}

.porto-icon-angle-left:before {
    content: "\e819"
}

.porto-icon-angle-right:before {
    content: "\e81a"
}

.porto-icon-angle-up:before {
    content: "\e81b"
}

.porto-icon-angle-down:before {
    content: "\e81c"
}

.porto-icon-down:before {
    content: "\e81d"
}

.porto-icon-left:before {
    content: "\e81e"
}

.porto-icon-right:before {
    content: "\e81f"
}

.porto-icon-up:before {
    content: "\e820"
}

.porto-icon-angle-double-left:before {
    content: "\e821"
}

.porto-icon-angle-double-right:before {
    content: "\e822"
}

.porto-icon-angle-double-up:before {
    content: "\e823"
}

.porto-icon-angle-double-down:before {
    content: "\e824"
}

.porto-icon-mail:before {
    content: "\e825"
}

.porto-icon-location:before {
    content: "\e826"
}

.porto-icon-skype:before {
    content: "\e827"
}

.porto-icon-right-open-big:before {
    content: "\e828"
}

.porto-icon-left-open-big:before {
    content: "\e829"
}

.porto-icon-down-open-big:before {
    content: "\e82a"
}

.porto-icon-up-open-big:before {
    content: "\e82b"
}

.porto-icon-cancel:before {
    content: "\e82c"
}

.porto-icon-user:before {
    content: "\e82d"
}

.porto-icon-mail-alt:before {
    content: "\e82e"
}

.porto-icon-fax:before {
    content: "\e82f"
}

.porto-icon-lock:before {
    content: "\e830"
}

.porto-icon-company:before {
    content: "\e831"
}

.porto-icon-city:before {
    content: "\e832"
}

.porto-icon-post:before {
    content: "\e833"
}

.porto-icon-country:before {
    content: "\e834"
}

.porto-icon-calendar:before {
    content: "\e835"
}

.porto-icon-doc:before {
    content: "\e836"
}

.porto-icon-mobile:before {
    content: "\e837"
}

.porto-icon-clock:before {
    content: "\e838"
}

.porto-icon-chat:before {
    content: "\e839"
}

.porto-icon-tag:before {
    content: "\e83a"
}

.porto-icon-folder:before {
    content: "\e83b"
}

.porto-icon-folder-open:before {
    content: "\e83c"
}

.porto-icon-forward:before {
    content: "\e83d"
}

.porto-icon-reply:before {
    content: "\e83e"
}

.porto-icon-cog:before {
    content: "\e83f"
}

.porto-icon-cog-alt:before {
    content: "\e840"
}

.porto-icon-wrench:before {
    content: "\e841"
}

.porto-icon-quote-left:before {
    content: "\e842"
}

.porto-icon-quote-right:before {
    content: "\e843"
}

.porto-icon-gift:before {
    content: "\e844"
}

.porto-icon-dollar:before {
    content: "\e845"
}

.porto-icon-euro:before {
    content: "\e846"
}

.porto-icon-pound:before {
    content: "\e847"
}

.porto-icon-rupee:before {
    content: "\e848"
}

.porto-icon-yen:before {
    content: "\e849"
}

.porto-icon-rouble:before {
    content: "\e84a"
}

.porto-icon-try:before {
    content: "\e84b"
}

.porto-icon-won:before {
    content: "\e84c"
}

.porto-icon-bitcoin:before {
    content: "\e84d"
}

.porto-icon-ok:before {
    content: "\e84e"
}

.porto-icon-chevron-left:before {
    content: "\e84f"
}

.porto-icon-chevron-right:before {
    content: "\e850"
}

.porto-icon-export:before {
    content: "\e851"
}

.porto-icon-star:before {
    content: "\e852"
}

.porto-icon-star-empty:before {
    content: "\e853"
}

.porto-icon-plus-squared:before {
    content: "\e854"
}

.porto-icon-minus-squared:before {
    content: "\e855"
}

.porto-icon-plus-squared-alt:before {
    content: "\e856"
}

.porto-icon-minus-squared-alt:before {
    content: "\e857"
}

.porto-icon-truck:before {
    content: "\e858"
}

.porto-icon-lifebuoy:before {
    content: "\e859"
}

.porto-icon-pencil:before {
    content: "\e85a"
}

.porto-icon-users:before {
    content: "\e85b"
}

.porto-icon-video:before {
    content: "\e85c"
}

.porto-icon-menu:before {
    content: "\e85d"
}

.porto-icon-desktop:before {
    content: "\e85e"
}

.porto-icon-doc-inv:before {
    content: "\e85f"
}

.porto-icon-circle:before {
    content: "\e860"
}

.porto-icon-circle-empty:before {
    content: "\e861"
}

.porto-icon-circle-thin:before {
    content: "\e862"
}

.porto-icon-mini-cart:before {
    content: "\e863"
}

.porto-icon-paper-plane:before {
    content: "\e864"
}

.porto-icon-attention-alt:before {
    content: "\e865"
}

.porto-icon-info:before {
    content: "\e866"
}

.porto-icon-compare-link:before {
    content: "\e867"
}

.porto-icon-cat-default:before {
    content: "\e868"
}

.porto-icon-cat-computer:before {
    content: "\e869"
}

.porto-icon-cat-couch:before {
    content: "\e86a"
}

.porto-icon-cat-garden:before {
    content: "\e86b"
}

.porto-icon-cat-gift:before {
    content: "\e86c"
}

.porto-icon-cat-shirt:before {
    content: "\e86d"
}

.porto-icon-cat-sport:before {
    content: "\e86e"
}

.porto-icon-cat-toys:before {
    content: "\e86f"
}

.porto-icon-tag-line:before {
    content: "\e870"
}

.porto-icon-bag:before {
    content: "\e871"
}

.porto-icon-search-1:before {
    content: "\e872"
}

.porto-icon-plus:before {
    content: "\e873"
}

.porto-icon-minus:before {
    content: "\e874"
}

.porto-icon-search-2:before {
    content: "\e875"
}

.porto-icon-bag-1:before {
    content: "\e876"
}

.porto-icon-online-support:before {
    content: "\e877"
}

.porto-icon-shopping-bag:before {
    content: "\e878"
}

.porto-icon-us-dollar:before {
    content: "\e879"
}

.porto-icon-shipped:before {
    content: "\e87a"
}

.porto-icon-list:before {
    content: "\e87b"
}

.porto-icon-money:before {
    content: "\e87c"
}

.porto-icon-shipping:before {
    content: "\e87d"
}

.porto-icon-support:before {
    content: "\e87e"
}

.porto-icon-bag-2:before {
    content: "\e87f"
}

.porto-icon-grid:before {
    content: "\e880"
}

.porto-icon-bag-3:before {
    content: "\e881"
}

.porto-icon-direction:before {
    content: "\e882"
}

.porto-icon-home:before {
    content: "\e883"
}

.porto-icon-magnifier:before {
    content: "\e884"
}

.porto-icon-magnifier-add:before {
    content: "\e885"
}

.porto-icon-magnifier-remove:before {
    content: "\e886"
}

.porto-icon-phone-1:before {
    content: "\e887"
}

.porto-icon-clock-1:before {
    content: "\e888"
}

.porto-icon-heart:before {
    content: "\e889"
}

.porto-icon-heart-1:before {
    content: "\e88a"
}

.porto-icon-earphones-alt:before {
    content: "\e88b"
}

.porto-icon-credit-card:before {
    content: "\e88c"
}

.porto-icon-action-undo:before {
    content: "\e88d"
}

.porto-icon-envolope:before {
    content: "\e88e"
}

.porto-icon-chart:before {
    content: "\e88f"
}

.porto-icon-shopping-cart:before {
    content: "\e8ba"
}

.porto-icon-phone-2:before {
    content: "\e8bb"
}

.porto-icon-percent-circle:before {
    content: "\e8bf"
}

.porto-icon-pulley:before {
    content: "\e8c1"
}

.porto-icon-password-lock:before {
    content: "\e8c2"
}

.porto-icon-pin:before {
    content: "\e8c4"
}

.porto-icon-rotulo:before {
    content: "\e8c6"
}

.porto-icon-comida-organica:before {
    content: "\e8c7"
}

.porto-icon-estrela:before {
    content: "\e8c8"
}

.porto-icon-fazer-compras:before {
    content: "\e8c9"
}

.porto-icon-gluten:before {
    content: "\e8ca"
}

.porto-icon-arrow-forward-right:before {
    content: "\e8cc"
}

.porto-icon-cart-thick:before {
    content: "\e700"
}

.porto-icon-check-circle:before {
    content: "\e701"
}

.porto-icon-envelope:before {
    content: "\e702"
}

.porto-icon-business-book:before {
    content: "\e703"
}

.porto-icon-long-arrow-right:before {
    content: "\e704"
}

.porto-icon-percent-shape:before {
    content: "\e705"
}

.porto-icon-sale-label:before {
    content: "\e706"
}

.porto-icon-help-circle:before {
    content: "\e707"
}

.porto-icon-sale-discount:before {
    content: "\e708"
}

.porto-icon-shipping-truck:before {
    content: "\e709"
}

.porto-icon-user-3:before {
    content: "\e70a"
}

.porto-icon-long-arrow-alt:before {
    content: "\e70b"
}

.porto-icon-map-location:before {
    content: "\e70c"
}

.porto-icon-phone-call:before {
    content: "\e70d"
}

.porto-icon-tablet:before {
    content: "\e70e"
}

.porto-icon-category-home:before {
    content: "\e900"
}

.porto-icon-category-motors:before {
    content: "\e901"
}

.porto-icon-category-music:before {
    content: "\e902"
}

.porto-icon-category-gifts:before {
    content: "\e903"
}

.porto-icon-category-electronics:before {
    content: "\e904"
}

.porto-icon-category-fashion:before {
    content: "\e905"
}

.porto-icon-category-hot-deals:before {
    content: "\e906"
}

.porto-icon-tag-percent:before {
    content: "\e907"
}

.porto-icon-joystick:before {
    content: "\e908"
}

.porto-icon-category-furniture:before {
    content: "\e909"
}

.porto-icon-category-garden:before {
    content: "\e90a"
}

.porto-icon-category-lanterns-lighting:before {
    content: "\e90b"
}

.porto-icon-category-mechanics:before {
    content: "\e90c"
}

.porto-icon-category-motorcycles:before {
    content: "\e90d"
}

.porto-icon-category-sound-video:before {
    content: "\e90e"
}

.porto-icon-category-steering:before {
    content: "\e90f"
}

.porto-icon-category-external-accessories:before {
    content: "\e910"
}

.porto-icon-category-fluids:before {
    content: "\e911"
}

.porto-icon-category-internal-accessories:before {
    content: "\e912"
}

.porto-icon-category-chains:before {
    content: "\e913"
}

.porto-icon-category-frames:before {
    content: "\e914"
}

.porto-icon-category-pedals:before {
    content: "\e915"
}

.porto-icon-category-saddle:before {
    content: "\e916"
}

.porto-icon-category-tools:before {
    content: "\e917"
}

.porto-icon-search-3:before {
    content: "\e918"
}

.porto-icon-secure-payment:before {
    content: "\e919"
}

.porto-icon-user-2:before {
    content: "\e91a"
}

.porto-icon-wishlist-2:before {
    content: "\e91b"
}

.porto-icon-gift-2:before {
    content: "\e91c"
}

.porto-icon-edit:before {
    content: "\e91d"
}

.porto-icon-chef:before {
    content: "\e91e"
}

.porto-icon-smiling-girl:before {
    content: "\e91f"
}

.porto-icon-tshirt:before {
    content: "\e920"
}

.porto-icon-boy-broad-smile:before {
    content: "\e921"
}

.porto-icon-smiling-baby:before {
    content: "\e922"
}

.porto-icon-bars:before {
    content: "\e923"
}

.porto-icon-twitter:before {
    content: "\f099"
}

.porto-icon-facebook:before {
    content: "\f09a"
}

.porto-icon-spinner:before {
    content: "\f110"
}

.porto-icon-instagram:before {
    content: "\f16d"
}

.porto-icon-check-empty:before {
    content: "\f87a"
}

.porto-icon-check:before {
    content: "\f87b"
}

.porto-icon-callin:before {
    content: '\e924'
}

.porto-icon-atmark:before {
    content: '\e925'
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative
}

    .scroll-wrapper > .scroll-content {
        border: none !important;
        box-sizing: content-box !important;
        height: auto;
        left: 0;
        margin: 0;
        max-height: none;
        max-width: none !important;
        overflow: scroll !important;
        padding: 0;
        position: relative !important;
        top: 0;
        width: auto !important
    }

        .scroll-wrapper > .scroll-content::-webkit-scrollbar {
            height: 0;
            width: 0
        }

    .scroll-wrapper.scroll--rtl {
        direction: rtl
    }

.scroll-element {
    box-sizing: content-box;
    display: none
}

    .scroll-element div {
        box-sizing: content-box
    }

    .scroll-element .scroll-bar, .scroll-element .scroll-arrow {
        cursor: default
    }

    .scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
        display: block
    }

.scroll-textarea {
    border: 1px solid #ccc;
    border-top-color: #999
}

    .scroll-textarea > .scroll-content {
        overflow: hidden !important
    }

        .scroll-textarea > .scroll-content > textarea {
            border: none !important;
            height: 100% !important;
            margin: 0;
            max-height: none !important;
            max-width: none !important;
            overflow: scroll !important;
            outline: none;
            padding: 2px;
            position: relative !important;
            top: 0;
            width: 100% !important
        }

            .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
                height: 0;
                width: 0
            }

.scrollbar-inner > .scroll-element, .scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

    .scrollbar-inner > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%
    }

    .scrollbar-inner > .scroll-element.scroll-x {
        bottom: 2px;
        height: 8px;
        left: 0;
        width: 100%
    }

    .scrollbar-inner > .scroll-element.scroll-y {
        height: 100%;
        right: 2px;
        top: 0;
        width: 8px
    }

    .scrollbar-inner > .scroll-element .scroll-element_outer {
        overflow: hidden
    }

    .scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
        border-radius: 8px
    }

    .scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
        -ms-filter: "alpha(opacity=40)";
        filter: alpha(opacity=40);
        opacity: .4
    }

    .scrollbar-inner > .scroll-element .scroll-element_track {
        background-color: #e0e0e0
    }

    .scrollbar-inner > .scroll-element .scroll-bar {
        background-color: #c2c2c2
    }

    .scrollbar-inner > .scroll-element:hover .scroll-bar {
        background-color: #919191
    }

    .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
        background-color: #919191
    }

    .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
        left: -12px
    }

    .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
        top: -12px
    }

    .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
        left: -12px
    }

    .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
        top: -12px
    }

.scrollbar-outer > .scroll-element, .scrollbar-outer > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-outer > .scroll-element {
    background-color: #fff
}

    .scrollbar-outer > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%
    }

    .scrollbar-outer > .scroll-element.scroll-x {
        bottom: 0;
        height: 12px;
        left: 0;
        width: 100%
    }

    .scrollbar-outer > .scroll-element.scroll-y {
        height: 100%;
        right: 0;
        top: 0;
        width: 12px
    }

    .scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
        height: 8px;
        top: 2px
    }

    .scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
        left: 2px;
        width: 8px
    }

    .scrollbar-outer > .scroll-element .scroll-element_outer {
        overflow: hidden
    }

    .scrollbar-outer > .scroll-element .scroll-element_track {
        background-color: #eee
    }

    .scrollbar-outer > .scroll-element .scroll-element_outer, .scrollbar-outer > .scroll-element .scroll-element_track, .scrollbar-outer > .scroll-element .scroll-bar {
        border-radius: 8px
    }

    .scrollbar-outer > .scroll-element .scroll-bar {
        background-color: #d9d9d9
    }

        .scrollbar-outer > .scroll-element .scroll-bar:hover {
            background-color: #c2c2c2
        }

    .scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
        background-color: #919191
    }

.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
    left: -12px;
    margin-left: 12px
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
    top: -12px;
    margin-top: 12px
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
    min-width: 10px
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
    min-height: 10px
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -14px
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -14px
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -14px
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -14px
}

.scrollbar-macosx > .scroll-element, .scrollbar-macosx > .scroll-element div {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

    .scrollbar-macosx > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%
    }

    .scrollbar-macosx > .scroll-element .scroll-element_track {
        display: none
    }

    .scrollbar-macosx > .scroll-element .scroll-bar {
        background-color: #6c6e71;
        display: block;
        -ms-filter: "alpha(opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        border-radius: 7px;
        transition: opacity .2s linear
    }

    .scrollbar-macosx:hover > .scroll-element .scroll-bar, .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
        -ms-filter: "alpha(opacity=70)";
        filter: alpha(opacity=70);
        opacity: .7
    }

    .scrollbar-macosx > .scroll-element.scroll-x {
        bottom: 0;
        height: 0;
        left: 0;
        min-width: 100%;
        overflow: visible;
        width: 100%
    }

    .scrollbar-macosx > .scroll-element.scroll-y {
        height: 100%;
        min-height: 100%;
        right: 0;
        top: 0;
        width: 0
    }

    .scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
        height: 7px;
        min-width: 10px;
        top: -9px
    }

    .scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
        left: -9px;
        min-height: 10px;
        width: 7px
    }

    .scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
        left: 2px
    }

    .scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
        left: -4px
    }

    .scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
        top: 2px
    }

    .scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
        top: -4px
    }

    .scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
        left: -11px
    }

    .scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
        top: -11px
    }

.scrollbar-light > .scroll-element, .scrollbar-light > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-light > .scroll-element {
    background-color: #fff
}

    .scrollbar-light > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%
    }

    .scrollbar-light > .scroll-element .scroll-element_outer {
        border-radius: 10px
    }

    .scrollbar-light > .scroll-element .scroll-element_size {
        background: #dbdbdb;
        background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
        background: -webkit-linear-gradient(left,#dbdbdb 0%,#e8e8e8 100%);
        background: linear-gradient(to right,#dbdbdb 0%,#e8e8e8 100%);
        border-radius: 10px
    }

    .scrollbar-light > .scroll-element.scroll-x {
        bottom: 0;
        height: 17px;
        left: 0;
        min-width: 100%;
        width: 100%
    }

    .scrollbar-light > .scroll-element.scroll-y {
        height: 100%;
        min-height: 100%;
        right: 0;
        top: 0;
        width: 17px
    }

    .scrollbar-light > .scroll-element .scroll-bar {
        background: #fefefe;
        background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
        background: -webkit-linear-gradient(left,#fefefe 0%,#f5f5f5 100%);
        background: linear-gradient(to right,#fefefe 0%,#f5f5f5 100%);
        border: 1px solid #dbdbdb;
        border-radius: 10px
    }

.scrollbar-light > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
    top: -17px;
    margin-top: 17px
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 0
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
    left: 0;
    min-height: 10px;
    width: 10px
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
    height: 12px;
    left: 2px;
    top: 2px
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    top: 2px;
    width: 12px
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px
}

.scrollbar-rail > .scroll-element, .scrollbar-rail > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-rail > .scroll-element {
    background-color: #fff
}

    .scrollbar-rail > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%
    }

    .scrollbar-rail > .scroll-element .scroll-element_size {
        background-color: #999;
        background-color: rgba(0,0,0,.3)
    }

    .scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
        background-color: #666;
        background-color: rgba(0,0,0,.5)
    }

    .scrollbar-rail > .scroll-element.scroll-x {
        bottom: 0;
        height: 12px;
        left: 0;
        min-width: 100%;
        padding: 3px 0 2px;
        width: 100%
    }

    .scrollbar-rail > .scroll-element.scroll-y {
        height: 100%;
        min-height: 100%;
        padding: 0 2px 0 3px;
        right: 0;
        top: 0;
        width: 12px
    }

    .scrollbar-rail > .scroll-element .scroll-bar {
        background-color: #d0b9a0;
        border-radius: 2px;
        box-shadow: 1px 1px 3px rgba(0,0,0,.5)
    }

    .scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
        box-shadow: 1px 1px 3px rgba(0,0,0,.6)
    }

.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
    margin-top: 17px;
    top: -17px
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 1px
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
    left: 1px;
    min-height: 10px;
    width: 10px
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
    height: 15px;
    left: 5px
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
    height: 2px;
    left: -10px;
    top: 5px
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
    top: 5px;
    width: 15px
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
    left: 5px;
    top: -10px;
    width: 2px
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -25px
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -25px
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -25px
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -25px
}

.scrollbar-dynamic > .scroll-element, .scrollbar-dynamic > .scroll-element div {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

    .scrollbar-dynamic > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%
    }

    .scrollbar-dynamic > .scroll-element.scroll-x {
        bottom: 2px;
        height: 7px;
        left: 0;
        min-width: 100%;
        width: 100%
    }

    .scrollbar-dynamic > .scroll-element.scroll-y {
        height: 100%;
        min-height: 100%;
        right: 2px;
        top: 0;
        width: 7px
    }

    .scrollbar-dynamic > .scroll-element .scroll-element_outer {
        opacity: .3;
        border-radius: 12px
    }

    .scrollbar-dynamic > .scroll-element .scroll-element_size {
        background-color: #ccc;
        opacity: 0;
        border-radius: 12px;
        transition: opacity .2s
    }

    .scrollbar-dynamic > .scroll-element .scroll-bar {
        background-color: #6c6e71;
        border-radius: 7px
    }

    .scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
        bottom: 0;
        height: 7px;
        min-width: 24px;
        top: auto
    }

    .scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
        left: auto;
        min-height: 24px;
        right: 0;
        width: 7px
    }

    .scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
        bottom: 0;
        top: auto;
        left: 2px;
        transition: height .2s
    }

    .scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
        left: auto;
        right: 0;
        top: 2px;
        transition: width .2s
    }

    .scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
        left: -4px
    }

    .scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
        top: -4px
    }

    .scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
        left: -11px
    }

    .scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
        top: -11px
    }

    .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
        overflow: hidden;
        -ms-filter: "alpha(opacity=70)";
        filter: alpha(opacity=70);
        opacity: .7
    }

        .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
            opacity: 1
        }

        .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
            height: 100%;
            width: 100%;
            border-radius: 12px
        }

    .scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
        height: 20px;
        min-height: 7px
    }

    .scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
        min-width: 7px;
        width: 20px
    }

.scrollbar-chrome > .scroll-element, .scrollbar-chrome > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-chrome > .scroll-element {
    background-color: #fff
}

    .scrollbar-chrome > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%
    }

    .scrollbar-chrome > .scroll-element .scroll-element_track {
        background: #f1f1f1;
        border: 1px solid #dbdbdb
    }

    .scrollbar-chrome > .scroll-element.scroll-x {
        bottom: 0;
        height: 16px;
        left: 0;
        min-width: 100%;
        width: 100%
    }

    .scrollbar-chrome > .scroll-element.scroll-y {
        height: 100%;
        min-height: 100%;
        right: 0;
        top: 0;
        width: 16px
    }

    .scrollbar-chrome > .scroll-element .scroll-bar {
        background-color: #d9d9d9;
        border: 1px solid #bdbdbd;
        cursor: default;
        border-radius: 2px
    }

        .scrollbar-chrome > .scroll-element .scroll-bar:hover {
            background-color: #c2c2c2;
            border-color: #a9a9a9
        }

    .scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
        background-color: #919191;
        border-color: #7e7e7e
    }

.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
    left: -16px;
    margin-left: 16px
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
    top: -16px;
    margin-top: 16px
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
    height: 8px;
    min-width: 10px;
    top: 3px
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
    left: 3px;
    min-height: 10px;
    width: 8px
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
    border-left: 1px solid #dbdbdb
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
    height: 14px;
    left: -3px
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
    height: 14px;
    left: -4px
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
    border-top: 1px solid #dbdbdb
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
    top: -3px;
    width: 14px
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
    width: 14px
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px
}

html {
    direction: ltr;
    overflow-x: hidden;
    box-shadow: none !important;
    font-size: 16px
}

body {
    margin: 0
}

.clear {
    float: none;
    clear: both
}

.f-left, .pull-left {
    float: left
}

.f-right, .pull-right {
    float: right
}

.f-none {
    float: none
}

.hide, .sticky-header .d-sticky-header-none {
    display: none !important
}

.row:before, .row:after {
    display: none
}

.row-align-items-center .row {
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:575px) {
    body {
        font-size: 13px
    }
}

a.nolink {
    pointer-events: none
}

[data-plugin-sticky] {
    position: relative;
    z-index: 8;
    will-change: position,top,bottom,left
}

.z-index-1 {
    z-index: 1
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 200;
    text-transform: none;
    letter-spacing: normal
}

h1 {
    font-size: 2.6em;
    line-height: 44px;
    margin: 0 0 32px
}

h2 {
    font-size: 2.2em;
    font-weight: 300;
    line-height: 40px;
    margin: 0 0 32px
}

h3 {
    font-size: 1.8em;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 20px
}

h4 {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 27px;
    margin: 0 0 14px
}

h5 {
    font-size: 1em;
    font-weight: 600;
    line-height: 18px;
    margin: 0 0 14px
}

h6 {
    font-size: 1em;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 14px
}

h1.big {
    font-size: 4.2em;
    line-height: 54px
}

h1.small {
    font-size: 2.2em;
    line-height: 42px;
    font-weight: 600
}

h1.short {
    margin-bottom: 15px
}

h2.short {
    margin-bottom: 15px
}

h3.short, h4.short, h5.short, h6.short {
    margin-bottom: 9px
}

h1.shorter, h2.shorter, h3.shorter, h4.shorter, h5.shorter, h6.shorter {
    margin-bottom: 0
}

h1.tall, h2.tall, h3.tall, h4.tall, h5.tall, h6.tall {
    margin-bottom: 33px
}

h1.taller, h2.taller, h3.taller, h4.taller, h5.taller, h6.taller {
    margin-bottom: 44px
}

h1.spaced, h2.spaced, h3.spaced, h4.spaced, h5.spaced, h6.spaced {
    margin-top: 22px
}

h1.more-spaced, h2.more-spaced, h3.more-spaced, h4.more-spaced, h5.more-spaced, h6.more-spaced {
    margin-top: 44px
}

h1.light, h2.light, h3.light, h4.light, h5.light, h6.light, h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
    color: #fff
}

h1.text-shadow, h2.text-shadow, h3.text-shadow, h4.text-shadow, h5.text-shadow, h6.text-shadow {
    text-shadow: 1px 1px 0 rgba(0,0,0,.2)
}

.heading.heading-border {
    margin-bottom: 1.5625rem
}

    .heading.heading-border h1, .heading.heading-border h2, .heading.heading-border h3, .heading.heading-border h4, .heading.heading-border h5, .heading.heading-border h6 {
        padding: 0;
        margin: 0
    }

.heading.heading-middle-border .heading-tag {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

    .heading.heading-middle-border .heading-tag:before, .heading.heading-middle-border .heading-tag:after {
        height: 0;
        border-top: 1px solid;
        border-top-color: inherit;
        -ms-flex: 1;
        flex: 1
    }

    .heading.heading-middle-border .heading-tag:after {
        content: ''
    }

.heading.heading-middle-border h1:before {
    margin-right: 20px
}

.heading.heading-middle-border h1:after {
    margin-left: 20px
}

.heading.heading-middle-border h2:before, .heading.heading-middle-border h3:before {
    margin-right: 15px
}

.heading.heading-middle-border h2:after, .heading.heading-middle-border h3:after {
    margin-left: 15px
}

.heading.heading-middle-border h4:before, .heading.heading-middle-border h5:before, .heading.heading-middle-border h6:before {
    margin-right: 8px
}

.heading.heading-middle-border h4:after, .heading.heading-middle-border h5:after, .heading.heading-middle-border h6:after {
    margin-left: 8px
}

.heading.heading-middle-border-reverse .heading-tag:before {
    content: ''
}

.heading.heading-middle-border-reverse .heading-tag:after {
    content: none
}

.heading.heading-middle-border-center .heading-tag:before {
    content: ''
}

.heading.heading-border-xs .heading-tag {
    border-bottom-width: 1px
}

    .heading.heading-border-xs .heading-tag:before, .heading.heading-border-xs .heading-tag:after {
        border-top-width: 1px
    }

.heading.heading-border-sm .heading-tag {
    border-bottom-width: 2px
}

    .heading.heading-border-sm .heading-tag:before, .heading.heading-border-sm .heading-tag:after {
        border-top-width: 2px
    }

.heading.heading-border-lg .heading-tag {
    border-bottom-width: 3px
}

    .heading.heading-border-lg .heading-tag:before, .heading.heading-border-lg .heading-tag:after {
        border-top-width: 3px
    }

.heading.heading-border-xl .heading-tag {
    border-bottom-width: 5px
}

    .heading.heading-border-xl .heading-tag:before, .heading.heading-border-xl .heading-tag:after {
        border-top-width: 5px
    }

@media (max-width:575px) {
    h2 {
        line-height: 40px
    }
}

@media (max-width:767px) {
    h1.big {
        font-size: 3.2em;
        line-height: 42px
    }
}

.heading-bold {
    font-weight: 600 !important
}

    .heading-bold strong {
        font-weight: 800 !important
    }

.page-title {
    margin-top: 0
}

blockquote {
    font-size: 1em
}

p {
    margin: 0 0 1.25rem
}

    p.featured {
        font-size: 1.6em;
        line-height: 1.5em
    }

    p .alternative-font {
        display: inline-block;
        margin-top: -15px;
        position: relative;
        top: 3px;
        margin-bottom: -6px
    }

b, strong {
    font-weight: 700
}

.label-dark, .label-dark:hover {
    background: #111;
    text-decoration: none;
    font-weight: 400
}

.alternative-font {
    font-size: 1.6em
}

.single h4.sub-title {
    font-size: 1.2em
}

    .single h4.sub-title strong {
        font-weight: 800
    }

.nav > li > a:hover, .nav > li > a:focus {
    background: 0 0
}

.nav i.icon-image {
    display: inline-block;
    max-width: 20px
}

ul.nav-list li, ul[class^=wsp-] li {
    margin: 0;
    padding: 0;
    display: block;
    flex: 0 0 100%;
    position: relative
}

    ul.nav-list li a, ul[class^=wsp-] li a {
        transition: background .1s;
        padding: 8px 0 8px 20px;
        display: block;
        color: #666;
        font-size: .9em;
        text-decoration: none;
        line-height: 20px
    }

        ul.nav-list li a:before, ul[class^=wsp-] li a:before {
            content: "\f054";
            display: inline-block;
            position: absolute;
            top: 9px;
            left: 9px;
            opacity: .7;
            font-size: .45rem
        }

        ul.nav-list li a:hover:before, ul[class^=wsp-] li a:hover:before {
            animation: arrowLeftRight .6s linear infinite
        }

    ul.nav-list li > a.active, ul.nav-list li.active > a, ul[class^=wsp-] li > a.active, ul[class^=wsp-] li.active > a {
        font-weight: 700
    }

    ul.nav-list li ul, ul[class^=wsp-] li ul {
        list-style: none;
        margin: 0 0 0 25px;
        padding: 0
    }

    ul.nav-list li .wsp-category-title, ul[class^=wsp-] li .wsp-category-title {
        margin-top: 10px
    }

        ul.nav-list li .wsp-category-title a, ul[class^=wsp-] li .wsp-category-title a {
            display: inline-block;
            padding-left: 0;
            font-size: 1em
        }

            ul.nav-list li .wsp-category-title a:before, ul[class^=wsp-] li .wsp-category-title a:before {
                display: none
            }

            ul.nav-list li .wsp-category-title a:hover, ul[class^=wsp-] li .wsp-category-title a:hover {
                background-color: transparent
            }

ul.nav-list.hide-not-active li ul, ul[class^=wsp-].hide-not-active li ul {
    display: none
}

ul.nav-list.hide-not-active li.active ul, ul[class^=wsp-].hide-not-active li.active ul {
    display: block
}

ul.narrow li a {
    padding-top: 4px;
    padding-bottom: 4px
}

ul.nav-pills > li > a.active {
    background-color: #ccc
}

    ul.nav-pills > li > a.active:hover, ul.nav-pills > li > a.active:focus {
        background-color: #ccc
    }

ul.nav-pills-center {
    text-align: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    ul.nav-pills-center > li {
        display: inline-block;
        float: none
    }

ul.nav-pills-left > li {
    float: left
}

ul.nav-pills-right > li {
    float: right
}

ul.nav-pills-justify {
    display: -ms-flexbox;
    display: flex
}

    ul.nav-pills-justify > li {
        float: none;
        text-align: center;
        width: 100%
    }

.nav-pills .nav-link .active {
    background-color: transparent
}

.show > .nav-pills .nav-link {
    background-color: transparent
}

.nav-secondary {
    background: #fafafa;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    z-index: 100
}

    .nav-secondary .nav-pills {
        display: block
    }

        .nav-secondary .nav-pills > li {
            display: inline-block
        }

            .nav-secondary .nav-pills > li a, .nav-secondary .nav-pills > li span {
                font-size: 12px;
                font-style: normal;
                font-weight: 600;
                line-height: 20px;
                padding: 10px 13px;
                text-transform: uppercase;
                display: inline-block
            }

                .nav-secondary .nav-pills > li a i, .nav-secondary .nav-pills > li span i {
                    font-size: 14px;
                    margin-right: 5px
                }

        .nav-secondary .nav-pills a {
            text-decoration: none
        }

    .nav-secondary.sticky-active {
        border-bottom-color: #e9e9e9;
        box-shadow: 0 0 3px rgba(0,0,0,.1)
    }

form label {
    font-weight: 400
}

textarea {
    resize: vertical
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=time], input[type=week], textarea {
    -webkit-appearance: none
}

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=time], input[type=week], textarea, select, .form-control {
    border: 1px solid;
    outline: none;
    box-shadow: none;
    text-align: left;
    line-height: 1.42857;
    padding: 8px 12px;
    font-size: .85rem;
    vertical-align: middle;
    height: auto
}

    input[type=email].input-lg, input[type=number].input-lg, input[type=password].input-lg, input[type=search].input-lg, input[type=tel].input-lg, input[type=text].input-lg, input[type=url].input-lg, input[type=color].input-lg, input[type=date].input-lg, input[type=datetime].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg, input[type=week].input-lg, select.input-lg, textarea.input-lg {
        padding: 10px 12px;
        font-size: 18px
    }

    input[type=email].input-sm, input[type=number].input-sm, input[type=password].input-sm, input[type=search].input-sm, input[type=tel].input-sm, input[type=text].input-sm, input[type=url].input-sm, input[type=color].input-sm, input[type=date].input-sm, input[type=datetime].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm, input[type=week].input-sm, select.input-sm, textarea.input-sm {
        padding: 5px 7px;
        font-size: 12px
    }

select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    background: #fff url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../images/select-bg.svg) 96% 49%/26px 60px no-repeat;
    text-indent: .01em;
    border-radius: 0;
    padding-right: 25px
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    select::-ms-expand {
        display: none
    }

    select:focus::-ms-value {
        background: 0 0;
        color: currentColor
    }
}

label.checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 5px
}

input[type=radio], input[type=checkbox] {
    margin-right: 5px
}

.form-group:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.form-control:focus, select:focus {
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset
}

label.valid {
    display: inline-block;
    text-indent: -9999px
}

label.error {
    color: #c10000;
    font-size: .9em;
    margin-top: -5px;
    padding: 0
}

    label.error#captcha-error {
        margin-top: 15px
    }

legend {
    border: none
}

fieldset legend {
    margin-top: 15px
}

[type=submit] {
    border: 1px solid #ccc;
    color: #fff;
    padding: 8px 10px;
    line-height: 1.42857
}

#searchform .input-group {
    margin-bottom: 1em
}

#searchform #s {
    font-size: .8em
}

.form-table th, .form-table td {
    padding: 10px 10px 10px 0
}

    .form-table th label, .form-table td label {
        margin-right: 15px
    }

    .form-table th h3, .form-table td h3 {
        color: inherit;
        font-size: 1em;
        font-weight: 400;
        line-height: 1.42857;
        margin: 0 0 -10px !important
    }

.form-group {
    direction: ltr
}

body #wp-link-wrap .screen-reader-text {
    display: none
}

body #wp-link-wrap #wp-link-submit {
    padding: 4px 12px
}

body #wp-link-wrap #wp-link-search-toggle:after {
    font-size: 25px
}

[class*=flag-] {
    width: 16px;
    height: 11px;
    background: url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../images/flags.png) no-repeat
}

.flag-ad {
    background-position: -16px 0
}

.flag-ae {
    background-position: -32px 0
}

.flag-af {
    background-position: -48px 0
}

.flag-ag {
    background-position: -64px 0
}

.flag-ai {
    background-position: -80px 0
}

.flag-al {
    background-position: -96px 0
}

.flag-am {
    background-position: -112px 0
}

.flag-an {
    background-position: -128px 0
}

.flag-ao {
    background-position: -144px 0
}

.flag-ar {
    background-position: -160px 0
}

.flag-as {
    background-position: -176px 0
}

.flag-at {
    background-position: -192px 0
}

.flag-au {
    background-position: -208px 0
}

.flag-aw {
    background-position: -224px 0
}

.flag-az {
    background-position: -240px 0
}

.flag-ba {
    background-position: 0 -11px
}

.flag-bb {
    background-position: -16px -11px
}

.flag-bd {
    background-position: -32px -11px
}

.flag-be {
    background-position: -48px -11px
}

.flag-bf {
    background-position: -64px -11px
}

.flag-bg {
    background-position: -80px -11px
}

.flag-bh {
    background-position: -96px -11px
}

.flag-bi {
    background-position: -112px -11px
}

.flag-bj {
    background-position: -128px -11px
}

.flag-bm {
    background-position: -144px -11px
}

.flag-bn {
    background-position: -160px -11px
}

.flag-bo {
    background-position: -176px -11px
}

.flag-br {
    background-position: -192px -11px
}

.flag-bs {
    background-position: -208px -11px
}

.flag-bt {
    background-position: -224px -11px
}

.flag-bv {
    background-position: -240px -11px
}

.flag-bw {
    background-position: 0 -22px
}

.flag-by {
    background-position: -16px -22px
}

.flag-bz {
    background-position: -32px -22px
}

.flag-ca {
    background-position: -48px -22px
}

.flag-catalonia {
    background-position: -64px -22px
}

.flag-cd {
    background-position: -80px -22px
}

.flag-cf {
    background-position: -96px -22px
}

.flag-cg {
    background-position: -112px -22px
}

.flag-ch {
    background-position: -128px -22px
}

.flag-ci {
    background-position: -144px -22px
}

.flag-ck {
    background-position: -160px -22px
}

.flag-cl {
    background-position: -176px -22px
}

.flag-cm {
    background-position: -192px -22px
}

.flag-cn {
    background-position: -208px -22px
}

.flag-co {
    background-position: -224px -22px
}

.flag-cr {
    background-position: -240px -22px
}

.flag-cu {
    background-position: 0 -33px
}

.flag-cv {
    background-position: -16px -33px
}

.flag-cw {
    background-position: -32px -33px
}

.flag-cy {
    background-position: -48px -33px
}

.flag-cz {
    background-position: -64px -33px
}

.flag-de {
    background-position: -80px -33px
}

.flag-dj {
    background-position: -96px -33px
}

.flag-dk {
    background-position: -112px -33px
}

.flag-dm {
    background-position: -128px -33px
}

.flag-do {
    background-position: -144px -33px
}

.flag-dz {
    background-position: -160px -33px
}

.flag-ec {
    background-position: -176px -33px
}

.flag-ee {
    background-position: -192px -33px
}

.flag-eg {
    background-position: -208px -33px
}

.flag-eh {
    background-position: -224px -33px
}

.flag-england {
    background-position: -240px -33px
}

.flag-er {
    background-position: 0 -44px
}

.flag-es {
    background-position: -16px -44px
}

.flag-et {
    background-position: -32px -44px
}

.flag-eu {
    background-position: -48px -44px
}

.flag-fi {
    background-position: -64px -44px
}

.flag-fj {
    background-position: -80px -44px
}

.flag-fk {
    background-position: -96px -44px
}

.flag-fm {
    background-position: -112px -44px
}

.flag-fo {
    background-position: -128px -44px
}

.flag-fr {
    background-position: -144px -44px
}

.flag-ga {
    background-position: -160px -44px
}

.flag-gb {
    background-position: -176px -44px
}

.flag-gd {
    background-position: -192px -44px
}

.flag-ge {
    background-position: -208px -44px
}

.flag-gf {
    background-position: -224px -44px
}

.flag-gg {
    background-position: -240px -44px
}

.flag-gh {
    background-position: 0 -55px
}

.flag-gi {
    background-position: -16px -55px
}

.flag-gl {
    background-position: -32px -55px
}

.flag-gm {
    background-position: -48px -55px
}

.flag-gn {
    background-position: -64px -55px
}

.flag-gp {
    background-position: -80px -55px
}

.flag-gq {
    background-position: -96px -55px
}

.flag-gr {
    background-position: -112px -55px
}

.flag-gs {
    background-position: -128px -55px
}

.flag-gt {
    background-position: -144px -55px
}

.flag-gu {
    background-position: -160px -55px
}

.flag-gw {
    background-position: -176px -55px
}

.flag-gy {
    background-position: -192px -55px
}

.flag-hk {
    background-position: -208px -55px
}

.flag-hm {
    background-position: -224px -55px
}

.flag-hn {
    background-position: -240px -55px
}

.flag-hr {
    background-position: 0 -66px
}

.flag-ht {
    background-position: -16px -66px
}

.flag-hu {
    background-position: -32px -66px
}

.flag-ic {
    background-position: -48px -66px
}

.flag-id {
    background-position: -64px -66px
}

.flag-ie {
    background-position: -80px -66px
}

.flag-il {
    background-position: -96px -66px
}

.flag-im {
    background-position: -112px -66px
}

.flag-in {
    background-position: -128px -66px
}

.flag-io {
    background-position: -144px -66px
}

.flag-iq {
    background-position: -160px -66px
}

.flag-ir {
    background-position: -176px -66px
}

.flag-is {
    background-position: -192px -66px
}

.flag-it {
    background-position: -208px -66px
}

.flag-je {
    background-position: -224px -66px
}

.flag-jm {
    background-position: -240px -66px
}

.flag-jo {
    background-position: 0 -77px
}

.flag-jp {
    background-position: -16px -77px
}

.flag-ke {
    background-position: -32px -77px
}

.flag-kg {
    background-position: -48px -77px
}

.flag-kh {
    background-position: -64px -77px
}

.flag-ki {
    background-position: -80px -77px
}

.flag-km {
    background-position: -96px -77px
}

.flag-kn {
    background-position: -112px -77px
}

.flag-kp {
    background-position: -128px -77px
}

.flag-kr {
    background-position: -144px -77px
}

.flag-kurdistan {
    background-position: -160px -77px
}

.flag-kw {
    background-position: -176px -77px
}

.flag-ky {
    background-position: -192px -77px
}

.flag-kz {
    background-position: -208px -77px
}

.flag-la {
    background-position: -224px -77px
}

.flag-lb {
    background-position: -240px -77px
}

.flag-lc {
    background-position: 0 -88px
}

.flag-li {
    background-position: -16px -88px
}

.flag-lk {
    background-position: -32px -88px
}

.flag-lr {
    background-position: -48px -88px
}

.flag-ls {
    background-position: -64px -88px
}

.flag-lt {
    background-position: -80px -88px
}

.flag-lu {
    background-position: -96px -88px
}

.flag-lv {
    background-position: -112px -88px
}

.flag-ly {
    background-position: -128px -88px
}

.flag-ma {
    background-position: -144px -88px
}

.flag-mc {
    background-position: -160px -88px
}

.flag-md {
    background-position: -176px -88px
}

.flag-me {
    background-position: -192px -88px
}

.flag-mg {
    background-position: -208px -88px
}

.flag-mh {
    background-position: -224px -88px
}

.flag-mk {
    background-position: -240px -88px
}

.flag-ml {
    background-position: 0 -99px
}

.flag-mm {
    background-position: -16px -99px
}

.flag-mn {
    background-position: -32px -99px
}

.flag-mo {
    background-position: -48px -99px
}

.flag-mp {
    background-position: -64px -99px
}

.flag-mq {
    background-position: -80px -99px
}

.flag-mr {
    background-position: -96px -99px
}

.flag-ms {
    background-position: -112px -99px
}

.flag-mt {
    background-position: -128px -99px
}

.flag-mu {
    background-position: -144px -99px
}

.flag-mv {
    background-position: -160px -99px
}

.flag-mw {
    background-position: -176px -99px
}

.flag-mx {
    background-position: -192px -99px
}

.flag-my {
    background-position: -208px -99px
}

.flag-mz {
    background-position: -224px -99px
}

.flag-na {
    background-position: -240px -99px
}

.flag-nc {
    background-position: 0 -110px
}

.flag-ne {
    background-position: -16px -110px
}

.flag-nf {
    background-position: -32px -110px
}

.flag-ng {
    background-position: -48px -110px
}

.flag-ni {
    background-position: -64px -110px
}

.flag-nl {
    background-position: -80px -110px
}

.flag-no {
    background-position: -96px -110px
}

.flag-np {
    background-position: -112px -110px
}

.flag-nr {
    background-position: -128px -110px
}

.flag-nu {
    background-position: -144px -110px
}

.flag-nz {
    background-position: -160px -110px
}

.flag-om {
    background-position: -176px -110px
}

.flag-pa {
    background-position: -192px -110px
}

.flag-pe {
    background-position: -208px -110px
}

.flag-pf {
    background-position: -224px -110px
}

.flag-pg {
    background-position: -240px -110px
}

.flag-ph {
    background-position: 0 -121px
}

.flag-pk {
    background-position: -16px -121px
}

.flag-pl {
    background-position: -32px -121px
}

.flag-pm {
    background-position: -48px -121px
}

.flag-pn {
    background-position: -64px -121px
}

.flag-pr {
    background-position: -80px -121px
}

.flag-ps {
    background-position: -96px -121px
}

.flag-pt {
    background-position: -112px -121px
}

.flag-pw {
    background-position: -128px -121px
}

.flag-py {
    background-position: -144px -121px
}

.flag-qa {
    background-position: -160px -121px
}

.flag-re {
    background-position: -176px -121px
}

.flag-ro {
    background-position: -192px -121px
}

.flag-rs {
    background-position: -208px -121px
}

.flag-ru {
    background-position: -224px -121px
}

.flag-rw {
    background-position: -240px -121px
}

.flag-sa {
    background-position: 0 -132px
}

.flag-sb {
    background-position: -16px -132px
}

.flag-sc {
    background-position: -32px -132px
}

.flag-scotland {
    background-position: -48px -132px
}

.flag-sd {
    background-position: -64px -132px
}

.flag-se {
    background-position: -80px -132px
}

.flag-sg {
    background-position: -96px -132px
}

.flag-sh {
    background-position: -112px -132px
}

.flag-si {
    background-position: -128px -132px
}

.flag-sk {
    background-position: -144px -132px
}

.flag-sl {
    background-position: -160px -132px
}

.flag-sm {
    background-position: -176px -132px
}

.flag-sn {
    background-position: -192px -132px
}

.flag-so {
    background-position: -208px -132px
}

.flag-somaliland {
    background-position: -224px -132px
}

.flag-sr {
    background-position: -240px -132px
}

.flag-ss {
    background-position: 0 -143px
}

.flag-st {
    background-position: -16px -143px
}

.flag-sv {
    background-position: -32px -143px
}

.flag-sx {
    background-position: -48px -143px
}

.flag-sy {
    background-position: -64px -143px
}

.flag-sz {
    background-position: -80px -143px
}

.flag-tc {
    background-position: -96px -143px
}

.flag-td {
    background-position: -112px -143px
}

.flag-tf {
    background-position: -128px -143px
}

.flag-tg {
    background-position: -144px -143px
}

.flag-th {
    background-position: -160px -143px
}

.flag-tibet {
    background-position: -176px -143px
}

.flag-tj {
    background-position: -192px -143px
}

.flag-tk {
    background-position: -208px -143px
}

.flag-tl {
    background-position: -224px -143px
}

.flag-tm {
    background-position: -240px -143px
}

.flag-tn {
    background-position: 0 -154px
}

.flag-to {
    background-position: -16px -154px
}

.flag-tr {
    background-position: -32px -154px
}

.flag-tt {
    background-position: -48px -154px
}

.flag-tv {
    background-position: -64px -154px
}

.flag-tw {
    background-position: -80px -154px
}

.flag-tz {
    background-position: -96px -154px
}

.flag-ua {
    background-position: -112px -154px
}

.flag-ug {
    background-position: -128px -154px
}

.flag-um {
    background-position: -144px -154px
}

.flag-us {
    background-position: -160px -154px
}

.flag-uy {
    background-position: -176px -154px
}

.flag-uz {
    background-position: -192px -154px
}

.flag-va {
    background-position: -208px -154px
}

.flag-vc {
    background-position: -224px -154px
}

.flag-ve {
    background-position: -240px -154px
}

.flag-vg {
    background-position: 0 -165px
}

.flag-vi {
    background-position: -16px -165px
}

.flag-vn {
    background-position: -32px -165px
}

.flag-vu {
    background-position: -48px -165px
}

.flag-wales {
    background-position: -64px -165px
}

.flag-wf {
    background-position: -80px -165px
}

.flag-ws {
    background-position: -96px -165px
}

.flag-xk {
    background-position: -112px -165px
}

.flag-ye {
    background-position: -128px -165px
}

.flag-yt {
    background-position: -144px -165px
}

.flag-za {
    background-position: -160px -165px
}

.flag-zanzibar {
    background-position: -176px -165px
}

.flag-zm {
    background-position: -192px -165px
}

.flag-zw {
    background-position: -208px -165px
}

img {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none
}

.img-box-shadow {
    box-shadow: 10px 10px 74px -15px rgba(0,0,0,.1);
    transition: all .3s
}

    .img-box-shadow:hover {
        box-shadow: 10px 10px 74px -15px rgba(0,0,0,.4)
    }

.img-thumbnail.full {
    width: 100%
}

    .img-thumbnail.full img {
        width: 100%
    }

.img-thumbnail video {
    width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

.img-thumbnail {
    position: relative
}

    .img-thumbnail .zoom {
        border-radius: 100%;
        bottom: 4px;
        cursor: pointer;
        color: #fff;
        display: block;
        height: 30px;
        padding: 0;
        position: absolute;
        right: 4px;
        text-align: center;
        width: 30px;
        opacity: 0;
        transition: all .1s;
        z-index: 1000
    }

        .img-thumbnail .zoom i {
            font-size: 14px;
            line-height: 28px
        }

    .img-thumbnail .link {
        transition: all .3s;
        color: #fff;
        display: inline-block;
        font-size: 25px;
        height: 50px;
        line-height: 50px;
        position: absolute;
        border-radius: 0 0 0 4px;
        right: -100px;
        text-align: center;
        top: -100px;
        width: 50px
    }

        .img-thumbnail .link i {
            font-size: 20px;
            position: relative;
            top: -4px
        }

    .img-thumbnail:hover .zoom {
        opacity: 1
    }

    .img-thumbnail:hover .link {
        right: 0;
        top: 0
    }

    .img-thumbnail .inner {
        display: block;
        overflow: hidden;
        position: relative;
        backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    .img-thumbnail.img-thumbnail-no-borders {
        border-radius: 0;
        padding: 0;
        max-width: 100% !important;
        border-width: 0
    }

        .img-thumbnail.img-thumbnail-no-borders img, .img-thumbnail.img-thumbnail-no-borders .inner {
            border-radius: 0
        }

        .img-thumbnail.img-thumbnail-no-borders .rev_slider_wrapper, .img-thumbnail.img-thumbnail-no-borders .rev_slider_wrapper li.tp-revslider-slidesli {
            border-radius: 0 !important
        }

.porto-image-frame > .img-thumbnail {
    display: block
}

.gallery-row {
    margin: 0 -4px
}

.img-opacity-effect a img {
    transition: opacity .2s ease-in-out;
    overflow: hidden
}

    .img-opacity-effect a img:hover {
        opacity: .9
    }

.masonry {
    *zoom: 1
}

    .masonry:before, .masonry:after {
        content: " ";
        display: table
    }

    .masonry:after {
        clear: both
    }

    .masonry .masonry-item {
        width: 25%;
        float: left
    }

        .masonry .masonry-item.w2 {
            width: 50%
        }

        .masonry .masonry-item img {
            border-radius: 0 !important
        }

.btn-inverse {
    color: #fff;
    background-color: #333;
    border-color: #2d2d2d
}

    .btn-inverse:focus {
        color: #fff;
        background-color: #262626;
        border-color: #202020
    }

    .btn-inverse:hover {
        color: #fff;
        background-color: #262626;
        border-color: #202020
    }

    .btn-inverse:active, .btn-inverse.active, .open > .btn-inverse.dropdown-toggle {
        color: #fff;
        background-color: #262626;
        border-color: #202020
    }

    .btn-inverse:active, .btn-inverse.active, .open > .btn-inverse.dropdown-toggle {
        background-image: none
    }

    .btn-inverse.disabled, .btn-inverse.disabled:hover, .btn-inverse.disabled:focus, .btn-inverse.disabled.focus, .btn-inverse.disabled:active, .btn-inverse.disabled.active, .btn-inverse[disabled], .btn-inverse[disabled]:hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled].focus, .btn-inverse[disabled]:active, .btn-inverse[disabled].active, fieldset[disabled] .btn-inverse, fieldset[disabled] .btn-inverse:hover, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse.focus, fieldset[disabled] .btn-inverse:active, fieldset[disabled] .btn-inverse.active {
        background-color: #333;
        border-color: #2d2d2d
    }

    .btn-inverse .badge {
        color: #333;
        background-color: #fff
    }

.btn {
    margin: 0
}

.btn-block {
    padding-right: 0;
    padding-left: 0
}

.vc_btn3.vc_btn3-size-md {
    border-radius: 4px
}

.btn, .btn-group-md > .btn, .vc_btn3.vc_btn3-size-md {
    padding: .533rem .933rem;
    font-size: .8rem;
    line-height: 1.42857
}

.btn-xl, .vc_btn3.vc_btn3-size-xl {
    font-size: 1rem;
    padding: .8rem 2rem
}

.btn-lg, .btn-group-lg > .btn, .vc_btn3.vc_btn3-size-lg, .cart-actions .button, .checkout-button, #place_order, input.submit.btn-lg, input.btn.btn-lg[type=submit], input.button.btn-lg[type=submit] {
    padding: .5rem .875rem;
    font-size: .875rem;
    line-height: 1.3333
}

.btn-sm, .btn-group-sm > .btn, .vc_btn3.vc_btn3-size-sm {
    padding: .3rem .65rem;
    font-size: .75rem;
    line-height: 1.5
}

.btn-xs, .btn-group-xs > .btn .vc_btn3.vc_btn3-size-xs {
    padding: .2rem .5rem;
    font-size: .7rem;
    line-height: 1.5
}

.btn, .button, input.submit, input[type=submit] {
    transition: all .1s;
    cursor: pointer
}

button {
    border: 1px solid #ccc
}

.button {
    display: inline-block;
    text-align: center;
    font-weight: 400;
    vertical-align: middle;
    touch-action: manipulation;
    padding: 8px 12px;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.5;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .button:disabled {
        cursor: default
    }

    .button:hover {
        text-decoration: none
    }

.btn-default.btn {
    background: #fff;
    box-shadow: none !important
}

    .btn-default.btn[disabled], .btn-default.btn[disabled]:hover {
        background: #fff;
        border-color: rgba(0,0,0,.09)
    }

    .btn-default.btn:hover {
        background-color: #f2f2f2;
        border-color: rgba(0,0,0,.06)
    }

.btn-default.btn-borders {
    background: 0 0
}

.btn-outline {
    border-width: 2px
}

.btn-icon {
    display: inline-flex;
    align-items: center
}

    .btn-icon i {
        margin-right: 10px
    }

.btn-icon-right i {
    margin-right: 0;
    margin-left: 10px
}

.btn-primary {
    border-color: #ccc;
    background-color: #ccc;
    border-color: #ccc #ccc #b3b3b3;
    color: #fff
}

    .btn-primary:hover {
        border-color: #d9d9d9 #d9d9d9 #bfbfbf;
        background-color: #bfbfbf;
        color: #fff
    }

    .btn-primary:active, .btn-primary:focus {
        border-color: #bfbfbf;
        background-color: #bfbfbf;
        color: #fff
    }

    .btn-primary.dropdown-toggle {
        border-left-color: #bfbfbf
    }

    .btn-primary[disabled] {
        border-color: #999;
        background-color: #999;
        color: #ccc
    }

.btn-success {
    border-color: #47a447;
    background-color: #47a447;
    border-color: #47a447 #47a447 #388038;
    color: #fff
}

    .btn-success:hover {
        border-color: #51b451 #51b451 #3f923f;
        background-color: #3f923f;
        color: #fff
    }

    .btn-success:active, .btn-success:focus {
        border-color: #3f923f;
        background-color: #3f923f;
        color: #fff
    }

    .btn-success.dropdown-toggle {
        border-left-color: #3f923f
    }

    .btn-success[disabled] {
        border-color: #285d28;
        background-color: #285d28;
        color: #ccc
    }

.btn-warning {
    border-color: #ed9c28;
    background-color: #ed9c28;
    border-color: #ed9c28 #ed9c28 #d18211;
    color: #fff
}

    .btn-warning:hover {
        border-color: #efa740 #efa740 #e89113;
        background-color: #e89113;
        color: #fff
    }

    .btn-warning:active, .btn-warning:focus {
        border-color: #e89113;
        background-color: #e89113;
        color: #fff
    }

    .btn-warning.dropdown-toggle {
        border-left-color: #e89113
    }

    .btn-warning[disabled] {
        border-color: #a1650e;
        background-color: #a1650e;
        color: #ccc
    }

.btn-danger {
    border-color: #d2322d;
    background-color: #d2322d;
    border-color: #d2322d #d2322d #a82824;
    color: #fff
}

    .btn-danger:hover {
        border-color: #d74742 #d74742 #bd2d29;
        background-color: #bd2d29;
        color: #fff
    }

    .btn-danger:active, .btn-danger:focus {
        border-color: #bd2d29;
        background-color: #bd2d29;
        color: #fff
    }

    .btn-danger.dropdown-toggle {
        border-left-color: #bd2d29
    }

    .btn-danger[disabled] {
        border-color: #7e1e1b;
        background-color: #7e1e1b;
        color: #ccc
    }

.btn-info {
    border-color: #5bc0de;
    background-color: #5bc0de;
    border-color: #5bc0de #5bc0de #31b0d5;
    color: #fff
}

    .btn-info:hover {
        border-color: #70c8e2 #70c8e2 #46b8da;
        background-color: #46b8da;
        color: #fff
    }

    .btn-info:active, .btn-info:focus {
        border-color: #46b8da;
        background-color: #46b8da;
        color: #fff
    }

    .btn-info.dropdown-toggle {
        border-left-color: #46b8da
    }

    .btn-info[disabled] {
        border-color: #2390b0;
        background-color: #2390b0;
        color: #ccc
    }

.btn-dark {
    border-color: #212529;
    background-color: #212529;
    border-color: #212529 #212529 #0a0c0d;
    color: #fff
}

    .btn-dark:hover {
        border-color: #2c3237 #2c3237 #16181b;
        background-color: #16181b;
        color: #fff
    }

    .btn-dark:active, .btn-dark:focus {
        border-color: #16181b;
        background-color: #16181b;
        color: #fff
    }

    .btn-dark.dropdown-toggle {
        border-left-color: #16181b
    }

    .btn-dark[disabled] {
        border-color: #000;
        background-color: #000;
        color: #ccc
    }

.btn-borders {
    border-width: 2px
}

    .btn-borders.btn-primary {
        background: 0 0;
        border-color: #ccc;
        color: #ccc
    }

        .btn-borders.btn-primary:hover, .btn-borders.btn-primary:focus {
            background-color: #bfbfbf;
            border-color: #ccc !important;
            color: #fff
        }

    .btn-borders.btn-success {
        background: 0 0;
        border-color: #47a447;
        color: #47a447
    }

        .btn-borders.btn-success:hover, .btn-borders.btn-success:focus {
            background-color: #3f923f;
            border-color: #47a447 !important;
            color: #fff
        }

    .btn-borders.btn-warning {
        background: 0 0;
        border-color: #ed9c28;
        color: #ed9c28
    }

        .btn-borders.btn-warning:hover, .btn-borders.btn-warning:focus {
            background-color: #e89113;
            border-color: #ed9c28 !important;
            color: #fff
        }

    .btn-borders.btn-danger {
        background: 0 0;
        border-color: #d2322d;
        color: #d2322d
    }

        .btn-borders.btn-danger:hover, .btn-borders.btn-danger:focus {
            background-color: #bd2d29;
            border-color: #d2322d !important;
            color: #fff
        }

    .btn-borders.btn-info {
        background: 0 0;
        border-color: #5bc0de;
        color: #5bc0de
    }

        .btn-borders.btn-info:hover, .btn-borders.btn-info:focus {
            background-color: #46b8da;
            border-color: #5bc0de !important;
            color: #fff
        }

    .btn-borders.btn-dark {
        background: 0 0;
        border-color: #212529;
        color: #212529
    }

        .btn-borders.btn-dark:hover, .btn-borders.btn-dark:focus {
            background-color: #16181b;
            border-color: #212529 !important;
            color: #fff
        }

.btn-borders {
    padding: .483rem 1.0625rem
}

    .btn-borders.btn-xl {
        padding: .75rem 2rem
    }

    .btn-borders.btn-lg, .btn-group-lg > .btn-borders.btn {
        padding: .45rem 1rem
    }

    .btn-borders.btn-sm, .btn-group-sm > .btn-borders.btn {
        border-width: 2px;
        padding: .25rem .65rem
    }

    .btn-borders.btn-xs, .btn-group-xs > .btn-borders.btn {
        padding: .15rem .5rem;
        border-width: 1px
    }

.btn-3d {
    border-bottom-width: 3px
}

    .btn-3d.btn-sm, .btn-group-sm > .btn-3d.btn {
        border-width: 2px
    }

    .btn-3d.btn-xs, .btn-group-xs > .btn-3d.btn {
        border-width: 1px
    }

.btn-flat {
    display: inline-block
}

.btn-modern {
    text-transform: uppercase;
    font-size: .75rem;
    padding: .75rem 1.5rem;
    font-weight: 600
}

    .btn-modern.btn-xl {
        font-size: 1rem;
        padding: 1.25em 3.125em
    }

    .btn-modern.btn-lg {
        font-size: .875rem;
        padding: 1rem 2.25rem
    }

    .btn-modern.btn-sm {
        font-size: .7rem;
        padding: .7rem 1.4rem
    }

    .btn-modern.btn-xs {
        font-size: .625rem;
        padding: .6rem 1.2rem
    }

.box-shadow-2 .btn, .btn.box-shadow-2 {
    box-shadow: 0 15px 30px -15px rgba(0,0,0,.45)
}

.btn-arrow {
    font-weight: 600
}

    .btn-arrow:not(.btn-borders) {
        background: 0 0 !important;
        border: none !important
    }

    .btn-arrow:focus {
        box-shadow: none !important
    }

    .btn-arrow .icon-wrapper {
        background-color: #ccc;
        display: inline-block;
        height: 25px;
        line-height: 24px;
        width: 24px;
        border-radius: 50%;
        margin-left: 8px;
        transition: all .1s linear
    }

    .btn-arrow:hover .icon-wrapper {
        transform: translateX(5px)
    }

    .btn-arrow i {
        color: #fff;
        font-size: 8px;
        top: -1px;
        position: relative
    }

.btn.btn-full-rounded {
    border-radius: 2em
}

.btn i {
    display: inline-block;
    transition: transform .25s linear;
    line-height: 1
}

.btn.hover-icon-zoom i {
    transform: scale(1.15,1.15)
}

.btn.hover-icon-up i {
    transform: translateY(-4px)
}

.btn.hover-icon-left:hover i {
    transform: translateX(-6px)
}

.btn.hover-icon-right:hover i {
    transform: translateX(6px)
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px
}

.overlay-show {
    margin-bottom: 30px
}

.tab-pane > *:last-child, .card-body > *:last-child {
    margin-bottom: 0
}

.video-cover {
    overflow: hidden !important
}

.map_info_text p {
    margin-bottom: 10px
}

    .map_info_text p:last-child {
        margin-bottom: 0
    }

.alignleft {
    float: left;
    margin: 4px 24px 7px 0
}

.alignright {
    float: right;
    margin: 4px 0 7px 24px
}

.aligncenter {
    clear: both;
    display: block;
    margin: 4px auto 7px;
    text-align: center
}

blockquote.alignleft, blockquote.alignright {
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-top: 17px;
    width: 50%
}

    blockquote.alignleft p, blockquote.alignright p {
        margin-bottom: 17px
    }

.mceItemTable {
    border: 1px solid rgba(0,0,0,.1);
    border-width: 1px 0 0 1px;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14px;
    line-height: 1.2857142857;
    margin-bottom: 24px;
    width: 100%
}

    .mceItemTable th, .mceItemTable caption {
        border: 1px solid rgba(0,0,0,.1);
        border-width: 0 1px 1px 0;
        font-weight: 700;
        padding: 8px;
        text-align: left;
        text-transform: uppercase;
        vertical-align: baseline
    }

    .mceItemTable td {
        border: 1px solid rgba(0,0,0,.1);
        border-width: 0 1px 1px 0;
        font-family: Lato,sans-serif;
        font-size: 14px;
        padding: 8px;
        vertical-align: baseline
    }

.wp-caption {
    background: 0 0;
    border: none;
    color: #767676;
    margin: 0 0 24px;
    max-width: 100%;
    padding: 0;
    text-align: left
}

.html5-captions .wp-caption {
    padding: 0
}

.wp-caption.alignleft {
    margin: 7px 14px 7px 0;
    text-align: left
}

.html5-captions .wp-caption.alignleft {
    margin-right: 24px
}

.wp-caption.alignright {
    margin: 7px 0 7px 14px;
    text-align: right
}

    .wp-caption.alignright img, .wp-caption.alignright .wp-caption-dd {
        padding-left: 10px
    }

.html5-captions .wp-caption.alignright {
    margin-left: 24px
}

    .html5-captions .wp-caption.alignright img, .html5-captions .wp-caption.alignright .wp-caption-dd {
        padding: 0
    }

.wp-caption.aligncenter {
    margin: 7px auto
}

.wp-caption-dt {
    margin: 0
}

.wp-caption .wp-caption-text, .wp-caption-dd {
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px 0;
    padding: 0 10px 0 0;
    text-align: left
}

.mceTemp + ul, .mceTemp + ol {
    list-style-position: inside
}

.gallery {
    display: flex;
    flex-wrap: wrap
}

.gallery-item {
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: calc(100%/2)
}

.gallery-columns-3 .gallery-item {
    max-width: calc(100%/3)
}

.gallery-columns-4 .gallery-item {
    max-width: calc(100%/4)
}

.gallery-columns-5 .gallery-item {
    max-width: calc(100%/5)
}

.gallery-columns-6 .gallery-item {
    max-width: calc(100%/6)
}

.gallery-columns-7 .gallery-item {
    max-width: calc(100%/7)
}

.gallery-columns-8 .gallery-item {
    max-width: calc(100%/8)
}

.gallery-columns-9 .gallery-item {
    max-width: calc(100%/9)
}

.gallery .gallery-caption {
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    padding: 6px 8px;
    text-align: center;
    width: 100%
}

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none
}

.size-full {
    max-width: 100%;
    height: auto
}

ul.list.icons li i {
    margin-right: 5px
}

ul.icons {
    list-style: none
}

.list li {
    margin-bottom: 13px
}

.list.pull-left li {
    text-align: left
}

.list.list-icons {
    list-style: none;
    padding-left: 0;
    padding-right: 0
}

    .list.list-icons li {
        position: relative;
        padding-left: 25px
    }

        .list.list-icons li i {
            position: absolute;
            left: 0;
            top: 5px
        }

    .list.list-icons.list-icons-style-2 li {
        padding-top: 5px;
        padding-left: 36px
    }

        .list.list-icons.list-icons-style-2 li i {
            border: 1px solid;
            border-radius: 50%;
            width: 25px;
            height: 25px;
            text-align: center;
            padding: 4px
        }

    .list.list-icons.list-icons-style-3 li {
        padding-top: 5px;
        padding-left: 36px
    }

        .list.list-icons.list-icons-style-3 li i {
            color: #fff;
            border-radius: 50%;
            width: 25px;
            height: 25px;
            text-align: center;
            padding: 5px
        }

    .list.list-icons.list-icons-sm li {
        padding-left: 13px;
        margin-bottom: 5px
    }

        .list.list-icons.list-icons-sm li i {
            font-size: .9em;
            top: 7px
        }

    .list.list-icons.list-icons-sm.list-icons-style-2 li {
        padding-left: 32px
    }

        .list.list-icons.list-icons-sm.list-icons-style-2 li i {
            width: 20px;
            height: 20px;
            padding: 3px
        }

    .list.list-icons.list-icons-sm.list-icons-style-3 li {
        padding-left: 32px
    }

        .list.list-icons.list-icons-sm.list-icons-style-3 li i {
            width: 20px;
            height: 20px;
            padding: 5px 3px 3px
        }

    .list.list-icons.list-icons-lg li {
        padding-top: 5px;
        padding-left: 32px
    }

        .list.list-icons.list-icons-lg li i {
            font-size: 1.5em
        }

    .list.list-icons.list-icons-lg.list-icons-style-2 li {
        padding-top: 8px;
        padding-left: 42px
    }

        .list.list-icons.list-icons-lg.list-icons-style-2 li i {
            width: 30px;
            height: 30px;
            padding: 4px
        }

    .list.list-icons.list-icons-lg.list-icons-style-3 li {
        padding-top: 8px;
        padding-left: 42px
    }

        .list.list-icons.list-icons-lg.list-icons-style-3 li i {
            width: 30px;
            height: 30px;
            padding: 4px
        }

    .list.list-icons.list-icons-reverse li {
        text-align: right;
        padding-right: 25px;
        padding-left: 0
    }

        .list.list-icons.list-icons-reverse li i {
            position: absolute;
            left: auto;
            right: 0;
            top: 5px
        }

    .list.list-icons.list-icons-reverse.list-icons-style-2 li {
        padding-right: 36px
    }

    .list.list-icons.list-icons-reverse.list-icons-style-3 li {
        padding-right: 36px
    }

    .list.list-icons.list-icons-reverse.list-icons-sm li {
        padding-left: 0;
        padding-right: 13px
    }

    .list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-2 li {
        padding-right: 32px
    }

    .list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-3 li {
        padding-right: 32px
    }

    .list.list-icons.list-icons-reverse.list-icons-lg li {
        padding-left: 0;
        padding-right: 32px
    }

    .list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-2 li {
        padding-right: 42px
    }

    .list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-3 li {
        padding-right: 42px
    }

.list.list-borders li {
    border-bottom: 1px solid #eaeaea;
    margin-top: 9px;
    margin-bottom: 0;
    padding-bottom: 9px
}

    .list.list-borders li:last-child {
        border-bottom: 0
    }

.list.list-side-borders {
    border-left: 1px solid #eaeaea;
    padding-left: 10px
}

.list.list-ordened {
    counter-reset: custom-counter;
    list-style: none
}

    .list.list-ordened li {
        position: relative;
        padding-left: 22px
    }

        .list.list-ordened li:before {
            position: absolute;
            top: 0;
            left: 0;
            content: counter(custom-counter);
            counter-increment: custom-counter;
            font-weight: 700
        }

    .list.list-ordened.list-ordened-style-2 li, .list.list-ordened.list-ordened-style-3 li {
        padding-left: 32px
    }

        .list.list-ordened.list-ordened-style-2 li:before, .list.list-ordened.list-ordened-style-3 li:before {
            border-radius: 100%;
            border-style: solid;
            border-width: 1px;
            min-width: 26px;
            padding: 0;
            text-align: center
        }

        .list.list-ordened.list-ordened-style-3 li:before {
            color: #fff;
            border: 0
        }

.list.list-unstyled {
    padding-left: 0;
    padding-right: 0
}

ul[class^=wsp-] {
    margin-bottom: 30px;
    padding: 0;
    list-style: none
}

    ul[class^=wsp-] ul {
        margin-bottom: 5px;
        margin-top: 5px;
        list-style: none
    }

h2[class^=wsp-] {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
    text-transform: uppercase
}

.fontawesome-icon-list, .sample-icon-list {
    margin-top: 22px
}

    .fontawesome-icon-list > div, .sample-icon-list > div {
        height: 32px;
        line-height: 32px;
        font-size: 11px
    }

        .fontawesome-icon-list > div:hover i, .sample-icon-list > div:hover i {
            font-size: 28px;
            vertical-align: -6px
        }

    .fontawesome-icon-list i, .sample-icon-list i {
        display: inline-block;
        background-image: none;
        font-size: 14px;
        margin-right: 4px;
        text-align: center;
        width: 32px
    }

.link-hover-style-1 a {
    display: inline-block
}

    .link-hover-style-1 a:hover {
        transform: translateX(3px)
    }

.fullscreen-carousel {
    height: 100vh;
    position: relative
}

    .fullscreen-carousel .owl-carousel:not(.owl-loaded) > *, .fullscreen-carousel .owl-item > * {
        height: 100vh
    }

.owl-carousel .owl-item .owl-lazy {
    opacity: 1
}

.owl-carousel {
    margin-bottom: 20px
}

    .owl-carousel.row {
        width: auto
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav button {
        outline: none
    }

    .owl-carousel .img-thumbnail {
        max-width: 100%
    }

        .owl-carousel .img-thumbnail img {
            width: 100%
        }

    .owl-carousel .item-video {
        height: 300px
    }

    .owl-carousel .owl-nav {
        top: 50%;
        position: absolute;
        margin-top: 0;
        width: 100%;
        flex: none
    }

        .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
            display: inline-block;
            position: absolute;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 22px;
            margin: 0;
            transform: translateY(-50%)
        }

        .owl-carousel .owl-nav .owl-prev {
            left: 0
        }

            .owl-carousel .owl-nav .owl-prev:before {
                font-family: "Porto";
                content: "î ™";
                position: relative;
                left: -1px
            }

        .owl-carousel .owl-nav .owl-next {
            right: 0
        }

            .owl-carousel .owl-nav .owl-next:before {
                font-family: "Porto";
                content: "î š";
                position: relative;
                left: 1px
            }

    .owl-carousel .owl-dots {
        margin-top: 1em
    }

    .owl-carousel.stage-margin .owl-stage-outer {
        margin-left: 40px;
        margin-right: 40px
    }

        .owl-carousel.stage-margin .owl-stage-outer .owl-stage {
            padding-left: 0 !important;
            padding-right: 0 !important
        }

    .owl-carousel.nav-bottom .owl-stage-outer {
        margin-bottom: 10px
    }

    .owl-carousel.show-nav-hover .owl-prev {
        left: -10px;
        transform: translate(-10px,-50%)
    }

    .owl-carousel.show-nav-hover .owl-next {
        right: -10px;
        transform: translate(10px,-50%)
    }

@media (max-width:991px) {
    .owl-carousel.show-nav-hover .owl-prev {
        left: 0;
        transform: translate(10px,-50%)
    }

    .owl-carousel.show-nav-hover .owl-next {
        right: 0;
        transform: translate(-10px,-50%)
    }
}

.owl-carousel.show-nav-hover .owl-prev, .owl-carousel.show-nav-hover .owl-next {
    transition: opacity .2s,transform .4s;
    opacity: 0
}

.owl-carousel.show-nav-hover:hover .owl-prev, .owl-carousel.show-nav-hover:hover .owl-next {
    opacity: 1;
    transform: translate(0,-50%)
}

    .owl-carousel.show-nav-hover:hover .owl-prev.disabled, .owl-carousel.show-nav-hover:hover .owl-next.disabled {
        opacity: .5
    }

.owl-carousel.show-nav-title .owl-nav {
    top: 0;
    right: 0;
    margin-top: -26px;
    width: auto
}

    .owl-carousel.show-nav-title .owl-nav [class*=owl-], .owl-carousel.show-nav-title .owl-nav [class*=owl-]:hover, .owl-carousel.show-nav-title .owl-nav [class*=owl-]:active {
        background: 0 0 !important;
        width: 18px;
        font-size: 18px;
        padding-left: 0;
        padding-right: 0
    }

    .owl-carousel.show-nav-title .owl-nav .owl-prev {
        left: -45px
    }

.owl-carousel.nav-bottom .owl-nav {
    position: static;
    margin: 0;
    padding: 0;
    width: auto
}

    .owl-carousel.nav-bottom .owl-nav .owl-prev, .owl-carousel.nav-bottom .owl-nav .owl-next {
        position: static;
        transform: none;
        margin: 0 3px
    }

.owl-carousel.rounded-nav .owl-nav [class*=owl-], .owl-carousel.rounded-nav .owl-nav [class*=owl-]:hover {
    padding: 3px 7px;
    border-radius: 50%;
    background: 0 0 !important;
    border: 1px solid #999 !important;
    color: #999;
    width: 30px
}

.owl-carousel.nav-style-1 .owl-nav [class*=owl-] {
    width: 20px;
    background: 0 0 !important;
    color: #000;
    font-size: 20px
}

.owl-carousel.show-dots-title .owl-dots {
    position: absolute;
    left: 155px;
    top: -54px;
    margin-top: 0 !important;
    line-height: 0
}

.owl-carousel.show-dots-title-right .owl-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: auto;
    right: 0;
    margin-top: 0 !important;
    top: -33px
}

.owl-carousel.nav-inside .owl-dots {
    bottom: 2px;
    margin-top: 10px;
    position: absolute;
    right: 6px;
    z-index: 1
}

.owl-carousel.nav-inside .owl-nav .owl-prev {
    left: 15px
}

.owl-carousel.nav-inside .owl-nav .owl-next {
    right: 15px
}

.owl-carousel.nav-inside-left .owl-dots {
    left: 6px;
    right: auto
}

.owl-carousel.nav-inside-center .owl-dots {
    right: 36px;
    left: 36px
}

.owl-carousel.full-width .owl-nav [class*=owl-], .owl-carousel.full-width .owl-nav [class*=owl-]:hover, .owl-carousel.big-nav .owl-nav [class*=owl-], .owl-carousel.big-nav .owl-nav [class*=owl-]:hover {
    height: auto;
    padding: 20px 0;
    margin: 0
}

.owl-carousel.nav-style-2 .owl-nav [class*=owl-] {
    background: 0 0 !important;
    color: #fff;
    font-size: 1.5rem
}

.owl-carousel.nav-style-3 .owl-nav [class*=owl-] {
    width: 35px;
    height: 45px;
    line-height: 33px;
    background-color: rgba(38,42,47,.4) !important;
    border-color: transparent !important
}

.owl-carousel.nav-style-4 .owl-nav [class*=owl-] {
    width: 30px;
    background: 0 0 !important;
    color: #333;
    font-size: 24px
}

.owl-carousel.nav-style-4 .owl-prev:before {
    content: "\e829"
}

.owl-carousel.nav-style-4 .owl-next:before {
    content: "\e828"
}

.owl-carousel.nav-pos-inside .owl-nav .owl-prev {
    left: 15px
}

.owl-carousel.nav-pos-inside .owl-nav .owl-next {
    right: 15px
}

.owl-carousel.nav-pos-outside .owl-nav .owl-prev {
    left: -30px
}

.owl-carousel.nav-pos-outside .owl-nav .owl-next {
    right: -30px
}

@media (max-width:991px) {
    .owl-carousel.nav-pos-outside .owl-nav .owl-prev {
        left: -10px
    }

    .owl-carousel.nav-pos-outside .owl-nav .owl-next {
        right: -10px
    }
}

.owl-carousel.nav-center-images-only .owl-nav {
    top: 37%
}

.owl-carousel.top-border {
    padding-top: 18px
}

.owl-carousel .owl-item .owl-lazy {
    transition: all .2s linear,opacity .4s
}

.owl-carousel .owl-item .owl-lazy-loaded {
    opacity: 1
}

.owl-carousel .wpb_content_element {
    margin-bottom: 0
}

.owl-carousel.carousel-center-active-item .owl-item {
    opacity: .2;
    transition: opacity .3s
}

    .owl-carousel.carousel-center-active-item .owl-item.center {
        opacity: 1
    }

.owl-carousel.carousel-center-active-item-style-2 .owl-item {
    opacity: .7
}

.owl-carousel.dots-style-1 .owl-dots span {
    width: 14px;
    height: 14px;
    border: 2px solid #e7e7e7;
    background: 0 0 !important;
    margin: 2px;
    position: relative
}

.owl-carousel.dots-style-1 .owl-dot.active span, .owl-carousel.dots-style-1 .owl-dot:hover span {
    border: 2px solid
}

    .owl-carousel.dots-style-1 .owl-dot.active span:after, .owl-carousel.dots-style-1 .owl-dot:hover span:after {
        content: '';
        position: absolute;
        left: 3px;
        right: 3px;
        top: 3px;
        bottom: 3px;
        border-radius: 10px;
        border: 2px solid
    }

.owl-carousel-spaced {
    margin-left: -5px
}

    .owl-carousel-spaced .owl-item > div {
        margin: 5px
    }

.owl-carousel.testimonials img {
    display: inline-block;
    height: 70px;
    width: 70px
}

@media (max-width:575px) {
    .owl-carousel-spaced {
        margin-left: 0
    }
}

.slick-slider .slick-dots li {
    opacity: 1 !important
}

.slick-slider .slick-prev {
    width: auto;
    height: auto;
    left: 0;
    text-shadow: 1px 1px 1px rgba(127,127,127,.3)
}

.slick-slider .slick-next {
    width: auto;
    height: auto;
    right: 0;
    text-shadow: 1px 1px 1px rgba(127,127,127,.3)
}

@media (max-width:767px) {
    .slick-slider .slick-prev, .slick-slider .slick-next {
        display: none !important
    }
}

.dots-inner .slick-slider ul.slick-dots, .slick-slider.dots-inner ul.slick-dots {
    position: absolute !important;
    bottom: 10px !important
}

[dir=rtl] .slick-prev:before, [dir=rtl] .slick-next:before {
    display: none
}

.yith-wcan-loading {
    position: relative
}

#fancybox-loading div {
    background-image: none;
    display: none
}

.yith-wcan-loading, .master-slider .ms-loading-container .ms-loading, .master-slider .ms-slide .ms-slide-loading, #fancybox-loading, .slick-slider .slick-loading .slick-list, .porto-carousel-wrapper > div:first-child > .porto-item-wrap:first-child, .porto-ajax-loading {
    background-image: none;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    opacity: 1
}

    .porto-loading-icon, .master-slider .ms-loading-container .ms-loading:before, .master-slider .ms-slide .ms-slide-loading:before, #fancybox-loading:before, #fancybox-loading:after, .slick-slider .slick-loading .slick-list:before, .porto-carousel-wrapper > div:first-child > .porto-item-wrap:first-child:before, .fullscreen-carousel > .owl-carousel:before, .fullscreen-carousel > .owl-carousel:after {
        content: "";
        display: inline-block !important;
        border: 2px solid transparent;
        width: 40px;
        height: 40px;
        animation: spin .75s infinite linear;
        display: inline-block;
        border-image: none;
        border-radius: 50%;
        vertical-align: middle;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 2
    }

.fullscreen-carousel > .owl-carousel:before {
    z-index: 0
}

.fullscreen-carousel > .owl-carousel:after {
    z-index: 0;
    animation: spin .5s infinite linear
}

.fullscreen-carousel > .owl-carousel .owl-stage-outer, .fullscreen-carousel > .owl-carousel .owl-nav {
    z-index: 1
}

.fullscreen-carousel > .owl-loaded:before, .fullscreen-carousel > .owl-loaded:after {
    content: none
}

#fancybox-loading:after {
    animation: spin .5s infinite linear
}

.porto-loading-icon {
    z-index: -1;
    visibility: hidden
}

.yith-wcan-loading .porto-loading-icon, .porto-ajax-loading .porto-loading-icon, .mfp-preloader .porto-loading-icon {
    z-index: 2;
    visibility: visible
}

    .yith-wcan-loading .porto-loading-icon:before, .porto-ajax-loading .porto-loading-icon:before, .mfp-preloader .porto-loading-icon:before {
        content: '';
        position: absolute;
        left: -2px;
        top: -2px;
        width: inherit;
        height: inherit;
        border: inherit;
        border-radius: inherit;
        border-top-color: inherit;
        animation: spin 1.5s infinite
    }

.porto-ajax-loading:before {
    z-index: 2
}

.porto-ajax-loading:after {
    content: " ";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .15;
    z-index: 1
}

.porto-standable-carousel {
    display: block;
    min-height: 100px
}

    .porto-standable-carousel:not(.owl-loaded) > *:not(:first-child) {
        display: none
    }

    .porto-standable-carousel .owl-item .vc_single_image-wrapper {
        display: block
    }

.ms-loading-container .ms-loading, .ms-slide .ms-slide-loading {
    background-image: none !important;
    background-color: transparent !important;
    box-shadow: none !important
}

.has-ccols:not(.owl-loaded), .products-slider.owl-carousel:not(.owl-loaded) {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: auto
}

.owl-carousel.has-ccols:not(.owl-loaded) > * {
    position: relative
}

.ccols-1 > * {
    flex: 0 0 100%;
    max-width: 100%
}

.ccols-2 > * {
    flex: 0 0 50%;
    max-width: 50%
}

.ccols-3 > * {
    flex: 0 0 33.3333%;
    max-width: 33.3333%
}

.ccols-4 > * {
    flex: 0 0 25%;
    max-width: 25%
}

.ccols-5 > * {
    flex: 0 0 20%;
    max-width: 20%
}

.ccols-6 > * {
    flex: 0 0 16.6666%;
    max-width: 16.6666%
}

.ccols-7 > * {
    flex: 0 0 14.2857%;
    max-width: 14.2857%
}

.ccols-8 > * {
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.ccols-9 > * {
    flex: 0 0 11.1111%;
    max-width: 11.1111%
}

.ccols-10 > * {
    flex: 0 0 10%;
    max-width: 10%
}

@media (min-width:576px) {
    .ccols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .ccols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .ccols-sm-3 > * {
        flex: 0 0 33.3333%;
        max-width: 33.3333%
    }

    .ccols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .ccols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .ccols-sm-6 > * {
        flex: 0 0 16.6666%;
        max-width: 16.6666%
    }
}

@media (min-width:768px) {
    .ccols-md-1 > * {
        flex: 0 0 100%;
        max-width: none
    }

    .ccols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .ccols-md-3 > * {
        flex: 0 0 33.3333%;
        max-width: 33.3333%
    }

    .ccols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .ccols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .ccols-md-6 > * {
        flex: 0 0 16.6666%;
        max-width: 16.6666%
    }
}

@media (min-width:992px) {
    .ccols-lg-1 > * {
        flex: 0 0 100%;
        max-width: none
    }

    .ccols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .ccols-lg-3 > * {
        flex: 0 0 33.3333%;
        max-width: 33.3333%
    }

    .ccols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .ccols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .ccols-lg-6 > * {
        flex: 0 0 16.6666%;
        max-width: 16.6666%
    }

    .ccols-lg-7 > * {
        flex: 0 0 14.2857%;
        max-width: 14.2857%
    }

    .ccols-lg-8 > * {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

.has-ccols.owl-loaded > div {
    flex: none;
    max-width: none
}

.video-slide .ms-slide-bgvideocont:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5
}

.fit-video {
    line-height: 1;
    position: relative;
    width: 100%
}

    .fit-video iframe, .fit-video .wp-video {
        width: 100% !important
    }

.text-muted {
    color: #999 !important
}

.text-light {
    color: #fff !important
}

    .text-light.wpb_text_column p {
        color: #fff !important
    }

.font-weight-light, .text-weight-light {
    font-weight: 300
}

    .font-weight-light *, .text-weight-light * {
        font-weight: 300
    }

.font-weight-normal, .text-weight-normal {
    font-weight: 400
}

    .font-weight-normal *, .text-weight-normal * {
        font-weight: 400
    }

.font-weight-semibold, .text-weight-semibold {
    font-weight: 600
}

    .font-weight-semibold *, .text-weight-semibold * {
        font-weight: 600
    }

.font-weight-bold, .text-weight-bold {
    font-weight: 700
}

    .font-weight-bold *, .text-weight-bold * {
        font-weight: 700
    }

.font-weight-medium {
    font-weight: 500
}

.font-weight-extra-bold {
    font-weight: 800
}

.text-uppercase {
    text-transform: uppercase
}

.text-lowercase {
    text-transform: lowercase
}

.text-capitalize {
    text-transform: capitalize
}

.mfp-close, .mfp-close-btn-in .mfp-close {
    text-indent: -9999px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    width: 41px;
    height: 41px;
    color: #838383
}

    .mfp-close:before, .mfp-close:after, .mfp-close-btn-in .mfp-close:before, .mfp-close-btn-in .mfp-close:after {
        content: '';
        position: absolute
    }

    .mfp-close:before, .mfp-close-btn-in .mfp-close:before {
        width: 17px;
        top: 20px;
        left: 12px;
        border-top: 1px solid
    }

    .mfp-close:after, .mfp-close-btn-in .mfp-close:after {
        height: 17px;
        top: 12px;
        left: 20px;
        border-left: 1px solid
    }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    text-align: left
}

    .mfp-image-holder .mfp-close:before, .mfp-image-holder .mfp-close:after, .mfp-iframe-holder .mfp-close:before, .mfp-iframe-holder .mfp-close:after {
        color: #fff
    }

.mfp-iframe-holder .mfp-close {
    top: -37px;
    width: 40px;
    height: 40px
}

    .mfp-iframe-holder .mfp-close:before {
        width: 16px;
        top: 19px;
        left: 12px;
        border-top-width: 2px
    }

    .mfp-iframe-holder .mfp-close:after {
        height: 16px;
        top: 12px;
        left: 19px;
        border-left-width: 2px
    }

.mfp-wrap {
    direction: ltr
}

body.rtl .mfp-wrap {
    direction: rtl
}

.mfp-wrap ~ .select2-container {
    z-index: 9043
}

.mfp-content {
    direction: ltr
}

.mfp-no-margins img.mfp-img {
    padding: 0
}

.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0
}

.mfp-no-margins .mfp-container {
    padding: 0
}

.mfp-content .mfp-figure figure:before {
    background: #f3f3f3;
    content: "";
    position: absolute;
    width: 100%;
    top: 40px;
    bottom: 40px
}

.mfp-content .mfp-figure img.mfp-img {
    position: relative
}

.mfp-content figcaption {
    margin-top: 0
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
    opacity: .001;
    -webkit-backface-visibility: hidden;
    transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    transition: all .2s ease-in-out;
    transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    transform: scale(.8);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: .001;
    transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    transition: all .2s ease-out;
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: .01;
    transition: opacity .3s ease-out
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}

.popup-builder .mfp-content {
    position: static
}

.dialog {
    padding: 20px 25px;
    text-align: left;
    max-width: 600px;
    margin: 40px auto;
    position: relative
}

    .dialog.dialog-xs {
        max-width: 200px
    }

    .dialog.dialog-sm {
        max-width: 400px
    }

    .dialog.dialog-md {
        max-width: 600px
    }

    .dialog.dialog-lg {
        max-width: 900px
    }

.white-popup-block {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 600px;
    margin: 40px auto;
    position: relative
}

    .white-popup-block.white-popup-block-xs {
        max-width: 200px
    }

    .white-popup-block.white-popup-block-sm {
        max-width: 400px
    }

    .white-popup-block.white-popup-block-md {
        max-width: 600px
    }

    .white-popup-block.white-popup-block-lg {
        max-width: 900px
    }

.popup-inline-content, .mfp-content .ajax-container {
    margin: 40px auto;
    max-width: 1170px;
    padding: 20px 25px;
    position: relative;
    text-align: left;
    display: none
}

@media (max-width:767px) {
    .popup-inline-content, .mfp-content .ajax-container {
        padding: 20px 12px
    }
}

.mfp-content .ajax-container, .mfp-wrap .popup-inline-content {
    display: block
}

body a {
    outline: none !important
}

.inline {
    display: inline
}

.center {
    text-align: center
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.align-center {
    text-align: center
}

.push-bottom {
    margin-bottom: 35px
}

.push-top {
    margin-top: 35px
}

.block-nowrap {
    display: inline-block;
    white-space: nowrap
}

@media (max-width:575px) {
    .block-nowrap {
        display: inline
    }
}

.block-inline {
    display: inline-block
}

@media (max-width:575px) {
    .block-inline {
        display: inline
    }
}

.pt-left {
    float: left !important
}

.pt-right {
    float: right !important
}

.pt-none {
    float: none !important
}

.bold {
    font-weight: 700
}

.font-light {
    font-weight: 200
}

.overflow-hidden {
    overflow: hidden
}

.overflow-visible {
    overflow: visible
}

.inverted {
    color: #fff;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px
}

.text-decoration-none, .ms-btn {
    text-decoration: none !important
}

.alert a {
    text-decoration: none
}

.alert i {
    margin-right: 8px;
    font-size: 1.1em
}

.alert ul {
    padding: 0;
    margin: 7px 0 0 25px
}

    .alert ul li {
        font-size: .9em
    }

.alert.alert-sm {
    padding: 5px 10px;
    font-size: .9em
}

.alert.alert-lg {
    padding: 20px;
    font-size: 1.2em
}

.alert.alert-default {
    background-color: #f2f2f2;
    border-color: #eaeaea;
    color: #737373
}

    .alert.alert-default .alert-link {
        color: #4c4c4c
    }

.br-none {
    border-radius: 0 !important
}

.b-none {
    border: medium none !important
}

.tf-none, .tf-none img {
    transform: none !important;
    transition: none !important
}

.bg-pos-bottom {
    background-position: center bottom !important
}

.bg-pos-bottom-zero {
    background-position: center 0 !important
}

.bg-pos-top {
    background-position: center top !important
}

.bg-pos-center {
    background-position: center center !important
}

.bg-pos-left-top {
    background-position: left top !important
}

.bg-pos-left-bottom {
    background-position: left bottom !important
}

.bg-pos-left-center {
    background-position: left center !important
}

body .bg-pos-right-top {
    background-position: right top !important
}

.bg-pos-right-bottom {
    background-position: right bottom !important
}

.bg-pos-right-center {
    background-position: right center !important
}

.bg-attach-fixed {
    background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {
    .bg-attach-fixed {
        background-attachment: scroll
    }
}

.color-white {
    color: #fff !important
}

    .color-white a {
        color: #fff !important
    }

table {
    width: 100%
}

    table p {
        margin: 0
    }

img {
    max-width: 100%;
    height: auto
}

embed, iframe, object, video {
    max-width: 100%;
    vertical-align: middle
}

th, td {
    padding: 8px
}

dl dd {
    margin-bottom: 15px
}

blockquote {
    border-left: 5px solid #eee;
    margin: 0 0 1rem;
    padding: .5rem 1rem;
    font-size: 1em
}

    blockquote.with-borders {
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.04);
        padding: 1.3rem
    }

.content-grid {
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important
}

    .content-grid .content-grid-item {
        position: relative;
        padding: 10px;
        margin: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .content-grid .content-grid-item.vc_column_container {
            -ms-flex-align: center;
            align-items: center
        }

        .content-grid .content-grid-item:before, .content-grid .content-grid-item:after {
            content: '';
            position: absolute
        }

        .content-grid .content-grid-item:before {
            height: 100%;
            top: 0;
            left: -1px
        }

        .content-grid .content-grid-item:after {
            width: 100%;
            height: 0;
            top: auto;
            left: 0;
            bottom: -1px
        }

        .content-grid .content-grid-item .img-responsive, .content-grid .content-grid-item .img-fluid {
            display: inline-block;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto
        }

.cur-pointer {
    cursor: pointer
}

.font-size-xs {
    font-size: .8em !important
}

.font-size-sm {
    font-size: .9em !important
}

    .font-size-sm > .vc_btn3 {
        font-size: 1em !important
    }

.font-size-md {
    font-size: 1em !important
}

    .font-size-md > .vc_btn3 {
        font-size: 1em !important
    }

.font-size-lg {
    font-size: 1.1em !important
}

.font-size-xl {
    font-size: 1.2em !important
}

.font-size-sl {
    font-size: 1.4em !important
}

.text-xs {
    font-size: .625rem !important
}

.text-sm {
    font-size: .8125rem !important
}

.text-md {
    font-size: 1rem !important
}

.text-lg {
    font-size: 1.1875rem !important
}

.text-xl {
    font-size: 1.375rem !important
}

.line-height-xs {
    line-height: 16px !important
}

.line-height-sm {
    line-height: 20px !important
}

.line-height-md {
    line-height: 24px !important
}

.line-height-lg {
    line-height: 28px !important
}

.line-height-xl {
    line-height: 32px !important
}

.sticky-transition[data-plugin-sticky] {
    transition: top .3s ease-in-out
}

.bounce-loader {
    transition: all .2s;
    margin: -9px 0 0 -35px;
    text-align: center;
    width: 70px;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 10000
}

    .bounce-loader .bounce1, .bounce-loader .bounce2, .bounce-loader .bounce3 {
        animation: 1.4s ease-in-out 0s normal both infinite running bouncedelay;
        background-color: #ccc;
        border-radius: 100%;
        box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
        display: inline-block;
        height: 18px;
        width: 18px
    }

    .bounce-loader .bounce1 {
        animation-delay: -.32s
    }

    .bounce-loader .bounce2 {
        animation-delay: -.16s
    }

@keyframes bouncedelay {
    0%,80%,100% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

.ajax-box {
    transition: all .2s;
    position: relative
}

    .ajax-box .ajax-box-content {
        transition: all .2s;
        opacity: 1;
        height: auto
    }

    .ajax-box .bounce-loader, .ajax-box .porto-ajax-loading {
        opacity: 0
    }

    .ajax-box.ajax-box-init {
        height: 0
    }

    .ajax-box.ajax-box-loading {
        height: 300px
    }

        .ajax-box.ajax-box-loading .ajax-box-content {
            opacity: 0;
            height: 300px
        }

        .ajax-box.ajax-box-loading .bounce-loader, .ajax-box.ajax-box-loading .porto-ajax-loading {
            opacity: 1
        }

[data-plugin-parallax] {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: repeat;
    background-attachment: fixed !important;
    position: relative;
    clear: both;
    -webkit-backface-visibility: hidden
}

.transition-none, .no-transition {
    transition: none !important
}

.media-left, .media > .pull-left {
    padding-right: 10px;
    float: none
}

.media-right, .media > .pull-right {
    padding-left: 10px;
    float: none;
    order: 2;
    -ms-flex-order: 2
}

.hover-effect-3 img {
    opacity: .3;
    transition: opacity .3s
}

    .hover-effect-3 img:hover {
        opacity: 1
    }

.hover-effect-5 img {
    opacity: .5;
    transition: opacity .5s
}

    .hover-effect-5 img:hover {
        opacity: 1
    }

.box-shadow-gray {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2)
}

.opacity-6 {
    opacity: .6
}

.opacity-8 {
    opacity: .8
}

.ls-0 {
    letter-spacing: 0
}

.ls-negative-2 {
    letter-spacing: -2px
}

.ls-negative-1 {
    letter-spacing: -1px
}

.curved-border {
    min-height: 7.2vw;
    position: relative
}

    .curved-border:after {
        content: '';
        display: block;
        background: url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../images/curved-border.svg) center/100% 100%;
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100vw;
        height: 7.2vw;
        z-index: 20
    }

    .curved-border.curved-border-top:after {
        top: -2px;
        bottom: auto;
        transform: rotateX(180deg)
    }

hr {
    border: 0;
    height: 1px;
    margin: 22px 0
}

    hr.hide {
        display: none !important
    }

    hr.short {
        margin: 11px 0
    }

    hr.tall {
        margin: 44px 0
    }

    hr.taller {
        margin: 66px 0
    }

    hr.invisible {
        background: 0 0
    }

.divider {
    border: 0;
    height: 1px;
    margin: 44px auto;
    text-align: center;
    position: relative;
    clear: both
}

    .divider.taller {
        margin: 66px auto
    }

    .divider i {
        text-align: center;
        border-radius: 50px;
        color: #a9a9a9;
        display: inline-block;
        height: 50px;
        line-height: 50px;
        position: absolute;
        text-align: center;
        width: 50px;
        font-size: 20px;
        margin: 0 auto 0 -25px;
        top: -25px;
        left: 50%;
        z-index: 1
    }

    .divider.divider-icon-sm i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: -15px;
        font-size: 15px;
        margin-left: -16px
    }

    .divider.divider-icon-lg {
        margin: 86px 0
    }

        .divider.divider-icon-lg i {
            width: 60px;
            height: 60px;
            line-height: 60px;
            top: -30px;
            font-size: 30px;
            margin-left: -30px
        }

        .divider.divider-icon-lg.taller {
            margin: 100px auto
        }

    .divider.divider-xs {
        width: 35%
    }

    .divider.divider-sm {
        width: 67%
    }

    .divider.divider-left i {
        left: 0;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    .divider.divider-right i {
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: 0
    }

    .divider.divider-style-2 i {
        color: #a9a9a9
    }

    .divider.divider-style-4 i:after {
        border-radius: 50%;
        box-sizing: content-box;
        content: "";
        display: block;
        height: 100%;
        left: -4px;
        padding: 1px;
        position: absolute;
        top: -4px;
        width: 100%
    }

    .divider.divider-small {
        margin: 22px auto;
        background: 0 0
    }

        .divider.divider-small hr {
            width: 50px;
            height: 1px
        }

        .divider.divider-small.divider-small-center {
            text-align: center
        }

            .divider.divider-small.divider-small-center hr {
                margin-left: auto;
                margin-right: auto
            }

        .divider.divider-small.divider-small-right {
            text-align: right
        }

            .divider.divider-small.divider-small-right hr {
                margin-left: auto
            }

        .divider.divider-small.divider-small-sm hr {
            height: 1px
        }

        .divider.divider-small.divider-small-lg hr {
            height: 6px
        }

        .divider.divider-small.tall {
            margin: 34px 0
        }

        .divider.divider-small.taller {
            margin: 46px 0
        }

    hr.dashed, .divider.dashed {
        background: 0 0;
        position: relative
    }

        hr.dashed:after, .divider.dashed:after {
            content: "";
            display: block;
            height: 0;
            position: absolute;
            top: 50%;
            margin-top: -1px;
            width: 100%
        }

    hr.pattern, .divider.pattern {
        background: 0 0;
        position: relative
    }

        hr.pattern:after, .divider.pattern:after {
            background: transparent url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../images/patterns/worn_dots.png) repeat 0 0;
            content: "";
            display: block;
            height: 15px;
            position: absolute;
            top: 50%;
            margin-top: -7px;
            width: 100%
        }

        hr.pattern.pattern-2:after, .divider.pattern.pattern-2:after {
            background-image: url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../images/patterns/az_subtle.png)
        }

.porto-separator {
    margin: 0 0 22px
}

    .porto-separator.short {
        margin: -11px 0 11px
    }

    .porto-separator.tall {
        margin: 22px 0 44px
    }

    .porto-separator.taller {
        margin: 44px 0 66px
    }

    .porto-separator .separator-line {
        margin: 0 auto
    }

        .porto-separator .separator-line.align_left {
            margin: 0 auto 0 0
        }

        .porto-separator .separator-line.align_center {
            margin: 0 auto
        }

        .porto-separator .separator-line.align_right {
            margin: 0 0 0 auto
        }

.icon-featured {
    display: inline-block;
    font-size: 0px;
    margin: 15px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 40px;
    line-height: 110px
}

    .icon-featured:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        box-sizing: content-box
    }

    .icon-featured img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0
    }

.featured-box {
    box-shadow: 0 2px 4px 0px rgba(0,0,0,.05);
    margin: 20px auto;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1
}

    .featured-box.align-left {
        text-align: left
    }

    .featured-box.align-center {
        text-align: center
    }

    .featured-box.align-right {
        text-align: right
    }

    .featured-box.align-justify {
        text-align: justify
    }

.woocommerce .featured-box h2, .woocommerce .featured-box h3, .woocommerce .featured-box h4, .woocommerce-page .featured-box h2, .woocommerce-page .featured-box h3, .woocommerce-page .featured-box h4 {
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -.7px;
    line-height: 1.42857;
    margin-top: 30px;
    margin-bottom: 15px;
    text-transform: uppercase
}

    .woocommerce .featured-box h2:first-child, .woocommerce .featured-box h3:first-child, .woocommerce .featured-box h4:first-child, .woocommerce-page .featured-box h2:first-child, .woocommerce-page .featured-box h3:first-child, .woocommerce-page .featured-box h4:first-child {
        margin-top: -5px
    }

.woocommerce .featured-box header h2, .woocommerce .featured-box header h3, .woocommerce .featured-box header h4, .woocommerce-page .featured-box header h2, .woocommerce-page .featured-box header h3, .woocommerce-page .featured-box header h4 {
    font-size: 1.1em;
    margin-top: 0 !important
}

.featured-box h4, .featured-box .wpb_heading {
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -.7px;
    margin-top: 5px;
    margin-bottom: 5px
}

.featured-box .box-content {
    border-top: 4px solid #dfdfdf;
    position: relative;
    top: -1px
}

.featured-box .learn-more {
    display: block;
    margin-top: 10px
}

.featured-box .porto-sicon-box {
    margin-top: 15px;
    margin-bottom: 25px
}

.featured-box .wpb_content_element {
    margin-bottom: 20px
}

.featured-box h2 {
    margin-bottom: 0;
    padding: 10px 0
}

.featured-box-text-left {
    text-align: left
}

.featured-boxes-flat .featured-box {
    box-shadow: none;
    margin: 10px 0
}

    .featured-boxes-flat .featured-box .box-content {
        margin-top: 65px
    }

    .featured-boxes-flat .featured-box .icon-featured {
        display: inline-block;
        font-size: 38px;
        height: 90px;
        line-height: 90px;
        padding: 0;
        width: 90px;
        margin: -100px 0 -15px;
        position: relative;
        top: -37px
    }

.featured-boxes-style-2 .featured-box {
    background: 0 0;
    border: 0;
    margin: 10px 0;
    box-shadow: none
}

    .featured-boxes-style-2 .featured-box .box-content {
        border: 0;
        padding: 0
    }

    .featured-boxes-style-2 .featured-box .icon-featured {
        display: inline-block;
        font-size: 30px;
        height: 75px;
        line-height: 75px;
        padding: 0;
        width: 75px;
        margin-top: 0
    }

.featured-boxes-style-3 .featured-box {
    margin: 10px 0
}

    .featured-boxes-style-3 .featured-box .icon-featured {
        display: inline-block;
        font-size: 30px;
        height: 75px;
        padding: 0;
        width: 75px;
        margin-top: -35px;
        border: 3px solid #ccc;
        line-height: 68px
    }

    .featured-boxes-style-3 .featured-box .box-content {
        display: inline-block
    }

.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box {
    background: 0 0;
    border: 0;
    box-shadow: none
}

    .featured-boxes-style-3:not(.featured-boxes-flat) .featured-box .box-content {
        border: 0;
        padding: 0
    }

.featured-boxes-style-4 .featured-box {
    background: 0 0;
    border: 0;
    margin: 10px 0;
    box-shadow: none
}

    .featured-boxes-style-4 .featured-box .box-content {
        border: 0;
        padding: 0
    }

    .featured-boxes-style-4 .featured-box .icon-featured {
        display: inline-block;
        font-size: 40px;
        height: 45px;
        line-height: 45px;
        padding: 0;
        width: 45px;
        margin-top: 0;
        margin-bottom: 10px;
        background: 0 0;
        border-radius: 0
    }

.featured-boxes-style-5 .featured-box, .featured-boxes-style-6 .featured-box, .featured-boxes-style-7 .featured-box {
    background: 0 0;
    border: 0;
    box-shadow: none;
    margin: 10px 0
}

    .featured-boxes-style-5 .featured-box .box-content, .featured-boxes-style-6 .featured-box .box-content, .featured-boxes-style-7 .featured-box .box-content {
        border: 0;
        padding: 0
    }

    .featured-boxes-style-5 .featured-box .icon-featured, .featured-boxes-style-6 .featured-box .icon-featured, .featured-boxes-style-7 .featured-box .icon-featured {
        display: inline-block;
        font-size: 30px;
        height: 75px;
        padding: 0;
        width: 75px;
        margin-top: 0;
        margin-bottom: 10px;
        line-height: 73px
    }

        .featured-boxes-style-6 .featured-box .icon-featured:after {
            border-radius: 50%;
            box-sizing: content-box;
            content: "";
            display: block;
            height: 100%;
            left: -6px;
            padding: 1px;
            position: absolute;
            top: -6px;
            width: 100%
        }

.featured-boxes-style-8 .featured-box .icon-featured {
    display: inline-block;
    font-size: 30px;
    height: 75px;
    padding: 0;
    width: 75px;
    margin: -38px 0 -16px;
    line-height: 73px;
    border: 0
}

    .featured-boxes-style-8 .featured-box .icon-featured:after {
        display: none
    }

.featured-box-effect-1 .icon-featured:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    transition: transform .2s,opacity .2s;
    transform: scale(1);
    opacity: 0
}

.featured-box-effect-1:hover .icon-featured:after {
    transform: scale(.8);
    opacity: 1
}

.featured-box-effect-2 .icon-featured:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 3px #fff;
    transition: transform .2s,opacity .2s;
    transform: scale(.8);
    opacity: 0
}

.featured-box-effect-2:hover .icon-featured:after {
    transform: scale(.95);
    opacity: 1
}

.featured-box-effect-3 .icon-featured:after {
    top: 0;
    left: 0;
    box-shadow: 0 0 0 10px #fff;
    transform: scale(.9);
    transition: transform .2s,opacity .2s;
    opacity: 0
}

.featured-box-effect-3:hover .icon-featured {
    color: #fff !important
}

    .featured-box-effect-3:hover .icon-featured:after {
        transform: scale(1);
        opacity: .8
    }

.featured-box-effect-4 .icon-featured {
    transform: scale(1);
    transition: transform .2s,transform .2s
}

.featured-box-effect-4:hover .icon-featured {
    transform: scale(1.15)
}

.featured-box-effect-5 .icon-featured {
    overflow: hidden;
    transition: all .3s
}

.featured-box-effect-5:hover .icon-featured {
    animation: toRightFromLeft .3s forwards
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%)
    }

    50% {
        opacity: 0;
        transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

.featured-box-effect-6 .icon-featured:after {
    transition: all .2s
}

.featured-box-effect-6:hover .box-content .icon-featured:after {
    transform: scale(1.1)
}

.featured-box-effect-7 .icon-featured:after {
    opacity: 0;
    box-shadow: 3px 3px #d5d5d5;
    transform: rotate(-90deg);
    transition: opacity .2s,transform .2s;
    left: 0;
    top: -1px
}

.featured-box-effect-7:hover .icon-featured:after {
    opacity: 1;
    transform: rotate(0deg)
}

.featured-box-effect-7 .icon-featured:before {
    transform: scale(.8);
    opacity: .7;
    transition: transform .2s,opacity .2s
}

.featured-box-effect-7:hover .icon-featured:before {
    transform: scale(1);
    opacity: 1
}

.feature-box {
    display: -ms-flexbox;
    display: flex
}

    .feature-box .feature-box-icon {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #ccc;
        border-radius: 100%;
        color: #fff;
        font-size: 10px;
        position: relative;
        top: 7px;
        text-align: center;
        padding: .8em;
        height: 1px;
        min-width: 4.32em;
        min-height: 4.32em
    }

    .feature-box .feature-box-info {
        flex: 1;
        -ms-flex: none;
        padding-left: 15px
    }

    .feature-box .align-items-center .feature-box-icon {
        top: 0
    }

    .feature-box.feature-box-style-2 .feature-box-icon {
        background: 0 0;
        top: 0
    }

        .feature-box.feature-box-style-2 .feature-box-icon i {
            font-size: 2.7em
        }

    .feature-box.feature-box-style-2 .align-items-center .feature-box-icon {
        top: 0
    }

    .feature-box.feature-box-style-3 .feature-box-icon {
        border: 1px solid #ccc;
        background: 0 0;
        line-height: 32px
    }

    .feature-box.feature-box-style-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .feature-box.feature-box-style-4 .feature-box-icon {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            -ms-flex-pack: start;
            justify-content: flex-start;
            background: 0 0;
            padding: 0 0 1.2rem
        }

            .feature-box.feature-box-style-4 .feature-box-icon i {
                font-size: 2.35em;
                width: auto;
                height: auto
            }

        .feature-box.feature-box-style-4 .feature-box-info {
            clear: both;
            padding-left: 0
        }

    .feature-box.feature-box-style-5 .feature-box-icon {
        background: 0 0;
        top: 0;
        padding: 1em 1.4em;
        min-width: 5em
    }

        .feature-box.feature-box-style-5 .feature-box-icon i {
            font-size: 2.75em
        }

    .feature-box.feature-box-style-5 .align-items-center .feature-box-icon {
        top: 0
    }

    .feature-box.feature-box-style-6 .feature-box-icon {
        background: 0 0;
        line-height: 32px
    }

        .feature-box.feature-box-style-6 .feature-box-icon:after {
            border-radius: 50%;
            box-sizing: initial;
            content: "";
            display: block;
            height: 100%;
            left: -4px;
            padding: 1px;
            position: absolute;
            top: -4px;
            width: 100%
        }

        .feature-box.feature-box-style-6 .feature-box-icon i {
            color: #a9a9a9
        }

    .feature-box.reverse-allres {
        text-align: right;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

        .feature-box.reverse-allres .feature-box-info {
            padding-right: 15px;
            padding-left: 0
        }

        .feature-box.reverse-allres.feature-box-style-4 .feature-box-icon {
            -ms-flex-pack: end;
            justify-content: flex-end
        }

        .feature-box.reverse-allres.feature-box-style-4 .feature-box-info {
            padding-right: 0
        }

@media (min-width:992px) {
    .feature-box.reverse {
        text-align: right;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

        .feature-box.reverse .feature-box-info {
            padding-right: 15px;
            padding-left: 0
        }

        .feature-box.reverse .feature-box-icon {
            -ms-flex-pack: end;
            justify-content: flex-end
        }

        .feature-box.reverse.feature-box-style-2 .feature-box-info {
            padding-right: 60px
        }

        .feature-box.reverse.feature-box-style-4 .feature-box-info {
            padding-right: 0
        }
}

.featured-boxes-full .featured-box-full {
    text-align: center;
    padding: 55px
}

    .featured-boxes-full .featured-box-full i, .featured-boxes-full .featured-box-full h1, .featured-boxes-full .featured-box-full h2, .featured-boxes-full .featured-box-full h3, .featured-boxes-full .featured-box-full h4, .featured-boxes-full .featured-box-full h5, .featured-boxes-full .featured-box-full h6, .featured-boxes-full .featured-box-full p, .featured-boxes-full .featured-box-full a {
        color: #fff;
        padding: 0;
        margin: 0
    }

    .featured-boxes-full .featured-box-full i {
        font-size: 3.9em;
        margin-bottom: 15px;
        text-shadow: 1px 1px 1px rgba(0,0,0,.2)
    }

    .featured-boxes-full .featured-box-full p {
        padding-top: 12px;
        opacity: .8
    }

.thumb-info {
    text-decoration: none;
    max-width: 100%;
    border: 1px solid
}

    .thumb-info, .thumb-info .thumb-info-wrapper {
        display: block;
        position: relative;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

        .thumb-info .thumb-info-wrapper {
            margin: 0;
            overflow: hidden
        }

            .thumb-info .thumb-info-wrapper:after {
                content: "";
                transition: .3s;
                bottom: 0;
                color: #fff;
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
                display: block;
                opacity: 0;
                z-index: 1
            }

        .thumb-info .thumb-info-action-icon {
            transition: .3s;
            border-radius: 0 0 0 4px;
            display: inline-block;
            font-size: 25px;
            height: 50px;
            line-height: 50px;
            position: absolute;
            right: -100px;
            text-align: center;
            text-decoration: none;
            vertical-align: bottom;
            top: -100px;
            width: 50px;
            z-index: 2;
            overflow: hidden;
            font-size: 18px;
            color: #fff
        }

            .thumb-info .thumb-info-action-icon i img {
                position: absolute;
                margin: auto;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                border-radius: 0;
                transform: none !important
            }

            .thumb-info .thumb-info-action-icon.thumb-info-plus {
                visibility: hidden;
                transform: none !important
            }

        .thumb-info .thumb-info-inner {
            transition: .3s;
            display: block;
            font: inherit;
            color: inherit;
            margin-bottom: 0
        }

            .thumb-info .thumb-info-inner em {
                display: block;
                font-size: .8em;
                font-style: normal;
                font-weight: 400
            }

        .thumb-info .thumb-info-title {
            transition: .3s;
            background: rgba(33,37,41,.8);
            bottom: 13%;
            color: #fff;
            font-size: 17px;
            font-weight: 600;
            left: 0;
            letter-spacing: -.05em;
            padding: 13px 21px 2px;
            position: absolute;
            z-index: 2;
            max-width: 90%
        }

            .thumb-info .thumb-info-title a, .thumb-info .thumb-info-title a:hover {
                color: #fff;
                text-decoration: none
            }

        .thumb-info .thumb-info-type {
            display: inline-block;
            float: left;
            font-size: .6em;
            font-weight: 600;
            letter-spacing: 0;
            margin: 8px -2px -15px 0;
            padding: 2px 12px;
            text-transform: uppercase;
            z-index: 2;
            line-height: 2.3
        }

        .thumb-info .owl-carousel {
            z-index: auto
        }

            .thumb-info .owl-carousel .owl-nav, .thumb-info .owl-carousel .owl-dots {
                z-index: 2
            }

        .thumb-info img {
            transition: .3s;
            position: relative;
            width: 100%
        }

        .thumb-info .zoom {
            display: block;
            border-radius: 100%;
            bottom: 4px;
            cursor: pointer;
            color: #fff;
            height: 30px;
            width: 30px;
            padding: 0;
            position: absolute;
            right: 4px;
            text-align: center;
            opacity: 0;
            transition: .1s;
            line-height: 30px;
            font-size: 14px;
            z-index: 2
        }

        .thumb-info:hover .thumb-info-wrapper:after {
            opacity: 1
        }

        .thumb-info:hover .thumb-info-action-icon {
            right: 0;
            top: 0
        }

        .thumb-info:hover .thumb-info-title {
            background: #000
        }

        .thumb-info:hover img {
            transform: scale(1.1,1.1)
        }

        .thumb-info:hover .zoom {
            opacity: 1
        }

        .thumb-info:hover .owl-carousel.show-nav-hover .owl-nav {
            opacity: 1
        }

        .thumb-info.thumb-info-no-zoom img {
            transition: none
        }

        .thumb-info.thumb-info-no-zoom:hover img {
            transform: scale(1,1)
        }

        .thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
            background: rgba(23,23,23,.25)
        }

        .thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper:after {
            display: none
        }

        .thumb-info.thumb-info-centered-icons .thumb-info-action {
            transition: transform .2s ease-out,opacity .2s ease-out;
            -webkit-transform: translate3d(0,-10px,0);
            transform: translate3d(0,-10px,0);
            top: 50%;
            left: 3px;
            right: auto;
            bottom: auto;
            width: 100%;
            height: 45px;
            margin-top: -20px;
            text-align: center;
            position: absolute;
            opacity: 0;
            z-index: 2;
            padding-top: 5px
        }

        .thumb-info.thumb-info-centered-icons .thumb-info-action-icon {
            transition: .1s;
            display: inline-block;
            position: relative;
            z-index: 2;
            left: auto;
            right: auto;
            top: auto;
            bottom: auto;
            width: 36px;
            height: 36px;
            line-height: 36px;
            border-radius: 50%;
            margin-right: 6px;
            font-size: 14px
        }

            .thumb-info.thumb-info-centered-icons .thumb-info-action-icon:hover {
                transform: scale(1.15,1.15)
            }

        .thumb-info.thumb-info-centered-icons:hover .thumb-info-action {
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
            opacity: 1
        }

        .thumb-info.thumb-info-centered-icons:hover .thumb-info-action-icon {
            position: relative
        }

        .thumb-info.thumb-info-centered-info .thumb-info-title {
            background: 0 0;
            left: 5%;
            width: 90%;
            transition: transform .2s ease-out,opacity .2s ease-out;
            transform: translate(0%,-30%);
            top: 50%;
            bottom: auto;
            opacity: 0;
            text-align: center;
            padding: 0;
            position: absolute
        }

        .thumb-info.thumb-info-centered-info .thumb-info-type {
            float: none
        }

        .thumb-info.thumb-info-centered-info:hover .thumb-info-title {
            opacity: 1;
            transform: translate(0%,-50%)
        }

        .thumb-info.thumb-info-bottom-info .thumb-info-title {
            left: 0;
            width: 100%;
            max-width: 100%;
            transition: transform .2s ease-out,opacity .2s ease-out;
            transform: translate3d(0,100px,0);
            top: auto;
            bottom: 0;
            opacity: 0;
            padding: 15px;
            text-shadow: none
        }

        .thumb-info.thumb-info-bottom-info .thumb-info-type {
            float: none;
            background: 0 0;
            padding: 0;
            margin: 0
        }

        .thumb-info.thumb-info-bottom-info .thumb-info-inner {
            line-height: 1
        }

        .thumb-info.thumb-info-bottom-info:hover .thumb-info-title {
            transform: translate3d(0,0,0);
            opacity: 1
        }

        .thumb-info.thumb-info-bottom-info:hover img {
            transform: sacle(1.1)
        }

        .thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
            background: linear,to top,rgba(23,23,23,.8) 0,transparent 100% repeat scroll 0 0 transparent;
            color: #fff
        }

            .thumb-info.thumb-info-bottom-info-dark .thumb-info-title a, .thumb-info.thumb-info-bottom-info-dark .thumb-info-title a:hover, .thumb-info.thumb-info-bottom-info-dark .thumb-info-title a:focus {
                color: inherit
            }

        .thumb-info.thumb-info-push-hor img {
            transform: translateX(-18px);
            width: calc(100% + 19px);
            max-width: none
        }

        .thumb-info.thumb-info-push-hor:hover img {
            transform: translateX(0)
        }

        .thumb-info.thumb-info-hide-info-hover .thumb-info-wrapper:after {
            opacity: .65
        }

        .thumb-info.thumb-info-hide-info-hover .thumb-info-title {
            opacity: 1;
            top: 50%
        }

        .thumb-info.thumb-info-hide-info-hover .thumb-info-type {
            float: none
        }

        .thumb-info.thumb-info-hide-info-hover:hover .thumb-info-wrapper:after {
            opacity: .1
        }

        .thumb-info.thumb-info-hide-info-hover:hover .thumb-info-title {
            opacity: 0
        }

        .thumb-info.thumb-info-no-borders, .thumb-info.thumb-info-no-borders img, .thumb-info.thumb-info-no-borders .thumb-info-wrapper {
            border: 0;
            padding: 0;
            margin: 0;
            border-radius: 0
        }

            .thumb-info.thumb-info-no-borders .thumb-info-wrapper:after {
                border-radius: 0;
                bottom: 0;
                left: 0;
                right: 0;
                top: 0
            }

        .thumb-info.thumb-info-preview .thumb-info-wrapper:after {
            display: none
        }

        .thumb-info.thumb-info-preview .thumb-info-image {
            min-height: 232px;
            display: block;
            background-position: center top;
            background-repeat: no-repeat;
            background-size: 100% auto;
            position: relative;
            transition: background-position .8s linear
        }

        .thumb-info.thumb-info-preview:hover .thumb-info-image {
            transition: background-position 2.5s linear;
            background-position: center bottom
        }

        .thumb-info.thumb-info-preview.thumb-info-preview-short:hover .thumb-info-image {
            transition: background-position 1s linear
        }

        .thumb-info.thumb-info-preview.thumb-info-preview-long:hover .thumb-info-image {
            transition: background-position 5s linear
        }

        .thumb-info.thumb-info-preview.thumb-info-preview-fixed .thumb-info-image, .thumb-info.thumb-info-preview.thumb-info-preview-fixed:hover .thumb-info-image {
            background-position: center center;
            transition: none
        }

        .thumb-info.thumb-info-preview.thumb-info-preview-fixed-top .thumb-info-image, .thumb-info.thumb-info-preview.thumb-info-preview-fixed-top:hover .thumb-info-image {
            background-position: center top
        }

        .thumb-info.thumb-info-preview.thumb-info-preview-fixed-bottom .thumb-info-image, .thumb-info.thumb-info-preview.thumb-info-preview-fixed-bottom:hover .thumb-info-image {
            background-position: center bottom
        }

        .thumb-info.thumb-info-box-shadow {
            box-shadow: 10px 10px 74px -15px rgba(0,0,0,.1);
            transition: all .3s
        }

            .thumb-info.thumb-info-box-shadow:hover {
                box-shadow: 10px 10px 74px 0 rgba(0,0,0,.1)
            }

        .thumb-info.thumb-info-left-no-bg .thumb-info-title, .thumb-info.thumb-info-left-no-bg .thumb-info-type {
            background: 0 0
        }

        .thumb-info.thumb-info-left-no-bg .thumb-info-title {
            bottom: 0;
            padding: 1.5rem;
            color: #212529
        }

        .thumb-info.thumb-info-left-no-bg .thumb-info-type {
            padding: 0;
            margin: 0;
            opacity: .6
        }

        .thumb-info.thumb-info-left-no-bg .thumb-info-inner {
            font-weight: 700;
            font-size: 1.2em
        }

.thumb-info-ribbon {
    background: #999;
    position: absolute;
    margin: -16px 0 0;
    padding: 5px 13px 6px;
    right: 15px;
    z-index: 1
}

    .thumb-info-ribbon:before {
        border-right: 10px solid #646464;
        border-top: 16px solid transparent;
        content: "";
        display: block;
        height: 0;
        left: -10px;
        position: absolute;
        top: 0;
        width: 7px
    }

    .thumb-info-ribbon span {
        font-size: 1.1em
    }

.full-width .thumb-info img {
    border-radius: 0 !important
}

.thumb-info-caption {
    padding: 10px 0
}

    .thumb-info-caption .thumb-info-caption-text {
        display: block;
        margin: 0 0 8px;
        font-size: .9em;
        padding: 10px
    }

        .thumb-info-caption .thumb-info-caption-text > *:last-child {
            margin-bottom: 0
        }

        .thumb-info-caption .thumb-info-caption-text .thumb-info-date {
            display: block;
            font-style: normal;
            font-weight: 400
        }

        .thumb-info-caption .thumb-info-caption-text img {
            width: auto
        }

    .thumb-info-caption p {
        line-height: 20px;
        margin: 0 0 8px
    }

.thumb-info-side-image {
    *zoom: 1
}

    .thumb-info-side-image:before, .thumb-info-side-image:after {
        content: " ";
        display: table
    }

    .thumb-info-side-image:after {
        clear: both
    }

    .thumb-info-side-image .thumb-info-side-image-wrapper {
        position: relative;
        padding: 0;
        float: left;
        margin-right: 20px
    }

    .thumb-info-side-image .thumb-info-caption .thumb-info-caption-text {
        padding: 17px;
        margin: 0
    }

    .thumb-info-side-image .thumb-info-social-icons {
        border-width: 0;
        padding-bottom: 0
    }

    .thumb-info-side-image.thumb-info-no-borders .thumb-info-side-image-wrapper {
        padding: 0
    }

.thumb-info-side-image-right .thumb-info-side-image-wrapper {
    float: right;
    margin-left: 20px;
    margin-right: 0
}

.thumb-info-social-icons {
    margin: 0;
    padding: 15px 10px;
    display: block
}

    .thumb-info-social-icons a {
        position: relative;
        margin: 2px;
        border-radius: 25px;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 30px;
        vertical-align: bottom;
        overflow: hidden
    }

        .thumb-info-social-icons a:hover {
            text-decoration: none
        }

        .thumb-info-social-icons a span {
            display: none
        }

        .thumb-info-social-icons a i {
            color: #fff;
            font-size: .9em;
            font-weight: 400
        }

            .thumb-info-social-icons a i img {
                position: absolute;
                margin: auto;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                border-radius: 0;
                transform: none !important
            }

    .thumb-info-social-icons.share-links a {
        margin: 2px;
        border-radius: 25px
    }

.thumb-info-icons.position-style-2 {
    position: absolute;
    top: -15px;
    left: 50%;
    z-index: 3;
    transform: translateX(-51%)
}

.thumb-info-icons .thumb-info-icon {
    display: inline-block;
    padding: 5px 11px;
    border-radius: 20px;
    transition: all .3s
}

    .thumb-info-icons .thumb-info-icon.love {
        margin-left: .2em
    }

    .thumb-info-icons .thumb-info-icon i {
        margin-left: 8px
    }

.thumb-info-icons.position-style-1 {
    position: absolute;
    bottom: 5%;
    right: 5%;
    z-index: 2
}

.thumb-info-icons.position-style-3 {
    bottom: 7%;
    position: absolute;
    right: 2%
}

.thumb-info-plus:before {
    opacity: 1;
    transition: auto;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    border-top: 1px solid #fff;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
}

.thumb-info-plus:after {
    opacity: 1;
    transition: auto;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    border-top: 1px solid #fff;
    -webkit-transform: translate3d(-50%,-50%,0) rotate(0deg);
    transform: translate3d(-50%,-50%,0) rotate(0deg)
}

.thumb-info .thumb-info-plus {
    opacity: 0;
    position: absolute;
    width: 10%;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    transition: all .3s
}

.thumb-info:hover .thumb-info-plus {
    opacity: 1;
    width: 30%
}

    .thumb-info:hover .thumb-info-plus:after {
        -webkit-transform: translate3d(-50%,-50%,0) rotate(90deg);
        transform: translate3d(-50%,-50%,0) rotate(90deg)
    }

.portfolio-parallax .thumb-info-plus {
    opacity: 0;
    position: absolute;
    width: 10%;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    transition: all .3s;
    width: 2%
}

.portfolio-parallax:hover .thumb-info-plus {
    opacity: 1;
    width: 8%
}

    .portfolio-parallax:hover .thumb-info-plus:after {
        -webkit-transform: translate3d(-50%,-50%,0) rotate(90deg);
        transform: translate3d(-50%,-50%,0) rotate(90deg)
    }

.portfolio-parallax.hidden-plus .thumb-info-plus {
    display: none
}

.thumb-info.thumb-info-bottom-info.alternate-info-hide:hover img {
    transform: scale(1.1,1.1)
}

.thumb-info-slow-zoom {
    transition: box-shadow .3s
}

    .thumb-info-slow-zoom:hover {
        box-shadow: 0 0 59px -16px rgba(0,0,0,.4)
    }

        .thumb-info-slow-zoom:hover img {
            -webkit-transform: translate3d(0,3%,0) scale(1.3) !important;
            transform: translate3d(0,3%,0) scale(1.3) !important
        }

    .thumb-info-slow-zoom img {
        -webkit-transform: translate3d(-2%,-2%,0) scale(1.2);
        transform: translate3d(-2%,-2%,0) scale(1.2);
        transition: 5s
    }

    .thumb-info-slow-zoom .thumb-info-plus {
        display: none
    }

.portfolio-stripes .owl-item .portfolio-item .thumb-info.thumb-info-slow-zoom:hover .thumb-info-wrapper .background-image {
    -webkit-transform: translate3d(0,3%,0) scale(1.3) !important;
    transform: translate3d(0,3%,0) scale(1.3) !important;
    box-shadow: none
}

.portfolio-stripes .owl-item .portfolio-item .thumb-info.thumb-info-slow-zoom .thumb-info-wrapper .background-image {
    -webkit-transform: translate3d(-2%,-2%,0) scale(1.2) !important;
    transform: translate3d(-2%,-2%,0) scale(1.2) !important;
    transition: 5s
}

.portfolio-stripes .owl-item .portfolio-item .thumb-info-slow-zoom:hover .thumb-info-wrapper:after {
    opacity: 0
}

.portfolio-stripes .owl-item .portfolio-item .thumb-info-slow-zoom:hover .thumb-info-wrapper:before {
    bottom: -41px
}

@media (max-width:991px) {
    .thumb-info .thumb-info-title {
        font-size: 14px
    }

    .thumb-info .thumb-info-more {
        font-size: 11px
    }

    .portfolio-parallax:hover .thumb-info-plus {
        width: 20%
    }
}

section.timeline {
    width: 100%;
    margin: 50px 0 0;
    position: relative;
    float: left;
    padding-bottom: 120px
}

    section.timeline:after {
        background: #505050;
        background: linear,to bottom,rgba(80,80,80,0) 0%,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        top: -60px;
        left: 0;
        right: 0;
        margin: auto;
        width: 3px;
        z-index: 0;
        opacity: .35
    }

    section.timeline .timeline-date, section.timeline .timeline-box {
        box-shadow: 0 1px 5px 0 rgba(0,0,0,.04);
        position: relative;
        z-index: 1
    }

    section.timeline .timeline-date {
        display: block;
        clear: both;
        width: 200px;
        height: 45px;
        padding: 5px;
        margin: 0 auto 10px
    }

        section.timeline .timeline-date h3 {
            display: block;
            text-align: center;
            text-transform: uppercase;
            color: #757575;
            font-size: .9em;
            font-weight: 700;
            line-height: 32px;
            margin: 2px 0 0
        }

    section.timeline .timeline-title {
        padding: 12px
    }

        section.timeline .timeline-title h4 {
            padding: 0;
            margin: 0;
            color: #171717;
            font-size: 1.4em
        }

        section.timeline .timeline-title a {
            color: #171717
        }

        section.timeline .timeline-title .timeline-title-tags {
            color: #b1b1b1;
            font-size: .9em
        }

            section.timeline .timeline-title .timeline-title-tags a {
                color: #b1b1b1;
                font-size: .9em
            }

    section.timeline .timeline-box {
        margin: 20px 3% 10px;
        padding: 18px;
        width: 44%;
        float: left;
        margin-bottom: 30px
    }

        section.timeline .timeline-box.left {
            clear: both
        }

            section.timeline .timeline-box.left:before {
                border-radius: 50%;
                content: "";
                display: block;
                height: 7px;
                margin-right: -9px;
                right: -6%;
                position: absolute;
                top: 22px;
                width: 7px
            }

            section.timeline .timeline-box.left:after {
                transform: rotate(45deg);
                content: "";
                display: block;
                height: 14px;
                position: absolute;
                right: -8px;
                top: 20px;
                width: 14px;
                z-index: 0
            }

        section.timeline .timeline-box.right {
            clear: right;
            float: right;
            margin-top: 40px
        }

            section.timeline .timeline-box.right:before {
                border-radius: 50%;
                content: "";
                display: block;
                height: 7px;
                margin-left: -9px;
                left: -6%;
                position: absolute;
                top: 32px;
                width: 7px
            }

            section.timeline .timeline-box.right:after {
                transform: rotate(45deg);
                left: -8px;
                content: "";
                display: block;
                height: 14px;
                position: absolute;
                top: 30px;
                width: 14px;
                z-index: 0
            }

        section.timeline .timeline-box .img-thumbnail, section.timeline .timeline-box .img-thumbnail img {
            padding: 0;
            border: 0
        }

        section.timeline .timeline-box .owl-carousel {
            border-radius: 0;
            padding: 0;
            border: 0;
            box-shadow: none
        }

            section.timeline .timeline-box .owl-carousel .owl-stage-outer {
                border-radius: 0
            }

        section.timeline .timeline-box .thumb-info, section.timeline .timeline-box .thumb-info img {
            border: 0;
            padding: 0;
            margin: 0;
            border-radius: 0
        }

            section.timeline .timeline-box .thumb-info .thumb-info-wrapper {
                border: 0;
                padding: 0;
                margin: 0;
                border-radius: 0
            }

                section.timeline .timeline-box .thumb-info .thumb-info-wrapper:after {
                    border-radius: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    top: 0
                }

        section.timeline .timeline-box .thumb-info-side-image .thumb-info-side-image-wrapper {
            padding: 0
        }

    section.timeline .timeline-item-title {
        font-size: 1em;
        margin: 1rem 0 .25rem;
        font-weight: 700
    }

    section.timeline .timeline-item-content {
        font-size: .9em
    }

        section.timeline .timeline-item-content p {
            font-size: inherit
        }

            section.timeline .timeline-item-content p:last-child {
                margin-bottom: 0
            }

@media (max-width:767px) {
    .column2 section.timeline {
        width: 74%;
        margin: 50px 13% 0
    }

    section.timeline .timeline-box {
        float: none;
        clear: both;
        right: auto;
        left: auto;
        margin: 25px auto;
        max-width: 80%;
        width: auto
    }

    .column2 section.timeline .timeline-box {
        max-width: 80%
    }

    section.timeline .timeline-box.right {
        float: none;
        clear: both;
        right: auto;
        left: auto;
        margin: 25px auto;
        max-width: 80%;
        width: auto
    }

    .column2 section.timeline .timeline-box.right {
        max-width: 80%
    }

    section.timeline .timeline-box.left:after, section.timeline .timeline-box.right:after, section.timeline .timeline-box.left:before, section.timeline .timeline-box.right:before {
        display: none
    }
}

@media (max-width:575px) {
    section.timeline {
        width: auto;
        float: none;
        margin-left: 0;
        margin-right: 0
    }

    .column2 section.timeline {
        margin-left: 0;
        margin-right: 0;
        width: auto
    }

    section.timeline .timeline-box {
        margin: 15px auto;
        max-width: 90%
    }

    .column2 section.timeline .timeline-box {
        max-width: 90%
    }

    section.timeline .timeline-box.right {
        margin: 15px auto;
        max-width: 90%
    }

    .column2 section.timeline .timeline-box.right {
        max-width: 90%
    }
}

#infscr-loading {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    text-align: center
}

    #infscr-loading img {
        display: none !important
    }

.page-faqs #infscr-loading {
    margin-top: -40px
}

.pagination.load-more span, .pagination.load-more a, .pagination.load-more .next:before {
    display: none
}

.pagination.load-more .next {
    display: block;
    float: none;
    padding: 1.0833em 2.5em;
    font-size: 12px;
    line-height: 1.3333;
    border-width: 1px;
    width: 100%;
    height: auto;
    text-indent: 0;
    border-color: #e7e7e7;
    background: 0 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #555
}

.pagination-wrap.load-more {
    position: relative;
    margin: 25px 0
}

    .pagination-wrap.load-more .bounce-loader {
        display: none
    }

.share-links {
    vertical-align: middle
}

    .share-links a {
        font-size: .8rem;
        color: #fff;
        text-indent: -9999em;
        text-align: center;
        width: 2.2857em;
        height: 2.2857em;
        display: inline-block;
        margin: .2857em .5714em .2857em 0;
        position: relative;
        text-decoration: none;
        vertical-align: middle;
        transition: .25s;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

        .share-links a:before {
            font-family: 'Font Awesome 5 Brands';
            text-indent: 0;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            line-height: 23px;
            height: 22px;
            margin: auto;
            z-index: 2
        }

        .share-links a:hover, .share-links a:focus {
            opacity: .9;
            color: #fff
        }

#footer .share-links a:hover {
    color: #fff
}

.share-links.disable-br a {
    border-radius: 0 !important
}

.share-links .share-twitter {
    background: #1aa9e1
}

    .share-links .share-twitter:before {
        content: "ï‚™"
    }

.share-links .share-facebook {
    background: #3b5a9a
}

    .share-links .share-facebook:before {
        content: "ïŽž"
    }

.share-links .share-linkedin {
    background: #0073b2
}

    .share-links .share-linkedin:before {
        content: "ïƒ¡"
    }

.share-links .share-rss {
    background: #ff8201
}

    .share-links .share-rss:before {
        content: "ï‚ž"
    }

.share-links .share-googleplus {
    background: #dd4b39
}

    .share-links .share-googleplus:before {
        content: "ïƒ•"
    }

.share-links .share-pinterest {
    background: #cc2127
}

    .share-links .share-pinterest:before {
        content: "ïƒ’"
    }

.share-links .share-youtube {
    background: #c3191e
}

    .share-links .share-youtube:before {
        content: "ï…§"
    }

.share-links .share-instagram {
    background: #7c4a3a
}

    .share-links .share-instagram:before {
        content: "ï…­"
    }

.share-links .share-skype {
    background: #00b0f6
}

    .share-links .share-skype:before {
        content: "ï…¾"
    }

.share-links .share-email {
    background: #dd4b39
}

    .share-links .share-email:before {
        content: "ïƒ ";
        font-weight: 400
    }

.share-links .share-vk {
    background: #6383a8
}

    .share-links .share-vk:before {
        content: "ï†‰"
    }

.share-links .share-xing {
    background: #1a7576
}

    .share-links .share-xing:before {
        content: "ï…¨"
    }

.share-links .share-tumblr {
    background: #304e6c
}

    .share-links .share-tumblr:before {
        content: "ï…³"
    }

.share-links .share-reddit {
    background: #ff4107
}

    .share-links .share-reddit:before {
        content: "ï†¡"
    }

.share-links .share-vimeo {
    background: #52b8ea
}

    .share-links .share-vimeo:before {
        content: "ï‰½"
    }

.share-links .share-telegram {
    background: #08c
}

    .share-links .share-telegram:before {
        content: "ï¾"
    }

.share-links .share-yelp {
    background: #c41200
}

    .share-links .share-yelp:before {
        content: "ï‡©"
    }

.share-links .share-flickr {
    background: #0063dc
}

    .share-links .share-flickr:before {
        content: "ï…®"
    }

.share-links .share-whatsapp {
    background: #3c8a38
}

    .share-links .share-whatsapp:before {
        content: "ïˆ²"
    }

.share-links .share-wechat {
    background: #7bb22e
}

    .share-links .share-wechat:before {
        content: "ï‡—"
    }

.share-links .share-tiktok {
    background: #010101
}

    .share-links .share-tiktok:before {
        content: "î»"
    }

.share-links.default-skin a {
    color: #fff !important
}

    .share-links.default-skin a:hover {
        opacity: .8
    }

.share-links.default-skin .share-twitter {
    background: #1aa9e1 !important
}

.share-links.default-skin .share-facebook {
    background: #3b5a9a !important
}

.share-links.default-skin .share-linkedin {
    background: #0073b2 !important
}

.share-links.default-skin .share-rss {
    background: #ff8201 !important
}

.share-links.default-skin .share-googleplus {
    background: #dd4b39 !important
}

.share-links.default-skin .share-pinterest {
    background: #cc2127 !important
}

.share-links.default-skin .share-youtube {
    background: #c3191e !important
}

.share-links.default-skin .share-instagram {
    background: #7c4a3a !important
}

.share-links.default-skin .share-skype {
    background: #00b0f6 !important
}

.share-links.default-skin .share-email {
    background: #dd4b39 !important
}

.share-links.default-skin .share-vk {
    background: #6383a8 !important
}

.share-links.default-skin .share-xing {
    background: #1a7576 !important
}

.share-links.default-skin .share-tumblr {
    background: #304e6c !important
}

.share-links.default-skin .share-reddit {
    background: #ff4107 !important
}

.share-links.default-skin .share-vimeo {
    background: #52b8ea !important
}

.share-links.default-skin .share-telegram {
    background: #08c !important
}

.share-links.default-skin .share-yelp {
    background: #c41200 !important
}

.share-links.default-skin .share-flickr {
    background: #0063dc !important
}

.share-links.default-skin .share-whatsapp {
    background: #3c8a38 !important
}

.share-links.default-skin .share-wechat {
    background: #7bb22e !important
}

.share-links.default-skin .share-tiktok {
    background: #010101 !important
}

.widget.follow-us .share-links a:hover, .header-wrapper.header-side-nav .share-links a:hover, .header-corporate .share-links a:hover {
    opacity: 1
}

.member-share-advance.post-share-advance-bg {
    background: 0 0;
    padding: 0 0 30px;
    height: 35px
}

    .member-share-advance.post-share-advance-bg:hover {
        background: #fff
    }

        .member-share-advance.post-share-advance-bg:hover .fa-share-alt {
            background: #4dbb6d
        }

.thumb-info .thumb-info-wrapper.member-social-adv-main {
    overflow: visible
}

.thumb-member-container {
    display: block;
    position: relative
}

    .thumb-member-container > a {
        overflow: hidden;
        display: block
    }

.member-social-adv-main .member-image {
    margin-bottom: 0
}

.member-share-advance.share-links {
    z-index: 9
}

    .member-share-advance.share-links .fa-share-alt {
        background: #58605a
    }

    .member-share-advance.share-links .share-links a:first-child {
        opacity: .5
    }

    .member-share-advance.share-links .post-share-advance-bg {
        background: 0 0
    }

        .member-share-advance.share-links .post-share-advance-bg:hover {
            background: #fff
        }

            .member-share-advance.share-links .post-share-advance-bg:hover .fa-share-alt {
                background: #4dbb6d
            }

    .member-share-advance.share-links .thumb-info-social-icons {
        padding: 10px 0 !important
    }

    .member-share-advance.share-links a {
        width: 100%
    }

    .member-share-advance.share-links .share-facebook {
        color: #4d70a8 !important
    }

    .member-share-advance.share-links .share-twitter {
        color: #1aa9e1 !important
    }

    .member-share-advance.share-links .share-linkedin {
        color: #0077b5 !important
    }

    .member-share-advance.share-links .share-googleplus {
        color: #dd4b39 !important
    }

    .member-share-advance.share-links .share-pinterest {
        color: #cc2127 !important
    }

    .member-share-advance.share-links .share-email {
        color: #dd4b39 !important
    }

    .member-share-advance.share-links .share-vk {
        color: #6383a8 !important
    }

    .member-share-advance.share-links .share-xing {
        color: #1a7576 !important
    }

    .member-share-advance.share-links .share-tumblr {
        color: #304e6c !important
    }

    .member-share-advance.share-links .share-reddit {
        color: #ff4107 !important
    }

    .member-share-advance.share-links .share-vimeo {
        color: #52b8ea !important
    }

    .member-share-advance.share-links .share-instagram {
        color: #964b00 !important
    }

    .member-share-advance.share-links .share-whatsapp {
        color: #3c8a38 !important
    }

.member-share-advance.post-share-advance-bg:hover .share-links a {
    opacity: .5
}

    .member-share-advance.post-share-advance-bg:hover .share-links a:hover {
        opacity: 1
    }

.page-share[class*=position] {
    position: fixed;
    top: 150px;
    margin: 0;
    padding: 0;
    z-index: 99999
}

    .page-share[class*=position].position-left {
        left: 0
    }

    .page-share[class*=position].position-right {
        right: 0
    }

    .page-share[class*=position] .share-links a {
        display: block;
        margin: 0
    }

.dir-arrow {
    width: 47px;
    height: 120px;
    display: inline-block;
    position: relative
}

    .dir-arrow.vtl {
        background-position: 0 0;
        width: 47px;
        height: 96px
    }

    .dir-arrow.vtr {
        background-position: -101px 0;
        width: 47px;
        height: 96px
    }

    .dir-arrow.vbl {
        background-position: 0 -144px;
        width: 47px;
        height: 96px
    }

    .dir-arrow.vbr {
        background-position: -101px -144px;
        width: 47px;
        height: 96px
    }

    .dir-arrow.hlt {
        background-position: -209px 0;
        width: 120px;
        height: 47px
    }

    .dir-arrow.hlb {
        background-position: -209px -101px;
        width: 120px;
        height: 47px
    }

    .dir-arrow.hrt {
        background-position: -329px 0;
        width: 120px;
        height: 47px
    }

    .dir-arrow.hrb {
        background-position: -329px -101px;
        width: 120px;
        height: 47px
    }

@media (max-width:575px) {
    .dir-arrow {
        display: none
    }
}

html #topcontrol {
    background: #404040;
    background: rgba(64,64,64,.75);
    color: #fff;
    width: 49px;
    height: 48px;
    right: 10px;
    text-align: center;
    text-decoration: none;
    z-index: 1040;
    transition: background .3s ease-out
}

    html #topcontrol i {
        position: absolute;
        height: 24px;
        line-height: 24px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto
    }

@media (max-width:767px) {
    html #topcontrol {
        display: none
    }
}

.menu-item[class*=col-] {
    -ms-flex: none;
    flex: none;
    width: auto;
    max-width: none;
    min-height: 0;
    padding-left: 0;
    padding-right: 0
}

.wpcf7 .wpcf7-validation-errors, .wpcf7 .ajax-loader {
    display: none !important;
    background: 0 0 !important
}

rs-module i[class^=fa-], rs-module i[class*=" fa-"] {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

rs-module [class^=fa-]:before, rs-module [class*=" fa-"]:before {
    font-family: inherit;
    font-weight: inherit
}

.accordion-menu .arrow, #main-toggle-menu .menu-title .toggle, .mega-menu .narrow li.menu-item-has-children > a:before, .page-top ul.breadcrumb > li .delimiter, .widget_sidebar_menu .widget-title .toggle, .side-menu-slide .menu-item-has-children > a:after, .side-menu-slide .menu-item > .go-back:before, .pagination .prev:before, .page-links .previouspagelink:before, .pagination .next:before, .page-links .nextpostslink:before, ul.nav-list li a:before, ul[class^=wsp-] li a:before, .tparrows.tparrows-carousel.tp-leftarrow:before, .tparrows.tparrows-carousel.tp-rightarrow:before, .share-links .share-email:before, .share-links .share-rss:before, .star-rating, .mejs-overlay-button:before, .comment-form-rating .stars span a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.sidebar-menu li.menu-item > .arrow:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.porto-tooltip-wrap {
    font-family: inherit
}

    .porto-tooltip-wrap .tooltip-inner {
        max-width: 300px;
        background-color: rgba(0,113,161,.7);
        transition: background-color .2s
    }

.porto-block.has-pb-edit:hover {
    outline: 1px solid rgba(0,136,204,.4)
}

.porto-tooltip-wrap:hover .tooltip-inner {
    background-color: #0071a1
}

.porto-tooltip-wrap .tooltip-inner a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px
}

.porto-tooltip-wrap.bs-tooltip-top .arrow:before {
    border-top-color: #0071a1;
    opacity: .7;
    transition: opacity .2s
}

.porto-tooltip-wrap.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #0071a1;
    opacity: .7;
    transition: opacity .2s
}

.porto-tooltip-wrap.bs-tooltip-top:hover .arrow:before, .porto-tooltip-wrap.bs-tooltip-bottom:hover .arrow:before {
    opacity: 1
}

.lightbox-opened .tooltip {
    z-index: 9045
}

.porto-wpforms-inline form {
    display: flex
}

.porto-wpforms-inline .wpforms-field-container {
    flex: 1
}

.porto-wpforms-inline .wpforms-field-label {
    display: none
}

.porto-wpforms-inline label.wpforms-error {
    display: block;
    color: var(--danger);
    font-size: .8em;
    margin-top: .25rem
}

.porto-wpforms-inline input {
    width: 100%;
    height: 2.8125rem
}

.porto-wpforms-inline .wpforms-submit {
    height: 2.8125rem
}

.porto-wpforms-inline ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.porto-wpforms-inline .wpforms-field:not(:last-child) {
    margin-bottom: .875rem
}

.widget {
    margin-bottom: 1.875rem;
    margin-top: 1.875rem
}

    .widget:first-child {
        margin-top: 0
    }

    .widget .widget-title, .widget .widgettitle {
        margin-bottom: 15px;
        font-size: 1em;
        margin-top: 0
    }

        .widget .widget-title, .widget .widget-title a, .widget .widgettitle, .widget .widgettitle a {
            line-height: 1.4;
            font-weight: 700;
            text-transform: uppercase;
            text-decoration: none
        }

            .widget .widget-title img, .widget .widgettitle img {
                margin-right: 3px;
                margin-top: -2px
            }

    .widget > div > ul, .widget > ul {
        font-size: .9286em;
        border-bottom: 1px solid;
        margin-top: -8px;
        margin-bottom: 0
    }

        .widget > div > ul > li:first-child, .widget > ul > li:first-child {
            border-top-width: 0
        }

        .widget > div > ul li, .widget > ul li {
            position: relative;
            margin: 0;
            padding: 5px 0;
            border-top: 1px solid;
            transition: all .3s
        }

            .widget > div > ul li p, .widget > ul li p {
                margin-bottom: 0
            }

            .widget > div > ul li > a, .widget > ul li > a {
                text-decoration: none
            }

            .widget > div > ul li > ul, .widget > div > ul li > ol, .widget > ul li > ul, .widget > ul li > ol {
                margin-top: 8px;
                margin-bottom: -8px;
                margin-left: 10px
            }

    .widget ul, .widget ol {
        list-style: none;
        padding: 0
    }

    .widget select {
        max-width: 100%;
        font-size: .9em
    }

    .widget .rss-date, .widget .post-date {
        display: inline;
        font-size: .9em
    }

    .widget .rss-date, .widget .post-date {
        display: block
    }

    .widget .rss-date {
        margin-bottom: 3px
    }

    .widget .rssSummary {
        font-size: .95em;
        line-height: 1.42857
    }

    .widget cite {
        display: block;
        font-size: .9em;
        text-align: right
    }

    .widget .view-more {
        padding: 12px
    }

    .widget .owl-carousel .owl-dots {
        margin-bottom: -10px
    }

    .widget .slick-dots {
        margin-bottom: -5px
    }

    .widget li.current-cat > a, .widget li.current-cat-parent > a, .widget li.current-menu-item > a {
        font-weight: 700
    }

.widget_recent_entries > ul li, .widget_recent_comments > ul li, .widget_pages > ul li, .widget_meta > ul li, .widget_nav_menu > div > ul li, .widget_archive > ul li, .widget_categories > ul li, .widget_rss > ul li, .wp-block-categories-list li, .wp-block-archives-list li, .wp-block-latest-posts li {
    padding: 6px 0 6px 15px
}

    .widget_recent_entries > ul li:before, .widget_recent_comments > ul li:before, .widget_pages > ul li:before, .widget_meta > ul li:before, .widget_nav_menu > div > ul li:before, .widget_archive > ul li:before, .widget_categories > ul li:before, .widget_rss > ul li:before, .wp-block-categories-list li:before, .wp-block-archives-list li:before, .wp-block-latest-posts li:before {
        content: "ï”";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        margin-left: -11px;
        margin-right: 6px;
        font-size: .45rem;
        opacity: .7;
        vertical-align: middle
    }

    .widget_recent_entries > ul li:hover:before, .widget_recent_comments > ul li:hover:before, .widget_pages > ul li:hover:before, .widget_meta > ul li:hover:before, .widget_nav_menu > div > ul li:hover:before, .widget_archive > ul li:hover:before, .widget_categories > ul li:hover:before, .widget_rss > ul li:hover:before, .wp-block-categories-list li:hover:before, .wp-block-archives-list li:hover:before, .wp-block-latest-posts li:hover:before {
        animation: navItemArrow .6s linear infinite
    }

    .widget_recent_entries li > a, .widget_recent_comments li > a, .widget_pages li > a, .widget_meta li > a, .widget_nav_menu li > a, .widget_archive li > a, .widget_categories li > a, .widget_rss li > a, .wp-block-categories-list li > a, .wp-block-archives-list li > a, .wp-block-latest-posts li > a {
        color: inherit
    }

.widget_calendar caption {
    font-weight: 700;
    text-align: center;
    margin-bottom: 8px
}

.widget_calendar table {
    width: 100%;
    font-size: .9286em
}

    .widget_calendar table th, .widget_calendar table td {
        text-align: center;
        vertical-align: middle
    }

        .widget_calendar table td#prev {
            text-align: left;
            padding: 8px 0
        }

        .widget_calendar table td#next {
            text-align: right;
            padding: 8px 0
        }

.widget.widget_text ul, .widget.widget_text li {
    border-width: 0;
    padding: 0;
    margin: 0
}

    .widget.widget_text ul p, .widget.widget_text li p {
        margin-bottom: 10px
    }

.widget .tagcloud {
    margin-top: -.3846em;
    margin-bottom: -.3846em
}

    .widget .tagcloud a {
        margin: .3846em .3846em .3846em 0;
        padding: .25rem .5rem;
        line-height: 1;
        display: inline-block;
        text-decoration: none;
        font-size: .75em !important;
        text-transform: uppercase;
        font-weight: 700;
        border-radius: 10px
    }

.flickr_badge_image, .wpb_content_element .flickr_badge_image {
    float: none;
    margin: 10px 5px 20px;
    display: inline-block;
    border: none;
    padding: 0;
    width: auto;
    height: auto;
    transition: opacity .3s ease-in-out
}

    .flickr_badge_image img, .wpb_content_element .flickr_badge_image img {
        width: 75px;
        height: 75px
    }

.widget.widget_wysija h3 {
    margin-bottom: 10px
}

.widget.widget_wysija .wysija-paragraph, .widget.widget_wysija .wysija-checkbox-label, .widget.widget_wysija .wysija-checkbox-paragraph {
    font-size: 1em
}

    .widget.widget_wysija .wysija-paragraph label, .widget.widget_wysija .wysija-checkbox-label {
        font-size: .9286em
    }

.widget.widget_wysija .wysija-checkbox-label {
    margin-bottom: 0
}

.widget.widget_wysija .formError {
    position: static !important;
    display: none !important
}

    .widget.widget_wysija .formError .formErrorContent {
        width: 100%;
        line-height: 1.4;
        padding: 5px 0;
        background: 0 0;
        border: none;
        color: #eb340e
    }

    .widget.widget_wysija .formError + .wysija-input {
        border-color: #a94442
    }

.widget.widget_wysija .wysija-paragraph .formError .formErrorContent {
    padding: 5px 0 10px
}

.widget.widget_wysija .widget_wysija_cont .updated, .widget.widget_wysija .widget_wysija_cont .message, .widget.widget_wysija .widget_wysija_cont .error, .widget.widget_wysija .widget_wysija_cont .xdetailed-errors {
    border: none;
    background: 0 0;
    padding: 0;
    margin: 0;
    color: inherit;
    line-height: inherit
}

.widget.widget_wysija .widget_wysija_cont .updated, .widget.widget_wysija .widget_wysija_cont .message {
    color: #3c763d
}

.widget.widget_wysija .widget_wysija_cont .error, .widget.widget_wysija .widget_wysija_cont .xdetailed-errors {
    color: #eb340e
}

.widget.widget_wysija .widget_wysija_cont .showerrors {
    display: block
}

.widget.widget_wysija .wysija-input {
    width: 100%
}

.widget_wysija .wysija-paragraph {
    margin-bottom: 10px
}

.sidebar-content .widget:last-child {
    margin-bottom: 0
}

.sidebar-content .widget.widget_wysija {
    margin-bottom: 30px;
    min-height: 100px;
    position: relative
}

.sidebar-content .widget_wysija .box-content {
    position: relative;
    padding: 30px 36px 45px
}

.sidebar-content .widget_wysija .wysija-input {
    border-radius: 3px;
    padding: 12px
}

.sidebar-content .widget_wysija .wysija-submit {
    margin: 0;
    width: 100%;
    border-radius: 3px;
    padding: 12px 0
}

#footer .widget .widget_wysija {
    position: relative;
    display: table;
    border-collapse: separate;
    max-width: 550px
}

    #footer .widget .widget_wysija > p:not(.wysija-paragraph) {
        display: table-caption
    }

@media (min-width:768px) {
    #footer .row > div:not(:last-child) .widget_wysija {
        margin-right: 1.5rem
    }
}

#footer .widget_wysija_cont .wysija-paragraph {
    display: table-cell;
    vertical-align: top;
    width: 100%
}

#footer .widget_wysija_cont label {
    display: none
}

#footer .widget_wysija_cont .wysija-input, #footer .widget_wysija_cont .wysija-submit {
    height: 44px;
    font-size: .75rem;
    border-width: 0;
    background-clip: border-box
}

#footer .widget_wysija_cont .wysija-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-width: 1px;
    width: 100%
}

#footer .widget_wysija_cont .wysija-submit {
    border-left: none;
    display: table-cell;
    vertical-align: top;
    margin: 0 0 0 -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

#footer .widget_wysija_cont .d-table-cell > .wysija-submit {
    display: block
}

.wysija-msg .updated, .wysija-msg .message {
    color: #3c763d
}

.wysija-msg .error, .wysija-msg .xdetailed-errors {
    color: #eb340e
}

.wysija-msg ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 10px;
    font-weight: 600
}

.widget.twitter-tweets .fa-twitter {
    clear: both;
    font-size: 1.5em;
    position: relative;
    top: 3px;
    margin-right: -22px;
    left: -30px
}

.widget.twitter-tweets .meta {
    color: #999;
    display: block;
    font-size: .9em;
    padding-top: 3px;
    margin-bottom: 20px
}

    .widget.twitter-tweets .meta:last-child {
        margin-bottom: 0
    }

.widget.twitter-tweets ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-width: 0
}

    .widget.twitter-tweets ul li {
        border-width: 0;
        padding: 20px 0 0 30px
    }

        .widget.twitter-tweets ul li:first-child {
            padding-top: 0
        }

.twitter-account {
    color: #fff;
    display: block;
    font-size: .9em;
    margin: -15px 0 5px;
    opacity: .55
}

    .twitter-account:hover {
        opacity: 1
    }

.widget.contact-info ul, .widget.contact-info li {
    border-width: 0;
    margin: 0;
    padding: 0
}

    .widget.contact-info li a:hover {
        text-decoration: underline
    }

    .widget.contact-info li:not(:last-child) {
        margin-bottom: 10px
    }

.widget.contact-info p {
    margin-bottom: 10px
}

.widget.contact-info i {
    clear: both;
    float: left;
    text-align: center;
    width: 16px;
    top: -2px;
    margin: 4px 9px 10px 0;
    font-size: 1.3em;
    position: static !important
}

.widget.contact-info .contact-info-block .contact-details strong, .widget.contact-info .contact-info-block .contact-details span {
    display: block;
    padding-left: 25px
}

.widget.follow-us .share-links a {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 2px;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);
    transition: all .2s;
    font-size: 14px
}

    .widget.follow-us .share-links a:hover {
        color: #fff
    }

#footer .footer-bottom .share-links a {
    box-shadow: none
}

#footer .twitter-tweets .meta {
    opacity: .5
}

#mailpoet_checkout_field input[type=checkbox], #mailpoet_checkout_field input[type=radio] {
    position: static;
    margin-left: 0
}

.widget-recent-posts, .widget-recent-portfolios {
    overflow: hidden
}

.sidebar-content .filter-title {
    font-size: 1em;
    text-transform: uppercase;
    line-height: 1.4
}

.portfolio-item-title {
    margin: .25rem 0
}

.widget-recent-portfolios .portfolio-item {
    margin-bottom: 1rem
}

.tm-extra-product-options .tm-epo-field-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px
}

.tm-collapse {
    background-image: none;
    background-color: transparent;
    border: 1px solid;
    padding: 0
}

    .tm-collapse .tm-section-label {
        padding: 10px 15px
    }

        .tm-collapse .tm-section-label .tm-arrow {
            right: 10px;
            left: auto
        }

    .tm-collapse .tm-collapse-wrap {
        padding: 15px;
        margin: 0
    }

.tm-description {
    margin-top: 5px;
    margin-bottom: 5px
}

.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap {
    padding: 5px 0 0
}

.tm-box {
    padding: 10px 15px;
    margin: 15px 0 0
}

.tm-epo-totals {
    padding-top: 0
}

.tm-extra-product-options-totals {
    margin-bottom: 0
}

    .tm-extra-product-options-totals dt {
        margin-top: 10px
    }

    .tm-extra-product-options-totals dt, .tm-extra-product-options-totals dd {
        margin-bottom: 5px
    }

    .tm-extra-product-options-totals .amount.options, .tm-extra-product-options-totals .amount.subscription-fee, .tm-extra-product-options-totals .amount.final {
        font-weight: 600;
        line-height: 1
    }

    .tm-extra-product-options-totals .amount.options, .tm-extra-product-options-totals .amount.subscription-fee {
        font-size: 2em
    }

    .tm-extra-product-options-totals .amount.final {
        font-size: 2.5714em
    }

.tm-cart-edit-options {
    font-size: 11px;
    margin-right: 10px;
    margin-left: auto
}

.tm-button {
    box-shadow: none
}

.star-rating {
    display: block;
    cursor: pointer;
    float: none;
    position: relative;
    font-size: 11px;
    height: 1em;
    line-height: 1em;
    overflow: hidden;
    position: relative;
    width: 6em;
    letter-spacing: .1em;
    text-align: left;
    white-space: nowrap
}

    .star-rating:before {
        content: "ï€…" "ï€…" "ï€…" "ï€…" "ï€…";
        float: left;
        left: 0;
        position: absolute;
        top: 0
    }

    .star-rating span {
        float: left;
        left: 0;
        overflow: hidden;
        padding-top: 1.5em;
        position: absolute;
        top: 0
    }

        .star-rating span:before {
            color: #6a6a6d;
            content: "ï€…" "ï€…" "ï€…" "ï€…" "ï€…";
            left: 0;
            position: absolute;
            top: 0
        }

.m-xs {
    margin: 5px !important
}

.m-sm {
    margin: 10px !important
}

.m {
    margin: 15px !important
}

.m-md {
    margin: 20px !important
}

.m-lg {
    margin: 30px !important
}

.m-xl {
    margin: 40px !important
}

.m-xlg {
    margin: 50px !important
}

.m-xxl {
    margin: 60px !important
}

.m-n, .m-none {
    margin: 0 !important
}

.m-l-none {
    margin-left: 0 !important
}

.m-l-xs {
    margin-left: 5px !important
}

.m-l-sm {
    margin-left: 10px !important
}

.m-l {
    margin-left: 15px !important
}

.m-l-md {
    margin-left: 20px !important
}

.m-l-lg {
    margin-left: 30px !important
}

.m-l-xl {
    margin-left: 40px !important
}

.m-l-xlg {
    margin-left: 50px !important
}

.m-l-xxl {
    margin-left: 60px !important
}

.m-l-n-xxs {
    margin-left: -1px !important
}

.m-l-n-xs {
    margin-left: -5px !important
}

.m-l-n-sm {
    margin-left: -10px !important
}

.m-l-n {
    margin-left: -15px !important
}

.m-l-n-md {
    margin-left: -20px !important
}

.m-l-n-lg {
    margin-left: -30px !important
}

.m-l-n-xl {
    margin-left: -40px !important
}

.m-l-n-xlg {
    margin-left: -50px !important
}

.m-l-n-xxl {
    margin-left: -60px !important
}

.m-t-none {
    margin-top: 0 !important
}

.m-t-xxs {
    margin-top: 1px !important
}

.m-t-xs {
    margin-top: 5px !important
}

.m-t-sm {
    margin-top: 10px !important
}

.m-t {
    margin-top: 15px !important
}

.m-t-md {
    margin-top: 20px !important
}

.m-t-lg {
    margin-top: 30px !important
}

.m-t-xl {
    margin-top: 40px !important
}

.m-t-xlg {
    margin-top: 50px !important
}

.m-t-xxl {
    margin-top: 60px !important
}

.m-t-n-xxs {
    margin-top: -1px !important
}

.m-t-n-xs {
    margin-top: -5px !important
}

.m-t-n-sm {
    margin-top: -10px !important
}

.m-t-n {
    margin-top: -15px !important
}

.m-t-n-md {
    margin-top: -20px !important
}

.m-t-n-lg {
    margin-top: -30px !important
}

.m-t-n-xl {
    margin-top: -40px !important
}

.m-t-n-xlg {
    margin-top: -50px !important
}

.m-t-n-xxl {
    margin-top: -60px !important
}

.m-r-none {
    margin-right: 0 !important
}

.m-r-xs {
    margin-right: 5px !important
}

.m-r-sm {
    margin-right: 10px !important
}

.m-r {
    margin-right: 15px !important
}

.m-r-md {
    margin-right: 20px !important
}

.m-r-lg {
    margin-right: 30px !important
}

.m-r-xl {
    margin-right: 40px !important
}

.m-r-xlg {
    margin-right: 50px !important
}

.m-r-xxl {
    margin-right: 60px !important
}

.m-r-n-xxs {
    margin-right: -1px !important
}

.m-r-n-xs {
    margin-right: -5px !important
}

.m-r-n-sm {
    margin-right: -10px !important
}

.m-r-n {
    margin-right: -15px !important
}

.m-r-n-md {
    margin-right: -20px !important
}

.m-r-n-lg {
    margin-right: -30px !important
}

.m-r-n-xl {
    margin-right: -40px !important
}

.m-r-n-xlg {
    margin-right: -50px !important
}

.m-r-n-xxl {
    margin-right: -60px !important
}

.m-b-none {
    margin-bottom: 0 !important
}

.m-b-xs {
    margin-bottom: 5px !important
}

.m-b-sm {
    margin-bottom: 10px !important
}

.m-b {
    margin-bottom: 15px !important
}

.m-b-md {
    margin-bottom: 20px !important
}

.m-b-lg {
    margin-bottom: 30px !important
}

.m-b-xl {
    margin-bottom: 40px !important
}

.m-b-xlg {
    margin-bottom: 50px !important
}

.m-b-xxl {
    margin-bottom: 60px !important
}

.m-b-n-xxs {
    margin-bottom: -1px !important
}

.m-b-n-xs {
    margin-bottom: -5px !important
}

.m-b-n-sm {
    margin-bottom: -10px !important
}

.m-b-n {
    margin-bottom: -15px !important
}

.m-b-n-md {
    margin-bottom: -20px !important
}

.m-b-n-lg {
    margin-bottom: -30px !important
}

.m-b-n-xl {
    margin-bottom: -40px !important
}

.m-b-n-xlg {
    margin-bottom: -50px !important
}

.m-b-n-xxl {
    margin-bottom: -60px !important
}

.custom-margin-1 {
    margin-left: 90px
}

.p-xs {
    padding: 5px !important
}

.p-sm {
    padding: 10px !important
}

.p {
    padding: 15px !important
}

.p-md {
    padding: 20px !important
}

.p-lg {
    padding: 30px !important
}

.p-xl {
    padding: 40px !important
}

.p-xlg {
    padding: 50px !important
}

.p-xxl {
    padding: 60px !important
}

.p-n, .p-none {
    padding: 0 !important
}

.p-l-none {
    padding-left: 0 !important
}

.p-l-xs {
    padding-left: 5px !important
}

.p-l-sm {
    padding-left: 10px !important
}

.p-l {
    padding-left: 15px !important
}

.p-l-md {
    padding-left: 20px !important
}

.p-l-lg {
    padding-left: 30px !important
}

.p-l-xl {
    padding-left: 40px !important
}

.p-l-xlg {
    padding-left: 50px !important
}

.p-l-xxl {
    padding-left: 60px !important
}

.p-t-none {
    padding-top: 0 !important
}

.p-t-xxs {
    padding-top: 1px !important
}

.p-t-xs {
    padding-top: 5px !important
}

.p-t-sm {
    padding-top: 10px !important
}

.p-t {
    padding-top: 15px !important
}

.p-t-md {
    padding-top: 20px !important
}

.p-t-lg {
    padding-top: 30px !important
}

.p-t-xl {
    padding-top: 40px !important
}

.p-t-xlg {
    padding-top: 50px !important
}

.p-t-xxl {
    padding-top: 60px !important
}

.p-r-none {
    padding-right: 0 !important
}

.p-r-xs {
    padding-right: 5px !important
}

.p-r-sm {
    padding-right: 10px !important
}

.p-r {
    padding-right: 15px !important
}

.p-r-md {
    padding-right: 20px !important
}

.p-r-lg {
    padding-right: 30px !important
}

.p-r-xl {
    padding-right: 40px !important
}

.p-r-xlg {
    padding-right: 50px !important
}

.p-r-xxl {
    padding-right: 60px !important
}

.p-b-none {
    padding-bottom: 0 !important
}

.p-b-xs {
    padding-bottom: 5px !important
}

.p-b-sm {
    padding-bottom: 10px !important
}

.p-b {
    padding-bottom: 15px !important
}

.p-b-md {
    padding-bottom: 20px !important
}

.p-b-lg {
    padding-bottom: 30px !important
}

.p-b-xl {
    padding-bottom: 40px !important
}

.p-b-xlg {
    padding-bottom: 50px !important
}

.p-b-xxl {
    padding-bottom: 60px !important
}

.porto-checkbox, .porto-radio {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.6rem;
    vertical-align: middle !important
}

    .porto-checkbox:focus, .porto-radio:focus {
        outline: none
    }

    .porto-checkbox .porto-control-label, .porto-radio .porto-control-label {
        position: static;
        margin-bottom: 0;
        font-size: 12px
    }

        .porto-checkbox .porto-control-label:before, .porto-checkbox .porto-control-label:after, .porto-radio .porto-control-label:before, .porto-radio .porto-control-label:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 20px;
            height: 20px;
            margin-top: -10px
        }

    .porto-checkbox .porto-control-input, .porto-radio .porto-control-input {
        position: absolute;
        z-index: -1;
        opacity: 0
    }

    .porto-checkbox.porto-control-disable, .porto-radio.porto-control-disable {
        padding-left: 0
    }

        .porto-checkbox.porto-control-disable .porto-control-label:before, .porto-checkbox.porto-control-disable .porto-control-label:after, .porto-radio.porto-control-disable .porto-control-label:before, .porto-radio.porto-control-disable .porto-control-label:after {
            content: none
        }

    .porto-checkbox .porto-control-label:before {
        pointer-events: none;
        user-select: none;
        background-color: #fff;
        border: 1px solid #c2c0ca
    }

    .porto-checkbox .porto-control-label:after {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%;
        opacity: 0;
        transition: opacity .3s
    }

    .porto-checkbox .porto-control-input:checked ~ .porto-control-label:after {
        background-image: url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../images/custom-checkbox.svg);
        opacity: 1
    }

    .porto-checkbox .porto-control-input:checked ~ .porto-control-label:before {
        background-color: transparent
    }

.porto-radio {
    padding-left: 1.8rem
}

    .porto-radio .porto-control-label {
        font-size: 13px
    }

        .porto-radio .porto-control-label:before {
            left: 0;
            pointer-events: none;
            user-select: none;
            border: 1px solid #ccc;
            border-radius: 50%
        }

        .porto-radio .porto-control-label:after {
            left: 4px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            border: 1px solid #ccc;
            background-color: var(--primary);
            opacity: 0;
            transition: opacity .3s;
            margin-top: -6px
        }

    .porto-radio .porto-control-input:checked ~ .porto-control-label:after {
        opacity: 1
    }

.single-post article {
    border-bottom: 0;
    margin-bottom: 0
}

.single-post .entry-title {
    font-weight: 700
}

.comment-form-cookies-consent > label {
    display: inline
}

.post-slideshow {
    text-align: center
}

.entry-title {
    margin-top: 0
}

.sub-title {
    text-transform: uppercase
}

article.post .post-date, .post-item .post-date {
    float: left;
    margin-right: 10px;
    text-align: center;
    width: 40px
}

    article.post .post-date .month, .post-item .post-date .month {
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.07) inset;
        color: #fff;
        font-size: .9em;
        padding: 0 0 2px;
        display: block
    }

    article.post .post-date .day, .post-item .post-date .day {
        display: block;
        font-size: 16px;
        font-weight: 500;
        font-weight: 700;
        padding: 10px 0
    }

    article.post .post-date .sticky, .post-item .post-date .sticky {
        background: #62b959;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.07) inset;
        color: #fff;
        font-size: .9em;
        padding: 2px 0 0;
        margin-top: 5px;
        display: block
    }

    article.post .post-date .format, .post-item .post-date .format {
        display: block;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.07) inset;
        color: #fff;
        font-size: 1.2857em;
        padding: 0;
        line-height: 40px;
        margin: 5px 0
    }

article.post .read-more, .post-item .read-more {
    display: block
}

article.post .read-more-block, .post-item .read-more-block {
    display: block;
    margin-top: 20px
}

article.post .read-more, article.post .read-more-block, .post-item .read-more, .post-item .read-more-block {
    font-size: .9em;
    font-weight: 600;
    color: #212529
}

article.post h4.title-short, .post-item h4.title-short {
    margin-bottom: 2px;
    padding-top: 8px
}

article.post .author-name a, .post-item .author-name a {
    color: inherit
}

article.post h2 a, article.post h4 a {
    text-decoration: none
}

article.post .post-meta {
    font-size: .9em;
    margin-bottom: 8px
}

body.single-post article.post .post-meta {
    margin-bottom: 20px
}

article.post .post-meta > span, article.post .post-meta > .post-views {
    display: inline-block;
    padding-right: 8px
}

article.post .post-meta i, article.post .post-meta .post-views-icon.dashicons {
    margin-right: 6px !important;
    font-size: 1em !important;
    height: 1em;
    line-height: 1;
    width: 1em;
    text-align: center
}

article.post .post-image {
    position: relative;
    margin-bottom: 15px
}

    article.post .post-image .owl-lazy:not(.owl-lazy-loaded), article.post .post-image .porto-lazyload:not(.lazy-load-loaded) {
        width: 100%
    }

    article.post .post-image.single {
        margin-bottom: 30px
    }

    article.post .post-image .post-date {
        position: absolute;
        right: 0;
        top: 10px;
        z-index: 2
    }

article.post .post-item .post-meta, article.post .post-item .read-more {
    font-size: 1em
}

article.post-full .entry-title, article.post-large .entry-title {
    margin-bottom: 5px
}

article.post-full.hide-post-date, article.post-large.hide-post-date {
    margin-left: 0
}

    article.post-full.hide-post-date .post-image, article.post-large.hide-post-date .post-image {
        margin-left: 0
    }

@media (max-width:575px) {
    article.post-full, article.post-large {
        margin-left: 0
    }

        article.post-full .post-image, article.post-full .post-date, article.post-large .post-image, article.post-large .post-date {
            margin-left: 0
        }
}

article.post-large-alt {
    margin-left: 60px
}

    article.post-large-alt h2 {
        margin-bottom: 5px
    }

    article.post-large-alt .post-date {
        margin-left: -60px
    }

    article.post-large-alt.hide-post-date {
        margin-left: 0
    }

        article.post-large-alt.hide-post-date .post-image {
            margin-left: 0
        }

@media (max-width:575px) {
    article.post-large-alt {
        margin-left: 0
    }

        article.post-large-alt .post-date {
            margin-left: 0
        }

        article.post-large-alt .post-image {
            margin-left: 60px
        }
}

article.post-grid .owl-carousel .owl-dots, article.post-timeline .owl-carousel .owl-dots {
    margin-top: 5px
}

article.post-grid .post-image, article.post-timeline .post-image {
    margin-bottom: 5px;
    position: relative
}

    article.post-grid .post-image.single, article.post-timeline .post-image.single {
        margin-bottom: 15px
    }

    article.post-grid .post-image.thumb-info-side-image-wrapper, article.post-timeline .post-image.thumb-info-side-image-wrapper {
        margin-bottom: 0
    }

.post-block {
    margin-bottom: 3rem
}

    .post-block h3, .post-share h3, article.post .comment-respond h3, article.portfolio .comment-respond h3 {
        font-size: 1.4em;
        line-height: 1.25;
        font-weight: 600;
        margin: 0 0 20px
    }

        .post-block h3 i, .post-share h3 i, article.post .comment-respond h3 i, article.portfolio .comment-respond h3 i {
            margin-right: 7px
        }

.post-share-advance {
    border: 0 none;
    bottom: -20px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    z-index: 2
}

.post-share-advance-bg {
    background: #333940;
    border-radius: 50px;
    float: right;
    height: 100%;
    max-height: 41px;
    overflow: hidden;
    padding: 0 6px 41px;
    text-align: center;
    transition: max-height .4s;
    width: 42px
}

    .post-share-advance-bg:hover {
        height: 100%;
        max-height: 370px
    }

article.post-title-simple .post-share-advance.post-block.post-share {
    margin: 0
}

.post-share-advance.post-share {
    border-top: none
}

.post-share-advance .fa-share-alt {
    background: #333940;
    border-radius: 50px;
    bottom: 0;
    color: #fff;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 1px;
    width: 40px
}

.post-share-advance > h3 {
    bottom: -32px;
    margin: 0;
    position: absolute;
    text-align: right;
    right: 0;
    white-space: nowrap
}

.post-share-advance .share-links a:first-child {
    opacity: 0;
    margin-top: 12px
}

.post-share-advance:hover .share-links a:first-child {
    opacity: .5
}

    .post-share-advance:hover .share-links a:first-child:hover {
        opacity: 1
    }

.post-share-advance .share-links a {
    display: block
}

.post-share-advance-bg .share-links {
    display: block
}

.post-share-advance .fa-share-alt {
    color: #fff
}

.post-share-advance .share-links a {
    margin-right: 0;
    opacity: .5
}

    .post-share-advance .share-links a:hover {
        opacity: 1
    }

.post-share-advance .share-links .tooltip {
    display: none !important
}

.post-author img {
    height: auto;
    max-width: 80px
}

@media (max-width:767px) {
    .post-author img {
        max-width: 60px
    }
}

.post-author p {
    font-size: .9em;
    line-height: 22px;
    margin: 0;
    padding: 0
}

    .post-author p .name {
        font-size: 1.3em
    }

        .post-author p .name a {
            text-decoration: none
        }

.post-author .img-thumbnail {
    float: left;
    margin-right: 20px
}

@media (max-width:767px) {
    .post-author .img-thumbnail {
        margin-right: 12px
    }
}

ul.comments {
    list-style: none;
    margin: 0;
    padding: 0
}

    ul.comments ul.children {
        padding: 0;
        margin: 0;
        list-style: none
    }

        ul.comments ul.children > li, ul.comments > li {
            clear: both;
            padding: 10px 0 0 115px
        }

            ul.comments ul.children > li img.avatar, ul.comments > li img.avatar {
                height: auto;
                max-width: 80px
            }

            ul.comments ul.children > li a, ul.comments > li a {
                text-decoration: none
            }

            ul.comments ul.children > li .img-thumbnail, ul.comments > li .img-thumbnail {
                margin-left: -115px;
                position: absolute
            }

            ul.comments ul.children > li .comment-body, ul.comments > li .comment-body {
                margin-bottom: 10px
            }

            ul.comments ul.children > li .pull-right span, ul.comments > li .pull-right span {
                margin-left: 5px
            }

    ul.comments .comment-arrow {
        border-bottom: 15px solid transparent;
        left: -15px;
        border-top: 15px solid transparent;
        height: 0;
        position: absolute;
        top: 28px;
        width: 0
    }

    ul.comments .comment-block {
        padding: 20px 20px 35px;
        position: relative
    }

        ul.comments .comment-block p {
            font-size: .9em;
            line-height: 21px;
            margin: 0;
            padding: 0
        }

        ul.comments .comment-block .comment-by {
            display: block;
            font-size: 1em;
            line-height: 21px;
            margin: 0;
            padding: 0 0 5px
        }

            ul.comments .comment-block .comment-by span {
                display: inline-block;
                margin-left: 8px
            }

        ul.comments .comment-block .date {
            color: #999;
            font-size: .9em;
            margin-top: 5px
        }

@media (max-width:767px) {
    ul.comments ul.children > li, ul.comments > li {
        padding: 0 0 0 10px
    }

        ul.comments ul.children > li .comment-body, ul.comments > li .comment-body {
            *zoom: 1
        }

            ul.comments ul.children > li .comment-body:before, ul.comments ul.children > li .comment-body:after, ul.comments > li .comment-body:before, ul.comments > li .comment-body:after {
                content: " ";
                display: table
            }

            ul.comments ul.children > li .comment-body:after, ul.comments > li .comment-body:after {
                clear: both
            }

        ul.comments ul.children > li .img-thumbnail, ul.comments > li .img-thumbnail {
            margin: 20px 12px 10px 20px;
            float: left;
            position: static
        }

        ul.comments ul.children > li img.avatar, ul.comments > li img.avatar {
            max-width: 60px
        }

    ul.comments .comment-block {
        position: static
    }

    ul.comments .comment-arrow {
        display: none
    }
}

article .comment-respond {
    margin-top: 3rem;
    padding-bottom: 0
}

    article .comment-respond h3 {
        margin: 0 0 40px
    }

article #cancel-comment-reply-link {
    margin-left: 10px
}

.comment-form {
    padding: 30px 30px 10px;
    background: #f7f7f7;
    border-radius: 5px
}

    .comment-form label {
        font-weight: 700;
        color: #212529
    }

        .comment-form label:first-child {
            display: block
        }

    .comment-form input[type=email], .comment-form input[type=number], .comment-form input[type=password], .comment-form input[type=search], .comment-form input[type=tel], .comment-form input[type=text], .comment-form input[type=url], .comment-form input[type=color], .comment-form input[type=date], .comment-form input[type=datetime], .comment-form input[type=datetime-local], .comment-form input[type=month], .comment-form input[type=time], .comment-form input[type=week], .comment-form select, .comment-form textarea {
        width: 100%
    }

.tab-content .comment-form {
    padding-bottom: 22px
}

.related-posts {
    margin-top: 35px
}

    .related-posts h3 {
        font-weight: 200
    }

.post-carousel .post-slide {
    *zoom: 1
}

    .post-carousel .post-slide:before, .post-carousel .post-slide:after {
        content: " ";
        display: table
    }

    .post-carousel .post-slide:after {
        clear: both
    }

    .post-carousel .post-slide.no-single .post-item {
        margin-bottom: 20px
    }

.post-carousel h4, .post-carousel h5 {
    margin-bottom: 7px
}

.post-carousel.owl-carousel .owl-dots {
    margin-top: 0
}

.post-carousel h4 {
    font-size: 1.2em;
    line-height: 1.3
}

.post-carousel .post-item .post-date, .post-grid .post-item .post-date, .post-timeline .post-item .post-date {
    margin: 3px 10px 8px 0;
    float: left
}

.post-carousel .post-item .post-excerpt, .post-grid .post-item .post-excerpt, .post-timeline .post-item .post-excerpt {
    margin-bottom: 10px
}

.post-carousel .post-item .post-meta, .post-grid .post-item .post-meta, .post-timeline .post-item .post-meta {
    font-size: .9em;
    margin-bottom: 8px
}

body.single-post .post-carousel .post-item .post-meta, body.single-post .post-grid .post-item .post-meta, body.single-post .post-timeline .post-item .post-meta {
    margin-bottom: 20px
}

.post-carousel .post-item .post-meta > span, .post-carousel .post-item .post-meta > .post-views, .post-grid .post-item .post-meta > span, .post-grid .post-item .post-meta > .post-views, .post-timeline .post-item .post-meta > span, .post-timeline .post-item .post-meta > .post-views {
    display: inline-block;
    padding-right: 8px
}

.post-carousel .post-item .post-meta i, .post-carousel .post-item .post-meta .post-views-icon.dashicons, .post-grid .post-item .post-meta i, .post-grid .post-item .post-meta .post-views-icon.dashicons, .post-timeline .post-item .post-meta i, .post-timeline .post-item .post-meta .post-views-icon.dashicons {
    margin-right: 3px !important;
    font-size: 1em !important;
    height: 1em;
    line-height: 1;
    width: 1em;
    text-align: center
}

.post-carousel .post-item.style-2 .post-excerpt, .post-grid .post-item.style-2 .post-excerpt, .post-timeline .post-item.style-2 .post-excerpt {
    margin-bottom: 20px
}

.post-carousel .post-item.style-4 .post-meta, .post-grid .post-item.style-4 .post-meta, .post-timeline .post-item.style-4 .post-meta {
    font-size: 1em
}

.post-carousel .post-item.style-4 .read-more, .post-grid .post-item.style-4 .read-more, .post-timeline .post-item.style-4 .read-more {
    margin-top: 15px
}

.post-carousel .post-item.style-5 .cat-names, .post-grid .post-item.style-5 .cat-names, .post-timeline .post-item.style-5 .cat-names {
    font-weight: 600;
    text-transform: uppercase
}

    .post-carousel .post-item.style-5 .cat-names a, .post-grid .post-item.style-5 .cat-names a, .post-timeline .post-item.style-5 .cat-names a {
        text-decoration: none;
        text-transform: uppercase
    }

.post-carousel .post-item.style-5 .post-views, .post-grid .post-item.style-5 .post-views, .post-timeline .post-item.style-5 .post-views {
    float: right
}

.post-item.style-7 h4 {
    font-size: 1.5em;
    line-height: 1.3;
    letter-spacing: normal;
    margin-bottom: 15px
}

.post-item.style-7 .post-meta {
    margin-top: 20px
}

.post-item.style-7 .meta-author {
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 700
}

    .post-item.style-7 .meta-author img {
        display: inline-block;
        max-width: 25px;
        border-radius: 20px;
        margin-right: 5px
    }

.post-item.style-7 .meta-date {
    display: none
}

.post-carousel .post-item .post-date ~ * {
    margin-left: 55px
}

.post-item-small {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    *zoom: 1
}

    .post-item-small:before, .post-item-small:after {
        content: " ";
        display: table
    }

    .post-item-small:after {
        clear: both
    }

    .post-item-small:first-child {
        padding-top: 0;
        border-top-width: 0
    }

    .post-item-small .post-image {
        margin: 0 10px 0 0;
        float: left
    }

        .post-item-small .post-image img {
            width: 50px;
            height: auto
        }

    .post-item-small .post-date {
        font-size: .8em
    }

    .post-item-small h5 {
        margin-bottom: 0
    }

.entry-content {
    margin: 20px 0 30px
}

    .entry-content:after {
        display: table;
        clear: both;
        content: ''
    }

.post-item.post-title-simple h4 a {
    color: inherit
}

.post-views.entry-meta > span {
    vertical-align: middle;
    display: inline-block;
    height: 1em;
    line-height: 1
}

.blog-posts .post-large {
    margin-left: 60px
}

    .blog-posts .post-large .post-image, .blog-posts .post-large .post-date {
        margin-left: -60px
    }

.blog-posts .blog-post-item .post-item-title {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: .5rem
}

    .blog-posts .blog-post-item .post-item-title > a {
        color: inherit;
        text-decoration: none
    }

.blog-posts .blog-post-item h4 {
    font-size: 1.2em
}

.blog-posts .blog-post-item .post-date {
    font-size: .8em
}

.blog-posts .blog-post-item .post-image {
    margin-bottom: .5rem
}

.blog-posts .blog-post-item .meta-cats {
    font-size: .6em;
    text-transform: uppercase;
    font-weight: 600;
    display: block
}

    .blog-posts .blog-post-item .meta-cats a {
        color: #fff;
        text-decoration: none;
        display: inline-block;
        padding: 0 .8em;
        border-radius: 2px;
        margin: 0 .6em .6em 0
    }

@media (min-width:576px) {
    .blog-posts .post-item-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

        .blog-posts .post-item-list .post-image {
            max-width: 34%;
            -ms-flex: 0 0 34%;
            flex: 0 0 34%;
            margin-bottom: 0
        }

        .blog-posts .post-item-list .post-item-content {
            -ms-flex: 0 0 66%;
            flex: 0 0 66%;
            max-width: 66%;
            padding-left: 4%
        }
}

.blog-posts .post-item-grid {
    margin-bottom: 1rem
}

.blog-posts .post-item-small .post-image {
    margin-bottom: 0
}

.blog-posts .post-item-small .post-item-title {
    font-weight: 400;
    margin-top: .4em
}

.post-date > time {
    display: none
}

@media (min-width:992px) {
    .single-post .post-medium .post-media {
        float: left;
        width: 40%
    }
}

.post-modern .entry-title a {
    color: inherit
}

.post-modern .btn-readmore {
    font-size: .8125rem;
    font-weight: 600;
    letter-spacing: -.025em;
    text-transform: uppercase
}

.post-modern .post-meta a:not(:hover) {
    color: inherit
}

.post-modern .post-meta > span:after {
    content: '|';
    margin-left: 8px
}

.post-modern .post-meta > span:last-child:after {
    content: none
}

.blog-posts .post-modern {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem
}

    .blog-posts .post-modern .entry-title {
        font-size: 1.875rem;
        font-weight: 700;
        letter-spacing: -.025em;
        margin-bottom: .25rem
    }

    .blog-posts .post-modern .post-meta, .single-post .post-modern .post-meta {
        margin-bottom: 1rem;
        font-size: .6875rem;
        text-transform: uppercase;
        color: #999
    }

.blog-posts {
    position: relative;
    *zoom: 1
}

    .blog-posts:before, .blog-posts:after {
        content: " ";
        display: table
    }

    .blog-posts:after {
        clear: both
    }

    .blog-posts article {
        margin-bottom: 50px;
        padding-bottom: 1rem
    }

        .blog-posts article h2.show-content {
            margin-bottom: 25px
        }

    .blog-posts .pagination {
        margin: -10px 0 20px
    }

    .blog-posts .post .entry-title {
        font-size: 1.5em;
        line-height: 1.3;
        font-weight: 600;
        margin-bottom: 1rem;
        word-break: break-word
    }

    .blog-posts .post-full .entry-title, .blog-posts .post-large .entry-title, .blog-posts .post-large-alt .entry-title {
        font-size: 1.8em
    }

.blog-posts-widget {
    overflow: hidden
}

.pagination-wrap {
    text-align: center
}

    .pagination-wrap .pagination, .pagination-wrap .page-links {
        float: none;
        -ms-flex-pack: center;
        justify-content: center
    }

        .pagination-wrap .pagination > a, .pagination-wrap .pagination > span, .pagination-wrap .page-links > a, .pagination-wrap .page-links > span {
            float: none
        }

.pagination, .page-links {
    float: right;
    margin: 20px 0 0
}

    .pagination > a, .pagination > span, .page-links > a, .page-links > span {
        border: 1px solid;
        margin-left: -1px;
        float: left;
        display: inline-block;
        padding: .5rem .75rem;
        line-height: 1.2;
        text-decoration: none;
        text-align: center
    }

    .pagination span.dots, .page-links span.dots {
        border-width: 0;
        position: relative;
        top: -2px
    }

    .pagination span.current, .page-links span.current {
        color: #fff
    }

    .pagination a:hover, .pagination a:focus, .page-links a:hover, .page-links a:focus {
        position: relative;
        z-index: 2;
        background-color: #e9ecef;
        border-color: #dee2e6
    }

    .pagination .prev, .page-links .previouspagelink, .pagination .next, .page-links .nextpostslink {
        text-indent: -9999px;
        width: 2.48em;
        overflow: hidden;
        position: relative
    }

        .pagination .prev:before, .page-links .previouspagelink:before, .pagination .next:before, .page-links .nextpostslink:before {
            position: absolute;
            top: .5rem;
            left: 0;
            right: 0;
            text-indent: 0
        }

        .pagination .prev:before, .page-links .previouspagelink:before {
            content: "ï„„"
        }

        .pagination .next:before, .page-links .nextpagelink:before {
            content: "ï„…"
        }

.page-links {
    float: none;
    *zoom: 1
}

    .page-links:before, .page-links:after {
        content: " ";
        display: table
    }

    .page-links:after {
        clear: both
    }

    .page-links .screen-reader-text {
        display: none !important
    }

    .page-links .page-links-title {
        border-width: 0;
        margin: 0;
        padding: 0
    }

.blog-posts article.post-grid, .blog-posts article.post-masonry {
    border-width: 0;
    margin-bottom: 30px;
    padding-bottom: 0
}

@media (max-width:767px) {
    .posts-grid .post {
        position: static !important;
        width: 100%;
        transition: none !important;
        transform: none !important
    }
}

.blog-share {
    margin-bottom: 25px
}

    .blog-share .share-links a {
        margin: .2857em 0 .2857em .5714em
    }

.blog-posts-no_margin .post .post-image, .blog-posts-hover_info .post .post-image, .blog-posts-hover_info2 .post .post-image {
    margin-bottom: 0
}

.blog-posts-no_margin article:not(.timeline-box), .blog-posts-hover_info article:not(.timeline-box), .blog-posts-hover_info2 article:not(.timeline-box) {
    border-bottom: none;
    padding-bottom: 0
}

.blog-posts-no_margin .posts-container {
    margin: 0
}

.blog-posts-no_margin article.post:not(.timeline-box) {
    padding: 0;
    margin-bottom: 0
}

.blog-posts-hover_info2 .post-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: .5rem 0 0
}

.blog-posts-hover_info2 .thumb-info-show-more-content {
    font-size: .8em;
    opacity: .5;
    max-height: 0;
    overflow: hidden;
    transition: max-height .8s
}

.blog-posts-hover_info2 .thumb-info-inner {
    margin: .25rem 0 0;
    font-size: 1.2em;
    font-weight: 700
}

.blog-posts-hover_info2 .thumb-info img {
    transform: none
}

.blog-posts-hover_info2 .thumb-info .thumb-info-title {
    padding: 0 1.5rem 1.5rem;
    z-index: 3;
    opacity: 1;
    transform: none;
    background: 0 0
}

.blog-posts-hover_info2 .thumb-info .thumb-info-action {
    margin: 0;
    transform: none;
    padding: 0;
    top: 0;
    left: 0;
    height: 100%
}

    .blog-posts-hover_info2 .thumb-info .thumb-info-action .thumb-info-action-icon {
        background: 0 0
    }

.blog-posts-hover_info2 .thumb-info .thumb-info-action-icon {
    display: block;
    width: auto;
    height: 100%;
    margin: 0
}

    .blog-posts-hover_info2 .thumb-info .thumb-info-action-icon i {
        display: none
    }

.blog-posts-hover_info2 .thumb-info .thumb-info-inner {
    line-height: 1.2
}

.blog-posts-hover_info2 .thumb-info:hover .thumb-info-show-more-content {
    max-height: 300px
}

.blog-posts-hover_info2 .thumb-info-wrapper:after {
    opacity: .6
}

.blog-posts-hover_info2 .thumb-info-type {
    overflow: hidden;
    display: block;
    margin: 0
}

    .blog-posts-hover_info2 .thumb-info-type a {
        float: left;
        padding: 0 .6em;
        border-radius: 2px;
        margin: 0 .6em .6em 0
    }

.blog-posts-hover_info .post-date, .blog-posts-hover_info2 .post-date {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 2
}

.posts-medium-alt > article:last-child {
    border-bottom: none
}

.posts-medium-alt .img-thumbnail {
    padding: 0;
    border: none
}

.posts-medium-alt .custom-border-radius {
    padding: 11px 30px !important;
    border-radius: 35px !important
}

.posts-medium-alt .blog-post-date {
    position: absolute;
    top: 60%;
    right: 10px;
    padding: 25px 15px;
    z-index: 6;
    font-size: 3em;
    line-height: 1;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .posts-medium-alt .blog-post-date .month-year {
        display: block;
        font-size: .4em
    }

.blog-posts-padding .grid-box {
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.04);
    padding: 18px;
    position: relative;
    z-index: 1
}

    .blog-posts-padding .grid-box .img-thumbnail {
        max-width: 100%
    }

        .blog-posts-padding .grid-box .img-thumbnail, .blog-posts-padding .grid-box .img-thumbnail img {
            padding: 0;
            border: 0;
            border-radius: 0
        }

    .blog-posts-padding .grid-box .owl-carousel {
        border-radius: 0;
        padding: 0;
        border: 0;
        box-shadow: none
    }

        .blog-posts-padding .grid-box .owl-carousel .owl-stage-outer {
            border-radius: 0
        }

.blog-like i {
    display: none
}

.blog-liked i {
    display: none
}

article.portfolio .portfolio-image.single {
    margin-bottom: 30px
}

article.portfolio h2 a, article.portfolio h4 a {
    text-decoration: none
}

article.portfolio.media {
    display: block
}

.mfp-content .ajax-container .portfolio-title, #portfolioAjaxBox .portfolio-title {
    margin-top: 0 !important
}

.portfolio-image {
    margin-bottom: 15px
}

.mfp-content .ajax-container .portfolio-image.wide {
    margin-left: -25px;
    margin-right: -25px
}

@media (max-width:767px) {
    .mfp-content .ajax-container .portfolio-image.wide {
        margin-left: -12px;
        margin-right: -12px
    }
}

.portfolio-slideshow {
    text-align: center
}

.portfolio-title {
    margin-bottom: -15px
}

    .portfolio-title a {
        display: inline-block
    }

    .portfolio-title i {
        font-size: 1.7em
    }

    .portfolio-title .portfolio-nav, .portfolio-title .portfolio-nav-all {
        margin-top: 11px
    }

    .portfolio-title .portfolio-nav {
        text-align: right;
        white-space: nowrap
    }

        .portfolio-title .portfolio-nav a {
            width: 50%;
            max-width: 27px
        }

    .portfolio-title .portfolio-nav-all i {
        font-size: 2em;
        margin-left: 1px
    }

    .portfolio-title .portfolio-nav-prev {
        text-align: left
    }

        .portfolio-title .portfolio-nav-prev i:before {
            content: "ï“"
        }

    .portfolio-title .portfolio-nav-next {
        text-align: right
    }

        .portfolio-title .portfolio-nav-next i:before {
            content: "ï”"
        }

    .portfolio-title .entry-title {
        font-weight: 700
    }

.column3.boxed .portfolio-title .portfolio-nav {
    padding-left: 0;
    padding-right: 10px
}

.portfolio-desc {
    margin-top: 20px
}

h5.portfolio-desc, h5.portfolio-details-title {
    font-size: 1.2em
}

.portfolio-desc, .portfolio-details-title {
    font-weight: 400
}

    .portfolio-desc strong, .portfolio-details-title strong {
        font-weight: 800
    }

.portfolio-info {
    margin: 7px 0 10px;
    float: right
}

.page-portfolios .portfolio-info {
    margin-top: 2px
}

.portfolio-info ul {
    list-style: none;
    padding: 0;
    margin: 0
}

    .portfolio-info ul li {
        display: inline-block;
        color: #b1b1b1;
        padding-right: 8px;
        margin-right: 8px;
        font-size: .9em
    }

        .portfolio-info ul li:last-child {
            border-right: 0;
            padding-right: 0;
            margin-right: 0
        }

        .portfolio-info ul li a {
            cursor: pointer;
            text-decoration: none;
            color: #b1b1b1
        }

        .portfolio-info ul li i, .portfolio-info ul li .post-views-icon.dashicons {
            margin-right: 4px !important;
            font-size: 1em !important;
            height: 1em;
            line-height: 1;
            width: 1em
        }

.portfolio-like, .portfolio-liked {
    cursor: pointer;
    text-decoration: none
}

    .portfolio-like i, .portfolio-liked i {
        margin-right: 4px !important;
        font-size: 1em !important;
        height: 1em;
        line-height: 1;
        width: 1em
    }

    .portfolio-like:hover, .portfolio-like.linked, .portfolio-liked:hover, .portfolio-liked.linked {
        text-decoration: none
    }

        .portfolio-like:hover .fa-heart, .portfolio-like.linked .fa-heart, .portfolio-liked:hover .fa-heart, .portfolio-liked.linked .fa-heart {
            color: #e53f51
        }

.related-portfolios, .porto-recent-portfolios {
    margin-top: 35px
}

    .related-portfolios .owl-carousel, .porto-recent-portfolios .owl-carousel {
        margin-bottom: 0
    }

.single-portfolio .thumb-gallery-detail.owl-carousel {
    margin-bottom: 10px
}

.single-portfolio .related-portfolios {
    padding: 5rem 0 4rem
}

.related-portfolios.full .row {
    margin-left: 0;
    margin-right: 0
}

.row > .portfolio-carousel {
    width: 100%
}

.portfolio-carousel .portfolio-item {
    margin: 0 15px 5px
}

    .portfolio-carousel .portfolio-item.full {
        margin: 0;
        max-width: 100%
    }

.portfolio-carousel.owl-carousel .owl-dots {
    margin-top: 0
}

.portfolio-item-small {
    float: left;
    margin: 0 0 8px;
    padding: 0 4px;
    width: 33.3333%;
    max-width: 92px
}

    .portfolio-item-small:first-child {
        padding-top: 0;
        border-top-width: 0
    }

    .portfolio-item-small .portfolio-image {
        margin: 0
    }

        .portfolio-item-small .portfolio-image img {
            width: 100%;
            height: auto;
            filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
            filter: gray;
            -webkit-filter: grayscale(100%)
        }

            .portfolio-item-small .portfolio-image img:hover {
                filter: none;
                -webkit-filter: none
            }

.portfolios-timeline .timeline .timeline-box {
    padding: 10px
}

ul.portfolio-list {
    list-style: none;
    margin: 0;
    padding: 0
}

    ul.portfolio-list .portfolio-item {
        margin-bottom: 30px
    }

.row > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.portfolio-item.outimage {
    text-align: center
}

.portfolio-item .thumb-info .thumb-info-type .portfolio-like i, .portfolio-item .thumb-info .thumb-info-type .portfolio-liked i {
    text-shadow: none
}

    .portfolio-item .thumb-info .thumb-info-type .portfolio-like i:before {
        font-weight: 400
    }

.portfolio .thumb-info .tooltip, .portfolio-item .thumb-info .tooltip {
    display: none !important
}

ul.portfolio-details {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 5px;
    font-size: .9em
}

    ul.portfolio-details h5, ul.portfolio-details p {
        display: inline-block
    }

    ul.portfolio-details h5 {
        font-size: 1em;
        margin-bottom: 0;
        font-weight: 700;
        letter-spacing: normal
    }

        ul.portfolio-details h5 i {
            margin-right: 6px
        }

    ul.portfolio-details > li {
        padding: 0 0 10px;
        margin: 0 0 10px;
        border-bottom: 1px solid rgba(0,0,0,.06)
    }

        ul.portfolio-details > li:last-child {
            border-bottom: none
        }

    ul.portfolio-details p {
        padding: 0;
        margin: 0
    }

    ul.portfolio-details blockquote {
        padding: 0 0 0 10px;
        margin: 15px 0 0;
        color: #999
    }

    ul.portfolio-details ul.list-skills {
        margin-left: 0
    }

        ul.portfolio-details ul.list-skills li {
            margin-right: 20px;
            margin-bottom: 5px
        }

    ul.portfolio-details.inline li {
        display: inline-block;
        margin-right: 20px;
        vertical-align: top
    }

        ul.portfolio-details.inline li p {
            display: inline-block
        }

        ul.portfolio-details.inline li strong {
            margin-right: 5px
        }

        ul.portfolio-details.inline li ul, ul.portfolio-details.inline li .share-links {
            display: inline-block
        }

        ul.portfolio-details.inline li.pull-right {
            margin-right: 0
        }

    ul.portfolio-details .testimonial {
        font-size: 1.1111em
    }

.page-portfolios.portfolios-full .portfolio {
    margin-bottom: 2em
}

.post-gap {
    height: 20px
}

.portfolios-large .entry-title a {
    color: inherit;
    font-weight: 700
}

.portfolio-row {
    position: relative
}

    .portfolio-row .portfolio {
        float: left;
        margin-top: 0;
        width: 100%
    }

    .portfolio-row .portfolio-col-1 {
        width: 100%
    }

    .portfolio-row .portfolio-col-2 {
        width: 50%
    }

        .portfolio-row .portfolio-col-2.w2 {
            width: 100%
        }

@media (max-width:767px) {
    .portfolio-row .portfolio-col-2 {
        width: 100%
    }
}

.portfolio-row .portfolio-col-3 {
    width: 33.3333%
}

    .portfolio-row .portfolio-col-3.w2 {
        width: 66.6666%
    }

@media (max-width:767px) {
    .portfolio-row .portfolio-col-3 {
        width: 50%
    }

        .portfolio-row .portfolio-col-3.w2 {
            width: 100%
        }
}

@media (max-width:575px) {
    .portfolio-row .portfolio-col-3 {
        width: 100%
    }
}

.portfolio-row .portfolio-col-4 {
    width: 25%
}

    .portfolio-row .portfolio-col-4.w2 {
        width: 50%
    }

@media (max-width:991px) {
    .portfolio-row .portfolio-col-4 {
        width: 33.3333%
    }

        .portfolio-row .portfolio-col-4.w2 {
            width: 66.6666%
        }
}

@media (max-width:767px) {
    .portfolio-row .portfolio-col-4 {
        width: 50%
    }

        .portfolio-row .portfolio-col-4.w2 {
            width: 100%
        }
}

@media (max-width:575px) {
    .portfolio-row .portfolio-col-4 {
        width: 100%
    }
}

.portfolio-row .portfolio-col-5 {
    width: 20%
}

    .portfolio-row .portfolio-col-5.w2 {
        width: 40%
    }

@media (max-width:991px) {
    .portfolio-row .portfolio-col-5 {
        width: 25%
    }

        .portfolio-row .portfolio-col-5.w2 {
            width: 50%
        }
}

@media (max-width:767px) {
    .portfolio-row .portfolio-col-5 {
        width: 33.3333%
    }

        .portfolio-row .portfolio-col-5.w2 {
            width: 66.6666%
        }
}

@media (max-width:575px) {
    .portfolio-row .portfolio-col-5 {
        width: 50%
    }

        .portfolio-row .portfolio-col-5.w2 {
            width: 100%
        }
}

.portfolio-row .portfolio-col-6 {
    width: 16.6666%
}

    .portfolio-row .portfolio-col-6.w2 {
        width: 33.3333%
    }

@media (max-width:991px) {
    .portfolio-row .portfolio-col-6 {
        width: 25%
    }

        .portfolio-row .portfolio-col-6.w2 {
            width: 50%
        }
}

@media (max-width:767px) {
    .portfolio-row .portfolio-col-6 {
        width: 33.3333%
    }

        .portfolio-row .portfolio-col-6.w2 {
            width: 66.6666%
        }
}

@media (max-width:575px) {
    .portfolio-row .portfolio-col-6 {
        width: 50%
    }

        .portfolio-row .portfolio-col-6.w2 {
            width: 100%
        }
}

.portfolio-row.full {
    margin: 0
}

body.boxed .vc_row[data-vc-stretch-content] .portfolio-row.full {
    margin-left: 0;
    margin-right: 0
}

.portfolio-row.full .portfolio {
    padding: 0;
    margin-bottom: 0
}

.portfolio-modal .mfp-arrow, .portfolio-modal .mfp-close, .portfolio-ajax-modal .mfp-arrow, .portfolio-ajax-modal .mfp-close {
    display: none
}

.portfolio-modal .container, .portfolio-ajax-modal .container {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.portfolio-modal .vc_row[data-vc-full-width], body.boxed .portfolio-modal .vc_row[data-vc-full-width], #main.main-boxed .portfolio-modal .vc_row[data-vc-full-width], .portfolio-modal .vc_row[data-vc-stretch-content], body.boxed .portfolio-modal .vc_row[data-vc-stretch-content], #main.main-boxed .portfolio-modal .vc_row[data-vc-stretch-content], .portfolio-ajax-modal .vc_row[data-vc-full-width], body.boxed .portfolio-ajax-modal .vc_row[data-vc-full-width], #main.main-boxed .portfolio-ajax-modal .vc_row[data-vc-full-width], .portfolio-ajax-modal .vc_row[data-vc-stretch-content], body.boxed .portfolio-ajax-modal .vc_row[data-vc-stretch-content], #main.main-boxed .portfolio-ajax-modal .vc_row[data-vc-stretch-content] {
    position: relative;
    width: 100% !important;
    left: 0 !important;
    margin: 0 !important;
    max-width: 100% !important
}

.portfolio-load-more-loader {
    display: none;
    position: relative;
    height: 49px
}

.btn-portfolio-lazy-load {
    opacity: 0
}

@media (max-width:991px) {
    .portfolio-nav, .portfolio-nav-all {
        display: none
    }
}

.sort-source {
    clear: both
}

    .sort-source > li > a {
        display: inline-block;
        cursor: pointer;
        padding: 6px 12px;
        text-decoration: none
    }

.sort-source-style-2 {
    margin: 0 auto
}

    .sort-source-style-2 > li {
        float: none;
        display: inline-block
    }

        .sort-source-style-2 > li > a, .sort-source-style-2 > li > a:focus, .sort-source-style-2 > li > a:hover {
            background: 0 0;
            color: #fff;
            display: inline-block;
            border-radius: 0;
            margin: 0;
            padding: 18px 28px;
            position: relative;
            text-decoration: none
        }

            .sort-source-style-2 > li > a:after {
                transition: margin .3s;
                width: 0;
                height: 0;
                border-left: 20px solid transparent;
                border-right: 20px solid transparent;
                border-top: 15px solid #ccc;
                content: " ";
                display: block;
                position: absolute;
                left: 50%;
                margin-left: -20px;
                margin-top: 0;
                opacity: 0;
                z-index: 1
            }

        .sort-source-style-2 > li.active > a, .sort-source-style-2 > li.active > a:focus, .sort-source-style-2 > li.active > a:hover {
            background: 0 0
        }

            .sort-source-style-2 > li.active > a:after {
                opacity: 1;
                margin-top: 18px
            }

.sort-source-style-3 {
    margin-bottom: 2rem;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .8em;
    text-transform: uppercase
}

    .sort-source-style-3 > li.active > a {
        background: 0 0 !important;
        border-bottom: 3px solid #ccc;
        border-radius: 0
    }

@media (max-width:767px) {
    .sort-source-style-2 > li {
        display: block
    }

        .sort-source-style-2 > li.active > a:after {
            display: none !important
        }
}

.ajax-box .bounce-loader, .ajax-box .porto-ajax-loading {
    z-index: 1
}

.portfolio-stripes .owl-carousel .owl-nav .owl-prev {
    line-height: initial
}

.portfolio-stripes .owl-carousel .owl-nav .owl-next {
    line-height: initial
}

.portfolio-stripes .owl-item .portfolio-item {
    width: calc(100% + 2px)
}

    .portfolio-stripes .owl-item .portfolio-item .thumb-info {
        border: none
    }

        .portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper {
            height: calc(100vh - 89px)
        }

            .portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper:before {
                content: '';
                display: block;
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                box-shadow: 0 50px 190px 110px #182027;
                z-index: 1
            }

            .portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .background-image {
                position: absolute;
                top: 0;
                left: 0;
                background-size: cover;
                width: 100%;
                height: 100%;
                transition: all .3s
            }

        .portfolio-stripes .owl-item .portfolio-item .thumb-info:hover .thumb-info-wrapper .background-image {
            transform: scale(1.1,1.1)
        }

.thumb-info.thumb-info-basic-info .thumb-info-title {
    background: 0 0;
    bottom: 5.5%;
    left: 5%;
    padding: 0;
    font-size: 2em;
    line-height: 1;
    text-shadow: none
}

.portfolio-parallax {
    height: 40vh
}

    .portfolio-parallax:before {
        content: '';
        display: block;
        position: absolute;
        background: rgba(10,12,36,0);
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: all .3s
    }

    .portfolio-parallax h2 {
        bottom: 7%;
        font-size: 2em;
        left: 1%;
        line-height: 1;
        margin: 0;
        padding: 0;
        position: absolute
    }

    .portfolio-parallax:not(.hidden-plus):hover:before {
        background: rgba(10,12,36,.5)
    }

html.gecko .thumb-info {
    z-index: 1;
    transform: unset
}

@media (max-width:991px) {
    .portfolio-parallax {
        height: 30vh
    }
}

@media (max-width:767px) {
    .portfolio-parallax {
        height: 25vh
    }
}

.porto-portfolios-lighbox-thumbnails {
    position: fixed;
    bottom: 2.5%;
    width: 100%;
    text-align: center;
    z-index: 99999
}

    .porto-portfolios-lighbox-thumbnails .owl-carousel {
        margin-bottom: 0
    }

        .porto-portfolios-lighbox-thumbnails .owl-carousel .owl-stage {
            margin: 0 auto
        }

    .porto-portfolios-lighbox-thumbnails .owl-item {
        cursor: pointer
    }

        .porto-portfolios-lighbox-thumbnails .owl-item.current {
            opacity: .5;
            cursor: default
        }

.portfolios-lightbox.with-thumbs .porto-portfolios-lighbox-thumbnails {
    visibility: hidden
}

@media (max-width:1023px) {
    .porto-portfolios-lighbox-thumbnails {
        display: none
    }
}

.skill-list a {
    display: inline-block;
    font-size: .75em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: .25rem .5rem;
    margin: .125rem;
    border-radius: 1rem;
    line-height: 1
}

.share-links-block .share-links a {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: .8rem;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    margin: 2px
}

    .share-links-block .share-links a:not(:hover) {
        background: 0 0;
        color: #333
    }

.share-links-block h5 {
    float: left;
    margin: 0 15px 0 0;
    line-height: 35px;
    font-size: .8em;
    font-weight: 700;
    text-transform: uppercase
}

.portfolios-masonry {
    max-height: 300px;
    overflow: hidden
}

    .portfolios-masonry > .portfolio-row {
        opacity: 0
    }

    .portfolios-masonry.portfolio-iso-active {
        overflow: visible;
        max-height: none
    }

        .portfolios-masonry.portfolio-iso-active .bounce-loader {
            display: none
        }

        .portfolios-masonry.portfolio-iso-active > .portfolio-row {
            opacity: 1
        }

.portfolio-fullscreen .portfolio-item {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.portfolio-fullscreen .portfolio-meta {
    position: absolute;
    bottom: 50px;
    left: 0;
    padding: 30px 50px 30px 20px;
    background: rgba(33,37,41,.9);
    min-width: 25%;
    max-width: 75%
}

.portfolio-fullscreen .portfolio-title {
    margin-bottom: 10px;
    font-size: 1.5em;
    font-weight: 700;
    color: #fff
}

.portfolio-fullscreen .portfolio-cat {
    font-size: .9em;
    color: rgba(255,255,255,.6);
    text-transform: uppercase
}

.portfolio-fullscreen .btn-view-more {
    text-decoration: none;
    font-size: .9em;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

    .portfolio-fullscreen .btn-view-more i {
        margin-left: 5px;
        transition: margin-left .25s
    }

    .portfolio-fullscreen .btn-view-more:hover i {
        margin-left: 8px
    }

article.member h2 a, article.member h4 a {
    text-decoration: none
}

.member-overview {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.member-image {
    position: relative
}

    .member-image.single {
        margin-bottom: 30px
    }

.member-slideshow {
    text-align: center
}

.member-title {
    margin-bottom: -10px
}

    .member-title a {
        display: inline-block
    }

    .member-title i {
        font-size: 2.5em
    }

.member-role {
    font-weight: 700;
    font-size: 1em;
    text-transform: uppercase
}

.member-share-links.share-links a {
    border-radius: 50px
}

.member-item.member-item-3 .thumb-info-wrapper {
    margin: 0
}

.member-item.member-item-3 .thumb-info-caption {
    display: block;
    padding: 0;
    transition: all .3s
}

.member-item.member-item-3 .thumb-info-caption-title {
    position: relative;
    display: block;
    padding: 30px 15px 28px
}

.member-item.member-item-3 .thumb-info-caption-text {
    padding: 0 15px 28px;
    margin: 0;
    margin-top: -15px
}

.member-item.member-item-3 .thumb-info-social-icons {
    padding-left: 13px;
    padding-right: 13px
}

.member-item.member-item-3 .view-more {
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 1.9em;
    transform: translateY(-50%)
}

.member-item.member-item-4 .thumb-info-wrapper {
    margin: 0;
    border-radius: 0
}

.member-item.member-item-4 .thumb-info {
    border: none
}

    .member-item.member-item-4 .thumb-info, .member-item.member-item-4 .thumb-info img {
        border-radius: 0
    }

.member-item.member-item-4 h4, .member-item.member-item-4 p {
    text-transform: uppercase
}

.member-item.member-item-4 h4 {
    font-size: 1.2em;
    font-weight: 700
}

.member-item.member-item-4 p {
    font-size: .9em
}

.member-item .thumb-info, .member-item .thumb-info .thumb-info-wrapper {
    border-radius: 0
}

.related-members, .single-member .related.products {
    margin-top: 35px
}

.member-carousel .member-slide {
    *zoom: 1
}

    .member-carousel .member-slide:before, .member-carousel .member-slide:after {
        content: " ";
        display: table
    }

    .member-carousel .member-slide:after {
        clear: both
    }

.member-carousel .member-item {
    margin-bottom: 20px
}

@media (max-width:767px) {
    .member-carousel .member-item {
        border: none;
        padding: 0
    }
}

.member-carousel.owl-carousel .owl-dots {
    margin-top: 0
}

.member-modal .mfp-arrow, .member-ajax-modal .mfp-arrow {
    display: none
}

.member-filter.nav-list {
    display: block
}

.page-slideshow {
    text-align: center
}

.page-meta > * {
    display: block
}

.page-share {
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 20px 0 0
}

    .page-share h3 {
        display: inline-block;
        font-size: 1.8em;
        font-weight: 200;
        margin: 5px 15px 10px;
        text-transform: none
    }

        .page-share h3 i {
            margin-right: 7px
        }

    .page-share .share-links {
        display: inline-block;
        margin-top: -5px
    }

    .page-share.container {
        margin-bottom: 70px
    }

.container .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.page-content:after {
    content: '';
    display: table;
    clear: both
}

.custom-post-event {
    position: relative
}

    .custom-post-event .post-event-date {
        position: absolute;
        top: 0;
        left: 0;
        padding: 15px 20px
    }

        .custom-post-event .post-event-date span {
            display: block
        }

            .custom-post-event .post-event-date span.day {
                font-size: 1.9em
            }

            .custom-post-event .post-event-date span.year {
                font-size: .9em
            }

        .custom-post-event .post-event-date.custom-xlg-space {
            top: 30px;
            left: 30px
        }

    .custom-post-event .post-event-content p {
        font-size: .9em
    }

.custom-event-infos ul {
    padding: 0;
    margin: 0
}

    .custom-event-infos ul li {
        list-style: none;
        display: inline-block;
        margin-left: 15px;
        font-size: .9em
    }

        .custom-event-infos ul li:first-child {
            margin-left: 0
        }

        .custom-event-infos ul li i {
            font-size: 1.2em;
            color: #1f222b
        }

.custom-event-top-image img {
    margin: auto
}

.custom-post-event:last-child hr.solid {
    display: none
}

.event-row:last-child hr.solid {
    display: none
}

.event-row .thumb-info-wrapper {
    margin-bottom: 25px
}

[data-appear-animation], .appear-animation {
    opacity: 0
}

.animated, .appear-animation {
    animation-fill-mode: both;
    animation-duration: 1s
}

.appear-animation-visible {
    opacity: 1
}

@keyframes flash {
    0%,50%,100% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes shake {
    0%,100% {
        transform: translateX(0);
        opacity: 1
    }

    10%,30%,50%,70%,90% {
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        transform: translateX(10px)
    }
}

.shake {
    animation-name: shake
}

@keyframes bounce {
    0%,20%,50%,80%,100% {
        transform: translateY(0);
        opacity: 1
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

.bounce {
    animation-name: bounce
}

@keyframes tada {
    0% {
        transform: scale(1)
    }

    10%,20% {
        transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        transform: scale(1) rotate(0);
        opacity: 1
    }
}

.tada {
    animation-name: tada
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    100% {
        transform: rotate(0deg);
        opacity: 1
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes wobble {
    0% {
        transform: translateX(0%)
    }

    15% {
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        transform: translateX(0%);
        opacity: 1
    }
}

.wobble {
    animation-name: wobble
}

@keyframes wiggle {
    0% {
        transform: skewX(9deg)
    }

    10% {
        transform: skewX(-8deg)
    }

    20% {
        transform: skewX(7deg)
    }

    30% {
        transform: skewX(-6deg)
    }

    40% {
        transform: skewX(5deg)
    }

    50% {
        transform: skewX(-4deg)
    }

    60% {
        transform: skewX(3deg)
    }

    70% {
        transform: skewX(-2deg)
    }

    80% {
        transform: skewX(1deg)
    }

    90% {
        transform: skewX(0deg)
    }

    100% {
        transform: skewX(0deg);
        opacity: 1
    }
}

.wiggle {
    animation-name: wiggle;
    animation-timing-function: ease-in
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.pulse {
    animation-name: pulse
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-30px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-40px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(40px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        transform: scale(1.05)
    }

    70% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(-30px)
    }

    80% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(30px)
    }

    80% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(30px)
    }

    80% {
        transform: translateX(-10px)
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(-30px)
    }

    80% {
        transform: translateX(10px)
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(.3)
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes slideInRight {
    0% {
        opacity: 1;
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 1;
        transform: translateX(-2000px)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

@keyframes wave {
    0% {
        transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg)
    }

    100% {
        transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg)
    }
}

@keyframes navItemArrow {
    0% {
        position: relative;
        right: -1px
    }

    50% {
        position: relative;
        right: 3px
    }

    100% {
        position: relative;
        right: -1px
    }
}

@keyframes arrowLeftRight {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(3px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    60% {
        opacity: 1;
        transform: translateY(20%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-out {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    60% {
        opacity: 0;
        transform: translateY(120%)
    }

    100% {
        opacity: 0;
        transform: translateY(100%)
    }
}

@keyframes maskUp {
    from {
        transform: translate(0,100%)
    }

    to {
        transform: translate(0,0)
    }
}

.maskUp {
    animation-name: maskUp
}

@keyframes sliderScrollButton {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0)
    }

    70% {
        opacity: 1;
        -webkit-transform: translate3d(-50%,10px,0);
        transform: translate3d(-50%,10px,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-50%,10px,0);
        transform: translate3d(-50%,10px,0)
    }
}

@keyframes gradientTransition {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-101%);
        visibility: visible
    }

    100% {
        transform: translateX(0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes topDown {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-5px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transition-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    100% {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transition-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    100% {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY
}

.col-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5, .col-xl-1-5, .col-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5, .col-xl-2-5, .col-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5, .col-xl-3-5, .col-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5, .col-xl-4-5 {
    position: relative;
    min-height: 1px;
    width: 100%;
    max-width: none
}

.col-1-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%
}

.col-2-5 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    width: 40%
}

.col-3-5 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    width: 60%
}

.col-4-5 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    width: 80%
}

@media (min-width:576px) {
    .col-sm-1-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        width: 20%
    }

    .col-sm-2-5 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        width: 40%
    }

    .col-sm-3-5 {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        width: 60%
    }

    .col-sm-4-5 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        width: 80%
    }
}

@media (min-width:768px) {
    .col-md-1-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        width: 20%
    }

    .col-md-2-5 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        width: 40%
    }

    .col-md-3-5 {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        width: 60%
    }

    .col-md-4-5 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        width: 80%
    }
}

@media (min-width:992px) {
    .col-lg-1-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        width: 20%
    }

    .col-lg-2-5 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        width: 40%
    }

    .col-lg-3-5 {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        width: 60%
    }

    .col-lg-4-5 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        width: 80%
    }
}

.grid-creative .portfolio-item, .grid-creative .portfolio-item .thumb-info-wrapper, .grid-creative .portfolio-item .post-image, .grid-creative .thumb-info, .grid-creative .thumb-info .thumb-info-wrapper, .grid-creative .thumb-info .post-image {
    height: 100%
}

    .grid-creative .thumb-info img, .grid-creative li.product-col .product-image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        padding: 0
    }

.grid-creative > article.post {
    width: 100%
}

.grid-col-sizer {
    width: 1.6666%;
    height: 0;
    flex: 0 0 1.6666%
}

.no-padding, .vc_row-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.row.no-padding, .vc_row.no-padding > .container > .row {
    margin-left: 0;
    margin-right: 0
}

    .row.no-padding > .vc_column_container, .vc_row.no-padding > .container > .row > .vc_column_container {
        padding-left: 0;
        padding-right: 0
    }

@keyframes menuFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.menuFadeInUp {
    animation-name: menuFadeInUp
}

@keyframes menuFadeInDown {
    0% {
        opacity: .8;
        transform: translateY(-10px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.menuFadeInDown {
    animation-name: menuFadeInDown
}

@keyframes arrowFadeInDown {
    0% {
        opacity: .8;
        transform: translateY(-10px) rotate(-45deg)
    }

    100% {
        opacity: 1;
        transform: translateY(0) rotate(-45deg)
    }
}

@keyframes menuFadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-30px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.menuFadeInLeft {
    animation-name: menuFadeInLeft
}

@keyframes menuFadeInRight {
    0% {
        opacity: 0;
        transform: translateX(30px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.menuFadeInRight {
    animation-name: menuFadeInRight
}

@keyframes menuFadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-30px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes menuFadeInFromLeft {
    0% {
        opacity: 0;
        margin-left: -20px
    }

    100% {
        opacity: 1;
        margin-left: 0
    }
}

.menuFadeInFromLeft {
    animation-name: menuFadeInFromLeft
}

.mega-menu, .sidebar-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

    .mega-menu li.menu-item, .sidebar-menu li.menu-item {
        display: block;
        position: relative;
        margin: 0
    }

        .mega-menu li.menu-item > a, .sidebar-menu li.menu-item > a {
            display: block;
            text-decoration: none;
            text-align: left;
            position: relative;
            margin-top: 0;
            margin-bottom: 0;
            font-family: inherit;
            font-size: inherit
        }

            .mega-menu li.menu-item > a > [class*=' fa-'], .sidebar-menu li.menu-item > a > [class*=' fa-'] {
                width: 18px;
                text-align: center
            }

            .mega-menu li.menu-item > a > i, .mega-menu li.menu-item > a > .avatar, .sidebar-menu li.menu-item > a > i, .sidebar-menu li.menu-item > a > .avatar {
                margin-right: .5rem
            }

                .mega-menu li.menu-item > a > .avatar img, .sidebar-menu li.menu-item > a > .avatar img {
                    margin-top: -5px;
                    margin-bottom: -4px
                }

            .mega-menu li.menu-item > a > [class*=flag-], .sidebar-menu li.menu-item > a > [class*=flag-] {
                display: inline-block;
                width: 16px;
                height: 11px;
                margin-top: -2px;
                margin-right: 6px;
                margin-left: 1px;
                vertical-align: middle;
                line-height: 0
            }

                .mega-menu li.menu-item > a > [class*=flag-]:before, .sidebar-menu li.menu-item > a > [class*=flag-]:before {
                    display: none
                }

            .mega-menu li.menu-item > a > .thumb-info-preview, .sidebar-menu li.menu-item > a > .thumb-info-preview {
                position: absolute;
                display: block;
                left: 100%;
                border: 0;
                padding-left: 10px;
                background: 0 0;
                overflow: visible;
                margin: 15px 0 0;
                top: -1000px;
                transition: transform .2s ease-out,opacity .2s ease-out;
                transform: translate3d(-30px,0,0);
                opacity: 0;
                max-width: none
            }

                .mega-menu li.menu-item > a > .thumb-info-preview .thumb-info-wrapper, .sidebar-menu li.menu-item > a > .thumb-info-preview .thumb-info-wrapper {
                    display: block;
                    border: 0;
                    box-shadow: 0 0 3px rgba(0,0,0,.15);
                    margin: 0;
                    padding: 0;
                    text-align: left
                }

                .mega-menu li.menu-item > a > .thumb-info-preview .thumb-info-image, .sidebar-menu li.menu-item > a > .thumb-info-preview .thumb-info-image {
                    width: 182px;
                    height: 136px;
                    min-height: 0;
                    transition: 5s linear 0s
                }

                    .mega-menu li.menu-item > a > .thumb-info-preview .thumb-info-image.fixed-image, .sidebar-menu li.menu-item > a > .thumb-info-preview .thumb-info-image.fixed-image {
                        background-position: left top;
                        background-size: auto 100%
                    }

            .mega-menu li.menu-item > a:hover, .sidebar-menu li.menu-item > a:hover {
                z-index: 1
            }

                .mega-menu li.menu-item > a:hover > .thumb-info-preview, .sidebar-menu li.menu-item > a:hover > .thumb-info-preview {
                    transform: translate3d(0,0,0);
                    top: 0;
                    opacity: 1;
                    margin-top: -5px
                }

        .mega-menu li.menu-item > .nolink, .sidebar-menu li.menu-item > .nolink {
            cursor: default
        }

    .mega-menu ul.sub-menu, .sidebar-menu ul.sub-menu {
        margin: 0;
        padding: 0;
        list-style: none
    }

.mega-menu {
    *zoom: 1
}

    .mega-menu:before, .mega-menu:after {
        content: " ";
        display: table
    }

    .mega-menu:after {
        clear: both
    }

.menu-custom-block a > i {
    margin-right: .5rem
}

.mega-menu .tip, .sidebar-menu .tip, .accordion-menu .tip, .menu-custom-block .tip {
    color: #fff;
    display: inline-block;
    font-size: 9px;
    font-style: normal;
    line-height: 1;
    padding: 2px;
    position: relative;
    margin-left: 10px;
    vertical-align: middle;
    top: -1px
}

    .mega-menu .tip.hot, .sidebar-menu .tip.hot, .accordion-menu .tip.hot, .menu-custom-block .tip.hot {
        background-color: #eb2771;
        border-color: #eb2771
    }

    .mega-menu .tip:before, .sidebar-menu .tip:before, .accordion-menu .tip:before, .menu-custom-block .tip:before {
        content: '';
        position: absolute;
        left: -3px;
        top: 50%;
        margin-top: -2px;
        border-right: 3px solid;
        border-top: 2px solid transparent;
        border-bottom: 2px solid transparent;
        border-right-color: inherit
    }

#header .menu-custom-block .tip, .mega-menu > li.menu-item > a .tip {
    position: absolute;
    top: -14px;
    right: 10px
}

    #header .menu-custom-block .tip:before, .mega-menu > li.menu-item > a .tip:before {
        content: '';
        top: auto;
        bottom: -3px;
        left: 2px;
        border-color: transparent;
        border-top-color: inherit;
        border-style: solid;
        border-width: 3px 2px 0
    }

.mega-menu li.menu-item > a {
    font-weight: 400
}

.mega-menu > li.menu-item {
    float: left
}

    .mega-menu > li.menu-item.narrow {
        position: relative
    }

    .mega-menu > li.menu-item.has-sub > a .thumb-info-preview {
        display: none
    }

    .mega-menu > li.menu-item > a {
        display: inline-block;
        font-size: .8571em;
        font-weight: 700;
        line-height: 20px;
        padding: 9px 12px 8px
    }

        .mega-menu > li.menu-item > a > i {
            width: auto
        }

        .mega-menu > li.menu-item > a .tip {
            top: -9px
        }

        .mega-menu > li.menu-item > a > .thumb-info-preview {
            left: -100%;
            right: -100%;
            padding-left: 0;
            padding-top: 10px;
            transform: translate3d(0,20px,0);
            opacity: 0;
            margin: auto;
            width: 190px
        }

        .mega-menu > li.menu-item > a:hover > .thumb-info-preview {
            top: 100%;
            transform: translate3d(0,0,0)
        }

    .mega-menu > li.menu-item.active, .mega-menu > li.menu-item:hover > a {
        color: #fff
    }

    .mega-menu > li.menu-item.has-sub:hover {
        z-index: 111
    }

.mega-menu .popup {
    position: absolute;
    text-align: left;
    top: 100%;
    margin: 0;
    z-index: 111;
    min-width: 100%;
    line-height: 20px;
    will-change: transform,top
}

    .mega-menu .popup ul.sub-menu {
        position: relative
    }

    .mega-menu .popup li.menu-item {
        line-height: inherit;
        padding: 0
    }

        .mega-menu .popup li.menu-item > a {
            font-size: 13px
        }

.mega-menu .wide .popup {
    border-top: 3px solid #ccc;
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
    display: none;
    right: auto;
    left: 0
}

    .mega-menu .wide .popup > .inner {
        padding: 10px
    }

        .mega-menu .wide .popup > .inner > ul.sub-menu {
            max-width: 100%;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

            .mega-menu .wide .popup > .inner > ul.sub-menu > .menu-block-item {
                margin-bottom: -20px
            }

        .mega-menu .wide .popup > .inner .container {
            width: auto;
            padding: 0
        }

.mega-menu .wide li.menu-item > a.has-preview {
    display: inline-block
}

.mega-menu .wide li.sub {
    padding: 15px 15px 10px
}

    .mega-menu .wide li.sub > a {
        font-size: 1em;
        font-weight: 600;
        padding-bottom: 5px
    }

    .mega-menu .wide li.sub ul.sub-menu {
        padding-bottom: 5px
    }

        .mega-menu .wide li.sub ul.sub-menu ul.sub-menu {
            padding-bottom: 0
        }

    .mega-menu .wide li.sub li.menu-item > a {
        margin-left: -8px;
        padding: 7px 8px;
        font-size: .9em;
        font-weight: 400
    }

    .mega-menu .wide li.sub li.menu-item > ul.sub-menu {
        padding-left: 10px
    }

.mega-menu .narrow ul.sub-menu {
    min-width: 200px;
    padding: 5px 0;
    box-shadow: 0 5px 8px rgba(0,0,0,.15);
    border-top: 0 solid #ccc;
    z-index: 10
}

    .mega-menu .narrow ul.sub-menu ul.sub-menu {
        position: absolute;
        left: 100%;
        display: none;
        opacity: 0
    }

    .mega-menu .narrow ul.sub-menu li.menu-item:hover > ul.sub-menu {
        top: -5px
    }

.mega-menu .narrow li.menu-item > a {
    color: #fff;
    font-weight: 400;
    padding: 8px 18px;
    font-size: .9em;
    border-bottom: 1px solid rgba(255,255,255,.2);
    white-space: nowrap
}

.mega-menu .narrow li.menu-item:last-child > a {
    border-bottom-width: 0
}

.mega-menu .narrow li.menu-item:hover > ul.sub-menu {
    opacity: 1;
    display: block
}

.mega-menu .narrow li.menu-item-has-children > a:before {
    content: "ï”";
    float: right;
    margin-right: -1px;
    font-size: .5rem;
    opacity: .7;
    transition: margin-right .2s
}

.mega-menu .narrow li.menu-item-has-children > a .thumb-info-preview {
    display: none
}

.mega-menu .narrow li.menu-item-has-children:hover > a:before {
    margin-right: -7px
}

.mega-menu .narrow.pos-left .popup {
    left: 0;
    right: auto
}

.mega-menu .narrow.pos-left ul.sub-menu ul.sub-menu {
    left: 100%;
    right: auto
}

.mega-menu .narrow.pos-left li.menu-item-has-children > a:before {
    content: "ï”"
}

.mega-menu .narrow.pos-left li.menu-item > a > .thumb-info-preview {
    left: 100%;
    right: auto;
    padding-left: 10px;
    padding-right: 0;
    transform: translate3d(-30px,0,0)
}

.mega-menu .narrow.pos-left li.menu-item > a:hover > .thumb-info-preview {
    transform: translate3d(0,0,0)
}

.mega-menu .narrow.pos-right .popup {
    right: 0;
    left: auto
}

.mega-menu .narrow.pos-right ul.sub-menu ul.sub-menu {
    right: 100%;
    left: auto
}

.mega-menu .narrow.pos-right li.menu-item-has-children > a:before {
    content: "ï“"
}

.mega-menu .narrow.pos-right li.menu-item > a > .thumb-info-preview {
    left: auto;
    right: 100%;
    padding-left: 0;
    padding-right: 10px;
    transform: translate3d(30px,0,0)
}

.mega-menu .narrow.pos-right li.menu-item > a:hover > .thumb-info-preview {
    transform: translate3d(0,0,0)
}

.mega-menu .popup {
    top: -3000px
}

    .mega-menu .popup li.menu-item > a {
        transition: transform .2s ease-out;
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

.mega-menu > li.menu-item .popup {
    transition: transform .2s ease-out;
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0)
}

.mega-menu > li.menu-item.wide .popup > .inner > ul.sub-menu > li.menu-item > a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mega-menu > li.menu-item:hover .popup {
    top: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mega-menu > li.menu-item:hover li.menu-item > a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mega-menu .narrow ul.sub-menu ul.sub-menu {
    animation: menuFadeInLeft .2s ease-out
}

.mega-menu .narrow.pos-left ul.sub-menu ul.sub-menu {
    animation: menuFadeInLeft .2s ease-out
}

.mega-menu .narrow.pos-right ul.sub-menu ul.sub-menu {
    animation: menuFadeInRight .2s ease-out
}

.mega-menu.show-arrow > li.has-sub > a:after {
    display: inline-block;
    content: '\e81c';
    font-family: "porto";
    font-weight: 400;
    font-size: 1em;
    margin: 0 0 0 5px;
    line-height: 1
}

.mega-menu.menu-flat li.menu-item > a > .thumb-info-preview .thumb-info-wrapper {
    border-radius: 0 !important
}

.mega-menu.menu-flat > li.menu-item {
    margin-right: 0
}

    .mega-menu.menu-flat > li.menu-item.active > a, .mega-menu.menu-flat > li.menu-item:hover > a {
        border-radius: 0 !important
    }

    .mega-menu.menu-flat > li.menu-item.has-sub:hover > a {
        border-radius: 0 !important
    }

.mega-menu.menu-flat .popup {
    margin: 0
}

.mega-menu.menu-flat .wide .popup, .mega-menu.menu-flat .wide .popup > .inner, .mega-menu.menu-flat .wide .popup li.menu-item li.menu-item > a {
    border-radius: 0 !important
}

.mega-menu.menu-flat .narrow .popup > .inner > ul.sub-menu, .mega-menu.menu-flat .narrow ul.sub-menu ul.sub-menu {
    border-radius: 0 !important
}

.mega-menu.menu-flat-border > li.menu-item > a {
    border-right: 1px solid rgba(0,0,0,.1)
}

.mega-menu.menu-flat-border > li.menu-item:last-child > a {
    border-right: 0 none
}

.mega-menu.menu-hover-line > li.menu-item > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    opacity: 0
}

.mega-menu.menu-hover-line:not(:hover) > li.menu-item.active > a:before, .mega-menu.menu-hover-line > li.menu-item:hover > a:before {
    opacity: 1
}

.mega-menu.menu-hover-underline > li.menu-item > a:before {
    top: 50%;
    margin-top: 15px;
    width: auto;
    left: 0;
    right: 15px;
    transition: cubic-bezier(.55,0,.1,1) right .3s
}

.mega-menu.menu-hover-underline > li.menu-item.active > a:before, .mega-menu.menu-hover-underline > li.menu-item:hover > a:before {
    right: 0
}

.accordion-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: .9em
}

    .accordion-menu > li, .accordion-menu ul.sub-menu > li {
        position: relative
    }

    .accordion-menu li.menu-item {
        margin: 0
    }

        .accordion-menu li.menu-item > a {
            position: relative;
            display: block;
            outline: medium none;
            text-decoration: none;
            text-align: left;
            margin: 1px 0 0;
            padding: 5px 6px;
            line-height: 25px;
            font-weight: 400;
            transition: .25s;
            font-family: inherit;
            font-size: inherit
        }

            .accordion-menu li.menu-item > a > i {
                width: 18px;
                text-align: center
            }

            .accordion-menu li.menu-item > a > i, .accordion-menu li.menu-item > a > .avatar {
                margin-right: 5px
            }

                .accordion-menu li.menu-item > a > .avatar img {
                    margin-top: -5px;
                    margin-bottom: -4px
                }

            .accordion-menu li.menu-item > a > [class*=flag-] {
                display: inline-block;
                width: 16px;
                height: 11px;
                margin-top: -3px;
                margin-right: 6px;
                margin-left: 1px;
                vertical-align: middle;
                line-height: 0
            }

                .accordion-menu li.menu-item > a > [class*=flag-]:before {
                    display: none
                }

        .accordion-menu li.menu-item.has-sub > a {
            padding-right: 33px
        }

    .accordion-menu ul.sub-menu {
        display: none;
        list-style: none;
        margin: 0;
        padding: 0 0 0 10px
    }

    .accordion-menu .arrow {
        position: absolute;
        top: 4px;
        right: 0;
        width: 25px;
        height: 25px;
        cursor: pointer;
        text-align: center;
        line-height: 25px;
        vertical-align: top;
        transition: .25s
    }

        .accordion-menu .arrow:before {
            content: "ï§"
        }

    .accordion-menu .open > .arrow:before {
        content: "ï¨"
    }

@media (max-width:991px) {
    #main-sidebar-menu {
        display: none
    }
}

.widget_sidebar_menu {
    border: 1px solid;
    background: #fff;
    margin-top: 0
}

    .widget_sidebar_menu + .widget-block {
        margin-top: 20px
    }

    .widget_sidebar_menu + .widget_product_categories, .widget_sidebar_menu + .widget_price_filter, .widget_sidebar_menu + .widget_layered_nav, .widget_sidebar_menu + .widget_layered_nav_filters, .widget_sidebar_menu + .widget_rating_filter {
        margin-top: 15px
    }

@media (max-width:991px) {
    .widget_sidebar_menu {
        overflow: hidden
    }
}

.widget_sidebar_menu.closed .widget-title {
    margin-bottom: -1px
}

.widget_sidebar_menu .widget-title {
    border-bottom: 1px solid;
    font-size: 1.0714em;
    font-weight: 700;
    letter-spacing: .001em;
    line-height: 18px;
    padding: 12px 15px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    transition: .25s
}

    .widget_sidebar_menu .widget-title .toggle {
        display: inline-block;
        width: 1.8571em;
        height: 1.8571em;
        line-height: 1.7572em;
        position: absolute;
        right: 1.0714em;
        top: 50%;
        margin-top: -.9em;
        padding: 0;
        cursor: pointer;
        text-align: center;
        transition: .25s
    }

        .widget_sidebar_menu .widget-title .toggle:before {
            content: "ïƒ˜"
        }

        .widget_sidebar_menu .widget-title .toggle:hover {
            color: #fff
        }

        .widget_sidebar_menu .widget-title .toggle.closed:before {
            content: "ïƒ—"
        }

.sidebar-menu > li.menu-item {
    margin-top: 1px
}

    .sidebar-menu > li.menu-item:first-child {
        margin-top: 0
    }

        .sidebar-menu > li.menu-item:first-child > a {
            border-top: none
        }

    .sidebar-menu > li.menu-item.has-sub > a .thumb-info-preview {
        display: none
    }

    .sidebar-menu > li.menu-item > a {
        display: block;
        line-height: 17px;
        padding: 11.5px 5px;
        margin: 0 10px
    }

    .sidebar-menu > li.menu-item.active:hover > a {
        color: #fff
    }

    .sidebar-menu > li.menu-item:hover > a {
        color: #fff;
        position: relative;
        z-index: 1
    }

    .sidebar-menu > li.menu-item:hover > .arrow:before, .sidebar-menu > li.menu-item.active > .arrow:before {
        color: #fff
    }

.sidebar-menu li.menu-item > .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    height: 30px;
    line-height: 30px;
    margin: auto;
    text-align: center
}

@media (max-width:991px) {
    .sidebar-menu li.menu-item > .arrow, .right-sidebar .sidebar-menu li.menu-item > .arrow {
        margin: 0;
        top: 7px
    }
}

.sidebar-menu li.menu-item > .arrow:before {
    font-family: 'porto';
    content: "î š"
}

.sidebar-menu > li.menu-item > .arrow {
    right: 25px
}

.sidebar-menu .popup {
    text-align: left;
    left: 100%;
    position: absolute;
    top: 0;
    display: none;
    margin: 0;
    z-index: 111;
    min-width: 0;
    font-size: .9em;
    font-weight: 400;
    line-height: 20px
}

@media (max-width:991px) {
    .sidebar-menu .popup {
        position: static;
        margin-bottom: -1px
    }
}

.right-sidebar .sidebar-menu .popup {
    right: 100%;
    left: auto
}

.sidebar-menu .popup > .inner {
    margin: 0
}

.sidebar-menu .popup ul.sub-menu {
    position: relative
}

.sidebar-menu .popup li.menu-item {
    padding: 0;
    line-height: inherit
}

.sidebar-menu .wide .popup {
    box-shadow: 0 0 25px rgba(0,0,0,.15);
    margin-left: -1px;
    border-left: 10px solid #ccc
}

    .sidebar-menu .wide .popup .arrow {
        display: none
    }

.right-sidebar .sidebar-menu .wide .popup {
    border-left-width: 0;
    border-right: 10px solid #ccc;
    margin-left: 0;
    margin-right: -1px
}

.sidebar-menu .wide .popup > .inner {
    padding: 10px;
    margin-left: -5px
}

.right-sidebar .sidebar-menu .wide .popup > .inner {
    margin-left: 0;
    margin-right: -5px
}

.sidebar-menu .wide .popup > .inner > ul.sub-menu {
    max-width: 100%;
    display: -ms-flexbox;
    display: flex
}

    .sidebar-menu .wide .popup > .inner > ul.sub-menu > .menu-block-item {
        margin-bottom: -20px
    }

.sidebar-menu .wide .popup > .inner .container {
    width: auto;
    padding: 0
}

.sidebar-menu .wide .popup li.menu-item > a.has-preview {
    display: inline-block
}

@media (max-width:991px) {
    .sidebar-menu .wide .popup, .right-sidebar .sidebar-menu .wide .popup {
        border-radius: 0;
        box-shadow: none;
        border: none;
        margin: 0
    }

        .sidebar-menu .wide .popup .inner, .right-sidebar .sidebar-menu .wide .popup .inner {
            border-radius: 0;
            margin: 0
        }
}

.sidebar-menu .wide li.sub {
    padding: 15px 15px 10px
}

    .sidebar-menu .wide li.sub > a {
        font-size: 1.0833em;
        font-weight: 600;
        padding-bottom: 5px
    }

        .sidebar-menu .wide li.sub > a:not(.nolink):hover {
            text-decoration: underline
        }

    .sidebar-menu .wide li.sub ul.sub-menu {
        padding-bottom: 5px
    }

        .sidebar-menu .wide li.sub ul.sub-menu ul.sub-menu {
            padding-bottom: 0
        }

    .sidebar-menu .wide li.sub li.menu-item > a {
        margin-left: -8px;
        padding: 7px 8px
    }

        .sidebar-menu .wide li.sub li.menu-item > a:hover {
            text-decoration: underline
        }

    .sidebar-menu .wide li.sub li.menu-item > ul.sub-menu {
        padding-left: 10px
    }

.sidebar-menu .narrow .popup {
    text-transform: uppercase
}

.sidebar-menu .narrow ul.sub-menu {
    min-width: 180px;
    padding: 5px;
    z-index: 10;
    box-shadow: 0 0 12px rgba(0,0,0,.1)
}

@media (max-width:991px) {
    .sidebar-menu .narrow ul.sub-menu {
        box-shadow: none;
        border-radius: 0
    }
}

.sidebar-menu .narrow ul.sub-menu ul.sub-menu {
    position: absolute;
    left: 100%;
    top: -5px;
    display: none
}

@media (max-width:991px) {
    .sidebar-menu .narrow ul.sub-menu ul.sub-menu {
        position: static;
        padding: 0 0 0 5px
    }
}

.right-sidebar .sidebar-menu .narrow ul.sub-menu ul.sub-menu {
    left: auto;
    right: 100%
}

.sidebar-menu .narrow li.menu-item > a {
    padding: 8px 15px 8px 8px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    white-space: nowrap
}

.right-sidebar .sidebar-menu .narrow li.menu-item > a > .thumb-info-preview {
    left: auto;
    right: 100%;
    padding-left: 0;
    padding-right: 10px;
    transform: translateX(30px)
}

.right-sidebar .sidebar-menu .narrow li.menu-item > a:hover > .thumb-info-preview {
    transform: translateX(0)
}

.sidebar-menu .narrow li.menu-item:last-child > a {
    border-bottom-color: transparent
}

.sidebar-menu .narrow li.menu-item:hover > ul.sub-menu {
    display: block
}

.sidebar-menu .narrow li.menu-item-has-children > a {
    padding-right: 15px
}

    .sidebar-menu .narrow li.menu-item-has-children > a .thumb-info-preview {
        display: none
    }

.sidebar-menu .tip {
    font-size: 8px;
    font-style: normal
}

.sidebar-menu .menu-custom-block span {
    display: none
}

.sidebar-menu .menu-custom-block a {
    line-height: 18px;
    margin: 0 10px -1px;
    padding: 11.5px 5px;
    display: block;
    text-decoration: none
}

    .sidebar-menu .menu-custom-block a:hover {
        color: #fff;
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        z-index: 1
    }

.sidebar-menu.has-main-menu > li.menu-item:first-child > a {
    border-top-width: 1px
}

.sidebar-menu.has-side-menu > li.menu-item:last-child:hover {
    border-radius: 0
}

.sidebar-menu.has-side-menu .menu-custom-block a:last-child:hover {
    border-radius: 0
}

.sidebar-menu > li.menu-item .popup {
    animation: menuFadeInLeft .2s ease-out
}

.right-sidebar .sidebar-menu > li.menu-item .popup {
    animation: menuFadeInRight .2s ease-out
}

.sidebar-menu .narrow ul.sub-menu ul.sub-menu {
    animation: menuFadeInLeft .2s ease-out
}

.right-sidebar .sidebar-menu .narrow ul.sub-menu ul.sub-menu {
    animation: menuFadeInRight .2s ease-out
}

.hamburguer-btn {
    background: 0 0;
    outline: 0 !important;
    border: none;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 15px;
    display: inline-block;
    position: relative;
    cursor: pointer
}

    .hamburguer-btn .hamburguer span {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        transition: width .3s;
        transform: translateY(-50%);
        background: #333;
        -webkit-backface-visibility: hidden
    }

        .hamburguer-btn .hamburguer span:nth-child(1) {
            top: 30%
        }

        .hamburguer-btn .hamburguer span:nth-child(2) {
            transition-delay: .1s
        }

        .hamburguer-btn .hamburguer span:nth-child(3) {
            top: 70%;
            transition-delay: .2s
        }

    .hamburguer-btn .close {
        opacity: 0;
        transition: all .3s;
        float: right;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff
    }

        .hamburguer-btn .close span {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 1px;
            background: #333;
            transition: all .3s;
            transform-origin: 50% 0
        }

            .hamburguer-btn .close span:nth-child(1) {
                transform: translateX(-50%) rotate(45deg)
            }

            .hamburguer-btn .close span:nth-child(2) {
                transform: translateX(-50%) rotate(-45deg)
            }

    .hamburguer-btn.active .close {
        opacity: 1;
        transition: all .3s
    }

        .hamburguer-btn.active .close span {
            width: 80%;
            transition: inherit
        }

            .hamburguer-btn.active .close span:nth-child(2) {
                transition-delay: .3s
            }

    .hamburguer-btn.active .hamburguer {
        opacity: 0
    }

        .hamburguer-btn.active .hamburguer span {
            width: 0
        }

#header > .hamburguer-btn {
    align-self: flex-end;
    margin: 30px 20px
}

.side-menu-accordion li.menu-item > .arrow, .side-menu-slide li.menu-item > .arrow {
    display: inline-block;
    width: 30px;
    right: 10px;
    cursor: pointer;
    bottom: auto;
    top: 2.5px;
    z-index: 2
}

.side-menu-accordion .menu-item .popup:before, .side-menu-slide .menu-item .popup:before {
    display: none
}

.side-menu-accordion .menu-item .popup > .inner, .side-menu-slide .menu-item .popup > .inner {
    padding: 10px 0 0 5px;
    margin-left: 0
}

.side-menu-accordion .menu-item .popup .sub-menu, .side-menu-slide .menu-item .popup .sub-menu {
    padding: 5px 0 5px 15px
}

.side-menu-accordion .wide .popup > .inner, .side-menu-slide .wide .popup > .inner {
    padding-left: 12px
}

.side-menu-accordion .wide .popup li.sub, .side-menu-slide .wide .popup li.sub {
    padding: 0
}

    .side-menu-accordion .wide .popup li.sub > .arrow, .side-menu-slide .wide .popup li.sub > .arrow {
        top: -3px
    }

.side-menu-accordion .narrow ul.sub-menu ul.sub-menu, .side-menu-accordion > li.menu-item .popup, .side-menu-slide .narrow ul.sub-menu ul.sub-menu, .side-menu-slide > li.menu-item .popup {
    -webkit-animation: none;
    animation: none
}

.side-menu-accordion .popup, .side-menu-accordion .narrow ul.sub-menu ul.sub-menu, .side-menu-slide .popup, .side-menu-slide .narrow ul.sub-menu ul.sub-menu {
    position: static
}

.side-menu-accordion .narrow li.menu-item:hover > ul.sub-menu, .side-menu-slide .narrow li.menu-item:hover > ul.sub-menu {
    display: none
}

.side-menu-accordion .narrow ul.sub-menu, .side-menu-slide .narrow ul.sub-menu {
    box-shadow: none;
    padding: 0
}

.side-menu-accordion .wide .popup, .side-menu-slide .wide .popup {
    box-shadow: none
}

    .side-menu-accordion .wide .popup > .inner > ul.sub-menu, .side-menu-slide .wide .popup > .inner > ul.sub-menu {
        display: block;
        width: auto !important
    }

.side-menu-accordion > li.menu-item > a {
    padding: 11px 12px
}

.side-menu-columns a.nolink {
    pointer-events: auto
}

.side-menu-columns li.menu-item {
    position: static
}

    .side-menu-columns li.menu-item > .arrow, .side-menu-columns li.menu-item .popup:before {
        display: none
    }

.side-menu-columns > li.menu-item .popup, .side-menu-columns .narrow ul.sub-menu ul.sub-menu {
    -webkit-animation-name: menuFadeInFromLeft;
    animation-name: menuFadeInFromLeft
}

.side-menu-columns > li.menu-item:hover > .popup, .side-menu-columns .narrow li.menu-item:hover > ul.sub-menu {
    margin-left: 0
}

.side-menu-columns > .menu-item-has-children > a, .side-menu-columns .narrow .menu-item-has-children > a {
    position: relative
}

    .side-menu-columns > .menu-item-has-children > a:after, .side-menu-columns .narrow .menu-item-has-children > a:after {
        content: "î¡";
        right: 18px;
        font-family: 'porto';
        opacity: .7;
        position: absolute;
        font-size: 8px;
        transition: right .2s
    }

.side-menu-columns > .menu-item-has-children:hover > a:after, .side-menu-columns .narrow .menu-item-has-children:hover > a:after {
    right: 12px
}

.side-menu-columns .popup, .side-menu-columns .narrow ul.sub-menu ul.sub-menu {
    top: 50%;
    transform: translateY(-50%) translateZ(0)
}

.side-menu-columns .wide .popup, .side-menu-columns .narrow ul.sub-menu, .side-menu-columns .narrow .popup {
    box-shadow: none
}

.side-menu-columns .narrow ul.sub-menu {
    padding: 0
}

.side-menu-columns .narrow li.menu-item > a {
    padding-left: 20px
}

.side-menu-columns .wide .popup > .inner {
    margin-left: 0
}

.side-menu-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    transition: all .35s
}

    .side-menu-slide.next-menu {
        -webkit-transform: translate3d(-100%,0,0) !important;
        transform: translate3d(-100%,0,0) !important
    }

    .side-menu-slide ul.sub-menu {
        position: absolute !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        top: 50% !important;
        left: 100%;
        padding: 0;
        margin: 0 !important;
        opacity: 1;
        border-top: none;
        box-shadow: none;
        -webkit-transform: translate3d(0,-50%,0) !important;
        transform: translate3d(0,-50%,0) !important;
        visibility: hidden;
        transition: all .35s
    }

        .side-menu-slide ul.sub-menu.next-menu {
            -webkit-transform: translate3d(-100%,-50%,0) !important;
            transform: translate3d(-100%,-50%,0) !important
        }

    .side-menu-slide .popup {
        display: block
    }

    .side-menu-slide .menu-item .popup > .inner {
        padding: 0
    }

    .side-menu-slide .menu-item .popup .sub-menu {
        padding-left: 0
    }

    .side-menu-slide li.menu-item {
        position: static
    }

        .side-menu-slide li.menu-item .arrow {
            display: none
        }

        .side-menu-slide li.menu-item > a {
            text-align: center
        }

    .side-menu-slide .popup .sub-menu li.menu-item > a {
        padding: 7px 8px
    }

    .side-menu-slide .wide .popup li.sub li.menu-item > a {
        margin-left: 0
    }

    .side-menu-slide .wide .popup > .inner > ul.sub-menu {
        width: 100% !important
    }

    .side-menu-slide .menu-item-has-children > a:after, .side-menu-slide .menu-item > .go-back:before {
        display: inline-block;
        font-size: .5rem;
        opacity: .7;
        transform: translateZ(0);
        position: relative;
        top: -2px
    }

    .side-menu-slide .menu-item-has-children:hover > a:after, .side-menu-slide .menu-item > .go-back:hover:before {
        animation: arrowLeftRight .6s linear infinite
    }

    .side-menu-slide .menu-item-has-children > a:after {
        content: "ï”";
        left: 8px
    }

    .side-menu-slide .menu-item > .go-back:before {
        content: "ï“";
        right: 8px
    }

.porto-popup-menu {
    line-height: 0
}

    .porto-popup-menu .main-menu {
        display: none;
        height: 80%
    }

        .porto-popup-menu .main-menu:not(.scroll-content) {
            overflow-x: hidden;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
            min-width: 80%
        }

@media (min-width:992px) {
    .porto-popup-menu .main-menu {
        height: 50%
    }
}

.porto-popup-menu .main-menu > li.menu-item .popup {
    transform: none
}

.porto-popup-menu .main-menu .sub-menu {
    display: none;
    padding: 10px 0
}

.porto-popup-menu .main-menu li.menu-item > a {
    position: relative;
    left: 0
}

.porto-popup-menu .main-menu li.menu-item:hover > a {
    left: 5px
}

.porto-popup-menu .main-menu li.menu-item.opened > .sub-menu {
    display: block
}

.porto-popup-menu .sub-menu {
    line-height: 30px
}

    .porto-popup-menu .sub-menu li.menu-item, .porto-popup-menu .sub-menu li.menu-item > a {
        line-height: inherit
    }

        .porto-popup-menu .sub-menu li.menu-item > a {
            padding: .25rem 1rem
        }

    .porto-popup-menu .sub-menu .sub-menu {
        font-size: .8em;
        opacity: .7
    }

.porto-popup-menu .hamburguer-btn {
    margin: 0 15px
}

.porto-popup-menu.opened {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background: rgba(51,51,51,.99);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: background .25s;
    margin: 0 !important
}

    .porto-popup-menu.opened .hamburguer-btn {
        position: absolute;
        right: 15px;
        top: 30px;
        z-index: 9
    }

    .porto-popup-menu.opened .main-menu {
        display: block
    }

        .porto-popup-menu.opened .main-menu > li.menu-item {
            float: none
        }

        .porto-popup-menu.opened .main-menu li.menu-item > a {
            width: 100%;
            text-align: center;
            transition: color .25s,left .25s
        }

    .porto-popup-menu.opened .scroll-wrapper {
        width: 100%;
        max-width: 600px
    }

@media (min-width:992px) {
    .porto-popup-menu.opened .scroll-wrapper {
        width: 50%
    }
}

.porto-popup-menu .hamburguer-btn .close span {
    background: #fff
}

.admin-bar .porto-popup-menu.opened .hamburguer-btn {
    top: 60px
}

@keyframes header-reveal {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

.header-wrapper.wide .container {
    width: 100%;
    max-width: none
}

#header a, #header a:hover {
    text-decoration: none;
    outline: none
}

#header .header-top .container, #header .header-main .container {
    position: relative;
    display: table
}

    #header .header-top .container > div, #header .header-main .container > div {
        display: table-cell;
        position: relative;
        vertical-align: middle
    }

#header .header-left, #header .header-center {
    text-align: left
}

#header .header-right {
    text-align: right
}

#header.header-loaded .header-main {
    -webkit-backface-visibility: hidden
}

#header .header-main {
    position: relative
}

    #header .header-main .container {
        min-height: 68px
    }

@media (max-width:575px) {
    #header .header-main .container {
        min-height: 43px
    }
}

.fixed-header #header .header-main .container {
    min-height: 0
}

#header .header-main .header-left {
    padding: 27px 0
}

@media (max-width:991px) {
    #header .header-main .header-left {
        padding: 20px 0
    }
}

#header .header-main .header-center {
    padding: 20px 15px;
    text-align: center
}

@media (max-width:991px) {
    #header .header-main .header-center {
        padding: 20px 0;
        text-align: left
    }
}

#header .header-main .header-right {
    padding: 20px 0
}

#header .header-main #main-menu {
    display: inline-block;
    vertical-align: middle
}

#header .header-top {
    position: relative;
    z-index: 1001;
    font-size: .7857em
}

@media (max-width:991px) {
    #header .header-top .gap {
        display: none
    }

    #header .header-top .switcher-gap {
        display: inline
    }
}

#header.logo-center .header-main .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    #header.logo-center .header-main .container > div {
        display: flex;
        align-items: center
    }

@media (min-width:992px) {
    #header.logo-center .header-main .header-left {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    #header.logo-center .header-main .header-center {
        justify-content: center
    }

        #header.logo-center .header-main .header-center .logo img {
            transform-origin: 50% 50%
        }
}

#header.logo-center .header-main .header-right {
    flex: 1;
    justify-content: flex-end
}

#header .gap {
    font-weight: 300;
    margin: 0 10px;
    font-size: .95em;
    opacity: .8
}

    #header .gap.switcher-gap {
        margin: 0 5px
    }

#header .mobile-show {
    display: none
}

@media (max-width:991px) {
    #header .mobile-hide {
        display: none
    }

    #header .mobile-show {
        display: inline
    }
}

#header.sticky-header .header-main {
    transition: none
}

    #header.sticky-header .header-main .container {
        min-height: 60px
    }

    #header.sticky-header .header-main.change-logo .logo img {
        transform: scale(.8)
    }

    #header.sticky-header .header-main.sticky {
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        top: 0;
        z-index: 1001
    }

        #header.sticky-header .header-main.sticky .container.absolute {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto
        }

.header-reveal #header.sticky-header .header-main.sticky {
    margin-top: 0;
    animation: header-reveal .4s ease-in
}

#header.sticky-header .logo {
    min-width: 0
}

#header.sticky-header .main-menu-wrap {
    position: fixed;
    border-bottom-width: 0 !important;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1001;
    padding: 8px 0
}

.header-reveal #header.sticky-header .main-menu-wrap {
    margin-top: 0;
    animation: header-reveal .4s ease-in
}

#header.sticky-header .main-menu-wrap.menu-flat, #header.sticky-header .main-menu-wrap.menu-flat-border, .fixed-header #header.sticky-header .main-menu-wrap.menu-flat, .fixed-header #header.sticky-header .main-menu-wrap.menu-flat-border {
    padding: 0
}

#header.sticky-header-calc .header-main.sticky .header-left, #header.sticky-header-calc .header-main.sticky .header-center, #header.sticky-header-calc .header-main.sticky .header-right, #header.sticky-header-calc .main-menu-wrap .header-left, #header.sticky-header-calc .main-menu-wrap .header-center, #header.sticky-header-calc .main-menu-wrap .header-right, #header.sticky-header-calc .logo img .header-left, #header.sticky-header-calc .logo img .header-center, #header.sticky-header-calc .logo img .header-right, #header.sticky-header-calc .header-main.change-logo .header-left, #header.sticky-header-calc .header-main.change-logo .header-center, #header.sticky-header-calc .header-main.change-logo .header-right {
    transition: none
}

.fixed-header.header-transparent-bottom-border #header {
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.fixed-header #header {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: auto;
    z-index: 1001;
    border-top-width: 0
}

    .fixed-header #header .header-main, .fixed-header #header .main-menu-wrap {
        position: relative;
        top: 0
    }

    .fixed-header #header.sticky-header {
        padding-bottom: 0 !important;
        border-bottom: none
    }

        .fixed-header #header.sticky-header .header-main, .fixed-header #header.sticky-header .main-menu-wrap {
            position: fixed
        }

    .fixed-header #header .header-main .header-left, .fixed-header #header .header-main .header-right, .fixed-header #header .header-main .header-center {
        padding-top: 15px;
        padding-bottom: 15px
    }

@media (max-width:991px) {
    .fixed-header #header .header-main .header-left, .fixed-header #header .header-main .header-right, .fixed-header #header .header-main .header-center {
        padding-top: 5px;
        padding-bottom: 5px
    }
}

.fixed-header #header .searchform {
    transition: background .3s,border .3s
}

.fixed-header #header .main-menu-wrap .main-menu {
    background: 0 0
}

.fixed-header #header .main-menu {
    transition: background .3s
}

.fixed-header #header.sticky-header .main-menu-wrap {
    padding: 8px 0
}

#header-boxed {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto
}

    #header-boxed #header.sticky-header .header-main.sticky, #header-boxed #header.sticky-header .main-menu-wrap {
        margin-left: auto;
        margin-right: auto
    }

#header .logo {
    margin: 0;
    padding: 0;
    min-width: 80px;
    line-height: 0
}

    #header .logo a {
        display: inline-block;
        max-width: 100%
    }

    #header .logo img {
        display: none;
        color: transparent;
        max-width: 100%;
        transform-origin: left center
    }

    #header .logo .standard-logo {
        display: inline-block
    }

#header.sticky-header .logo .sticky-logo {
    display: inline-block
}

#header.sticky-header .sticky-logo ~ img {
    display: none
}

@media not all,only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx) {
    #header .logo .standard-logo, #header.sticky-header .logo .sticky-logo {
        display: none
    }

    #header .logo .retina-logo, #header.sticky-header .logo .sticky-retina-logo {
        display: inline-block
    }
}

#header .logo-transition img {
    transition: .3s
}

#header .logo-text {
    display: inline-block
}

.switcher-wrap ul + ul {
    margin-left: 11px
}

.porto-view-switcher img, .wpml-ls-menu-item .wpml-ls-flag {
    max-width: 18px
}

.porto-view-switcher .flag {
    margin-right: .25rem
}

#header .welcome-msg {
    display: inline-block;
    vertical-align: middle
}

    #header .welcome-msg p {
        margin: 12px 0
    }

#header .switcher-wrap {
    display: inline-block;
    white-space: nowrap
}

    #header .switcher-wrap img {
        position: relative;
        top: -1px;
        margin-right: 3px
    }

#header .porto-view-switcher, #header .top-links {
    font-size: .7857em;
    display: inline-block;
    vertical-align: middle;
    margin-top: 3px;
    margin-bottom: 3px
}

    #header .porto-view-switcher > li.menu-item, #header .top-links > li.menu-item {
        margin-right: 0
    }

        #header .porto-view-switcher > li.menu-item > a, #header .top-links > li.menu-item > a {
            font-size: 1em;
            font-weight: 400;
            padding: 0 5px;
            line-height: 26px
        }

        #header .porto-view-switcher > li.menu-item.has-sub:hover > a, #header .top-links > li.menu-item.has-sub:hover > a {
            margin-bottom: 0
        }

        #header .porto-view-switcher > li.menu-item > .popup, #header .top-links > li.menu-item > .popup {
            margin-top: 0;
            border-width: 0
        }

    #header .porto-view-switcher .narrow .popup > .inner > ul.sub-menu, #header .top-links .narrow .popup > .inner > ul.sub-menu {
        box-shadow: 0 10px 30px 10px rgba(0,0,0,.05)
    }

    #header .porto-view-switcher .narrow ul.sub-menu, #header .top-links .narrow ul.sub-menu {
        padding: 5px;
        min-width: 0
    }

    #header .porto-view-switcher .narrow li.menu-item > a, #header .top-links .narrow li.menu-item > a {
        font-size: 1em;
        padding: 0 7px;
        line-height: 25px;
        border-bottom-width: 0
    }

#header .woocs-switcher li, #header .woocs-switcher li > .nolink {
    cursor: pointer !important
}

#header .top-links {
    white-space: nowrap
}

    #header .top-links > li.menu-item {
        display: inline-block;
        float: left
    }

        #header .top-links > li.menu-item:after {
            content: "|";
            font-weight: 300;
            position: relative;
            top: -1px;
            font-size: .95em;
            opacity: .8;
            margin: 0 10px 0 5px
        }

        #header .top-links > li.menu-item.active > a, #header .top-links > li.menu-item:hover > a, #header .top-links > li.menu-item.has-sub:hover > a {
            background: 0 0
        }

        #header .top-links > li.menu-item:last-child > a {
            padding-right: 0
        }

        #header .top-links > li.menu-item:last-child:after {
            content: none
        }

#header .header-top .mega-menu {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1em
}

#header .header-top .welcome-msg {
    line-height: 30px;
    letter-spacing: .025em
}

#header .header-top .porto-view-switcher .narrow ul.sub-menu, #header .header-top .top-links .narrow ul.sub-menu {
    padding: 4px 0
}

.header-top .mega-menu > li.menu-item > a {
    padding-top: 3px;
    padding-bottom: 3px;
    letter-spacing: .025em;
    line-height: 24px;
    border-radius: 0 !important
}

#header .searchform {
    border: 1px solid #ccc;
    position: relative;
    display: inline-block;
    line-height: 38px;
    font-size: .8125rem;
    padding: 0;
    vertical-align: middle
}

@media (max-width:991px) {
    #header .searchform {
        border-width: 5px;
        display: none;
        position: absolute;
        right: -25px;
        top: 100%;
        margin-top: 8px;
        z-index: 1003;
        box-shadow: 0 5px 8px rgba(0,0,0,.15)
    }
}

@media (max-width:375px) {
    #header .searchform {
        right: -80px
    }
}

#header .searchform .searchform-fields {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#header .searchform .text, #header .searchform .cat, #header .searchform .button-wrap, #header .searchform .selectric-cat {
    display: block;
    text-align: left
}

#header .searchform fieldset {
    white-space: nowrap
}

    #header .searchform fieldset .text, #header .searchform fieldset .cat, #header .searchform fieldset .button-wrap, #header .searchform fieldset .selectric-cat {
        display: inline-block;
        vertical-align: top
    }

#header .searchform .button-wrap {
    margin: 0
}

#header .searchform input, #header .searchform select, #header .searchform button {
    background: 0 0;
    border-radius: 0;
    border: none;
    outline: none;
    box-shadow: none;
    margin-bottom: 0;
    display: block
}

    #header .searchform input::placeholder {
        opacity: .7
    }

    #header .searchform input:-ms-input-placeholder {
        opacity: .7
    }

    #header .searchform input::-ms-input-placeholder {
        opacity: .7
    }

#header .searchform input, #header .searchform select, #header .searchform .selectric label, #header .searchform button {
    height: 38px
}

#header .searchform input {
    padding: 0 15px;
    width: 398px;
    font-size: inherit
}

#header .searchform.searchform-cats input {
    width: 266px
}

@media (max-width:767px) {
    #header .searchform input {
        width: 280px
    }

    #header .searchform.searchform-cats input {
        width: 150px
    }
}

@media (max-width:575px) {
    #header .searchform input {
        width: 234px
    }

    #header .searchform.searchform-cats input {
        width: 118px;
        padding-right: 10px
    }

    #header .searchform.searchform-cats select {
        width: 116px;
        padding: 0 8px
    }

    #header .searchform.searchform-cats .selectric-cat {
        width: 116px
    }

    #header .searchform.searchform-cats .selectric .label {
        padding: 0 8px
    }
}

@media (max-width:374px) {
    #header .searchform input {
        width: 200px
    }
}

@media (max-width:320px) {
    #header .searchform input {
        width: 190px
    }
}

#header .searchform select {
    padding: 0 15px;
    width: 130px
}

    #header .searchform select::-ms-expand {
        display: none
    }

#header .searchform .selectric-cat {
    width: 129px;
    text-align: left
}

#header .searchform .selectric {
    background: 0 0;
    border-width: 0
}

    #header .searchform .selectric .label {
        padding: 0 15px;
        margin: 0;
        font-weight: 400;
        font-size: inherit;
        border-radius: 0;
        text-align: left;
        letter-spacing: .005em;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

        #header .searchform .selectric .label:after {
            content: '\e81c';
            font-family: 'porto';
            float: right;
            font-size: 14px
        }

#header .searchform .selectric-open {
    z-index: 10000
}

#header .searchform .selectric-items {
    left: 0;
    max-width: 250px
}

    #header .searchform .selectric-items ul, #header .searchform .selectric-items li {
        line-height: 18px;
        min-height: 18px
    }

    #header .searchform .selectric-items li {
        border-width: 0;
        padding: 6px 8px
    }

    #header .searchform .selectric-items:focus {
        outline: none
    }

#header .searchform input, #header .searchform select, #header .searchform .selectric {
    border-right: 1px solid #ccc
}

#header .searchform .autocomplete-suggestions {
    width: auto !important;
    left: -1px;
    right: -1px;
    padding: 15px;
    border-radius: 0
}

#header .searchform .autocomplete-suggestion {
    padding: 10px .5em;
    line-height: 1.5em;
    min-height: 0;
    *zoom: 1;
    text-align: left
}

    #header .searchform .autocomplete-suggestion:before, #header .searchform .autocomplete-suggestion:after {
        content: " ";
        display: table
    }

    #header .searchform .autocomplete-suggestion:after {
        clear: both
    }

    #header .searchform .autocomplete-suggestion .yith_wcas_result_image {
        float: left;
        margin-right: 10px;
        margin-left: 0
    }

    #header .searchform .autocomplete-suggestion .yith_wcas_result_content {
        margin: 0
    }

    #header .searchform .autocomplete-suggestion span.yith_wcas_result_on_sale, #header .searchform .autocomplete-suggestion span.yith_wcas_result_featured {
        padding: 3px 5px
    }

    #header .searchform .autocomplete-suggestion div.badges {
        left: auto;
        right: 8px;
        line-height: 1
    }

    #header .searchform .autocomplete-suggestion del {
        font-size: .8em
    }

    #header .searchform .autocomplete-suggestion ins {
        text-decoration: none
    }

#header .searchform-popup {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

    #header .searchform-popup .search-toggle {
        cursor: pointer;
        display: none;
        text-align: center;
        position: relative
    }

        #header .searchform-popup .search-toggle:after {
            content: "";
            position: absolute;
            z-index: 1000;
            display: none;
            left: 50%;
            top: 100%;
            margin-left: -11px;
            margin-top: -13px;
            width: 22px;
            height: 22px;
            border: 11px solid transparent;
            border-bottom-color: inherit
        }

        #header .searchform-popup .search-toggle.opened:after {
            display: block
        }

@media (max-width:991px) {
    #header .searchform-popup .search-toggle {
        display: block
    }
}

@media (max-width:575px) {
    #header .searchform-popup .searchform {
        border-width: 3px;
        margin-top: 6px
    }
}

@media (max-width:991px) {
    #header .header-left .searchform {
        left: -10px;
        right: auto
    }
}

@media (max-width:767px) {
    #header .header-right .searchform {
        left: auto;
        right: -22px
    }
}

@media (max-width:575px) {
    #header .header-right .searchform {
        right: -18px
    }
}

#header .separator {
    display: inline-block;
    height: 1.2em;
    vertical-align: middle
}

#header .search-toggle .search-text {
    display: none;
    text-transform: uppercase;
    margin-left: 5px
}

#header .header-contact {
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    font-size: .9em
}

    #header .header-contact p {
        margin-bottom: 0
    }

    #header .header-contact .gap {
        margin: 0 12px
    }

    #header .header-contact i {
        display: inline-block;
        margin: 0 5px
    }

    #header .header-contact .nav-top {
        font-size: 1em
    }

#header .nav-top {
    font-size: .9em
}

    #header .nav-top li > a, #header .nav-top li > span {
        display: inline-block;
        padding: 6px 10px
    }

    #header .nav-top li:first-child > a, #header .nav-top li:first-child > span {
        padding-left: 0
    }

    #header .nav-top i {
        font-size: .8em;
        margin-right: 6px;
        margin-left: 0
    }

    #header .nav-top > .nav-item-anim-icon > a:hover i {
        animation: navItemArrow .6s linear infinite
    }

    #header .nav-top .nav-item-borders {
        border-right: 1px solid rgba(0,0,0,.06);
        padding-left: 12px;
        padding-right: 12px
    }

        #header .nav-top .nav-item-borders:last-child {
            border-right: none
        }

        #header .nav-top .nav-item-borders:first-child {
            padding-left: 0
        }

#header .nav-item-left-border, #header .nav-item-right-border {
    position: relative
}

    #header .nav-item-left-border:before, #header .nav-item-right-border:after {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -8px;
        width: 1px;
        height: 16px;
        background: rgba(0,0,0,.05)
    }

#header .nav-item-left-border {
    padding-left: 10px;
    margin-left: 10px
}

    #header .nav-item-left-border:before {
        left: 0
    }

#header .nav-item-right-border {
    padding-right: 10px;
    margin-right: 10px
}

    #header .nav-item-right-border:last-child {
        margin-right: 0
    }

    #header .nav-item-right-border:after {
        right: 0
    }

#header .header-top .header-contact {
    margin-top: 0;
    margin-bottom: 0
}

#header .header-top .header-contact, #header .header-top .nav-top {
    font-size: 1em
}

.header-top, .header-bottom, #mini-cart .cart-head, .main-menu-wrap .container, .autocomplete-suggestion {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#header .share-links {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400
}

    #header .share-links > a {
        transition: .3s;
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.2)
    }

#header .header-top .share-links > a {
    box-shadow: none
}

#mini-cart {
    display: inline-block;
    position: relative;
    white-space: normal;
    vertical-align: middle
}

    #mini-cart .cart-head {
        position: relative;
        cursor: pointer;
        min-width: 40px;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        #mini-cart .cart-head:before {
            content: '';
            position: absolute;
            top: 100%;
            height: 15px;
            left: 0;
            width: 100%;
            z-index: 1
        }

    #mini-cart .cart-icon {
        position: relative;
        line-height: 0;
        font-weight: 400;
        padding: 5px 0;
        min-height: 24px
    }

        #mini-cart .cart-icon:after {
            content: '';
            border-width: 1px 1px 0 0;
            border-color: #f4f4f4;
            border-style: solid;
            background: #fff;
            width: 14px;
            height: 14px;
            position: absolute;
            top: calc(100% + 1px);
            left: 50%;
            margin-left: -7px;
            transform: rotate(-45deg);
            z-index: 1004;
            display: none;
            animation: arrowFadeInDown .2s ease-out
        }

    #mini-cart .minicart-icon {
        vertical-align: middle;
        display: inline-block;
        font-style: normal
    }

        #mini-cart .minicart-icon:before {
            margin: 0
        }

    #mini-cart .cart-popup {
        position: absolute;
        width: 300px;
        -webkit-backface-visibility: hidden;
        z-index: 1003;
        top: 100%;
        margin-top: 8px;
        right: 0;
        padding: 0;
        box-shadow: 0 5px 8px rgba(0,0,0,.15);
        text-align: left;
        display: none;
        animation: menuFadeInDown .2s ease-out
    }

@media (max-width:767px) {
    #mini-cart .cart-popup {
        width: 290px
    }
}

#mini-cart .widget_shopping_cart_content {
    padding: 10px 15px 5px;
    font-weight: 700;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: 0
}

#mini-cart .widget_shopping_cart li.empty {
    text-align: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 0 0;
    font-weight: 400
}

#mini-cart .widget_shopping_cart .buttons {
    padding: 0 10px 10px
}

#mini-cart .widget_shopping_cart .total {
    padding: 15px 10px 25px;
    text-align: left;
    text-transform: uppercase
}

    #mini-cart .widget_shopping_cart .total .amount {
        float: right;
        font-size: 15px;
        font-weight: 700;
        color: inherit
    }

#mini-cart .cart-loading {
    height: 64px;
    width: 100%;
    background: transparent url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../images/ajax-loader@2x.gif) no-repeat scroll center center/16px 16px;
    opacity: .6
}

#mini-cart .product-details {
    padding-top: 0;
    position: static;
    max-width: calc(100% - 80px)
}

    #mini-cart .product-details a {
        overflow: visible;
        white-space: normal
    }

#mini-cart .product-image {
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    width: 80px
}

#mini-cart li:not(.empty) {
    padding: 15px 10px;
    border-bottom: 1px solid #e7e7e7
}

#mini-cart .cart_list {
    min-height: 45px;
    max-height: 300px;
    margin: 0
}

    #mini-cart .cart_list.scroll-scrolly_visible li {
        padding-right: 20px
    }

#mini-cart .total-count {
    padding: 12px 10px;
    border-bottom: solid 1px #e7e7e7
}

    #mini-cart .total-count a {
        color: #474747
    }

        #mini-cart .total-count a:hover {
            text-decoration: underline
        }

#mini-cart .quantity, #mini-cart .quantity .amount {
    font-weight: 400;
    font-size: .8125rem
}

#mini-cart .buttons a {
    font-size: .75rem;
    letter-spacing: .025em;
    text-transform: uppercase;
    padding: .875rem 1.5rem;
    border-radius: 2px;
    float: none;
    width: 100%;
    font-weight: 600;
    margin-bottom: 10px
}

.sticky-header #mini-cart.minicart-arrow-alt {
    font-size: 25px
}

#mini-cart.minicart-arrow-alt .cart-head:after {
    content: "\e81c";
    font-family: 'porto';
    font-size: 17px;
    margin-left: 15px
}

#mini-cart.minicart-arrow-alt .cart-items-text {
    display: none;
    margin-left: 4px
}

#mini-cart.simple .cart-items-text {
    display: none
}

#mini-cart.simple .cart-head {
    min-width: 32px
}

#mini-cart .cart-subtotal {
    font-size: .875rem;
    font-weight: 600;
    text-align: left;
    line-height: 1.2
}

#mini-cart.minicart-inline {
    margin: 3px 0 3px 7px
}

    #mini-cart.minicart-inline .cart-head {
        padding: 0 10px;
        white-space: nowrap
    }

.main-menu-wrap #mini-cart.minicart-inline {
    margin-top: 3px;
    margin-left: 5px
}

#mini-cart.minicart-inline .minicart-icon {
    font-size: 25px
}

@media (min-width:992px) {
    #mini-cart.minicart-inline .minicart-icon, #mini-cart.minicart-inline .cart-items {
        display: none
    }

    #mini-cart.minicart-inline .cart-icon {
        position: static
    }
}

@media (max-width:991px) {
    #mini-cart.minicart-inline {
        margin-left: 0
    }

        #mini-cart.minicart-inline .cart-subtotal {
            display: none
        }
}

#mini-cart.minicart-text .cart-price {
    display: block
}

#mini-cart.minicart-offcanvas .cart-icon:after {
    content: none
}

#mini-cart.minicart-offcanvas .cart-popup {
    position: fixed;
    top: 0;
    height: 100%;
    display: block;
    margin-top: 0;
    animation: none
}

#mini-cart.minicart-offcanvas .cart_list {
    overflow: visible;
    max-height: none
}

#mini-cart.minicart-offcanvas .widget_shopping_cart li.empty {
    justify-content: flex-start
}

#mini-cart.minicart-offcanvas .widget_shopping_cart_content {
    padding: 1.75rem 1.25rem .5rem
}

    #mini-cart.minicart-offcanvas .widget_shopping_cart_content .buttons {
        padding-left: 0;
        padding-right: 0
    }

    #mini-cart.minicart-offcanvas .widget_shopping_cart_content .total {
        padding: 1.5rem 0
    }

#mini-cart.minicart-offcanvas .cart-loading {
    height: 100%
}

#mini-cart.minicart-offcanvas .remove-product {
    top: 10px;
    right: -8px
}

#mini-cart.minicart-offcanvas li:not(.empty) {
    padding: 1.25rem 0
}

#mini-cart.minicart-offcanvas .product-details a {
    font-weight: 500
}

#mini-cart:not(.minicart-offcanvas) .buttons > a:first-child {
    display: none
}

#mini-cart.simple .cart-items {
    box-shadow: -1px 1px 2px 0 rgba(0,0,0,.3)
}

#mini-cart .cart_list, .minicart-offcanvas .widget_shopping_cart_content {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

    #mini-cart .cart_list::-webkit-scrollbar, .minicart-offcanvas .widget_shopping_cart_content::-webkit-scrollbar {
        width: 6px
    }

.minicart-offcanvas h3 {
    font-size: 1.25rem
}

.minicart-offcanvas .widget_shopping_cart_content {
    height: 100%
}

.minicart-offcanvas .cart-popup {
    transform: translateX(105%);
    transition: transform .35s
}

.minicart-offcanvas.minicart-opened .cart-popup {
    transform: translateX(0)
}

.minicart-offcanvas .button {
    background: #e7e7e7;
    color: #222529
}

    .minicart-offcanvas .button:hover, .minicart-offcanvas .button:focus {
        background: #f1f1f1;
        color: #222529
    }

.minicart-overlay {
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.4);
    display: none
}

    .minicart-overlay svg {
        position: absolute;
        top: 1.25rem;
        right: 320px;
        width: 1.5rem;
        height: 1.5rem;
        cursor: pointer
    }

.minicart-opened .minicart-overlay {
    display: block
}

#mini-cart .remove-product, .wishlist_table .remove_from_wishlist.remove, .shop_table.cart-table a.remove.remove-product {
    z-index: 3;
    text-align: center;
    font-size: 11px;
    top: 6px;
    right: 2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    color: #222529;
    border-radius: 50%;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.4)
}

#mini-cart .cart-items, .my-wishlist .wishlist-count, header .compare-count, .gutenberg-hb .compare-count {
    position: absolute;
    right: -8px;
    top: -5px;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 8px;
    overflow: hidden;
    color: #fff;
    background-color: #ff5b5b
}

    #mini-cart .cart-items.count-updating, .my-wishlist .wishlist-count.count-updating, header .compare-count.count-updating, .gutenberg-hb .compare-count.count-updating {
        animation: topDown .6s ease-in
    }

    #mini-cart .cart-items .items-loading, .my-wishlist .wishlist-count .items-loading, header .compare-count .items-loading, .gutenberg-hb .compare-count .items-loading {
        width: 16px;
        height: 16px;
        display: inline-block;
        background: transparent url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../images/ajax-loader@2x.gif) no-repeat scroll center center/16px 16px;
        margin-top: -4px;
        vertical-align: middle
    }

    #mini-cart .cart-items i, .my-wishlist .wishlist-count i, header .compare-count i, .gutenberg-hb .compare-count i {
        line-height: inherit
    }

#mini-cart .cart-items {
    top: 0
}

html.touch #mini-cart.open .cart-icon:after, html.touch #mini-cart.open .cart-popup, html.no-touch #mini-cart:hover .cart-icon:after, html.no-touch #mini-cart:hover .cart-popup, html:not(.touch):not(.no-touch) #mini-cart:hover .cart-icon:after, html:not(.touch):not(.no-touch) #mini-cart:hover .cart-popup {
    display: block
}

@media (max-width:991px) {
    #header.sticky-header .main-menu-wrap, .main-menu-wrap {
        display: none
    }
}

.main-menu-wrap .menu-center {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.main-menu-wrap .menu-left, .main-menu-wrap .menu-right {
    display: none
}

.main-menu-wrap .menu-left {
    text-align: left
}

.main-menu-wrap .menu-right {
    padding-left: 10px;
    text-align: right
}

.main-menu-wrap #mini-cart {
    position: relative
}

#header:not(.header-builder) .main-menu-wrap .searchform-popup {
    display: none
}

#header:not(.header-builder) .main-menu-wrap .search-toggle {
    display: block
}

#header:not(.header-builder) .main-menu-wrap .searchform {
    display: none;
    border-width: 5px;
    position: absolute;
    left: auto;
    right: -22px;
    margin-top: 6px;
    top: 100%;
    z-index: 1003;
    box-shadow: 0 5px 8px rgba(0,0,0,.15)
}

.sticky-header .main-menu-wrap .logo img {
    transform: scale(.8);
    transform-origin: left center;
    transition: none !important
}

.sticky-header .main-menu-wrap .hide-sticky-content .menu-custom-content {
    display: none
}

.sticky-header .main-menu-wrap .menu-left {
    padding-right: 25px
}

.sticky-header .main-menu-wrap .menu-left, .sticky-header .main-menu-wrap .menu-right {
    display: block;
    animation: menuFadeInDown .3s;
    min-width: 75px;
    white-space: nowrap
}

#header.sticky-header .main-menu-wrap .searchform-popup {
    display: inline-block
}

.main-menu-wrap .mega-menu > li.menu-item > a {
    padding: 10px 13px
}

#header .main-menu-wrap .main-menu .menu-custom-block {
    padding: 0;
    margin: 0
}

    #header .main-menu-wrap .main-menu .menu-custom-block .tip {
        top: -5px
    }

#header .main-menu {
    text-align: left;
    background: 0 0
}

@media (max-width:991px) {
    #header .main-menu {
        display: none
    }
}

#header .main-menu > li.menu-item {
    margin: 0 1px 0 0
}

    #header .main-menu > li.menu-item:last-child {
        margin-right: 0
    }

@media (max-width:991px) {
    #header .porto-popup-menu.opened .main-menu {
        display: block
    }
}

#main-menu {
    position: relative
}

    #main-menu.centered .menu-center {
        text-align: center
    }

    #main-menu.centered .mega-menu {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        vertical-align: middle
    }

        #main-menu.centered .mega-menu > li.menu-item {
            margin: 0 1px
        }

#header .menu-custom-block {
    padding: 10px 0 9px;
    line-height: 22px;
    font-weight: 600;
    font-size: .8571em
}

    #header .menu-custom-block a, #header .menu-custom-block span {
        display: inline-block;
        padding: 0 15px;
        position: relative;
        font-weight: 700
    }

    #header .menu-custom-block i {
        text-align: center
    }

    #header .menu-custom-block i, #header .menu-custom-block .avatar {
        margin-right: 5px
    }

        #header .menu-custom-block .avatar img {
            margin-top: -5px;
            margin-bottom: -4px
        }

#header:not(.header-builder) .menu-custom-block {
    margin-left: -10px
}

@media (max-width:991px) {
    #header:not(.header-builder) .contact-gap, #header:not(.header-builder) .top-links {
        display: none
    }
}

@media (max-width:767px) {
    #header:not(.header-builder) .header-top, #header:not(.header-builder) .switcher-wrap, #header:not(.header-builder) .gap {
        display: none
    }
}

#main-toggle-menu {
    position: relative
}

@media (max-width:991px) {
    #main-toggle-menu {
        display: none
    }
}

#main-toggle-menu .menu-title {
    color: #fff;
    cursor: pointer;
    background: #303030;
    font-size: .8571em;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 15px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    transition: .25s
}

    #main-toggle-menu .menu-title:hover {
        background-color: #555
    }

    #main-toggle-menu .menu-title .toggle {
        display: inline-block;
        margin: 0 5px 0 0;
        padding: 0
    }

        #main-toggle-menu .menu-title .toggle:before {
            content: "ïƒ‰"
        }

#main-toggle-menu .toggle-menu-wrap {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    z-index: 1001
}

    #main-toggle-menu .toggle-menu-wrap > ul {
        border-bottom: 5px solid #303030
    }

#main-toggle-menu.closed .toggle-menu-wrap {
    display: none
}

#main-toggle-menu.show-always .menu-title {
    background: #303030;
    cursor: default
}

#main-toggle-menu.show-always .toggle-menu-wrap {
    height: auto !important;
    display: block !important
}

#main-toggle-menu.show-hover .toggle-menu-wrap {
    animation: .3s linear menuFadeInDown
}

#main-toggle-menu.show-hover:hover .toggle-menu-wrap {
    display: block
}

#main-toggle-menu .sidebar-menu > li.menu-item:last-child:hover {
    border-radius: 0
}

.right-sidebar #main-toggle-menu .sidebar-menu > li.menu-item:last-child:hover {
    border-radius: 0
}

#header .mobile-toggle {
    cursor: pointer;
    padding: 7px 13px;
    text-align: center;
    display: none;
    font-size: 13px;
    vertical-align: middle;
    margin: 8px 0 8px 1em;
    line-height: 20px;
    border-radius: .25rem
}

    #header .mobile-toggle:first-child {
        margin-left: 0
    }

@media (max-width:991px) {
    #header .mobile-toggle {
        display: inline-block
    }
}

#header.sticky-header .mobile-toggle {
    margin-top: 0;
    margin-bottom: 0
}

.header-extra-info {
    list-style: none;
    margin: 0;
    *zoom: 1
}

    .header-extra-info:before, .header-extra-info:after {
        content: " ";
        display: table
    }

    .header-extra-info:after {
        clear: both
    }

    .header-extra-info li {
        text-align: left;
        float: left;
        margin-left: 25px
    }

#header.logo-overlay-header .overlay-logo {
    display: none
}

@media (min-width:992px) {
    #header.logo-overlay-header .overlay-logo {
        display: inline-block;
        position: absolute;
        top: 0;
        z-index: 1;
        opacity: 1
    }

    #header.logo-overlay-header .overlay-logo-transition, #header.logo-overlay-header .logo-transition {
        transition: .3s
    }

    #header.logo-overlay-header .logo {
        opacity: 0;
        -webkit-transform: translate3d(87px,0,0);
        transform: translate3d(87px,0,0)
    }

    #header.logo-overlay-header.sticky-header .overlay-logo {
        opacity: 0;
        top: -90px;
        visibility: hidden
    }

    #header.logo-overlay-header.sticky-header .logo {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

#menu-main-menu #mini-cart {
    right: auto
}

    #menu-main-menu #mini-cart.minicart-arrow-alt, #header.sticky-header #menu-main-menu #mini-cart.minicart-arrow-alt {
        margin: 0 !important
    }

#header .header-top .header-row, #header .header-main .header-row, #header .header-bottom .header-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    #header .header-top .header-row > div, #header .header-main .header-row > div {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

@media (max-width:991px) {
    .header-builder .menu-custom-block {
        display: none
    }
}

.header-row {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

    .header-row > div {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        max-height: 100%;
        max-width: 100%
    }

    .header-row .header-left, .header-row .header-right, .header-row .header-center, .header-row .header-col-wide {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header-row .header-left {
        margin-right: auto;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .header-row .header-center {
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .header-row .header-center:only-child {
            flex: 0 0 100%
        }

    .header-row .header-right {
        margin-left: auto;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .header-row .header-grow {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-negative: 1;
        -ms-flex-preferred-size: auto
    }

    .header-row .header-col-wide {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }

.header-center .header-col-wide {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-col > *:not(.header-col-wide), .header-col-wide > *:not(.header-col-wide) {
    margin-left: .875rem
}

    .header-col > *:not(.header-col-wide):first-child, .header-col-wide > *:not(.header-col-wide):first-child {
        margin-left: 0
    }

.header-has-center .header-row > div:not(.header-center) {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.header-side-nav #header .header-main .header-center, .header-side-nav .header-row .header-center {
    padding-left: 0;
    padding-right: 0
}

.header-side-nav .sidebar-menu {
    width: 100%;
    margin-left: 0
}

@media (min-width:992px) {
    .visible-for-sm {
        display: none !important
    }
}

@media (max-width:991px) {
    .header-has-center-sm .header-row > div:not(.header-center) {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .header-has-not-center-sm .header-row > div:not(.header-center) {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .hidden-for-sm {
        display: none !important
    }
}

.searchform {
    position: relative
}

    .searchform .live-search-list {
        font-size: 14px;
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        min-width: 200px;
        z-index: 112
    }

        .searchform .live-search-list .autocomplete-suggestions {
            max-height: 70vh;
            overflow-x: hidden;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch
        }

        .searchform .live-search-list .autocomplete-suggestion:hover {
            background-color: rgba(0,0,0,.05)
        }

    .searchform .input-group-append i {
        line-height: 1;
        padding: .5rem .4rem
    }

.autocomplete-suggestion {
    cursor: pointer;
    border-bottom: 1px solid rgba(0,0,0,.05);
    white-space: normal
}

    .autocomplete-suggestion:last-child {
        border-bottom-color: transparent
    }

    .autocomplete-suggestion img {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        margin-right: 10px
    }

        .autocomplete-suggestion img + .search-name {
            padding-left: .5em
        }

    .autocomplete-suggestion .search-name {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .autocomplete-suggestion .search-price {
        margin-left: 5px;
        font-size: .8571em;
        text-align: right
    }

#nav-panel {
    font-size: .9em;
    display: none;
    transition: transform .2s ease-in-out;
    padding-bottom: 15px
}

.header-builder-p #nav-panel {
    padding-top: 15px;
    flex: 0 0 100%;
    max-width: 100%
}

#nav-panel .mobile-nav-wrap {
    padding: 0 !important
}

    #nav-panel .mobile-nav-wrap::-webkit-scrollbar {
        width: 5px
    }

    #nav-panel .mobile-nav-wrap::-webkit-scrollbar-thumb {
        border-radius: 0
    }

#nav-panel > .container, #nav-panel > .container > div {
    display: block !important
}

#nav-panel .accordion-menu .arrow:before, #nav-panel .accordion-menu .open > .arrow:before {
    font-family: 'porto';
    content: "\e81c"
}

#nav-panel .accordion-menu > li > a {
    text-transform: uppercase;
    font-weight: 700
}

#nav-panel .accordion-menu li {
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 1px solid #e8e8e8
}

    #nav-panel .accordion-menu li > a {
        margin-top: 0
    }

#nav-panel .accordion-menu .sub-menu {
    margin-left: 20px;
    padding-left: 0
}

#nav-panel .menu-wrap:last-child .accordion-menu:last-child li:last-child, #nav-panel .accordion-menu li li:last-child {
    border-bottom: none
}

#nav-panel .welcome-msg {
    text-align: center;
    display: block;
    padding: 15px 10px
}

    #nav-panel .welcome-msg p {
        margin: 5px 0
    }

    #nav-panel .welcome-msg .pull-left, #nav-panel .welcome-msg .pull-right {
        float: none !important
    }

#nav-panel .accordion-menu {
    display: block;
    font-size: .8571em
}

    #nav-panel .accordion-menu li.menu-item.active > a, #nav-panel .accordion-menu > li.menu-item.active > .arrow {
        color: #fff
    }

    #nav-panel .accordion-menu .arrow {
        background: 0 0 !important;
        right: 5px;
        top: 0;
        width: 30px;
        height: 35px;
        line-height: 35px
    }

#nav-panel .mobile-menu {
    font-size: 1em
}

#nav-panel .switcher-wrap {
    margin: 15px 0
}

#nav-panel .woocs-switcher li, #nav-panel .woocs-switcher li > h5 {
    cursor: pointer !important
}

#nav-panel .menu-custom-block {
    margin: 15px 0
}

    #nav-panel .menu-custom-block a, #nav-panel .menu-custom-block span {
        display: block
    }

    #nav-panel .menu-custom-block a {
        padding: 5px 6px;
        text-decoration: none
    }

#nav-panel .share-links {
    font-size: 1em;
    margin: 15px 0;
    padding: 0 5px;
    text-align: center
}

#nav-panel .mobile-nav-wrap {
    max-height: 50vh;
    overflow-x: hidden;
    overflow-y: auto
}

#side-nav-panel {
    position: fixed;
    height: 100%;
    width: 260px;
    padding-top: 27px;
    top: 0;
    bottom: 0;
    font-size: .9em;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9001;
    background-color: #1d1e20;
    color: #fff;
    -webkit-overflow-scrolling: touch;
    transform: translateX(-260px);
    transition: transform .3s
}

    #side-nav-panel.panel-left {
        left: 0;
        right: auto;
        transform: translateX(-260px)
    }

    #side-nav-panel.panel-right {
        right: 0;
        left: auto;
        transform: translateX(260px)
    }

    #side-nav-panel .side-nav-panel-close {
        display: block;
        color: #fff;
        position: absolute;
        top: 10px;
        right: 14.5px;
        text-align: center;
        text-decoration: none;
        padding: 4px 8px;
        line-height: 1em
    }

    #side-nav-panel .accordion-menu > li.menu-item > a {
        text-transform: uppercase
    }

    #side-nav-panel .accordion-menu .arrow {
        font-family: 'porto';
        font-size: 15px
    }

        #side-nav-panel .accordion-menu .arrow:before {
            content: '\e81c'
        }

    #side-nav-panel .accordion-menu .open > .arrow:before {
        content: '\e81b'
    }

    #side-nav-panel .accordion-menu li:not(:last-child) {
        border-bottom: 1px solid #242527
    }

.panel-overlay {
    opacity: 0
}

    .panel-overlay.active {
        background: #000;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 8999;
        min-height: 100vh;
        opacity: .35;
        transition: opacity .2s
    }

html.panel-opened body > * {
    z-index: 0
}

html.panel-opened #side-nav-panel {
    transform: translateX(0)
}

#side-nav-panel .welcome-msg {
    text-align: center;
    display: block;
    margin: 15px 0;
    padding: 0 10px
}

    #side-nav-panel .welcome-msg p {
        margin: 5px 0
    }

    #side-nav-panel .welcome-msg .pull-left, #side-nav-panel .welcome-msg .pull-right {
        float: none !important
    }

#side-nav-panel .accordion-menu {
    font-size: 1em
}

    #side-nav-panel .accordion-menu .arrow {
        right: 5px
    }

#side-nav-panel .mobile-menu {
    font-size: 1em
}

#side-nav-panel .switcher-wrap {
    margin: 15px 0;
    padding: 0 10px
}

#side-nav-panel .woocs-switcher li, #side-nav-panel .woocs-switcher li > h5 {
    cursor: pointer !important
}

#side-nav-panel .menu-wrap {
    margin: 15px 0;
    padding: 0 10px
}

#side-nav-panel .menu-custom-block {
    margin: 15px 0;
    padding: 0 10px
}

    #side-nav-panel .menu-custom-block a, #side-nav-panel .menu-custom-block span {
        display: block
    }

    #side-nav-panel .menu-custom-block a, #side-nav-panel .menu-custom-block span {
        padding: 5px 6px;
        text-decoration: none
    }

#side-nav-panel .share-links {
    font-size: 1em;
    margin: 15px 0;
    padding: 0 5px;
    text-align: center
}

#side-nav-panel .switcher-wrap ul {
    margin-left: 0
}

@media (max-width:991px) {
    #nav-panel .mobile-menu .hidden-item, #side-nav-panel .mobile-menu .hidden-item {
        padding: 0;
        border: none
    }

        #nav-panel .mobile-menu .hidden-item:last-child {
            margin-bottom: -2px
        }

        #side-nav-panel .mobile-menu .hidden-item:last-child {
            margin-bottom: -1px
        }
}

.page-top {
    background-color: #171717;
    padding: 12px 0;
    position: relative;
    text-align: left
}

    .page-top[data-plugin-parallax] {
        background-position: 50% 50%
    }

    .page-top.wide .container {
        width: 100%;
        max-width: none
    }

    .page-top .breadcrumbs-wrap {
        font-size: .75rem
    }

    .page-top .breadcrumbs-prefix {
        margin-right: 10px
    }

    .page-top ul.breadcrumb {
        border-radius: 0;
        background: 0 0;
        margin: 0;
        padding: 0
    }

        .page-top ul.breadcrumb > li {
            text-shadow: none;
            text-transform: uppercase
        }

            .page-top ul.breadcrumb > li a {
                display: inline-block;
                border-color: transparent;
                background: 0 0
            }

            .page-top ul.breadcrumb > li + li:before {
                display: none
            }

        .page-top ul.breadcrumb li span {
            margin-left: 5px
        }

            .page-top ul.breadcrumb li span:first-child {
                margin-left: 0
            }

    .page-top .yoast-breadcrumbs {
        font-size: 12px
    }

        .page-top .yoast-breadcrumbs a {
            margin-right: 5px
        }

        .page-top .yoast-breadcrumbs span, .page-top .yoast-breadcrumbs .breadcrumb_last {
            margin-left: 5px
        }

    .page-top .page-title {
        display: inline-block;
        font-size: 2.2em;
        font-weight: 400;
        margin: 0;
        line-height: 1.2;
        position: relative;
        letter-spacing: -.05em;
        text-transform: none;
        position: relative;
        z-index: 2
    }

@media (max-width:767px) {
    .page-top .page-title {
        font-size: 2em
    }
}

.page-top .page-sub-title {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.5em;
    opacity: .8
}

@media (max-width:767px) {
    .page-top .page-sub-title {
        font-size: 1.2em
    }
}

.page-top .sort-source {
    position: absolute;
    bottom: 0;
    *zoom: 1
}

    .page-top .sort-source:before, .page-top .sort-source:after {
        content: " ";
        display: table
    }

    .page-top .sort-source:after {
        clear: both
    }

    .page-top .sort-source > li {
        float: none;
        display: inline-block
    }

        .page-top .sort-source > li.active > a {
            background: 0 0 !important
        }

@media (max-width:767px) {
    .page-top .sort-source {
        position: relative;
        text-align: right;
        left: 0;
        right: 0;
        z-index: 1;
        padding-top: 5px;
        padding-bottom: 5px
    }
}

.page-top .hide-title .sort-source {
    bottom: -6px
}

body.single-product .entry-summary .page-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    background: 0 0 !important;
    border: none !important
}

    body.single-product .entry-summary .page-top .product-nav .product-link {
        color: #000
    }

.page-top ul.breadcrumb > li .delimiter, .page-header-8 .delimiter {
    display: block;
    float: right;
    margin: 0 4px;
    width: 20px;
    text-align: center;
    font-style: normal;
    font-size: 12px
}

    .page-top ul.breadcrumb > li .delimiter:before, .page-header-8 .delimiter:before {
        content: "/\00a0";
        position: relative;
        right: -2px
    }

    .page-top ul.breadcrumb > li .delimiter.delimiter-2, .page-header-8 .delimiter.delimiter-2 {
        font-family: "Porto";
        font-weight: 400
    }

        .page-top ul.breadcrumb > li .delimiter.delimiter-2:before, .page-header-8 .delimiter.delimiter-2:before {
            content: "\e81a";
            right: -1px
        }

#breadcrumbs-boxed {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto
}

.mobile-sidebar .sidebar-toggle {
    display: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -40px;
    top: 20%;
    margin: auto;
    font-size: 17px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    border: 1px solid;
    border-left-width: 0;
    transition: .2s ease-in-out
}

    .mobile-sidebar .sidebar-toggle i:before {
        content: "ï‡ž"
    }

    .mobile-sidebar .sidebar-toggle:hover {
        box-shadow: 1px 1px 3px rgba(0,0,0,.15)
    }

.sidebar-overlay {
    display: none
}

    .sidebar-overlay.active {
        display: block;
        background: #000;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 8999;
        min-height: 100vh;
        opacity: .35;
        transition: opacity .2s ease-in-out
    }

@media (max-width:991px) {
    .mobile-sidebar {
        margin-top: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        height: 100%;
        width: 260px;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 9000;
        transform: translateX(-100%);
        transition: transform .2s ease-in-out
    }

        .mobile-sidebar.sidebar {
            position: fixed;
            padding-top: 0;
            padding-bottom: 0
        }

        .mobile-sidebar .sidebar-toggle {
            display: block
        }

        .mobile-sidebar > [data-plugin-sticky] {
            height: 100%
        }

        .mobile-sidebar .widget {
            margin-top: 0
        }

        .mobile-sidebar .sidebar-content {
            display: block;
            overflow-x: hidden;
            overflow-y: scroll;
            height: 100%;
            padding: 20px;
            -webkit-overflow-scrolling: touch
        }

    html.sidebar-opened body > * {
        z-index: 0
    }

    html.sidebar-opened .mobile-sidebar {
        z-index: 9000;
        transition: transform .3s;
        transform: translateX(0)
    }

        html.sidebar-opened .mobile-sidebar .sidebar-toggle i:before {
            content: "ï€"
        }

    html.sidebar-opened .page-wrapper {
        left: 260px;
        overflow: visible
    }
}

.section-title {
    font-size: 1.1429em;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.25em;
    letter-spacing: normal
}

.section {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 50px 0
}

    .section.section-center {
        text-align: center
    }

    .section.section-text-light {
        color: #fff
    }

        .section.section-text-light h1, .section.section-text-light h2, .section.section-text-light h3, .section.section-text-light h4, .section.section-text-light h5, .section.section-text-light h6 {
            color: #fff
        }

        .section.section-text-light p {
            color: #e6e6e6
        }

    .section.section-background {
        background-repeat: repeat;
        border: 0
    }

    .section.section-overlay {
        position: relative
    }

        .section.section-overlay:before {
            content: "";
            display: block;
            background: url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../images/video-overlay.png) repeat scroll 0 0 transparent;
            bottom: 0;
            height: 100%;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%
        }

    .section.section-video {
        background: 0 0 !important;
        border: 0
    }

    .section.section-parallax {
        background-color: transparent;
        border: 0
    }

    .section.section-with-divider {
        margin: 56px 0 35px
    }

        .section.section-with-divider .section-divider {
            margin: -56px 0 44px
        }

    .section.section-with-divider-footer {
        margin: 35px 0 56px;
        position: relative
    }

        .section.section-with-divider-footer .section-divider {
            margin: 44px 0 -56px
        }

    .section.section-footer {
        margin-bottom: -50px
    }

    .section .porto-section:last-child > div > *:last-child {
        margin-bottom: 0
    }

    .section.section-no-borders {
        border-width: 0
    }

.vc_row.section.section-with-divider .section-divider, .vc_column_container.section.section-with-divider .section-divider {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50px
}

.vc_row.section.section-with-divider-footer .section-divider, .vc_column_container.section.section-with-divider-footer .section-divider {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 55px
}

@media (min-width:768px) {
    .vc_row-o-full-height > .container > .row, .vc_row-o-equal-height > .container > .row > .vc_column_container > .vc_column-inner {
        height: 100%
    }
}

.vc_row-o-columns-middle > .container > .row {
    -ms-flex-align: center;
    align-items: center
}

.vc_column_container.section {
    margin: 0;
    padding: 50px 15px
}

    .vc_row.section > .vc_column_container .wpb_wrapper > div:last-child, .vc_row.section > .porto-container > .vc_row > .vc_column_container .wpb_wrapper > div:last-child, .vc_column_container.section .wpb_wrapper > div:last-child {
        margin-bottom: 0
    }

.col-half-section {
    width: 100%;
    min-height: 1px;
    position: relative;
    float: left;
    margin-left: 0;
    margin-right: 0
}

    .col-half-section.col-half-section-right {
        float: right;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

.porto-section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px
}

    .porto-section.vc_section {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0
    }

.section-parallax > .parallax-background {
    z-index: 0
}

.section-parallax > * {
    position: relative;
    z-index: 1
}

.section-with-shape-divider {
    position: relative;
    overflow: hidden
}

    .section-with-shape-divider .shape-divider {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
        z-index: 1
    }

        .section-with-shape-divider .shape-divider svg {
            position: absolute;
            width: 100%;
            top: 0;
            left: 50%;
            height: 100%;
            transform: translate3d(-50%,0,0)
        }

        .section-with-shape-divider .shape-divider.shape-divider-bottom {
            top: auto;
            bottom: 0
        }

        .section-with-shape-divider .shape-divider.shape-divider-reverse-x {
            transform: rotateX(180deg)
        }

        .section-with-shape-divider .shape-divider.shape-divider-reverse-y {
            transform: rotateY(180deg)
        }

        .section-with-shape-divider .shape-divider.shape-divider-reverse-xy {
            transform: rotateY(180deg) rotateX(180deg)
        }

@media (min-width:1921px) {
    .section-with-shape-divider .shape-divider svg {
        width: 100%
    }
}

.slider-title, .section-title {
    font-size: 1.1429em;
    line-height: 1.4;
    letter-spacing: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 1.25rem;
    position: relative
}

    .slider-title .line, .section-title .line {
        display: block;
        height: 1px;
        position: relative;
        bottom: .65em;
        width: 0
    }

@media (max-width:575px) {
    .slider-title .line, .section-title .line {
        display: none !important
    }
}

.master-slider {
    direction: ltr
}

    .master-slider .ms-container .ms-nav-prev, .master-slider .ms-container .ms-nav-next, .master-slider .ms-container .ms-slide-vpbtn, .master-slider .ms-container .ms-video-btn {
        background: 0 0;
        border-radius: 0;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 2.8571em;
        text-align: center;
        line-height: 1;
        margin-top: -25px;
        width: 50px;
        height: 50px
    }

        .master-slider .ms-container .ms-nav-prev:before, .master-slider .ms-container .ms-nav-next:before, .master-slider .ms-container .ms-slide-vpbtn:before, .master-slider .ms-container .ms-video-btn:before {
            text-shadow: 0 0 3px #fff;
            font-size: 1.5em;
            line-height: 50px;
            display: block
        }

    .master-slider .ms-container .ms-nav-prev {
        left: 0
    }

        .master-slider .ms-container .ms-nav-prev:before {
            content: "ï„„"
        }

    .master-slider .ms-container .ms-nav-next {
        right: 0
    }

        .master-slider .ms-container .ms-nav-next:before {
            content: "ï„…"
        }

    .master-slider .ms-container .ms-slide-vpbtn:before, .master-slider .ms-container .ms-video-btn:before {
        content: "ï‹";
        font-size: 1.1em;
        text-shadow: none
    }

    .master-slider .ms-container .ms-bullet {
        background-image: none;
        width: 10px;
        height: 10px;
        border-radius: 20px;
        margin: 5px 7px !important;
        opacity: .5
    }

    .master-slider .ms-container .ms-bullet-selected {
        opacity: 1
    }

    .master-slider .ms-slide {
        overflow: hidden
    }

#content .master-slider, #content-inner-top .master-slider, #content-inner-bottom .master-slider {
    overflow: hidden
}

    #content .master-slider .ms-slide .ms-slide-bgcont, #content .master-slider .ms-slide .ms-slide-bgvideocont, #content-inner-top .master-slider .ms-slide .ms-slide-bgcont, #content-inner-top .master-slider .ms-slide .ms-slide-bgvideocont, #content-inner-bottom .master-slider .ms-slide .ms-slide-bgcont, #content-inner-bottom .master-slider .ms-slide .ms-slide-bgvideocont {
        overflow: hidden
    }

#content .rev_slider_wrapper, #content-inner-top .rev_slider_wrapper, #content-inner-bottom .rev_slider_wrapper {
    overflow: hidden
}

    #content .rev_slider_wrapper li.tp-revslider-slidesli, #content-inner-top .rev_slider_wrapper li.tp-revslider-slidesli, #content-inner-bottom .rev_slider_wrapper li.tp-revslider-slidesli {
        overflow: hidden
    }

body.wide #content .master-slider, .column1.wide #content .master-slider, body.wide #content-inner-top .master-slider, .column1.wide #content-inner-top .master-slider, body.wide #content-inner-bottom .master-slider, .column1.wide #content-inner-bottom .master-slider {
    border-radius: 0
}

    body.wide #content .master-slider .ms-slide .ms-slide-bgcont, body.wide #content .master-slider .ms-slide .ms-slide-bgvideocont, .column1.wide #content .master-slider .ms-slide .ms-slide-bgcont, .column1.wide #content .master-slider .ms-slide .ms-slide-bgvideocont, body.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgcont, body.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgvideocont, .column1.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgcont, .column1.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgvideocont, body.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgcont, body.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgvideocont, .column1.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgcont, .column1.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgvideocont {
        border-radius: 0
    }

body.wide #content .rev_slider_wrapper, .column1.wide #content .rev_slider_wrapper, body.wide #content-inner-top .rev_slider_wrapper, .column1.wide #content-inner-top .rev_slider_wrapper, body.wide #content-inner-bottom .rev_slider_wrapper, .column1.wide #content-inner-bottom .rev_slider_wrapper {
    border-radius: 0
}

    body.wide #content .rev_slider_wrapper li.tp-revslider-slidesli, .column1.wide #content .rev_slider_wrapper li.tp-revslider-slidesli, body.wide #content-inner-top .rev_slider_wrapper li.tp-revslider-slidesli, .column1.wide #content-inner-top .rev_slider_wrapper li.tp-revslider-slidesli, body.wide #content-inner-bottom .rev_slider_wrapper li.tp-revslider-slidesli, .column1.wide #content-inner-bottom .rev_slider_wrapper li.tp-revslider-slidesli {
        border-radius: 0
    }

#main.wide #content .master-slider, #main.wide #content-inner-top .master-slider, #main.wide #content-inner-bottom .master-slider {
    border-radius: 0;
    overflow: visible
}

    #main.wide #content .master-slider .ms-slide .ms-slide-bgcont, #main.wide #content .master-slider .ms-slide .ms-slide-bgvideocont, #main.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgcont, #main.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgvideocont, #main.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgcont, #main.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgvideocont {
        border-radius: 0;
        overflow: visible
    }

#main.wide #content .rev_slider_wrapper, #main.wide #content-inner-top .rev_slider_wrapper, #main.wide #content-inner-bottom .rev_slider_wrapper {
    border-radius: 0
}

    #main.wide #content .rev_slider_wrapper li.tp-revslider-slidesli, #main.wide #content-inner-top .rev_slider_wrapper li.tp-revslider-slidesli, #main.wide #content-inner-bottom .rev_slider_wrapper li.tp-revslider-slidesli {
        border-radius: 0;
        overflow: visible
    }

.rev_slider_wrapper {
    z-index: 0;
    line-height: 1.4285
}

.tparrows.tparrows-carousel {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: auto;
    padding: 20px 0
}

    .tparrows.tparrows-carousel.tp-leftarrow {
        left: -30px !important;
        right: auto !important;
        border-radius: 0 4px 4px 0
    }

        .tparrows.tparrows-carousel.tp-leftarrow:before {
            content: "\f053";
            position: relative;
            left: -1px;
            top: 1px
        }

    .tparrows.tparrows-carousel.tp-rightarrow {
        right: -60px !important;
        left: auto !important;
        border-radius: 4px 0 0 4px
    }

        .tparrows.tparrows-carousel.tp-rightarrow:before {
            content: "\f054";
            position: relative;
            left: 2px;
            top: 1px
        }

.tp-visible {
    opacity: 1 !important;
    visibility: visible !important
}

.rev_slider embed, .rev_slider iframe, .rev_slider object, .rev_slider video {
    border: none !important
}

.tp-caption.coverscreenvideo, .caption.fullscreenvideo, .tp-caption.fullscreenvideo {
    left: 0;
    right: auto
}

.hesperiden .tp-tab-content {
    padding: 15px 15px 15px 85px
}

.hesperiden .tp-tab-image {
    float: left
}

.hesperiden .tp-tab-title {
    text-align: left
}

body.boxed #revolutionSliderCarouselContainer, #main.main-boxed #revolutionSliderCarouselContainer, .mfp-content .ajax-container #revolutionSliderCarouselContainer {
    width: auto;
    margin-left: -25px;
    margin-right: -25px
}

@media (max-width:767px) {
    body.boxed #revolutionSliderCarouselContainer, #main.main-boxed #revolutionSliderCarouselContainer, .mfp-content .ajax-container #revolutionSliderCarouselContainer {
        margin-left: -12px;
        margin-right: -12px
    }
}

.rev_slider_wrapper #revolutionSliderCarousel {
    border-radius: 0
}

    .rev_slider_wrapper #revolutionSliderCarousel li.tp-revslider-slidesli {
        border-radius: 0;
        overflow: visible
    }

#revolutionSliderCarousel ul {
    list-style: none;
    padding: 0;
    text-align: center
}

.slider-scroll-button {
    position: relative;
    width: 57px;
    height: 57px;
    border-radius: 100%;
    display: inline-block
}

    .slider-scroll-button:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 49%;
        width: 23px;
        height: 34px;
        border: 1px solid;
        border-radius: 15px;
        transform: translate3d(-50%,-50%,0)
    }

    .slider-scroll-button:after {
        content: '';
        width: 6px;
        height: 10px;
        border-radius: 10px;
        border: 1px solid;
        position: absolute;
        top: 19px;
        left: 49%;
        transform: translate3d(-50%,0,0);
        animation: sliderScrollButton 2s ease infinite
    }

.page-content > *.alignwide {
    margin-left: auto;
    margin-right: auto;
    clear: both
}

@media only screen and (min-width:768px) {
    .page-content > *.alignwide {
        width: 100%;
        max-width: 100%
    }
}

.page-content > *.alignfull {
    position: relative;
    max-width: none
}

.wp-block-categories-list, .wp-block-categories-list ul, .wp-block-archives-list, .wp-block-archives-list ul, .wp-block-latest-posts, .wp-block-latest-posts ul {
    list-style: none;
    padding-left: 0
}

    .wp-block-categories-list li > ul, .wp-block-archives-list li > ul, .wp-block-latest-posts li > ul {
        margin-top: 8px;
        margin-bottom: -8px;
        margin-left: -5px
    }

    .wp-block-categories-list a, .wp-block-archives-list a, .wp-block-latest-posts a {
        text-decoration: none
    }

.wp-block-quote:not(.is-large):not(.is-style-large) {
    border-left: 5px solid #eee;
    margin: 0 0 1rem;
    padding: .5rem 1rem
}

.wp-block-pullquote {
    padding: 0;
    border: none
}

    .wp-block-pullquote blockquote {
        padding: 2em;
        text-align: left
    }

        .wp-block-pullquote blockquote cite {
            color: #666
        }

.porto-heading > a {
    color: inherit
}

.banner-container {
    position: relative;
    z-index: 0
}

    .banner-container .banner-fixed {
        position: fixed;
        top: 0
    }

    .banner-container .master-slider {
        max-width: 100%;
        overflow: hidden
    }

    .banner-container .ms-thumb-list {
        padding-bottom: 6px
    }

    .banner-container .ms-thumb-frame {
        opacity: 1;
        border: 3px solid rgba(0,0,0,.25);
        box-shadow: 5px 5px 10px 0 rgba(0,0,0,.25) inset;
        transition: .3s ease-out
    }

        .banner-container .ms-thumb-frame:hover, .banner-container .ms-thumb-frame-selected {
            border-color: #fff
        }

.side-nav .banner-container {
    margin-top: -1px
}

    .side-nav .banner-container .master-slider {
        max-width: none
    }

#banner-wrapper.banner-wrapper-boxed {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto
}

body .ads-container {
    color: #777;
    background: #fbfbfb;
    border: 1px solid #e1e1e1;
    margin: 20px 0 0
}

    body .ads-container .left-icon.porto-sicon-box {
        display: block;
        text-align: center;
        margin: 0 !important;
        padding: 20px 0
    }

    body .ads-container .left-icon .porto-sicon-left {
        display: inline-block
    }

    body .ads-container .left-icon .porto-icon.none, body .ads-container .left-icon .porto-sicon-img.none {
        text-align: right
    }

@media (max-width:991px) {
    body .ads-container .left-icon .porto-icon.none, body .ads-container .left-icon .porto-sicon-img.none {
        text-align: center
    }
}

body .ads-container .left-icon .porto-sicon-body {
    display: inline-block;
    text-align: left
}

@media (max-width:991px) {
    body .ads-container .left-icon .porto-sicon-body {
        min-width: 215px
    }
}

body .ads-container .left-icon .porto-sicon-left .porto-icon, body .ads-container .left-icon .porto-sicon-left .porto-sicon-img {
    margin: 0 10px 0 0
}

body .ads-container .left-icon .porto-sicon-header, body .ads-container .left-icon .porto-sicon-description {
    float: none;
    width: auto
}

body .ads-container .left-icon h3.porto-sicon-title {
    line-height: 1.1
}

body .ads-container .left-icon .porto-sicon-description {
    margin-top: 3px;
    line-height: 1.2
}

body .ads-container .vc_column_container {
    border-left: 1px solid #e1e1e1
}

    body .ads-container .vc_column_container:first-child {
        border-left-width: 0
    }

@media (max-width:991px) {
    body .ads-container .vc_column_container {
        float: none;
        width: 100%;
        border-left-width: 0
    }
}

body .ads-container-full {
    border-left-width: 0;
    border-right-width: 0;
    margin-top: 0
}

body .menu-ads-container {
    color: #777;
    margin-top: 0
}

    body .menu-ads-container .vc_column_container:first-child {
        border-left-width: 0
    }

body .ads-container-light {
    color: #777;
    background: #fff;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin-top: 20px;
    margin-bottom: 0
}

    body .ads-container-light .left-icon.porto-sicon-box {
        display: block;
        text-align: center;
        margin: 0 !important;
        padding: 20px 0
    }

    body .ads-container-light .left-icon .porto-sicon-left {
        display: inline-block
    }

    body .ads-container-light .left-icon .porto-icon.none, body .ads-container-light .left-icon .porto-sicon-img.none {
        text-align: right
    }

@media (max-width:991px) {
    body .ads-container-light .left-icon .porto-icon.none, body .ads-container-light .left-icon .porto-sicon-img.none {
        text-align: center
    }
}

body .ads-container-light .left-icon .porto-sicon-body {
    display: inline-block;
    text-align: left
}

@media (max-width:991px) {
    body .ads-container-light .left-icon .porto-sicon-body {
        min-width: 215px
    }
}

body .ads-container-light .left-icon .porto-sicon-left .porto-icon, body .ads-container-light .left-icon .porto-sicon-left .porto-sicon-img {
    margin: 0 10px 0 0
}

body .ads-container-light .left-icon .porto-sicon-header, body .ads-container-light .left-icon .porto-sicon-description {
    float: none;
    width: auto
}

body .ads-container-light .left-icon h3.porto-sicon-title {
    line-height: 1.1
}

body .ads-container-light .left-icon .porto-sicon-description {
    margin-top: 3px;
    line-height: 1.2
}

body .ads-container-light .vc_column_container {
    border-left: 1px solid #f5f5f5
}

    body .ads-container-light .vc_column_container:first-child {
        border-left-width: 0
    }

@media (max-width:991px) {
    body .ads-container-light .vc_column_container {
        float: none;
        width: 100%;
        border-left-width: 0
    }
}

body .ads-container-blue {
    color: #fff;
    background: #08c;
    border: 1px solid #08c;
    padding: 10px 0
}

    body .ads-container-blue .left-icon.porto-sicon-box {
        display: block;
        text-align: center;
        margin: 0 !important;
        padding: 20px 0
    }

    body .ads-container-blue .left-icon .porto-sicon-left {
        display: inline-block
    }

    body .ads-container-blue .left-icon .porto-icon.none, body .ads-container-blue .left-icon .porto-sicon-img.none {
        text-align: right
    }

@media (max-width:991px) {
    body .ads-container-blue .left-icon .porto-icon.none, body .ads-container-blue .left-icon .porto-sicon-img.none {
        text-align: center
    }
}

body .ads-container-blue .left-icon .porto-sicon-body {
    display: inline-block;
    text-align: left
}

@media (max-width:991px) {
    body .ads-container-blue .left-icon .porto-sicon-body {
        min-width: 215px
    }
}

body .ads-container-blue .left-icon .porto-sicon-left .porto-icon, body .ads-container-blue .left-icon .porto-sicon-left .porto-sicon-img {
    margin: 0 10px 0 0
}

body .ads-container-blue .left-icon .porto-sicon-header, body .ads-container-blue .left-icon .porto-sicon-description {
    float: none;
    width: auto
}

body .ads-container-blue .left-icon h3.porto-sicon-title {
    line-height: 1.1
}

body .ads-container-blue .left-icon .porto-sicon-description {
    margin-top: 3px;
    line-height: 1.2
}

body .ads-container-blue .vc_column_container {
    border-left: 1px solid #149ce0
}

    body .ads-container-blue .vc_column_container:first-child {
        border-left-width: 0
    }

@media (max-width:991px) {
    body .ads-container-blue .vc_column_container {
        float: none;
        width: 100%;
        border-left-width: 0
    }
}

body .banner-container strong {
    font-weight: 600
}

body .banner-container small {
    font-size: 11px;
    display: block
}

body .banner-container .porto-ibanner-title {
    line-height: 1;
    text-align: left
}

body .banner-title-bottom .porto-ibanner-title {
    left: 0
}

body .banner-title-top .porto-ibanner-title {
    top: 0;
    left: 0
}

    body .banner-title-top .porto-ibanner-title small {
        font-size: 8px
    }

.home-intro {
    background: #171717;
    overflow: hidden;
    position: relative;
    padding: 35px 0;
    text-align: left
}

    .home-intro p {
        color: #999;
        display: inline-block;
        font-size: 1.12em;
        font-weight: 300;
        max-width: 800px
    }

        .home-intro p strong {
            color: #fff;
            display: block;
            font-size: 1.25em;
            font-weight: 600;
            padding-bottom: 7px
        }

        .home-intro p em {
            font-size: 1.6em;
            font-style: normal;
            font-weight: 500
        }

    .home-intro .get-started {
        margin-top: 5px;
        margin-bottom: 5px;
        position: relative;
        text-align: right
    }

@media (max-width:767px) {
    .home-intro .get-started {
        text-align: left;
        margin-top: 30px
    }
}

.home-intro .get-started .btn {
    position: relative
}

    .home-intro .get-started .btn i {
        font-size: 1.1em;
        font-weight: 400;
        margin-left: 5px
    }

.home-intro .get-started a {
    color: #fff
}

.home-intro .get-started p {
    font-size: 1em;
    padding: 0
}

.home-intro .learn-more {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    margin-left: 15px
}

.home-intro.light {
    background-color: #e2e2e2
}

    .home-intro.light.secondary {
        background-color: #e0e1e4
    }

.home-intro .btn {
    padding: 1.15em 1.8em;
    font-size: 1em
}

@keyframes pencilAnimation {
    from {
        width: 0
    }

    to {
        width: 74px
    }
}

.highlighted-word {
    position: relative
}

    .highlighted-word.highlighted-word-animation-1:after {
        content: '';
        position: absolute;
        right: calc(100% - 74px);
        bottom: -6px;
        background: url(//brooklanddesigns.co.uk/wp-content/themes/porto/css/../images/pencil-blue-line.png);
        width: 0;
        height: 15px;
        animation: pencilAnimation .5s ease 2s;
        animation-fill-mode: forwards;
        overflow: hidden;
        transform: rotate(180deg)
    }

    .highlighted-word.highlighted-word-animation-1.light:after {
        filter: brightness(0) invert(1)
    }

.page-not-found {
    margin: 50px 0
}

    .page-not-found h2 {
        font-size: 140px;
        font-weight: 600;
        letter-spacing: -10px;
        line-height: 140px
    }

    .page-not-found p {
        font-size: 1.4em;
        line-height: 36px
    }

@media (max-width:575px) {
    .page-not-found {
        margin: 0
    }

        .page-not-found h2 {
            font-size: 100px;
            letter-spacing: 0;
            line-height: 100px
        }
}

input.wpcf7-not-valid, textarea.wpcf7-not-valid, select.wpcf7-not-valid {
    border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset
}

span.wpcf7-not-valid-tip {
    color: #c10000;
    margin-top: 3px;
    padding: 0;
    font-size: .9em
}

div.wpcf7-response-output {
    padding: 15px;
    margin: 0 0 20px;
    border: 1px solid transparent
}

    div.wpcf7-response-output h4 {
        margin-top: 0;
        color: inherit
    }

    div.wpcf7-response-output .alert-link {
        font-weight: 700
    }

    div.wpcf7-response-output > p, div.wpcf7-response-output > ul {
        margin-bottom: 0
    }

        div.wpcf7-response-output > p + p {
            margin-top: 5px
        }

div.wpcf7-validation-ok {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

div.wpcf7-validation-errors {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 1em
}

.wpcf7-captchac {
    margin-top: 5px
}

.footer-wrapper.wide .container {
    width: 100%;
    max-width: none
}

.footer-top .widget:last-child {
    margin-bottom: 0
}

#footer {
    font-size: .9em;
    padding: 0;
    position: relative;
    clear: both
}

    #footer a:not(.btn) {
        transition: .1s ease-in-out
    }

        #footer a:not(.btn):hover {
            text-decoration: none
        }

    #footer p {
        font-size: 1em
    }

    #footer form {
        opacity: .85
    }

    #footer ul.list li {
        margin-bottom: 5px
    }

    #footer .footer-ribbon {
        position: absolute;
        top: 0;
        margin: -16px 0 0;
        padding: 10px 20px 6px;
        color: #fff;
        font-size: 1.6em;
        z-index: 101
    }

        #footer .footer-ribbon:before {
            content: "";
            height: 0;
            position: absolute;
            top: 0;
            width: 7px;
            right: 100%;
            border-right: 10px solid #646464;
            border-top: 16px solid transparent
        }

    #footer .footer-main > .container {
        padding-top: 5rem;
        padding-bottom: 2.4rem
    }

    #footer .container {
        position: relative
    }

        #footer .container input:focus {
            box-shadow: none
        }

    #footer .logo {
        display: inline-block
    }

@media (max-width:991px) {
    #footer .logo {
        display: block;
        margin-bottom: 15px;
        margin-right: 0
    }
}

#footer .logo img {
    display: inline-block;
    max-width: 80px
}

#footer .footer-bottom {
    padding: 15px 0;
    font-size: .9em
}

    #footer .footer-bottom .container {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        justify-content: space-between
    }

@media (max-width:991px) {
    #footer .footer-bottom .container {
        display: block
    }
}

#footer .footer-bottom .container > div {
    -webkit-flex: 1;
    flex: 1
}

@media (max-width:991px) {
    #footer .footer-bottom .container > div {
        padding: 10px 0;
        text-align: left
    }
}

#footer .footer-bottom .footer-left {
    padding: 10px 8px 10px 0;
    text-align: left
}

#footer .footer-bottom .footer-center {
    padding: 10px 8px;
    text-align: center
}

#footer .footer-bottom .footer-right {
    padding: 10px 0 10px 8px;
    text-align: right
}

#footer .widget-title {
    margin-bottom: 15px;
    font-size: 1em
}

    #footer .widget-title, #footer .widget-title a {
        font-weight: 600
    }

        #footer .widget-title img {
            margin-right: 3px;
            margin-top: -2px
        }

#footer .thumbnail, #footer .img-thumbnail {
    padding: 0;
    border-width: 0;
    background: 0 0
}

#footer .widget p {
    font-size: 1em
}

#footer .widget > div > ul, #footer .widget > ul {
    font-size: 1em
}

#footer .widget .tagcloud a {
    background: #000;
    color: #fff;
    padding: .5rem .8em;
    border-radius: .25rem
}

#footer .widget p {
    margin-top: -3px;
    margin-bottom: 13px
}

#footer .widget.contact-info .contact-details strong {
    font-weight: 400
}

#footer .footer-bottom .widget {
    display: inline-block;
    margin: 0
}

@media (max-width:991px) {
    #footer .footer-bottom .widget {
        display: block;
        margin-top: 5px
    }
}

#footer .footer-bottom .widget > div > ul, #footer .footer-bottom .widget > ul {
    border-width: 0
}

    #footer .footer-bottom .widget > div > ul li, #footer .footer-bottom .widget > ul li {
        border-width: 0
    }

#footer .footer-bottom .widget_nav_menu ul {
    margin: 0
}

    #footer .footer-bottom .widget_nav_menu ul li {
        display: inline-block;
        padding: 0 8px
    }

        #footer .footer-bottom .widget_nav_menu ul li:last-child {
            padding-right: 0
        }

        #footer .footer-bottom .widget_nav_menu ul li:before {
            margin-left: 0;
            border: none;
            width: auto;
            height: auto
        }

#footer .footer-bottom .widget_nav_menu a:hover {
    text-decoration: none
}

@media (max-width:991px) {
    #footer .footer-bottom .footer-left .widget {
        margin-right: 0
    }
}

@media (max-width:991px) {
    #footer .footer-bottom .footer-right .widget {
        margin-left: 0
    }
}

#footer .footer-bottom .tooltip {
    display: none !important
}

.footer-wrapper.simple #footer, .footer-wrapper.fixed #footer {
    padding-top: 0;
    background: 0 0
}

    .footer-wrapper.simple #footer .footer-bottom, .footer-wrapper.fixed #footer .footer-bottom {
        padding: 0
    }

        .footer-wrapper.simple #footer .footer-bottom .logo, .footer-wrapper.fixed #footer .footer-bottom .logo {
            display: none
        }

@media (max-width:991px) {
    .footer-wrapper.simple #footer .footer-bottom .footer-center, .footer-wrapper.fixed #footer .footer-bottom .footer-center {
        display: none
    }
}

@media (max-width:575px) {
    .footer-wrapper.simple #footer .footer-bottom .footer-right, .footer-wrapper.fixed #footer .footer-bottom .footer-right {
        display: none
    }

    .footer-wrapper.simple #footer .footer-bottom .footer-left, .footer-wrapper.fixed #footer .footer-bottom .footer-left {
        text-align: center
    }
}

.footer-wrapper .post-item-small h5 {
    font-size: inherit
}

#footer-boxed {
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto
}

#footer a:not(.btn).link-hover-style-1 {
    position: relative;
    left: 0;
    transition: left .1s ease-in-out
}

    #footer a:not(.btn).link-hover-style-1:hover {
        left: 3px
    }

.footer-reveal, .footer-wrapper.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10
}

.footer-reveal {
    z-index: -10
}

body.wide .container:not(.inner-container) {
    width: 100%;
    max-width: 100%
}

.container:before, .container:after, .container-fluid:before, .container-fluid:after {
    content: none
}

.porto-wrap-container .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.page-wrapper {
    position: relative;
    left: 0
}

@media (max-width:767px) {
    .page-wrapper {
        overflow: hidden
    }
}

@media (max-width:991px) {
    .container {
        max-width: none
    }
}

@media (min-width:992px) {
    body:not(.boxed) .side-nav .vc_row[data-vc-stretch-content] {
        padding-left: 0 !important;
        padding-right: 0 !important;
        left: 0 !important;
        right: 0 !important
    }
}

.header-wrapper {
    position: relative
}

.column2-left-sidebar .main-content, .column2-left-sidebar .main-content, .column3 .main-content {
    -webkit-order: 2;
    order: 2;
    -ms-flex-order: 2
}

@media (max-width:991px) {
    .column2-left-sidebar .main-content, .column2-left-sidebar .main-content, .column3 .main-content {
        -webkit-order: 0;
        order: 0;
        -ms-flex-order: 0
    }
}

.column3 .right-sidebar {
    -webkit-order: 3;
    order: 3;
    -ms-flex-order: 3
}

.left-sidebar, .right-sidebar {
    position: relative
}

#main {
    position: relative;
    margin-left: auto;
    margin-right: auto
}

body.wide #main {
    max-width: 100%
}

#main.boxed .porto-container {
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

#main.wide.column1 .main-content {
    padding-top: 0;
    padding-bottom: 0
}

.main-content {
    padding-top: 35px;
    padding-bottom: 40px
}

.no-breadcrumbs .main-content {
    padding-top: 20px
}

.left-sidebar, .right-sidebar {
    padding-top: 35px;
    padding-bottom: 40px
}

.no-breadcrumbs .left-sidebar, .no-breadcrumbs .right-sidebar {
    padding-top: 20px
}

@media (max-width:991px) {
    .left-sidebar, .no-breadcrumbs .left-sidebar, .right-sidebar:not(.col-md-4), .no-breadcrumbs .right-sidebar:not(.col-md-4) {
        padding-top: 0;
        margin-top: -20px
    }
}

@media (max-width:767px) {
    .right-sidebar.col-md-4, .no-breadcrumbs .right-sidebar.col-md-4 {
        padding-top: 0;
        margin-top: -20px
    }
}

.content-bottom-wrapper {
    padding-bottom: 20px
}

#content-top, #content-bottom {
    overflow: hidden
}

body.modal-open {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.clearfix {
    overflow: visible
}

.page-wrapper.coming-soon #header .header-top {
    display: block
}

    .page-wrapper.coming-soon #header .header-top .container {
        min-height: 50px
    }

    .page-wrapper.coming-soon #header .header-top .header-contact {
        display: block
    }

@media (max-width:767px) {
    .page-wrapper.coming-soon #header .header-top .header-right {
        display: none
    }
}

.page-wrapper.coming-soon #footer .footer-bottom {
    background: 0 0
}

body.boxed {
    padding: 25px 0
}

@media (max-width:767px) {
    body.boxed {
        padding: 0
    }
}

body.boxed #header {
    border-top-width: 0
}

body.boxed .banner-container {
    overflow: hidden
}

body.boxed .page-wrapper {
    border-top: 5px solid #ccc;
    margin: 0 auto;
    box-shadow: 0 0 4px rgba(0,0,0,.15)
}

@media (max-width:767px) {
    body.boxed .page-wrapper {
        width: 100% !important;
        border-width: 0;
        border-radius: 0;
        overflow: hidden
    }
}

body.boxed .vc_row[data-vc-stretch-content], #main.main-boxed .vc_row[data-vc-stretch-content] {
    margin-left: 0;
    margin-right: 0
}

@media (min-width:768px) {
    body.boxed .vc_row[data-vc-stretch-content], #main.main-boxed .vc_row[data-vc-stretch-content] {
        left: auto !important
    }
}

@media (max-width:767px) {
    body.boxed .vc_row[data-vc-stretch-content], #main.main-boxed .vc_row[data-vc-stretch-content] {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

#main.main-boxed .container .container {
    width: 100%
}

#main.main-boxed.wide .porto-container.container {
    margin-left: 0;
    margin-right: 0
}

@media (min-width:768px) {
    body.boxed #main.wide .vc_row[data-vc-stretch-content] {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

body.boxed #main.wide .container .vc_row .vc_row {
    padding-left: 0;
    padding-right: 0
}

body.boxed #main.wide .porto-wrap-container {
    max-width: none;
    margin: 0;
    padding: 0
}

body.boxed #header.sticky-header .header-main.sticky, body.boxed #header.sticky-header .main-menu-wrap {
    margin-left: auto;
    margin-right: auto
}

body.boxed .fixed-header #header, body.boxed .footer-wrapper.fixed {
    position: absolute
}

@keyframes tooltip-animation {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes tooltip-color {
    0% {
        color: #fff
    }

    50% {
        color: #333
    }

    100% {
        color: #fff
    }
}

@keyframes tooltip-color-white {
    0% {
        color: #444
    }

    50% {
        color: #fff
    }

    100% {
        color: #444
    }
}

#header .porto-tooltip, #footer .porto-tooltip {
    position: absolute !important;
    right: 0;
    top: 5px;
    width: 20px
}

@media (max-width:575px) {
    #header .porto-tooltip, #footer .porto-tooltip {
        display: none !important
    }
}

#header .tooltip-icon, #footer .tooltip-icon {
    cursor: pointer;
    border: 1px solid #000;
    color: #000;
    border-radius: 50%;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    position: relative;
    right: 5px;
    transition: all .2s ease-in-out;
    animation: tooltip-animation 1s ease-in infinite
}

#header .tooltip-popup, #footer .tooltip-popup {
    display: none;
    position: absolute;
    right: 0;
    text-align: left;
    top: -2px;
    width: 300px;
    background-color: #111;
    box-shadow: 0 0 8px rgba(255,255,255,.5);
    padding: 20px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.4;
    color: #fff;
    z-index: 2000
}

    #header .tooltip-popup h4, #footer .tooltip-popup h4 {
        font-size: 16px;
        color: #fff
    }

    #header .tooltip-popup p, #footer .tooltip-popup p {
        margin-bottom: 10px;
        color: #fff
    }

    #header .tooltip-popup em, #footer .tooltip-popup em {
        font-size: 10px
    }

#header .tooltip-close, #footer .tooltip-close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff
}

#header .porto-tooltip {
    z-index: 1000
}

#footer .porto-tooltip {
    top: 30px;
    right: 15px
}

@media (min-width:992px) {
    .header-wrapper.header-side-nav #header .tooltip-popup {
        left: -5px;
        right: auto
    }
}

ul.resp-tabs-list {
    margin: 0;
    padding: 0
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left
}

.resp-tabs-container {
    padding: 0;
    clear: left
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
    margin: 0
}

.resp-tab-content {
    display: none;
    padding: 15px
}

.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px !important
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff
}

.resp-content-active, .resp-accordion-active {
    display: block
}

.resp-tab-content {
    border: 1px solid #c1c1c1
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0 solid #c1c1c1;
    margin: 0;
    padding: 10px 15px
}

h2.resp-tab-active {
    border-bottom: 0 solid #c1c1c1 !important;
    margin-bottom: 0 !important;
    padding: 10px 15px !important
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px !important;
    margin: 0;
    cursor: pointer;
    float: none
}

.resp-vtabs .resp-tabs-container {
    padding: 0;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    clear: none
}

.resp-vtabs .resp-tab-content {
    border: none
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9b9797
}

h2.resp-tab-active {
    background: #dbdbdb !important
}

.resp-easy-accordion h2.resp-accordion {
    display: block
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1
}

    .resp-easy-accordion .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important
    }

.resp-jfit {
    width: 100%;
    margin: 0
}

.resp-tab-content-active {
    display: block
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important
}

@media only screen and (max-width:767px) {
    ul.resp-tabs-list {
        display: none
    }

    h2.resp-accordion {
        display: block
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #c1c1c1
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none
    }

    .resp-accordion-closed {
        display: none !important
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important
    }
}

.dokan-message, .dokan-info, .dokan-error {
    border: none;
    background: 0 0;
    border-radius: 0
}

    .dokan-message:before, .dokan-info:before, .dokan-error:before {
        left: 0;
        background: 0 0;
        font-style: normal;
        padding: 0;
        width: auto;
        border-radius: 0
    }

.woocommerce-error, .woocommerce-message, .woocommerce-info, .dokan-message, .dokan-info, .dokan-error {
    padding: 10px 3px;
    list-style-position: inside;
    text-align: left;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500
}

#main > .container > .woocommerce-error, #main > .container > .woocommerce-message, #main > .container > .woocommerce-info, #main > .container > .dokan-message, #main > .container > .dokan-info, #main > .container > .dokan-error {
    margin-top: 10px
}

#main > .container-fluid > .woocommerce-error, #main > .container-fluid > .woocommerce-message, #main > .container-fluid > .woocommerce-info, #main > .container-fluid > .dokan-message, #main > .container-fluid > .dokan-info, #main > .container-fluid > .dokan-error {
    margin-top: 20px
}

.woocommerce-error:before, .woocommerce-message:before, .woocommerce-info:before, .dokan-message:before, .dokan-info:before, .dokan-error:before {
    position: relative;
    top: 2px;
    margin-right: 5px;
    font-size: 20px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.woocommerce-error {
    color: #6d1a17;
    list-style: none
}

    .woocommerce-error li {
        padding: 5px 0
    }

        .woocommerce-error li:before {
            content: "\f071";
            margin-right: .5rem;
            color: var(--danger);
            font-size: 23px;
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            vertical-align: middle
        }

.dokan-error {
    color: #6d1a17
}

    .dokan-error:before {
        content: "\f071";
        color: var(--danger)
    }

.woocommerce-message .wc-forward, .dokan-message .wc-forward {
    margin-right: 10px
}

.woocommerce-message:before, .dokan-message:before {
    content: "\f00c";
    color: #0cc485
}

.woocommerce-info, .dokan-info {
    color: #2f6473
}

    .woocommerce-info:before, .dokan-info:before {
        content: "\f05a";
        color: var(--info)
    }

dl.variation {
    margin-bottom: 0;
    font-size: .625rem;
    text-transform: uppercase
}

    dl.variation p {
        font-size: inherit
    }

.shop_table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em
}

    .shop_table a {
        color: inherit;
        text-decoration: none
    }

        .shop_table a:not(.button):hover {
            color: var(--primary)
        }

    .shop_table dt, .shop_table dd {
        display: inline-block;
        margin: 0 5px 0 0;
        font-weight: 400
    }

        .shop_table dd p {
            font-size: inherit
        }

    .shop_table th {
        text-align: left;
        padding: 10px
    }

    .shop_table td {
        text-align: left;
        padding: 20px 10px
    }

    .shop_table tbody td.product-name {
        font-weight: 500;
        word-break: break-word
    }

    .shop_table tfoot tr:first-child th, .shop_table tfoot tr:first-child td {
        padding: 28px 10px 10px
    }

    .shop_table tbody th:first-child, .shop_table tfoot th:first-child {
        border-left: none
    }

    .shop_table td.actions {
        padding: 20px 0
    }

@media (max-width:575px) {
    .shop_table td.actions .coupon > * {
        margin-bottom: 1rem
    }
}

@media (max-width:767px) {
    .shop_table.shop_table_responsive, .shop_table.responsive {
        border: 1px solid #e7e7e7;
        border-top: 4px solid var(--primary);
        box-shadow: 0 2px 4px 0px rgba(0,0,0,.05)
    }

        .shop_table.shop_table_responsive thead, .shop_table.responsive thead {
            display: none
        }

        .shop_table.shop_table_responsive tr, .shop_table.responsive tr {
            display: block;
            padding: 20px 0;
            position: relative
        }

            .shop_table.shop_table_responsive tr:first-child, .shop_table.responsive tr:first-child {
                border-top: none
            }

        .shop_table.shop_table_responsive tfoot th, .shop_table.responsive tfoot th {
            border: none
        }

        .shop_table.shop_table_responsive td, .shop_table.shop_table_responsive th, .shop_table.responsive td, .shop_table.responsive th {
            background: 0 0;
            text-align: center;
            display: block;
            padding: 5px 10px;
            border: none
        }

            .shop_table.shop_table_responsive td.product-remove, .shop_table.shop_table_responsive th.product-remove, .shop_table.responsive td.product-remove, .shop_table.responsive th.product-remove {
                position: absolute;
                right: 0;
                top: 12px
            }

            .shop_table.shop_table_responsive td.product-thumbnail, .shop_table.shop_table_responsive th.product-thumbnail, .shop_table.responsive td.product-thumbnail, .shop_table.responsive th.product-thumbnail {
                padding-top: 10px
            }
}

.featured-box .shop_table {
    box-shadow: none;
    border: none
}

    .featured-box .shop_table th {
        background: 0 0;
        border-bottom: none;
        font-weight: 600
    }

        .featured-box .shop_table th:first-child, .featured-box .shop_table th:last-child, .featured-box .shop_table th:only-child {
            border-radius: 0
        }

    .featured-box .shop_table td {
        border-left: none
    }

    .featured-box .shop_table tr:last-child td:first-child, .featured-box .shop_table tr:last-child td:last-child, .featured-box .shop_table tr:last-child td:only-child {
        border-radius: 0
    }

    .featured-box .shop_table .product-remove .remove {
        font-size: 30px;
        font-weight: 800;
        text-decoration: none
    }

    .featured-box .shop_table .quantity {
        margin: 0;
        width: auto
    }

        .featured-box .shop_table .quantity input.qty {
            border-radius: 0;
            width: 38px;
            height: 30px;
            padding: 0 4px
        }

        .featured-box .shop_table .quantity .minus, .featured-box .shop_table .quantity .plus {
            width: 30px;
            height: 30px
        }

    .featured-box .shop_table .coupon {
        margin-top: 16px;
        width: 50%
    }

        .featured-box .shop_table .coupon label {
            display: none
        }

        .featured-box .shop_table .coupon #coupon_code {
            max-width: 280px
        }

    .featured-box .shop_table .actions, .featured-box .shop_table .cart-actions {
        margin-top: 8px;
        padding-bottom: 10px
    }

        .featured-box .shop_table .actions input, .featured-box .shop_table .actions button, .featured-box .shop_table .cart-actions input, .featured-box .shop_table .cart-actions button {
            margin-bottom: 15px
        }

@media (max-width:991px) {
    .featured-box .shop_table .coupon {
        width: 100%
    }

    .featured-box .shop_table .pt-left, .featured-box .shop_table .pt-right {
        float: none !important;
        text-align: center
    }
}

.order-again .button {
    padding: 0 1.5rem
}

.btn-go-shop {
    min-width: 200px;
    padding: 16px 0;
    font-size: 15px;
    letter-spacing: -.015em;
    text-align: center
}

.wc-action-btn.wc-action-sm {
    font-size: 13px;
    letter-spacing: -.015em
}

.wc-action-btn.button, .order-again .button, .btn-v-dark {
    font-weight: 700;
    text-transform: uppercase
}

@media (min-width:992px) {
    .order-info, .woocommerce-order-details {
        width: 90%
    }
}

.order-info .order-item {
    width: 20%;
    font-size: 13px;
    line-height: 24px;
    text-align: center
}

@media (max-width:767px) {
    .order-info .order-item {
        width: 33.3333%;
        margin-bottom: 2rem
    }
}

@media (max-width:575px) {
    .order-info .order-item {
        width: 50%
    }
}

.order_details tbody .amount, .checkout-order-review tbody .amount, .checkout-order-review .cart-subtotal {
    color: #777;
    font-weight: 500
}

.order_details tr td:last-child, .checkout-order-review tr td:last-child {
    text-align: right
}

.order_details tbody tr.order_item {
    line-height: 20px;
    border-bottom-width: 0
}

    .order_details tbody tr.order_item td {
        padding-top: 9px;
        padding-bottom: 0
    }

.order_details tbody td.product-name {
    padding-top: 9px
}

.order_details tfoot tr {
    padding: 5px 0
}

    .order_details tfoot tr td {
        color: #777;
        font-weight: 500
    }

    .order_details tfoot tr:last-child h4 {
        font-size: 16px
    }

    .order_details tfoot tr:last-child .amount {
        font-size: 22px;
        font-weight: 700
    }

.order_details .wc-item-meta {
    padding-left: 5px;
    margin-bottom: 0
}

    .order_details .wc-item-meta li {
        display: flex;
        font-size: 12px;
        color: #999
    }

    .order_details .wc-item-meta strong {
        margin-right: 10px
    }

    .order_details .wc-item-meta strong, .order_details .wc-item-meta p {
        font-weight: 500
    }

.featured-box .cart-actions {
    margin-top: 8px;
    margin-bottom: 20px
}

.woocommerce-thankyou-order-received {
    padding: 36px 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.025em;
    border: 2px solid #0cc485
}

    .success-message i, .woocommerce-thankyou-order-received i {
        color: #0cc485
    }

.woocommerce-thankyou .woocommerce-order-details {
    width: 100%
}

.woocommerce-account .account-sub-title, .woocommerce-thankyou .account-sub-title, .woocommerce-checkout .account-sub-title, #login-form-popup .account-sub-title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.01em
}

    .woocommerce-account .account-sub-title i, .woocommerce-thankyou .account-sub-title i, .woocommerce-checkout .account-sub-title i, #login-form-popup .account-sub-title i {
        font-size: 35px
    }

.woocommerce-account .featured-boxes, .woocommerce-thankyou .featured-boxes, .woocommerce-checkout .featured-boxes, #login-form-popup .featured-boxes {
    border: 2px solid #e7e7e7
}

.woocommerce-checkout h4, .woocommerce-cart h4, .woocommerce-order-details h4 {
    letter-spacing: -.01em;
    font-size: 14px;
    font-weight: 600
}

.woocommerce-checkout .card-sub-title, .woocommerce-cart .card-sub-title, .woocommerce-order-details .card-sub-title {
    font-weight: 700
}

.woocommerce #content table.shop_table.wishlist_table.cart a.remove, .product_list_widget .product-details a {
    color: #474747
}

.u-column1.col-1 {
    max-width: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    padding-left: 0;
    padding-right: 0
}

.col2-set {
    *zoom: 1;
    margin: 0 -15px
}

    .col2-set:before, .col2-set:after {
        content: " ";
        display: table
    }

    .col2-set:after {
        clear: both
    }

    .col2-set .col-1, .col2-set .col-2 {
        width: 50%;
        padding: 0 15px;
        max-width: none;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none
    }

    .col2-set .col-1 {
        float: left
    }

    .col2-set .col-2 {
        float: right
    }

@media (max-width:991px) {
    .col2-set .col-1, .col2-set .col-2 {
        float: none;
        width: 100%
    }
}

.chosen-container-single .chosen-single, .woocommerce-checkout .form-row .chosen-container-single .chosen-single {
    background-image: none;
    height: 34px;
    line-height: 28px;
    padding: 3px 8px
}

.chosen-container-active.chosen-with-drop .chosen-single {
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset
}

.chosen-container-single .chosen-single, .chosen-container-active.chosen-with-drop .chosen-single {
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset
}

    .chosen-container-single .chosen-single div b, .woocommerce-checkout .form-row .chosen-container-single .chosen-single div b {
        background-position: 0 7px !important
    }

    .chosen-container-active.chosen-with-drop .chosen-single div b, .woocommerce-checkout .form-row .chosen-container-active.chosen-with-drop .chosen-single div b {
        background-position: -18px 7px !important
    }

.select2-container .select2-choice {
    background-image: none;
    height: 34px;
    line-height: 28px;
    padding: 3px 8px;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset
}

.select2-container-active .select2-choice {
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset
}

.select2-drop, .select2-drop-active {
    margin-top: -2px
}

    .select2-drop .select2-search, .select2-drop-active .select2-search {
        padding-top: 4px
    }

    .select2-drop .select2-results, .select2-drop-active .select2-results {
        font-size: .9em
    }

        .select2-drop .select2-results li, .select2-drop-active .select2-results li {
            line-height: 20px
        }

.form-row {
    margin-bottom: 15px;
    vertical-align: top
}

    .form-row:not(.row) {
        display: block;
        margin-left: 0;
        margin-right: 0
    }

    .form-row label {
        display: block
    }

        .form-row label.checkbox {
            display: inline-block
        }

        .form-row label.inline {
            display: inline
        }

    .form-row .required {
        border: none;
        cursor: default;
        color: #c10000
    }

    .form-row input[type=email], .form-row input[type=number], .form-row input[type=password], .form-row input[type=search], .form-row input[type=tel], .form-row input[type=text], .form-row input[type=url], .form-row input[type=color], .form-row input[type=date], .form-row input[type=datetime], .form-row input[type=datetime-local], .form-row input[type=month], .form-row input[type=time], .form-row input[type=week], .form-row select, .form-row textarea {
        width: 100%
    }

.form-row-wide {
    width: 100%
}

.form-row-first {
    float: left;
    width: 50%;
    padding-right: 10px
}

@media (max-width:767px) {
    .form-row-first {
        float: none;
        width: 100%;
        padding-right: 0
    }
}

.form-row-last {
    float: right;
    width: 50%;
    padding-left: 10px
}

@media (max-width:767px) {
    .form-row-last {
        float: none;
        width: 100%;
        padding-left: 0
    }
}

header.title {
    position: relative;
    *zoom: 1
}

    header.title:before, header.title:after {
        content: " ";
        display: table
    }

    header.title:after {
        clear: both
    }

    header.title h3 {
        float: left;
        margin-bottom: 15px
    }

    header.title .edit {
        float: right;
        margin-bottom: 15px
    }

form.global-login label.inline {
    display: inline-block;
    margin: 0;
    vertical-align: middle
}

form.global-login #rememberme {
    margin-left: 10px
}

.wcml-switcher {
    position: relative
}

    .wcml-switcher h5 {
        cursor: pointer !important
    }

    .wcml-switcher li.loading {
        display: inline-block !important;
        position: absolute !important;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: .3;
        cursor: wait
    }

p.demo_store {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #000;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0,0,0,.2)
}

body.woocommerce-page .main-content .featured-box {
    margin-top: 0;
    margin-bottom: 30px
}

body.woocommerce-page .card-body .featured-box {
    margin-bottom: 0
}

.overlay-vendor-effect {
    background: rgba(0,0,0,.4);
    padding-bottom: 1px
}

.vendor-profile-bg {
    background: #d41b1b;
    color: #fff;
    text-align: center;
    margin-bottom: 20px
}

    .vendor-profile-bg h1 a {
        text-align: center;
        color: #fff;
        font-size: 26px;
        font-weight: 700;
        text-transform: capitalize
    }

    .vendor-profile-bg p {
        font-weight: 700;
        text-align: center;
        font-size: 14px;
        margin: 10px
    }

.vendor_userimg img {
    border-radius: 100px;
    margin: 20px 0
}

#footer form {
    opacity: 1
}

.price, td.product-price, td.product-subtotal, td.product-total, td.order-total, tr.cart-subtotal {
    line-height: 1;
    font-weight: 600;
    font-size: 2.5714em
}

    .price .price, td.product-price .price, td.product-subtotal .price, td.product-total .price, td.order-total .price, tr.cart-subtotal .price {
        font-size: 1em
    }

    .price .currency, .price .decimal, td.product-price .currency, td.product-price .decimal, td.product-subtotal .currency, td.product-subtotal .decimal, td.product-total .currency, td.product-total .decimal, td.order-total .currency, td.order-total .decimal, tr.cart-subtotal .currency, tr.cart-subtotal .decimal {
        font-size: .75em;
        font-weight: 400
    }

        .price .currency .decimal, td.product-price .currency .decimal, td.product-subtotal .currency .decimal, td.product-total .currency .decimal, td.order-total .currency .decimal, tr.cart-subtotal .currency .decimal {
            font-size: 1em
        }

    .price ins, td.product-price ins, td.product-subtotal ins, td.product-total ins, td.order-total ins, tr.cart-subtotal ins {
        display: inline-block;
        text-decoration: none;
        vertical-align: baseline
    }

    .price del, .price .from, td.product-price del, td.product-price .from, td.product-subtotal del, td.product-subtotal .from, td.product-total del, td.product-total .from, td.order-total del, td.order-total .from, tr.cart-subtotal del, tr.cart-subtotal .from {
        display: inline-block;
        color: #a7a7a7;
        font-size: .8em;
        margin-right: .2143em;
        vertical-align: baseline
    }

td.product-price, td.product-subtotal, td.product-total, td.order-total, tr.cart-subtotal {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

div.quantity {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    text-align: left;
    vertical-align: middle
}

    div.quantity.hidden {
        display: none !important
    }

    div.quantity button[type=button] {
        cursor: pointer
    }

    div.quantity .qty {
        -moz-appearance: textfield;
        text-align: center;
        width: 2.5em;
        height: 36px;
        padding-left: 0;
        padding-right: 0;
        box-shadow: none
    }

    div.quantity .minus, div.quantity .plus {
        position: relative;
        width: 2em;
        height: 36px;
        line-height: 1;
        border: 1px solid;
        padding: 0;
        outline: none;
        text-indent: -9999px
    }

        div.quantity .minus:before, div.quantity .plus:before {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            width: 9px;
            border-top: 1px solid;
            margin-top: -.5px;
            margin-left: -4.5px
        }

    div.quantity .plus {
        left: -1px
    }

        div.quantity .plus:after {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            height: 9px;
            border-left: 1px solid;
            margin-top: -4.5px;
            margin-left: -.5px
        }

    div.quantity .minus {
        left: 1px
    }

.quantity .qty {
    color: #222529
}

.product-image {
    display: block;
    position: relative;
    border: none;
    width: 100%;
    padding: 0
}

    .product-image:hover {
        z-index: 1
    }

    .product-image .inner {
        display: block;
        overflow: hidden;
        position: relative
    }

    .product-image img {
        display: inline-block;
        width: 100%;
        height: auto;
        transition: opacity .3s ease-in-out;
        transform: translateZ(0)
    }

    .product-image .viewcart {
        font-size: 1.25rem;
        border-radius: 50%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 3;
        text-align: center;
        width: 2.2em;
        height: 2.2em;
        line-height: 2.1em;
        display: none;
        opacity: 0;
        transition: .25s
    }

        .product-image .viewcart:before {
            font-family: "Simple-Line-Icons";
            content: "\e04e"
        }

        .product-image .viewcart:hover {
            color: #fff
        }

    .product-image .labels {
        line-height: 1;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        position: absolute;
        z-index: 2;
        top: .8em;
        font-size: 10px;
        left: .8em;
        text-align: center
    }

        .product-image .labels .onhot, .product-image .labels .onsale {
            padding: 5px 11px;
            margin-bottom: 5px
        }

        .product-image .labels .onhot {
            background: #62b959
        }

        .product-image .labels .onsale {
            background: #e27c7c
        }

        .product-image .labels .tooltip {
            font-weight: 400;
            text-transform: none;
            white-space: nowrap;
            z-index: 100
        }

    .product-image .stock {
        position: absolute;
        z-index: 1;
        color: #000;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 10em;
        height: 3em;
        line-height: 3em;
        margin: auto;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        transition: .25s
    }

.yith-wcbm-badge {
    margin: 0
}

    .yith-wcbm-badge img {
        margin: 0 !important;
        border-radius: 0;
        opacity: 1 !important
    }

.products .yith-wcbm-badge {
    margin: 0
}

    .products .yith-wcbm-badge img {
        margin: 0 !important
    }

.add-links .add_to_cart_read_more, .add-links .add_to_cart_button, .yith-wcwl-add-to-wishlist a, .yith-wcwl-add-to-wishlist span, .add-links-wrap .quickview {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: inherit;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
    transition: .25s
}

    .add-links .add_to_cart_read_more:before, .add-links .add_to_cart_button:before, .yith-wcwl-add-to-wishlist a:before, .yith-wcwl-add-to-wishlist span:before, .add-links-wrap .quickview:before {
        display: inline-block
    }

.add-links .add_to_cart_button, .add-links .add_to_cart_read_more, .add-links .yith-compare {
    background: 0 0;
    padding: 0 .625rem;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 1;
    white-space: nowrap
}

    .add-links .add_to_cart_button:before, .add-links .add_to_cart_read_more:before, .add-links .yith-compare:before {
        content: "\f061";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        margin-right: 5px;
        position: relative;
        float: left
    }

    .add-links .yith-compare:before {
        content: "\e810";
        font-family: 'porto'
    }

    .add-links .yith-compare.added:before {
        content: "\f00c";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        line-height: 36px
    }

.product-type-simple .add-links .add_to_cart_button:before {
    font-family: "Porto";
    content: "\e8ba";
    font-size: 1rem;
    font-weight: 600;
    font-size: .9375rem
}

.add-links .add_to_cart_button.loading.viewcart-style-1:after {
    opacity: .5;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: ""
}

.add-links .add_to_cart_button, .add-links .add_to_cart_read_more, .add-links .quickview, .add-links .yith-compare {
    height: 36px;
    line-height: 34px;
    min-width: 36px;
    border: 1px solid transparent
}

.yith-wcwl-add-to-wishlist {
    margin-top: 0;
    line-height: 1;
    vertical-align: top
}

    .yith-wcwl-add-to-wishlist > div {
        transition: .25s
    }

    .yith-wcwl-add-to-wishlist a, .yith-wcwl-add-to-wishlist span {
        width: 36px;
        height: 36px;
        line-height: 34px;
        padding: 0;
        border: 1px solid #d8d8d6;
        color: #302e2a;
        text-indent: -9999em;
        background: 0 0;
        border: 1px solid transparent
    }

        .yith-wcwl-add-to-wishlist a:before, .yith-wcwl-add-to-wishlist span:before {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            text-indent: 0;
            font-size: 1rem;
            font-family: 'Porto'
        }

    .yith-wcwl-add-to-wishlist .add_to_wishlist:before {
        content: '\e889'
    }

    .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before, .yith-wcwl-add-to-wishlist .delete_item:before {
        content: '\e88a'
    }

    .yith-wcwl-add-to-wishlist + .clear, .yith-wcwl-add-to-wishlist a i {
        display: none
    }

    .yith-wcwl-add-to-wishlist .feedback, .yith-wcwl-add-to-wishlist img.ajax-loading {
        display: none !important
    }

li.product-outimage_aq_onimage .add-links .quickview {
    color: #fff
}

.add-links .quickview {
    position: relative;
    width: 36px;
    padding: 0;
    border: 1px solid #d8d8d6;
    background: 0 0;
    text-indent: -9999em;
    text-transform: uppercase;
    font-size: 13px
}

    .add-links .quickview:before {
        content: "ï";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        text-indent: 0;
        font-family: 'Font Awesome 5 Free';
        font-size: 1.1em;
        font-weight: 900
    }

    .add-links .quickview.loading:after {
        content: "";
        opacity: .5;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

.single-add-to-cart .type-product .single_add_to_cart_button:before {
    content: none
}

.single-add-to-cart .type-product .single_add_to_cart_button:after {
    content: "\f00c";
    margin-left: 10px;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

#comments h2 {
    margin-top: 0
}

.commentlist {
    list-style: none;
    margin: 15px 0;
    padding: 0;
    *zoom: 1
}

    .commentlist:before, .commentlist:after {
        content: " ";
        display: table
    }

    .commentlist:after {
        clear: both
    }

    .commentlist li {
        clear: both;
        margin-bottom: 20px
    }

        .commentlist li:last-child {
            margin-bottom: 0
        }

@media (max-width:575px) {
    .commentlist li .comment_container {
        padding: 10px 10px 15px
    }
}

.commentlist li .comment-text {
    padding: 20px;
    position: relative
}

@media (max-width:575px) {
    .commentlist li .comment-text {
        padding: 0;
        background: 0 0
    }
}

.commentlist li .comment-text p {
    font-size: .9em;
    line-height: 21px;
    margin: 0;
    padding: 0
}

.commentlist li .comment-text .meta {
    font-size: 1em;
    margin: 0
}

    .commentlist li .comment-text .meta strong {
        display: inline-block;
        line-height: 21px;
        margin: 0;
        padding: 0 0 5px
    }

@media (max-width:575px) {
    .commentlist li .comment-text .meta strong {
        display: block;
        padding-bottom: 0
    }
}

.commentlist li .comment-text .meta time {
    color: #999;
    font-size: .9em
}

.comment-reply-title {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 27px;
    margin: 0 0 14px
}

.comment-form-rating label {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0
}

.comment-form-rating .stars {
    display: inline-block;
    position: relative;
    top: -.5em;
    white-space: nowrap
}

    .comment-form-rating .stars span a {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 14px;
        text-indent: -9999em;
        transition: all .2s;
        text-decoration: none
    }

        .comment-form-rating .stars span a:before {
            color: #706f6c;
            content: "";
            position: absolute;
            left: 0;
            height: 24px;
            text-indent: 0;
            letter-spacing: 1px
        }

        .comment-form-rating .stars span a:hover:before {
            color: #706f6c
        }

    .comment-form-rating .stars .star-1 {
        z-index: 10
    }

        .comment-form-rating .stars .star-1:before {
            width: 17px
        }

        .comment-form-rating .stars .star-1:hover:before, .comment-form-rating .stars .star-1.active:before {
            content: "ï€…"
        }

    .comment-form-rating .stars .star-2 {
        z-index: 9
    }

        .comment-form-rating .stars .star-2:before {
            width: 34px
        }

        .comment-form-rating .stars .star-2:hover:before, .comment-form-rating .stars .star-2.active:before {
            content: "ï€…" "ï€…"
        }

    .comment-form-rating .stars .star-3 {
        z-index: 8
    }

        .comment-form-rating .stars .star-3:before {
            width: 51px
        }

        .comment-form-rating .stars .star-3:hover:before, .comment-form-rating .stars .star-3.active:before {
            content: "ï€…" "ï€…" "ï€…"
        }

    .comment-form-rating .stars .star-4 {
        z-index: 7
    }

        .comment-form-rating .stars .star-4:before {
            width: 68px
        }

        .comment-form-rating .stars .star-4:hover:before, .comment-form-rating .stars .star-4.active:before {
            content: "ï€…" "ï€…" "ï€…" "ï€…"
        }

    .comment-form-rating .stars .star-5 {
        z-index: 6
    }

        .comment-form-rating .stars .star-5:before {
            content: "ï€…" "ï€…" "ï€…" "ï€…" "ï€…";
            font-weight: 400
        }

        .comment-form-rating .stars .star-5:hover:before, .comment-form-rating .stars .star-5.active:before {
            font-weight: 900
        }

#yith-wcwl-popup-message {
    border-width: 4px 0 0;
    font-weight: 600;
    line-height: 1.5;
    padding: 15px 20px;
    width: 250px;
    margin-left: -125px !important;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0,0,0,.5)
}

.yith-wcan-sort-by ul.orderby li.orderby-wrapper a.active, a.yith-wcan-onsale-button.active, a.yith-wcan-instock-button.active, a.yith-wcan-price-link.active, ul.yith-wcan-list li.chosen a {
    position: relative;
    padding-left: 16px !important
}

    .yith-wcan-sort-by ul.orderby li.orderby-wrapper a.active:before, .yith-wcan-sort-by ul.orderby li.orderby-wrapper a.active:after, a.yith-wcan-onsale-button.active:before, a.yith-wcan-onsale-button.active:after, a.yith-wcan-instock-button.active:before, a.yith-wcan-instock-button.active:after, a.yith-wcan-price-link.active:before, a.yith-wcan-price-link.active:after, ul.yith-wcan-list li.chosen a:before, ul.yith-wcan-list li.chosen a:after {
        content: '';
        position: absolute;
        color: #777;
        top: 50%
    }

    .yith-wcan-sort-by ul.orderby li.orderby-wrapper a.active:before, a.yith-wcan-onsale-button.active:before, a.yith-wcan-instock-button.active:before, a.yith-wcan-price-link.active:before, ul.yith-wcan-list li.chosen a:before {
        width: 11px;
        left: 0;
        margin-top: -1px;
        border-top: 1px solid;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg)
    }

    .yith-wcan-sort-by ul.orderby li.orderby-wrapper a.active:after, a.yith-wcan-onsale-button.active:after, a.yith-wcan-instock-button.active:after, a.yith-wcan-price-link.active:after, ul.yith-wcan-list li.chosen a:after {
        height: 11px;
        left: 5px;
        -webkit-transform: translateY(-50%) rotateZ(45deg);
        transform: translateY(-50%) rotateZ(45deg);
        border-left: 1px solid
    }

.filter-item-list, .single_variation_wrap .variations_button, .single-product form.cart:not(.variations_form) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}

.product_title {
    font-size: 2em;
    font-weight: 600;
    margin-bottom: .5em
}

    .product_title a {
        text-decoration: none
    }

    .product_title.show-product-nav {
        width: calc(100% - 52px)
    }

.product-nav {
    position: absolute;
    top: 0;
    margin-top: calc(1.125rem - 14px);
    right: 10px;
    *zoom: 1;
    z-index: 1
}

    .product-nav:before, .product-nav:after {
        content: " ";
        display: table
    }

    .product-nav:after {
        clear: both
    }

    .product-nav .product-prev, .product-nav .product-next {
        float: left;
        margin-left: .125rem
    }

        .product-nav .product-prev:hover .product-popup, .product-nav .product-next:hover .product-popup {
            display: block
        }

    .product-nav a {
        display: block;
        color: #222529
    }

        .product-nav a:hover, .product-nav a:focus {
            color: #222529
        }

    .product-nav .product-link {
        font-size: 16px;
        width: 28px;
        height: 28px;
        line-height: 23px;
        border: 2px solid #e7e7e7;
        border-radius: 14px;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        font-family: "porto"
    }

        .product-nav .product-link.disabled {
            cursor: default;
            opacity: .5
        }

    .product-nav .product-prev .product-link:before {
        content: "î ™"
    }

    .product-nav .product-prev .product-popup:before {
        right: 36px
    }

    .product-nav .product-next .product-link:before {
        content: "î š"
    }

    .product-nav .product-next .product-popup:before {
        right: 7px
    }

    .product-nav .featured-box {
        display: block;
        margin: 0;
        text-align: left;
        border-width: 0;
        box-shadow: 0 5px 8px rgba(0,0,0,.15)
    }

        .product-nav .featured-box .box-content {
            display: block;
            padding: 10px;
            *zoom: 1
        }

            .product-nav .featured-box .box-content:before, .product-nav .featured-box .box-content:after {
                content: " ";
                display: table
            }

            .product-nav .featured-box .box-content:after {
                clear: both
            }

    .product-nav .product-popup {
        display: none;
        position: absolute;
        top: 32px;
        right: 0;
        font-size: .9286em;
        z-index: 999
    }

        .product-nav .product-popup:before {
            border-bottom: 7px solid #222529;
            border-left: 7px solid transparent !important;
            border-right: 7px solid transparent !important;
            content: "";
            position: absolute;
            top: -5px
        }

        .product-nav .product-popup .box-content {
            border-top: 3px solid #222529
        }

        .product-nav .product-popup .product-image {
            padding: 0;
            width: 90px
        }

            .product-nav .product-popup .product-image img {
                width: 100%;
                height: auto
            }

        .product-nav .product-popup .product-details .product-title {
            display: block;
            padding-top: 5px;
            line-height: 1.4em;
            font-size: 12px;
            font-weight: 600;
            text-align: center;
            color: #797876
        }

        .product-nav .product-popup .product-details .amount {
            font-size: 1.0714em;
            font-weight: 600;
            line-height: 1;
            vertical-align: middle
        }

            .product-nav .product-popup .product-details .amount .currency, .product-nav .product-popup .product-details .amount .decimal {
                font-size: .75em;
                font-weight: 400
            }

                .product-nav .product-popup .product-details .amount .currency .decimal {
                    font-size: 1em
                }

        .product-nav .product-popup .product-details ins {
            text-decoration: none;
            vertical-align: baseline
        }

        .product-nav .product-popup .product-details del, .product-nav .product-popup .product-details .from {
            color: #a7a7a7;
            font-size: .8em;
            margin-right: 3px;
            vertical-align: baseline
        }

            .product-nav .product-popup .product-details del .amount, .product-nav .product-popup .product-details .from .amount {
                color: #a7a7a7
            }

.woocommerce-product-rating {
    color: #999;
    margin-bottom: 1.4286em;
    margin-top: 0;
    font-size: .9286em
}

    .woocommerce-product-rating .star-rating {
        font-size: 1.2857em;
        display: inline-block;
        margin-right: .7143em;
        position: relative
    }

    .woocommerce-product-rating .review-link {
        display: inline-block
    }

        .woocommerce-product-rating .review-link a:first-child {
            padding-left: 0
        }

    .woocommerce-product-rating a {
        color: inherit;
        display: inline-block;
        vertical-align: bottom;
        padding: 0 .7143em
    }

        .woocommerce-product-rating a:hover, .woocommerce-product-rating a:active {
            color: #888
        }

    .woocommerce-product-rating.noreview a {
        padding: 0
    }

.product-summary-wrap .summary-before, .product-summary-wrap .summary {
    margin-bottom: 2rem
}

.product-summary-wrap .description {
    margin-bottom: 1em
}

    .product-summary-wrap .description p:last-child {
        margin-bottom: 0
    }

@media (max-width:767px) {
    .product-summary-wrap .summary {
        margin-right: 0
    }
}

.product-summary-wrap .cart {
    margin-bottom: 1.7857em
}

.product-summary-wrap .quantity {
    vertical-align: top;
    margin-bottom: 5px
}

.product-summary-wrap .single_add_to_cart_button {
    margin: 0 4px 5px 0
}

    .product-summary-wrap .single_add_to_cart_button:before {
        display: inline-block;
        content: "\e8ba";
        font-family: "Porto";
        margin-right: .5rem;
        font-size: 1.125rem;
        line-height: 1
    }

@media (max-width:991px) {
    .product-summary-wrap .single_add_to_cart_button {
        padding: 0 1.4286em
    }
}

@media (max-width:575px) {
    .product-summary-wrap .single_add_to_cart_button {
        padding: 0 .7143em
    }
}

.product-summary-wrap .stock {
    font-weight: 600;
    color: #4c4c4c;
    margin-bottom: 0
}

.product-summary-wrap .yith-wcwl-add-to-wishlist {
    position: relative;
    text-align: left
}

    .product-summary-wrap .yith-wcwl-add-to-wishlist a, .product-summary-wrap .yith-wcwl-add-to-wishlist span {
        width: auto;
        text-indent: 0;
        overflow: visible;
        border: none;
        background: 0 0;
        color: inherit;
        border-radius: 0
    }

.product-summary-wrap .product_meta {
    margin: 1.2143em 0
}

    .product-summary-wrap .product_meta span span, .product-summary-wrap .product_meta span a {
        display: inline-block;
        font-weight: 700
    }

.product-summary-wrap .share-links {
    margin: 2.2143em 0 0
}

.product-summary-wrap .product-stock, .product-summary-wrap .posted_in, .product-summary-wrap .sku_wrapper, .product-summary-wrap .tags {
    display: block;
    margin-bottom: .25rem
}

.product-summary-wrap .share-links {
    margin-bottom: 1.0714em
}

.product-summary-wrap #product-tab .description {
    margin-bottom: 0
}

.product-summary-wrap #product-tab hr {
    display: none
}

#product-tab:not(:last-child) {
    margin-bottom: 1.5rem
}

#product-tab .tab-content h2 {
    margin-bottom: .7em
}

#product-tab .tab-content > h2:first-child {
    display: none
}

#reviews .commentlist li {
    position: relative;
    padding-left: 115px
}

@media (max-width:575px) {
    #reviews .commentlist li {
        padding-left: 0
    }
}

#reviews .commentlist li .img-thumbnail {
    position: absolute;
    left: 0;
    top: 0
}

    #reviews .commentlist li .img-thumbnail img {
        max-width: 80px;
        height: auto
    }

@media (max-width:575px) {
    #reviews .commentlist li .img-thumbnail {
        position: static;
        margin: 0 12px 10px 0;
        float: left
    }

        #reviews .commentlist li .img-thumbnail img {
            max-width: 60px
        }
}

#reviews .commentlist li .comment-text {
    min-height: 90px
}

    #reviews .commentlist li .comment-text:before {
        content: "";
        border-bottom: 15px solid transparent;
        left: -15px;
        border-top: 15px solid transparent;
        height: 0;
        position: absolute;
        top: 28px;
        width: 0
    }

@media (max-width:575px) {
    #reviews .commentlist li .comment-text:before {
        display: none
    }
}

#reviews .commentlist li .star-rating {
    float: right
}

@media (max-width:575px) {
    #reviews .commentlist li .star-rating {
        float: none
    }
}

div.products {
    margin-bottom: 1.875rem
}

.products.related {
    padding-bottom: 1.875rem;
    margin-bottom: 0
}

.main-content .products.related {
    padding-bottom: .5rem
}

#content-bottom + .products.related {
    margin-top: 2.5rem
}

.summary-before {
    position: relative
}

@media (max-width:991px) {
    .summary-before {
        margin-left: auto;
        margin-right: auto
    }
}

.summary-before .labels {
    position: absolute;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    z-index: 7;
    top: .8em;
    left: .8em
}

    .summary-before .labels .onhot, .summary-before .labels .onsale {
        font-size: .8571em;
        padding: .5833em .6333em;
        margin-bottom: 5px;
        display: block
    }

    .summary-before .labels .onhot {
        background: #62b959
    }

    .summary-before .labels .onsale {
        background: #e27c7c
    }

.product-images {
    position: relative;
    margin-bottom: 8px
}

    .product-images .zoom {
        border-radius: 100%;
        bottom: 4px;
        cursor: pointer;
        color: #fff;
        display: block;
        height: 30px;
        padding: 0;
        position: absolute;
        right: 4px;
        text-align: center;
        width: 30px;
        opacity: 0;
        transition: all .1s;
        z-index: 1000
    }

        .product-images .zoom i {
            font-size: 14px;
            line-height: 28px
        }

    .product-images:hover .zoom {
        opacity: 1
    }

    .product-images .product-image-slider.owl-carousel {
        margin-bottom: 0
    }

        .product-images .product-image-slider.owl-carousel .img-thumbnail {
            display: block
        }

.product-image-slider.owl-carousel {
    margin-bottom: 10px
}

    .product-image-slider.owl-carousel .img-thumbnail {
        width: 100%;
        padding: 0
    }

    .product-image-slider.owl-carousel .owl-nav [class*=owl-], .product-image-slider.owl-carousel .owl-nav [class*=owl-]:hover, .product-image-slider.owl-carousel .owl-nav [class*=owl-]:active {
        background: 0 0 !important;
        font-size: 22px;
        color: #222529
    }

    .product-image-slider.owl-carousel .owl-nav .owl-prev {
        left: 0
    }

    .product-image-slider.owl-carousel .owl-nav .owl-next {
        right: 0
    }

    .product-image-slider.owl-carousel .owl-item {
        cursor: grab;
        line-height: 1
    }

.product-thumbs-slider.owl-carousel {
    margin-bottom: 0
}

    .product-thumbs-slider.owl-carousel .img-thumbnail {
        width: 100%;
        padding: 0
    }

    .product-thumbs-slider.owl-carousel .thumb-nav {
        opacity: 0;
        transition: opacity .3s;
        top: 50%;
        position: absolute;
        margin-top: -20px;
        width: 100% !important
    }

        .product-thumbs-slider.owl-carousel .thumb-nav .thumb-prev, .product-thumbs-slider.owl-carousel .thumb-nav .thumb-next {
            cursor: pointer;
            display: inline-block;
            position: absolute;
            font-size: 15px;
            width: 30px;
            height: 30px;
            text-align: center;
            text-shadow: 0 -1px 0 rgba(0,0,0,.25);
            margin: 5px;
            padding: 4px 7px;
            -webkit-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

            .product-thumbs-slider.owl-carousel .thumb-nav .thumb-prev:before, .product-thumbs-slider.owl-carousel .thumb-nav .thumb-next:before {
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
                position: relative;
                top: 0
            }

        .product-thumbs-slider.owl-carousel .thumb-nav .thumb-prev {
            left: -5px
        }

            .product-thumbs-slider.owl-carousel .thumb-nav .thumb-prev:before {
                content: "ï“";
                left: -1px
            }

        .product-thumbs-slider.owl-carousel .thumb-nav .thumb-next {
            right: -5px
        }

            .product-thumbs-slider.owl-carousel .thumb-nav .thumb-next:before {
                content: "ï”";
                left: 1px
            }

    .product-thumbs-slider.owl-carousel:hover .thumb-nav {
        opacity: 1
    }

    .product-thumbs-slider.owl-carousel .owl-item {
        cursor: pointer
    }

        .product-thumbs-slider.owl-carousel .owl-item img {
            transition: opacity .3s
        }

    .product-thumbs-slider.owl-carousel .img-thumbnail {
        border: 1px solid transparent;
        transition: border-color .2s
    }

.variations td > br {
    display: none
}

.variations .label {
    font-size: 1em;
    color: inherit;
    text-align: left;
    padding-left: 0
}

.variations .reset_variations {
    display: inline-block;
    line-height: 1;
    padding: .4375rem .5rem;
    margin-top: .7em;
    background: #f4f4f4;
    color: inherit;
    font-size: .625rem;
    text-transform: uppercase;
    text-decoration: none
}

.variations tr td {
    padding-top: 2px
}

    .variations tr td label {
        padding-top: 10px
    }

.variations tr:last-child select {
    margin-bottom: 0
}

.variations select {
    display: block;
    height: 2.625rem;
    font-size: .8571em;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: none;
    width: 100%
}

.single_variation_wrap, .single-product .cart:not(.variations_form) {
    padding: 1.25rem 0 1rem;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 1rem
}

.wcml_currency_switcher {
    margin-bottom: 15px
}

.group_table th, .group_table td {
    vertical-align: middle;
    display: table-cell
}

.group_table .label, .group_table .price {
    font-size: 1.2em
}

h2.resp-accordion {
    padding: 15px !important;
    line-height: 1.4;
    font-size: 1em
}

.resp-arrow {
    display: none
}

.tab-content h2 {
    font-size: 1.4286em;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 1.0714em
}

.tab-content p {
    margin-bottom: 10px
}

.tab-content table {
    margin-top: 20px
}

    .tab-content table p {
        margin: 0
    }

.tab-content *:last-child {
    margin-bottom: 0
}

.woocommerce-tabs .tab-content {
    border: none;
    border-top: solid 1px #e7e7e7;
    box-shadow: none;
    padding: 30px 0 15px
}

@media (max-width:767px) {
    .woocommerce-tabs .tab-content {
        border-top: none
    }
}

.woocommerce-tabs .tab-content p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .005em;
    line-height: 1.9
}

.woocommerce-tabs .resp-tabs-list {
    border-bottom: none
}

    .woocommerce-tabs .resp-tabs-list li {
        font-weight: 700;
        color: #818692 !important;
        text-transform: uppercase;
        background: 0 0 !important;
        border: none !important;
        border-bottom: 2px solid transparent !important;
        padding: 7px 0 !important;
        border-radius: 0;
        margin-right: 35px
    }

        .woocommerce-tabs .resp-tabs-list li.resp-tab-active {
            color: #222529 !important
        }

.woocommerce-tabs h2.resp-accordion {
    border-top: none !important;
    border-left: none;
    border-right: none;
    background: 0 0 !important;
    text-transform: uppercase;
    font-weight: 700;
    color: #313131
}

    .woocommerce-tabs h2.resp-accordion:before {
        content: '\e81c';
        font-family: 'porto';
        float: left;
        margin-right: 10px
    }

.woocommerce-tabs h2.resp-tab-active {
    border-bottom: 2px solid !important
}

    .woocommerce-tabs h2.resp-tab-active:before {
        content: '\e81b'
    }

.single-product .cart {
    margin-bottom: 0
}

    .single-product .cart:not(.variations_form) {
        margin-top: 10px
    }

.single-product .product-summary-wrap .yith-wcwl-add-to-wishlist {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 15px .5rem 0 0;
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -.015em
}

    .single-product .product-summary-wrap .yith-wcwl-add-to-wishlist + .clear {
        display: block
    }

.single-product .product-summary-wrap .description p {
    font-size: 1.1428em;
    line-height: 1.6875;
    letter-spacing: -.015em
}

.single-product .product-summary-wrap .price {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.02em
}

    .single-product .product-summary-wrap .price .price {
        margin-top: 0;
        margin-bottom: 0
    }

    .single-product .product-summary-wrap .price del {
        letter-spacing: 0
    }

.single-product .product-summary-wrap .yith-compare {
    display: inline-flex;
    height: 34px;
    margin-top: 15px;
    padding: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 34px;
    background: 0 0;
    color: #212529;
    text-transform: uppercase
}

    .single-product .product-summary-wrap .yith-compare:before {
        content: "\e810";
        margin-right: .25rem;
        font-family: 'porto';
        font-size: 1.125rem
    }

    .single-product .product-summary-wrap .yith-compare.added:before {
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        font-weight: 900
    }

    .single-product .product-summary-wrap .yith-compare:hover, .single-product .product-summary-wrap .yith-compare:hover:before, .single-product .product-summary-wrap .yith-compare:focus, .single-product .product-summary-wrap .yith-compare:focus:before, .single-product .product-summary-wrap .yith-compare:active, .single-product .product-summary-wrap .yith-compare:active:before {
        color: var(--primary);
        background: 0 0
    }

.single-product .product-summary-wrap .share-links {
    margin: 0
}

    .single-product .product-summary-wrap .share-links a {
        font-size: 13px;
        width: 32px;
        height: 32px;
        border-radius: 16px;
        margin: .2857em .1em .2857em 0
    }

.single-product .product-summary-wrap .product-share {
    display: inline-block;
    margin: 15px .5rem 0 0;
    vertical-align: middle
}

.single-product .product_meta {
    clear: both;
    font-size: .8571em;
    text-transform: uppercase
}

.single-product .entry-summary .add_to_wishlist:before {
    position: relative;
    content: '\e91b';
    font-size: 1.125rem;
    bottom: auto;
    right: auto
}

.single-product .entry-summary .yith-wcwl-wishlistexistsbrowse a:before, .single-product .entry-summary .yith-wcwl-wishlistaddedbrowse a:before, .single-product .entry-summary .yith-wcwl-add-to-wishlist .delete_item:before {
    position: static;
    margin-right: .125rem;
    line-height: 1
}

.single-product .product_title {
    font-size: 1.875rem;
    line-height: 1.2;
    color: #222529;
    letter-spacing: -.01em;
    font-weight: 700;
    margin-bottom: .2em
}

.single-product .product-images .zoom {
    background: 0 0;
    color: #212529
}

.single-product .woocommerce-product-rating .star-rating {
    font-size: 13px;
    top: 1px
}

    .single-product .woocommerce-product-rating .star-rating:before {
        color: #999
    }

    .single-product .woocommerce-product-rating .star-rating span:before {
        color: #ff5b5b
    }

.single-product .woocommerce-product-rating:after {
    content: '';
    display: block;
    width: 40px;
    border-top: 2px solid #e7e7e7;
    margin: 1rem 0 1.25rem
}

.single-product .variations {
    width: auto;
    min-width: 45%
}

    .single-product .variations .label {
        display: table-cell;
        padding-right: 1em
    }

        .single-product .variations .label label {
            font-size: .8571em;
            text-transform: uppercase;
            line-height: 42px;
            white-space: nowrap;
            padding: 0;
            margin: 0
        }

            .single-product .variations .label label:after {
                content: ":"
            }

.single-product ul.product_list_widget li .product-image {
    width: 75px;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    margin-right: 15px
}

.single-product ul.product_list_widget li .product-details {
    max-width: calc(100% - 90px)
}

.single-product .product-summary-wrap .quantity, .shop_table.cart-table .quantity {
    margin-right: .5rem
}

    .single-product .product-summary-wrap .quantity .minus, .single-product .product-summary-wrap .quantity .plus, .shop_table.cart-table .quantity .minus, .shop_table.cart-table .quantity .plus {
        width: 30px;
        height: 3rem;
        border: solid 1px #e7e7e7;
        color: #222529;
        border-radius: 0
    }

    .single-product .product-summary-wrap .quantity .qty, .shop_table.cart-table .quantity .qty {
        width: 44px;
        height: 3rem;
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
        line-height: 14px;
        border-radius: 0;
        border-width: 1px 0;
        border-color: #e7e7e7
    }

.single_add_to_cart_button, .view-cart-btn {
    height: 3rem !important;
    padding: 0 2em;
    margin-bottom: 5px;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: -.015em;
    font-weight: 700;
    line-height: 3rem;
    border: none
}

.view-cart-btn {
    display: none
}

.single-add-to-cart .type-product .view-cart-btn {
    display: inline-block
}

.filter-item-list {
    padding: 0;
    list-style: none;
    margin-bottom: 0
}

    .filter-item-list .filter-color {
        display: block;
        margin: 3px 6px 3px 0;
        padding-right: 0 !important;
        width: 28px;
        height: 28px;
        text-indent: -9999px;
        white-space: nowrap;
        position: relative;
        text-align: left
    }

    .filter-item-list .chosen .filter-color:before, .filter-item-list .active .filter-color:before {
        content: '\f00c';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        text-indent: 0;
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        color: #fff;
        font-size: 11px;
        height: 12px;
        line-height: 12px;
        margin-top: -6px;
        text-align: center
    }

    .filter-item-list + select {
        visibility: hidden;
        width: 0;
        height: 0;
        overflow: hidden;
        margin: 0;
        padding: 0;
        float: right;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none
    }

    .filter-item-list a.disabled {
        cursor: not-allowed;
        text-decoration: none;
        opacity: .5
    }

    .woocommerce-widget-layered-nav-list a:not(.filter-color), .filter-item-list .filter-item {
        padding: 0;
        border: 1px solid #e9e9e9;
        display: block;
        line-height: 24px;
        padding: 0 8px;
        margin: 3px 6px 3px 0;
        min-width: 32px;
        text-align: center;
        font-size: 11px;
        color: inherit;
        text-decoration: none
    }

        .filter-item-list .filter-item:not(.disabled):hover {
            color: #fff
        }

    .filter-item-list .filter-image {
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: transparent !important
    }

.single-product .single_variation > div:not(:empty) {
    margin-bottom: .75rem
}

.single-product .porto-pre-order-date {
    flex: 0 0 100%;
    max-width: 100%
}

.label-pre-order {
    font-size: .9em
}

.porto-video-thumbnail-viewer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.1);
    transition: background .3s
}

.porto-video-thumbnail-viewer:after {
    content: '\f04b';
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 2px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    transition: box-shadow .3s
}

.porto-video-popup-wrapper video {
    width: 100%;
    object-fit: cover;
    outline: none
}

@media (max-width:575px) {
    .gridlist-toggle {
        display: none
    }
}

.gridlist-toggle > a {
    display: inline-block;
    font-family: "Porto";
    font-size: 1rem;
    width: 1.2em;
    height: 1.2em;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    transition: .25s
}

    .gridlist-toggle > a:not(.active) {
        color: #000
    }

.gridlist-toggle #grid {
    margin-right: .25rem
}

    .gridlist-toggle #grid:before {
        content: "î Ž"
    }

.gridlist-toggle #list:before {
    content: "\e80f"
}

.woocommerce-result-count {
    margin-bottom: 0
}

.woocommerce-ordering select, .woocommerce-viewing select {
    font-size: 1em;
    padding: 0 25px 0 8px;
    box-shadow: none;
    border: 1px solid #e4e4e4;
    height: 34px;
    border-radius: 0
}

.woocommerce-ordering select {
    width: 160px
}

.woocommerce-viewing {
    display: inline-block;
    vertical-align: top
}

.woocommerce-pagination {
    position: relative;
    text-align: right
}

    .woocommerce-pagination ul {
        display: inline-block;
        white-space: nowrap;
        padding: 0;
        margin: 0 0 0 10px;
        clear: both
    }

        .woocommerce-pagination ul li {
            float: left;
            margin-left: 5px;
            display: inline;
            padding: 0
        }

            .woocommerce-pagination ul li a, .woocommerce-pagination ul li span {
                border: 1px solid #ccc;
                border-radius: 0;
                color: #7b858a;
                display: block;
                font-size: 15px;
                font-weight: 700;
                margin: 0 0 5px;
                padding: 0 .5em;
                line-height: 2.1em;
                min-width: 2.2em;
                height: 2.2em;
                text-decoration: none;
                text-align: center
            }

                .woocommerce-pagination ul li span.dots {
                    border-width: 0;
                    min-width: 0;
                    padding: 0
                }

                .woocommerce-pagination ul li a:hover, .woocommerce-pagination ul li a:focus, .woocommerce-pagination ul li span.current {
                    color: #706f6c
                }

            .woocommerce-pagination ul li .prev, .woocommerce-pagination ul li .next {
                text-indent: -9999px;
                position: relative;
                padding: 0
            }

                .woocommerce-pagination ul li .prev:before, .woocommerce-pagination ul li .next:before {
                    font-family: "porto";
                    font-size: 20px;
                    font-weight: 400;
                    line-height: 30px;
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    text-indent: 0
                }

                .woocommerce-pagination ul li .prev:before {
                    content: "î ™"
                }

                .woocommerce-pagination ul li .next:before {
                    content: "î š"
                }

    .woocommerce-pagination.load-more {
        float: none
    }

        .woocommerce-pagination.load-more:not(.d-none) {
            display: block !important
        }

        .woocommerce-pagination.load-more .woocommerce-viewing {
            display: none
        }

        .woocommerce-pagination.load-more > .page-numbers {
            float: none;
            display: block;
            width: 100%;
            margin: 0 0 11px
        }

        .woocommerce-pagination.load-more ul li {
            float: none;
            display: block;
            margin-left: 0
        }

.shop-loop-before, .shop-loop-after {
    font-size: 13px
}

    .shop-loop-before label, .shop-loop-after label {
        margin: 0 7px 0 0;
        vertical-align: middle
    }

@media (max-width:575px) {
    .shop-loop-before label, .shop-loop-after label {
        display: none
    }
}

.shop-loop-before {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-right: -10px
}

    .shop-loop-before > * {
        margin: 0 10px 10px 0
    }

    .shop-loop-before p {
        font-size: inherit
    }

    .shop-loop-before.sticky {
        position: fixed !important;
        z-index: 999;
        left: 0;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 0;
        border-bottom: 1px solid #e7e7e7;
        transition: left .3s
    }

    .shop-loop-before .page-numbers {
        display: none
    }

    .shop-loop-before .woocommerce-ordering {
        margin-right: auto
    }

    .shop-loop-before .woocommerce-pagination:empty {
        display: none
    }

@media (max-width:991px) {
    .shop-loop-before .woocommerce-pagination ul {
        margin-left: -5px
    }
}

@media (max-width:991px) {
    .shop-loop-before {
        background: #f4f4f4;
        padding: 10px 2px 0 12px;
        margin-right: 0
    }

        .shop-loop-before .woocommerce-result-count {
            display: none
        }
}

.filter-sidebar-opened .shop-loop-before.sticky {
    position: static !important;
    z-index: auto
}

.sidebar-opened .shop-loop-before.sticky, .panel-opened .shop-loop-before.sticky {
    left: 260px
}

.shop-loop-after {
    text-align: center;
    border-top: 1px solid #e7e7e7;
    padding-top: 25px
}

    .shop-loop-after .woocommerce-pagination {
        text-align: center
    }

        .shop-loop-after .woocommerce-pagination > * {
            margin-bottom: 15px
        }

    .shop-loop-after .woocommerce-viewing {
        float: left
    }

    .shop-loop-after .page-numbers {
        clear: none;
        float: right
    }

    .shop-loop-after.load-more-wrap {
        padding-top: 0;
        border-top: none
    }

a.porto-product-filters-toggle {
    -webkit-align-items: center;
    align-items: center;
    height: 36px;
    background: #fff;
    padding: 0 10px 0 3px;
    text-transform: uppercase;
    color: inherit;
    border: 1px solid #e7e7e7
}

    a.porto-product-filters-toggle svg {
        fill: #fff;
        width: 28px
    }

    a.porto-product-filters-toggle:hover, a.porto-product-filters-toggle:focus {
        text-decoration: none;
        color: inherit
    }

@media (max-width:991px) {
    .shop-loop-before {
        font-size: 11px;
        letter-spacing: -.025em;
        font-weight: 600
    }

        .shop-loop-before select {
            text-transform: uppercase;
            height: 36px;
            max-width: 140px;
            letter-spacing: inherit;
            font-weight: inherit;
            color: inherit
        }

        .shop-loop-before label {
            font-weight: inherit
        }

        .shop-loop-before .woocommerce-ordering, .shop-loop-before .woocommerce-pagination {
            font-size: 1em
        }
}

.category-image {
    width: 100%;
    margin-bottom: 20px
}

.products ul, ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside
}

    .products ul li, ul.products li {
        list-style: none outside
    }

    ul.products:not(.owl-carousel) {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    ul.products li.product-col {
        margin-bottom: 1.4286em;
        position: relative;
        flex: 0 0 100%;
        width: 100%
    }

        ul.products li.product-col .product-content {
            padding-bottom: 1px
        }

        ul.products li.product-col .product-image {
            margin-bottom: 1rem;
            min-height: 90px
        }

            ul.products li.product-col .product-image .img-effect img {
                position: relative;
                opacity: 1;
                transform: translateZ(0)
            }

            ul.products li.product-col .product-image .img-effect .hover-image {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                opacity: 0
            }

            ul.products li.product-col .product-image:hover .img-effect img {
                opacity: 0
            }

            ul.products li.product-col .product-image:hover .img-effect .hover-image {
                opacity: 1
            }

        ul.products li.product-col .product-loop-title {
            font-size: 1em;
            text-decoration: none
        }

        ul.products li.product-col h3 {
            font-size: .9375rem;
            font-weight: 400;
            line-height: 1.35;
            letter-spacing: -.01em;
            margin-bottom: .45rem
        }

        ul.products li.product-col .rating-wrap {
            margin: 0 0 .625rem;
            position: relative;
            display: table
        }

            ul.products li.product-col .rating-wrap .rating-content {
                display: table-cell
            }

        ul.products li.product-col .description {
            margin-top: 1.5em
        }

        ul.products li.product-col .price {
            display: block;
            font-size: 1.125rem;
            margin-bottom: 1rem
        }

        ul.products li.product-col .add-links {
            display: inline-block;
            position: relative;
            margin-bottom: 1.0714em
        }

            ul.products li.product-col .add-links .tooltip-inner {
                white-space: nowrap
            }

            ul.products li.product-col .add-links .add_to_cart_read_more, ul.products li.product-col .add-links .add_to_cart_button {
                transition: none
            }

            ul.products li.product-col .add-links .added_to_cart {
                display: none
            }

            ul.products li.product-col .add-links .yith-wcwl-add-to-wishlist > div {
                left: 0
            }

            ul.products li.product-col .add-links .quickview {
                right: 0
            }

            ul.products li.product-col .add-links .yith-wcwl-add-to-wishlist > div, ul.products li.product-col .add-links .quickview {
                position: absolute;
                top: 0;
                opacity: 0;
                visibility: hidden;
                z-index: 2
            }

            ul.products li.product-col .add-links div.quantity {
                margin-bottom: 5px
            }

        ul.products li.product-col .links-on-image {
            height: 0
        }

            ul.products li.product-col .links-on-image .add-links-wrap {
                display: none;
                height: 0
            }

            ul.products li.product-col .links-on-image .add-links {
                position: static
            }

        ul.products li.product-col .variations .label, ul.products li.product-col .variations .reset_variations {
            display: none !important
        }

        ul.products li.product-col .variations td {
            padding: 0 0 5px
        }

        ul.products li.product-col .variations tr {
            border-bottom: none
        }

        ul.products li.product-col .variations .filter-item-list {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            margin-top: -4px;
            margin-bottom: 5px
        }

    ul.products .variations {
        width: 100%
    }

.products.gap-narrow li.product-col h3 {
    font-size: .8125rem
}

.products.gap-narrow li.product-col .price {
    font-size: .9375rem
}

ul.products li.product:hover .add-links .yith-wcwl-add-to-wishlist > div, ul.products li.product:hover .add-links .quickview {
    opacity: .85;
    visibility: visible
}

ul.products li.product:hover .links-on-image .add-links-wrap {
    display: block
}

ul.products li.product:hover .product-image {
    box-shadow: 0 25px 35px -5px rgba(0,0,0,.1)
}

    ul.products li.product:hover .product-image .viewcart.added {
        display: block;
        opacity: 1
    }

ul.products li.product .add-links .quickview:hover {
    opacity: 1
}

ul.products li.product-default:hover .add-links .yith-wcwl-add-to-wishlist > div {
    left: -40px
}

ul.products li.product-default:hover .add-links .quickview {
    right: -40px
}

ul.products li.product-default:hover .add-links .yith-compare {
    display: none
}

ul.products li.product-default:hover .add-links.no-effect .add_to_cart_read_more, ul.products li.product-default:hover .add-links.no-effect .add_to_cart_button {
    text-indent: 0;
    width: auto;
    padding: 0 .7143em
}

    ul.products li.product-default:hover .add-links.no-effect .add_to_cart_read_more:before, ul.products li.product-default:hover .add-links.no-effect .add_to_cart_button:before {
        position: static;
        font-size: 1em;
        margin-right: .5714em
    }

ul.products li.product-default:hover .add-links .add_to_cart_button, ul.products li.product-default:hover .add-links .add_to_cart_read_more {
    color: #fff
}

ul.pcols-lg-9 li.product-col {
    max-width: 11.1111%;
    flex: 0 0 11.1111%
}

    ul.pcols-lg-9 li.product-col .add-links {
        display: none
    }

ul.pcols-lg-8 li.product-col {
    max-width: 12.5%;
    flex: 0 0 12.5%
}

    ul.pcols-lg-8 li.product-col .add-links {
        display: none
    }

ul.pwidth-lg-8 .product-image {
    font-size: .8em
}

ul.pwidth-lg-8 .add-links {
    font-size: .85em
}

ul.pcols-lg-7 li.product-col {
    max-width: 14.2857%;
    flex: 0 0 14.2857%
}

    ul.pcols-lg-7 li.product-col .add-links {
        display: none
    }

ul.pwidth-lg-7 .product-image {
    font-size: .8em
}

ul.pwidth-lg-7 .add-links {
    font-size: .9em
}

ul.pcols-lg-6 li.product-col {
    max-width: 16.6666%;
    flex: 0 0 16.6666%
}

ul.pwidth-lg-6 .product-image {
    font-size: .9em
}

ul.pwidth-lg-6 .add-links {
    font-size: 1em
}

ul.pcols-lg-5 li.product-col {
    max-width: 20%;
    flex: 0 0 20%
}

ul.pwidth-lg-5 .product-image {
    font-size: 1em
}

ul.pwidth-lg-5 .add-links {
    font-size: 1em
}

ul.pcols-lg-4 li.product-col {
    max-width: 25%;
    flex: 0 0 25%
}

ul.pwidth-lg-4 .product-image {
    font-size: 1em
}

ul.pwidth-lg-4 .add-links {
    font-size: 1em
}

ul.pcols-lg-3 li.product-col {
    max-width: 33.3333%;
    flex: 0 0 33.3333%
}

ul.pwidth-lg-3 .product-image {
    font-size: 1.2em
}

ul.pwidth-lg-3 .add-links {
    font-size: 1em
}

ul.pcols-lg-2 li.product-col {
    max-width: 50%;
    flex: 0 0 50%
}

ul.pwidth-lg-2 .product-image {
    font-size: 1.5em
}

ul.pwidth-lg-2 .add-links {
    font-size: 1em
}

ul.pcols-lg-1 li.product-col {
    max-width: 100%;
    flex: 0 0 100%
}

@media (min-width:992px) {
    .column2 ul.pwidth-lg-6 .product-image {
        font-size: .75em
    }

    .column2 ul.pwidth-lg-6 .add-links {
        font-size: .8em
    }

    .column2 ul.pwidth-lg-5 .product-image {
        font-size: .8em
    }

    .column2 ul.pwidth-lg-5 .add-links {
        font-size: .9em
    }

    .column2 ul.pwidth-lg-4 .product-image {
        font-size: .9em
    }

    .column2 ul.pwidth-lg-4 .add-links {
        font-size: .95em
    }

    .column2 ul.pwidth-lg-3 .product-image {
        font-size: 1em
    }

    .column2 ul.pwidth-lg-3 .add-links {
        font-size: 1em
    }

    .column2 ul.pwidth-lg-2 .product-image {
        font-size: 1.2em
    }
}

@media (max-width:767px) {
    ul.pcols-xs-3 li.product-col {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    ul.pwidth-xs-3 .product-image {
        font-size: .85em
    }

    ul.pwidth-xs-3 .add-links {
        font-size: .85em
    }

    ul.pcols-xs-2 li.product-col {
        max-width: 50%;
        flex: 0 0 50%
    }

    ul.pwidth-xs-2 .product-image {
        font-size: 1em
    }

    ul.pwidth-xs-2 .add-links {
        font-size: 1em
    }

    ul.pcols-xs-1 li.product-col {
        max-width: 100%;
        flex: 0 0 100%
    }

    ul.pwidth-xs-1 .product-image {
        font-size: 1.2em
    }

    ul.pwidth-xs-1 .add-links {
        font-size: 1em
    }
}

@media (max-width:575px) {
    ul.pcols-ls-2 li.product-col {
        max-width: 50%;
        flex: 0 0 50%
    }

    ul.pwidth-ls-2 .product-image {
        font-size: .8em
    }

    ul.pwidth-ls-2 .add-links {
        font-size: .85em
    }

    ul.pcols-ls-1 li.product-col {
        max-width: 100%;
        flex: 0 0 100%
    }

    ul.pwidth-ls-1 .product-image {
        font-size: 1.1em
    }

    ul.pwidth-ls-1 .add-links {
        font-size: 1em
    }
}

@media (min-width:1400px) {
    ul.pcols-xl-8 li.product-col {
        max-width: 12.5%;
        flex: 0 0 12.5%
    }

        ul.pcols-xl-8 li.product-col .add-links {
            display: none
        }

    ul.pcols-xl-7 li.product-col {
        max-width: 14.2857%;
        flex: 0 0 14.2857%
    }

        ul.pcols-xl-7 li.product-col .add-links {
            display: none
        }

    ul.pcols-xl-6 li.product-col {
        max-width: 16.6666%;
        flex: 0 0 16.6666%
    }

        ul.pcols-xl-6 li.product-col .add-links {
            display: none
        }
}

ul.products li.product-category {
    text-align: center
}

    ul.products li.product-category a {
        text-decoration: none
    }

    ul.products li.product-category .thumb-info {
        min-height: 90px;
        margin-bottom: 0;
        text-align: left
    }

        ul.products li.product-category .thumb-info h3 {
            font-weight: 700;
            margin: 0 0 10px;
            color: inherit;
            letter-spacing: -.005em
        }

    ul.products li.product-category .thumb-info-title {
        background: 0 0;
        max-width: none;
        width: 100%;
        bottom: 0;
        padding: 1.2em 1.5em;
        margin: 0
    }

    ul.products li.product-category .thumb-info-type {
        display: block;
        margin: -10px 0 0;
        padding: 0;
        font-weight: 400;
        background: 0 0;
        float: none;
        opacity: .7;
        line-height: 1.8
    }

    ul.products li.product-category mark {
        padding: 0;
        background: 0 0;
        color: inherit
    }

    ul.products li.product-category .thumb-info-wrapper:after {
        background: rgba(27,27,23,.15);
        z-index: 1;
        opacity: 1
    }

    ul.products li.product-category:hover .thumb-info-wrapper:after {
        background: rgba(27,27,23,.3)
    }

ul.products li.cat-has-icon .thumb-info {
    padding: 40px 0 25px;
    transition: box-shadow .2s;
    text-align: center
}

    ul.products li.cat-has-icon .thumb-info > i {
        font-size: 3em;
        display: inline-block;
        margin-bottom: 15px
    }

ul.products li.cat-has-icon .thumb-info-wrap {
    display: block
}

ul.products li.cat-has-icon .thumb-info-title {
    display: block;
    position: static;
    padding: 0 0 10px
}

ul.products.category-pos-middle li.product-category .thumb-info-title {
    position: absolute;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%)
}

ul.products.category-pos-outside li.product-category .thumb-info-title {
    position: static;
    transform: none;
    display: block;
    padding-left: 0;
    padding-right: 0
}

ul.products.category-text-center .thumb-info-title {
    text-align: center
}

ul.products.category-text-right .thumb-info-title {
    text-align: right
}

li.product-category .thumb-info-title a {
    color: inherit
}

    li.product-category .thumb-info-title a:hover {
        color: inherit;
        text-decoration: underline
    }

li.product-category .sub-categories {
    font-size: .875rem;
    font-weight: 400;
    opacity: .7
}

.grid-creative.category-pos-outside li.product-category .thumb-info {
    height: calc(100% - 60px)
}

.porto-products.show-count-on-hover li.product-category .thumb-info-type {
    max-height: 10px;
    transition: .5s;
    transform: translateY(20%);
    opacity: 0
}

.porto-products.show-count-on-hover li.product-category:hover .thumb-info-type {
    max-height: 30px;
    transform: translateY(0);
    opacity: .7
}

.porto-products.hide-count li.product-category .thumb-info-type {
    display: none
}

.porto-products.hide-count li.product-category .thumb-info h3 {
    margin-bottom: 0
}

ul.products li.product-col .woocommerce-loop-product__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

ul.products li.product-col .add-links .button {
    overflow: hidden
}

ul.products .category-list {
    display: block;
    font-size: .625rem;
    opacity: .8;
    text-transform: uppercase;
    line-height: 1.7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

    ul.products .category-list a {
        text-decoration: none
    }

        ul.products .category-list a:not(:hover) {
            color: inherit
        }

ul.products li.product-default .price {
    margin-bottom: .875rem
}

ul.products li.product-default:not(.product-type-simple) .add-links .button:before {
    display: none
}

ul.products li.product-default.show-links-hover {
    padding-top: 50px;
    padding-bottom: 0;
    transition: .3s
}

    ul.products li.product-default.show-links-hover .add-links-wrap {
        visibility: hidden;
        opacity: 0;
        transition: .3s;
        margin: 0 -50px -10px
    }

    ul.products li.product-default.show-links-hover .add-links {
        margin-bottom: 0
    }

    ul.products li.product-default.show-links-hover .product-image {
        box-shadow: none
    }

    ul.products li.product-default.show-links-hover:hover {
        padding-top: 10px;
        padding-bottom: 40px
    }

        ul.products li.product-default.show-links-hover:hover .add-links-wrap {
            visibility: visible;
            opacity: 1
        }

ul.products li.product-default, ul.products li.product-wq_onimage {
    text-align: center
}

    ul.products li.product-default .rating-wrap, ul.products li.product-wq_onimage .rating-wrap {
        margin-left: auto;
        margin-right: auto
    }

    ul.products li.product-default .filter-item-list, ul.products li.product-wq_onimage .filter-item-list {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

ul.products li.product-outimage_aq_onimage {
    text-align: left
}

    ul.products li.product-outimage_aq_onimage .add-links .button {
        position: absolute;
        z-index: 3;
        right: 15px;
        top: 15px;
        width: 36px;
        padding: 0;
        border-radius: 18px;
        transition: .25s;
        opacity: 0;
        text-indent: -9999px
    }

        ul.products li.product-outimage_aq_onimage .add-links .button:before {
            text-indent: 0;
            width: 100%
        }

    ul.products li.product-outimage_aq_onimage .add-links .yith-compare {
        top: 60px;
        background: #fff;
        color: #333
    }

        ul.products li.product-outimage_aq_onimage .add-links .yith-compare:hover {
            background: var(--primary);
            color: #fff
        }

    ul.products li.product-outimage_aq_onimage .add-links .quickview {
        bottom: 0;
        top: auto;
        left: 0;
        width: 100%;
        text-indent: 0;
        padding: .1rem 0;
        height: auto;
        border: none
    }

        ul.products li.product-outimage_aq_onimage .add-links .quickview:before {
            content: none
        }

    ul.products li.product-outimage_aq_onimage .add-links .yith-wcwl-add-to-wishlist {
        display: none
    }

    ul.products li.product-outimage_aq_onimage .links-on-image .add-links-wrap {
        display: block
    }

    ul.products li.product-outimage_aq_onimage .yith-wcwl-add-to-wishlist {
        float: right;
        position: relative;
        z-index: 2;
        margin-left: 10px
    }

        ul.products li.product-outimage_aq_onimage .yith-wcwl-add-to-wishlist span, ul.products li.product-outimage_aq_onimage .yith-wcwl-add-to-wishlist a {
            opacity: .7;
            border: none;
            background: 0 0;
            height: auto;
            width: 1.4em;
            line-height: 1.2
        }

        ul.products li.product-outimage_aq_onimage .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
            opacity: 1
        }

    ul.products li.product-outimage_aq_onimage:hover .button {
        opacity: 1
    }

    ul.products li.product-outimage_aq_onimage:hover .add-links .quickview {
        padding: .45rem 0
    }

    ul.products li.product-outimage_aq_onimage:hover .sale-product-daily-deal {
        display: none
    }

    ul.products li.product-outimage_aq_onimage.with-padding, ul.products li.product-outimage_aq_onimage.with-padding .product-image {
        margin-bottom: 0
    }

        ul.products li.product-outimage_aq_onimage.with-padding .product-content {
            padding: 15px 15px 1px
        }

ul.grid.divider-line li.product-outimage_aq_onimage.with-padding .quickview {
    left: 15px;
    right: 15px;
    width: auto
}

ul.grid.divider-line .product-image {
    border: none
}

ul.products li.product-awq_onimage .links-on-image .add-links {
    position: absolute;
    z-index: 2
}

ul.products li.product-awq_onimage .add-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    right: 15px;
    bottom: 0
}

    ul.products li.product-awq_onimage .add-links > *:not(:last-child) {
        margin-right: 3px
    }

    ul.products li.product-awq_onimage .add-links .button {
        text-indent: -9999px;
        padding: 0 8px
    }

        ul.products li.product-awq_onimage .add-links .button:before {
            text-indent: 0;
            margin: 0;
            width: 18px
        }

    ul.products li.product-awq_onimage .add-links .quickview, ul.products li.product-awq_onimage .add-links .yith-wcwl-add-to-wishlist > div, ul.products li.product-awq_onimage .add-links .yith-compare {
        position: relative;
        opacity: 1 !important
    }

    ul.products li.product-awq_onimage .add-links .button, ul.products li.product-awq_onimage .add-links .quickview, ul.products li.product-awq_onimage .add-links .yith-wcwl-add-to-wishlist a, ul.products li.product-awq_onimage .add-links .yith-wcwl-add-to-wishlist span {
        border-radius: 18px
    }

ul.products li.product-outimage .add-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    ul.products li.product-outimage .add-links > *:not(:last-child) {
        margin-right: 6px
    }

    ul.products li.product-outimage .add-links .quickview, ul.products li.product-outimage .add-links .yith-wcwl-add-to-wishlist > div {
        position: relative
    }

    ul.products li.product-outimage .add-links .button, ul.products li.product-outimage .add-links .quickview, ul.products li.product-outimage .add-links .yith-wcwl-add-to-wishlist a, ul.products li.product-outimage .add-links .yith-wcwl-add-to-wishlist span {
        border: none;
        line-height: 36px
    }

    ul.products li.product-outimage .add-links .button {
        padding-left: 1rem;
        padding-right: 1rem;
        background: #f4f4f4
    }

@media (max-width:767px) {
    ul.products li.product-outimage .add-links .button {
        padding-left: .6rem;
        padding-right: .6rem
    }

        ul.products li.product-outimage .add-links .button:before {
            display: none
        }
}

ul.products li.product-outimage .add-links .quickview, ul.products li.product-outimage .add-links .yith-wcwl-add-to-wishlist a, ul.products li.product-outimage .add-links .yith-wcwl-add-to-wishlist span {
    background: #f4f4f4
}

ul.products li.product-outimage:hover .add-links .yith-wcwl-add-to-wishlist > div, ul.products li.product-outimage:hover .add-links .quickview {
    opacity: 1
}

@media (max-width:575px) {
    ul.products.pcols-ls-2 li.product-outimage .add-links .button {
        padding: 0 .4rem;
        width: 36px;
        text-indent: -9999px
    }

        ul.products.pcols-ls-2 li.product-outimage .add-links .button:before {
            display: block;
            text-indent: 0;
            width: 100%
        }
}

@media (min-width:576px) {
    ul.products li.product-outimage:not(.product-type-simple) .add-links .button:before {
        display: none
    }
}

ul.products li.product-onimage {
    overflow: hidden
}

    ul.products li.product-onimage .product-inner {
        position: relative
    }

    ul.products li.product-onimage .product-image {
        margin-bottom: 0
    }

    ul.products li.product-onimage .links-on-image .button, ul.products li.product-onimage .links-on-image .quickview {
        display: none !important
    }

    ul.products li.product-onimage .links-on-image .yith-wcwl-add-to-wishlist > div {
        position: absolute;
        top: 10px;
        right: 10px;
        left: auto
    }

    ul.products li.product-onimage .links-on-image .yith-wcwl-add-to-wishlist span, ul.products li.product-onimage .links-on-image .yith-wcwl-add-to-wishlist a {
        border-radius: 20px
    }

    ul.products li.product-onimage .product-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 2;
        padding: 15px 20px 0;
        opacity: 0;
        transition: transform .4s,opacity .2s;
        transform: translateZ(0) translateY(5px)
    }

        ul.products li.product-onimage .product-content .yith-wcwl-add-to-wishlist {
            display: none
        }

    ul.products li.product-onimage .add-links {
        position: static;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row-reverse;
        margin: 0 -20px
    }

        ul.products li.product-onimage .add-links > * {
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            min-width: 50%
        }

        ul.products li.product-onimage .add-links .button:not(:hover):not(:focus) {
            background: #f4f4f4
        }

        ul.products li.product-onimage .add-links .button, ul.products li.product-onimage .add-links .quickview {
            height: 45px;
            line-height: 44px;
            border: none
        }

            ul.products li.product-onimage .add-links .button:before {
                display: none
            }

        ul.products li.product-onimage .add-links .quickview {
            position: static;
            color: #fff;
            text-indent: 0;
            opacity: 1;
            visibility: visible
        }

            ul.products li.product-onimage .add-links .quickview:before {
                display: none
            }

    ul.products li.product-onimage:hover .product-content {
        opacity: 1;
        transform: translateZ(0) translateY(0)
    }

    ul.products li.product-onimage:not(.product-type-simple) .add-links .button:before {
        display: none
    }

    ul.products li.product-onimage .description, ul.products li.product-onimage2 .description, ul.products li.product-onimage3 .description {
        display: none
    }

ul.products li.product-onimage2 .product-inner, ul.products li.product-onimage3 .product-inner {
    position: relative;
    overflow: hidden
}

ul.products li.product-onimage2 .product-image .inner:after, ul.products li.product-onimage3 .product-image .inner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27,27,23,.3);
    transition: .25s
}

ul.products li.product-onimage2 span, ul.products li.product-onimage2 .price, ul.products li.product-onimage2 h3, ul.products li.product-onimage3 span, ul.products li.product-onimage3 .price, ul.products li.product-onimage3 h3 {
    color: #fff
}

ul.products li.product-onimage2 .star-rating:before, ul.products li.product-onimage3 .star-rating:before {
    color: rgba(255,255,255,.6)
}

ul.products li.product-onimage2 .star-rating span:before, ul.products li.product-onimage3 .star-rating span:before {
    color: inherit
}

ul.products li.product-onimage2 .price, ul.products li.product-onimage3 .price {
    margin-bottom: 0
}

ul.products li.product-onimage2 .add-links .button, ul.products li.product-onimage2 .add-links .yith-wcwl-add-to-wishlist a, ul.products li.product-onimage2 .add-links .yith-wcwl-add-to-wishlist span, ul.products li.product-onimage3 .add-links .yith-wcwl-add-to-wishlist a, ul.products li.product-onimage3 .add-links .yith-wcwl-add-to-wishlist span, ul.products li.product-onimage3 .add-links .quickview, ul.products li.product-onimage3 .add-links .button {
    border-color: #fff;
    border-width: 2px;
    color: #fff;
    background-color: #4d4d4a;
    border-radius: 2rem;
    overflow: hidden
}

ul.products li.product-onimage2 .product-image {
    margin-bottom: 0;
    position: static
}

    ul.products li.product-onimage2 .product-image .inner:after {
        opacity: 0
    }

ul.products li.product-onimage2 .links-on-image .add-links {
    position: absolute
}

ul.products li.product-onimage2 .add-links {
    top: 15px;
    right: 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3
}

    ul.products li.product-onimage2 .add-links > * {
        margin: 0 3px
    }

    ul.products li.product-onimage2 .add-links .button {
        line-height: 32px;
        text-indent: -9999px;
        opacity: .85;
        padding: 0 7px
    }

        ul.products li.product-onimage2 .add-links .button:hover {
            opacity: 1
        }

        ul.products li.product-onimage2 .add-links .button:before {
            text-indent: 0;
            margin: 0;
            width: 18px
        }

    ul.products li.product-onimage2 .add-links .yith-wcwl-add-to-wishlist > div {
        position: relative
    }

        ul.products li.product-onimage2 .add-links .yith-wcwl-add-to-wishlist > div:hover {
            opacity: 1
        }

    ul.products li.product-onimage2 .add-links .yith-wcwl-add-to-wishlist span, ul.products li.product-onimage2 .add-links .yith-wcwl-add-to-wishlist a {
        line-height: 32px
    }

ul.products li.product-onimage2 .quickview {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    border: none;
    color: #fff;
    text-indent: 0;
    padding: .45rem 0;
    height: auto;
    width: auto;
    text-transform: uppercase;
    line-height: 32px;
    opacity: .85
}

    ul.products li.product-onimage2 .quickview:hover {
        opacity: 1
    }

    ul.products li.product-onimage2 .quickview:before {
        display: none
    }

ul.products li.product-onimage2 .product-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: scale(.9) translateZ(0) translateY(-50%);
    text-align: center;
    z-index: 2;
    opacity: 0;
    transition: opacity .5s,transform .3s
}

ul.products li.product-onimage2 .rating-wrap {
    margin-left: auto;
    margin-right: auto
}

ul.products li.product-onimage2:hover .product-content {
    transform: scale(1) translateZ(0) translateY(-50%);
    opacity: 1
}

ul.products li.product-onimage2:hover .product-image .inner:after {
    opacity: 1
}

ul.products li.product-onimage3 .product-image {
    margin-bottom: 0
}

ul.products li.product-onimage3 .product-content {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    padding: 0 20px 20px;
    z-index: 2;
    opacity: 0;
    transition: .3s
}

ul.products li.product-onimage3 .add-links .button, ul.products li.product-onimage3 .add-links .yith-wcwl-add-to-wishlist a, ul.products li.product-onimage3 .add-links .yith-wcwl-add-to-wishlist span {
    line-height: 32px
}

ul.products li.product-onimage3 .add-links .button {
    text-indent: -9999px;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: .85;
    padding: 0 7px
}

    ul.products li.product-onimage3 .add-links .button:before {
        text-indent: 0;
        margin: 0;
        width: 18px
    }

    ul.products li.product-onimage3 .add-links .button:hover {
        opacity: 1
    }

ul.products li.product-onimage3 .add-links .yith-compare {
    right: 105px
}

ul.products li.product-onimage3 .add-links .yith-wcwl-add-to-wishlist > div {
    top: 15px;
    right: 60px;
    left: auto
}

    ul.products li.product-onimage3 .add-links .yith-wcwl-add-to-wishlist > div:hover {
        opacity: 1
    }

ul.products li.product-onimage3 .add-links .quickview {
    text-indent: 0;
    padding: .1rem 1.5rem;
    width: auto;
    height: auto;
    top: 50%;
    right: 50%;
    transform: translateZ(0) translateX(50%);
    margin-top: -20px;
    white-space: nowrap
}

    ul.products li.product-onimage3 .add-links .quickview:before {
        display: none
    }

ul.products li.product-onimage3:hover .product-image .inner:after {
    background-color: rgba(27,27,23,.7)
}

ul.products li.product-onimage3:hover .product-content {
    opacity: 1;
    bottom: 0
}

ul.products li.product-wq_onimage .add-links .yith-wcwl-add-to-wishlist, ul.products li.product-wq_onimage .add-links .quickview, ul.products li.product-wq_onimage .add-links .yith-compare {
    display: none
}

ul.products li.product-wq_onimage .links-on-image .add-links .button, ul.products li.product-wq_onimage .links-on-image .quantity {
    display: none
}

ul.products li.product-wq_onimage .links-on-image .quickview {
    display: block;
    bottom: 0;
    top: auto;
    left: 0;
    width: 100%;
    text-indent: 0;
    padding: .4rem 0;
    height: auto;
    border: none;
    color: #fff;
    z-index: 1
}

    ul.products li.product-wq_onimage .links-on-image .quickview:before {
        content: none
    }

ul.products li.product-wq_onimage .links-on-image .yith-wcwl-add-to-wishlist {
    display: block
}

    ul.products li.product-wq_onimage .links-on-image .yith-wcwl-add-to-wishlist > div {
        top: 15px;
        left: auto;
        right: 15px
    }

    ul.products li.product-wq_onimage .links-on-image .yith-wcwl-add-to-wishlist a, ul.products li.product-wq_onimage .links-on-image .yith-wcwl-add-to-wishlist .blockUI {
        border-radius: 18px
    }

ul.products li.product-wq_onimage:hover .sale-product-daily-deal {
    display: none
}

ul.products.grid-creative .product-inner, ul.products.grid-creative .product-image, ul.products.grid-creative .product-image .inner {
    height: 100%
}

ul.products.grid-creative li.product-col, ul.products.grid-creative li.product-col .product-image {
    margin-bottom: 0
}

ul.products .filter-item-list .filter-color {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin: 7px 7px 4px 3px
}

    ul.products .filter-item-list .filter-color:before {
        font-size: 8px
    }

    ul.products .filter-item-list .filter-color:after {
        content: '';
        position: absolute;
        width: 18px;
        height: 18px;
        border-radius: 9px;
        top: -3px;
        left: -3px;
        border: 1px solid #000
    }

ul.grid.divider-line {
    margin-left: 0;
    margin-right: 0
}

    ul.grid.divider-line .product-col {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0
    }

        ul.grid.divider-line .product-col:hover {
            z-index: 2;
            box-shadow: 0 25px 35px -5px rgba(0,0,0,.1)
        }

            ul.grid.divider-line .product-col:hover .product-image {
                box-shadow: none
            }

@media (min-width:576px) {
    ul.list li.product .product-inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    ul.list li.product .product-image {
        -webkit-flex: 0 0 250px;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        margin: 0 20px 0 0
    }

    ul.list li.product .product-content {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: calc(100% - 250px)
    }
}

ul.list li.product {
    text-align: left
}

    ul.list li.product .description {
        margin-top: 0;
        margin-bottom: 1em;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

        ul.list li.product .description p:last-child {
            margin-bottom: 0
        }

    ul.list li.product h3 {
        font-size: 1.2857em;
        font-weight: 600
    }

    ul.list li.product .add-links {
        margin-bottom: 0
    }

        ul.list li.product .add-links .yith-wcwl-add-to-wishlist > div, ul.list li.product .add-links .quickview {
            position: relative;
            left: 0 !important;
            opacity: 1;
            visibility: visible
        }

        ul.list li.product .add-links > * {
            margin-bottom: 5px
        }

    ul.list li.product .add-links-wrap:not(:last-child) {
        margin-bottom: .8em
    }

    ul.list li.product .add_to_cart_button, ul.list li.product .add_to_cart_read_more {
        margin-right: .2143em;
        color: #fff
    }

    ul.list li.product .yith-wcwl-add-to-wishlist {
        display: inline-block;
        margin-right: .2143em
    }

    ul.list li.product .product-inner > script, ul.list li.product .product-inner > style {
        display: none
    }

    ul.list li.product .variations .filter-item-list {
        margin-bottom: 0
    }

    ul.list li.product .variations td {
        padding-bottom: 0
    }

    ul.list li.product .filter-item-list li {
        margin-bottom: 0
    }

    ul.list li.product .rating-wrap {
        margin-left: 0;
        margin-right: 0
    }

    ul.list li.product:hover .product-image {
        box-shadow: none
    }

ul.list .add-links {
    font-size: 1em
}

ul.products.list li.product-category img {
    width: 100%;
    font-size: 1em
}

.porto-products.title-border-bottom > .section-title, .related.products .slider-title {
    letter-spacing: -.01em;
    line-height: 22px;
    padding-bottom: 10px;
    margin-bottom: 24px
}

.porto-products.title-border-bottom .products-slider.show-dots-title-right .owl-dots, .related.products .products-slider.show-dots-title-right .owl-dots {
    top: -52px;
    height: 32px
}

.porto-products.title-border-bottom .products-slider.show-nav-title .owl-nav, .related.products .products-slider.show-nav-title .owl-nav {
    margin-top: -36px
}

.porto-products.title-border-middle > .section-title {
    overflow: hidden;
    margin-bottom: 24px
}

    .porto-products.title-border-middle > .section-title .inline-title {
        position: relative
    }

        .porto-products.title-border-middle > .section-title .inline-title:before {
            content: '';
            position: absolute;
            top: 50%;
            width: 1200px;
            right: calc(100% + 20px)
        }

.porto-products.title-border-middle .products-slider.show-dots-title-right .owl-dots {
    top: -40px;
    height: 32px
}

.porto-products.title-border-middle .products-slider.show-nav-title .owl-nav {
    margin-top: -24px
}

.products-slider.owl-carousel .owl-dots.disabled {
    display: none
}

.products-slider.owl-carousel .owl-dot {
    vertical-align: middle
}

    .products-slider.owl-carousel .owl-dot span {
        position: relative;
        width: 14px;
        height: 14px;
        border: 2px solid;
        background: 0 0;
        margin: 5px 2px;
        border-radius: 7px
    }

    .products-slider.owl-carousel .owl-dot:hover span:after, .products-slider.owl-carousel .owl-dot.active span:after {
        content: '';
        position: absolute;
        left: 3px;
        bottom: 3px;
        right: 3px;
        top: 3px;
        border-radius: 10px;
        border: 2px solid
    }

.porto-products .product-categories {
    list-style: none;
    padding-left: 0
}

.porto-products.filter-vertical {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .porto-products.filter-vertical .section-title {
        flex: 0 0 100%
    }

    .porto-products.filter-vertical .shop-loop-before {
        display: none !important
    }

    .porto-products.filter-vertical .products-filter, .porto-products.filter-vertical .products-filter + div {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

@media (min-width:768px) {
    .porto-products.filter-vertical .products-filter {
        max-width: 16.6666%;
        -webkit-flex: 0 0 16.6666%;
        flex: 0 0 16.6666%;
        border-right: 1px solid #dcdcdc;
        padding-left: 15px;
        padding-right: 15px
    }

        .porto-products.filter-vertical .products-filter + div {
            max-width: 83.3333%;
            -webkit-flex: 0 0 83.3333%;
            flex: 0 0 83.3333%;
            padding-left: 15px;
            padding-right: 15px
        }
}

@media (max-width:767px) {
    .porto-products.filter-vertical .product-categories li {
        display: inline-block;
        margin-right: 20px
    }
}

.porto-products.filter-vertical .product-categories a {
    display: block;
    position: relative;
    padding: 12px 0 12px 20px
}

    .porto-products.filter-vertical .product-categories a:before {
        content: "\f87a";
        font-family: "porto";
        margin-right: 10px;
        width: 11px;
        position: absolute;
        left: 0
    }

    .porto-products.filter-vertical .product-categories a:hover {
        text-decoration: none
    }

.porto-products.filter-vertical .product-categories .current a:before {
    content: "\f87b"
}

.porto-products.filter-horizontal .product-categories li {
    display: inline-block;
    margin-right: 2rem
}

ul.products.owl-loaded li.product-col, ul.products.owl-loading li.product-col, .column2 ul.products.owl-loaded li.product-col, .column2 ul.products.owl-loading li.product-col {
    max-width: none
}

ul.products.product_list_widget .product {
    text-align: left
}

    ul.products.product_list_widget .product .product-image {
        margin-right: 15px;
        min-height: 0
    }

    ul.products.product_list_widget .product .rating-wrap {
        display: block;
        margin: -5px 0 6px;
        height: auto
    }

ul.products.product_list_widget .add-links {
    font-size: .8571em
}

    ul.products.product_list_widget .add-links .add_to_cart_button, ul.products.product_list_widget .add-links .add_to_cart_read_more {
        text-indent: 0 !important
    }

        ul.products.product_list_widget .add-links .add_to_cart_button:before, ul.products.product_list_widget .add-links .add_to_cart_read_more:before {
            display: none
        }

    ul.products.product_list_widget .add-links .tooltip {
        display: none !important
    }

    ul.products.product_list_widget .labels, ul.products.product_list_widget .description, ul.products.product_list_widget .yith-wcwl-add-to-wishlist, ul.products.product_list_widget .add-links .quickview {
        display: none
    }

ul.products.product_list_widget .rating-wrap .star-rating {
    margin-left: 0 !important;
    font-size: 1em
}

    ul.products.product_list_widget .rating-wrap .star-rating:before, ul.products.product_list_widget .rating-wrap .star-rating span:before {
        left: 0 !important
    }

ul.products.product_list_widget .add-links-wrap {
    display: block !important
}

ul.products.product_list_widget .links-on-image .add-links-wrap {
    display: none !important
}

.yith-wcan-loading {
    min-height: 200px;
    height: auto
}

ul.products.yith-wcan-loading .porto-loading-icon {
    position: fixed;
    z-index: 9999
}

ul.products.yith-wcan-loading:after {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1);
    z-index: 9998
}

.prdctfltr_filter_title a {
    text-decoration: none
}

li.product-default .add-links .yith-compare, li.product-outimage .add-links .yith-compare, li.product-onimage .add-links .yith-compare {
    display: none
}

li.product-wq_onimage .links-on-image .yith-compare, .product-image > .yith-compare {
    display: block !important;
    position: absolute;
    top: 55px;
    right: 15px;
    padding: 0;
    text-indent: -9999px;
    border-radius: 18px;
    color: #333
}

    li.product-wq_onimage .links-on-image .yith-compare:before, .product-image > .yith-compare:before {
        width: 100%;
        text-indent: 0
    }

.product-image > .yith-compare {
    top: 15px;
    width: 36px;
    height: 36px;
    line-height: 34px;
    background: #fff;
    color: #333;
    opacity: 0;
    transition: opacity .3s
}

    .product-image > .yith-compare:before {
        content: "\e810";
        font-family: "porto";
        position: relative;
        float: left
    }

    .product-image > .yith-compare.added:before {
        content: "\f00c";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        line-height: 36px
    }

.product-onimage .product-image > .yith-compare {
    top: 50px;
    right: 10px;
    color: #333;
    background: #f4f4f4
}

li.product:hover .product-image .yith-compare {
    opacity: 1
}

#loading-mask {
    font-size: 1.1em;
    font-weight: 700;
    position: fixed;
    text-align: center;
    z-index: 20002;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.loader-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 199;
    text-align: center;
    background-color: rgba(255,255,255,.5);
    display: none
}

    .loader-container > .loader {
        position: absolute;
        width: 100%;
        top: 50%;
        margin-top: -17px
    }

    .loader-container i.porto-ajax-loader {
        display: inline-block;
        border: 2px solid transparent;
        width: 40px;
        height: 40px;
        vertical-align: middle;
        border-radius: 20px;
        animation: spin .75s infinite linear;
        display: inline-block
    }

        .loader-container i.porto-ajax-loader:before {
            left: -2px;
            top: -2px;
            display: inline-block;
            position: absolute;
            content: '';
            width: inherit;
            height: inherit;
            border: inherit;
            border-radius: inherit;
            border-top-color: inherit;
            animation: spin 1.5s infinite ease
        }

li.product-col .loader-container i.porto-ajax-loader {
    width: 34px;
    height: 34px
}

.after-loading-success-message {
    display: none;
    font-size: 1.1em;
    position: fixed;
    text-align: center;
    z-index: 20002
}

    .after-loading-success-message.style-2 {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0
    }

    .after-loading-success-message.style-3 {
        right: 20px;
        bottom: 0
    }

.background-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: transparent
}

.success-message-container {
    margin: auto;
    padding: 20px 14px;
    line-height: 1.4;
    position: relative;
    text-align: center;
    top: 35%;
    width: 300px;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.5)
}

    .success-message-container .msg {
        display: block;
        margin-bottom: 10px;
        font-size: 13px
    }

    .success-message-container img {
        display: inline-block;
        width: 30%;
        margin-left: auto;
        margin-right: auto
    }

.style-2 > .success-message-container .product-name {
    font-size: 14px;
    margin: 5px 0 10px
}

.style-2 > .success-message-container button {
    margin-top: 12px;
    padding: 8.5px 0;
    min-width: 133px
}

.style-3 > .success-message-container {
    text-align: left;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 1px 30px rgba(0,0,0,.08);
    word-break: break-word;
    transform: translateX(100px);
    opacity: 0;
    transition: transform .4s ease-in-out,opacity .4s ease-in-out
}

    .style-3 > .success-message-container.active {
        transform: translateX(0);
        opacity: 1
    }

    .style-3 > .success-message-container .msg-box {
        display: flex;
        align-items: center;
        margin-bottom: 20px
    }

    .style-3 > .success-message-container .msg {
        order: 2;
        letter-spacing: -.025em;
        font-weight: 500;
        margin-bottom: 0;
        font-size: .75rem
    }

    .style-3 > .success-message-container .continue_shopping {
        float: right
    }

    .style-3 > .success-message-container img {
        width: 60px;
        margin: 0 12px 0 0
    }

    .style-3 > .success-message-container .btn {
        min-width: 120px;
        letter-spacing: .025em
    }

.success-message-container .woocommerce-loop-product__title {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: inherit;
    line-height: 1.4;
    margin: 0 0 .25rem
}

.success-message-container .product-loop-title:hover {
    text-decoration: none
}

    .success-message-container .product-loop-title:hover > .woocommerce-loop-product__title {
        color: inherit
    }

.sales-msg p, .compare-msg p {
    font-size: inherit
}

.sales-msg a:hover, .compare-msg a:hover {
    text-decoration: none
}

    .sales-msg a:hover .product-title, .compare-msg a:hover .product-title {
        color: inherit
    }

.sales-msg .product-title, .compare-msg .product-title {
    font-size: .75rem;
    transition: color .3s
}

.sales-msg .price, .compare-msg .price {
    font-size: .875rem
}

.sales-msg .sales-popup-title, .sales-msg .compare-popup-title, .compare-msg .sales-popup-title, .compare-msg .compare-popup-title {
    font-size: .75rem;
    font-weight: 500;
    margin-bottom: .625rem
}

.widget_product_categories, .widget_price_filter, .widget_layered_nav, .widget_layered_nav_filters, .widget_rating_filter, .sidebar-box {
    border: none;
    margin-bottom: 1.0714em;
    margin-top: 0;
    position: relative;
    background: 0 0
}

    .widget_product_categories > ul, .widget_product_categories > div > ul, .widget_product_categories > *, .widget_price_filter > ul, .widget_price_filter > div > ul, .widget_price_filter > *, .widget_layered_nav > ul, .widget_layered_nav > div > ul, .widget_layered_nav > *, .widget_layered_nav_filters > ul, .widget_layered_nav_filters > div > ul, .widget_layered_nav_filters > *, .widget_rating_filter > ul, .widget_rating_filter > div > ul, .widget_rating_filter > *, .sidebar-box > ul, .sidebar-box > div > ul, .sidebar-box > * {
        padding: .7143em 0;
        border-width: 0;
        margin: 0
    }

    .widget_product_categories > .select2-container, .widget_price_filter > .select2-container, .widget_layered_nav > .select2-container, .widget_layered_nav_filters > .select2-container, .widget_rating_filter > .select2-container, .sidebar-box > .select2-container {
        padding-top: 0;
        margin-top: .7143em
    }

    .widget_product_categories > select, .widget_price_filter > select, .widget_layered_nav > select, .widget_layered_nav_filters > select, .widget_rating_filter > select, .sidebar-box > select {
        margin: 1.0714em 5%;
        width: 90%;
        padding: .8em 1em;
        box-shadow: 0 0 2px rgba(0,0,0,.3) inset
    }

    .widget_product_categories .widget-title, .widget_price_filter .widget-title, .widget_layered_nav .widget-title, .widget_layered_nav_filters .widget-title, .widget_rating_filter .widget-title, .sidebar-box .widget-title {
        color: #222529;
        font-weight: 600;
        line-height: 1.4;
        padding: 0;
        margin: 0;
        text-transform: uppercase;
        transition: .25s
    }

    .widget_product_categories ul li, .widget_product_categories ol li, .widget_price_filter ul li, .widget_price_filter ol li, .widget_layered_nav ul li, .widget_layered_nav ol li, .widget_layered_nav_filters ul li, .widget_layered_nav_filters ol li, .widget_rating_filter ul li, .widget_rating_filter ol li, .sidebar-box ul li, .sidebar-box ol li {
        position: relative;
        border-width: 0;
        padding: 0
    }

        .widget_product_categories ul li > a, .widget_product_categories ol li > a, .widget_price_filter ul li > a, .widget_price_filter ol li > a, .widget_layered_nav ul li > a, .widget_layered_nav ol li > a, .widget_layered_nav_filters ul li > a, .widget_layered_nav_filters ol li > a, .widget_rating_filter ul li > a, .widget_rating_filter ol li > a, .sidebar-box ul li > a, .sidebar-box ol li > a {
            text-decoration: none;
            display: inline-block;
            padding: 4px 0
        }

        .widget_product_categories ul li .toggle, .widget_product_categories ol li .toggle, .widget_price_filter ul li .toggle, .widget_price_filter ol li .toggle, .widget_layered_nav ul li .toggle, .widget_layered_nav ol li .toggle, .widget_layered_nav_filters ul li .toggle, .widget_layered_nav_filters ol li .toggle, .widget_rating_filter ul li .toggle, .widget_rating_filter ol li .toggle, .sidebar-box ul li .toggle, .sidebar-box ol li .toggle {
            cursor: pointer;
            display: inline-block;
            text-align: center;
            position: absolute;
            right: -5px;
            top: 4px;
            margin: 0;
            padding: 0;
            width: 24px;
            height: 24px;
            line-height: 23px;
            font-family: 'Font Awesome 5 Free';
            font-weight: 900
        }

            .widget_product_categories ul li .toggle:before, .widget_product_categories ol li .toggle:before, .widget_price_filter ul li .toggle:before, .widget_price_filter ol li .toggle:before, .widget_layered_nav ul li .toggle:before, .widget_layered_nav ol li .toggle:before, .widget_layered_nav_filters ul li .toggle:before, .widget_layered_nav_filters ol li .toggle:before, .widget_rating_filter ul li .toggle:before, .widget_rating_filter ol li .toggle:before, .sidebar-box ul li .toggle:before, .sidebar-box ol li .toggle:before {
                content: "ïƒ¾";
                font-size: 1.2em
            }

        .widget_product_categories ul li.open > .toggle:before, .widget_product_categories ul li.current > .toggle:before, .widget_product_categories ol li.open > .toggle:before, .widget_product_categories ol li.current > .toggle:before, .widget_price_filter ul li.open > .toggle:before, .widget_price_filter ul li.current > .toggle:before, .widget_price_filter ol li.open > .toggle:before, .widget_price_filter ol li.current > .toggle:before, .widget_layered_nav ul li.open > .toggle:before, .widget_layered_nav ul li.current > .toggle:before, .widget_layered_nav ol li.open > .toggle:before, .widget_layered_nav ol li.current > .toggle:before, .widget_layered_nav_filters ul li.open > .toggle:before, .widget_layered_nav_filters ul li.current > .toggle:before, .widget_layered_nav_filters ol li.open > .toggle:before, .widget_layered_nav_filters ol li.current > .toggle:before, .widget_rating_filter ul li.open > .toggle:before, .widget_rating_filter ul li.current > .toggle:before, .widget_rating_filter ol li.open > .toggle:before, .widget_rating_filter ol li.current > .toggle:before, .sidebar-box ul li.open > .toggle:before, .sidebar-box ul li.current > .toggle:before, .sidebar-box ol li.open > .toggle:before, .sidebar-box ol li.current > .toggle:before {
            content: "ï…†"
        }

        .widget_product_categories ul li.closed > .toggle:before, .widget_product_categories ol li.closed > .toggle:before, .widget_price_filter ul li.closed > .toggle:before, .widget_price_filter ol li.closed > .toggle:before, .widget_layered_nav ul li.closed > .toggle:before, .widget_layered_nav ol li.closed > .toggle:before, .widget_layered_nav_filters ul li.closed > .toggle:before, .widget_layered_nav_filters ol li.closed > .toggle:before, .widget_rating_filter ul li.closed > .toggle:before, .widget_rating_filter ol li.closed > .toggle:before, .sidebar-box ul li.closed > .toggle:before, .sidebar-box ol li.closed > .toggle:before {
            content: "ïƒ¾"
        }

        .widget_product_categories ul li.current > ul.children, .widget_product_categories ul li.current > ol.children, .widget_product_categories ol li.current > ul.children, .widget_product_categories ol li.current > ol.children, .widget_price_filter ul li.current > ul.children, .widget_price_filter ul li.current > ol.children, .widget_price_filter ol li.current > ul.children, .widget_price_filter ol li.current > ol.children, .widget_layered_nav ul li.current > ul.children, .widget_layered_nav ul li.current > ol.children, .widget_layered_nav ol li.current > ul.children, .widget_layered_nav ol li.current > ol.children, .widget_layered_nav_filters ul li.current > ul.children, .widget_layered_nav_filters ul li.current > ol.children, .widget_layered_nav_filters ol li.current > ul.children, .widget_layered_nav_filters ol li.current > ol.children, .widget_rating_filter ul li.current > ul.children, .widget_rating_filter ul li.current > ol.children, .widget_rating_filter ol li.current > ul.children, .widget_rating_filter ol li.current > ol.children, .sidebar-box ul li.current > ul.children, .sidebar-box ul li.current > ol.children, .sidebar-box ol li.current > ul.children, .sidebar-box ol li.current > ol.children {
            display: block
        }

        .widget_product_categories ul li .small, .widget_product_categories ul li small, .widget_product_categories ol li .small, .widget_product_categories ol li small, .widget_price_filter ul li .small, .widget_price_filter ul li small, .widget_price_filter ol li .small, .widget_price_filter ol li small, .widget_layered_nav ul li .small, .widget_layered_nav ul li small, .widget_layered_nav ol li .small, .widget_layered_nav ol li small, .widget_layered_nav_filters ul li .small, .widget_layered_nav_filters ul li small, .widget_layered_nav_filters ol li .small, .widget_layered_nav_filters ol li small, .widget_rating_filter ul li .small, .widget_rating_filter ul li small, .widget_rating_filter ol li .small, .widget_rating_filter ol li small, .sidebar-box ul li .small, .sidebar-box ul li small, .sidebar-box ol li .small, .sidebar-box ol li small {
            float: right;
            font-size: 1em
        }

    .widget_product_categories ul ul, .widget_product_categories ul ol, .widget_product_categories ol ul, .widget_product_categories ol ol, .widget_price_filter ul ul, .widget_price_filter ul ol, .widget_price_filter ol ul, .widget_price_filter ol ol, .widget_layered_nav ul ul, .widget_layered_nav ul ol, .widget_layered_nav ol ul, .widget_layered_nav ol ol, .widget_layered_nav_filters ul ul, .widget_layered_nav_filters ul ol, .widget_layered_nav_filters ol ul, .widget_layered_nav_filters ol ol, .widget_rating_filter ul ul, .widget_rating_filter ul ol, .widget_rating_filter ol ul, .widget_rating_filter ol ol, .sidebar-box ul ul, .sidebar-box ul ol, .sidebar-box ol ul, .sidebar-box ol ol {
        padding-left: 1.0714em;
        margin: 0
    }

        .widget_product_categories ul ul.children, .widget_product_categories ul ol.children, .widget_product_categories ol ul.children, .widget_product_categories ol ol.children, .widget_price_filter ul ul.children, .widget_price_filter ul ol.children, .widget_price_filter ol ul.children, .widget_price_filter ol ol.children, .widget_layered_nav ul ul.children, .widget_layered_nav ul ol.children, .widget_layered_nav ol ul.children, .widget_layered_nav ol ol.children, .widget_layered_nav_filters ul ul.children, .widget_layered_nav_filters ul ol.children, .widget_layered_nav_filters ol ul.children, .widget_layered_nav_filters ol ol.children, .widget_rating_filter ul ul.children, .widget_rating_filter ul ol.children, .widget_rating_filter ol ul.children, .widget_rating_filter ol ol.children, .sidebar-box ul ul.children, .sidebar-box ul ol.children, .sidebar-box ol ul.children, .sidebar-box ol ol.children {
            margin: 0;
            display: none
        }

.widget .widget-title {
    position: relative
}

    .widget .widget-title .toggle {
        display: inline-block;
        width: 1.8571em;
        height: 1.8571em;
        line-height: 1.7572em;
        position: absolute;
        right: -7px;
        top: 50%;
        margin-top: -.9em;
        padding: 0;
        cursor: pointer;
        text-align: center;
        transition: .25s
    }

        .widget .widget-title .toggle:before, .widget .widget-title .toggle:after {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            background: #222529
        }

        .widget .widget-title .toggle:before {
            width: 2px;
            height: 10px;
            margin-left: -1px;
            margin-top: -5px;
            display: none
        }

        .widget .widget-title .toggle:after {
            width: 10px;
            height: 2px;
            margin-left: -5px;
            margin-top: -1px
        }

.widget.closed .widget-title {
    border-bottom-width: 0
}

    .widget.closed .widget-title .toggle:before {
        display: block
    }

.widget_layered_nav ul li > a {
    padding-right: 25px
}

.widget_layered_nav ul li .count {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 4px
}

.widget_price_filter .price_slider_wrapper {
    margin-bottom: .3571em
}

.widget_price_filter .price_slider {
    margin-top: 1.4286em;
    margin-bottom: 2.1428em;
    border-width: 0;
    border-radius: 0
}

.widget_price_filter .price_slider_amount {
    line-height: 2em;
    font-size: .8751em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: between;
    justify-content: space-between
}

    .widget_price_filter .price_slider_amount .button {
        padding: .4em 1.25em;
        text-transform: uppercase;
        font-weight: 600;
        font-size: .75rem;
        order: 2
    }

.widget_price_filter .clear {
    display: none
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left
}

    .widget_price_filter .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 11px;
        height: 11px;
        cursor: pointer;
        outline: none;
        top: 50%;
        margin-top: -5.5px;
        border-radius: 6px;
        border-width: 0;
        background-image: none
    }

        .widget_price_filter .ui-slider .ui-slider-handle:last-child {
            margin-left: -10px
        }

    .widget_price_filter .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.38) inset;
        background-image: none
    }

.widget_price_filter #min_price, .widget_price_filter #max_price {
    width: 45%;
    margin-right: 4%;
    margin-top: .3571em;
    margin-bottom: 1.2857em
}

.widget_price_filter .ui-slider-horizontal {
    height: 3px
}

    .widget_price_filter .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%
    }

    .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
        left: -1px
    }

    .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
        right: -1px
    }

.widget_layered_nav_filters ul {
    *zoom: 1
}

    .widget_layered_nav_filters ul:before, .widget_layered_nav_filters ul:after {
        content: " ";
        display: table
    }

    .widget_layered_nav_filters ul:after {
        clear: both
    }

    .widget_layered_nav_filters ul li {
        float: left
    }

        .widget_layered_nav_filters ul li a {
            margin-right: .8571em
        }

            .widget_layered_nav_filters ul li a:before {
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
                content: "ï—";
                margin-right: .3571em;
                display: inline-block
            }

.yith-woo-ajax-reset-navigation {
    background: 0 0;
    border-width: 0;
    border-radius: 0
}

    .yith-woo-ajax-reset-navigation > * {
        padding: 0
    }

.widget_layered_nav .yit-wcan-select-open {
    text-decoration: none
}

.widget_layered_nav .yith-wcan-select-wrapper {
    border-width: 1px;
    padding: 10px 0
}

    .widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan {
        padding-top: 0;
        padding-bottom: 0
    }

        .widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li {
            padding: 5px;
            border-width: 0
        }

            .widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li:hover, .widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li.chosen {
                box-shadow: none;
                border-width: 0
            }

                .widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li.chosen a {
                    background-image: none;
                    position: relative
                }

                    .widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li.chosen a:before {
                        content: "ï€";
                        font-family: 'Font Awesome 5 Free';
                        font-weight: 900;
                        font-size: .9em;
                        position: absolute;
                        top: .1em;
                        left: -3px
                    }

            .widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li a {
                padding: 0 12px;
                border-width: 0
            }

.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-group, .woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-group {
    padding: 11px 0;
    font-size: 11px
}

.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li, .woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li {
    width: 14.2857%;
    min-width: 34px;
    max-width: 35px;
    text-align: center;
    float: left
}

    .woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li a, .woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li span, .woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li a, .woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li span {
        border-color: transparent;
        width: 26px;
        height: 26px;
        margin: 4px 4px 4px 0;
        box-shadow: 1px 1px 0 rgba(0,0,0,.35)
    }

.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li, .woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li {
    float: left
}

    .woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li a, .woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li a {
        min-width: 32px;
        text-align: center;
        margin: 3px 6px 3px 0;
        padding: 4px 8px;
        line-height: 16px
    }

        .woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li.chosen a, .woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li a:hover, .woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li.chosen a, .woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li a:hover {
            color: #fff
        }

.widget .product_list_widget li {
    padding: .5rem 0
}

ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: -.5rem 0;
    border-width: 0 !important
}

    ul.product_list_widget li {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        border-width: 0;
        position: relative;
        padding: .5rem 0
    }

        ul.product_list_widget li .product-image {
            width: 84px;
            -ms-flex: 0 0 84px;
            flex: 0 0 84px;
            padding: 0;
            margin-right: 20px
        }

            ul.product_list_widget li .product-image img {
                width: 100%;
                height: auto
            }

            ul.product_list_widget li .product-image .img-effect img {
                position: relative;
                opacity: 1
            }

            ul.product_list_widget li .product-image .img-effect .hover-image {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                opacity: 0
            }

            ul.product_list_widget li .product-image:hover .img-effect img {
                opacity: 0
            }

            ul.product_list_widget li .product-image:hover .img-effect .hover-image {
                opacity: 1
            }

.product_list_widget .product-details {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    max-width: calc(100% - 104px)
}

    .product_list_widget .product-details a {
        display: block;
        text-decoration: none;
        font-size: 1.0769em;
        line-height: 1.4;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: .5rem
    }

    .product_list_widget .product-details .amount {
        font-size: 1.1538em;
        font-weight: 600;
        line-height: 1;
        vertical-align: middle
    }

        .product_list_widget .product-details .amount .currency, .product_list_widget .product-details .amount .decimal {
            font-size: .75em;
            font-weight: 400
        }

            .product_list_widget .product-details .amount .currency .decimal {
                font-size: 1em
            }

    .product_list_widget .product-details ins {
        text-decoration: none;
        vertical-align: baseline
    }

    .product_list_widget .product-details del, .product_list_widget .product-details .from {
        color: #a7a7a7;
        font-size: .8em;
        margin-right: 3px;
        vertical-align: baseline
    }

        .product_list_widget .product-details del .amount, .product_list_widget .product-details .from .amount {
            color: #a7a7a7
        }

.product_list_widget dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0,0,0,.1);
    *zoom: 1
}

    .product_list_widget dl:before, .product_list_widget dl:after {
        content: " ";
        display: table
    }

    .product_list_widget dl:after {
        clear: both
    }

    .product_list_widget dl dt, .product_list_widget dl dd {
        display: inline-block;
        float: left;
        margin-bottom: 1em
    }

    .product_list_widget dl dt {
        font-weight: 700;
        padding: 0 0 .25em;
        margin: 0 4px 0 0;
        clear: left
    }

    .product_list_widget dl dd {
        padding: 0 0 .25em
    }

        .product_list_widget dl dd p:last-child {
            margin-bottom: 0
        }

.product_list_widget .star-rating {
    margin: 3px 0 5px
}

.product_list_widget .ajax-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .6;
    display: none
}

    .product_list_widget .ajax-loading:before {
        content: "\f110";
        font-family: "porto";
        position: absolute;
        left: 50%;
        top: 50%;
        font-size: 20px;
        font-weight: 400;
        line-height: 1;
        margin-top: -13px;
        margin-left: -13px;
        color: #999;
        z-index: 0;
        animation: spin .75s infinite linear;
        display: inline-block
    }

ul.cart_list li.empty {
    padding-left: 0
}

ul.cart_list li .quantity, ul.cart_list li .quantity .amount {
    vertical-align: baseline
}

ul.cart_list li dl {
    margin: 6px 0;
    border: none;
    padding-left: 5px;
    display: table
}

    ul.cart_list li dl dt, ul.cart_list li dl dd {
        padding: 3px;
        margin: 0;
        line-height: 1.2
    }

        ul.cart_list li dl dt p, ul.cart_list li dl dd p {
            line-height: 1.2
        }

.hide_cart_widget_if_empty .empty {
    display: none
}

.widget_recent_reviews .product_list_widget {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .widget_recent_reviews .product_list_widget li {
        padding: .5rem 1%;
        display: block;
        text-align: center
    }

        .widget_recent_reviews .product_list_widget li a {
            display: block;
            position: relative
        }

        .widget_recent_reviews .product_list_widget li img {
            width: 96px;
            border: none;
            display: block;
            margin: 0 auto 10px
        }

        .widget_recent_reviews .product_list_widget li .star-rating {
            margin: 5px auto 0
        }

        .widget_recent_reviews .product_list_widget li .reviewer {
            font-size: .8571em
        }

.widget_shopping_cart .total {
    padding: .7143em 0;
    margin: 0;
    text-align: center
}

    .widget_shopping_cart .total .amount {
        font-size: 1.4286em;
        font-weight: 600
    }

        .widget_shopping_cart .total .amount .currency, .widget_shopping_cart .total .amount .decimal {
            font-size: .75em;
            font-weight: 400
        }

            .widget_shopping_cart .total .amount .currency .decimal {
                font-size: 1em
            }

.widget_shopping_cart .buttons {
    margin-bottom: 0;
    *zoom: 1
}

    .widget_shopping_cart .buttons:before, .widget_shopping_cart .buttons:after {
        content: " ";
        display: table
    }

    .widget_shopping_cart .buttons:after {
        clear: both
    }

    .widget_shopping_cart .buttons .wc-forward {
        float: left;
        width: 49%
    }

    .widget_shopping_cart .buttons .checkout {
        float: right;
        width: 49%
    }

@media (max-width:991px) {
    .mobile-sidebar .widget_shopping_cart .buttons .wc-forward {
        float: none;
        width: 100%
    }

        .mobile-sidebar .widget_shopping_cart .buttons .wc-forward + .wc-forward {
            margin-top: 8px
        }
}

@media (max-width:767px) {
    .widget_shopping_cart .buttons .wc-forward {
        float: none;
        width: 100%
    }

        .widget_shopping_cart .buttons .wc-forward + .wc-forward {
            margin-top: 8px
        }
}

.widget_shopping_cart .product-details a {
    padding-right: 15px
}

.widget_shopping_cart .product-details .remove-product, .wishlist_table .remove_from_wishlist, .shop_table.cart-table a.remove {
    padding: 0;
    position: absolute;
    top: 3px;
    right: 0;
    text-align: right;
    width: 25px;
    height: 25px;
    text-decoration: none
}

    .widget_shopping_cart .product-details .remove-product:before, .wishlist_table .remove_from_wishlist:before, .shop_table.cart-table a.remove:before {
        content: "ï€";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900
    }

.widget .brand-thumbnails, .brand-thumbnails {
    list-style: none;
    margin: 0;
    padding: 0
}

.products-slider.products li.product .add-links-wrap {
    line-height: 0
}

.products-slider.show-nav-title .owl-nav {
    margin-top: -23px
}

.products-slider .slick-dots li {
    clear: none !important;
    width: 20px !important;
    margin-bottom: 0
}

    .products-slider .slick-dots li button {
        box-shadow: none !important
    }

.products-slider.slick-initialized .product {
    display: block
}

.products-slider.owl-carousel {
    margin: 0 !important
}

    .products-slider.owl-carousel .product {
        width: 100%;
        margin-bottom: 0
    }

    .products-slider.owl-carousel .owl-stage-outer {
        padding-top: 10px;
        margin-top: -10px
    }

    .products-slider.owl-carousel .owl-dots {
        margin-top: 20px
    }

.widget .owl-carousel.show-nav-title .owl-nav [class*=owl-] {
    margin-left: 0;
    margin-right: 0
}

.widget .owl-carousel.show-nav-title .owl-nav .owl-prev {
    left: -30px
}

.yith-woo-ajax-navigation.loading, .yith-wcan-list-price-filter.loading {
    position: relative
}

    .yith-woo-ajax-navigation.loading:after, .yith-wcan-list-price-filter.loading:after {
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 10000
    }

    .yith-wcan-list-price-filter.loading form input[type=text] {
        opacity: 0
    }

.woocommerce-product-search label {
    display: none
}

.woocommerce-product-search .search-field {
    margin-bottom: 8px;
    vertical-align: top
}

.widget_rating_filter > ul {
    padding-top: 1rem
}

    .widget_rating_filter > ul li {
        line-height: 1;
        margin-bottom: .75rem
    }

        .widget_rating_filter > ul li a {
            padding-top: 0;
            padding-bottom: 0
        }

.widget_rating_filter .star-rating {
    display: block;
    float: left;
    margin-top: .15em
}

.widget_rating_filter .wc-layered-nav-rating a {
    display: block;
    *zoom: 1;
    text-align: right
}

    .widget_rating_filter .wc-layered-nav-rating a:before, .widget_rating_filter .wc-layered-nav-rating a:after {
        content: " ";
        display: table
    }

    .widget_rating_filter .wc-layered-nav-rating a:after {
        clear: both
    }

.woocommerce-widget-layered-nav-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.woocommerce-cart .shipping_calculator h2 {
    margin-top: 0
}

    .woocommerce-cart .shipping_calculator h2 a {
        cursor: default;
        text-decoration: none
    }

.woocommerce-cart .shipping-form-wrap .shipping-calculator-form {
    display: block !important;
    height: auto !important
}

.woocommerce-cart .shipping-calculator-form {
    margin-top: 10px
}

.shop_table .product-thumbnail img {
    max-width: 80px;
    height: auto
}

.cross-sells {
    margin-top: 20px;
    margin-bottom: 20px
}

.shop_table.responsive.cart-total tbody tr:first-child th, .shop_table.responsive.cart-total tbody tr:first-child td, .shop_table.shop_table_responsive.cart-total tbody tr:first-child th, .shop_table.shop_table_responsive.cart-total tbody tr:first-child td {
    border-top-width: 0
}

.shop_table.responsive.cart-total th, .shop_table.shop_table_responsive.cart-total th {
    width: 25%
}

@media (max-width:767px) {
    .shop_table.responsive.cart-total th, .shop_table.responsive.cart-total td, .shop_table.shop_table_responsive.cart-total th, .shop_table.shop_table_responsive.cart-total td {
        width: 100%;
        text-align: left
    }
}

#shipping_method {
    margin: 0;
    padding: 0;
    list-style: none
}

    #shipping_method li:not(:last-child) {
        padding-bottom: 12px
    }

.wc-proceed-to-checkout .btn {
    font-size: 15px;
    letter-spacing: -.015em;
    margin-bottom: 10px
}

.woocommerce-shipping-destination {
    line-height: 26px
}

.wc-proceed-to-checkout {
    margin-bottom: 20px;
    margin-bottom: 20px;
    text-align: left
}

.cart_totals h2, .review-order.shop_table h2 {
    margin-top: 0
}

.cart_totals .order-total .amount, .review-order.shop_table .order-total .amount {
    font-size: 22px
}

.cart-v2 .heading-primary {
    font-size: 20px;
    line-height: 27px;
    margin: 0 0 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: between;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.cart-v2 .proceed-to-checkout {
    letter-spacing: normal
}

.cart-v2 .shipping-calculator-form {
    display: block !important
}

.cart-v2 #coupon_code {
    padding: 11px 12px
}

.cart-v2 .card.card-default {
    padding: 24px 30px;
    border: 2px solid #e7e7e7
}

    .cart-v2 .card.card-default .card-body tbody tr {
        border-bottom: 1px solid #dcdcdc
    }

        .cart-v2 .card.card-default .card-body tbody tr:last-child {
            border-bottom: none
        }

        .cart-v2 .card.card-default .card-body tbody tr th {
            padding: 10px;
            font-weight: 400;
            line-height: 1.4;
            text-align: left !important
        }

        .cart-v2 .card.card-default .card-body tbody tr td {
            padding: 10px;
            line-height: 1.4;
            text-align: left !important
        }

            .cart-v2 .card.card-default .card-body tbody tr td:last-child {
                color: #777;
                text-align: right !important;
                font-weight: 400
            }

    .cart-v2 .card.card-default .card-body tbody .order-total th {
        padding: 18px 12px
    }

.checkout-v2 .checkout_coupon {
    display: block !important
}

.card.card-default .card-header.arrow a {
    position: relative;
    padding-right: 40px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0 !important
}

    .card.card-default .card-header.arrow a:before {
        border: none;
        color: #222529;
        font-family: 'porto';
        content: "\e81b";
        width: 26px;
        height: 26px;
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -13px;
        color: #222529;
        text-align: center;
        line-height: 26px;
        font-size: 17px;
        background-color: transparent
    }

    .card.card-default .card-header.arrow a.collapsed:before {
        content: "\e81c"
    }

    .card.card-default .card-header.arrow a:hover:before {
        background-color: transparent;
        border-color: transparent;
        color: #222529
    }

.shop_table.cart-table th.product-thumbnail {
    width: 16%
}

.shop_table.cart-table th.product-name {
    width: 33%
}

.shop_table.cart-table th.product-price {
    width: 14%
}

.shop_table.cart-table .product-subtotal .amount {
    font-size: 16px;
    font-weight: 600
}

.shop_table.cart-table .actions input[type=text]::placeholder {
    font-size: 12px;
    font-weight: 500;
    color: #999
}

.shop_table.cart-table .actions button {
    padding: 12px 24px
}

td.product-price {
    font-weight: 400 !important
}

td.product-subtotal {
    font-weight: 400 !important
}

td.product-total {
    font-weight: 400 !important
}

td.order-total {
    font-weight: 400 !important
}

.cart_totals_toggle .card-header a {
    display: block;
    padding: 10px 20px;
    text-decoration: none
}

.cart_totals_toggle .card-header {
    padding: 0;
    border-bottom: none
}

.cart_totals_toggle .card:not(:first-child) {
    margin-top: 5px
}

.also-bought .products-slider.show-nav-title .owl-nav {
    margin-top: -32px
}

i.cart-empty, i.wishlist-empty {
    font-size: 100px;
    color: #d3d3d4
}

.cart-empty-page .woocommerce-info {
    text-align: center
}

.checkout_coupon .form-row {
    display: inline-block;
    float: none;
    width: auto;
    vertical-align: middle;
    padding-right: 0
}

form.checkout_coupon {
    padding-left: 5px;
    padding-bottom: 5px
}

.woocommerce-form-coupon-toggle, .woocommerce-form-login-toggle {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -.025em
}

.form-row.terms {
    position: relative;
    margin-top: 15px
}

    .form-row.terms .input-checkbox {
        position: absolute;
        left: 0;
        top: 2px
    }

    .form-row.terms label.checkbox {
        margin-left: 20px;
        display: block
    }

.payment_methods {
    margin: 15px 0 10px;
    padding: 0;
    list-style: none
}

    .payment_methods li {
        padding-bottom: 10px
    }

    .payment_methods p {
        margin-bottom: .5rem
    }

    .payment_methods .porto-control-label {
        font-size: 14px;
        font-weight: 400
    }

    .payment_methods .payment_method_paypal .about_paypal {
        display: inline-block;
        margin-left: 10px
    }

    .payment_methods .payment_method_paypal img {
        width: 170px;
        margin-left: .25rem
    }

@media (max-width:767px) {
    .payment_methods .payment_method_paypal .input-radio {
        vertical-align: top
    }

    .payment_methods .payment_method_paypal img, .payment_methods .payment_method_paypal .about_paypal {
        display: block;
        margin: 0
    }
}

@media (max-width:575px) {
    .payment_methods .payment_method_paypal img {
        width: 150px
    }
}

.woocommerce-page .woocommerce header {
    margin-top: 32px
}

.woocommerce-page .woocommerce .featured-box header {
    margin-top: 20px
}

.checkout-v2 .card-header {
    line-height: 40px
}

.place-order img {
    margin-left: 5px;
    display: none
}

form.woocommerce-checkout h3 {
    margin-bottom: 13px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 32px
}

.woocommerce-checkout .select2-dropdown {
    border-color: #e7e7e7
}

.woocommerce-checkout .select2-container .select2-selection--single {
    height: 50px;
    border-color: #e7e7e7
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 10px 12px
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 1rem
}

.woocommerce-checkout .screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.woocommerce-checkout input[type=text]::placeholder, .woocommerce-checkout textarea::placeholder {
    font-size: 12px
}

.woocommerce-checkout .shipping_address {
    margin-top: 1rem
}

.woocommerce-checkout input[type=text], .woocommerce-checkout input[type=email], .woocommerce-checkout input[type=tel], .woocommerce-checkout input[type=password] {
    line-height: 2.3
}

.woocommerce-checkout label {
    margin-bottom: 3px;
    font-weight: 500;
    letter-spacing: -.01em
}

#order_comments {
    min-height: 125px
}

.checkout-order-review .featured-boxes {
    padding: 22px 32px
}

.checkout-order-review .woocommerce-privacy-policy-text p {
    padding: 0 8px;
    font-size: 13px
}

.checkout-order-review .shop_table td {
    padding: 12px 10px
}

.woocommerce-shipping-totals td {
    padding: 25px 10px
}

.woocommerce-account .woocommerce {
    *zoom: 1;
    margin: 0 -10px
}

    .woocommerce-account .woocommerce:before, .woocommerce-account .woocommerce:after {
        content: " ";
        display: table
    }

    .woocommerce-account .woocommerce:after {
        clear: both
    }

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
    padding: 0 10px 30px
}

@media (max-width:991px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: none;
        width: 100%
    }
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0
}

    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
        margin: 0;
        padding: 0;
        display: block;
        position: relative
    }

        .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
            transition: background .1s;
            padding: 8px 0;
            display: block;
            color: #777;
            font-size: 1em;
            font-weight: 500;
            letter-spacing: -.025em;
            text-decoration: none
        }

            .woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
                content: "";
                display: inline-block;
                width: 0;
                height: 4px;
                border-top: 4px solid transparent;
                border-bottom: 4px solid transparent;
                position: absolute;
                top: 15px;
                left: 10px
            }

            .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
                text-decoration: none
            }

        .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active > a {
            font-weight: 700
        }

        .woocommerce-account .woocommerce-MyAccount-navigation ul li ul {
            list-style: none;
            margin: 0 0 0 25px;
            padding: 0
        }

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 75%;
    padding: 0 10px
}

@media (max-width:991px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        float: none;
        width: 100%
    }
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0
}

    .woocommerce-account ul.digital-downloads li {
        list-style: none;
        margin-left: 0;
        padding-left: 0
    }

        .woocommerce-account ul.digital-downloads li .count {
            float: right
        }

.woocommerce-account .account-sub-title i, .woocommerce-account .featured-box i {
    color: #d3d3d4
}

.woocommerce-account .featured-box .icon-featured {
    font-size: 60px
}

.woocommerce-account .featured-box h4 {
    font-size: 1rem;
    letter-spacing: -.01em
}

.address .featured-box {
    text-align: left
}

#rememberme, .back-login {
    margin-top: 10px;
    margin-bottom: 10px
}

.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
    padding: 3px 0;
    color: #333;
    line-height: 1.2
}

    .woocommerce-password-strength.strong {
        background-color: #c1e1b9;
        border-color: #83c373
    }

    .woocommerce-password-strength.short {
        background-color: #f1adad;
        border-color: #e35b5b
    }

    .woocommerce-password-strength.bad {
        background-color: #fbc5a9;
        border-color: #f78b53
    }

    .woocommerce-password-strength.good {
        background-color: #ffe399;
        border-color: #ffc733
    }

.woocommerce-password-hint {
    margin: 1em 0 0;
    display: block
}

.order-info mark {
    background: 0 0;
    padding: 0
}

.shopswatchinput {
    margin-bottom: 5px;
    margin-top: 5px
}

.wcvaswatchinput {
    text-decoration: none !important;
    margin: 0 1px
}

.wcvashopswatchlabel {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    transition: all .1s ease-in;
    line-height: 1;
    width: 24px !important;
    height: 24px !important
}

.swatchinput {
    display: inline-block;
    padding-right: 7px;
    padding-bottom: 6px;
    margin-top: -3px
}

.belowtext {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 16px;
    font-weight: 700
}

.wcvaswatch input {
    margin: 0;
    padding: 0;
    display: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none
}

.wcvaswatchlabel {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    transition: all .1s ease-in;
    line-height: 1.0000
}

.wcvaswatch input:active + .wcvaswatchlabel {
    opacity: .9
}

.wcvaswatch input:checked + .wcvaswatchlabel {
    -webkit-filter: none;
    -ms-filter: none;
    filter: none
}

.wcvaround {
    border-radius: 50%;
    outline: solid 0 #9c9999
}

input.wcva_attribute_radio {
    margin-right: 5px
}

.shop_table.wishlist_table {
    margin-bottom: 15px
}

    .shop_table.wishlist_table tr td {
        text-align: left
    }

@media (max-width:767px) {
    .shop_table.wishlist_table tr td {
        text-align: center
    }
}

.shop_table.wishlist_table .add-links {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

    .shop_table.wishlist_table .add-links .add_to_cart_button:before {
        content: none
    }

.shop_table.wishlist_table .quickview {
    margin-bottom: 10px;
    margin-right: 0
}

.shop_table.wishlist_table .add_to_cart {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.shop_table.wishlist_table .product-thumbnail {
    width: 10%
}

.shop_table.wishlist_table .product-name {
    width: 29%
}

.shop_table.wishlist_table .product-price {
    width: 13%
}

.shop_table.wishlist_table .product-stock-status {
    width: 19%
}

@media (max-width:767px) {
    .shop_table.wishlist_table .product-thumbnail, .shop_table.wishlist_table .product-name, .shop_table.wishlist_table .product-price, .shop_table.wishlist_table .product-stock-status {
        width: 100%
    }
}

.woocommerce table.shop_table.wishlist_table thead th, .woocommerce table.shop_table.wishlist_table thead td {
    border: none;
    padding: 10px 5px 10px 16px
}

.woocommerce table.shop_table.wishlist_table tbody th, .woocommerce table.shop_table.wishlist_table tbody td, .woocommerce table.shop_table.wishlist_table tfoot th, .woocommerce table.shop_table.wishlist_table tfoot td {
    padding: 20px 5px 23px 16px;
    font-weight: 600
}

@media (max-width:767px) {
    .woocommerce table.shop_table.wishlist_table tbody th, .woocommerce table.shop_table.wishlist_table tbody td, .woocommerce table.shop_table.wishlist_table tfoot th, .woocommerce table.shop_table.wishlist_table tfoot td {
        padding: 10px 20px
    }
}

.shop_table.wishlist_table, .woocommerce table.wishlist_table {
    font-size: 100%
}

    .shop_table.wishlist_table .add_to_cart.button, .shop_table.wishlist_table .add_to_cart_read_more.button, .shop_table.wishlist_table .yith-compare, .woocommerce table.wishlist_table .add_to_cart.button, .woocommerce table.wishlist_table .add_to_cart_read_more.button, .woocommerce table.wishlist_table .yith-compare {
        display: inline-block !important;
        min-width: 160px
    }

    .shop_table.wishlist_table .add_to_cart.button, .shop_table.wishlist_table .add_to_cart_read_more.button, .shop_table.wishlist_table .quickview, .shop_table.wishlist_table .yith-compare, .woocommerce table.wishlist_table .add_to_cart.button, .woocommerce table.wishlist_table .add_to_cart_read_more.button, .woocommerce table.wishlist_table .quickview, .woocommerce table.wishlist_table .yith-compare {
        height: 42px;
        width: auto;
        padding: 0 25px !important;
        font-size: 13px;
        line-height: 42px;
        text-indent: 0
    }

    .shop_table.wishlist_table .yith-compare, .woocommerce table.wishlist_table .yith-compare {
        min-width: 1px;
        margin-top: 5px !important;
        padding: 0 15px !important;
        font-weight: 700
    }

        .shop_table.wishlist_table .yith-compare:before, .woocommerce table.wishlist_table .yith-compare:before {
            float: none
        }

        .shop_table.wishlist_table .yith-compare.added:before, .woocommerce table.wishlist_table .yith-compare.added:before {
            line-height: 42px
        }

    .shop_table.wishlist_table .quickview, .woocommerce table.wishlist_table .quickview {
        order: -1;
        font-weight: 700
    }

        .shop_table.wishlist_table .quickview:before, .woocommerce table.wishlist_table .quickview:before {
            content: none
        }

        .shop_table.wishlist_table .quickview:hover, .woocommerce table.wishlist_table .quickview:hover {
            border-color: #0077b3;
            background-color: #0077b3;
            color: #fff
        }

    .shop_table.wishlist_table .yith-wcwl-add-to-wishlist, .woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist {
        display: none
    }

    .shop_table.wishlist_table .wishlist-empty, .woocommerce table.wishlist_table .wishlist-empty {
        text-align: center
    }

p.wishlist-empty, table.wishlist_table tbody td.wishlist-empty {
    margin: 1rem 0
}

.woocommerce #content table.shop_table.wishlist_table.cart a.remove, .shop_table.cart-table a.remove.remove-product {
    top: -10px;
    right: -10px
}

    .woocommerce #content table.shop_table.wishlist_table.cart a.remove:hover, .shop_table.cart-table a.remove.remove-product:hover {
        background: #fff
    }

.blockUI {
    background: #fff !important;
    opacity: .5 !important
}

.sidebar-content #yith-ajaxsearchform .btn {
    color: #fff;
    border-width: 1px
}

.sidebar-content .autocomplete-suggestions {
    padding-top: 0;
    padding-bottom: 0
}

.sidebar-content .autocomplete-suggestion {
    padding-left: 8px;
    padding-right: 8px
}

.wishlist_table .add_to_cart.button, .wishlist_table .add_to_cart_read_more.button {
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 22px
}

.woocommerce .wishlist-title a.btn, .woocommerce .hidden-title-form a.btn, .woocommerce .hidden-title-form input[type=submit] {
    color: #fff;
    vertical-align: middle;
    font-size: .8rem;
    line-height: 1.5
}

.woocommerce .wishlist-title h2 {
    margin: 0 !important
}

#header .my-wishlist, #header .my-account, #header .yith-woocompare-open {
    display: inline-block;
    padding: 0 .125rem;
    font-size: 24px;
    vertical-align: middle
}

#header .my-wishlist, #header .yith-woocompare-open {
    position: relative
}

    #header .my-wishlist .wishlist-count, #header .yith-woocompare-open .compare-count {
        right: -.25rem
    }

.wishlist_table tr td.product-thumbnail > div, .shop_table.cart-table .product-thumbnail > div {
    width: 80px
}

@media (max-width:767px) {
    .wishlist_table tr td.product-thumbnail > div, .shop_table.cart-table .product-thumbnail > div {
        margin: 0 auto
    }
}

.wishlist_table tr td.product-thumbnail a {
    max-width: none
}

.quickview-wrap {
    width: 900px;
    padding: 15px
}

@media (max-width:991px) {
    .quickview-wrap {
        width: 550px
    }
}

@media (max-width:767px) {
    .quickview-wrap {
        width: auto
    }
}

@media (max-width:575px) {
    .quickview-wrap {
        padding: 0
    }

        .quickview-wrap .row {
            margin-left: 0;
            margin-right: 0
        }

        .quickview-wrap .summary-before, .quickview-wrap .summary {
            padding-left: 0;
            padding-right: 0
        }
}

.quickview-wrap .product .summary-before, .quickview-wrap .product .entry-summary {
    margin-bottom: 0
}

@media (max-width:991px) {
    .quickview-wrap .product .summary-before {
        margin-bottom: 30px
    }
}

.quickview-wrap .product-image-slider.owl-carousel {
    overflow: hidden
}

.quickview-wrap .woocommerce-product-rating:after {
    content: none
}

.quickview-wrap .variations_form:not(.vf_init) .reset_variations {
    display: none
}

.quickview-wrap .summary .added_to_cart {
    font-size: .8em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    margin-left: 1rem
}

.quickview-wrap .summary .single_add_to_cart_button.loading {
    pointer-events: none;
    opacity: .75
}

.quickview-wrap .summary .porto-loading-icon {
    position: static;
    width: 25px;
    height: 25px;
    margin: .5em
}

.woocommerce-page.archive .sidebar-content {
    border: 1px solid #e7e7e7
}

    .woocommerce-page.archive .sidebar-content .widget-title {
        padding: 0;
        background: 0 0;
        border: none
    }

    .woocommerce-page.archive .sidebar-content .porto-separator {
        display: none
    }

    .woocommerce-page.archive .sidebar-content aside.widget {
        border-bottom: 1px solid #e7e7e7;
        margin-bottom: 0;
        margin-top: 0;
        padding: 20px
    }

        .woocommerce-page.archive .sidebar-content aside.widget:last-child {
            border-bottom: none
        }

        .woocommerce-page.archive .sidebar-content aside.widget .widget {
            margin-bottom: 0
        }

    .woocommerce-page.archive .sidebar-content .widget > *:last-child {
        margin-bottom: 0;
        padding-bottom: 0
    }

@media (max-width:991px) {
    .woocommerce-page.archive .mobile-sidebar aside.widget {
        padding-left: 0;
        padding-right: 0
    }

        .woocommerce-page.archive .mobile-sidebar aside.widget:first-child {
            padding-top: 0
        }
}

.woocommerce-page .sidebar-content .widget-title {
    font-weight: 600;
    font-size: 15px
}

.sidebar .product-categories li > a {
    font-size: 14px;
    font-weight: 500
}

.widget_product_categories ul li .toggle {
    font-size: 11px;
    color: #222529 !important;
    font-family: Porto
}

    .widget_product_categories ul li .toggle:before {
        content: "\e81c"
    }

.widget_product_categories ul li.current > .toggle:before, .widget_product_categories ul li.open > .toggle:before {
    content: "\e81b"
}

.widget_product_categories ul li.closed > .toggle:before {
    content: "\e81c"
}

.bypostauthor {
    display: block
}

#header .header-main .usp-bar-container, #header.sticky-header .header-main .usp-bar-container {
    min-height: 0
}

#header .header-main .usp-bar-container, #header .header-main .container .usp-bar {
    padding-top: 0;
    padding-bottom: 0
}

#header .header-main .container .usp-bar {
    padding-left: 50px;
    padding-right: 50px;
    border-top: 1px solid rgba(138,137,132,.5)
}

.usp-bar .usps {
    list-style: none;
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 0;
    margin: 0;
    text-transform: uppercase
}

@media only screen and (max-width:767px) {
    #header .header-main .container .usp-bar {
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (max-width:500px) {
    .usp-bar .usps {
        flex-flow: column wrap;
        align-items: center
    }
}

.shop-header {
    margin: 1rem 0
}

    .shop-header .term-description p:last-child {
        margin-bottom: 0
    }

@media only screen and (min-width:571px) {
    .shop-header {
        display: flex;
        align-items: center
    }

        .shop-header .page-title {
            flex: 0 auto;
            display: inline-block;
            margin-bottom: 0
        }

        .shop-header .term-description {
            flex: 1;
            margin-left: 2rem;
            padding: .5rem 0 .5rem 2rem;
            border-left: 1px solid #ac925f
        }
}

a {
    color: #61605a
}

.mega-menu > li.menu-item > a {
    font-family: Oswald;
    font-size: 13px
}

#header:not(.sticky-header) #mini-cart .cart-head {
    padding-right: 0
}

#header:not(.sticky-header) #mini-cart .cart-items-text {
    display: inline-block;
    font-family: Oswald;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .03em;
    position: static;
    margin-left: 10px;
    text-transform: capitalize
}

#header:not(.sticky-header) #mini-cart .cart-head:after {
    display: none
}

#mini-cart .minicart-icon:before {
    content: '\e878'
}

.view-switcher img {
    display: none
}

#header .currency-switcher .narrow .popup li.menu-item:hover > a, #header .view-switcher .narrow .popup li.menu-item:hover > a {
    background: #e1ddc3;
    color: #fff
}

#header .searchform input {
    font-family: Oswald
}

#header.sticky-header .header-main.change-logo .container > div {
    padding-top: 0;
    padding-bottom: 0
}

#header #main-menu .mega-menu > li.menu-item:first-child > a {
    padding-left: 0
}

#header #main-menu .mega-menu > li.menu-item:last-child > a {
    padding-right: 0
}

#header .currency-switcher {
    padding: 11px 12px;
    border-width: 0 1px;
    margin: 0 10px 0 0;
    border-style: solid;
    border-color: rgba(138,137,132,.5);
    height: 50px
}

#header.sticky-header .currency-switcher {
    padding-left: 20px;
    padding-right: 20px
}

#header .porto-view-switcher > li.menu-item > a, #header .top-links > li.menu-item > a, #header .searchform input {
    letter-spacing: .075em
}

ul.breadcrumb {
    font-family: Oswald;
    font-size: 12px;
    letter-spacing: .075em;
    text-transform: uppercase
}

.page-top ul.breadcrumb > li a {
    text-transform: inherit
}

body.woocommerce .left-sidebar, body.woocommerce .right-sidebar, body.woocommerce .main-content {
    padding-top: 40px
}

.single-product .product-layout-transparent {
    margin-top: -40px
}

.mega-menu.show-arrow > li.has-sub > a:after {
    font-size: 12px;
    position: relative;
    top: -2px
}

.btn {
    font-family: Oswald;
    font-weight: 400;
    letter-spacing: .05em
}

.btn-outline {
    border-width: 1px;
    color: #61605a
}

html .btn-primary {
    color: #61605a
}

.btn.btn-lg {
    font-size: 14px
}

.btn-primary, .button, input.submit, input[type=submit].btn-primary, input[type=submit].button, input[type=submit].submit {
    color: #61605a
}

.row .post-item {
    background: #fff;
    position: relative;
    min-height: 165px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 200px;
    margin-right: 10px;
    padding: 30px 30px 20px 40px
}

.post-carousel .post-item .post-date ~ * {
    margin-left: 0
}

.post-item .thumb-info {
    position: absolute;
    left: -190px;
    top: -30px;
    border: none;
    z-index: -1
}

    .post-item .thumb-info .thumb-info-wrapper {
        margin: 0
    }

    .post-item .thumb-info img {
        max-height: 100%
    }

.post-item h4 a {
    color: inherit;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: -.01em;
    font-weight: 600
}

.post-item .read-more {
    font-weight: 700;
    font-size: 13px;
    color: #333;
    letter-spacing: .03em;
    text-transform: uppercase;
    margin-top: 5px
}

    .post-item .read-more i {
        margin-left: 3px
    }

.post-carousel .post-item .post-date {
    float: none
}

.post-item .post-date {
    width: auto;
    text-align: left;
    background: #e1ddc3;
    padding: 1px 5px;
    display: inline-block
}

    .post-item .post-date .day, .post-item .post-date .month {
        display: inline-block;
        background: 0 0;
        color: #8f8e86;
        font-family: Oswald;
        font-size: 14.5px;
        letter-spacing: .1em;
        padding: 0;
        box-shadow: none;
        text-transform: uppercase;
        font-weight: 400
    }

.post-item .read-more {
    display: block
}

.post-item .thumb-info {
    max-width: none
}

.owl-carousel.nav-inside .owl-dots {
    margin-top: 0;
    bottom: 25px;
    text-align: right
}

@media (min-width:1200px) {
    .owl-carousel.nav-inside .owl-dots {
        width: 1170px;
        left: 50%;
        margin-left: -585px;
        padding-right: 10px;
        padding-left: 10px
    }
}

.home .owl-carousel .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255,255,255,.5);
    background: 0 0;
    margin: 0 3px;
    position: relative
}

.home .owl-carousel .owl-dots .owl-dot.active span, .home .owl-carousel .owl-dots .owl-dot:hover span {
    background: 0 0;
    border-color: #fff
}

    .home .owl-carousel .owl-dots .owl-dot.active span:after, .home .owl-carousel .owl-dots .owl-dot:hover span:after {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 6px;
        border: 2px solid #fff;
        top: 50%;
        left: 50%;
        margin-top: -3px;
        margin-left: -3px
    }

.shop-loop-before .gridlist-toggle {
    margin-left: 0
}

.woocommerce-result-count {
    margin-left: 3px
}

ul.products li.product-col h3 {
    font-size: 16px;
    font-weight: 600
}

ul.products li.product-col .price del {
    font-size: 66%;
    font-weight: 400
}

.single-product .product-summary-wrap .price, ul.products .price, ul.product_list_widget li .product-details .amount, .widget ul.product_list_widget li .product-details .amount {
    font-weight: 600;
    letter-spacing: 0;
    color: #282d3b
}

ul.products li.product-col .price, .single-product .product-summary-wrap .price {
    font-family: inherit;
    font-size: 25px;
    -webkit-font-smoothing: auto
}

#mini-cart .buttons a {
    color: #61605a
}

.shop-loop-before label, .shop-loop-after label {
    font-weight: 600;
    font-size: 14px;
    color: #21293c
}

.woocommerce-pagination ul li .page-numbers {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    border: none;
    color: #21293c;
    min-width: 0
}

.woocommerce-pagination ul li a, .woocommerce-pagination ul li span {
    line-height: 36px
}

.woocommerce-pagination ul li .prev, .woocommerce-pagination ul li .next {
    border: 2px solid #e1ddc3;
    height: 36px;
    line-height: 36px;
    width: 36px;
    color: #78755c
}

    .woocommerce-pagination ul li .prev:hover, .woocommerce-pagination ul li .next:hover {
        background: #e1ddc3;
        color: #fff
    }

.section-title, .slider-title, .widget .widgettitle, .widget .widget-title, .widget .widgettitle a, .widget .widget-title a, .widget_calendar caption {
    color: #21293c
}

body.woocommerce-page.archive .sidebar-content {
    border: none
}

    body.woocommerce-page.archive .sidebar-content aside.widget {
        padding-top: 0;
        margin-bottom: 30px;
        margin-left: -20px
    }

.widget_price_filter .ui-slider .ui-slider-range {
    box-shadow: none
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    background: #e1ddc3
}

.star-rating span:before {
    color: #e1ddc3
}

ul.product_list_widget li .product-details a, .widget ul.product_list_widget li .product-details a {
    color: #7a7d82;
    font-size: 14px;
    font-weight: 600
}

.products .sale-product-daily-deal:before {
    background: #c8c29d
}

.product-images .img-thumbnail .inner, .product-thumbs-slider.owl-carousel .img-thumbnail {
    border: none
}

.porto-related-products {
    background: 0 0;
    padding-top: 0
}

#content-bottom + .porto-related-products {
    padding-top: 40px
}

.type-product > .porto-related-products {
    padding-top: 30px
}

#main > .porto-related-products .related .slider-title {
    font-size: 25px;
    font-weight: 700;
    text-align: center
}

.single-product .related .slider-title {
    border-bottom: none
}

.single-product .woocommerce-product-rating .star-rating {
    font-size: 17px
}

    .single-product .woocommerce-product-rating .star-rating span:before {
        color: #e1ddc3 !important
    }

.single-product .product-layout-default .share-links a {
    background: #d6d6d6
}

.single-product .product-layout-default .woocommerce-tabs {
    padding: 50px 0;
    background: #efefef;
    position: relative
}

    .single-product .product-layout-default .woocommerce-tabs:before, .single-product .product-layout-default .woocommerce-tabs:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        height: 100%;
        width: 30vw;
        background: inherit
    }

    .single-product .product-layout-default .woocommerce-tabs:before {
        right: 100%
    }

    .single-product .product-layout-default .woocommerce-tabs:after {
        left: 100%
    }

.product-layout-default .woocommerce-tabs .tab-content {
    background: #efefef
}

.single-product .column2 .product-layout-default .woocommerce-tabs:before, .single-product .column2 .product-layout-default .woocommerce-tabs:after {
    display: none
}

.single-product .column2 .product-layout-default .woocommerce-tabs {
    padding: 0;
    background: 0 0
}

.column2 .product-layout-default .woocommerce-tabs .tab-content {
    background: 0 0
}

.woocommerce-tabs .tab-content {
    border-top: none
}

.woocommerce-tabs .resp-tabs-list li {
    border-bottom-color: transparent !important;
    color: #21293c !important;
    font-weight: 600
}

    .woocommerce-tabs .resp-tabs-list li.resp-tab-active, .woocommerce-tabs .resp-tabs-list li:hover {
        color: #61605a !important
    }

.woocommerce-product-rating a {
    color: #21293c;
    font-weight: 600
}

.single-product .product-images .zoom .fa-search:before {
    font-family: 'Simple-Line-Icons';
    content: "\e091";
    font-size: 20px
}

.product-images .zoom {
    right: 10px;
    bottom: 10px
}

.porto-layout-notice {
    margin-top: 30px
}

    .porto-layout-notice .vc_column-inner {
        display: table;
        width: 100%
    }

    .porto-layout-notice .porto-feature-box {
        display: table-cell;
        vertical-align: middle
    }

    .porto-layout-notice .feature-box .feature-box-info {
        padding-left: 10px
    }

    .porto-layout-notice .feature-box .feature-box-icon {
        padding: 0
    }

    .porto-layout-notice .feature-box i:before {
        margin-left: 0
    }

    .porto-layout-notice .feature-box .feature-box-info {
        -webkit-flex: none;
        -moz-flex: none;
        -ms-flex: none;
        flex: none
    }

    .porto-layout-notice .porto-feature-box .feature-box {
        justify-content: center
    }

    .porto-layout-notice .porto-feature-box:first-child .feature-box {
        justify-content: flex-start
    }

    .porto-layout-notice h6 {
        font-weight: 400;
        font-size: 14px;
        color: #7a7d82
    }

.feature-box.feature-box-primary .feature-box-icon i {
    color: #c8c29d
}

.porto-layout-notice .porto-feature-box:not(:last-child) {
    border-right: 1px solid #e6e6e6
}

@media (max-width:767px) {
    .porto-layout-notice .inline-block {
        display: block
    }
}

@media (max-width:575px) {
    .porto-layout-notice .vc_column-inner, .porto-layout-notice .porto-feature-box {
        display: block
    }

        .porto-layout-notice .porto-feature-box .feature-box {
            justify-content: flex-start
        }

        .porto-layout-notice .porto-feature-box:last-child .feature-box {
            justify-content: flex-start
        }
}

.product-layout-transparent .product-summary-wrap, .product-layout-transparent .img-thumbnail, .product-layout-transparent .product-summary-wrap:before, .product-layout-transparent .product-summary-wrap:after, .product-layout-transparent .product-summary-wrap .zoomContainer .zoomWindow {
    background-color: #eee
}

.newsletter-popup-form .formError .formErrorContent {
    color: #fff !important;
    width: 165px
}

.newsletter-popup-form .widget_wysija_cont .wysija-submit:hover {
    background: #e6e6e6 none repeat scroll 0 0
}

.newsletter-popup-form {
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,.5);
    border: 0 !important;
    box-shadow: 0 10px 25px rgba(0,0,0,.5);
    background: rgba(0,0,0,0) url(//sw-themes.com/porto_dummy/wp-content/uploads/2016/06/newsletter_popup_bg.jpg) no-repeat scroll 0 0/cover;
    padding: 30px 30px 0;
    background-position: bottom right
}

.newsletter-popup-form {
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

    .newsletter-popup-form .porto-modal-content {
        max-width: 322px;
        padding: 0;
        text-align: center;
        width: 100%;
        background: 0 0
    }

    .newsletter-popup-form h2 {
        color: #313131;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0;
        margin: 30px 0 12px
    }

    .newsletter-popup-form .widget_wysija {
        color: #444;
        font-size: 13px;
        line-height: 1.4
    }

        .newsletter-popup-form .widget_wysija:after {
            content: '';
            display: block;
            clear: both
        }

    .newsletter-popup-form .wysija-paragraph {
        float: left;
        margin-top: 0;
        text-align: left;
        width: 83%;
        margin-bottom: 15px
    }

    .newsletter-popup-form .widget_wysija_cont .wysija-submit {
        background: #fff none repeat scroll 0 0;
        border-color: #ccc;
        border-radius: 0 5px 5px 0;
        color: #686868;
        float: left;
        margin-left: -2px;
        margin-top: 0;
        padding: 7px 12px;
        outline: none
    }

    .newsletter-popup-form .wysija-input {
        border: 1px solid #ccc;
        border-radius: 5px 0 0 5px;
        box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
        color: #bfbfa6;
        font-size: 13px;
        padding: 7px 12px;
        width: 100%
    }

    .newsletter-popup-form .text-form {
        display: block;
        margin-bottom: 20px
    }

    .newsletter-popup-form .checkbox {
        color: #777;
        font-size: 11px
    }

#footer .porto-sicon-box {
    margin-top: 20px;
    padding-left: 15px
}

#footer .widget .porto-sicon-header p {
    margin-bottom: 0
}

#footer .widget.follow-us .share-links a {
    box-shadow: none;
    width: 34px;
    height: 34px
}

@media (max-width:992px) {
    #footer .widget .text-center {
        text-align: left !important
    }

    #footer .widget .pull-right {
        float: none !important
    }
}

#footer .wpb_text_column li {
    margin-bottom: 12px
}

    #footer .wpb_text_column li i {
        margin-right: 10px
    }

#footer .vc_custom_heading {
    font-weight: 500
}

#footer .widget_wysija_cont .wysija-input {
    background: #33332f;
    border: none;
    height: 44px;
    font-size: 13px
}

#footer .widget .widget_wysija {
    max-width: none
}

#footer .widget_wysija_cont .wysija-submit {
    height: 44px;
    border: none;
    background: #e1ddc3;
    font-family: Oswald;
    font-size: 15px;
    color: #61605a;
    letter-spacing: .05em;
    padding: 6px 15px
}

.rtl #header #main-menu .mega-menu > li.menu-item:first-child > a {
    padding-right: 0;
    padding-left: 20px
}

.rtl #header #main-menu .mega-menu > li.menu-item:last-child > a {
    padding-left: 0;
    padding-right: 20px
}

.rtl #header .currency-switcher {
    margin: 0 0 0 10px
}

.rtl .post-item .post-date {
    text-align: right
}

.rtl #header:not(.sticky-header) #mini-cart .cart-head {
    padding-left: 0
}

.rtl #header:not(.sticky-header) #mini-cart .cart-items-text {
    margin-right: 10px;
    margin-left: 0
}

.rtl .row .post-item {
    margin-right: 200px;
    margin-left: 10px
}

.rtl .post-carousel .post-item .post-date ~ * {
    margin-right: 0;
    margin-left: auto
}

.rtl .post-item .thumb-info {
    right: -190px;
    left: auto
}

.rtl .post-item .read-more i {
    margin-right: 3px;
    margin-left: 0
}

.rtl .owl-carousel.nav-inside .owl-dots {
    text-align: left
}

.rtl .shop-loop-before .gridlist-toggle {
    margin-right: 0
}

.rtl .woocommerce-result-count {
    margin-right: 3px;
    margin-left: 0
}

body.woocommerce-page.archive.rtl .sidebar-content aside.widget {
    margin-right: -20px;
    margin-left: 0
}

.rtl .product-images .zoom {
    left: 10px;
    right: auto
}

.rtl .porto-layout-notice .feature-box .feature-box-info {
    padding-right: 10px;
    padding-left: 0
}

.rtl .porto-layout-notice .feature-box i:before {
    margin-right: 0
}

.rtl .porto-layout-notice .porto-feature-box:not(:last-child) {
    border-left: 1px solid #e6e6e6;
    border-right: none
}

.rtl .newsletter-popup-form:after {
    content: '';
    display: block;
    clear: both
}

.rtl .newsletter-popup-form .porto-modal-content {
    float: left
}

.rtl .newsletter-popup-form .wysija-paragraph {
    float: right;
    text-align: right
}

.rtl .newsletter-popup-form .widget_wysija_cont .wysija-submit {
    float: right;
    margin-right: -2px;
    margin-left: 0
}

.rtl #footer .porto-sicon-box {
    padding-right: 15px;
    padding-left: 0
}

.rtl #footer .wpb_text_column li i {
    margin-left: 10px;
    margin-right: 0
}

@media (max-width:992px) {
    .rtl #footer .widget .text-center {
        text-align: right !important
    }

    .star-rating span:before {
        color: #ffc107
    }

    .single-product .woocommerce-product-rating .star-rating span:before {
        color: #ffc107 !important
    }
}

.fullscreen-carousel .porto-ibanner .text-content .btn {
    font-size: 17px;
    letter-spacing: .075em;
    color: #0b0b0a;
    padding: .8em 1.8em
}

html .btn-primary {
    font-size: 17px;
    letter-spacing: .075em;
    color: #0b0b0a;
    padding: .8em 1.8em
}

.star-rating span:before {
    color: #ffc107
}

.single-product .woocommerce-product-rating .star-rating span:before {
    color: #ffc107 !important
}

.star-rating span:before {
    color: #ffc107
}

.woocommerce-pagination {
    position: relative;
    text-align: right
}

.star-rating span:before {
    color: #e19c05
}

ul.products li.product-col .price, .single-product .product-summary-wrap .price {
    font-family: inherit;
    font-size: 20px;
    -webkit-font-smoothing: auto
}

.vc_custom_1490688312358 {
    padding-top: 29px !important
}

.vc_custom_1518500794018 {
    margin-bottom: 30px !important
}

.vc_custom_1518499069273 {
    margin-top: 0 !important;
    margin-bottom: 25px !important
}

.vc_custom_1559928604950 {
    border-bottom-width: 1px !important;
    border-bottom-color: #3d3d38 !important;
    border-bottom-style: solid !important
}

.vc_custom_1556804745397 {
    border-bottom-width: 1px !important;
    border-bottom-color: #3d3d38 !important;
    border-bottom-style: solid !important
}

.vc_custom_1518499172011 {
    margin-bottom: 20px !important
}

.vc_custom_1518499161957 {
    margin-bottom: 20px !important
}

.vc_custom_1518500804323 {
    margin-bottom: 10px !important
}

.vc_custom_1559928618330 {
    margin-bottom: 10px !important;
    padding-top: 10px !important
}
